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: https://foursquare.com/placemakers/review-place/{fsq_place_id}
nameStringBusiness name of a POI
latitude/longitudeDecimalFoursquare latitudes and longitudes are delivered as decimal degrees (WGS84 datum). 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, 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
placemaker_urlstringA link to the POI’s review page in the PlaceMaker Tools application. Users can suggest edits to correct data quality issues or review pending edits. See Placemaker page for more details.
unresolved_flagsArray(String)A set of quality issue flags reported by Placemakers, human or agent, that require further corroboration. Each flag marks a suspected problem that has not yet been resolved. The values can be one or more of the following:
closed – the venue is believed to be permanently closed
duplicate – the venue is a duplicate of another record
delete – the venue should be removed entirely
privatevenue – the venue is private and should not be publicly listed
inappropriate – the content violates policy or is otherwise unsuitable
doesnt_exist – the venue is thought not to exist at the specified location.
geomwkbThe geometry of the POI formatted as a WKB (well-known binary). This column allows the geometry to be visualized through our vector tiling service.
bboxstructAn area defined by two longitudes and two latitudes: latitude is a decimal number between -90.0 and 90.0; longitude is a decimal number between -180.0 and 180.0.
bbox:struct xmin:double ymin:double xmax:double ymax:double

Category Dataset

Delta Files

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: https://foursquare.com/placemakers/review-place/{fsq_place_id}
actionStringType of change:
add - New place added
update- Existing place modified
remove- Existing place removed
merge- Place has been merged into another
redirectStringFor merge actions, this field indicates the fsq_place_id of the new, surviving record. Null for other actions.