You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the start parameter for DuckDuckGo API is misleading. Currently it states that the first page returns between 26 and 30 organic_results, and all the subsequent calls with the start parameter return 50 organic_results.
I tested against a couple of different search queries, and start values, and it looks like the initial API call always returns 10 organic_results, and any subsequent API calls with the start parameter (any value) returns 15 organic_results
It looks like the
start
parameter for DuckDuckGo API is misleading. Currently it states that the first page returns between 26 and 30organic_results
, and all the subsequent calls with thestart
parameter return 50organic_results
.I tested against a couple of different search queries, and
start
values, and it looks like the initial API call always returns 10organic_results
, and any subsequent API calls with thestart
parameter (any value) returns 15organic_results
Current state:
Potential change:
Public links:
Playground - initial request: 1st example | 2nd example | 3rd example
Playground - with
start
parameter: 1st example (start=2
) | 2nd example (start=10
) | 3rd example (start=40
)Internal links: Front
Search Inspect - initial request: 1st example | 2nd example | 3rd example
Search Inspect - with
start
parameter: 1st example (start=2
) | 2nd example (start=10
) | 3rd example (start=40
)The text was updated successfully, but these errors were encountered: