Randstad.it Italy Scraper
Pricing
from $0.79 / 1,000 results
Randstad.it Italy Scraper
Scrape job listings from Randstad Italy with full descriptions, contract types, locations and publish dates.
Pricing
from $0.79 / 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 randstad.it 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 Italy
A dedicated Italian scraper, not a global tool with a country dropdown. Search, locations and currency (EUR) are tuned for randstad.it.
📄 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.
📍 Precise location
City, region and country plus latitude/longitude for mapping and radius analysis.
🔁 Repost & change detection
Every record carries isRepost and changeStatus, so daily feeds return genuinely new jobs instead of reposted duplicates.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | "developer" | Search or filter by searchQuery. |
location | string | (empty) | Search or filter by location. |
region | string | (empty) | Search or filter by region. |
contractType | string | "Tempo determinato" | Search or filter by contractType. |
fetchDetails | boolean | false | Enable fetchDetails. |
daysOld | integer | (empty) | Only return items published within the last N days. Leave blank for all. |
skipReposts | boolean | false | Enable skipReposts. |
startUrls | array | (empty) | Filter by startUrls. |
maxItems | integer | 100 | Maximum number of results (0 = no limit). |
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 | Randstad.it internal listing ID |
url | string | Direct link to the listing |
source | string | Source. |
scrapedAt | string | Timestamp when this record was scraped. |
title | string | Job title |
company | string | Always Randstad |
displayId | string | Display id. |
industry | string | Industry as published. |
category | string | Job category on the source. |
subcategory | string | Subcategory. |
jobRole | string | Job role. |
location | string | Location string |
city | string | City |
region | string | Italian region |
postalCode | string | Postal code of the position. |
country | string | Always IT |
publishDate | string | Date posted |
publishDateISO | string | Publish date iso. |
expiryDate | string | Date the listing expires (null if not stated). |
contractType | string | Contract type |
workType | string | Full-time / part-time |
workHoursMin | string | Work hours min. |
workHoursMax | string | Work hours max. |
salaryMin | number | Minimum salary, or null |
salaryMax | number | Maximum salary, or null |
salaryPeriod | string | Pay period the salary refers to (e.g. year, month, hour). |
currency | string | Always EUR when present |
description | string | Full job description in plain text. |
descriptionText | string | Full job description in plain text. |
descriptionMarkdown | string | Description markdown. |
responsibilitiesHtml | string | Responsibilities html. |
qualificationsHtml | string | Qualifications html. |
applyUrl | string | Direct application link. |
contentHash | string | Stable hash of the listing content, used for repost and change detection. |
summary | string | Summary. |
isRepost | boolean | true when the listing is a repost of an earlier job (detected by content hash). |
originalPublishDate | string | Original publish date. |
originalUrl | string | Original url. |
changeStatus | string | NEW, CHANGED or UNCHANGED compared to the previous time this job was seen. |
latitude | number | Latitude of the workplace. |
longitude | number | Longitude of the workplace. |
Example record
{"id": "555a05de-79f0-4ef2-90c5-5787647922dc","url": "https://www.randstad.it/offerte-lavoro/corrieri-consegnatari-pat-b-picco-stagionale_arzano_555a05de-79f0-4ef2-90c5-5787647922dc/","source": "randstad.it","scrapedAt": "2026-06-06T05:34:37.237Z","title": "Corrieri consegnatari Pat. B - Picco stagionale","company": "Randstad","displayId": "CX556407","industry": "TRASPORTO E MAGAZZINAGGIO","category": "Trasporti e Logistica","subcategory": "Autisti Di Consegna","jobRole": "Corriere","location": "Arzano, Campania","city": "Arzano","region": "Campania","postalCode": "80022","country": "IT","publishDate": "2026-06-05","publishDateISO": "2026-06-05","expiryDate": "2026-08-05","contractType": "Tempo determinato","workType": null,"workHoursMin": null,"workHoursMax": null,"salaryMin": 18000,"salaryMax": 22000,"salaryPeriod": "YEAR","currency": "EUR","description": "<p>Randstad Italia, filiale di Napoli, è alla ricerca per importante azienda cliente nel settore logistica per picco stagionale a luglio ed Agosto e successivamente da Ottobre a Dicembre di Autisti Co …","descriptionText": "Randstad Italia, filiale di Napoli, è alla ricerca per importante azienda cliente nel settore logistica per picco stagionale a luglio ed Agosto e successivamente da Ottobre a Dicembre di Autisti Corri …","descriptionMarkdown": "Randstad Italia, filiale di Napoli, è alla ricerca per importante azienda cliente nel settore logistica per picco stagionale a luglio ed Agosto e successivamente da Ottobre a Dicembre di Autisti Corri …","responsibilitiesHtml": "<p>La risorsa si occuperà di guidare furgone per consegnare pacchi su tutta la Campania</p>","qualificationsHtml": "<p>Il/la candidato/a ideale possiede:</p><ul><li>patente B da almeno 5 anni mai sospesa e senza effrazioni</li><li>Esperienza anche minima come corriere</li><li>conoscenza utilizzo palmare, preferibil …","applyUrl": null,"contentHash": "77a20276aca0629e","summary": "Corrieri consegnatari Pat. B - Picco stagionale @ Randstad — Arzano, Campania","isRepost": true,"originalPublishDate": "2026-06-05","originalUrl": "https://www.randstad.it/offerte-lavoro/corrieri-consegnatari-pat-b-picco-stagionale_arzano_555a05de-79f0-4ef2-90c5-5787647922dc/","changeStatus": "NEW","latitude": 40.9160204,"longitude": 14.2680178}
Examples
Search for impiegato roles in Milano:
{"searchQuery": "impiegato","location": "Milano","maxItems": 100}
Filter by contract type:
{"searchQuery": "impiegato","location": "Milano","maxItems": 100,"contractType": "Tempo determinato"}
Scrape a specific search URL:
{"startUrls": [{"url": "https://www.randstad.it/"}],"maxItems": 200}
Daily feed (run on a schedule):
{"searchQuery": "impiegato","daysOld": 1,"skipReposts": true,"maxItems": 500}
Schedule this input to run once a day in the Apify Scheduler — each run returns only jobs posted in the last 24 hours.
💰 Pricing
$0.99 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.10 |
| 1,000 | ~$0.99 |
| 10,000 | ~$9.9 |
| 100,000 | ~$99 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $0.59 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: randstad.it — Italy 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