Yelp integration (Location, Data). Imported from open-connector.
https://api.yelp.com/v3/businesses/search
| Param | Type | Required | Description |
|---|---|---|---|
| term | string | optional | Search term such as coffee or sushi. |
| location | string | optional | Location text such as a city, neighborhood, or postal code. |
| latitude | number | optional | Latitude in decimal degrees. |
| longitude | number | optional | Longitude in decimal degrees. |
| categories | array | optional | Category aliases used to filter business results. |
| limit | integer | optional | Maximum number of businesses to return. |
| offset | integer | optional | Pagination offset used for business search. |
| radius | integer | optional | Search radius in meters. |
| sortBy | string | optional | Sort order used by Yelp business search. |
| openNow | boolean | optional | Whether to return businesses that are open now. |
| openAt | integer | optional | Unix timestamp used to filter businesses open at a specific time. |
| locale | string | optional | Locale used by Yelp for localized response text, such as en_US. |
| attributes | array | optional | Yelp attribute filters to apply. |
| priceTiers | array | optional | Price tiers to include in the search. |
/v3/businesses/search/phone
| Param | Type | Required | Description |
|---|---|---|---|
| phone | string | required | Business phone number in E.164 format, including the leading plus sign. |
/v3/businesses/{businessId}
| Param | Type | Required | Description |
|---|---|---|---|
| businessId | string | required | Yelp business identifier or alias returned by a previous search result. |
| locale | string | optional | Locale used by Yelp for localized response text, such as en_US. |