Run a web search and return ranked results.
Search API
Firecrawl Search
Search the web and get back ranked results.
POST
Run a web search and return ranked results.
Search the web and get back ranked results.
query is required; limit sets how many. Returns success, creditsUsed, a request id, and data.web[] with url, title, description and position — titles and snippets only, no page text. Measured at about 15 seconds for 2 results, the slowest of the search tools here. Billed per Firecrawl credit, roughly ceil(limit / 10) * 2. On the AIsa metered profile only the web source is supported; scrapeOptions, enterprise mode and non-web sources are rejected. Reach for something else when: you want the page text in the same call — post_tavily_search returns it and answers in a third of the time; you already know the URLs — post_firecrawl_scrape; you want relevance judged by meaning rather than keywords — post_exa_search.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json