Firecrawl Search API
Firecrawl is an agentic crawler and search engine designed specifically to turn web pages into clean, LLM-ready markdown or structured data.
Endpoint
POST https://llm.siraya.pro/v1/firecrawl
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model |
string | Yes | Use firecrawl-search. |
query |
string | Yes | The search query. |
limit |
integer | No | Max number of pages to crawl (default: 5, range: 1-100). |
timeout |
integer | No | Max time allowed for the request in milliseconds. |
country |
string | No | Search from a specific country. |
Example Request
Response
Returns a success indicator and a data object containing the crawled results with cleaned page content.