Pitchbook Datasets

Use our PitchBook dataset to unlock critical insights into the global business ecosystem. This dataset provides detailed company profiles, including information on company URLs, social handles, founding year, operational status, employee data, and financial details such as deal types, funding rounds, and investments.

PitchBook dataset hero image
  • Over 1.5M
    records available
  • 100% ethical and compliant data collection
  • Free data samples for download
  • Starting from price
    $250/100K records
ДОВЕРЯЮТ 20,000+ КЛИЕНТОВ ПО ВСЕМУ МИРУ

DATASET MARKETPLACE

Available Pitchbook and related datasets

Access fresh validated Pitchbook 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.

LinkedIn company information

ID, Name, Country code, Locations, Followers, Employees in linkedin, About, Specialties, and more.

Crunchbase companies information

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

Linkedin job listings information

URL, Job posting id, Job title, Company name, Company id, Job location, Job summary, Job seniority level, and more.

Indeed job listings information

Jobid, Company name, Date posted parsed, Job title, Description text, Benefits, Qualifications, Job type, and more.

Employees business enriched dataset

URL, Profile url, Linkedin num id, Avatar, Profile name, Certifications, Profile location, Profile connections, and more.

Companies information enriched dataset

URL, ID lc, Name lc, Country code lc, Locations lc, Followers lc, Employees in linkedin lc, About lc, and more.

Google Maps full information

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

Glassdoor companies overview information

ID, Company, Ratings overall, Details size, Details founded, Details type, Country code, Company type, and more.

Google maps reviews

URL, Place id, Place name, Country, Address, Review id, Reviewer name, Reviews by reviewer, and more.

Yelp businesses overview

Business id, Yelp biz id, Name, Updates from business, Overall rating, Reviews count, Is claimed, Categories, and more.

LinkedIn profiles Jobs Listings

URL, Linkedin id, Name, About, Position, Optional jobs, Country code, Experience, and more.

Zoominfo companies information

URL, ID, Name, Description, Revenue, Revenue currency, Revenue text, Stock symbol, and more.

Glassdoor companies reviews

Overview id, Review id, Review url, Rating date, Count helpful, Count unhelpful, Employee job end year, Employee length, and more.

pitchbook companies information

URL, ID, Company name, Company socials, Year founded, Status, Employees, Latest deal type, and more.

Glassdoor job listings information

URL, Company url overview, Company name, Company rating, Job title, Job location, Job overview, Company headquarters, and more.

G2 software product overview

URL, Product name, Product id, Rating, Description, Product url, Seller, Ownership, and more.

G2 software - product reviews

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

Trustpilot business reviews

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

Yelp businesses reviews

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

Indeed companies info

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

Xing social network

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

Owler companies information

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

US lawyers directory

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

Slintel 6sense company information

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

Manta businesses

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

VentureRadar company information

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

Trustradius product reviews

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

LinkedIn people search

URL, Name, Subtitle, Location, Experience, Education, Avatar, and more.
НОВИНКА!

Максимальное увеличение стоимости за счет стратегической экономии средств

smart updates

Интеллектуальное обновление данных

Доступ только к "Новым записям" или "Обновленным записям", что гарантирует, что вы платите только за то, что вам нужно".

bundles

Пакеты данных

Приобретая два или более наборов данных вместе, вы получаете большую выгоду и эксклюзивные скидки.

discounts

Скидки за объем

Получите больше за меньшие деньги, значительно сэкономив при покупке больших наборов данных или подписки на обновления

enriched datasets

Обогащенные наборы данных

Экономьте время и ресурсы благодаря заранее созданным наборам данных, которые объединяют несколько источников в один чистый набор данных

PitchBook dataset sample

The PitchBook dataset includes over 100 attributes, covering all major data points. Data points include: company name, URL, ID, social media links, year founded, status, employees, latest deal type, financing rounds, investments, description, contact information, patents, competitors, and more. Subsets are available by industries and regions.

Ценообразование наборов данных

Частота обновления
100K
500K
1M
5M
20M
Полный набор данных
3TB
  • Чистый и проверенный
  • Обновляется ежемесячно
  • JSON/CSV/Parquet

Мощные агенты искусственного интеллекта мгновенно

Наши наборы данных PitchBook оптимизированы для ИИ/ЛЛМ: четко структурированы, хорошо документированы, содержат код и
рецепты для легкой интеграции LLM/chatbot.

structured data

Структурированность и чистота

Предварительно обработанные данные с согласованными схемами идеально подходят для обучения и вывода моделей ИИ.

code examples

Примеры кодов

Готовые к использованию сниппеты Python, Node.js, cURL, PHP, Go, Java и Ruby для легкой интеграции в рабочие процессы ИИ.

documentation

Документация

Исчерпывающие руководства и блокноты для ChatGPT, Claude и других интеграций LLM.
                              curl --request GET 
--url https://api.brightdata.com/datasets/snapshots/{id}/download 
--header 'Authorization: Bearer '
                              
                            
                              импорт запросов
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: {Авторизация: '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
                              
                            

PitchBook datasets tailored to your needs

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

Подписка на данные

Оформите подписку, чтобы получить доступ к наборам данных по значительно сниженной цене.

file outputs

Форматы выходных файлов

JSON, NDJSON, JSON Lines, CSV, Parquet. Опциональное сжатие .gz.

flexible delivery

Гибкая доставка

Snowflake, ведро Amazon S3, облако Google, Azure и SFTP.

enriched datasets

Масштабируемые данные

Масштабирование без забот об инфре, прокси-серверах и блоках.

discounts

Экономия средств

Настройте любой набор данных с помощью фильтров и опций форматирования.

code maintanence

Сопровождение кода

Наборы данных поддерживаются в соответствии с изменениями структуры сайта.

api integrations

Упрощенная интеграция

Воспользуйтесь преимуществами интеграции со Snowflake и AWS.

support

Круглосуточная поддержка

Команда профессионалов по работе с данными готова помочь вам.

compliance

Лидеры в области соблюдения требований

Данные получены по этическим соображениям и соответствуют всем законам о конфиденциальности.

Get structured and reliable PitchBook data

Мы предоставим данные, а вы сосредоточитесь на остальном

Большие объемы веб-данных

Благодаря нашим возможностям разблокировки и круглосуточной ротации IP-адресов мы обеспечиваем доступ ко всем точкам данных на веб-сайте.

Данные для немедленного использования

Каждый аспект процесса сбора данных тщательно проверяется в рамках нашего надежного процесса проверки данных.

Автоматизированный поток данных

Создавайте собственные расписания для автоматизации доставки данных и следите за беспрепятственным поступлением данных в хранилище.

How companies use PitchBook datasets

Investment Analysis

Identify companies actively making investments and shaping industry trends. Analyze their investment history, strategies, and market impact to discover potential business partnerships, acquisition targets, and opportunities for collaboration.
Buy now

Public Company Insights

Gain detailed insights into publicly traded companies, including financial data, stock performance, and market capitalization. Ideal for tracking market activities and understanding growth strategies to inform investment and business decisions.
Buy now
Public Company Insights

Innovation & Patents

Explore companies with strong innovation portfolios by focusing on those holding patents. Uncover technological advancements, unique market differentiators, and potential investment opportunities in cutting-edge industries.
Buy now

PinchBook Dataset FAQs

The PitchBook dataset includes detailed company profiles, covering financials, investments, patents, employees, and more. Choose full coverage or a customized subset.

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

Yes, you can purchase a PinchBook 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 PinchBook data using our Web 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 PinchBook dataset tailored to your unique needs, ensuring you receive precisely the information you require for your projects.

Absolutely, the PinchBook 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 PinchBook dataset today.