curl
Fetch a page
curl -X POST "https://api.anycrawler.com/v1/crawl/page" \
-H "Authorization: Bearer $ANYCRAWLER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/docs",
"method": "fetch",
"accept_cache": true,
"include_metadata": true,
"include_links": true,
"markdown_variant": "readability"
}' Use Authorization: Bearer or x-api-key. Set method to fetch for the lightweight crawl path.