curl
Render 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/app/pricing",
"method": "render",
"browser_wait_until": "networkidle2",
"accept_cache": true,
"include_metadata": true,
"include_links": true,
"markdown_variant": "readability"
}' Set method to render when JavaScript or browser behavior is required before extraction.