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

v0.0.20 fails on https://www.yelp.com/biz/complete-office-cleaning-service-orange

Open

Competent Path (competent_path) opened this issue
21 days ago

Input:

{
"Urls": [
"https://www.yelp.com/biz/complete-office-cleaning-service-orange"
]
}

log:

2025-06-12T21:02:35.863Z ACTOR: Pulling Docker image of build XYAix9mjed1IuU8pp from registry.
2025-06-12T21:02:35.865Z ACTOR: Creating Docker container.
2025-06-12T21:02:35.913Z ACTOR: Starting Docker container.
2025-06-12T21:02:37.453Z Actor is running on the Apify platform, `disable_browser_sandbox` was changed to True.
2025-06-12T21:02:37.649Z [apify] INFO Initializing Actor...
2025-06-12T21:02:37.652Z [apify] INFO System info ({"apify_sdk_version": "2.5.0", "apify_client_version": "1.9.3", "crawlee_version": "0.6.7", "python_version": "3.12.10", "os": "linux"})
2025-06-12T21:02:37.695Z [apify] INFO Hello from the Actor!
2025-06-12T21:02:43.242Z [apify] ERROR Error occurred while requesting parameters: https://www.yelp.com/biz/complete-office-cleaning-service-orange, skipping. Error: too many values to unpack (expected 2)
2025-06-12T21:02:43.244Z [apify] INFO Exiting Actor ({"exit_code": 0})

please note that in v0.0.19 it returns the result with "is_page_not_found": true which is the desired behavior

[
{
"title": "",
"rating": "",
"reviewCount": "",
"isClaimed": "",
"priceLevel": "",
"categories": "",
"fullAddress": "",
"city": "",
"state": "",
"zipcode": "",
"phoneNumber": "",
"images": "",
"website": "",
"hours": "",
"businessOwnerName": "",
"about": "",
"reviewhighlights": "",
"businessServices": "",
"timestamp": "",
"url": "https://www.yelp.com/biz/complete-office-cleaning-service-orange",
"is_page_not_found": true,
"status": "SUCCEEDED"
}
]