-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
It doesnt look like google_search() supports any way to skip past the first batch of returned results, which means i cannot paginate or get any queries past 10 page limit
If i modify the google_search function to accept the skip, it does appear to work. But if i have 100 results returned from the first query, the second page will only have 10-20 more results?
This is where I added it
outscraper-python/outscraper/api_client.py
Line 130 in 67d1bd8
| def google_search(self, query: Union[list, str], pages_per_query: int = 1, uule: str = None, language: str = 'en', region: str = None, |
Would really like the ability to get more than 100 results!
Metadata
Metadata
Assignees
Labels
No labels