Search Endpoints
Search
POST
The search endpoint combines web search (SERP) with Firecrawl’s scraping capabilities to return full page content for any query.
Include scrapeOptions
with formats: ["markdown"]
to get complete markdown content for each search result otherwise you will default to getting the SERP results (url, title, description).
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The search query
Country code for search results
Language code for search results
Maximum number of results to return
Required range:
1 < x < 10
Location parameter for search results
Options for scraping search results
Time-based search parameter
Timeout in milliseconds