Enrichment Datasets
Stay ahead with enriched datasets from key sources like LinkedIn, CrunchBase, Owler, and Indeed, providing valuable insights for business analysis and decision-making.
- Over a billion of enrichment data records available
- Get accurate enrichment data from all major websites
- Customize the enrichment dataset based on your needs
Trusted by 20,000+ customers worldwide
Available Datasets
Access fresh validated enrichment datasets. Ensure hassle-free data access by using ready-made scrapers.
- Demo data in JSON/CSV
- Fresh records
- Customize, enrich, and format the data
LinkedIn people profiles
Amazon products
LinkedIn company information
Instagram - Profiles
Crunchbase companies information
Linkedin job listings information
Zillow properties listing information
Instagram - Posts
LinkedIn posts
X (formerly Twitter) - Posts
TikTok - Profiles
Facebook - Pages Posts by Profile URL
Shopee - products
TikTok - Posts
Youtube - Videos posts
Amazon Reviews
Google Maps full information
Indeed job listings information
Walmart - products
Companies information enriched dataset
Employees business enriched dataset
TikTok Shop
YouTube - Profiles
IMDB media
Glassdoor companies overview information
Airbnb Properties Information
X (formerly Twitter) - Profiles
Google News
Yahoo Finance business information
Google maps reviews
Instagram - Reels
Reddit- Posts
Booking Hotel Listings
Shein- Products
Facebook - Comments
Yelp businesses overview
Instagram - Comments
Glassdoor companies reviews
LinkedIn profiles Jobs Listings
Zoominfo companies information
pitchbook companies information
Otodom Poland
Glassdoor job listings information
eBay
Amazon products global dataset
Amazon sellers info
G2 software product overview
Google Shopping
Github repository
Australia real estate properties
Amazon best seller products
Facebook - Posts by group URL
TikTok - Comments
Home Depot US
Facebook Marketplace
Google Play Store
Facebook - Posts by post URL
Etsy
G2 software - product reviews
Trustpilot business reviews
Booking Listings Search
Amazon products search
Goodreads books
Yelp businesses reviews
Amazon Walmart
Reddit - Comments
Zara - Products
World population
Zillow price history
Zoopla properties listing information
Indeed companies info
Target
Lazada - Products
Wikipedia articles
Pinterest - Posts
NBA players' stats
Youtube - Comments
Best Buy products
Ikea - Products
Realtor international properties listings
Ozon.ru products
Sephora products
Facebook Events
OLX Brazil - marketplace ads
BBC news
Walmart sellers info
Google Play Store reviews
Myntra products
Lowes.com
Xing social network
Facebook - Reels by profile URL
Facebook Company Reviews
Owler companies information
Creative Commons Images
H&M - Products
Google Shopping products search US
US lawyers directory
Apple App Store reviews
Tokopedia Products
Webmotors Brasil - Cars Listings
Slintel 6sense company information
Naver products
Digikey - Products
CNN news
Mouser - Products
Manta businesses
Wayfair products
Wildberries.ru products
Agoda Properties Listings
Zonaprop Argentina - Properties Listing
Pinterest - Profiles
Carsales Cars Listings search page information
Chileautos Chile - Cars Listings
Quora posts
VentureRadar company information
Zalando products
Inmuebles24 Mexico - Properties Listings
carsales.com.au - Cars Listings
Yapo Chile - marketplace ads
Asos - Products
Lazada - Reviews
Facebook - Profiles
Bluesky - Posts
Trustradius product reviews
Lego - Products
Hermes- Products
World zipcodes
Vimeo - Videos posts
Metrocuadrado - Properties Listings
Lazada products search (GMV)
Home Depot CA
Toctoc - Properties Listings
Top 500 Bluesky Profiles
Chanel Products
Dior - Products
Apple App Store
Creative Commons 3D Models
Ashleyfurniture - Products
Properati Argentina and Colombia - Properties Listings
AE.com - Complete Products
Infocasas Uruguay - Properties Listings
Mango Products
Balenciaga.com - Products
Mediamarkt.de products
Facebook - Pages and Profiles
Fanatics.com - Products
Toysrus - Products
Twitch - streams dataset
Carters.com - Products
Zara Home Products
Loewe.com - Products
ChatGPT Search
Crateandbarrel - Products
Prada.com - Products
Ysl.com - Products
Delvaux - Products
Fendi Products
Rona.ca products
Massimo Dutti - Products
Mattressfirm - Products
Bottegaveneta.com - Products
Sleepnumber.com - Products
Mybobs.com - Products
Celine.com - Products
Raymourflanigan.com - Products
La-z-boy.com - Products
Berluti.com - Products
mercadolivre.com.br products
llbean.com - Products
Montblanc - Products
Walmart - products zipcodes
Moynat.com - Products
Threads - Posts
Google AI Mode Search
Zillow Full Properties Information
Google SERP - 100 Results
Agoda Listings Search
Threads - Profiles
LinkedIn people search
Grok Search
Zillow properties search page
Perplexity Search
Walmart products search
Gemini Search
Bing Copilot Search
Snapchat posts
Goodreads reviews
TikTok - Posts by URL Fast API
Snapchat profile
Agoda Properties Listings with Pricing
TikTok - Posts by Search URL Fast API
TikTok - Posts by Profile Fast API
Coupang products
TikTok Shop Category Products
Booking Hotel Listings with Pricing
Google Hotel
Reddit - Profiles
Maximize value with strategic cost savings
Smart Data Updates
Access only "New Records" or "Updated Records," ensuring you pay only for what you need"
Dataset Bundles
Gain greater value by purchasing two or more datasets together, with exclusive discounts.
Volume Discounts
Get more for less with significant savings when purchasing large datasets or updates subscriptions
Enriched Datasets
Save time and resources with pre-built datasets that combine multiple sources into one clean dataset
Enrichment dataset sample
Choose from full coverage or a subset of enrichment datasets. Whether it’s company or people data, business datasets from sites like LinkedIn, Crunchbase, Owler, G2, Indeed, Slintel, or Manta are perfect for finding investment opportunities, tracking growth, powering ML algorithms, and more.
Datasets Pricing
- Clean and validated
- Refreshed monthly
- JSON/CSV/Parquet
Power AI Agents Instantly
Our Enrichment datasets datasets are AI/LLM-optimized: clearly structured, well-documented, with code and recipes for easy LLM/chatbot integration.
Structured & Clean
Pre-processed data with consistent schemas, perfect for AI model training and inference.
Code Examples
Ready-to-use Python, Node.js, cURL, PHP, Go, Java, and Ruby snippets for easy integration with AI workflows.
Documentation
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
Enrichment datasets tailored to your needs
Data subscription
Subscribe to access datasets at a significantly reduced cost.
File output formats
JSON, NDJSON, JSON Lines, CSV, Parquet. Optional .gz compression.
Flexible delivery
Snowflake, Amazon S3 bucket, Google Cloud, Azure, and SFTP.
Scalable data
Scale without worrying about infra, proxy servers, or blocks.
Cost savings
Customize any dataset using filters and formatting options.
Code maintenance
Datasets are maintained based on website structure changes.
Simplified integrations
Benefit from integrations with Snowflake and AWS.
24/7 support
A dedicated team of data professionals is here to help.
Leaders in compliance
Data is ethically obtained and compliant with all privacy laws.
Get structured and reliable enrichment 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 enrichment datasets
Competitor mapping
Market research
Lead generation
Enrichment Dataset FAQs
What data is included in the enrichment dataset?
The enrichment datasets include different data points that fit your needs. Some of the data points include: ID, country, industry, size, # of followers, website, subsidiaries, posts, affiliate companies, name, title, position, current company, avatar, experience, education, location and a lot more.
Can I get updates for my purchased enrichment dataset?
Yes, you can get updates to your enrichment dataset on a daily, weekly, monthly, or custom basis.
Can I purchase a subset of the enrichment dataset?
Yes, you can purchase a enrichment subset that will include only the data points you need. By purchasing a subset, cost is reduced substantially.
In what format will I receive the enrichment dataset?
Dataset formats are JSON, NDJSON, JSON Lines, CSV, or Parquet. Optionally, files can be compressed to .gz.
Can I scrape enrichment public data by myself?
If you don’t want to purchase a dataset, you can start scraping enrichment data using our Web Scraper API.
Can I get a data sample?
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.
Can I request specific data points from the enrichment dataset?
Yes, you can request specific data points from the enrichment dataset tailored to your unique needs, ensuring you receive precisely the information you require for your projects.
Is it possible to integrate the enrichment dataset directly into my existing systems?
Absolutely, the enrichment 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.