Subito.it Scraper avatar

Subito.it Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Subito.it Scraper

Subito.it Scraper

Scrape job listings from Subito.it — Italy's largest classifieds platform with 40,000+ active job offers.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Subito.it Scraper

Extract listings from subito.it at scale, in a clean, consistent structure ready for price monitoring, market research, catalogue analysis and resale tooling. No API key required.


Why this scraper?

🎯 Built for subito.it

A dedicated Italian scraper tuned for subito.it — its categories, price formats and currency (EUR), not a generic tool pointed at it.

📄 Full item content

Complete description and title for every record, with a direct link back to the source.

🔁 Repost & change detection

Every record carries isRepost and changeStatus, so daily feeds return genuinely new items instead of reposted duplicates.


Input parameters

ParameterTypeDefaultDescription
transactionstring(empty)listingType.
locationstring(empty)Search or filter by region.
minPriceinteger(empty)Minimum listing price (local currency). Leave empty for no minimum.
maxPriceinteger(empty)Maximum listing price (local currency). Leave empty for no maximum.
daysOldinteger(empty)Only return listings published within the last N days. Leave empty for no recency filter.
fetchDetailsbooleanfalseIf true, opens each listing detail page to extract additional fields (description, floor plan, agent contact). Increases run time and cost.
maxItemsinteger100Maximum number of listings to return. Set higher for larger scrapes.
startUrlsarray(empty)Specific Subito.it search result page URLs to scrape directly. Overrides all other filters when provided.
querystring"developer"Search or filter by query.
provincestring(empty)Search or filter by province.
contractTypestring"Tempo determinato"Search or filter by contractType.
workHourstring(empty)Search or filter by workHour.
workLevelstring(empty)Search or filter by workLevel.
jobCategorystring(empty)jobCategory.
degreestring(empty)Search or filter by degree.
advertiserTypestring(empty)Search or filter by advertiserType.
urgentOnlybooleanfalseEnable urgentOnly.
titleSearchOnlybooleanfalseEnable titleSearchOnly.
skipRepostsbooleanfalseSkip listings already seen in previous runs (90-day deduplication window).

Output schema

Every field below is present on every record. Fields the source does not publish for a given item are returned as null rather than omitted.

FieldTypeDescription
idstringSubito.it internal listing ID
urlstringDirect link to the listing
titlestringListing title
descriptionstringFull item description in plain text.
descriptionMarkdownstringFull description converted to Markdown.
descriptionPreviewstringDescription preview.
regionstringRegion
regionSlugstringRegion slug.
provincestringProvince code
provinceCodestringProvince code.
citystringCity
companystringCompany name (jobs mode)
isCompanybooleanIs company.
advertiserTypestringAdvertiser type.
contractTypestringContract type (jobs mode)
workHourstringWork hours (jobs mode)
workLevelstringSeniority (jobs mode)
jobCategorystringJob category (jobs mode)
educationLevelstringEducation level.
salaryRawstringSalary raw.
isUrgentbooleanIs urgent.
salaryMinstringMinimum salary, or null
salaryMaxstringMaximum salary, or null
salaryCurrencystringCurrency code
salaryPeriodstringSalary period.
listingCategorystringListing category.
listingCategoryIdstringListing category id.
publishDatestringPublish date.
publishDateISOstringPublish date iso.
contentHashstringStable hash of the item content, used for repost and change detection.
sourcestringSource.
scrapedAtstringTimestamp when this record was scraped.
latitudestringLatitude.
longitudestringLongitude.
isRepostbooleantrue when the listing is a repost of an earlier ad (detected by content hash).
originalPublishDatestringOriginal publish date.
originalUrlstringOriginal url.
changeStatusstringNEW, CHANGED or UNCHANGED compared to the previous time this item was seen.

Example record

{
"id": "611047273",
"url": "https://www.subito.it/offerte-lavoro/programmatore-salerno-652233356.htm",
"title": "Programmatore",
"description": "Siamo alla ricerca di un Programmatore / Web Developer motivato e competente da inserire stabilmente all'interno del nostro organico per lo sviluppo e la gestione di siti web e progetti digitali.\n\nDi …",
"descriptionMarkdown": "Siamo alla ricerca di un Programmatore / Web Developer motivato e competente da inserire stabilmente all'interno del nostro organico per lo sviluppo e la gestione di siti web e progetti digitali.\n\nDi …",
"descriptionPreview": "Siamo alla ricerca di un Programmatore / Web Developer motivato e competente da inserire stabilmente all'interno del nostro organico per lo sviluppo e la gestione di siti web e progetti digitali.\n\nDi",
"region": "Campania",
"regionSlug": "campania",
"province": "Salerno",
"provinceCode": "SA",
"city": "Pagani",
"company": "safe school srls",
"isCompany": true,
"advertiserType": "company",
"contractType": "Tempo determinato",
"workHour": "Turni",
"workLevel": "Impiegato",
"jobCategory": "Architettura - Arti grafiche - Design",
"educationLevel": "Scuola dell'obbligo",
"salaryRaw": null,
"isUrgent": false,
"salaryMin": null,
"salaryMax": null,
"salaryCurrency": null,
"salaryPeriod": null,
"listingCategory": "Offerte di lavoro",
"listingCategoryId": "26",
"publishDate": "2026-06-27",
"publishDateISO": "2026-06-27T21:07:06Z",
"contentHash": "49130fface830599",
"source": "subito.it",
"scrapedAt": "2026-07-02T15:21:06.955Z",
"latitude": null,
"longitude": null,
"isRepost": false,
"originalPublishDate": null,
"originalUrl": null,
"changeStatus": "NEW"
}

Examples

Search for arredamento:

{
"query": "arredamento",
"maxItems": 100
}

Cap the price:

{
"query": "arredamento",
"maxItems": 100,
"maxPrice": 24.5
}

Scrape a specific search URL:

{
"startUrls": [
{
"url": "https://www.subito.it/"
}
],
"maxItems": 200
}

Daily monitoring (run on a schedule):

{
"query": "arredamento",
"daysOld": 1,
"skipReposts": true,
"maxItems": 500
}

Schedule this input to run once a day in the Apify Scheduler — each run returns only items listed in the last 24 hours.


💰 Pricing

$1.25 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.

ResultsCost
100~$0.12
1,000~$1.25
10,000~$12.5
100,000~$125

Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Subscription tiers lower the rate further, down to $0.75 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.


Performance

Run sizeTypical time
100 resultsunder 1 minute
1,000 results2–4 minutes
10,000 results20–35 minutes

Known limitations

  • Some fields (brand, condition, shipping) are only returned when the seller or source publishes them — expect null on a share of records.
  • Prices and stock change constantly; records reflect the moment of scraping.
  • Very large result sets are bounded by the source's own paging limits.
  • Items can sell or be withdrawn at any time, so a small share of URLs may expire shortly after scraping.

Technical details

  • Source: subito.it
  • 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