Google SERP scraping - Confused between using API and using scraped results

PopUnder

Newbie
Joined
Dec 19, 2012
Messages
35
Reaction score
5
I am working on a project for which I will need the organic search results from Google - I don't intend to directly scrape myself. Instead I could either use the API from sites like SEMRush, or there is an alternate provider who gives me the scraped results in HTML format. In terms of cost, using the scraped content makes a lot of sense. But since I am going to hire a developer, I do not want to take the scraping format if it means I have to constantly change the script (whenever Google changes the name of the div class, etc.)

I was curious to know from others who have used scraped results if Google frequently changes the div classes of their search results? Or is this a bet I can safely take for now?
 
This isn't something you should really worry about. Compared to other sites, Google isn't constantly changing their result layout. Many of my scraper scripts have been running without maintenance for quite some time.
 
That's pretty reassuring. Thanks a lot for the note.
 
Back
Top