Available Views for Business Data
The view_name
field in your search requests determines which fields are returned by your data request and the order in which they're shown.
Available views for business data:
Default view
The default view will display all available fields in our Business Data Schema. This view will be used if you don't set the view
.
If using the csv
format, it will split out elements in multi-valued field lists into separate rows. This means a single business will show up in multiple, contiguous rows while its categories
, reviews
, etc fields will have one entry per row for each element in their lists.
Field Name | Included Sub-Fields |
---|---|
address | N/A |
careerPageURL | N/A |
categories | N/A |
city | N/A |
claimed | N/A |
country | N/A |
cuisines | N/A |
dateAdded | N/A |
dateUpdated | N/A |
descriptions | dateSeen sourceURLs value |
domains | N/A |
emails | N/A |
facebookPageURL | N/A |
faxes | N/A |
features | key replace value |
hours | day dept hour meal |
imageURLs | N/A |
isClosed | N/A |
keys | N/A |
languagesSpoken | N/A |
latitude | N/A |
longitude | N/A |
menuPageURL | N/A |
menus | amountMin amountMax category currency dateSeen name sourceURLs |
name | N/A |
neighborhoods | N/A |
numEmployeesMin | N/A |
numEmployeesMax | N/A |
numRoom | N/A |
paymentTypes | N/A |
people | dateSeen name title |
phones | N/A |
postalCode | N/A |
priceRangeCurrency | N/A |
priceRangeMin | N/A |
priceRangeMax | N/A |
productsOrServices | N/A |
province | N/A |
revenueCurrency | N/A |
revenueMin | N/A |
revenueMax | N/A |
reviews | date dateSeen sourceURLs text |
rooms | amountMin amountMax capacity currency dateSeen roomType |
sic | N/A |
sourceURLs | N/A |
twitter | N/A |
websites | N/A |
yearIncorporated | N/A |
yearOpened | N/A |
business_all_nested
The business_all_nested
view will display all available fields in our Business Data Schema.
If using the csv
format, it will keep all elements in multi-valued field lists in a single cell. This means a field like reviews
will show up as a nested JSON object within the CSV.
Field Name | Included Sub-Fields |
---|---|
address | N/A |
careerPageURL | N/A |
categories | N/A |
city | N/A |
claimed | N/A |
country | N/A |
cuisines | N/A |
dateAdded | N/A |
dateUpdated | N/A |
descriptions | dateSeen sourceURLs value |
domains | N/A |
emails | N/A |
facebookPageURL | N/A |
faxes | N/A |
features | key replace value |
hours | day dept hour meal |
imageURLs | N/A |
isClosed | N/A |
keys | N/A |
languagesSpoken | N/A |
latitude | N/A |
longitude | N/A |
menuPageURL | N/A |
menus | amountMin amountMax category currency dateSeen name sourceURLs |
name | N/A |
neighborhoods | N/A |
numEmployeesMin | N/A |
numEmployeesMax | N/A |
numRoom | N/A |
paymentTypes | N/A |
people | dateSeen name title |
phones | N/A |
postalCode | N/A |
priceRangeCurrency | N/A |
priceRangeMin | N/A |
priceRangeMax | N/A |
productsOrServices | N/A |
province | N/A |
revenueCurrency | N/A |
revenueMin | N/A |
revenueMax | N/A |
reviews | date dateAdded dateSeen sourceURLs text |
rooms | amountMin amountMax capacity currency dateSeen roomType |
sic | N/A |
sourceURLs | N/A |
twitter | N/A |
websites | N/A |
yearIncorporated | N/A |
yearOpened | N/A |
business_basic
The business_basic
view returns a reduced set of fields from our Business Data Schema.
If using the csv
format, it will keep all elements in multi-valued field lists in a single cell. This means a field like websites
will show up as a nested JSON object within the CSV.
Field Name | Included Sub-Fields |
---|---|
address | N/A |
city | N/A |
country | N/A |
keys | N/A |
latitude | N/A |
longitude | N/A |
name | N/A |
postalCode | N/A |
province | N/A |
sourceURLs | N/A |
websites | N/A |
business_flat_menus
The business_flat_menus
view will display all available fields in our Business Data Schema.
If using the csv
format, it will split out elements in the menus
field into separate rows. This means a single business with multiple menu items will show up in multiple, contiguous rows while its each entry in its menus
field will show up in a separate row.
Field Name | Included Sub-Fields |
---|---|
address | N/A |
careerPageURL | N/A |
categories | N/A |
city | N/A |
claimed | N/A |
country | N/A |
cuisines | N/A |
dateAdded | N/A |
dateUpdated | N/A |
descriptions | dateSeen sourceURLs value |
domains | N/A |
emails | N/A |
facebookPageURL | N/A |
faxes | N/A |
features | key value |
hours | day dept hour meal |
imageURLs | N/A |
isClosed | N/A |
keys | N/A |
languagesSpoken | N/A |
latitude | N/A |
longitude | N/A |
menuPageURL | N/A |
menus | amountMin amountMax category currency dateSeen name sourceURLs |
name | N/A |
neighborhoods | N/A |
numEmployeesMin | N/A |
numEmployeesMax | N/A |
numRoom | N/A |
paymentTypes | N/A |
people | dateSeen name title |
phones | N/A |
postalCode | N/A |
priceRangeCurrency | N/A |
priceRangeMin | N/A |
priceRangeMax | N/A |
productsOrServices | N/A |
province | N/A |
revenueCurrency | N/A |
revenueMin | N/A |
revenueMax | N/A |
rooms | amountMin amountMax capacity currency dateSeen roomType |
sic | N/A |
sourceURLs | N/A |
twitter | N/A |
websites | N/A |
yearIncorporated | N/A |
yearOpened | N/A |
business_flat_reviews
The business_flat_reviews
view will display all available fields in our Business Data Schema.
If using the csv
format, it will split each review into its own row. All other fields will be condensed into single cells and repeated along with each review row.
Field Name | Included Sub-Fields |
---|---|
address | N/A |
careerPageURL | N/A |
categories | N/A |
city | N/A |
claimed | N/A |
country | N/A |
cuisines | N/A |
dateAdded | N/A |
dateUpdated | N/A |
descriptions | dateSeen sourceURLs value |
domains | N/A |
emails | N/A |
facebookPageURL | N/A |
faxes | N/A |
features | key value |
hours | day dept hour meal |
imageURLs | N/A |
isClosed | N/A |
keys | N/A |
languagesSpoken | N/A |
latitude | N/A |
longitude | N/A |
menuPageURL | N/A |
menus | amountMin amountMax category currency dateSeen name sourceURLs |
name | N/A |
neighborhoods | N/A |
numEmployeesMin | N/A |
numEmployeesMax | N/A |
numRoom | N/A |
paymentTypes | N/A |
people | dateSeen name title |
phones | N/A |
postalCode | N/A |
priceRangeCurrency | N/A |
priceRangeMin | N/A |
priceRangeMax | N/A |
productsOrServices | N/A |
province | N/A |
revenueCurrency | N/A |
revenueMin | N/A |
revenueMax | N/A |
reviews | date dateAdded dateSeen sourceURLs text |
rooms | amountMin amountMax capacity currency dateSeen roomType |
sic | N/A |
sourceURLs | N/A |
twitter | N/A |
websites | N/A |
yearIncorporated | N/A |
yearOpened | N/A |
business_no_reviews
The business_no_reviews
view will display all available fields in our Business Data Schema, except for reviews.
If using the csv
format, it will keep all elements in multi-valued field lists in a single cell. This means a field like features
will show up as a nested JSON object within the CSV.
Field Name | Included Sub-Fields |
---|---|
address | N/A |
careerPageURL | N/A |
categories | N/A |
city | N/A |
claimed | N/A |
country | N/A |
cuisines | N/A |
dateAdded | N/A |
dateUpdated | N/A |
descriptions | dateSeen sourceURLs value |
domains | N/A |
emails | N/A |
facebookPageURL | N/A |
faxes | N/A |
features | key value |
hours | day dept hour meal |
imageURLs | N/A |
isClosed | N/A |
keys | N/A |
languagesSpoken | N/A |
latitude | N/A |
longitude | N/A |
menuPageURL | N/A |
menus | amountMin amountMax category currency dateSeen name sourceURLs |
name | N/A |
neighborhoods | N/A |
numEmployeesMin | N/A |
numEmployeesMax | N/A |
numRoom | N/A |
paymentTypes | N/A |
people | dateSeen name title |
phones | N/A |
postalCode | N/A |
priceRangeCurrency | N/A |
priceRangeMin | N/A |
priceRangeMax | N/A |
productsOrServices | N/A |
province | N/A |
revenueCurrency | N/A |
revenueMin | N/A |
revenueMax | N/A |
rooms | amountMin amountMax capacity currency dateSeen roomType |
sic | N/A |
sourceURLs | N/A |
twitter | N/A |
websites | N/A |
yearIncorporated | N/A |
yearOpened | N/A |
Updated about 1 year ago