Yelp: Get Business Reviews
Yelp via Parse · reviews_ratings
Retrieve paginated reviews for a business by its encid. Returns review text, rating, date, and author profile for each review. Pagination is cursor-based: pass `next_cursor` from the previous response as `after` to fetch the next page. Reviews are sorted by relevance. Each page returns up to `limit` reviews (default 10). APIs for extracting business listings, details, and reviews from Yelp Australia. Supports keyword and location search, business detail lookup by ID or alias, and paginated review retrieval with author profiles and rating distributions. Fulfilled by Parse from yelp.com.au.
- b2b-directory
- food-dining
- maps-geo
- parse
- platform-key
- reviews-ratings
- yelp
- yelp-com-au
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- reviews_ratings
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ccb9b044-144d-41ce-83ee-e10f5ae298a0/get_business_reviews
- Interface artifact
- sha256:a14834d4e7eb00950f6659f35f077a3eb2ffbd2d0feba584e4deba9bb408f6b4
- Manifest digest
- sha256:b6bc00ad84091cabe613167919be252e66bcc20fa2d04af8f6af3ffa64062b50
Request fields
- after (string): Cursor for pagination (next_cursor from previous response)
- limit (integer): Number of reviews per page (default 10)
- biz_id (string, required): Business encid (e.g., 'eL3VvaB9F0g9LtP5xcLE5A')
Example queries
- {"limit":"5","biz_id":"eL3VvaB9F0g9LtP5xcLE5A"}