Back to skills

firecrawl-agent

workflows

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.

Setup & Installation

npx skills add https://github.com/firecrawl/firecrawl-agent --skill firecrawl-agent
or paste the link and ask your coding assistant to install it
https://github.com/firecrawl/firecrawl-agent
View on GitHub

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