
Yelp Business Info Scraper
1 day trial then $25.00/month - No credit card required now

Yelp Business Info Scraper
1 day trial then $25.00/month - No credit card required now
Quickly gather rich, detailed data from Yelp business pages—perfect for insights and analysis! 🚀
Actor Metrics
19 Monthly users
No reviews yet
18 bookmarks
>99% runs succeeded
15 hours response time
Created in Nov 2024
Modified 8 days ago

Output sometimes does not return results
I have the following input:
1{ 2 "Urls": [ 3 "https://www.yelp.com/biz/kawasaki-heavy-industries-düsseldorf", 4 "https://www.yelp.com/biz/kawasaki-hamburg-team-hoffmann-hamburg-2", 5 "https://www.yelp.com/biz/kawasaki-motorräder-südhessen-weiterstadt-2", 6 "https://www.yelp.com/biz/kawasaki-mok-kerspleben" 7 ] 8}
Most of the time if I run it I get the expected output. However today arond 5:26am PT it produced corrupted output. https://www.yelp.com/biz/kawasaki-heavy-industries-düsseldorf has no details. See below
Output:
1[ 2 { 3 "url": "https://www.yelp.com/biz/kawasaki-heavy-industries-düsseldorf", 4 "title": "", 5 "rating": "", 6 "reviewCount": "", 7 "isClaimed": "", 8 "priceLevel": "", 9 "categories": "", 10 "fullAddress": "", 11 "city": "", 12 "state": "", 13 "zipcode": "", 14 "phoneNumber": "", 15 "images": [], 16 "website": "", 17 "hours": {}, 18 "businessOwnerName": "", 19 "about": "", 20 "reviewhighlights": [], 21 "businessServices": "", 22 "timestamp": "2025-02-19 13:25:54" 23 }, 24 { 25 "url": "https://www.yelp.com/biz/kawasaki-hamburg-team-hoffmann-hamburg-2", 26 "title": "Kawasaki Hamburg Team Hoffmann", 27 "rating": "1.6 ", 28 "reviewCount": "14 reviews", 29 "isClaimed": "Claimed", 30 "priceLevel": "€€", 31 "categories": "Motorcycle Dealers,Motorcycle Repair,Motorcycle Gear", 32 "fullAddress": "Billhorner Kanalstr. 56 - 58 20539 Hamburg Germany", 33 "city": "", 34 "state": "", 35 "zipcode": "", 36 "phoneNumber": "040 21971014", 37 "images": [ 38 "https://s3-media0.fl.yelpcdn.com/bphoto/2ChJXHvJnPZhkCk_-oLzMg/l.jpg" 39 ], 40 "website": "http://www.motorradzentrum-hamburg.de/", 41 "hours": {}, 42 "businessOwnerName": "", 43 "about": "", 44 "reviewhighlights": [], 45 "businessServices": "", 46 "timestamp": "2025-02-19 13:25:56" 47 }, 48 { 49 "url": "https://www.yelp.com/biz/kawasaki-motorräder-südhessen-weiterstadt-2", 50 "title": "Kawasaki Motorräder Südhessen", 51 "rating": "3.7 ", 52 "reviewCount": "3 reviews", 53 "isClaimed": "", 54 "priceLevel": "", 55 "categories": "Bikes,Motorcycle Repair,Motorcycle Dealers", 56 "fullAddress": "Feldstr. 12 64331 Weiterstadt Germany", 57 "city": "", 58 "state": "", 59 "zipcode": "", 60 "phoneNumber": "06151 851583", 61 "images": [ 62 "https://s3-media0.fl.yelpcdn.com/bphoto/pyqo9DDovk_qkuuBHWrxzg/l.jpg", 63 "https://s3-media0.fl.yelpcdn.com/bphoto/JopcGBk3-jUo6J8JzT2mUw/l.jpg", 64 "https://s3-media0.fl.yelpcdn.com/bphoto/gc5ojKHX81zRy7u1-ykCtQ/l.jpg" 65 ], 66 "website": "http://www.kawasaki-weiterstadt.de", 67 "hours": {}, 68 "businessOwnerName": "", 69 "about": "", 70 "reviewhighlights": [], 71 "businessServices": "", 72 "timestamp": "2025-02-19 13:25:58" 73 }, 74 { 75 "url": "https://www.yelp.com/biz/kawasaki-mok-kerspleben", 76 "title": "KAWASAKI-Mok", 77 "rating": "", 78 "reviewCount": "", 79 "isClaimed": "", 80 "priceLevel": "", 81 "categories": "Bikes,Motorcycle Dealers", 82 "fullAddress": "Fichtenweg 1 99198 Kerspleben Germany", 83 "city": "", 84 "state": "", 85 "zipcode": "", 86 "phoneNumber": "", 87 "images": [], 88 "website": "http://motorrad-mok.de", 89 "hours": {}, 90 "businessOwnerName": "", 91 "about": "", 92 "reviewhighlights": [], 93 "businessServices": "", 94 "timestamp": "2025-02-19 13:26:05" 95 } 96]

Competent Path (competent_path)
Here is log for that run
12025-02-19T13:25:51.015Z ACTOR: Pulling Docker image of build 7tcgavYC0MUaCzJVk from repository. 22025-02-19T13:25:51.122Z ACTOR: Creating Docker container. 32025-02-19T13:25:51.175Z ACTOR: Starting Docker container. 42025-02-19T13:25:52.628Z [apify] INFO Initializing Actor... 52025-02-19T13:25:52.630Z [apify] INFO System info ({"apify_sdk_version": "2.2.1", "apify_client_version": "1.9.0", "crawlee_version": "0.5.4", "python_version": "3.12.8", "os": "linux"}) 62025-02-19T13:25:52.632Z [apify] INFO Hello from the Actor! 72025-02-19T13:26:07.896Z [apify] INFO Exiting Actor ({"exit_code": 0})

Competent Path (competent_path)
Here is expected output
1[ 2 { 3 "title": "Kawasaki Heavy Industries", 4 "rating": "", 5 "reviewCount": "", 6 "isClaimed": "", 7 "priceLevel": "", 8 "categories": "", 9 "fullAddress": "Am Wehrhahn 33 40211 Dusseldorf Germany", 10 "city": "", 11 "state": "", 12 "zipcode": "", 13 "phoneNumber": "0211 179234-0", 14 "images": [], 15 "website": "", 16 "hours": {}, 17 "businessOwnerName": "", 18 "about": "", 19 "reviewhighlights": [], 20 "businessServices": "", 21 "timestamp": "2025-02-19 15:24:30", 22 "url": "https://www.yelp.com/biz/kawasaki-heavy-industries-düsseldorf" 23 }, 24 { 25 "title": "Kawasaki Hamburg Team Hoffmann", 26 "rating": "1.6 ", 27 "reviewCount": "14 reviews", 28 "isClaimed": "Claimed", 29 "priceLevel": "€€", 30 "categories": "Motorcycle Dealers,Motorcycle Repair,Motorcycle Gear", 31 "fullAddress": "Billhorner Kanalstr. 56 - 58 20539 Hamburg Germany", 32 "city": "", 33 "state": "", 34 "zipcode": "", 35 "phoneNumber": "040 21971014", 36 "images": [ 37 "https://s3-media0.fl.yelpcdn.com/bphoto/2ChJXHvJnPZhkCk_-oLzMg/l.jpg" 38 ], 39 "website": "http://www.motorradzentrum-hamburg.de/", 40 "hours": {}, 41 "businessOwnerName": "", 42 "about": "", 43 "reviewhighlights": [], 44 "businessServices": "", 45 "timestamp": "2025-02-19 15:24:40", 46 "url": "https://www.yelp.com/biz/kawasaki-hamburg-team-hoffmann-hamburg-2" 47 }, 48 { 49 "title": "Kawasaki Motorräder Südhessen", 50 "rating": "3.7 ", 51 "reviewCount": "3 reviews", 52 "isClaimed": "", 53 "priceLevel": "", 54 "categories": "Bikes,Motorcycle Repair,Motorcycle Dealers", 55 "fullAddress": "Feldstr. 12 64331 Weiterstadt Germany", 56 "city": "", 57 "state": "", 58 "zipcode": "", 59 "phoneNumber": "06151 851583", 60 "images": [ 61 "https://s3-media0.fl.yelpcdn.com/bphoto/pyqo9DDovk_qkuuBHWrxzg/l.jpg", 62 "https://s3-media0.fl.yelpcdn.com/bphoto/JopcGBk3-jUo6J8JzT2mUw/l.jpg", 63 "https://s3-media0.fl.yelpcdn.com/bphoto/gc5ojKHX81zRy7u1-ykCtQ/l.jpg" 64 ], 65 "website": "http://www.kawasaki-weiterstadt.de", 66 "hours": {}, 67 "businessOwnerName": "", 68 "about": "", 69 "reviewhighlights": [], 70 "businessServices": "", 71 "timestamp": "2025-02-19 15:24:48", 72 "url": "https://www.yelp.com/biz/kawasaki-motorräder-südhessen-weiterstadt-2" 73 }, 74 { 75 "title": "KAWASAKI-Mok", 76 "rating": "", 77 "reviewCount": "", 78 "isClaimed": "", 79 "priceLevel": "", 80 "categories": "Bikes,Motorcycle Dealers", 81 "fullAddress": "Fichtenweg 1 99198 Kerspleben Germany", 82 "city": "", 83 "state": "", 84 "zipcode": "", 85 "phoneNumber": "", 86 "images": [], 87 "website": "http://motorrad-mok.de", 88 "hours": {}, 89 "businessOwnerName": "", 90 "about": "", 91 "reviewhighlights": [], 92 "businessServices": "", 93 "timestamp": "2025-02-19 15:24:55", 94 "url": "https://www.yelp.com/biz/kawasaki-mok-kerspleben" 95 } 96]

Hi, thank you so much for reporting this issue. I've optimized the code, and the problem should no longer occur. You can try it again. If you encounter any other issues, feel free to reach out to me anytime.