We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A customer reported that they are seeing 10 organic results returned instead of the 26-30 written in the documentation.
Every search seems to return 10 organic_results now instead of 26-30: Example: https://serpapi.com/playground?engine=duckduckgo&q=coffee&kl=us-en&no_cache=true
organic_results
When a start parameter > 0 is entered, 15 organic_results are returned: Example: https://serpapi.com/playground?engine=duckduckgo&q=off-market+real+estate&kl=us-en&start=1&no_cache=true
This is likely due to a change on DuckDuckGo's end. We can change our documentation here: https://serpapi.com/duckduckgo-search-api#api-parameters-pagination-start
Public links: Playground 1 | Playground 2 | Documentation
Internal links: Front
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A customer reported that they are seeing 10 organic results returned instead of the 26-30 written in the documentation.
Every search seems to return 10
organic_results
now instead of 26-30:Example: https://serpapi.com/playground?engine=duckduckgo&q=coffee&kl=us-en&no_cache=true
When a start parameter > 0 is entered, 15
organic_results
are returned:Example: https://serpapi.com/playground?engine=duckduckgo&q=off-market+real+estate&kl=us-en&start=1&no_cache=true
This is likely due to a change on DuckDuckGo's end. We can change our documentation here: https://serpapi.com/duckduckgo-search-api#api-parameters-pagination-start
Public links: Playground 1 | Playground 2 | Documentation
Internal links: Front
The text was updated successfully, but these errors were encountered: