Points Of Interest - Main Listing FSI
Points-of-Interest (POIs) listing of territory can be defined by specifying:
- the administrative level (city, district/province, region/state, country).
- a centre point and a radius in meters.
- a custom-defined polygon (WKT format).
It is also possible to filter the data by category or industry type.
Field | Description | Type |
---|---|---|
poi_id |
Unique POI identifier. | STRING |
name | Name of the POI. | STRING |
country | Country. | STRING |
state | Region or State. | STRING |
county | Province or County. | STRING |
city | City. | STRING |
street_address | Complete street address. | STRING |
latitude | Latitude. | DOUBLE |
longitude | Longitude. | DOUBLE |
industry | Industry (Hospitality, Food & Beverage, Attraction, Retail, Transportation, etc.). Please refer to the categories & industries document for the complete list. |
STRING |
category | Category (hotel, bar, pub, restaurant, b&b, museum, shopping mall, etc.). Please refer to the categories & industries document for the complete list. |
STRING |
stars | Number of stars - only valid for the Hospitality POIs, where available. Valid range: from 1 to 5. |
INTEGER |
rooms | Number of rooms (valid for hotels and accomodations). | INTEGER |
price_range | Price range - only valid for Food & Beverage POIs, where available. Valid range: from 0 to 4.
|
INTEGER |
phone | Phone number. | STRING |
website | Website. | STRING |
reviews | Total number of online reviews retrieved during the period of analysis. | INTEGER |
sentiment | Overall sentiment calculated over online content retrieved during the period of analysis. Valid ranges: 0 (minimum) to 100 (maximum). |
DOUBLE |
footfall | The footfall score is a proprietary, absolute and uncapped index that measures the foot traffic and popularity of a POI over time. This indicator takes into account various factors, such as the number of geo-localised reviews and social media content and others when available. Footfall can be compared among POIs/tiles of the same industry. |
DOUBLE |
vat | VAT number of the POI. | STRING |
*The above field in bold is considered the primary key of the csv file.