SE Ventures Portfolio Jobs Scraper avatar

SE Ventures Portfolio Jobs Scraper

Pricing

from $33.50 / 1,000 job records

Go to Apify Store
SE Ventures Portfolio Jobs Scraper

SE Ventures Portfolio Jobs Scraper

Clean, structured job openings across the SE Ventures portfolio — one record per job, from the portfolio's public jobs board.

Pricing

from $33.50 / 1,000 job records

Rating

0.0

(0)

Developer

NexGen Watch

NexGen Watch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 hours ago

Last modified

Share

💼 SE Ventures Portfolio Hiring

Clean, structured job openings across the SE Ventures portfolio — one record per job, from the portfolio's public jobs board. Each job_record carries: title, company, all locations, the direct apply link, the board's job page, when it was first listed and when it was seen, plus salary, seniority, work mode, skills, and company stage whenever the board publishes them.

Output is one job_record row per result; billing is pay-per-event, the value event being one job record (a $0.02 start fee per run, then $0.05 per job record). Source: seventures.getro.com.

No login, no API key and no CAPTCHA solving are involved: the source is read logged-out with an identified contact User-Agent.

📊 Sample Output

SE Ventures Portfolio Hiring sample output — a table of real job record rows (title, company_slug, company_stage, apply_url) from run ThqHlRjpsfcqRmErR on build 0.1.9

Real rows from run ThqHlRjpsfcqRmErR on build 0.1.9 (2026-09-17), the same input as the Quick start below — every value is as the source published it (emails masked, long text shortened):

titlecompany_slugcompany_stageapply_urlprimary_locationsalary_period
Senior Functional Safety Engineer (m/f/d)synapticon-2otherhttps://synapticon.jobs.personio.com/job/2800105Schönaich, Germanyperiod_not_defined
Senior Accountant, GL & AP (6 month Fixed Term Contract)scanditseries_dhttps://boards.greenhouse.io/scandit/jobs/8207960Polandperiod_not_defined
Senior SDR Manager, Enterprisebuildopsseries_chttps://boards.greenhouse.io/buildops/jobs/6186500004Toronto, ON, Canadayear
Senior Manager of Public Affairsnatel-energyseries_unknownhttps://jobs.natelenergy.com/41186Alameda, CA, USAperiod_not_defined
Sales Manager (w/m/d) B2C Energieberatungenter-2-773501be-ee7b-4d82-99be-aa9a6af004aaseries_bhttps://baupal-gmbh.jobs.personio.de/job/2800354Berlin, Germanyyear
Software Engineer, Home Design Experiencehigharcseries_chttps://jobs.ashbyhq.com/higharc/b962dd6e-2abf-43a6-b16c-e4a1c2268cc0North Carolina, USAperiod_not_defined
Program Manager, AI Data Opsaidashacquisitionhttps://boards.greenhouse.io/aidashinc/jobs/4407978009Bengaluru, Karnataka, Indiaperiod_not_defined
Network Analystclarotyseries_fhttps://www.comeet.com/jobs/Claroty/F2.004/network-analyst/05.276Israelperiod_not_defined

The run finished with the status message: CAPPED: delivered 10 of 20+ unique jobs (maxRecords=10) — a buyer-requested bound on the count, not an outage. read 1 page(s), 0 duplicate apply-links collapsed. job_record billable=10

✅ What you get

A job_record (one per unique job, keyed by its apply link; a job open in several places is one record with a location list) or a run_receipt. Fields the board does not publish are null.

Each row is flat JSON with these fields (from the dataset schema and the sample run; a field the source does not publish for a given row is null):

  • record_type (string) — Discriminator.
  • title (string/null) — Job title.
  • company (string/null) — Hiring portfolio company name.
  • company_slug (string/null) — Company slug on the board.
  • company_stage (string/null) — Company funding stage as tagged by the board.
  • company_head_count (integer/string/null) — Company head-count band (Getro band code or label).
  • apply_url (string/null) — Direct apply link (the job's own URL); the record's unique identity.
  • source_url (string/null) — The board's job page for this posting.
  • locations (array/null) — All locations for this job (one record, many locations).
  • primary_location (string/null) — First/primary location.
  • work_mode (string/null) — on_site / remote / hybrid.
  • seniority (string/null) — Seniority band as tagged by the board.
  • salary_min (number/null) — Published minimum salary (currency units), or null.
  • salary_max (number/null) — Published maximum salary (currency units), or null.
  • salary_currency (string/null) — Salary currency code, or null.
  • salary_period (string/null) — Salary period (year/hour/...), or null.
  • salary_public (boolean/null) — Whether the board published a salary.
  • offers_equity (boolean/null) — Whether equity is offered, when stated.
  • skills (array/null) — Skills tagged by the board.
  • has_description (boolean/null) — Whether the board publishes a full description (readable at the apply/source link).
  • posted_at (string/null) — When the board first listed the job (ISO 8601).
  • seen_at (string/null) — When this run observed the job (ISO 8601).
  • source (string/null) — Board identifier.
  • job_id (integer/null) — Getro job id.
  • apply_domain (string/null) — Host of the apply link (e.g. the ATS).
  • terminal (string/null) — run_receipt: run terminal.
  • pages_read (integer/null) — run_receipt: API pages read.
  • raw_seen (integer/null) — run_receipt: raw jobs scanned.
  • duplicates (integer/null) — run_receipt: duplicate apply-links collapsed.
  • unique_found (integer/null) — run_receipt: unique matching jobs found.
  • delivered (integer/null) — run_receipt: records delivered (== job_record charges).

Every run also writes a RUN_RECEIPT record to its key-value store with the source checks it made and the counts it charged — diagnostics never land in the paid dataset.

⚙️ Sample inputs

1. Quick start — the Store example (this is what the sample above came from)

{
"maxRecords": 10,
"hitsPerPage": 1
}

The sample run charged exactly: 1 × $0.02 apify-actor-start + 10 × $0.05 job_record = $0.52 on the Free tier — every delivered row was billed.

2. A smaller, narrowed run

{
"maxRecords": 5,
"hitsPerPage": 1
}

Caps the run at 5 rows — about $0.27 on the Free tier ($0.02 start + 5 × $0.05).

3. A full-size run

{
"maxRecords": 500,
"hitsPerPage": 1
}

Up to 500 rows (the schema default for maxRecords) — about $25.02 on the Free tier ($0.02 start + 500 × $0.05) if the source has that many.

🧾 JSON sample record

One real record from run ThqHlRjpsfcqRmErR, exactly as it lands in the dataset (emails masked, long text shortened):

{
"record_type": "job_record",
"title": "Senior Functional Safety Engineer (m/f/d)",
"company": "Synapticon",
"company_slug": "synapticon-2",
"company_stage": "other",
"company_head_count": 3,
"apply_url": "https://synapticon.jobs.personio.com/job/2800105",
"source_url": "https://seventures.getro.com/companies/synapticon-2/jobs/93516481-senior-functional-safety-engineer-m-f-d",
"locations": [
"Schönaich, Germany",
"Böblingen, Germany",
"Stuttgart, Germany",
"Baden-Württemberg, Germany",
"Germany",
"Europe"
],
"primary_location": "Schönaich, Germany",
"work_mode": "on_site",
"seniority": "senior",
"salary_min": null,
"salary_max": null,
"salary_currency": null,
"salary_period": "period_not_defined",
"salary_public": true,
"offers_equity": null,
"skills": [
"Functional Safety",
"Robotics",
"Codebeamer",
"Requirements Management",
"Traceability"
],
"has_description": true,
"posted_at": "2026-09-17T13:54:33Z",
"seen_at": "2026-09-17T17:50:35Z",
"source": "se-ventures",
"job_id": 93516481,
"apply_domain": "synapticon.jobs.personio.com"
}

🔧 How it works

Source. The actor reads seventures.getro.com — endpoints: https://seventures.getro.com. Public pages and feeds only; nothing behind a login.

Transport. Plain HTTPS from the Apify platform, no proxy. Every request carries an identified contact User-Agent.

Terminal states. A run ends NORMAL, CAPPED (your cap was reached), PARTIAL (something was withheld and the message says what), GENUINE_EMPTY (the source was read and truly had nothing in scope) or BLOCKED (the source refused or changed shape — the run FAILS loud and bills nothing). A zero-row run is never reported as a silent success.

Charging. Each job record is charged at the moment it is pushed (job_record); a row that fails to charge is not delivered, so the dataset count always equals the charged count.

What it does

  • Reads the portfolio board's public job search and returns clean job records.
  • One job = one record. A job open in several places is a single record with a location list, not duplicates. The same job never appears — or bills — twice in a run (identity is the apply link).
  • Lets you bound a run by count (maxRecords) or by filters (locationContains, seniority, workMode, companyContains, titleContains, minSalary) so a large board never surprises you.
  • 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.

Notes

Salary and seniority are delivered when the board publishes them; the full job description lives on the job page, reachable at the apply/source link (has_description flags when one exists). Salaries are reported in the job's own currency and are not converted.

What is not done. No login, no cookie or CAPTCHA bypass, no private or personal-account data, no browser automation.

💰 Pricing example

EventFreeBronzeSilverGold
Actor Start (apify-actor-start)$0.02$0.02$0.02$0.02
Job record (job_record)$0.05$0.04$0.04$0.03

Worked at the live Free-tier price:

  • 8 job records: $0.02 start + 8 × $0.05 = $0.42
  • 25 job records: $0.02 start + 25 × $0.05 = $1.27
  • 500 job records: $0.02 start + 500 × $0.05 = $25.02

A run that delivers zero rows charges the $0.02 start fee only. A BLOCKED run (source refused) fails loud and charges no value event. The start fee is charged once per GB of run memory; the default run memory is 1024 MB.

Yield on the sample run: CAPPED: delivered 10 of 20+ unique jobs (maxRecords=10) — a buyer-requested bound on the count, not an outage. read 1 page(s), 0 duplicate apply-links collapsed. job_record billable=10. maxRecords is a hard ceiling on what is delivered and billed, never a target.

This actor reads public, logged-out pages and feeds published by seventures.getro.com. It collects only what the source publishes to any visitor, identifies itself with a contact User-Agent, and does not access accounts, private data or anything behind authentication. Use the output in line with the source's terms and your local law; the intended use is B2B research and monitoring.

❓ FAQ

Q: Do I need an API key or a login?
A: No. The source (seventures.getro.com) is read logged-out; the input schema has no key field and the actor carries no secrets.

Q: Why did my run return 0 rows?
A: Read the run's status message. GENUINE_EMPTY means the source was read and had nothing in scope for your input; BLOCKED means the source refused and the run failed without billing a value event — retry later or narrow the input. A zero-row run bills the start fee only.

Q: How many rows can one run return?
A: Up to maxRecords (default 500). Raise the cap for a bigger run; you pay per delivered row.

Q: How fresh is the data?
A: Every run reads the source live at run time; nothing is cached between runs. Put it on a schedule for a continuous feed.

Q: What formats can I export?
A: The dataset downloads as JSON, CSV, Excel, XML or RSS from the run's Dataset tab or the Apify API, and any run can push to a webhook or integration.

Q: How is this different from the other VC portfolio job boards actors?
A: Same output shape and billing model; this one covers seventures.getro.com. The siblings under Related Actors cover the other sources or slices — run several on one schedule for a combined feed.

Q: Are there rate limits?
A: The actor paces itself against the source; there is no per-buyer limit beyond your Apify plan's concurrency.

🆘 Troubleshooting

  • Run FAILED with BLOCKED → the source refused the request or changed its page shape → nothing was billed beyond the start fee; retry after a while, and if it persists open an Issue with the run id.
  • Status says CAPPED → your cap (maxRecords) was reached → raise it for a bigger run.
  • Input validation error on start → a field is outside the schema's allowed values → start from the Quick start block and change one field at a time.
  • Run TIMED-OUT → a very wide request on a slow day → raise the run timeout in Run options or narrow the input; what was delivered before the timeout is still in the dataset.
  • Radical Ventures Portfolio Hiring — Clean, structured job openings across the Radical Ventures portfolio — one record per job, from the portfolio's public jobs board. Each jobrecord car…
  • Redpoint Ventures Portfolio Hiring — Clean, structured job openings across the Redpoint Ventures portfolio — one record per job, from the portfolio's public jobs board. Each jobrecord ca…
  • Sapphire Ventures Portfolio Hiring — Clean, structured job openings across the Sapphire Ventures portfolio — one record per job, from the portfolio's public jobs board. Each jobrecord ca…
  • Square Peg Portfolio Hiring — Clean, structured job openings across the Square Peg portfolio — one record per job, from the portfolio's public jobs board. Each jobrecord carries:…
  • TCV Portfolio Hiring — Clean, structured job openings across the TCV portfolio — one record per job, from the portfolio's public jobs board. Each jobrecord carries: title,…
  • Techstars Portfolio Hiring — Clean, structured job openings across the Techstars portfolio — one record per job, from the portfolio's public jobs board. Each jobrecord carries: t…
  • 🏢 About NexGenData — NexGen Watch is NexGenData's fleet of 256 public monitoring and lookup actors built on official sources, pay-per-result. Browse the catalog at apify.com/nexgenwatch.

⭐ Found this useful?

If this actor saved you a manual check, a quick review on the Apify Store helps other teams find it. Feature request or a source that changed? Open it from the Issues tab — every one is read.