Thanks to visit codestin.com
Credit goes to github.com

Skip to content

No google_search skip/start support #24

@kafkaesqu3

Description

@kafkaesqu3

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

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions