Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get google next page(pagination) data using google NPM? #66

Open
kiranRay opened this issue Aug 6, 2020 · 2 comments
Open

How to get google next page(pagination) data using google NPM? #66

kiranRay opened this issue Aug 6, 2020 · 2 comments

Comments

@kiranRay
Copy link

kiranRay commented Aug 6, 2020

how to get more then 200 post of last 24 hours from google using GOOGLE NPM?

res.next => get undefined all time.

how to get next page data or more then 200 post?

@zankhnadhamecha
Copy link

I also face the same issue. Each time i get the res.next undefined

@zankhnadhamecha
Copy link

Hey @kiranRay , I got the solution for this..

try this..

google ("Your Keyword", start, function(){})
in this start parameter you can specify from where you want to get the posts from the page..though it is optional and by default it is 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants