Email Yelp reviews daily
This query returns the most recent reviews for a single business.
Developer info
- API endpoint slug
- yelp.get_business_reviews
- Runtime method
- performQuery("yelp.get_business_reviews"}
Query fields
Business Text input > Other
- Label
- Business ID
- Helper text
- The unique Yelp ID of the business, usually piped in from another Yelp step's BusinessId ingredient rather than typed by hand.
- Slug
- business_id
- Required
- true
- Can have default value
- true
Ingredients
Review Unique Yelp ID of this review.
- Slug
- review_id
- Filter code
- Yelp.getBusinessReviews.ReviewId
- Type
- String
- Example
- xAG4NrHm9Iu-4kwXqTBRRA
Review text The review's text.
- Slug
- review_text
- Filter code
- Yelp.getBusinessReviews.ReviewText
- Type
- String
- Example
- Best pancakes in the city, worth the wait.
Review rating Numeric value as a string. The review's star rating.
- Slug
- review_rating
- Filter code
- Yelp.getBusinessReviews.ReviewRating
- Type
- String
- Example
- 5
Review created at When the review was posted.
- Slug
- review_created_at
- Filter code
- Yelp.getBusinessReviews.ReviewCreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Review url A link to the full review on Yelp.
- Slug
- review_url
- Filter code
- Yelp.getBusinessReviews.ReviewUrl
- Type
- Web URL
- Example
- https://www.yelp.com/biz/example-business-chicago#hrid-example
Reviewer name The reviewer's first name and last initial.
- Slug
- reviewer_name
- Filter code
- Yelp.getBusinessReviews.ReviewerName
- Type
- String
- Example
- Jane D.
