What problem does it solve? Single-page scrapers cannot gather data spread across many pages of a site, such as pricing tiers or product catalogs. This Skill runs an autonomous extraction agent that navigates a website and returns structured JSON matching your request or schema. ## Core Features & Use Cases - Autonomous multi-page extraction: Describe the data you want in natural language and the agent navigates the site to collect it. - Schema-driven output: Pass a JSON schema with --schema to get predictable, structured results instead of freeform data. - Async job management: Omit --wait to receive a job ID, then poll, wait on, or cancel the job later. - Use Case: Extract every pricing tier from a SaaS website into .firecrawl/pricing.json, or pull a product catalog with name and price fields into a structured JSON file. ## Quick Start Ask the agent to extract all pricing tiers from a target website and save the structured JSON output to a local file using the firecrawl agent command with the --wait flag.