What problem does it solve?
This Skill eliminates the time-consuming manual work of searching, finding, and extracting relevant information from web pages so you can quickly get usable content for analysis.
Core Features & Use Cases
- Web search with page extraction: Perform real-time searches and optionally scrape full page content from results.
- Targeted scraping: Extract clean markdown optimized for LLMs from a specific URL, including JS-rendered pages.
- Mapping and bulk crawling: Discover subpages with
map, then extract larger site sections with crawl.
- Browser automation when needed: Use
browser for multi-step interaction (clicks, pagination, form submission, login-protected flows).
Quick Start
Use the firecrawl skill to scrape a specific page by asking: Search the web for "react hooks", then return the full extracted markdown from the most relevant result.