Is there a way to skip pages - Google Custom Search API?

I use Google Custom Search apiin my application, an example search link to search for a profile on LinkedIn.

Requirements

I need the skipfirst ten pages and get the pages next ten. The basic idea is to skip the first 1000 entries, I want the next 1000 entries.

Question

Is there a way to skip the first 10 pages and get the next ten pages as a result?

+4
source share
1 answer

Although there is no special mention in the API description, the Google GSA search protocol link describes this limitation in some detail:

, , 1000, .. , num 1000.

, 1000 ( ), , , .

. , , - &sort=date:r:20100101:20101231 1000 2010 . 2011 , 2000 .

+3

All Articles