ビジネス
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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
NameIndustryDescriptionYear FoundedStatusLatest Deal TypeCompany TypeLogoSocial LinksHq StreetHq CityHq RegionHq Postal CodeHq Country
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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.