← Tools Reference

Yelp

Yelp integration (Location, Data). Imported from open-connector.

API key3 toolshttps://api.yelp.com
GET
yelp_search_businesses
Search Yelp businesses by keyword and geographic anchor.

/v3/businesses/search

14 parameters
ParamTypeRequiredDescription
termstringoptionalSearch term such as coffee or sushi.
locationstringoptionalLocation text such as a city, neighborhood, or postal code.
latitudenumberoptionalLatitude in decimal degrees.
longitudenumberoptionalLongitude in decimal degrees.
categoriesarrayoptionalCategory aliases used to filter business results.
limitintegeroptionalMaximum number of businesses to return.
offsetintegeroptionalPagination offset used for business search.
radiusintegeroptionalSearch radius in meters.
sortBystringoptionalSort order used by Yelp business search.
openNowbooleanoptionalWhether to return businesses that are open now.
openAtintegeroptionalUnix timestamp used to filter businesses open at a specific time.
localestringoptionalLocale used by Yelp for localized response text, such as en_US.
attributesarrayoptionalYelp attribute filters to apply.
priceTiersarrayoptionalPrice tiers to include in the search.
GET
yelp_search_businesses_by_phone
Find Yelp businesses by exact phone number.

/v3/businesses/search/phone

1 parameter
ParamTypeRequiredDescription
phonestringrequiredBusiness phone number in E.164 format, including the leading plus sign.
GET
yelp_get_business_details
Get Yelp business details for one business identifier or alias.

/v3/businesses/{businessId}

2 parameters
ParamTypeRequiredDescription
businessIdstringrequiredYelp business identifier or alias returned by a previous search result.
localestringoptionalLocale used by Yelp for localized response text, such as en_US.