100+ datasets found
  1. P

    Yelp Dataset

    • paperswithcode.com
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Yelp Dataset [Dataset]. https://paperswithcode.com/dataset/yelp
    Explore at:
    Description

    The Yelp Dataset is a valuable resource for academic research, teaching, and learning. It provides a rich collection of real-world data related to businesses, reviews, and user interactions. Here are the key details about the Yelp Dataset: Reviews: A whopping 6,990,280 reviews from users. Businesses: Information on 150,346 businesses. Pictures: A collection of 200,100 pictures. Metropolitan Areas: Data from 11 metropolitan areas. Tips: Over 908,915 tips provided by 1,987,897 users. Business Attributes: Details like hours, parking availability, and ambiance for more than 1.2 million businesses. Aggregated Check-ins: Historical check-in data for each of the 131,930 businesses.

  2. Yelp Datasets

    • brightdata.com
    .json, .csv, .xlsx
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bright Data, Yelp Datasets [Dataset]. https://brightdata.com/products/datasets/yelp
    Explore at:
    .json, .csv, .xlsxAvailable download formats
    Dataset authored and provided by
    Bright Datahttps://brightdata.com/
    License

    https://brightdata.com/licensehttps://brightdata.com/license

    Area covered
    Worldwide
    Description

    Use our Yelp dataset to discover and review local businesses, such as restaurants, bars, cafes, hotels, and more. The Yelp dataset is a complementary dataset to the Yelp businesses overview and includes full information on each review filled on a business. Datapoints include:timestamp, business_id, review_author, rating, date, content, review_image, reactions, replies and more.

  3. yelp_review_full

    • huggingface.co
    Updated Mar 6, 2012
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Yelp (2012). yelp_review_full [Dataset]. https://huggingface.co/datasets/Yelp/yelp_review_full
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 6, 2012
    Dataset authored and provided by
    Yelphttp://yelp.com/
    License

    https://choosealicense.com/licenses/other/https://choosealicense.com/licenses/other/

    Description

    Dataset Card for YelpReviewFull

      Dataset Summary
    

    The Yelp reviews dataset consists of reviews from Yelp. It is extracted from the Yelp Dataset Challenge 2015 data.

      Supported Tasks and Leaderboards
    

    text-classification, sentiment-classification: The dataset is mainly used for text classification: given the text, predict the sentiment.

      Languages
    

    The reviews were mainly written in english.

      Dataset Structure
    
    
    
    
    
      Data Instances
    

    A… See the full description on the dataset page: https://huggingface.co/datasets/Yelp/yelp_review_full.

  4. Yelp Business Reviews

    • openwebninja.com
    json
    Updated Jul 22, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    OpenWeb Ninja (2024). Yelp Business Reviews [Dataset]. https://www.openwebninja.com/api/yelp-business-data
    Explore at:
    jsonAvailable download formats
    Dataset updated
    Jul 22, 2024
    Dataset authored and provided by
    OpenWeb Ninja
    Area covered
    Global
    Description

    This dataset provides comprehensive business information and reviews from Yelp. It includes detailed business data, customer reviews, ratings, and search capabilities for local businesses and restaurants. Perfect for applications requiring local business intelligence and customer feedback analysis. The dataset is delivered in a JSON format via REST API.

  5. Yelp Dataset

    • kaggle.com
    zip
    Updated Mar 17, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Yelp, Inc. (2022). Yelp Dataset [Dataset]. https://www.kaggle.com/yelp-dataset/yelp-dataset
    Explore at:
    zip(4374983563 bytes)Available download formats
    Dataset updated
    Mar 17, 2022
    Dataset provided by
    Yelphttp://yelp.com/
    Authors
    Yelp, Inc.
    Description

    Context

    This dataset is a subset of Yelp's businesses, reviews, and user data. It was originally put together for the Yelp Dataset Challenge which is a chance for students to conduct research or analysis on Yelp's data and share their discoveries. In the most recent dataset you'll find information about businesses across 8 metropolitan areas in the USA and Canada.

    Content

    This dataset contains five JSON files and the user agreement. More information about those files can be found here.

    Code snippet to read the files

    in Python, you can read the JSON files like this (using the json and pandas libraries):

    import json
    import pandas as pd
    data_file = open("yelp_academic_dataset_checkin.json")
    data = []
    for line in data_file:
     data.append(json.loads(line))
    checkin_df = pd.DataFrame(data)
    data_file.close()
    
    
  6. c

    Louisville Metro KY - YELP Data businesses

    • s.cnmilf.com
    • datasets.ai
    • +1more
    Updated Apr 13, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Louisville/Jefferson County Information Consortium (2023). Louisville Metro KY - YELP Data businesses [Dataset]. https://s.cnmilf.com/user74170196/https/catalog.data.gov/dataset/louisville-metro-ky-yelp-data-businesses
    Explore at:
    Dataset updated
    Apr 13, 2023
    Dataset provided by
    Louisville/Jefferson County Information Consortium
    Area covered
    Louisville, Kentucky
    Description

    Listing of geocoded businesses, inspections for those businesses, and health violations for those businesses, used as a feed to Yelp. All files are csv files.Data Dictionary Type Contact:Gerald Kaforskigerald.kaforski@louisvilleky.gov

  7. T

    yelp_polarity_reviews

    • tensorflow.org
    Updated Dec 6, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2022). yelp_polarity_reviews [Dataset]. https://www.tensorflow.org/datasets/catalog/yelp_polarity_reviews
    Explore at:
    Dataset updated
    Dec 6, 2022
    Description

    Large Yelp Review Dataset. This is a dataset for binary sentiment classification. We provide a set of 560,000 highly polar yelp reviews for training, and 38,000 for testing. ORIGIN The Yelp reviews dataset consists of reviews from Yelp. It is extracted from the Yelp Dataset Challenge 2015 data. For more information, please refer to http://www.yelp.com/dataset

    The Yelp reviews polarity dataset is constructed by Xiang Zhang (xiang.zhang@nyu.edu) from the above dataset. It is first used as a text classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015).

    DESCRIPTION

    The Yelp reviews polarity dataset is constructed by considering stars 1 and 2 negative, and 3 and 4 positive. For each polarity 280,000 training samples and 19,000 testing samples are take randomly. In total there are 560,000 trainig samples and 38,000 testing samples. Negative polarity is class 1, and positive class 2.

    The files train.csv and test.csv contain all the training samples as comma-sparated values. There are 2 columns in them, corresponding to class index (1 and 2) and review text. The review texts are escaped using double quotes ("), and any internal double quote is escaped by 2 double quotes (""). New lines are escaped by a backslash followed with an "n" character, that is " ".

    To use this dataset:

    import tensorflow_datasets as tfds
    
    ds = tfds.load('yelp_polarity_reviews', split='train')
    for ex in ds.take(4):
     print(ex)
    

    See the guide for more informations on tensorflow_datasets.

  8. Yelp dataset

    • kaggle.com
    Updated Feb 14, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    MyrnaMFL (2020). Yelp dataset [Dataset]. https://www.kaggle.com/datasets/fireballbyedimyrnmom/yelp-dataset
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 14, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    MyrnaMFL
    License

    Open Database License (ODbL) v1.0https://www.opendatacommons.org/licenses/odbl/1.0/
    License information was derived automatically

    Description

    Dataset

    This dataset was created by PrivacyMatters

    Released under Database: Open Database, Contents: © Original Authors

    Contents

  9. yelp data

    • kaggle.com
    Updated Aug 25, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Fateme Soleimani (2024). yelp data [Dataset]. https://www.kaggle.com/datasets/fatemesoleimanifs/yelp-data/suggestions
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 25, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Fateme Soleimani
    Description

    Dataset

    This dataset was created by Fateme Soleimani

    Contents

  10. T

    Yelp | YELP - Debt

    • tradingeconomics.com
    csv, excel, json, xml
    Updated Mar 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Yelp | YELP - Debt [Dataset]. https://tradingeconomics.com/yelp:us:debt
    Explore at:
    xml, json, excel, csvAvailable download formats
    Dataset updated
    Mar 15, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 1, 2000 - Jul 13, 2025
    Area covered
    United States
    Description

    Yelp reported $0 in Debt for its fiscal quarter ending in March of 2025. Data for Yelp | YELP - Debt including historical, tables and charts were last updated by Trading Economics this last July in 2025.

  11. Yelp Restaurant Photo Classification Data

    • academictorrents.com
    bittorrent
    Updated May 12, 2016
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Yelp (2016). Yelp Restaurant Photo Classification Data [Dataset]. https://academictorrents.com/details/19c3aa2166d7bfceaf3d76c0d36f812e0f1b87bc
    Explore at:
    bittorrent(14135506706)Available download formats
    Dataset updated
    May 12, 2016
    Dataset authored and provided by
    Yelphttp://yelp.com/
    License

    https://academictorrents.com/nolicensespecifiedhttps://academictorrents.com/nolicensespecified

    Description

    At Yelp, there are lots of photos and lots of users uploading photos. These photos provide rich local business information across categories. Teaching a computer to understand the context of these photos is not an easy task. Yelp engineers work on deep learning image classification projects in-house, and you can read about them here. In this competition, you are given photos that belong to a business and asked to predict the business attributes. There are 9 different attributes in this problem: 0: good_for_lunch 1: good_for_dinner 2: takes_reservations 3: outdoor_seating 4: restaurant_is_expensive 5: has_alcohol 6: has_table_service 7: ambience_is_classy 8: good_for_kids These labels are annotated by the Yelp community. Your task is to predict these labels purely from the business photos uploaded by users. Since Yelp is a community driven website, there are duplicated images in the dataset. They are mainly due to: users accidentally upload the same photo to the same business more than

  12. Datasets used in the study: TripAdvisor and Yelp review data, tweets related...

    • figshare.com
    zip
    Updated May 4, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    INNOCENSIA OWUOR (2023). Datasets used in the study: TripAdvisor and Yelp review data, tweets related to points of interest in Florida and New York. [Dataset]. http://doi.org/10.6084/m9.figshare.22766654.v1
    Explore at:
    zipAvailable download formats
    Dataset updated
    May 4, 2023
    Dataset provided by
    Figsharehttp://figshare.com/
    figshare
    Authors
    INNOCENSIA OWUOR
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Florida
    Description

    Contains TripAdvisor and Yelp review data, and tweets related to points of interest in Florida and New York. twitter, yelp, Florida, New York, data mining

  13. T

    Yelp | YELP - Ebitda

    • tradingeconomics.com
    csv, excel, json, xml
    Updated Mar 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Yelp | YELP - Ebitda [Dataset]. https://tradingeconomics.com/yelp:us:ebitda
    Explore at:
    csv, xml, excel, jsonAvailable download formats
    Dataset updated
    Mar 15, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 1, 2000 - Jul 13, 2025
    Area covered
    United States
    Description

    Yelp reported $50.96M in EBITDA for its fiscal quarter ending in March of 2025. Data for Yelp | YELP - Ebitda including historical, tables and charts were last updated by Trading Economics this last July in 2025.

  14. The Yelp Collaborative Knowledge Graph

    • zenodo.org
    • data.niaid.nih.gov
    application/gzip, bin +1
    Updated Jun 17, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mads Corfixen; Magnus Olesen; Thomas Heede; Christian Filip Pinderup Nielsen; Mads Corfixen; Magnus Olesen; Thomas Heede; Christian Filip Pinderup Nielsen (2023). The Yelp Collaborative Knowledge Graph [Dataset]. http://doi.org/10.5281/zenodo.7878447
    Explore at:
    application/gzip, csv, binAvailable download formats
    Dataset updated
    Jun 17, 2023
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Mads Corfixen; Magnus Olesen; Thomas Heede; Christian Filip Pinderup Nielsen; Mads Corfixen; Magnus Olesen; Thomas Heede; Christian Filip Pinderup Nielsen
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This is the The Yelp Collaborative Knowledge Graph (YCKG) - a transformation of the Yelp Open Dataset into RDF format using Y2KG.

    Paper Abstract

    The Yelp Open Dataset (YOD) contains data about businesses, reviews, and users from the Yelp website and is available for research purposes. This dataset has been widely used to develop and test Recommender Systems (RS), especially those using Knowledge Graphs (KGs), e.g., integrating taxonomies, product categories, business locations, and social network information. Unfortunately, researchers applied naive or wrong mappings while converting YOD in KGs, consequently obtaining unrealistic results. Among the various issues, the conversion processes usually do not follow state-of-the-art methodologies, fail to properly link to other KGs and reuse existing vocabularies. In this work, we overcome these issues by introducing Y2KG, a utility to convert the Yelp dataset into a KG. Y2KG consists of two components. The first is a dataset including (1) a vocabulary that extends Schema.org with properties to describe the concepts in YOD and (2) mappings between the Yelp entities and Wikidata. The second component is a set of scripts to transform YOD in RDF and obtain the Yelp Collaborative Knowledge Graph (YCKG). The design of Y2KG was driven by 16 core competency questions. YCKG includes 150k businesses and 16.9M reviews from 1.9M distinct real users, resulting in over 244 million triples (with 144 distinct predicates) for about 72 million resources, with an average in-degree and out-degree of 3.3 and 12.2, respectively.

    Links

    Latest GitHub release: https://github.com/MadsCorfixen/The-Yelp-Collaborative-Knowledge-Graph/releases/latest

    PURL domain: https://purl.archive.org/domain/yckg

    Files

    • Graph Data Triple Files
      • One sample file for each of the Yelp domains (Businesses, Users, Reviews, Tips and Checkins), each containing 20 entities.
      • yelp_schema_mappings.nt.gz containing the mappings from Yelp categories to Schema things.
      • schema_hierarchy.nt.gz containing the full hierarchy of the mapped Schema things.
      • yelp_wiki_mappings.nt.gz containing the mappings from Yelp categories to Wikidata entities.
      • wikidata_location_mappings.nt.gz containing the mappings from Yelp locations to Wikidata entities.
    • Graph Metadata Triple Files
      • yelp_categories.ttl contains metadata for all Yelp categories.
      • yelp_entities.ttl contains metadata regarding the dataset
      • yelp_vocabulary.ttl contains metadata on the created Yelp vocabulary and properties.
    • Utility Files
      • yelp_category_schema_mappings.csv. This file contains the 310 mappings from Yelp categories to Schema types. These mappings have been manually verified to be correct.
      • yelp_predicate_schema_mappings.csv. This file contains the 14 mappings from Yelp attributes to Schema properties. These mappings are manually found.
      • ground_truth_yelp_category_schema_mappings.csv. This file contains the ground truth, based on 200 manually verified mappings from Yelp categories to Schema things. The ground truth mappings were used to calculate precision and recall for the semantic mappings.
      • manually_split_categories.csv. This file contains all Yelp categories containing either a & or /, and their manually split versions. The split versions have been used in the semantic mappings to Schema things.
  15. Yelp Reviews Dataset

    • brightdata.com
    .json, .csv, .xlsx
    Updated Aug 2, 2013
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bright Data (2013). Yelp Reviews Dataset [Dataset]. https://brightdata.com/products/datasets/yelp/reviews
    Explore at:
    .json, .csv, .xlsxAvailable download formats
    Dataset updated
    Aug 2, 2013
    Dataset authored and provided by
    Bright Datahttps://brightdata.com/
    License

    https://brightdata.com/licensehttps://brightdata.com/license

    Area covered
    Worldwide
    Description

    Yelp Reviews dataset to explore ratings and reviews for local businesses, including restaurants, bars, cafes, and hotels. Popular use cases include analyzing customer sentiment, benchmarking business performance, and gaining insights into local market trends. Datapoints include: business ID, review author, rating, date, content, image, and more.

  16. Consumer Review Data & Ratings, Business Listings Data from Yelp | Real-Time...

    • datastore.openwebninja.com
    Updated May 20, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    OpenWeb Ninja (2024). Consumer Review Data & Ratings, Business Listings Data from Yelp | Real-Time API [Dataset]. https://datastore.openwebninja.com/products/openweb-ninja-yelp-customer-review-data-ratings-local-bu-openweb-ninja
    Explore at:
    Dataset updated
    May 20, 2024
    Dataset authored and provided by
    OpenWeb Ninja
    Area covered
    Iceland, Peru, Antigua and Barbuda, India, South Georgia and the South Sandwich Islands, Zimbabwe, Kenya, Samoa, Lithuania, Hungary
    Description

    Discover and evaluate local business & user reviews with OpenWeb Ninja's Yelp consumer review data and business listings data real-time API. Our API covers a variety of business categories including restaurants, bars, cafes, hotels, and more.

  17. d

    Louisville Metro KY - YELP Data Violations

    • catalog.data.gov
    Updated Apr 13, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Louisville/Jefferson County Information Consortium (2023). Louisville Metro KY - YELP Data Violations [Dataset]. https://catalog.data.gov/dataset/louisville-metro-ky-yelp-data-violations-e5f8f
    Explore at:
    Dataset updated
    Apr 13, 2023
    Dataset provided by
    Louisville/Jefferson County Information Consortium
    Area covered
    Louisville, Kentucky
    Description

    {{description}}

  18. S

    Yelp dataset

    • scidb.cn
    Updated Apr 8, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    刘美玲 (2024). Yelp dataset [Dataset]. http://doi.org/10.57760/sciencedb.17086
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 8, 2024
    Dataset provided by
    Science Data Bank
    Authors
    刘美玲
    License

    ODC Public Domain Dedication and Licence (PDDL) v1.0http://www.opendatacommons.org/licenses/pddl/1.0/
    License information was derived automatically

    Description

    This dataset is a publicly available fake review dataset from the Yelp website, including the YelpChi, YelpNYC, and YelpZIP datasets.

  19. DataCI Continuous Text Classification Example Using Yelp Dataset

    • zenodo.org
    • data.niaid.nih.gov
    csv
    Updated Aug 28, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Yuanming Li; Yelp Inc.; Yuanming Li; Yelp Inc. (2023). DataCI Continuous Text Classification Example Using Yelp Dataset [Dataset]. http://doi.org/10.5281/zenodo.8288433
    Explore at:
    csvAvailable download formats
    Dataset updated
    Aug 28, 2023
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Yuanming Li; Yelp Inc.; Yuanming Li; Yelp Inc.
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    We are using the Yelp Review Dataset as the streaming data source for the DataCI example. We have processed the Yelp review dataset into a daily-based dataset by its `date`. In this dataset, we will only use the data from 2020-09-01 to 2020-11-30 to simulate the streaming data scenario. We are downloading two versions of the training and validation datasets:

    • `yelp_review_train@2020-10`: from 2020-09-01 to 2020-10-15
    • `yelp_review_val@2020-10`: from 2020-10-16 to 2020-10-31
    • `yelp_review_train@2020-11`: from 2020-10-01 to 2020-11-15
    • `yelp_review_val@2020-11`: from 2020-11-16 to 2020-11-30
  20. data extracted from Yelp Open Dataset

    • figshare.com
    txt
    Updated Jun 16, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sven Gedicke (2023). data extracted from Yelp Open Dataset [Dataset]. http://doi.org/10.6084/m9.figshare.20318538.v1
    Explore at:
    txtAvailable download formats
    Dataset updated
    Jun 16, 2023
    Dataset provided by
    Figsharehttp://figshare.com/
    figshare
    Authors
    Sven Gedicke
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The different data sets of point features related to food that we used for the different tasks in our user study. The data was extracted from the Yelp Open Dataset.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Yelp Dataset [Dataset]. https://paperswithcode.com/dataset/yelp

Yelp Dataset

Explore at:
7 scholarly articles cite this dataset (View in Google Scholar)
Description

The Yelp Dataset is a valuable resource for academic research, teaching, and learning. It provides a rich collection of real-world data related to businesses, reviews, and user interactions. Here are the key details about the Yelp Dataset: Reviews: A whopping 6,990,280 reviews from users. Businesses: Information on 150,346 businesses. Pictures: A collection of 200,100 pictures. Metropolitan Areas: Data from 11 metropolitan areas. Tips: Over 908,915 tips provided by 1,987,897 users. Business Attributes: Details like hours, parking availability, and ambiance for more than 1.2 million businesses. Aggregated Check-ins: Historical check-in data for each of the 131,930 businesses.

Search
Clear search
Close search
Google apps
Main menu