CB Insights Company Scraper avatar

CB Insights Company Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
CB Insights Company Scraper

CB Insights Company Scraper

Collects public CB Insights company data, including valuation, industry, location, funding, investors, competitors, key people, website, and company details. Supports searching the unicorn list or scraping specific company profiles.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Collects company data from CB Insights. By default it works from the public billion-dollar-startup (unicorn) list — every company on it, with valuation, the date it joined, country, city, industry and select investors — and then enriches each one from its public company page with the description, website, phone, headquarters address, sector taxonomy, total funding, latest round, investors, competitors, key people and similar companies. You can also point it straight at specific companies instead.

Input

FieldDefaultDescription
search(empty)Keep only companies whose name, country, city or industry contains this text (e.g. Financial Services, United Kingdom, Stripe). Empty takes the highest-valued companies first.
company_slugs(empty)Specific companies to scrape — full links (https://www.cbinsights.com/company/stripe) or bare slugs (stripe). Replaces the list-based selection.
max_results25Maximum number of company records to return (1–500).
include_detailstrueAlso fetch each company's public page for description, website, funding, investors, competitors and key people (one extra request per company).
proxyConfigurationOptionalEnable a US-based proxy for the most reliable results.

Output

Each result is one company:

{
"name": "Stripe",
"slug": "stripe",
"cbi_url": "https://www.cbinsights.com/company/stripe",
"valuation_usd_b": 159.0,
"date_joined": "1/23/2014",
"unicorn_industry": "Financial Services",
"select_investors": ["Khosla Ventures", "LowercaseCapital", "capitalG"],
"description": "Stripe operates as a financial services platform that provides payment processing, billing models, and management of money movement for businesses...",
"website": "https://stripe.com",
"phone": "888-926-2289",
"company_status": "Alive",
"founded_year": 2010,
"sector": "Internet",
"industry": "Internet Software & Services",
"sub_industry": "Payments",
"street_address": "354 Oyster Point Boulevard",
"city": "South San Francisco",
"state": "California",
"zip_code": "94080",
"country": "United States",
"total_funding_usd_m": 9419,
"last_funding_date": "2026-03-09",
"last_funding_round": "Secondary Market - IV",
"last_funding_amount_usd_m": 14.57,
"num_investments": 62,
"num_acquisitions": 20,
"num_exits": 3,
"logo_url": "https://s3-us-west-2.amazonaws.com/cbi-image-service-prd/modified/4281675a-34bf-464e-b460-66b1cdffe700.png",
"competitors": ["Adyen", "Checkout.com", "Rapyd"],
"investors": ["Sequoia Capital", "Andreessen Horowitz", "Thrive Capital"],
"people": ["Patrick Collison - Co-Founder, Chief Executive Officer"],
"similar_companies": ["Adyen", "Rapyd", "Airwallex"],
"raw": { ... }
}

Funding amounts are in millions of USD; the unicorn valuation is in billions of USD.

Notes

  • Runs with empty input (defaults to the 25 highest-valued companies on the list, with details).
  • Enable a US-based proxy for the most reliable results.
  • Only the publicly visible portion of each profile is collected; figures CB Insights reserves for subscribers are left out of the record.
  • Intended for research and market-intelligence use; please respect CB Insights' terms of service.