商业
PitchBook Company Profile & Funding Scraper
Extract public PitchBook company profiles. Get company name, industry, headquarters location, year founded, employee status, latest deal type and website. Export the dataset to JSON, CSV or Excel.
pitchbook-scraper.json 200 OK
{ "name": "Toggle (Electronics (B2C))", "industry": "Electronics (B2C)", "description": "Manufacturer of Wi-Fi enabled dongle created t…", "yearFounded": "2014", "status": "Out of Business", "latestDealType": "Out of Business", "companyType": "Private", "logo": "https://image.pitchbook.com/Cz3GbFAHb9K7FDS5CK…", "socialLinks": ["https://twitter.com/toggletv"] }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
NameIndustryDescriptionYear FoundedStatusLatest Deal TypeCompany TypeLogoSocial LinksHq StreetHq CityHq RegionHq Postal CodeHq Country
示例输出
一条真实的示例记录,正是你收到的结构。
| Name | Industry | Description | Year Founded |
|---|---|---|---|
| Toggle (Electronics (B2C)) | Electronics (B2C) | Manufacturer of Wi-Fi enabled don… | 2014 |
GET /pitchbook-scraper
{ "name": "Toggle (Electronics (B2C))", "industry": "Electronics (B2C)", "description": "Manufacturer of Wi-Fi enabled dongle created t…", "yearFounded": "2014", "status": "Out of Business", "latestDealType": "Out of Business", "companyType": "Private", "logo": "https://image.pitchbook.com/Cz3GbFAHb9K7FDS5CK…", "socialLinks": ["https://twitter.com/toggletv"] }
相关爬虫
常见问题
What data does it return?
The public profile overview: company name, industry, headquarters, year founded, status, latest deal type and website. The deeper PitchBook platform data is behind a paid login and is not accessed.
How do I find company ids?
The id is in the profile URL, for example `pitchbook.com/profiles/company/100119-52` has the id `100119-52`. Paste ids or full profile URLs.
Does it need a PitchBook account?
No. It only reads the public profile pages.