VOOZH about

URL: https://apify.com/scraperforge/duckduckgo-scraper

⇱ Duckduckgo Scraper Β· Apify


Pricing

from $3.99 / 1,000 results

Go to Apify Store

Duckduckgo Scraper

πŸ¦† DuckDuckGo Scraper (duckduckgo-scraper) pulls search results effortlesslyβ€”titles, links, snippets & metadataβ€”using DuckDuckGo. πŸš€ Perfect for SEO research, lead gen, competitor insights & content discovery. Fast, reliable & automation-ready.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ScraperForge

ScraperForge

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

A robust Apify Actor for scraping search results from DuckDuckGo across multiple search modes (web, videos, news, images).

Why Choose Us?

  • Multi-Mode Support: Scrape web results, videos, news, and images from DuckDuckGo
  • Intelligent Proxy Fallback: Automatically switches from direct connection to datacenter to residential proxies if blocked
  • Real-Time Data Saving: Results are saved to the dataset as they're collected, so you can monitor progress live
  • Reliable: Built-in retry logic and error handling
  • Structured Output: Clean, organized data ready for analysis
  • 65+ Regions Supported: Search from any region worldwide

Key Features

  • βœ… Multiple search modes (default, videos, news, images)
  • βœ… Automatic proxy fallback mechanism
  • βœ… Real-time data collection and saving
  • βœ… Configurable result limits and pagination
  • βœ… 65+ region options with human-readable names
  • βœ… Safe search customization
  • βœ… Detailed logging for monitoring

Input

Example Input JSON

{
"searchKeyword":"Python",
"searchMode":"default",
"region":"wt-wt",
"safeSearch":"OFF",
"maxItems":20,
"endPage":1,
"proxyConfiguration":{
"useApifyProxy":false
}
}

Input Fields

  • searchKeyword (required): The keyword that you can search on DuckDuckGo
  • searchMode (required): What type of results you want to search on at DuckDuckGo
    • Options: "default", "images", "news", "videos"
    • Default: "default"
  • region (required): Region that you want to get the results from DuckDuckGo
    • Options: 65+ regions including "All regions", "Argentina", "Australia", "Austria", "Belgium (fr)", "Belgium (nl)", "Brazil", "Bulgaria", "Canada (en)", "Canada (fr)", "Catalonia", "Chile", "China", "Colombia", "Croatia", "Czech Republic", "Denmark", "Estonia", "Finland", "France", "Germany", "Greece", "Hong Kong", "Hungary", "India (en)", "Indonesia (en)", "Ireland", "Israel (en)", "Italy", "Japan", "Korea", "Latvia", "Lithuania", "Malaysia (en)", "Mexico", "Netherlands", "New Zealand", "Norway", "Pakistan (en)", "Peru", "Philippines (en)", "Poland", "Portugal", "Romania", "Russia", "Saudi Arabia", "Singapore", "Slovakia", "Slovenia", "South Africa", "Spain (ca)", "Spain (es)", "Sweden", "Switzerland (de)", "Switzerland (fr)", "Taiwan", "Thailand (en)", "Turkey", "US (English)", "US (Spanish)", "Ukraine", "United Kingdom", "Vietnam (en)" and more
    • Default: "wt-wt" (All regions)
  • safeSearch (required): Safe mode when searching over DuckDuckGo
    • Options: "OFF", "MODERATE", "STRICT"
    • Default: "OFF"
  • maxItems (optional): Maximum number of listing items that you want as output. Default is all
    • Type: integer
    • Range: 1-1000
    • Default: 20
  • endPage (optional): The page number that you want to end with. By default there is no end page. This applies to all search requests individually.
    • Type: integer
    • Range: 0-100
    • Default: 1
    • Note: Set to 0 or leave empty for auto-calculation based on maxItems
  • proxyConfiguration (optional): Select proxies to be used by your crawler
    • Default: No proxy (with automatic fallback)

Output

Results are saved to the Apify dataset in real-time with the following structure:

Default Mode Results

{
"query":"Python",
"searchMode":"default",
"title":"Python Programming Language",
"url":"https://www.python.org",
"description":"Official Python website",
"hostname":"www.python.org",
"icon":"https://external-content.duckduckgo.com/ip3/www.python.org.ico"
}

Images Mode Results

{
"query":"Python",
"searchMode":"images",
"title":"Python Logo",
"url":"https://...",
"image":"https://...",
"thumbnail":"https://...",
"source":"example.com",
"width":1200,
"height":800
}

Video Mode Results

{
"query":"Python",
"searchMode":"videos",
"url":"https://youtube.com/watch?v=...",
"title":"Learn Python Tutorial",
"description":"Complete Python course",
"image":"https://...",
"duration":"4:26:52",
"published":"2018-07-11T18:00:42.0000000",
"publishedOn":"YouTube",
"publisher":"freeCodeCamp.org",
"viewCount":48169815
}

News Mode Results

{
"query":"Python",
"searchMode":"news",
"title":"Python News Article",
"url":"https://...",
"excerpt":"Article excerpt...",
"date":1767079027,
"relativeTime":"11 hours ago",
"syndicate":"bing",
"image":"https://...",
"isOld":false
}

πŸš€ How to Use the Actor (via Apify Console)

  1. Log in at https://console.apify.com and go to Actors
  2. Find your actor (duckduckgo-scraper) and click it
  3. Configure inputs:
    • Enter your search keyword
    • Select search mode (default, images, videos, or news)
    • Choose region from the dropdown (shows human-readable names)
    • Set safe search level
    • Configure max items and end page (optional)
    • Configure proxy if needed
  4. Run the actor
  5. Monitor logs in real time to see progress
  6. Watch results appear in the OUTPUT tab as they're collected
  7. Export results to JSON or CSV when complete

Best Use Cases

  • Market Research: Gather information about competitors, products, or trends
  • Content Discovery: Find relevant videos, articles, and images
  • SEO Analysis: Research keywords and search results
  • News Monitoring: Track news articles on specific topics
  • Data Collection: Build datasets for machine learning or analysis
  • Regional Research: Get region-specific search results from 65+ countries

Proxy Configuration

The actor implements intelligent proxy fallback:

  1. Default: Starts with no proxy (direct connection)
  2. First Fallback: If DuckDuckGo rejects or blocks the request, automatically switches to datacenter proxy
  3. Second Fallback: If datacenter fails, switches to residential proxy with 3 retries
  4. Persistence: Once a fallback occurs, the actor sticks with that proxy for all remaining requests

All proxy events are handled automatically. The actor will seamlessly switch proxies if needed without user intervention.

Frequently Asked Questions

Q: Can I search multiple keywords?
A: The actor processes one keyword at a time. To search multiple keywords, run the actor multiple times or use Apify's scheduling feature.

Q: What happens if DuckDuckGo blocks my requests?
A: The actor automatically falls back to datacenter, then residential proxies with 3 retries. All proxy switching happens automatically.

Q: How many results can I get?
A: You can configure maxItems up to 1000. If not specified, the actor will collect all available results (up to 100 pages by default).

Q: Can I scrape images?
A: Yes! Set searchMode to "images" to scrape image results.

Q: Are the results saved in real-time?
A: Yes! Results are saved to the dataset as they're collected, so you can monitor progress in the Apify console output table in real-time.

Q: What regions are supported?
A: The actor supports 65+ regions worldwide, including all major countries and languages. Select from the dropdown in the Apify console to see all available options.

Q: What does "endPage" mean?
A: The page number to stop scraping at. If set to 0 or left empty, the actor will auto-calculate based on maxItems. If maxItems is also not set, it will scrape up to 100 pages.

Q: Can I see results while the actor is running?
A: Yes! Results are saved in real-time, so you can refresh the OUTPUT tab in Apify console to see results as they're collected.

Support and Feedback

πŸ’¬ For custom solutions or feature requests, contact us at dev.scraperengine@gmail.com

Cautions

  • Data is collected only from publicly available sources
  • No data is taken from private or password-protected content
  • The end user is responsible for ensuring legal compliance (spam laws, privacy, data protection, etc.)
  • Respect DuckDuckGo's terms of service and rate limits
  • Use responsibly and in accordance with applicable laws and regulations

You might also like

DuckDuckGo Scraper

epctex/duckduckgo-scraper

Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, unlimited usage. Adjust your results by region or safety modes. Export your data by XML, JSON, CSV, Excel, or HTML!

206

5.0

(7)

DuckDuckGo Scraper

ivanvs/duckduckgo-scraper

Scrape search results from DuckDuckGo without any limits! Export your search result data into XML, JSON, CSV or Excel!

DuckDuckGo Scraper

johnvc/DuckDuckGo-Scraper-for-serp-rankings

DuckDuckGo search scraper that extracts comprehensive search results including organic results, ads, knowledge graph, news, inline images, videos, and related searches. Features localization, safe search, and date. Perfect for market research, SEO analysis, and competitive intelligence.

DuckDuckGo Scraper

automation-lab/duckduckgo-scraper

Scrape DuckDuckGo search results β€” web and news. Extract titles, URLs, snippets, and timestamps. No API key or login needed. Pure HTTP, fast and cheap. Export as JSON, CSV, or Excel.

πŸ‘ User avatar

Stas Persiianenko

10

DuckDuckGo Images Scraper - Cheap πŸ–ΌοΈπŸ¦†βœ¨

scrapestorm/duckduckgo-images-scraper---cheap

πŸ–ΌοΈ Easily collect image search data from DuckDuckGo Search and extract structured image results including image URLs, thumbnails, titles, source pages, domains, sizes, positions & more🌍 Perfect for image research, visual SEO analysis, content creation, brand monitoring & creative inspiration 🎨

6

Duckduckgo Search Scraper

runtime/duckduckgo-search-scraper

Extract search results from DuckDuckGo with multiple search modes (web, images, news, videos). Supports batch processing, auto-pagination, SEO data extraction, and proxy configuration. Clean, structured output format with anti-detection measures.

πŸ‘ User avatar

scraping automation

4

DuckDuckGo Search Scraper

gio21/duckduckgo-search-scraper

Scrape DuckDuckGo search results: title, URL, snippet, position, source. Multi-page pagination, region/language support. No tracking, no Google captcha. $0.002 per result - 60% cheaper than alternatives.

DuckDuckGo SERP Scraper β€” Web, News, Images, Videos & More

jaybird/duckduckgo-scraper

Full-SERP DuckDuckGo scraper: web, news, images, videos, autocomplete suggestions and instant answers. HTTP-only, reliability-first, clean JSON for SEO and AI/agent pipelines.

πŸ‘ User avatar

Jaybird Technologies

3

DuckDuckGo Search Scraper

scrapeai/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.

3

5.0

(1)

DuckDuckGo Search Scraper - Cheap πŸ¦†βœ¨πŸ”Ž

scrapestorm/duckduckgo-search-scraper---cheap

πŸ” Easily collect search result data from DuckDuckGo Search and extract structured results including titles, URLs, snippets, domains, positions, thumbnails, dates, and keywords πŸ¦†πŸŒ Perfect for SEO analysis, SERP tracking, news monitoring, brand visibility research, and competitive intelligence πŸ“Š

3

5.0

(1)

Duckduckgo Scraper

scraper-engine/duckduckgo-scraper

DuckDuckGo Scraper collects clean search results from DuckDuckGo without tracking. Extract titles, URLs, snippets, and result positions for SEO research, market analysis, and content discovery. Built for fast, reliable, and privacy-focused data collection.

πŸ‘ User avatar

Scraper Engine

3