My suggestion is to add the following parameter. In current software you have q, cx and num. You can try adding start = 10, and then execute the code.
res = service.cse().list( q='lectures', cx='013036536707430787589:_pqjad5hr1a', num=10, start=10, ).execute()
The URL of the first result does not have an initial parameter. The second page contains a URL that contains the parameter start = 10. The third page has a URL that contains start = 20 ...
Good luck.
source share