Yelp · GraphQL Specification

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.

Documentation Endpoint View on GitHub RestaurantLocal SearchReviewsBusiness DataLocationGraphQL

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

Related API Specs

Yelp AI API (OpenAPI) Yelp Businesses API (OpenAPI) Yelp Categories API (OpenAPI) Yelp Events API (OpenAPI) Yelp Reviews API (OpenAPI)
Back to Yelp · All GraphQL Specs · GitHub