SupportLog In

Places OS Data Schemas

Overview

With Foursquare’s Open Source Places, you can access free data to accelerate geospatial innovation and insights.

If you're interested in accessing additional attributes, please see our Places Pro & Premium Data Schemas.

Places Dataset

Column NameTypeDescription
fsq_place_idStringThe unique identifier of a Foursquare POI (formerly known as venueid or fsq_id). Use this ID to view a venue at foursquare.com by visiting: http://www.foursquare.com/v/{place_id}
nameStringBusiness name of a POI
latitude/longitudeDecimalFoursquare latitudes and longitudes are delivered as decimal places (WGS84 datum), where the value does not exceed 6 decimal places. Default geocode type is front door or rooftop, where available These are derived by a combination of: Direct input from third party sources Direct input of precise latitude/longitude (a pin drop) from initial user creation and correction
addressStringUser-entered street address of the venue
localityStringCity, town or equivalent the POI is located in.
regionStringState, province, territory or equivalent. Abbreviations are used in the following countries (US, CA, AU, and BR). Remaining countries use full names.
postcodeStringPostal code of the POI, or equivalent (zip code in the US). Format will be localized based on country (i.e. 5-digit number for US postal code)
admin_regionStringAdditional sub-division. Usually, but not always, a country sub-division (e.g., Scotland)
post_townStringTown/place employed in postal addressing. May not reflect the formal geographic location of a place
po_boxStringPost Office Box
countryString2 Letter ISO Country Code
date_createdDateThe date the POI entered our database. This does not necessarily mean the POI actually opened on this date
date_refreshedDateThe date the POI last had any single reference refreshed from crawl, Listing Syndicators, users or human validation
date_closedDateThe date the POI was marked as closed in our database. This does not necessarily mean the POI actually closed on this date
telStringTelephone number of a POI with local formatting
websiteStringURL to the POI’s (or the chain’s) publicly available website
emailStringPrimary contact email address of organization, if available
facebook_idStringThis POI's Facebook ID, if available
instagramStringThis POI's Instagram handle, if available
twitterStringThis POI's Twitter handle, if available
fsq_category_idsArray (String)ID (or IDs) of the most granular category (or categories) available for this POI. See our Categories page for more details
fsq_category_labelsArray(String)Label (or labels) for the most granular category (or categories) available for this POI. See our Categories page for more details

Category Dataset

Column NameTypeDescription
category_idStringThe unique identifier of the Foursquare category; represented as a BSON.
category_levelIntegerThe number of levels within the category’s hierarchy; accepted values 1-6.
category_nameStringThe name of the most granular category in the category hierarchy.
category_labelStringThe exploded category hierarchy using > to indicate category breadcrumb.
level1_category_idStringThe unique identifier for the first level category in the hierarchy.
level1_category_nameStringThe name for the first level category in the hierarchy.
level2_category_idStringThe unique identifier for the second level category in the hierarchy.
level2_category_nameStringThe name for the second level category in the hierarchy.
level3_category_idStringThe unique identifier for the third level category in the hierarchy.
level3_category_nameStringThe name for the third level category in the hierarchy.
level4_category_idStringThe unique identifier for the fourth level category in the hierarchy.
level4_category_nameStringThe name for the fourth level category in the hierarchy.
level5_category_idStringThe unique identifier for the fifth level category in the hierarchy.
level5_category_nameStringThe name for the fifth level category in the hierarchy.
level6_category_idStringThe unique identifier for the sixth level category in the hierarchy.
level6_category_nameStringThe name for the sixth level category in the hierarchy.

ℹ️

Apache 2.0

Copyright 2024 Foursquare Labs, Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at:http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.