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).
Operator | Functionality | Examples |
---|---|---|
"" | Non-fuzzy matches a string of text | "Firecrawl" |
- | Excludes certain keywords or negates other operators | -bad , -site:firecrawl.dev |
site: | Only returns results from a specified website | site:firecrawl.dev |
inurl: | Only returns results that include a word in the URL | inurl:firecrawl |
allinurl: | Only returns results that include multiple words in the URL | allinurl:git firecrawl |
intitle: | Only returns results that include a word in the title of the page | intitle:Firecrawl |
allintitle: | Only returns results that include multiple words in the title of the page | allintitle:firecrawl playground |
related: | Only returns results that are related to a specific domain | related:firecrawl.dev |
location
parameter to get geo-targeted search results. Format: "string"
. Examples: "Germany"
, "San Francisco,California,United States"
.
See the complete list of supported locations for all available countries and languages.
tbs
parameter to filter results by time periods, including custom date ranges. See the Search Feature documentation for detailed examples and supported formats.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.