Founders Fund Portfolio Scraper — Peter Thiel VC Companies avatar

Founders Fund Portfolio Scraper — Peter Thiel VC Companies

Pricing

from $750.00 / 1,000 portfolio companies

Go to Apify Store
Founders Fund Portfolio Scraper — Peter Thiel VC Companies

Founders Fund Portfolio Scraper — Peter Thiel VC Companies

Scrape the full Founders Fund portfolio (Peter Thiel's VC): SpaceX, Palantir, Anduril, Stripe, OpenAI, Neuralink, Ramp, Airbnb and more. Returns name, sector, year, founders, website, status per company. Premium VC data for competitive intel and founder enrichment.

Pricing

from $750.00 / 1,000 portfolio companies

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Founders Fund Portfolio Scraper

Scrape the complete Founders Fund portfolio — Peter Thiel, Brian Singerman, and Keith Rabois' VC firm — and get structured data on every company they've publicly invested in: SpaceX, Palantir, Anduril, Stripe, Facebook, Airbnb, Ramp, Neuralink, OpenAI, Cognition, Spotify, Nubank, Trade Republic, Rippling, and the rest.

This is a premium VC-portfolio data feed — exclusive to one of the most contrarian and brand-recognizable funds in venture. Use it for competitive intelligence, contrarian-investment thesis sourcing, founder profile enrichment, M&A target discovery, and recruiting research.

What you get per company

Every dataset row contains:

FieldDescription
nameOfficial company name
slugFounders Fund URL slug
descriptionOne-paragraph description as published by FF
sector / industryFF industry tag (Aerospace & Transportation, Analytics & Software, Advanced Machines & Intelligence, Consumer Internet & Media, Biotechnology & Health, Real Estate & Technology)
year_of_investmentYear the company first appeared on the FF portfolio page (publication proxy for investment year)
first_announced_dateISO date of FF portfolio publication
partnersFounders Fund partners explicitly named in the description (Peter Thiel, Brian Singerman, Keith Rabois, Trae Stephens, Napoleon Ta, Lauren Gross, John Luttig, Delian Asparouhov, Scott Nolan)
foundersList of founder names
founders_detailList of {name, profile_url} objects — profile URLs link to LinkedIn / Twitter / Wikipedia / Crunchbase depending on which the FF page chose
websiteOfficial company homepage
linkedin_url, twitter_url, crunchbase_urlSocial and database links when present
statusactive (operating private/public) or exited (acquired or went public)
exit_detailsShort phrase describing the exit when detected
founders_fund_urlCanonical FF portfolio entry URL

Pricing (Pay-Per-Event)

EventPrice
Per portfolio company$0.75
Per actor start$0.00005

The full Founders Fund portfolio is roughly 62 companies, so a single full scrape costs approximately $46.50 — for a complete, structured snapshot of one of the world's most influential venture portfolios.

Input

{
"sectorFilter": ["Aerospace", "Intelligence"],
"statusFilter": "active",
"maxResults": 100
}
  • sectorFilter (array, optional) — case-insensitive substring match against the FF industry label. Examples: ["Aerospace"] to pull SpaceX + adjacent, ["Intelligence"] for OpenAI / Anduril / Cognition / Neuralink.
  • statusFilter (all | active | exited) — filter by company status. Status is inferred from the FF description text and a curated list of known IPOs/acquisitions.
  • maxResults (integer, default 100, max 200) — cap the dataset size.

Empty input scrapes the entire portfolio.

Use cases

  • VC competitive intelligence — Know exactly what FF has bet on, when, and in which sectors. Cross-reference against a16z, Sequoia, YC.
  • Contrarian-investment thesis sourcing — FF is famously contrarian; their picks (Palantir, Anduril, SpaceX) often define new categories. Use this feed to track the firm's revealed preference signal.
  • Founder profile enrichment — Pull founders + their LinkedIn/Crunchbase/Wikipedia profiles in one shot for outreach, recruiting, or due diligence.
  • M&A target discovery — Filter to status=exited to study FF's exit playbook, or to status=active for mature private targets.
  • Recruiting research — Founders + ex-founders of FF-backed companies are a high-signal talent pool.
  • a16z Portfolio Scraper — Andreessen Horowitz's full portfolio.
  • Sequoia Capital Portfolio Scraper — Sequoia's US + global portfolios.
  • Y Combinator Companies Scraper — Every YC batch ever.
  • 500 Global Companies Directory — 2,200+ alumni across 500 Global's accelerator programs.

How it works

This actor uses the public WordPress REST API exposed by foundersfund.com at /wp-json/wp/v2/company — the same data source that powers the live portfolio page. No HTML scraping, no JavaScript rendering, no proxies required in normal operation (residential proxy is configured as a safety net only). This makes it fast, reliable, and resilient to UI redesigns.

If Founders Fund ever pulls the public API or blocks all scrapers, this actor will be deprecated rather than silently return placeholder data.

Output format

Returns a clean JSON array via the standard Apify dataset. Use it directly in Make.com, Zapier, n8n, or any tool that consumes JSON.