pat310 / google-trends-api

An API layer on top of google trends
https://www.npmjs.com/package/google-trends-api
MIT License
877 stars 175 forks source link

Get trends by day #101

Closed tagazok closed 6 years ago

tagazok commented 6 years ago

When I choose a large time frame, I get the data per week or month and if I get a small time frame, I get the data per day. Is it possible to get the data of every days on a large time frame?

pat310 commented 6 years ago

Unfortunately that’s how the google endpoint works. What you could do is just loop over the smaller time frame and join the data together.

On Apr 8, 2018, at 20:28, Olivier Leplus notifications@github.com wrote:

When I choose a large time frame, I get the data per week or month and if I get a small time frame, I get the data per day. Is it possible to get the data of every days on a large time frame?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

pat310 commented 6 years ago

Were you able to get it working @tagazok ?

pat310 commented 6 years ago

Closing for now but feel free to reopen or contact me if you can't get it figured out!