Google Trends API

Mark Eternally

Regular Member
Joined
Dec 13, 2017
Messages
274
Reaction score
115
Hello Black Hat World.

Can you recommend a solid Google Trends API for use on a linux server which predominantly runs various python and PHP scripts?

Here is the idea: use the API to determine popular queries, scrape accordingly, build content accordingly, hopefully ride the waves.
 
Would be interested if anyone knows of a good existing one. I've built a custom one for domain flipping and content ideas, but it runs on Windows only, unfortunately. But interested to find out other good solutions and see what other features I could be missing out on.
 
Last edited:
Anyone tries this:

Code:
https://www.programmableweb.com/api/google-trends

Looks legit + there is contact to developer.
 
Anyone tries this:

Code:
https://www.programmableweb.com/api/google-trends

Looks legit + there is contact to developer.
Maybe This can help you:
Code:
https://www.npmjs.com/package/google-trends-api
 
Maybe This can help you:
Code:
https://www.npmjs.com/package/google-trends-api

This looks like it may do the trick. I will have to set some time aside and tinker with it.
 
Back
Top