DuckDuckGo Search Scraper avatar

DuckDuckGo Search Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
DuckDuckGo Search Scraper

DuckDuckGo Search Scraper

Collect structured organic SERP data from DuckDuckGo with support for page titles, result links, descriptions, ranking positions, and geographic filtering. Designed for privacy-oriented analytics and search intelligence workflows.

Pricing

from $5.00 / 1,000 results

Rating

5.0

(1)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Collect structured organic search results from DuckDuckGo including search titles, destination links, snippets, domains, and timestamp data.

Features

  • Advanced keyword discovery — scrape search results using targeted keywords and search terms
  • Regional filtering — focus results on specific cities, states, or countries
  • Adjustable extraction limits — control output size for each scraping session
  • Apify cloud compatible — designed for automated runs with proxy rotation and webhook support

Use Cases

  • Automated web data collection — gather large volumes of public information efficiently
  • Dataset creation pipelines — transform raw web content into structured analytical datasets
  • Real-time change detection — monitor websites for new entries, edits, and removals
  • Competitive market analysis — compare pricing, visibility, and trends across competitors

Example Input

{
"query": "openai",
"maxItems": 10,
"region": "us-en",
"proxyConfiguration": {
"useApifyProxy": true
}
}

Example Output

{
"position": 1,
"title": "OpenAI | Research & Deployment",
"link": "https://openai.com/",
"snippet": "We believe our research will eventually lead to artificial general intelligence, a system that can solve human-level problems. Building safe and beneficial AGI is our mission.",
"displayedUrl": "openai.com",
"domain": "openai.com",
"date": null,
"searchQuery": "artificial intelligence",
"searchRegion": "us-en",
"scrapedAt": "2026-05-29T11:21:02.899Z"
}