Duckduckgo is blocking frequent requests

i am currently working on a content extractor from a duckduckgo search engine with requests and Beautifulsoup module, I passed all the parameters like headers, Sec-ch-ua, encoding, language etc. properly but while making a frequent requests severs blocks my ip-address may be bcz of it seems like ddos any solution for it. I am gonna use this service in a web application
error-

If this error persists, please let us know: error-lite@duckduckgo.com
status_code=403

THANKYOU

Maybe you are doing many requests in a short period of time?
I see two options:

  1. Check the documentation and make sure you are under the limits: DuckDuckGo Instant Answer API
  2. If the problem persists, contact them and ask for clarification.

Good luck.

2 Likes

hey, got the solution

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.