Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions features/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@ import SearchTimeCLI from "/snippets/v2/search/time/cli.mdx";
import SearchResponse from "/snippets/v2/search/base/output.mdx";
import PlaygroundCTA from "/snippets/shared/playground-cta-search.mdx";

Firecrawl's search API allows you to perform web searches and optionally scrape the search results in one operation.
Search the web and get clean, structured content from every result in a single API call. Pass a query to `/search` and Firecrawl returns titles, descriptions, and URLs. Add `scrapeOptions` to also retrieve full-page markdown, HTML, links, or screenshots for each result.

- Choose specific output formats (markdown, HTML, links, screenshots)
- Search the web with customizable parameters (location, etc.)
- Optionally retrieve content from search results in various formats

For details, see the [Search Endpoint API Reference](https://docs.firecrawl.dev/api-reference/endpoint/search).
For the full parameter list, see the [Search Endpoint API Reference](https://docs.firecrawl.dev/api-reference/endpoint/search).

<PlaygroundCTA />

Expand Down