What problem does it solve? Manually navigating complex multi-page websites to collect structured data like pricing tiers, product listings, or directory entries is slow and error-prone. This Skill delegates that navigation to the Firecrawl agent, which autonomously explores a site and returns the requested data as structured JSON. ## Core Features & Use Cases - Autonomous multi-page extraction: The agent navigates the site on its own to find where the requested data lives, without you specifying every page. - Schema-driven output: Pass a JSON schema via --schema or --schema-file to get predictable, structured results instead of freeform data. - Cost and model controls: Choose between spark-1-mini and spark-1-pro models and cap spending with --max-credits. - Use Case: Ask for all pricing tiers from a SaaS website; the agent crawls the relevant pages and writes a structured JSON file to .firecrawl/pricing.json. ## 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.