-
Notifications
You must be signed in to change notification settings - Fork 38
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
Quota limit and -S option #7
Comments
Which version are you using? Can you provide the full cmdline? |
I'm using j-google-trends-client-1.2.6-jar-with-dependencies.jar I'm not sure I understand about the cmdline. I'm using the example in the readme, except without a proxy. It works fine, but after 3 calls I get the error message. |
Please note the -S option take ms and not seconds |
Dear developer, |
google has changed the service making it not working anymore. there is a new version on its way but still not production ready. |
Thank you for your fast reply. If you are going to find some co-workers who can develop another version you've mentioned then could I get a chance to join developing the new version if it possible? |
Knock yourself out! I have already commited everything, if you like to contribute just fork and pull |
Hi Marco, do you have any idea where I can find more details about the existing The tool I work on needs keyword trends for about 10.000 terms in one Is the an official commercial service available for Google Trends data? Best wishes, On Mon, Aug 4, 2014 at 9:24 AM, Marco Tizzoni notifications@github.com
Mirko Kämpf Trainer @ Cloudera tel: +49 176 20 63 51 99 |
No clue on limitations, sorry. Google is not disclosing such informat. AFAIK restrictions have been tighten over last year. There is no commercial version og GT I am aware of, you should contect Google. |
Thanks a lot. So I am more convinced not to have missed something. On Mon, Aug 4, 2014 at 1:06 PM, Marco Tizzoni notifications@github.com
Mirko Kämpf Trainer @ Cloudera tel: +49 176 20 63 51 99 |
In my experience it is easier to parse and pull data from the website than use the API, but even that is severely limited. It is actually very unfortunate that Google doesn't allow others to leverage the power of the Trends API. I've wondered why but I can't come up with an answer. It is highly likely that some of the smart guys at Google have tried to fix the API, and I'm sure there are many companies out there that would pay huge sums of money for a proper API. This is not some old business like an ancient bank we're talking about here, it is one of the most innovative companies in the world. There are a couple of other services out there that claim to offer something similar (just google "Google Trends API alternative"), but I doubt that anyone really could offer a comparing product. I ended up using Twitter's API instead, it is absolutely brilliant and almost unlimited. |
Many thanks Lucas. I see your point, and I am looking for some facts to us On Mon, Aug 4, 2014 at 1:27 PM, Lucas Dreyer notifications@github.com
Mirko Kämpf Trainer @ Cloudera tel: +49 176 20 63 51 99 |
Yhey do it manually. That's why I wrote this tool. Some colleague of mine wrote a paper and they did everything manually. I thought it was inefficient. The issue with GT is that NO proper API is released from Google. What my API does is simply emulating a browser and exposing an interface where people can automate the task of downloading data. Unfortunately as there is no API there is no certainty on compatibility, in fact I have already adopted my API to minor changes Google made over the time, and they try to block bots. The last resort is doing full browser emulation, still the problem is that they have reduced the amount of query a user can do daily hence dunno if that is worth a shot. |
Marco, I think the last statement is really important, as soon as we need On Mon, Aug 4, 2014 at 1:39 PM, Marco Tizzoni notifications@github.com
Mirko Kämpf Trainer @ Cloudera tel: +49 176 20 63 51 99 |
I was polling Google trends at about one request every 70 seconds, which is pretty slow in my opinion. Then I got the following error:
I couldn't find any information about the -S option in the source code. Is it still supported? And does anyone know what a safe speed is?
The text was updated successfully, but these errors were encountered: