Earlier quoted context omitted.
This is super interesting to me, is there anything else you can share about how you approached this? In my scraping Google experience I have found roughly the same thing where once you've passed the captcha test, you can scrape a lot more. Were you scraping with real browsers or something like Mechanize/Curl? Rate limiting at all? Proxies or real servers?
We had a pool of IPs we were leasing on our own, proxy services get abused and are poisoned. We didn't rate limit, we would just increase the size of the cookie pool if a captcha was hit, which was rare because we would scrape n-pages till a threshold was met to prevent that session from being captcha'ed so we wouldn't have to captcha solve it. We had two pools, the primary pool and the "chilling" pool, cookies near…
Google Deactivates Web Search API
101–110 of 132 posts
Re: Google Deactivates Web Search API
#102Earlier quoted context omitted.
Hi all, I am a program manager in the Bing API team. I am providing some pointers for people that are interested. We released our latest Search APIs in March via the Microsoft Cognitive Services site. You can find them here: https://www.microsoft.com/cognitive-services . All APIs are currently offered for free with limited calls per month (for most APIs,the quota is 1,000 calls per month). We will announce soon a pri…
> https://datamarket.azure.com/dataset/bing/search . I want to clarify that the page includes the old Bing Search APIs > that are still in use, but will be deprecated in the future. > I just migrated to the Bing API when Yahoo BOSS closed 31 March :-( Will there be a new image search api similar to the one you offers now? Can you share any timeframe for the deprecation?
Re: Google Deactivates Web Search API
#103Earlier quoted context omitted.
> Additionally, there are probably going to be big repercussions to the web/average person's browsing experience as a result of this. A massive number of sites (and programs, bots, etc) were using this API because of its simplicity (and absence of registration/authentication). Yep. My harmless little IRC bot can no longer Google search anymore :(
Why not? There's a custom search API. https://developers.google.com/custom-search/json-api/v1/over...
Re: Google Deactivates Web Search API
#104Earlier quoted context omitted.
God, page scraping is horrible at the best of times but, as anyone who's ever viewed source on one of their pages must be thinking, scraping Google markup must be hell-on-earth.
It was indeed pretty rough it wouldn't surprise me if Google moves to js generated dom elements to combat rank trackers, at the time it was fine because they want to service non-js browsers but that might change. Parsing it wasn't hard but it wasn't fun...
Re: Google Deactivates Web Search API
#105What are the alternatives for a full web search API? Yahoo BOSS closed down a few weeks ago. Bing seems the last man standing. And, unfortunately, none of the ones I've tried are very good; one project I'm working on needs to prioritize newer results over older ones, and only Google had a sort by date option (which I think was also removed in the past).
Yandex Bing Gigablast Those are the only web scale indexes that have an API I am aware of these days.
Re: Google Deactivates Web Search API
#106Re: Google Deactivates Web Search API
#107Since I can't post both a title and text: What's interesting about this is that the API has been officially deprecated since 2010 (and "offline" since September 2014), but today is the first day that it's actually become unavailable. Edit: Additionally, there are probably going to be big repercussions to the web/average person's browsing experience as a result of this. A massive number of sites (and programs, bots, e…
Re: Google Deactivates Web Search API
#108Earlier quoted context omitted.
Why not? There's a custom search API. https://developers.google.com/custom-search/json-api/v1/over...
Yes, and it's scoped by either domain or (rarely used) types from the schema.org ontology. You can't use it to just search the web.
https://support.google.com/customsearch/answer/2631040?hl=en
Re: Google Deactivates Web Search API
#109Re: Google Deactivates Web Search API
#110What is the rationale for Google doing this? How much money was this service costing them?
Most of their revenue is ads.