Yelp Business: Reliable, Faster, Cheaper avatar
Yelp Business: Reliable, Faster, Cheaper

Pricing

Pay per event

Go to Store
Yelp Business: Reliable, Faster, Cheaper

Yelp Business: Reliable, Faster, Cheaper

Developed by

Agents

Agents

Maintained by Community

Extract Yelp business data fast with our reliable, cost-effective scraper. Capture reviews, ratings, contact info & more. Ideal for market research, competitor tracking, and customer analysis. Free tier included. Monitor any Yelp URL or location in real time.

0.0 (0)

Pricing

Pay per event

0

Total users

13

Monthly users

11

Runs succeeded

>99%

Issues response

11 hours

Last modified

20 hours ago

RO

the scraper is not working, it has a lot of issues

Closed

rodymax19 opened this issue
3 days ago

It doesn't adhere to the maximum items, and no data is even returned; it's just a waste of money.

agents avatar

Agents (agents)

3 days ago

Hello,

Seems like you are using the actor in a wrong way, have you read the documentation / readme? startUrls should be an array of strings, not an array of objects, I am attaching an image for your reference. You also didn't set any maxItems.

For your case, you can use an input like the following:

{
"startUrls": [
"https://www.yelp.com/biz/truly-pizza-dana-point?osq=Truly+Pizza&rr=5",
"https://www.yelp.com/biz/ahba-laguna-beach"
],
"sortBy": "rating"
}

Please read the documentations of our actors before you use them in the future, you can find all the information there to correctly use any of them.

https://apify.com/agents/yelp-business#input-definitions

Thanks