yin / apify-yelp

Yelp scraper.
5 stars 8 forks source link

INPUT URL doesn't work for anything but yelp.com (for example yelp.fr or yelp.cz) #17

Open zpelechova opened 3 years ago

zpelechova commented 3 years ago

https://my.apify.com/view/runs/ETR1tmTcmFisLr7Ma business: [ 'https://www.yelp.com/https://www.yelp.cz/biz/liberty-inn-new-york-2?osq=hotel' ],

pocesar commented 3 years ago

oops, it expects it to be always yelp.com, didn't know yelp.cz existed 😄

zpelechova commented 3 years ago

It should be pretty straight forward, just change in the code yelp.stElse to yelp.com, then it works.