Scrape Yelp with Scrapebox 2.x

Brotherxo

Newbie
Joined
Feb 14, 2023
Messages
3
Reaction score
0
Hi guys,
I've been using scrapebox to scrape from YP.
Recently I was trying to build a custom module to Yelp (since there's no paid plugin) with no succsess.
Basically I need to scrape business name and website and crawl it.

Can anyone help me?
I losing my minde here (I'm not an expert )

Thank you in advance !!
 
First you'd need to scrape a list of Yelp urls you want to extract data from. You could use a Google search such as
Code:
site:yelp.com keyword

Next you can use the custom data grabber and set up some masks to extract the data you want. It looks like the business name is easily scrapeable, but the urls go through a redirect script
Code:
adredir?ad_business_id=etc
which you'd have to process another way.

Check out @loopline 's video on the custom data grabber for reference:
 
Hi Steptoe and thank you very much for your reply!
I already watched this video but I couldn't figure out how to do it myself, unfortunately.
Can someone help me? I can pay as well!
 
Back
Top