a16z Scraper: Portfolio + Speedrun Companies
Pricing
from $3.75 / 1,000 company records
a16z Scraper: Portfolio + Speedrun Companies
Scrape the full a16z portfolio (854 companies) and Speedrun accelerator (251 companies) in one run. Get social links, investment stage, exits, founder bios, and hiring signal. Export to Sheets, Excel, or the API.
Pricing
from $3.75 / 1,000 company records
Rating
0.0
(0)
Developer
GetAScraper
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
π’ a16z Scraper: Portfolio + Speedrun Companies
|
Every a16z-backed company, and who's hiring right now The full a16z portfolio and the Speedrun accelerator roster in one run, with the hiring signal neither competing scraper tracks at all. |
|
π’ 1,100+ companies, one run Full portfolio and Speedrun combined, not split across two actors. |
π Hiring signal, built in See which companies are hiring now, with a direct careers link and open role count. |
π Real exit and stage data Invest dates, exit dates, ticker symbols and acquirers for every public exit. |
π₯ Full founder bios Name, title, LinkedIn and bio for every Speedrun founder, not just a name. |
Extract every company in the a16z portfolio and the a16z Speedrun accelerator. Export to JSON, CSV or Excel, or connect straight into Google Sheets and your own pipeline via the API. Run it on demand or on a schedule. No coding required.
β¨ Why use this Actor
Built for real workflows.
- πΌ Job seekers and recruiters: filter by "backed by a16z" and know who's actually hiring, without checking five separate job boards by hand.
- π― Sales and BD teams: use "funded by a16z" as an ICP filter for outreach, with a real website and LinkedIn page on every company, not a bare name.
- π VC analysts and researchers: track a16z's exits and stage progression with real invest dates, exit dates, tickers, and acquirers.
Both a16z directories, richer than either dedicated competitor. One scraper covers only the Speedrun accelerator at $10 per 1,000 results. Another covers the full portfolio at $100 per 1,000 results, but with just 8 thin fields and no social links, no exit data, and no founder details. This Actor covers both in one run, with far more fields, at a fraction of the price.
βοΈ How it works
|
STEP 1 Pick your sources Choose portfolio, Speedrun, or both, then narrow with stage, cohort, industry or keywords. |
STEP 2 Run the Actor It pulls live from a16z's own sites and collects every matching company. |
STEP 3 Get your data Download as JSON, CSV or Excel, or connect straight into Google Sheets or your own pipeline via the API. |
π₯ Input
| Field | Type | Required | Description |
|---|---|---|---|
sources | enum | No | Which a16z directories to scrape: portfolio, Speedrun, or both. |
keywords | string | No | Free-text match against company name, description, and tagline. |
stages | enum | No | Portfolio only. Keep only companies at one of these investment stages. |
cohorts | array | No | Speedrun only. Keep only companies from these cohorts, e.g. "SR003". |
industries | array | No | Speedrun only. Keep only companies tagged with one of these industries. |
yearFoundedMin / yearFoundedMax | integer | No | Only available for companies where a founding year is published. |
includeHiringSignal | boolean | No | Check a16z's own jobs board and add whether each company is hiring, its careers link, and open role count. |
maxItems | integer | No | Stop after collecting this many matching companies. |
proxyConfiguration | object | No | Proxy settings. Datacenter proxy is enough. |
π€ Output
Every result is one row in the dataset. A typical portfolio item looks like this:
{"source": "portfolio","companyId": "373009","name": "11x","logoUrl": "https://d1lamhf6l6yk6d.cloudfront.net/uploads/2024/11/logo_001.svg","websiteUrl": "https://www.11x.ai/","linkedinUrl": "https://www.linkedin.com/company/11x-ai/","xUrl": "https://twitter.com/11x_official","stages": ["Venture"],"announcementExcerpt": "11x frees salespeople from the nightmare of administrative work.","announcementUrl": "https://a16z.com/announcement/investing-in-11x/","isHiring": true,"openRolesCount": 13,"careersUrl": "https://jobs.a16z.com/companies/11x.ai","scrapedAt": "2026-08-29T04:19:39.625Z"}
Download the dataset in JSON, CSV, Excel, HTML or XML from the Apify Console, or pull it through the API.
π Data table
| Field | Type | Description |
|---|---|---|
source | string | portfolio or speedrun. |
companyId / name | string | Unique ID and company name. |
logoUrl / websiteUrl / linkedinUrl / xUrl | string | Logo and social links. |
description / foundedYear | string/number | Overview and founding year, where published. |
stages / investDate / exitDate / tickerSymbol / acquirer | array/string | Portfolio only. Investment stage history and exit details. |
announcementExcerpt / announcementUrl | string | Portfolio only. a16z's own investment-thesis blog post. |
cohort / industries / preamble / keySignal | string/array | Speedrun only. Program cohort and positioning. |
teamSize / city / state / country / region | number/string | Speedrun only. Team size and location. |
founders | array | Speedrun only. Name, title, bio, LinkedIn and photo per founder. |
isHiring / careersUrl / openRolesCount | boolean/string/number | With hiring signal enabled. Whether the company is hiring, its careers page, and open role count. |
The Output tab also ships four pre-built views: all companies, portfolio stage and exits, Speedrun companies, and an unwound founders table.
π° Pricing
This Actor is pay per result: you only pay for the companies you actually collect, and a run that returns nothing costs nothing. There is no subscription and no minimum spend.
β Enjoying a16z Scraper?
|
β β β β β Saved you from checking five different job boards or scrapers? A 5-star rating takes 10 seconds and helps other founders, recruiters and analysts find it. Your feedback also tells us what to build next. |
| β Β Β Rate this Actor on Apify |
π οΈ Tips for better runs
- Leave
includeHiringSignaloff for the fastest, cheapest runs when you only need company profiles. - Turn
includeHiringSignalon for job search or lead-gen use cases, it costs one extra request for the whole run, not per company. - Set
maxItemsif you only need a sample. With both sources selected, portfolio companies are collected first, so a lowmaxItemsmay only return portfolio results; raise it or run each source separately for a balanced mix.
β FAQ
Is it legal to scrape a16z's site? This Actor only collects data that is already publicly visible on a16z's own portfolio and Speedrun pages. You are responsible for how you use the data and for complying with a16z's terms of service.
Why do some companies have missing fields? Not every field is published for every company. This Actor never invents or guesses a value: if a16z doesn't publish it, such as a founding year or invest date, the field is left out rather than filled with a placeholder.
Does this include a "sector" or industry tag for portfolio companies?
No. a16z's own portfolio data doesn't publish a sector field, so this Actor doesn't invent one. Speedrun companies do have a real industries field, which is included.
Can I get notified of new investments or hires automatically? Yes. Schedule this Actor to run daily or weekly from the Apify Console and pipe new results into Google Sheets, Slack, or your own database with no code.
Found a bug or need a custom version of this Actor? Open an issue from the Actor's Issues tab and it'll be looked at directly.
π Other actors
- Startup investor contact database β - publicly listed investor and firm contact data for fundraising outreach.
- Ashby Jobs Scraper: Hiring Change Monitor β - tracks new and closed job postings on startup career pages.
- Japan Company Scraper: 4.5M+ gBizINFO Records β - Japanese company registry data at scale.
- US licensed contractor directory β - licensed contractor business records by state.