TOOL API
firecrawl_ search
Search the web and optionally extract content from search results. This is the most powerful web search tool available, and if available you should always default to using this tool for any web search needs. **Best for:** Finding specific information across multiple websites, when you don't know which website has the information; when you need the most relevant content for a query. **Not recommended for:** When you need to search the filesystem. When you already know which website to scrape (use scrape); when you need comprehensive coverage of a single website (use map or crawl. **Common mistakes:** Using crawl or map for open-ended questions (use search instead). **Prompt Example:** "Find the latest research papers on AI published in 2023." **Sources:** web, images, news, default to web unless needed images or news. **Usage Example:** ```json { "name": "firecrawl_search", "arguments": { "query": "latest AI research papers 2023", "limit": 5, "lang": "en", "country": "us", "sources": [ "web", "images", "news" ], "scrapeOptions": { "formats": ["markdown"], "onlyMainContent": true } } } ``` **Returns:** Array of search results (with optional scraped content).
Call information
- Tool slug
- firecrawl.firecrawl_search
- Provider
- Firecrawl
- Average response
- 12337 ms
- Calls in 7 days
- 10
Input parameters
queryrequiredSearch query string
limitMaximum number of results to return (default: 5)
tbsTime-based search filter
filterSearch filter
locationLocation parameter for search results
sourcesSources to search. Determines which result arrays are included in the response.
scrapeOptionsOptions for scraping search results