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"
}
]
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.
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 features associated with this business location.
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.
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.
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.
Last updated today
Built with Documentation.AI