Search
Make a serp request, and get all the content with a single API request
Searching the web and scraping the results with Firecrawl
Firecrawl integrates its SERP (Search Engine Results Page) API with its robust scraping infrastructure to provide a seamless search and scrape functionality through a single endpoint. Here’s why:
-
Unified Search Query: Users submit a search query via the SERP endpoint.
-
Automated Result Scraping: Firecrawl automatically processes the search results and utilizes its scraping capabilities to extract data from each result page.
-
Data Delivery: The scraped data from all result pages is compiled and delivered in a clean markdown - ready to use.
This integration allows users to efficiently perform web searches and obtain comprehensive, scraped data from multiple sources with minimal effort.
For more details, refer to the Search Endpoint Documentation.
Search any query
/search endpoint
Used to search the web, get the most relevant results, scrape each page and return the markdown.
With Python SDK
Installing Python SDK
Search a query
The response will be similar to the one shown in the curl command above.
With JavaScript SDK
Installing JavaScript SDK
Search a query
The response will be similar to the one shown in the curl command above.
With Go SDK
Installing Go SDK
Search a query
With Rust SDK
Installing Rust SDK
Add the following to your Cargo.toml
: