What problem does it solve? Single-page scrapers cannot gather data spread across multiple pages of a website, such as pricing tiers, product listings, or feature lists. This Skill runs an autonomous agent that navigates a site and returns structured JSON matching your request or schema. ## Core Features & Use Cases - Autonomous Multi-Page Extraction: The agent navigates websites on its own and extracts data matching a natural-language prompt or a JSON schema. - Structured Output with Schemas: Pass a JSON schema via --schema to get predictable, typed output instead of freeform data. - Async Job Management: Omit --wait to receive a job ID, then poll, wait on, or cancel the job later using the returned UUID. - Use Case: You need every pricing tier from a SaaS competitor's website. Run the agent with a prompt like "extract all pricing tiers" and receive a structured 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.