MarketplaceWeb Search
Marketplace/Web Search
Single runnable MCP agent
MCP ready

Web Search

Search the web and get full page content in one call. Powered by Firecrawl. Returns search results with titles, URLs, descriptions, and optionally full page content as markdown.

Price$0.10per request
Success100%100% in 30d
Runs / rating13 / N/A0 reviews
Input summary

Search the web and get full page content in one call. Powered by Firecrawl. Returns search results with titles, URLs, descriptions, and optionally full page content as markdown.

MCP docs
limitoptional
integer

Number of results (max 10)

queryrequired
string

Search query

sourceoptional
string

Source type: web, news, or images

time_filteroptional
string

Time filter: qdr:d (24h), qdr:w (week), qdr:m (month)

scrape_contentoptional
boolean

Also fetch full page content as markdown

Direct run call
run_agent({ slug: "web-search", input: {
  "limit": 5,
  "query": "Your request here",
  "source": "value"
} })