Search for business on Yelp using this endpoint: https://www.yelp.com/developers/documentation/v3/business_search
api_key
Required
Use the API key provided here: https://www.yelp.com/developers/v3/manage_app
latitude
Optional
Latitude to search from
longitude
Optional
Longitude to search from
attributes
Optional
See Yelp’s documentaion - allows you to add additional attributes to filter by.
categories
Optional
List of Yelp category identifiers to show businesses from.
query
Optional
Search term - if not included, will just default to popular categories in the location.
location
Default null
Text of a location to search from (keep the default null
if using latitude and longitude instead).
limit
Default 50
Pagination Limit
offset
Default 0
Pagination Offset
price
Default 1,2,3,4
Pricing levels to filter the search result with: 1 = $, 2 = $$, 3 = $$$, 4 = $$$$. Use commas to include multiple tiers.
Search for business on Yelp using this endpoint: https://www.yelp.com/developers/documentation/v3/business_search
/v3/businesses/search
?latitude={{latitude}}&longitude={{longitude}}&limit={{limit}}&offset={{offset}}&term={{query}}&categories={{categories}}&price={{price}}&attributes={{attributes}}&location={{location}}
Body
Headers
Bearer {{api_key}}