YelpAPI
Connect to the Yelp API to search local businesses geographically with the Yelp database. Test an API call in your browser and export the code into your app. The Yelp Fusion API is free within its terms and conditions (as of 3/1/2017): https://www.yelp.com/developers/faq
YelpAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
getAutocomplete /getAutocomplete |
This endpoint returns autocomplete suggestions for search keywords, businesses and categories, based on the input text. |
| POST |
getBusinessReviews /getBusinessReviews |
This endpoint returns the up to three reviews of a business. |
| POST |
getBusinesses /getBusinesses |
This endpoint returns up to 1000 businesses based on the provided search criteria. It has some basic information about the business. |
| POST |
getBusinessesByPhoneNumber /getBusinessesByPhoneNumber |
This endpoint returns a list of businesses based on the provided phone number. It is possible for more than one businesses having the same phone number (for example, chain stores… |
| POST |
getBusinessesByTransaction /getBusinessesByTransaction |
This endpoint returns a list of businesses which support certain transactions. |
| POST |
getFeaturedEvent /getFeaturedEvent |
This endpoint returns the featured event for a given location. Featured events are chosen by Yelp's community managers. |
| POST |
getSingleBusiness /getSingleBusiness |
This endpoint returns the detail information of a business. |
| POST |
getSingleEvent /getSingleEvent |
This endpoint returns the detailed information of a Yelp event. |
| POST |
matchedBusinesses /matchedBusinesses |
These endpoints let you match business data from other sources against businesses on Yelp, based on minimal provided information. |
| POST |
searchEvent /searchEvent |
This endpoint returns events based on the provided search criteria. |
YelpAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — | — |