# Yelp Business Reviews API (https://www.socialcrawl.dev/platforms/yelp/business-reviews) > Returns a unified ReviewList of customer reviews for a Yelp business, keyed by the same 22-character encid used on /v1/yelp/business/info. Each page has 10 reviews with cursor pagination, ISO timestamps, owner replies, photo URLs, language, and HELPFUL vote counts. Page 2 does not overlap page 1. A business that does not exist returns 404 (auto-refunded). A business with no reviews returns an empty page and is not billed. TL;DR: `GET /v1/yelp/business/reviews` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `id` | no | Yelp business encid, the 22-character opaque id (for example zj8Lq1T8KIC5zwFief15jg for Prince Street Pizza). Alias slugs such as prince-street-pizza-new-york-2 are not accepted on this surface: they come back as not found. | | `url` | no | Yelp business URL. Only URLs whose /biz/ segment is the 22-character encid resolve. Alias URLs such as https://www.yelp.com/biz/prince-street-pizza-new-york-2 come back as not found. | | `cursor` | no | Opaque cursor from the previous page's next_cursor. Omit on page 1. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/yelp/business/reviews" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Yelp API: https://www.socialcrawl.dev/platforms/yelp ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing