businesses_basic
The businesses_basic
view returns a reduced set of fields from our business 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 |
Updated almost 8 years ago