Firecrawl Core Workflow B — Extract, Batch & Map Overview Secondary workflow complementing the scrape/crawl workflow. Covers LLM-powered structured data extraction with JSON schemas, batch scraping multiple known URLs, and rapid site map discovery. Use this when you need typed data rather than raw markdown. Prerequisites - installed - environment variable set - Understanding of JSON Schema (for extract) Instructions Step 1: LLM Extract — Structured Data from Pages Step 2: Extract with Prompt (No Schema) Step 3: Batch Scrape Known URLs Step 4: Async Batch Scrape (Large Sets) Step 5: Map — Rapi…