Yelp API
Yelp Local Discovery API is built for local-intent search scenarios. Its core goals are to improve search input efficiency, reduce empty-result rates, and support continuous browsing with pagination. The API provides five core endpoints: `suggestlocations`, `suggestterms`, `suggestterms-with-location`, `search`, and `search/nextpage`. At the product level, you can optimize the input stage with…
Yelp API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
postYelpSuggestTerms /api/yelp/suggestterms |
|
| POST |
postYelpSuggestLocations /api/yelp/suggestlocations |
|
| POST |
postYelpSearch /api/yelp/search |
|
| POST |
postYelpSuggestTermsWithLocation /api/yelp/suggestterms-with-location |
|
| POST |
postYelpSearchNextPage /api/yelp/search/nextpage |
Returns next-page results using `nextPageId` from a previous `/api/yelp/search` or `/api/yelp/search/nextpage` response. |