App Logo
yelp.com

Get Yelp business reviews

List a Yelp business's reviews by slug, paginated. Returns author, rating, date, review text, and reaction counts (helpful/thanks/love this/oh no) per review.

Input

slug required

Yelp business slug, e.g. 'l-industrie-pizzeria-new-york'

start optional

Pagination offset (Yelp shows ~10 reviews per page): 0, 10, 20, ...

Default: 0

Output

slug optional
count optional
start optional
reviews optional

FAQ

List a Yelp business's reviews by slug, paginated. Returns author, rating, date, review text, and reaction counts (helpful/thanks/love this/oh no) per review.
Required: slug. Optional: start.
It returns slug, count, start, reviews.
No. It only uses pages of yelp.com that are reachable without signing in.
It only reads. It looks things up on yelp.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/yelp.com/get_reviews, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/yelp.com/get_reviews
It is part of Reduck's official curated catalogue.

Start building not clicking