Create Company Report

Generate a comprehensive company report from a Pitchbook or Crunchbase URL. Scrapes the provided URL for company data, then enriches with proprietary data sources in parallel. Returns a merged response combining scraped data, enrichment data, and workforce insight data. ## Data Sources - **Scraper**: Real-time data from Crunchbase/Pitchbook (founders, news, competitors, funding rounds) - **Enrichment**: Normalized company data (employee count, industry, growth rates, NAICS/SIC) - **Workforce Insights**: Employee counts by country/role, tenure stats, exec changes, subsidiaries

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Organization-IDstringRequired

Request

This endpoint expects an object.
urlstringRequiredformat: "uri"
Pitchbook or Crunchbase company profile URL

Response

Company report generated successfully
company_namestring or null
Company name
display_namestring or null

Display-friendly company name

sourcestring or null

Data source (‘crunchbase’ or ‘pitchbook’)

source_urlstring or nullformat: "uri"
Original URL that was scraped
descriptionstring or null
Company description
headlinestring or null
Company headline
foundedinteger or null
Year the company was founded
headquartersobject or null
Company headquarters location
websitestring or null
Company website domain
alternative_nameslist of strings or null
Alternative company names
alternative_domainslist of strings or null
Alternative website domains
employee_countinteger or null
Total employee count
sizestring or null

Employee count range (e.g., ‘1001-5000’)

industrystring or null
Primary industry
typestring or null

Company type (e.g., ‘private’, ‘public’)

tagslist of strings or null
Industry tags and categories
naicslist of objects or null
NAICS industry classifications
siclist of objects or null
SIC industry classifications
tickerstring or null

Stock ticker symbol (if public)

inferred_revenuestring or null
Inferred revenue range
fundingobject or null
Company funding summary and round details
social_profilesobject or null
Company social media profile URLs
linkedin_idstring or null
LinkedIn company ID
linkedin_slugstring or null
LinkedIn URL slug
linkedin_follower_countinteger or null
LinkedIn follower count
profileslist of strings or null
Social profile URLs
employee_growth_rateobject or null
Employee growth rate over time periods
employee_churn_rateobject or null
Employee churn rate over time periods
employee_count_by_countrymap from strings to integers or null
Employee count broken down by country
employee_count_by_monthmap from strings to integers or null

Employee count by month (YYYY-MM keys)

employee_count_by_rolemap from strings to integers or null
Employee count broken down by role
average_employee_tenuredouble or null
Average employee tenure in years
average_tenure_by_levelmap from strings to doubles or null
Average tenure by seniority level
average_tenure_by_rolemap from strings to doubles or null
Average tenure by role
gross_additions_by_monthmap from strings to integers or null
New employee additions by month
gross_departures_by_monthmap from strings to integers or null
Employee departures by month
recent_exec_hireslist of objects or null
Recent executive hires
recent_exec_departureslist of objects or null
Recent executive departures
top_next_employersmap from strings to any or null
Top companies that employees move to
top_previous_employersmap from strings to any or null
Top companies that employees came from
top_us_employee_metrosmap from strings to any or null
Top US metro areas by employee count
immediate_parentstring or null
Immediate parent company name
ultimate_parentstring or null
Ultimate parent company name
direct_subsidiarieslist of strings or null
Direct subsidiary companies
all_subsidiarieslist of strings or null

All subsidiary companies (including indirect)

affiliated_profileslist of strings or null
Affiliated company profile URLs
locationslist of objects or null
Office locations
scraped_dataobject or null

Raw data from Crunchbase/Pitchbook scraper

enrichedboolean or null
Whether additional enrichment data was included
insights_enrichedboolean or null
Whether workforce insight data was included
errorstring or null
Error message if the scraping or enrichment partially failed

Errors