Yelp: Get Business Details
Yelp via Parse · reviews_ratings
Retrieve detailed information for a single business including rating distribution, full address, and categories. Accepts either `biz_id` (the encid from search results) or `alias` (the URL slug). When only `alias` is provided, an additional request resolves it to an encid. Returns null `rating_distribution` when the site omits that data. 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_details
- Interface artifact
- sha256:08173dcfc8c14ca9015153d85463ed8acc77e526f61696fcc25e5528224497ac
- Manifest digest
- sha256:ca8ae6af2e7c79741806c9ff47caa03de10cdd0b45d1b5b34af2d4ec20042bc8
Request fields
- alias (string): Business alias/slug from search results (e.g., 'gentleman-and-a-van-sydney')
- biz_id (string): Business encid from search results (e.g., 'eL3VvaB9F0g9LtP5xcLE5A')
Example queries
- {"alias":"gentleman-and-a-van-sydney","biz_id":"eL3VvaB9F0g9LtP5xcLE5A"}