get_business
Retrieve complete Yelp business details including hours, photos, address, price tier, categories, and URL using a business ID or alias.
Instructions
Fetch the full Yelp profile for a specific business by its ID or alias.
Use this when you already have a Yelp business ID (from search results or a previous call) and need complete details: hours, all photos, full address, price tier, categories, and the Yelp URL.
Raises an error if the business ID does not exist on Yelp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| url | No | ||
| phone | No | ||
| display_phone | No | ||
| rating | No | ||
| review_count | No | ||
| price | No | ||
| is_closed | No | ||
| location | No | ||
| categories | No | ||
| coordinates | No | ||
| image_url | No | ||
| photos | No | ||
| hours | No | ||
| alias | No |