DuckDuckGo Search Proxy (Cloudflare Worker)

Reverse proxy for DuckDuckGo's no-JS HTML search endpoint.

Endpoints

Examples

curl 'https://duckduck.990415.xyz/search?q=python+tutorial&n=5'

curl -X POST https://duckduck.990415.xyz/ \
  -d 'q=python tutorial&kl=us-en&kp=-2&b=' \
  -H 'Content-Type: application/x-www-form-urlencoded'

Notes