Zyte Data business place schema v1.0#
Standard Business Place Schema (1.0)
Standard Business Place Schema used in Zyte offering. Covers the typical set of attributes present in business place descriptions.
Standard Business Place Schema v1.0
Responses
Response Schema: application/json
placeId | string Unique identifier of the place on the website. Unique across dataset. | ||||||||||||||||||||
url | string (URL) The main URL that the place data was extracted from. The URL of the final response, after any redirects. Required attribute. In case there is no product data on the page or the page was not reached, the returned "empty" item would still contain url field and metadata field with dateDownloaded. | ||||||||||||||||||||
name | string The name of the place. | ||||||||||||||||||||
Array of objects[ items ] The actions that can be performed directly from the URLs on the place page, including URLs. | |||||||||||||||||||||
Array
| |||||||||||||||||||||
object The address details of the place. | |||||||||||||||||||||
| |||||||||||||||||||||
Array of objects (A generic name:value field) [ items ] Any additional properties specific to the place. | |||||||||||||||||||||
Array
| |||||||||||||||||||||
object The details of the reservation action, e.g. table reservation in case of restaurants or room reservation in case of hotels. | |||||||||||||||||||||
| |||||||||||||||||||||
categories | Array of strings The list of categories the place belongs to. | ||||||||||||||||||||
description | string The description of the place. Format:
| ||||||||||||||||||||
features | Array of strings Frequently mentioned features of this place. | ||||||||||||||||||||
map | string (URL) A URL to a map of the place. | ||||||||||||||||||||
Array of objects (Image) [ items ] A list of URL values of all images of the place. | |||||||||||||||||||||
Array
| |||||||||||||||||||||
Array of objects[ items ] List of amenities of the place. | |||||||||||||||||||||
Array
| |||||||||||||||||||||
object The overall rating, based on a collection of reviews or ratings. | |||||||||||||||||||||
| |||||||||||||||||||||
object Official star rating of the place. | |||||||||||||||||||||
| |||||||||||||||||||||
object If the place is located inside another place, these are the details of the parent place. | |||||||||||||||||||||
| |||||||||||||||||||||
Array of objects[ items ] Ordered specification of opening hours, including data for opening and closing time for each day of the week. | |||||||||||||||||||||
Array
| |||||||||||||||||||||
Array of objects[ items ] List of partner review sites. | |||||||||||||||||||||
Array
| |||||||||||||||||||||
telephone | string The phone number associated with the place, as it appears on the page. | ||||||||||||||||||||
priceRange | string How is the price range of the place viewed by its customers (from z to zzzz). | ||||||||||||||||||||
timezone | string Which timezone is the place situated in. Standard: Name compliant with IANA tz database (tzdata). | ||||||||||||||||||||
isVerified | boolean Information verified by the owner of this place. | ||||||||||||||||||||
website | string (URL) The URL pointing to the official website of the place. | ||||||||||||||||||||
tags | Array of str[ items ] List of the tags associated with the place. | ||||||||||||||||||||
object Contains metadata about the data extraction process. | |||||||||||||||||||||
|
Response samples
- 200
{- "placeId": "ChIJ02PI3bsaB3wRh-IwsWeJ0nI",
- "name": "Sheraton Kauai Resort",
- "actions": [
], - "address": {
- "addressRaw": "2440 Hoonani Rd, Koloa, HI 96756, US",
- "streetAddress": "2440 Hoonani Rd, Koloa, HI 96756",
- "addressCity": "Koloa",
- "addressLocality": "Poipu",
- "addressRegion": "Kauaʻi County",
- "addressCountry": "US",
- "postalCode": 96756,
- "postalCodeAux": "HI",
- "latitude": 21.8768183,
- "longitude": -159.4620625
}, - "additionalProperties": [
- {
- "name": "Service options",
- "value": "Curbside pickup,No-contact delivery,Delivery,Takeout,Dine-in"
}, - {
- "name": "Health & safety",
- "value": "Mask required,Staff required to disinfect surfaces between visits"
}, - {
- "name": "Popular for",
- "value": "Lunch,Dinner,Solo dining"
}
], - "reservationAction": {
- "name": "Reserve a table",
}, - "categories": [
- "Hotel",
- "Indoor lodging",
- "Meeting planning service",
- "Wedding venue"
], - "description": "Oceanfront resort offering Hawaiian dining, plus 2 outdoor pools & a fitness center.",
- "features": [
- "Pool",
- "Free parking",
- "Great rooms",
- "Great location"
], - "images": [
], - "amenityFeatures": [
- {
- "name": "Free Wi-Fi",
- "value": true
}, - {
- "name": "Breakfast",
- "value": false
}, - {
- "name": "Free parking",
- "value": true
}, - {
- "name": "Accessible",
- "value": true
}
], - "aggregateRating": {
- "reviewCount": 1573,
- "bestRating": 5,
- "ratingValue": 4.2
}, - "starRating": {
- "raw": "4 star hotel",
- "ratingValue": 4
}, - "containedInPlace": {
- "name": "Gateway Plaza",
- "placeId": "ChIJCVDfcEKuEmsR7_zYc0_GBtQ"
}, - "openingHours": [
- {
- "dayOfWeek": "Monday",
- "opens": "10:00",
- "closes": "19:00",
- "rawDayOfWeek": "Monday",
- "rawOpens": "10AM–7PM",
- "rawCloses": "10AM–7PM"
}, - {
- "dayOfWeek": "Tuesday",
- "opens": "11:00",
- "closes": "20:00",
- "rawDayOfWeek": "Tuesday",
- "rawOpens": "11AM–8PM",
- "rawCloses": "11AM–8PM"
}, - {
- "dayOfWeek": "Wednesday",
- "opens": "11:00",
- "closes": "20:00",
- "rawDayOfWeek": "Wednesday",
- "rawOpens": "11AM–8PM",
- "rawCloses": "11AM–8PM"
}, - {
- "dayOfWeek": "Thursday",
- "opens": "11:00",
- "closes": "20:00",
- "rawDayOfWeek": "Thursday",
- "rawOpens": "11AM–8PM",
- "rawCloses": "11AM–8PM"
}, - {
- "dayOfWeek": "Friday",
- "opens": "11:00",
- "closes": "20:00",
- "rawDayOfWeek": "Friday",
- "rawOpens": "11AM–8PM",
- "rawCloses": "11AM–8PM"
}, - {
- "dayOfWeek": "Saturday",
- "opens": "9:00",
- "closes": "23:00",
- "rawDayOfWeek": "Saturday",
- "rawOpens": "9AM–11PM",
- "rawCloses": "9AM–11PM"
}, - {
- "dayOfWeek": "Sunday",
- "opens": "9:00",
- "closes": "22:00",
- "rawDayOfWeek": "Sunday",
- "rawOpens": "9AM–10PM",
- "rawCloses": "9AM–10PM"
}
], - "reviewSites": [
- {
- "name": "Expedia",
}, - {
- "name": "Sheraton Kauai Resort",
}, - {
- "name": "Priceline"
},
], - "telephone": "(808) 742-1661",
- "priceRange": "zz",
- "timezone": "Pacific/Honolulu",
- "isVerified": true,
- "tags": [
- "Family friendly",
- "Dogs allowed",
- "No-contact delivery"
], - "metadata": {
- "probability": 0.95,
- "searchText": "hotel",
- "dateDownloaded": "2022-12-31T13:01:54Z"
}
}