Yelp Business Info Scraper avatar
Yelp Business Info Scraper

Pricing

$25.00/month + usage

Go to Store
Yelp Business Info Scraper

Yelp Business Info Scraper

Developed by

ВAH

ВAH

Maintained by Community

Quickly gather rich, detailed data from Yelp business pages—perfect for insights and analysis! 🚀

0.0 (0)

Pricing

$25.00/month + usage

21

Total users

111

Monthly users

21

Runs succeeded

>99%

Issues response

20 days

Last modified

a month ago

competent_path avatar

Please return actual page URL

Closed

Competent Path (competent_path) opened this issue
a month ago

Sometimes actual yelp page address may be different from what has been provided in the input. Example: https://www.yelp.com/biz/total-auto-protect-wilmington-6 redirects to https://www.yelp.com/biz/total-auto-protect-wilmington-8

Scraper works perfectly fine for this scenario however in the output it returns the original url and not the actual one See output below:

[
{
"title": "Total Auto Protect",
...
"url": "https://www.yelp.com/biz/total-auto-protect-wilmington-6",
"is_page_not_found": false,
"status": "SUCCEEDED"
}
]
delicious_zebu avatar

Hi, I've implemented this effect in the latest version (0.0.20).

competent_path avatar

Thanks a lot