Basic
Crawl
Fetch a web page and return clean, readable content for agents, summarization, and retrieval workflows.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
URL for crawling
TypeScript Definitions
Use the request body type in TypeScript.
Crawl a single webpage
Response Body
application/json
application/json
curl -X POST "https://example.com/crawl" \ -H "Content-Type: application/json" \ -d '{ "url": "https://search1api.com" }'{ "crawlParameters": { "url": "https://search1api.com" }, "results": { "title": "string", "link": "string", "content": "string" }}{ "error": 0, "message": "string"}