8

I am developing an application using Google blog search API. But google announcement says it has been deprecated and it will be available for another 1 year from here. So i am in trouble in continuing the developement. Is there any other API available for blog search?.

leppie
  • 115,091
  • 17
  • 196
  • 297
sanpalraj
  • 91
  • 5
  • It looks Google doesn't offer a direct replacement for the Blog search API, you got to use the [Custom Search](https://developers.google.com/custom-search/) one. – DiegoG May 16 '14 at 14:39
  • Custom search - it's another, what I nned. – yAnTar May 18 '14 at 14:23

1 Answers1

1

I was in the same boat, luckily though I was able to get it around by implementing the custom search API instead as per https://developers.google.com/custom-search/

I found this helpful too: http://googlecustomsearch.blogspot.co.uk/

leaksterrr
  • 3,800
  • 7
  • 34
  • 65