CrawlingMarch 12, 202642 viewsv3

Cloudflare Browser Rendering Crawl API Example (cURL)

Effortlessly initiate a crawl of any URL with Cloudflare's API, streamlining your website's rendering and performance analysis.

Kaustubh Joshi

Kaustubh Joshi

Pro
@kaustubh.joshiCode Snippet
Code Snippet Contentv3
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/{account_id}/browser-rendering/crawl' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
    "url": "https://blog.cloudflare.com/"
  }'

Like this code snippet?

Create a free account to save, fork, and improve it with AI.

Get Started Free

Join PromptCentral — it's free

Start Free