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 runs an autonomous Firecrawl agent that navigates the site for you and returns the data as structured JSON. ## Core Features & Use Cases - Autonomous Multi-Page Extraction: The agent navigates complex sites on its own to find where the requested data lives, taking 2-5 minutes per run. - Schema-Guided Output: Pass a JSON schema via --schema or --schema-file to get predictable, structured results instead of freeform data. - Cost and Scope Controls: Limit spending with --max-credits, choose between spark-1-mini and spark-1-pro models, and restrict crawling with --urls. - Use Case: You need every pricing tier from a SaaS competitor's site. Run the agent with a prompt and a JSON schema, and receive a structured JSON file with all tiers. ## Quick Start Ask the agent to extract all pricing tiers from a target website and wait for the structured JSON output to be saved to a file.