Firecrawl modelsapi generation api

firecrawl/search

Run a web search and return ranked results with titles, URLs, and snippets.

Input
Idle

Example output — click Run to generate your own

API README

Firecrawl Search

Web search returning ranked results. About 2 credits per 10 results.

Pricing

~$0.01 per 10 results.

Response

{"success": true, "data": {"web": [{"title": "...", "url": "...", "description": "..."}]}, "creditsUsed": 2}

Related Models