Crawl multiple pages and extract data from each
jobId back immediately when you submit and then poll GET /crawl/{jobId} until the job finishes.
jobId right awaycrawlInstructionmaxPages)transformInstruction on each page to extract structured dataGET /crawl/{jobId} until status is completed"proxyCountry": "global" (or omit it) for no country preference. Use "eu" to rotate across all 27 EU member states. For a specific country pass its two-letter ISO code.
The starting URL to crawl from
Instruction for which pages to crawl (e.g., 'all product pages', 'blog posts only')
How to extract/transform data from each crawled page
Maximum number of pages to crawl
1 <= x <= 20Enable stealth mode with proxy rotation
Country code (e.g., 'us', 'uk', 'de') or region ('global', 'asia', 'eu') for geo-targeted proxy routing. Requires useProxy: true
Session cookies for authenticated crawling. Supports standard format (name=value; name2=value2) or raw Chrome DevTools paste format