> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flashmapy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Attributes

> Attributes pertains to the fields within a .csv export file from Google Maps, and this section outlines the data structure.

## Structure data

| Field Name         | Database Format      | Data Type | Description                                                      |
| ------------------ | -------------------- | --------- | ---------------------------------------------------------------- |
| Title              | title                | String    | The official name of the place as recognized on Google Maps.     |
| Link               | link                 | String    | URL of the Google Maps link for the place.                       |
| Main Category      | main\_category       | String    | Primary category of the place as per Google Maps standards.      |
| Rating             | rating               | Float     | The average user rating from Google Maps reviews.                |
| Reviews            | reviews              | Integer   | Total number of reviews.                                         |
| Website            | website              | String    | The official website URL as listed on Google Maps.               |
| Phone              | phone                | String    | The official contact number as listed on Google Maps.            |
| Address            | address              | String    | Physical address as listed on Google Maps.                       |
| Place ID           | place\_id            | String    | Unique identifier for the place used by Google Maps.             |
| Status             | status               | String    | Operational status (e.g., open, closed) as shown on Google Maps. |
| Price Range        | price\_range         | String    | General price level as listed on Google Maps.                    |
| Description        | description          | String    | Brief description of the place, if provided on Google Maps.      |
| Reviews per Rating | reviews\_per\_rating | Object    | Object with numbers of reviews per each rating level.            |
| Reviews Link       | reviews\_link        | String    | URL directing to the reviews section on Google Maps.             |
| Thumbnail          | thumbnail            | String    | URL of the featured image or thumbnail from Google Maps.         |
| Images             | images               | Array     | URLs of images uploaded on the Google Maps listing.              |
| Hours              | hours                | Array     | Operating hours as listed, with details for each day.            |
| Menu               | menu                 | Object    | If applicable, a link or details of the menu from Google Maps.   |
| Order Online Links | order\_online\_links | Array     | URLs for placing online orders, if available and applicable.     |
| Reservations       | reservations         | Array     | Information or URLs for making reservations, if applicable.      |
| Owner              | owner                | Object    | The owner's name, if listed on Google Maps.                      |
| Categories         | categories           | Array     | Additional categories the place is listed under on Google Maps.  |
| Coordinates        | coordinates          | Object    | Geographical coordinates - latitude, longitude.                  |
| Plus Code          | plus\_code           | String    | Simplified coding system that identifies an area on Google Maps. |
| Complete Address   | complete\_address    | Object    | The full, detailed address as listed on Google Maps.             |
| Time Zone          | time\_zone           | String    | Time zone of the place as per its geographical location.         |
| About              | about                | Array     | Extended information about the place, if available.              |
| User Reviews       | user\_reviews        | Array     | An array of detailed reviews from users.                         |
| CID                | cid                  | String    | Google's unique identifier for a business on their platforms.    |
| Data ID            | data\_id             | String    | Unique identifier for this particular record or data set.        |
