Search Web logo

Catalog action Integrations

Search the web and get results with optional full content scraping. Supports web, news, and image search with query operators (site:, filetype:, exact phrases). Returns titles, descriptions, and URLs, with optional markdown content. Ideal for: web research, content discovery, competitive analysis, finding documentation, building RAG datasets.

At a Glance

FieldValue
Action IDfirecrawl-search-web
CategoryIntegrations
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsfirecrawl, search, web, research, discovery, read

Payload Schema

FieldTypeRequiredDescription
querystringYesSearch query. Supports operators: "exact phrase", -exclude, site:domain.com, filetype:pdf, inurl:, intitle:
limitnumberNoMaximum number of results to return. Range: 1-100. Default: 5
sourcesarrayNoSearch sources to use. Options: 'web', 'images', 'news'. Default: ['web']
categoriesarrayNoFilter results by category. Options: 'github', 'research', 'pdf'. Default: no filter
countrystringNoISO country code for geographic targeting (e.g., 'US', 'GB', 'DE'). Default: 'US'
timeFilterstringNoFilter results by recency. Options: 'day'/'24h', 'week'/'7d', 'month'/'30d', 'year'/'365d'. No default (all time).
scrapeContentbooleanNoWhether to scrape and return full markdown content from search results. Adds +1 credit per page scraped. Default: false
timeoutnumberNoRequest timeout in milliseconds. Default: 60000 (60 seconds).

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the search request was successful
idstringNoJob identifier for the search request
dataobjectYes-
warningstringNoWarning message if any issues occurred
creditsUsednumberNoNumber of API credits consumed

Examples

json
{ "type": "firecrawl-search-web", "payload": { "query": "status:open" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I