What problem does it solve? Manually scraping complex multi-page websites to gather structured data like pricing tiers, product listings, or directory entries is slow and error-prone. This Skill automates that process by letting an agent navigate the site and return the data as structured JSON. ## Core Features & Use Cases - Autonomous Multi-Page Extraction: The agent navigates complex sites on its own to find and collect the requested data. - Schema-Guided Output: Provide 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: You need every pricing tier from a SaaS competitor's site. Run the agent with a prompt like "extract all pricing tiers" and receive a clean JSON file with the results. ## 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.