Setup & Installation
What This Skill Does
Entry-point skill for integrating Firecrawl inside product code when a feature needs web data — search, page scraping, structured extraction, or browser interaction. Routes requests to `/scrape`, `/search`, or `/interact` depending on the need, and covers SDK usage across languages. Not for one-off terminal-only tasks — use the CLI for those.
Gives a single entry point for all app-level Firecrawl use cases so feature code maps cleanly onto `/scrape`, `/search`, or `/interact` instead of reinventing routing each time.
When to use it
- Adding web search to an app that needs live results inside a feature
- Scraping a URL to structured content from product code
- Building an agent tool that pulls page content on demand
- Picking between `/scrape`, `/search`, and `/interact` for a new web-data feature
- Dropping Firecrawl into a Node, Python, or Go backend for web data