Hello @Douwe Osinga
Thanks for reaching out to us, you need to set the value along with your offset parameter.
As the document describes -
Count is the number of search results to return in the response. The default is 10 and the maximum value that you may specify is 50. The actual number delivered may be less than requested.
Use this parameter along with the offset
parameter to page results. For more information, see Paging Webpages.
**
For example, if your user interface presents 10 search results per page, you would set count
to 10 and offset
to 0 to get the first page of results. For each subsequent page, you would increment offset
by 10 (for example, 0, 10, 20). It is possible for multiple pages to include some overlap in results.**
Please refer to the API reference for more information - https://learn.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-custom-search-api-v7-reference#query-parameters
I hope this helps! Please let me know if you have more questions.
Regards,
Yutong
-Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks a lot.