Run agent-driven structured extraction across many pages with Firecrawl Extract, then poll for results (POST /v2/extract)
domain: firecrawl.dev · 9 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗
Documented steps
AUTH: Authorization: Bearer fc-YOUR_API_KEY on both the start POST and poll GET
POST https://api.firecrawl.dev/v2/extract with body {"urls":["https://example.com/products/*"],"prompt":"Extract the product name, price, and SKU from each page"}
For a strict output shape add a JSON Schema: {"urls":[...],"schema":{"type":"object","properties":{"name":{"type":"string"},"price":{"type":"number"}},"required":["name","price"]}}
urls accepts glob patterns (trailing /*) so one call can fan out across a whole site section
Give your agent this knowledge — and 17,900+ more routes
One MCP install gives any agent live access to the full route map across 6,000+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?