Business Data Schema
The business data schema below lists all available fields in a business record. Note that actual business records (most of them) may not contain every field.
Business Operation Fields
The hours of operation for this business location.
Example:
"hours": [
{
"day": "Mon - Fri",
"dept": "Sales",
"hour": "11:00 am - 9:00 pm"
},
{
"day": "Sat - Sun",
"meal": "Brunch",
"hour": "11:00 am - 10:00 pm"
}
]
The day(s) for this hour of operation.
The department or business unit related to this hour of operation.
The hours of operation.
The meal period associated with this hour of operation.
A true or false value for whether or not the business location is closed.
Example:
"isClosed": false
A list of the languages spoken at this business.
Example:
"languagesSpoken": [
"English",
"Spanish"
]
A list of payment options accepted by the business.
Example:
"paymentTypes": [
"American Express",
"Mastercard",
"Visa"
]
A list of products or services offered by this business.
Example:
"productsOrServices": [
"Food",
"Catering"
]
Classification Fields
A list of category keywords used for this business across multiple sources.
Example:
"categories": [
"Seafood Restaurant",
"Fish & Seafood Retail",
"restaurant",
"thing"
]
The business location's name.
Example:
"name": "Pete's Seafood & Sandwich"
A list of standardized categories to which this business belongs. Category values can be found here.
Example:
"primaryCategories": [
"Retail"
]
The year the business was incorporated.
Example:
"yearIncorporated": 2004
The year the business opened.
Example:
"yearOpened": 2005
Contact Fields
A list of emails belonging to the business.
Example:
"emails": [
"elena@searocketbistro.com"
]
A URL pointing to the Facebook page for the business.
Example:
"facebookPageURL": "http://www.facebook.com/pages/Sea-Rocket-Bistro/114213985293774"
A list of fax numbers for the business.
Example:
"faxes": [
"3135619486"
]
A list of phone numbers for the business.
Example:
"phones": [
"6192558940",
"6195734102"
]
The twitter username for the business.
Example:
"twitter": "sdpark2park"
A list of websites for the business.
Example:
"websites": [
"http://www.bostonpetes.com/",
"http://www.searocketbistro.com"
]
Firmographic Fields
The upper bound on the number of people employed by this business.
The lower bound on the number of people possibly employed by this business.
A list of known people associated with or employed by this business.
A list of dates when this person was seen.
The person's name.
The person's title.
The currency associated with the revenue fields.
The maximum known value of the business' annual revenue.
The minimum known value of the business' annual revenue.
Geographic Fields
The physical street address for this business location.
The city of this business location.
The two-letter country code for the business location's country.
A location value that stores the latitude and longitude in a format that allows geospatial querying.
The latitude coordinates for this business location.
The longitude coordinates for this business location.
A list of neighborhoods where this business is located.
The postal or zip code of the business' location.
The province or state for this business location.
Generic Fields
The date this business was first added to the business database.
The most recent date this business was updated or seen by our system.
A list of descriptions for this business from various sources.
A list of dates when this description has been seen for this business.
A list of source URLs where this specific description was seen.
A unique description for this business.
A list of features associated with this business location.
A label for this feature.
A list of possible values for this feature.
A list of internal Datafiniti identifiers for this business.
Hospitality Fields
The number of rooms available at this business.
A list of room types available at the business' location.
The minimum price value listed for the room.
The maximum price value listed.
The maximum number of people that can occupy this room.
The currency listed for amountMin and amountMax.
A list of dates when this room was seen.
A classification for the type of room.
Restaurant Fields
A list of cuisines offered by this business location.
The currency associated with the price range fields.
The upper bound of the business' price range.
The lower bound of the business' price range.
Reviews Fields
A list of reviews for this business location.
The date the review was posted.
The date the review was added to Datafiniti.
A list of dates when the review was seen by Datafiniti.
A true/false for whether or not the reviewer recommends the business.
The website ID associated with this review.
A 1 to 5 star value for the review.
A list of URLs where this review was seen.
The full (or available) text of the review.
The review's title.
The reviewer's city.
The reviewer's username.
The reviewer's province or state.
Source Fields
A list of websites where the business owner has claimed the business location.
A list of each unique domain found in the sourceURLs field.
A list of image URLs associated with this business.
A list of URLs used to generate data for this business location.