Young Capital Scraper
Pricing
from $1.60 / 1,000 results
Young Capital Scraper
Scrape job listings from YoungCapital.nl — the Netherlands' largest student and flex-work platform. Filter by keyword, city, contract type, education level, sector and working hours. Full descriptions in HTML, text and Markdown. Repost detection. No API key required.
Pricing
from $1.60 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
3
Total users
2
Monthly active users
6 days ago
Last modified
Categories
Share

Extract job listings from youngcapital.nl at scale, in a clean, consistent structure ready for analysis, job boards, recruiting tools and market research. No API key required.
Why this scraper?
🎯 Built for the Netherlands
A dedicated Dutch scraper, not a global tool with a country dropdown. Search, locations and currency (EUR) are tuned for youngcapital.nl.
📄 Complete job data
Full job title and description, direct listing URL and publish date for every record.
💶 Salary data
Salary information parsed from the listing where the employer publishes it, in EUR. Missing salaries are returned as null, never guessed.
🏢 Company details
Hiring company name plus the profile details the source publishes, such as logo and company page.
📍 Location fields
Structured location data for every listing, ready for filtering and analysis.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | (empty) | Keywords to search for, e.g. 'developer', 'marketing', 'verpleegkundige' |
city | string | (empty) | City or region, e.g. 'Amsterdam', 'Rotterdam', 'Utrecht' |
radius | string | "40" | Search radius around the specified city |
contractType | string | (empty) | Filter by employment type |
educationLevel | string | (empty) | Minimum required education level |
industry | string | (empty) | Industry or job category, e.g. 'ICT', 'Zorg', 'Horeca', 'Logistiek' |
workingHoursMin | integer | (empty) | Only return vacancies with at least this many hours per week |
workingHoursMax | integer | (empty) | Only return vacancies with at most this many hours per week |
startUrls | array | (empty) | Optional: provide specific YoungCapital vacancy URLs or search result pages to scrape directly. Combines with search filters. |
maxResults | integer | 100 | Maximum number of vacancies to save (1-5000) |
requestDelayMs | integer | 500 | Minimum pause between HTTP requests. Higher value = less load on target site. |
maxRequestsPerMinute | integer | 30 | Hard cap on requests per 60-second window. |
debugMode | boolean | false | Logs detailed parsing info for troubleshooting. |
Output schema
Every field below is present on every record. Fields the source does not publish for a given job are returned as null rather than omitted.
| Field | Type | Description |
|---|---|---|
id | string | Unique listing ID from the source. |
title | string | Job title as published. |
url | string | Direct link to the listing. |
company | string | Hiring company name. |
city | string | City of the position. |
salary | string | Salary as displayed (null if not published by the employer). |
salaryMin | number | Minimum salary (null if not published by the employer). |
salaryMax | number | Maximum salary (null if not published by the employer). |
salaryPeriod | string | Pay period the salary refers to (e.g. year, month, hour). |
hours | string | Hours. |
hoursMin | number | Hours min. |
hoursMax | number | Hours max. |
contractType | string | Contract type as published. |
educationLevel | string | Education level. |
categories | array | Categories. |
tags | array | Tags or keywords attached to the listing. |
publishDate | string | Publish date. |
isNew | boolean | Is new. |
descriptionHtml | string | Full job description in HTML. |
descriptionText | string | Full job description in plain text. |
descriptionMarkdown | string | Description markdown. |
scrapedAt | string | Timestamp when this record was scraped. |
Example record
{"id": "5364715","title": "Fulltime Koerier bij HelloFresh in Meppel","url": "https://www.youngcapital.nl/vacatures/5364715-fulltime-koerier-bij-hellofresh-in-meppel","company": "HelloFresh","city": "Ruinerwold","salary": "Tussen €15,10 en €17,10 per uur","salaryMin": 15.1,"salaryMax": 17.1,"salaryPeriod": "hourly","hours": "14 - 40 uur per week","hoursMin": 14,"hoursMax": 40,"contractType": "Fulltime","educationLevel": "Universiteit","categories": ["Sales vacatures","Callcenter vacatures","Winkel vacatures","Logistieke vacatures"],"tags": [],"publishDate": "2026-07-03","isNew": true,"descriptionHtml": "## Wat ga je doen?\n\nZoek je een baan met flexibele tijden in de buurt van Meppel waar je lekker onderweg bent en ook nog eens goed verdient? Als bezorger bij HelloFresh bezorg je maaltijd boxen met ve …","descriptionText": "## Wat ga je doen? Zoek je een baan met flexibele tijden in de buurt van Meppel waar je lekker onderweg bent en ook nog eens goed verdient? Als bezorger bij HelloFresh bezorg je maaltijd boxen met ver …","descriptionMarkdown": "\\## Wat ga je doen? Zoek je een baan met flexibele tijden in de buurt van Meppel waar je lekker onderweg bent en ook nog eens goed verdient? Als bezorger bij HelloFresh bezorg je maaltijd boxen met ve …","scrapedAt": "2026-07-03T17:51:18.069Z"}
Examples
Search for bijbaan retail roles in Utrecht:
{"searchQuery": "bijbaan retail","city": "Utrecht","maxResults": 100}
Filter by contract type:
{"searchQuery": "bijbaan retail","city": "Utrecht","maxResults": 100,"contractType": ""}
Scrape a specific search URL:
{"startUrls": [{"url": "https://www.youngcapital.nl/"}],"maxResults": 200}
Daily feed (run on a schedule):
{"searchQuery": "bijbaan retail","maxResults": 500}
Schedule this input in the Apify Scheduler (for example daily at 07:00) to keep an always-fresh feed of the newest listings.
💰 Pricing
$2 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.2 |
| 1,000 | ~$2 |
| 10,000 | ~$20 |
| 100,000 | ~$200 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $1.2 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 2–4 minutes |
| 10,000 results | 20–35 minutes |
Known limitations
- Salary is only returned when the employer publishes it — many listings carry
nullsalary fields. - Company details vary per listing; the scraper returns what the source publishes and never invents data.
- Very large result sets are bounded by the source's own paging limits.
- Listings can be removed by the source at any time, so a small share of URLs may expire shortly after scraping.
Technical details
- Source: youngcapital.nl — the Netherlands job listings
- Coverage: everything the public search exposes, filterable via the input parameters above
- Retry: automatic retry on network errors with exponential backoff
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl