I am testing a query with Bing service explorer which returns the number of records to about 600k but while navigating to next page the results keeps on decreasing and will eventually come to zero.
I am using both Bing Search API and Bing Search Web Results only API currently I am using free 5000 requests/month.
The example query which I am testing in Bing's service explorer is
https://api.datamarket.azure.com/Bing/SearchWeb/v1/Web?Query=%27xbox%27&Market=%27en-US%27&$skip=1300
I need to capture as many records as possible(>=10k) but with this it is limiting me to about 700 or 800 records .
what I am I missing?