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-ID
Request
This endpoint expects an object.
url
Pitchbook or Crunchbase company profile URL
Response
Company report generated successfully
company_name
Company name
display_name
Display-friendly company name
source
Data source (‘crunchbase’ or ‘pitchbook’)
source_url
Original URL that was scraped
description
Company description
headline
Company headline
founded
Year the company was founded
headquarters
Company headquarters location
website
Company website domain
alternative_names
Alternative company names
alternative_domains
Alternative website domains
employee_count
Total employee count
size
Employee count range (e.g., ‘1001-5000’)
industry
Primary industry
type
Company type (e.g., ‘private’, ‘public’)
naics
NAICS industry classifications
sic
SIC industry classifications
ticker
Stock ticker symbol (if public)
inferred_revenue
Inferred revenue range
funding
Company funding summary and round details
linkedin_id
LinkedIn company ID
linkedin_slug
LinkedIn URL slug
linkedin_follower_count
LinkedIn follower count
profiles
Social profile URLs
employee_growth_rate
Employee growth rate over time periods
employee_churn_rate
Employee churn rate over time periods
employee_count_by_country
Employee count broken down by country
employee_count_by_month
Employee count by month (YYYY-MM keys)
employee_count_by_role
Employee count broken down by role
average_employee_tenure
Average employee tenure in years
average_tenure_by_level
Average tenure by seniority level
average_tenure_by_role
Average tenure by role
gross_additions_by_month
New employee additions by month
gross_departures_by_month
Employee departures by month
recent_exec_hires
Recent executive hires
recent_exec_departures
Recent executive departures
top_next_employers
Top companies that employees move to
top_previous_employers
Top companies that employees came from
top_us_employee_metros
Top US metro areas by employee count
immediate_parent
Immediate parent company name
ultimate_parent
Ultimate parent company name
direct_subsidiaries
Direct subsidiary companies
all_subsidiaries
All subsidiary companies (including indirect)
affiliated_profiles
Affiliated company profile URLs
locations
Office locations
scraped_data
Raw data from Crunchbase/Pitchbook scraper
enriched
Whether additional enrichment data was included
insights_enriched
Whether workforce insight data was included
error
Error message if the scraping or enrichment partially failed