Yelp · Example Payload

Yelp Category Example

RestaurantLocal SearchReviewsBusiness DataLocation

Yelp Category Example is an example object payload from Yelp, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

aliastitleparent_aliasescountry_whitelistcountry_blacklist

Example Payload

Raw ↑
{
  "alias": "rickys-tacos-san-francisco",
  "title": "Tacos",
  "parent_aliases": [
    "example"
  ],
  "country_whitelist": [
    "example"
  ],
  "country_blacklist": [
    "example"
  ]
}