pc8544/website-crawler-php-sdk

The official PHP SDK for the WebsiteCrawler.org API

Maintainers

Package info

github.com/pc8544/website-crawler-php-sdk

pkg:composer/pc8544/website-crawler-php-sdk

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2026-02-01 14:48 UTC

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.