Subito.it – Italy Listings, Cars, Property & Jobs avatar

Subito.it – Italy Listings, Cars, Property & Jobs

Pricing

from $0.50 / 1,000 listing results

Go to Apify Store
Subito.it – Italy Listings, Cars, Property & Jobs

Subito.it – Italy Listings, Cars, Property & Jobs

Scrape Subito.it listings across cars, real estate, marketplace, jobs, and more. Search by keyword and filters or use Subito URLs. Returns prices, descriptions, photos, specs, seller details, location, 60+ fields, and optional seller reputation.

Pricing

from $0.50 / 1,000 listing results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Subito.it Listings Scraper

Extract classified listings from subito.it, Italy's biggest classifieds marketplace, across cars & motors, real estate, marketplace goods, and jobs — all from one actor. Search by keyword with vertical-specific filters, or paste any subito.it search or listing URL, and get clean structured records: prices, full Italian descriptions, every photo, vehicle and property specs, job details, seller contact and shop info, precise location, and optional seller reputation. Quick to run and dependable at any volume.

Why this scraper

  • One actor, four verticals. Cars & motors, real estate, marketplace goods, and jobs — each with its own filter set, sharing one consistent output shape.
  • 60+ fields per listing, with the full description, every photo, condition, seller details and location on every record.
  • Vertical-specific specs. Make / model / year / mileage / fuel / gearbox for cars, surface / rooms / bathrooms / floor / energy class for property, sector / contract / hours / education for jobs, condition / shipping for marketplace goods.
  • Seller reputation, on demand. Optionally attach each seller's public reputation — overall score, feedback counts, reply rate, member-since and verification — fetched once per unique seller.
  • Two ways in. Search by keyword + filters, or paste subito.it search and listing URLs and let it walk forward.
  • Rich by default, deeper on demand. Search results are already complete; turn on full details to also pull each vehicle's technical specs (engine size, kW/HP, cylinders, gears, drive, dimensions, weight) and full equipment/optionals list.
  • Italian residential connection support with automatic rotation for reliable, large runs.

Data you get

Sample shape, values are illustrative placeholders, not from a live listing.

FieldExample
id000000000
urlhttps://www.subito.it/auto/sample-listing-000000000.htm
titleSample listing title
descriptionFull listing description text appears here.
price12500
currencyEUR
adTypeVendita
categoryAuto
conditionOttimo
regionLombardia
cityMilano
townMilano
imageCount8
images["https://images.example-cdn/000000000/0.jpg"]
sellerNameSample Seller
sellerTypeprivate
isCompanyfalse
sellerPhone+390000000000
shopNameSample Shop
postedAt2026-01-01T10:00:00+01:00
makerVolkswagen
modelGolf
yearOfRegistration2019
mileage65000
fuelTypeDiesel
transmissionManuale
size90
rooms3
energyClassC
jobCategoryAmministrazione
contractTypeTempo indeterminato

How to use

Search marketplace goods by keyword:

{
"category": "marketplace",
"searchQuery": "iphone 15",
"condition": ["10", "20"],
"priceMin": 200,
"priceMax": 600,
"maxItems": 100
}

Search cars with vehicle filters:

{
"category": "auto",
"searchQuery": "golf",
"yearMin": 2017,
"mileageMax": 100000,
"fuelType": ["2"],
"gearbox": "1",
"sort": "priceasc",
"maxItems": 200
}

Search real estate to rent, in one province:

{
"category": "realestate",
"adType": "u",
"city": "Roma",
"sizeMin": 60,
"roomsMin": 2,
"priceMax": 1500,
"maxItems": 150
}

Search jobs, with seller reputation attached:

{
"category": "jobs",
"searchQuery": "magazziniere",
"workHours": "fulltime",
"scrapeReviews": true,
"maxItems": 100
}

Paste search and listing URLs (filters are read from each URL):

{
"category": "marketplace",
"startUrls": [
"https://www.subito.it/annunci-italia/vendita/usato/?q=bici",
"https://www.subito.it/auto/sample-listing-000000000.htm"
],
"maxItems": 200
}

Input parameters

ParameterTypeDefaultDescription
categorystringmarketplaceVertical to scrape: auto, realestate, marketplace, jobs
searchQuerystringemptyFree-text keyword (empty browses all listings in the vertical)
subjectOnlybooleanfalseMatch the keyword against the title only
region / city / townstringnoneNarrow by region, province, or town
priceMin / priceMaxintegernonePrice range in euro
sellerTypestringanyany, private, or company
sortstringnewestNewest, relevance, price, plus year / mileage / power / length for cars
adTypestringofferOffer, wanted, rent, holiday rental, or free (by vertical)
condition / shippableOnlyarray / booleannoneMarketplace: item condition and shipping filter
brand / model / yearMin / yearMax / mileageMin / mileageMax / fuelType / gearbox / bodyType / vehicleStatusmixednoneCars: vehicle filters
sizeMin / sizeMax / roomsMin / roomsMax / bathroomsMin / buildingConditionmixednoneReal estate: property filters
jobCategory / contractType / workHours / educationDegreemixednoneJobs: sector, contract, hours, education filters
startUrlsarrayemptySearch or listing URLs (take precedence per entry)
scrapeDetailbooleanfalseVehicles only — fetch full vehicle specs, dimensions and equipment list
scrapeReviewsbooleanfalseAttach each unique seller's public reputation
maxItemsinteger100Total cap across all searches and URLs
maxItemsPerQueryintegernonePer-search / per-URL cap for multi-search runs
proxyobjectIT residentialConnection configuration
mcpConnectorsarrayemptyPipe results into your apps via MCP connectors (see below)

Send results into your apps (MCP connectors)

Optionally pipe the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. This is an extra delivery step after the scrape — the Apify dataset is never changed.

What gets written to the connector: a condensed, human-readable summary of each record — not the full JSON. Each item becomes one entry with a title and its key fields flattened to plain text. The complete record always stays in the Apify dataset.

  1. Authorize a connector once under Apify → Settings → Integrations.
  2. Select it in the "Pipe results into your apps" input field. (If the picker is empty, you haven't authorized a connector yet.)

The connection is mediated by Apify's MCP proxy, so this actor never sees your third-party credentials. Leave the field empty to skip.

Output example

Sample shape, values are illustrative placeholders, not from a live listing.

{
"id": "000000000",
"url": "https://www.subito.it/auto/sample-listing-000000000.htm",
"title": "Sample listing title",
"description": "Full listing description text appears here.",
"price": 12500,
"priceRaw": "12.500 €",
"currency": "EUR",
"adType": "Vendita",
"category": "Auto",
"categorySlug": "auto",
"reference": "ABC12345",
"postedAt": "2026-01-01T10:00:00+01:00",
"expiresAt": "2026-03-01T10:00:00+01:00",
"region": "Lombardia",
"city": "Milano",
"town": "Milano",
"imageCount": 8,
"images": ["https://images.example-cdn/000000000/0.jpg"],
"sellerId": "00000000",
"sellerName": "Sample Seller",
"sellerType": "private",
"isCompany": false,
"sellerPhone": "+390000000000",
"sellerVat": null,
"shopId": null,
"shopName": null,
"condition": "Ottimo",
"shippingAvailable": false,
"maker": "Volkswagen",
"model": "Golf",
"version": "1.6 TDI",
"yearOfRegistration": "2019",
"mileage": 65000,
"power": "85 kW",
"fuelType": "Diesel",
"transmission": "Manuale",
"bodyType": "Berlina",
"size": null,
"rooms": null,
"bathrooms": null,
"energyClass": null,
"jobCategory": null,
"contractType": null,
"features": [],
"sellerReputation": {
"overallScore": 4.9,
"receivedCount": 120,
"sellerFeedbackCount": 95,
"buyerFeedbackCount": 25,
"verified": true,
"memberSince": "2018",
"replyRateText": "Risponde quasi sempre",
"replyTimeText": "Risponde in poche ore",
"profileUrl": "https://www.subito.it/utente/00000000"
}
}

Fields outside the active vertical come back empty — a car listing leaves the property and job specs null, and vice versa — so every record keeps the same predictable shape. sellerReputation is present only when Fetch seller reputation is on. Individual written review texts are not publicly available on subito.it; only the aggregate reputation is returned.

Seller reputation

Turn on Fetch seller reputation to attach a sellerReputation block to every listing. Each unique seller is fetched once and cached, so multiple listings from the same seller share one lookup. The block carries the overall score, total and seller/buyer feedback counts, member-since year, verification status, and reply-rate and reply-time indicators.

Pricing

This actor is billed pay per result: $0.80 per 1,000 listings, plus a small per-run start fee ($0.02 on the Free tier, less on higher plans). The total cap (maxItems) lets you size every run precisely. Full vehicle-detail lookups (vehicles only) and seller-reputation lookups are each billed separately — per vehicle and per unique seller respectively — only when those options are enabled.

Plan requirement

An Apify plan that includes Residential proxy (Starter or higher) is recommended, with the country set to IT for the most reliable results. A free plan without Residential proxy may return few or no results.