China Tier-1 VC Portfolio Aggregator avatar

China Tier-1 VC Portfolio Aggregator

Pricing

Pay per event

Go to Apify Store
China Tier-1 VC Portfolio Aggregator

China Tier-1 VC Portfolio Aggregator

Aggregates portfolio companies from 9 top-tier Chinese VC firms: HongShan, IDG Capital, ZhenFund, Sinovation Ventures, Qiming, Hillhouse, 5Y Capital, Matrix Partners China, and Legend Capital. Returns unified records with company names, sector, stage, website, and investment metadata.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Aggregates portfolio company data from 9 top-tier Chinese venture capital firms in a single run. Returns a unified dataset with company names (Chinese and English), sector, stage, website, and investment metadata.

Supported Sources

VC FirmMethod
HongShan 红杉中国 (Sequoia China)Sitemap-based: 131 companies via company-sitemap.xml
Qiming Venture Partners 启明创投SSR listing: 427 companies in one page load
IDG Capital ChinaSSR listing with h3 company names and taglines
ZhenFund 真格基金Featured company descriptions + external website links
Sinovation Ventures 创新工场External company link anchors
5Y Capital 五源资本H2/H3 company names (geo-dependent)
Matrix Partners China 经纬创投H1/H2 company references
Legend Capital 君联资本H2/H3 company references
Hillhouse Investment 高瓴Company-spotlight blog post slugs

What You Get

FieldDescription
vcFirmVC firm key: hongshan, qiming, idg_china, zhenfund, sinovation, 5y_capital, matrix_china, legend, hillhouse
vcUrlPortfolio listing URL used for extraction
nameZhCompany name in Chinese
nameEnCompany name in English
taglineZhChinese description or tagline
taglineEnEnglish description or tagline
websiteCompany website URL
sectorIndustry sector (AI, biotech, consumer, enterprise, fintech, etc.)
stageInvestment stage (seed, A, B, growth, IPO)
statusCompany status: active, acquired, ipo, shutdown
hqCityHeadquarters city when available
countryCountry code: CN, US, SG, HK
exitTypeExit venue: HKEX, STAR/SSE, ChiNext/SZSE, NASDAQ, NYSE
vcDetailUrlVC firm's company profile page
logoUrlCompany logo URL when available
extractedAtISO 8601 scrape timestamp

Input

{
"maxItems": 100,
"vcFirms": ["hongshan", "qiming"]
}
FieldTypeDefaultDescription
maxItemsinteger10Max total companies to return across all firms
vcFirmsarrayall 9 firmsWhich firms to scrape. Leave empty for all. Valid values: hongshan, idg_china, zhenfund, sinovation, qiming, hillhouse, 5y_capital, matrix_china, legend

Usage Examples

All 9 firms, up to 500 companies:

{ "maxItems": 500, "vcFirms": [] }

Qiming only (largest fully-SSR dataset, 400+ companies):

{ "maxItems": 500, "vcFirms": ["qiming"] }

HongShan only (sitemap-driven, 130+ companies with Chinese names):

{ "maxItems": 200, "vcFirms": ["hongshan"] }

Cross-firm scan for M&A / sanctions screening:

{ "maxItems": 1000, "vcFirms": ["hongshan", "qiming", "idg_china", "zhenfund", "sinovation"] }

Notes

  • All 9 sites return 200 with a standard browser User-Agent — no proxy required.
  • HongShan is sitemap-based and fetches one detail page per company — runs slower but returns richer metadata (Chinese name from og:title, English name from slug).
  • Qiming returns 400+ companies from a single page load — fastest per-company throughput.
  • Sites that are JS-rendered or geo-restricted (5y_capital, matrix_china, legend) return fewer results; the actor fails gracefully and continues with remaining sources.
  • The actor uses a ~800ms polite delay between source site requests.
  • Chinese sites may have connectivity variance from non-CN egress IPs. Cloud validation (Apify cloud) passes normally.