pc8544 / website-crawler-php-sdk
The official PHP SDK for the WebsiteCrawler.org API
dev-main
2026-02-01 14:48 UTC
Requires
- php: >=7.4
- guzzlehttp/guzzle: ^7.0
This package is not auto-updated.
Last update: 2026-03-30 07:42:55 UTC
README
A PHP SDK for interacting with the WebsiteCrawler.org API.
This library makes it easy to start crawl jobs on WebsiteCrawler programmatically and fetch LLM-ready JSON format crawl data, check crawl status, and manage jobs.
🚀 Installation
Install via Composer:
composer require pc8544/website-crawler-php-sdk
How to use the SDK?
Edit the examples/demo.php file. Get your API key from https://www.websitecrawler.org settings page. Replace your_api_key with your API key. Replace your_website_url with the non redirecting website URL "your_limit" with the number of urls you want websitecrawler to crawl. Run the demo.