thibauts / node-google-search-scraper

Google search scraper with captcha solving support
MIT License
89 stars 40 forks source link

Fix start param issue #5

Closed rodrigograca31 closed 7 years ago

rodrigograca31 commented 7 years ago

If you tried:

var options = {
    query: 'site:https://play.google.com/store/ "@gmail.com"',
    host: 'www.google.com',
    lang: 'en',
    limit: 10,
    params: {
        start: 31
    }
};

the start parameter would be ignored. This pull request solves that.

thibauts commented 7 years ago

Patch published to npm.

rodrigograca31 commented 7 years ago

You don't need to increase the package version number...?

thibauts commented 7 years ago

Oops. I did, but forgot to push back here. Done :)