divinityfound/craigslistapi
Composer 安装命令:
composer require divinityfound/craigslistapi
包简介
Parse Craigslist data and return it in json format.
README 文档
README
##Craigslist API ###Scrape against craigslist for anything you'd like!
Craigslist doesn't use an actual API so you have to scrape against it and parse the data accordingly. This tool will make it easier to aggregate a lot of data into a useable fasion.
###Code
require_once(__DIR__ . '/../vendor/autoload.php'); $craigslist = new \Divinityfound\CraigslistApi\Reader; echo '<pre>'; print_r($craigslist->getSearchResults('omaha','cpg')); echo '</pre>'; exit; ?>
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-08-19