cURL
curl --request POST \ --url https://api.anysite.io/api/duckduckgo/search \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "query": "<string>", "timeout": 300, "count": 10 } '
[ { "url": "<string>", "@type": "DuckDuckGoSearchResult", "title": "", "description": "" } ]
Search query. For example: 'python fastapi'
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Maximum number of results (from 1 to 20)
Successful Response