Scraping help

dannybuoy

Newbie
Joined
Nov 16, 2020
Messages
38
Reaction score
4
Hi folks,

I hope you're doing great!

I'm trying to scrape the top result in Google for any given keyword, then get the keyword and URL into an RSS feed that automatically updates based on the additional queries and results.

I've got a super complicated workaround using scrapebox and some free tools - can anyone suggest an awesome tool that might be able to help?
 
Be aware of that google is a pain and monitors many parameters such as browser fingerprints (e.g. canvas). You will need a platform for solving captcha. Are you sure you want to do this in Google rather than Bing? In google is way more difficult.
 
You would have better results using Google trends, but you really need to be more clear in what your goal is.
 
Hi folks, thanks for your reply. My goal is to create an RSS feed similar to this prototype:

http://feeds.feedburner.com/Dantest
The URLs are the first result in google for that query. Each of the queries is a question - which I want to continue only getting questions.

The tricky part is substituting the title of the page in the feed, for the original searched for query - that's the part that I'm trying to crack.

Does that help? I hugely appreciate your comments.
 
Thanks so much for your replies. It's less about Google trends and more around getting data into an RSS feed.
 
Thanks so much for your replies. It's less about Google trends and more around getting data into an RSS feed.
Just get yourself the Scrapebox automaton plugin. That should do most of the heavy lifting for you.
 
Back
Top