Setup & Installation
What This Skill Does
Runs an AI agent that navigates multi-page websites and returns structured JSON. Given a prompt and optional schema, it figures out where the data lives and extracts it across as many pages as needed. Useful when the target data is spread across pagination, subpages, or dynamic content. Instead of manually tracing pagination and writing page-specific scrapers, the agent figures out the site structure on its own and returns clean JSON against your schema.
When to use it
- Working with firecrawl agent functionality
- Implementing firecrawl agent features
- Debugging firecrawl agent related issues
