Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative API for google blog search API [closed]

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?.

like image 447
sanpalraj Avatar asked Mar 29 '12 12:03

sanpalraj


People also ask

Is there an API for Google search results?

The Search Console API provides programmatic access to the most popular reports and actions in your Search Console account. Query your search analytics, list your verified sites, manage your sitemaps for your site, and more. Official Google Search updates and SEO best practices.

Is SERP API free?

trusted by some of the largest brands worldwide. Start using the API — It's free! Our powerful cloud infrastructure is built to withstand high volume API requests without the need of a queue. Tailor your automated search queries based on a series of options, including location, language, device, and more.

What are alternatives to APIs?

Laravel, Symfony, Lumen, Slim, and Node. js are the most popular alternatives and competitors to API Platform.

What happened to Googleapis?

Legacy Google+ APIs have been shut down as of March 7, 2019. Developers should have received one or more emails listing recently used Google+ API methods in their projects.


1 Answers

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/

like image 110
leaksterrr Avatar answered Oct 27 '22 01:10

leaksterrr