cURL
curl --request POST \ --url https://api.crawlkit.com/v1/crawl/search \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "options": { "language": "tr-TR", "region": "", "timeRange": "d", "maxResults": 30 } } '
{ "success": true, "data": { "query": "<string>", "totalResults": 123, "results": [ { "position": 123, "title": "<string>", "url": "<string>", "snippet": "<string>" } ], "timing": { "total": 123 }, "creditsUsed": 123, "creditsRemaining": 123 } }
Searches DuckDuckGo and returns parsed results. Always uses proxy. Costs 1 credit per page of results (~10 results per page).
API key with 'ApiKey ' prefix (e.g., ApiKey ck_...)
Search query
1 - 500
Show child attributes
Default Response
true
false
Was this page helpful?