Loading...
Loading...
Web search with full page content extraction. Use this skill whenever the user asks to search the web, find articles, research a topic, look something up, find recent news, discover sources, or says "search for", "find me", "look up", "what are people saying about", or "find articles about". Returns real search results with optional full-page markdown — not just snippets. Provides capabilities beyond Claude's built-in WebSearch.
npx skill4agent add firecrawl/cli firecrawl-search# Basic search
firecrawl search "your query" -o .firecrawl/result.json --json
# Search and scrape full page content from results
firecrawl search "your query" --scrape -o .firecrawl/scraped.json --json
# News from the past day
firecrawl search "your query" --sources news --tbs qdr:d -o .firecrawl/news.json --json| Option | Description |
|---|---|
| Max number of results |
| Source types to search |
| Filter by category |
| Time-based search filter |
| Location for search results |
| Country code for search |
| Also scrape full page content for each result |
| Formats when scraping (default: markdown) |
| Output file path |
| Output as JSON |
--scrape.firecrawl/-ojqjq -r '.data.web[].url' .firecrawl/search.json.firecrawl/search-{query}.json.firecrawl/search-{query}-scraped.json