Crawl4AI avatar
Crawl4AI

Pricing

Pay per usage

Go to Store
Crawl4AI

Crawl4AI

Developed by

Jan Buchar

Jan Buchar

Maintained by Community

Wraps the Crawl4AI open-source library for retrieving text content from websites.

5.0 (1)

Pricing

Pay per usage

6

Total users

280

Monthly users

189

Runs succeeded

98%

Last modified

3 days ago

You can access the Crawl4AI programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrls": [
< {
< "url": "http://crawl4ai.com"
< }
< ],
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}' |
<apify call janbuchar/crawl4ai --silent --output-dataset

Crawl4AI API through CLI

The Apify CLI is the official tool that allows you to use Crawl4AI locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: