eyecatchup / SEOstats

SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics.
MIT License
1.46k stars 384 forks source link

ajax.googleapis.com stop working #100

Closed rinkuyadav999 closed 7 years ago

rinkuyadav999 commented 9 years ago

ajax.googleapis.com/ajax/services/search/web?v=1.0&q=site:github.com&filter=0

{"responseData": null, "responseDetails": "The Google Web Search API is no longer available. Please migrate to the Google Custom Search API (https://developers.google.com/custom-search/)", "responseStatus": 403}

So how can i use your application ?

ClemensSahs commented 9 years ago

we will change the API call soon as possible

kapiljindal commented 9 years ago

@ClemensSahs Are you working on this issue?

Is there any alternative to get Google Websearch Index?

ClemensSahs commented 9 years ago

yes I have a private WIP branch. But in the last week's my job forced much of my time...

this weekend I will have more some time to finish that patch... I hope It will be enough to finish all Unit-Tests

sorry for waiting

ClemensSahs commented 9 years ago

So some features on the old API google support not longer without billing API Keys...

I will create some methods:

@kapiljindal Yes there is a alternative Google Custom Search and many other API google force us to pay

sorry that this issue is so long open

kapiljindal commented 9 years ago

@ClemensSahs thank you for the reply. Could you please tell me the what is the best way to retrieve Google Index count and link count.

Looking forward to your reply.