Thordata Docs
English
English
  • Overview
  • PROXIES
    • Integration Tutorial
      • Residential Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Playwright
        • Puppeteer
        • Selenium
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
        • MuLogin
        • Incogniton
      • ISP Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
      • Datacenter Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
      • Unlimited Proxies Integration
        • AdsPower
        • BitBrowser
        • ClonBrowser
        • Ghost Browser
        • SwitchyOmega
        • FoxyProxy
        • Chrome
        • Edge
    • Residential Proxies
      • Getting Started Guide
      • Endpoint Generator
        • User & Pass auth
        • Whitelisted IPs
          • Country Entry
            • Country/Region Entry Node
          • API Link
      • Users
      • Basic Query
      • Location Settings
        • Country / Region
        • City
        • State
      • Session Control
      • Protocols
      • Country/Region list
      • CDKEY Generation and Redemption
    • ISP Proxies
      • Getting Started Guide
    • Datacenter Proxies
      • Getting Started Guide
    • Unlimited Proxy Servers
      • Endpoint Generator
        • User & Pass auth
        • Whitelisted IPs
          • Country Entry
          • API Link
      • Users
      • Country/Region list
  • Scraping
    • SERP API
      • Introduction
      • Quick Start
      • Send Your First Request
      • Query Parameters
        • Google
        • Bing
        • Yandex
        • DuckDuckGo
      • Parsed JSON Result
        • Google
        • Bing
        • Yandex
        • DuckDuckGo
      • FAQs
    • WEB Scraper API
      • Getting Started Guide
      • API request builder
      • Parameter Description
      • Webhook Integration
      • Amazon S3 Integration
  • Universal Scraping API
    • Quick Start Guide
    • Configuration
    • Parameter Description
  • FREE TOOLS
    • Chrome Extension
      • Tutorial
  • USEFUL LINKS
    • Dashboard Center
  • FAQ
    • Product Problem
      • How do I choose the right proxy package?
      • How to target specific countries/regions?
      • How to target a specific city?
      • What is Unlimited Proxies?
      • Why is it not effective to use our proxies in a fingerprint browser?
        • 1. The proxy does not work at all
        • 2. The results of other detection channels you are using are not the same as the country extracted
        • 3. Your targeted website's detection results are not the same as the country extracted
        • 4. The proxy works, but the IP location randomly jumps to other countries you don't want
    • Payment Problem
      • What payment methods are supported?
      • What should I do if I buy the wrong package?
      • Do you provide refunds for paid services?
      • After payment, how long does it take to receive my agency balance or activate my account?
  • SUPPORT
    • Contact Us
Powered by GitBook
On this page
  • Geotargeting
  • Pagination
  • Additional Parameters

Was this helpful?

  1. Scraping
  2. SERP API
  3. Query Parameters

DuckDuckGo

SERP API DuckDuckGo Query Parameters

Configure DuckDuckGo search queries using Thordata's SERP API, including geotargeting and pagination options.

q (Required)

Defines the search query for scraping (default: q=pizza). Supports any keyword in any language.

Code Example:

curl https://scraperapi.thordata.com/request -H "Content-Type: application/json" -H "Authorization: Bearer xxxxxxxxxxxxxxx" -d "{\"url\": \"https://duckduckgo.com/search?q=pizza^&json=1\"}"

Geotargeting

kl (Optional)

Controls interface language and regional preferences (overrides IP-based location). Format: kl=<language-code>-<country-code> (e.g., zh-cn)

Example Request:

curl https://scraperapi.thordata.com/request -H "Content-Type: application/json" -H "Authorization: Bearer xxxxxxxxxxxxxxxx" -d "{\"url\": \"https://duckduckgo.com/search?q=pizza^&json=1^&kl=in-en\"}"

Note: Uses country/language codes like in-en for India (English).


Pagination

start (Optional)

Sets result offset (zero-indexed). Rules:

  • start=30 → Skips first 30 results (page 2)

  • Max: start=500 (result quality declines after ~16 pages)

Example Request:

curl https://scraperapi.thordata.com/request -H "Content-Type: application/json" -H "Authorization: Bearer xxxxxxxxxxxxxxx" -d "{\"url\": \"https://duckduckgo.com/search?q=pizza^&json=1^&start=2\"}"

Additional Parameters

Additional Parameters

df (Optional)

Filters results by time range:

Value
Time Range
Use Case

d

Last 24 hours

Time-sensitive queries

w

Last 1 week

Balanced freshness/coverage

m

Last 1 month

Default range

y

Last 1 year

Historical data

Example Request:

curl https://scraperapi.thordata.com/request -H "Content-Type: application/json" -H "Authorization: Bearer xxxxxxxxxxxxxxx" -d "{\"url\": \"https://duckduckgo.com/search?q=pizza^&json=1^&df=y\"}"

kp (Optional)

Safe search filtering:

  • kp=-2: Strict (default)

  • kp=-1: Moderate

  • kp=1: Disabled (may trigger CAPTCHA)

Example Request:

curl https://scraperapi.thordata.com/request -H "Content-Type: application/json" -H "Authorization: Bearer xxxxxxxxxxxxxxx" -d "{\"url\": \"https://duckduckgo.com/search?q=pizza^&json=1^&kp=1\"}"

PreviousYandexNextParsed JSON Result

Last updated 2 days ago

Was this helpful?

For assistance, contact .

support@thordata.com