VC Portfolio Jobs Scraper
Pricing
from $19.00 / 1,000 results
VC Portfolio Jobs Scraper
Scrapes job listings from 13 VC portfolio job boards and returns each one as a flat row with title, company, location, remote status, and source firm.
Pricing
from $19.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
1
Bookmarked
22
Total users
4
Monthly active users
12 days ago
Last modified
Categories
Share
VC Portfolio Jobs Scraper
Scrape every job from 13 top VC portfolio job boards in one run. Each listing comes with its title, company, location, remote status, and the VC firm that posted it. No login or API key. Export to CSV, JSON, Excel, or XML.
Finding startup jobs means checking a dozen different VC job boards, each with its own layout. This Actor reads the public portfolio job boards of Andreessen Horowitz, Sequoia, Y Combinator, and 10 other top firms, and returns every listing in one fixed schema. Filter by title keyword or remote-only, and get a clean dataset of startup jobs from the companies these VCs back.
| Who uses it | What they scrape VC Portfolio Jobs for |
|---|---|
| Job seekers | Find open roles at VC-backed startups without checking 13 different job boards |
| Recruiters | Source candidates by seeing which startups are hiring for specific roles |
| Market researchers | Track hiring trends across VC portfolios to spot growing companies |
| Sales teams | Identify fast-growing startups that are expanding their teams |
| Investors | Monitor portfolio company hiring as a signal of growth |
What it does
This Actor collects job listings from 13 VC portfolio job boards and returns each one as a flat row with title, company, location, remote status, and source firm.
- ๐ข 13 VC firms covered: a16z, Index, Sequoia, Y Combinator, and 9 more, all in one run.
- ๐ Keyword filter: return only jobs whose title matches a keyword like engineer, designer, or marketing.
- ๐ Remote-only filter: get only fully remote roles, no office locations mixed in.
- ๐ Flat row output: every job is one row with title, company, location, remote status, and source firm.
- โก No login or API key: reads the public job boards directly, no rate limits to manage.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with VC Portfolio Jobs data
๐ผ Find your next startup job.
A job seeker runs the Actor with the keyword 'engineer' and remoteOnly true to get a list of remote engineering roles at VC-backed startups.
๐ Track hiring trends across portfolios.
A market researcher scrapes all 13 boards weekly and counts job titles by firm to see which sectors are hiring fastest.
๐ฏ Source candidates for hard-to-fill roles.
A recruiter filters for 'machine learning' to find startups actively hiring ML talent, then reaches out to those companies.
๐ Spot fast-growing startups.
A sales team looks for companies with many open roles as a signal they have budget and are scaling.
๐ Monitor portfolio company activity.
An investor runs the Actor on their own portfolio firms to see which companies are expanding their teams.
Why choose this scraper
| What you get | |
|---|---|
| One run, 13 boards | Get every job from the top VC portfolio job boards without visiting each site |
| Fixed schema | Every listing comes back with the same fields, ready for analysis |
| Filter as you go | Keyword and remote-only filters keep your dataset small and relevant |
| No setup | No API keys, no OAuth, no scraping infrastructure to maintain |
How it compares
No other Store actor targets VC Portfolio Jobs the same way, so the honest comparison is with the alternatives teams actually weigh.
| VC Portfolio Jobs Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When VC Portfolio Jobs changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |
Configure the run
Drive the Actor from a list of VC firms, a job title keyword, and a remote-only flag, and filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10}
A larger pull:
{"maxItems": 200}
Pricing
Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the VC Portfolio Jobs Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to VC Portfolio Jobs through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/vc-portfolio-jobs-aggregator-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check your keyword filter. If you set a keyword that does not appear in any job title, the Actor returns an empty dataset. Try removing the keyword or using a broader term.
Why are some jobs missing?
The Actor reads the public job board pages, which may not list every role a firm is hiring for. Some firms only show a subset of jobs on their public page.
Why did the run fail?
A VC firm's job board may have changed its layout. Try running the Actor with only that firm to isolate the issue, then contact support with the run ID.
Can I get more than 1,000,000 jobs?
The maxItems input is capped at 1,000,000. If you need more, split your run by firm or keyword and merge the datasets.
Why is the remote filter not working?
The Actor relies on the remote status listed on each job board. Some boards do not mark remote jobs clearly, so a few may slip through. Try adding 'remote' as a keyword.
FAQ
| Question | Answer |
|---|---|
| Which VC firms are supported? | The Actor supports 13 firms: Andreessen Horowitz, Index Ventures, General Catalyst, Khosla Ventures, Sequoia Capital, Greylock, Kleiner Perkins, BITKRAFT Ventures, Accel, Y Combinator, Battery Ventures, NEA, and Bessemer Venture Partners. |
| Do I need an API key or login? | No. The Actor reads the public job board pages directly, so there is no authentication or rate limit to manage. |
| Can I filter by job title? | Yes, use the keyword input to return only jobs whose title contains that string, like 'engineer' or 'designer'. |
| Can I get only remote jobs? | Yes, set remoteOnly to true and the Actor will return only listings marked as fully remote. |
| How many jobs can I scrape? | You can set maxItems to any number up to 1,000,000. The default is 10 for a quick test. |
| What does each job listing include? | Each row includes the job title, company name, location, remote status, and the VC firm whose board it came from. |
| Can I scrape only one VC firm? | Yes, pass a single firm slug in the firms array, like ['a16z'], and the Actor will only read that board. |
| What output formats are supported? | You can export the results as CSV, JSON, Excel, or XML from the Apify dataset. |
| How often should I run this? | Job boards change daily. For fresh data, schedule the Actor to run once a day or once a week. |
| Is this legal? | The Actor only reads publicly available job listings. You are responsible for complying with each site's terms of service. |
Related actors
Browse the full ParseForge collection for more scrapers.
๐ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
โ ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by the respective VC firms. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
