Yelp GraphQL API
Yelp exposes a GraphQL endpoint alongside its REST Fusion API, available at `https://api.yelp.com/v3/graphql`. The same bearer-token authentication used for the REST API applies here. The GraphQL surface mirrors the core Fusion REST capabilities — business search, business details, reviews, phone and address matching, events, autocomplete, and category taxonomy — but lets clients request exactly the fields they need in a single round trip.
Overview
Yelp GraphQL API is a GraphQL API specification published by Yelp on the APIs.io network.
Yelp exposes a GraphQL endpoint alongside its REST Fusion API, available at https://api.yelp.com/v3/graphql. The same bearer-token authentication used for the REST API applies here. The GraphQL surface mirrors the core Fusion REST capabilities — business search, business details, reviews, phone and address matching, events, autocomplete, and category taxonomy — but lets clients request exactly the fields they need in a single round trip.
The specification includes 3 reference links.
Tagged areas include Restaurant, Local Search, Reviews, Business Data, and Location.
Endpoint
References
- Official GraphQL reference https://docs.developer.yelp.com/reference/v3_graphql
- Yelp developer portal https://www.yelp.com/developers
- GitHub organization https://github.com/Yelp