library api-client-php
API client for webscraper.io
webscraperio/api-client-php
API client for webscraper.io
- Thursday, August 17, 2017
- by webscraperio
- Repository
- 2 Watchers
- 2 Stars
- 247 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 147 % Grown
WebScraper.io PHP API client
API client for cloud.webscraper.io. The cloud based scraper is a managed
scraper for the free Web Scraper Chrome extension.
Visit https://cloud.webscraper.io/api to acquire API key., (*1)
Installation
Install the API client with composer., (*2)
composer require webscraperio/api-client-php
You might also need a CSV parser library. Visit http://csv.thephpleague.com/
for more information., (*3)
composer require league/csv
Usage
Web Scraper Cloud API documentation can be found on webscraper.io, (*4)
Changelog
v1.5.0
- Added support for php 8.2, 8.3
- Dependency bump
v1.4.0
- added
downloadScrapingJobXLSX()
method
- added
bool $raw
parameter to scraping job download functions
v1.3.0
- added getSitemapScheduler($sitemapId) method
v1.2.0
- added enableSitemapScheduler($sitemapId, $schedulerConfig) method
- added disableSitemapScheduler($sitemapId) method
- added getScrapingJobDataQuality($scrapingJobId) method
v1.1.0
- Drop support for "End of life" PHP versions 5.6, 7.0, 7.2. Minimum required version is PHP 7.3
v0.3.0
- added updateSitemap($sitemapId) method
- added backoff mechanism
- createScrapingJob($scrapingJobConfig) now has
start_urls
and custom_id
optional fields
-
custom_id
field is now returned in getScrapingJob($scrapingJobId),
getScrapingJobs() and createScrapingJob($scrapingJobConfig) responses.
v0.2.0
- getScrapingJobs() and getSitemaps() now return iterators
- getScrapingJobs($sitemapId) can filter by sitemap
dev-master
9999999-dev
API client for webscraper.io
Sources
Download
MIT
The Requires
The Development Requires
web scraper
webscraperio
v0.2.0
0.2.0.0
API client for webscraper.io
Sources
Download
MIT
The Requires
The Development Requires
web scraper
webscraperio
v0.1.2
0.1.2.0
API client for webscraper.io
Sources
Download
MIT
The Requires
The Development Requires
web scraper
webscraperio
v0.1.1
0.1.1.0
API client for webscraper.io
Sources
Download
MIT
The Requires
The Development Requires
web scraper
webscraperio
v0.1.0
0.1.0.0
API client for webscraper.io
Sources
Download
MIT
The Requires
The Development Requires
web scraper
webscraperio