batch_scrape
Scrape up to 10 URLs simultaneously to extract markdown content and metadata. Ideal for competitor analysis, content gap analysis, and SERP comparisons.
Instructions
Scrape multiple URLs in a single call (up to 10 URLs).
Firecrawl processes all URLs in parallel — much faster than scraping one
by one. Use for competitor analysis, content gap analysis, SERP page
comparisons, link prospecting, or any task requiring data from multiple pages.
Returns markdown content and metadata for each URL.
Args:
urls: List of URLs to scrape (max 10)
js_rendering: Wait for JavaScript rendering on each page (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| config | No | ||
| js_rendering | No |