DuckDuckGo Instant Answers Scraper avatar

DuckDuckGo Instant Answers Scraper

Under maintenance

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
DuckDuckGo Instant Answers Scraper

DuckDuckGo Instant Answers Scraper

Under maintenance

Extracts instant answers from DuckDuckGo's ZeroClick API — definitions, calculations, Wikipedia summaries, infoboxes, and related topics for any query.

Pricing

from $1.99 / 1,000 search results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Requests DuckDuckGo's ZeroClick API for instant-answer data. It is designed for answer modules such as abstracts, definitions, calculations, and related topics; it is not a general web-results scraper.

Input

FieldDescriptionDefault
queryRequired search phrase.—
maxResultsMaximum answer records; allowed range is 1–100.10
regionDuckDuckGo region/language code, such as us-en or de-de.us-en
proxyConfigurationOptional Apify Proxy configuration.—

Example:

{
"query": "population of France",
"maxResults": 10,
"region": "us-en"
}

Dataset

Rows are emitted only for answer types returned by the endpoint. Available fields include type, resultType, answerType, heading, title, description, abstractText, abstractSource, abstractUrl, answer, definition, definitionSource, definitionUrl, image, imageHeight, imageWidth, imageIsLogo, infobox, relatedTopics, entity, group, redirect, text, url, sourceUrl, sourceDomain, position, query, searchQuery, region, country, language, apiUrl, searchUrl, and scrapedAt. Optional values are omitted when the response does not contain them. The schema also declares results; the current record normalizer does not populate that property.

The API may return no instant answer for a query, in which case the dataset can be empty. The Actor does not fall back to ordinary search results.