YELP Extractor 2.1 🚧 avatar
YELP Extractor 2.1 🚧

Pricing

$30.00/month + usage

Go to Store
YELP Extractor 2.1 🚧

YELP Extractor 2.1 🚧

Developed by

cat

cat

Maintained by Community

💫 Scrape Business data from Yelp.com

0.0 (0)

Pricing

$30.00/month + usage

7

Total users

286

Monthly users

18

Runs succeeded

>99%

Issue response

32 days

Last modified

2 months ago

GL

Category Name to id mapping makes automating difficult

Closed

glad.rain4712 opened this issue
2 months ago

I can't automate searches for different yelp categories because the json input uses a string of digits to identify the category. For example, when I select "Food > Specialty Food" from the form select, the json category value is "10420".

Can you either share that mapping of category names to ids or add support for querying by category name "Food > Specialty Food" or alias "gourmet" instead of "10420"?

Jupri avatar

cat (Jupri)

2 months ago

Hello. You can extract the mapping from the Input Schema :

https://api.apify.com/v2/acts/jupri~yelp/builds/default
Jupri avatar

cat (Jupri)

2 months ago

I have extract it for you latest mapping :

GL

glad.rain4712

2 months ago

Thanks for the fast response! I didn't know you could do that. I appreciate your help.