Yelp Datasets

Our extensive Yelp datasets include business names, categories, addresses, operational hours, ratings, reviews, business IDs, and locations. They feature reviewer details such as author names, ratings, dates, elite status, and rich review content including text, images, user reactions, and reply interactions.

Yelp dataset
  • Over 212.7M
    records available
  • 100% ethical and compliant data collection
  • Free Yelp data
    samples for download
  • Starting from price
    $250/100K records
DATASET MARKETPLACE

Available Yelp and related datasets

Access fresh validated Yelp datasets. Ensure hassle-free data access by using ready-made datasets.
  • Demo data in JSON/CSV
  • Fresh records
  • Customize, enrich, and format the data

LinkedIn people profiles

ID, Name, City, Country code, Position, About, Posts, Current company, and more.
Views57.7K+
Downloads5.7K+

LinkedIn company information

ID, Name, Country code, Locations, Followers, Employees in linkedin, About, Specialties, and more.
Views17.5K+
Downloads2.2K+

Crunchbase companies information

Name, URL, ID, Cb rank, Region, About, Industries, Operating status, and more.
Views9K+
Downloads912+

Linkedin job listings information

URL, Job posting id, Job title, Company name, Company id, Job location, Job summary, Job seniority level, and more.
Views8.2K+
Downloads1.4K+

Indeed job listings information

Jobid, Company name, Date posted parsed, Job title, Description text, Benefits, Qualifications, Job type, and more.
Views3.3K+
Downloads482+

Employees business enriched dataset

URL, Profile url, Linkedin num id, Avatar, Profile name, Certifications, Profile location, Profile connections, and more.
Views2.9K+
Downloads211+

Companies information enriched dataset

URL, ID lc, Name lc, Country code lc, Locations lc, Followers lc, Employees in linkedin lc, About lc, and more.
Views2.9K+
Downloads248+

Glassdoor companies overview information

ID, Company, Ratings overall, Details size, Details founded, Details type, Country code, Company type, and more.
Views2.1K+
Downloads207+

Google Maps full information

Place id, URL, Country, Name, Category, Address, Description, Business details, and more.
Views2K+
Downloads260+

Google maps reviews

URL, Place id, Place name, Country, Address, Review id, Reviewer name, Reviews by reviewer, and more.
Views1.8K+
Downloads163+

Yelp businesses overview

Business id, Yelp biz id, Name, Updates from business, Overall rating, Reviews count, Is claimed, Categories, and more.
Views1.6K+
Downloads135+

Zoominfo companies information

URL, ID, Name, Description, Revenue, Revenue currency, Revenue text, Stock symbol, and more.
Views1.5K+
Downloads160+

LinkedIn profiles Jobs Listings

URL, Linkedin id, Name, About, Position, Optional jobs, Country code, Experience, and more.
Views1.5K+
Downloads45+

Glassdoor companies reviews

Overview id, Review id, Review url, Rating date, Count helpful, Count unhelpful, Employee job end year, Employee length, and more.
Views1.4K+
Downloads246+

pitchbook companies information

URL, ID, Company name, Company socials, Year founded, Status, Employees, Latest deal type, and more.
Views1.4K+
Downloads139+

Glassdoor job listings information

URL, Company url overview, Company name, Company rating, Job title, Job location, Job overview, Company headquarters, and more.
Views1.4K+
Downloads225+

G2 software product overview

URL, Product name, Product id, Rating, Description, Product url, Seller, Ownership, and more.
Views1.3K+
Downloads135+

G2 software - product reviews

Review id, Author id, Author, Position, Company size, Stars, Date, Title, and more.
Views921+
Downloads73+

Trustpilot business reviews

Company name, Review id, Review date, Review rating, Review title, Review content, Is verified review, Review date of experience, and more.
Views893+
Downloads91+

Yelp businesses reviews

Business id, Review auther, Rating, Date, Content, Review image, Reactions, Replies, and more.
Views830+
Downloads74+

Indeed companies info

Name, Description, URL, Work happiness, Jobs categories, Website, Industry, Company size, and more.
Views755+
Downloads50+

Owler companies information

CompanyID, Ownership, IndustrySectors, Revenue, Founded, CompanyName, Country, EmployeeCount, and more.
Views523+
Downloads44+

Xing social network

Account id, FamilyName, Gender, Membership, Country code, Experience, Education, Languages, and more.
Views522+
Downloads26+

US lawyers directory

URL, Address, Admission, Areas of practice, Isln, Law school attended, Location, Name, and more.
Views490+
Downloads35+

Slintel 6sense company information

Name, About, Num employees, Type, Industries, Techstack arr, Country code, Website, and more.
Views472+
Downloads23+

Manta businesses

Company name, Business state, Sic code, Phone number, Website, Business categories, Business city, Business country, and more.
Views451+
Downloads24+

VentureRadar company information

URL, Location, Name, Country code, Ownership, Score, Auto analyst score, Website popularity, and more.
Views390+
Downloads20+

Trustradius product reviews

URL, Product id, Product name, Review id, Review url, Review title, Review rating, Review date, and more.
Views348+
Downloads19+

LinkedIn people search

URL, Name, Subtitle, Location, Experience, Education, Avatar, and more.
Views219+
Downloads34+
NEW!

Maximize value with strategic cost savings

smart updates

Smart Data Updates

Access only "New Records" or "Updated Records," ensuring you pay only for what you need"

bundles

Dataset Bundles

Gain greater value by purchasing two or more datasets together, with exclusive discounts.

discounts

Volume Discounts

Get more for less with significant savings when purchasing large datasets or updates subscriptions

enriched datasets

Enriched Datasets

Save time and resources with pre-built datasets that combine multiple sources into one clean dataset

Yelp dataset sample

The Yelp dataset offers a rich source for businesses and analysts to explore customer sentiments and trends, providing valuable information for enhancing user experiences and understanding the dynamics of consumer feedback. The dataset covers all main data points.

Datasets Pricing

Refresh rate
100K
500K
1M
5M
20M
Complete Dataset
3TB
  • Clean and validated
  • Refreshed monthly
  • JSON/CSV/Parquet

Power AI Agents Instantly

Our Yelp datasets are AI/LLM-optimized: clearly structured, well-documented, with code and
recipes for easy LLM/chatbot integration.

structured data

Structured & Clean

Pre-processed data with consistent schemas, perfect for AI model training and inference.

code examples

Code Examples

Ready-to-use Python, Node.js, cURL, PHP, Go, Java, and Ruby snippets for easy integration with AI workflows.

documentation

Documentation

Comprehensive guides and notebooks for ChatGPT, Claude, and other LLM integrations.
                              curl --request GET 
--url https://api.brightdata.com/datasets/snapshots/{id}/download 
--header 'Authorization: Bearer '
                              
                            
                              import requests
url = "https://api.brightdata.com/datasets/snapshots/{id}/download"
headers = {"Authorization": "Bearer "}
response = requests.get(url, headers=headers)
print(response.json())
                              
                            
                              const url = 'https://api.brightdata.com/datasets/snapshots/{id}/download';
const options = {method: 'GET', headers: {Authorization: 'Bearer '}, body: undefined};

try {
const response = await fetch(url, options);
const data = await response.json();
console.log(data);
} catch (error) {
console.error(error);
}
                              
                            
                              HttpResponse response = Unirest.get("https://api.brightdata.com/datasets/snapshots/{id}/download")
.header("Authorization", "Bearer ")
.asString();
                              
                            
                              require 'uri'
require 'net/http'

url = URI("https://api.brightdata.com/datasets/snapshots/{id}/download")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer '

response = http.request(request)
puts response.read_body
                              
                            

Yelp datasets tailored to your needs

Get easy to use, well-structured datasets for any use case
dataset subscription

Data subscription

Subscribe to access datasets at a significantly reduced cost.

file outputs

File output formats

JSON, NDJSON, JSON Lines, CSV, Parquet. Optional .gz compression.

flexible delivery

Flexible delivery

Snowflake, Amazon S3 bucket, Google Cloud, Azure, and SFTP.

enriched datasets

Scalable data

Scale without worrying about infra, proxy servers, or blocks.

discounts

Cost savings

Customize any dataset using filters and formatting options.

code maintanence

Code maintenance

Datasets are maintained based on website structure changes.

api integrations

Simplified integrations

Benefit from integrations with Snowflake and AWS.

support

24/7 support

A dedicated team of data professionals is here to help.

compliance

Leaders in compliance

Data is ethically obtained and compliant with all privacy laws.

Get structured and reliable Yelp data

We’ll provide the data while you focus on the rest

High-volume web data

With our unblocking capabilities and round-the-clock IP rotation we ensure access to all data points on a website.

Data for immediate use

Every aspect of the data collection process is thoroughly validated as part of our robust data validation process.

Automated data flow

Create custom schedules to automate data delivery and watch the data flow seamlessly into your storage.

How companies use Yelp datasets

Customer reviews

Analyze what customers are saying about your business and about your competition and industry to create better products, improve your services, and customize your customer’s journey.
Buy now
get_a_handle_on_customer_reviews

Market trends & growth

Review changes in businesses and their locations, ratings, reviews, etc. to anticipate market trends and to find growth opportunities.
Buy now
market research

B2B company data

Collect any Yelp data on restaurants, home services, auto services, and other business data to understand your competition, hours of operation, location, and services offered.
Buy now
market research

Yelp Dataset FAQs

The Yelp dataset includes different data points that fit your needs. Datapoints include: timestamp, business id, Yelp biz id, name, updates, overall rating, reviews count, is claimed, categories, website, phone number, opening hours, address, amenities, about the business, and much more.

Yes, you can get updates to your Yelp dataset on a daily, weekly, monthly, or custom basis.

Yes, you can purchase a Yelp subset that will include only the data points you need. By purchasing a subset, cost is reduced substantially.

Dataset formats are JSON, NDJSON, JSON Lines, CSV, or Parquet. Optionally, files can be compressed to .gz.

If you don’t want to purchase a dataset, you can start scraping Yelp data using our Yelp Scraper API.

Yes, you can request sample data to evaluate the quality and relevance of the information provided. This is a great way to ensure it meets your needs before committing to a full dataset.

Yes, you can request specific data points from the Yelp dataset tailored to your unique needs, ensuring you receive precisely the information you require for your projects.

Absolutely, the Yelp dataset offers seamless API integration, allowing you to effortlessly integrate the data into your CRM, analytics tools, or any other systems you use, streamlining your operations.

Get your Yelp dataset today.