General Catalyst Portfolio Company Scraper
Pricing
from $33.50 / 1,000 portfolio company records
Pricing
from $33.50 / 1,000 portfolio company records
Rating
0.0
(0)
Developer
NexGen Watch
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Clean, structured directory of General Catalyst's portfolio companies — one record per company, from the portfolio's public companies page. Each portfolio_company record carries: name, description, funding stage, sector tags, all locations, current open-job count, the company's website, the board company page, the source listing, and when it was observed.
What it does
- Reads the portfolio board's public companies directory and returns one clean record per company.
- One company = one record. A company listed in several locations is a single record with a deduped location list, and each company appears — and bills — only once (identity is the company slug).
- Lets you bound a run by count (
maxRecords) or by filters (locationContains,sectorContains,stage,nameContains,minJobs,hiringOnly). - Reads the board's own company data only — the company website is never fetched.
- If the board is unreachable, changes shape, or its cards vanish (a redesign), it stops loudly — a broken board is never delivered as an empty success.
Pricing
| Event | Price (USD) |
|---|---|
apify-actor-start | $0.02 |
portfolio-company-record | $0.05 |
apify-actor-start is charged once per run by the platform. portfolio-company-record is charged once per unique company delivered, and drops with volume ($0.05 → $0.045 → $0.04 → $0.0335). Duplicate companies, filtered-out companies, and empty filtered results bill nothing; a source outage bills nothing.
Input
maxRecords— cap on company records delivered (buyer-requested bound; default 600).locationContains/sectorContains/stage/nameContains/minJobs/hiringOnly— filters.hitsPerPage,maxPages— pagination controls.minRequestIntervalSec— self-throttle between requests (default 1s).
Notes
The active_jobs_count field is the company's current open roles on the board. Sector tags list the board's visible industry tags first, then any remaining tags, deduped. Descriptions, stage, sector and location are delivered exactly as the board publishes them; a field the board omits is left null.