Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Yelp Businesses API

Search, match, and retrieve local business data

Yelp Businesses API is one of 5 APIs that Yelp publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 20 JSON Schema definitions.

Tagged areas include Businesses. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and 20 JSON Schemas.

This API exposes 5 operations across 5 paths, and defines 9 schemas. It is described by OpenAPI 3.1.0, at version 3.0.

Requests are made against a single base URL, https://api.yelp.com.

5 operations 5 paths 9 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0
Base URL
https://api.yelp.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Yelp Businesses API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Yelp Fusion API key passed as a bearer token in the Authorization header.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Businesses 5

Search, match, and retrieve local business data

GET
/v3/businesses/search
Search Businesses
searchBusinesses 14 params → 200400401429
GET
/v3/businesses/search/phone
Search Businesses By Phone
searchBusinessesByPhone 2 params → 200400401429
GET
/v3/businesses/matches
Match Businesses
matchBusinesses 14 params → 200400401429
GET
/v3/businesses/{business_id_or_alias}
Get Business Details
getBusiness 2 params → 200401404429
GET
/v3/autocomplete
Autocomplete
autocomplete 4 params → 200400401429

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Business (17 properties), Location (9 properties), Category (5 properties), BusinessHours (3 properties). Each schema is shown below with its type and property counts.

Category
object
5 properties
Location
object
9 properties
Coordinates
object
2 properties
Business
object
17 properties
AutocompleteResponse
object
3 properties
BusinessHours
object
3 properties
BusinessDetail
Error
object
1 property
BusinessSearchResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yelp-businesses-api-openapi.yml Raw ↑

Other APIs Yelp publishes across the network.

Yelp AI API
Yelp Categories API
Yelp Events API
Yelp Reviews API