Subito.it Scraper: Italy's #1 Classifieds Platform
Scrape classified listings from Subito.it, Italy's #1 classifieds platform with over 30 million monthly visitors. Returns 17 fields per listing including title, full description, EUR price, condition (Come nuovo, Buono stato, Nuovo), region, city, town, seller name and seller_type (private/professional), all images and posted date. Paste any subito.it search URL with filters preserved (category, region, price range, condition) and the actor handles pagination automatically.
What you can scrape
- Categories: motori (vehicles), informatica (electronics), telefonia (phones), immobili (real estate), arredamento (furniture), moda (fashion)
- Regions: filter by any of Italy's 20 regions (Lombardia, Lazio, Sicilia, etc.) or by city/town
- SERP data: id, title, description, EUR price, condition, region, city, town
- Seller info: seller_name, seller_type (private vs professional)
- Multi-search: paste multiple subito.it URLs to scrape several categories in one run
- Source link: direct URL to each subito.it listing
Primary use cases
- Italian car arbitrage. Watch BMW, Fiat, or Vespa motors listings under a price ceiling, filtered to private sellers only
- Regional price comparison. Compare iPhone or MacBook prices between Lombardia, Lazio and Campania to spot regional arbitrage
- Real estate monitoring. Pull appartamenti or case in vendita listings in Milano, Roma or Firenze with full filters preserved
- Dealer competitor watch. Filter by seller_type=professional to snapshot competitor storefronts daily
- Italian fashion resale. Track Gucci, Prada or Bottega listings to source inventory for resale on Vestiaire or eBay
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~subito-it-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchUrls": [
"https://www.subito.it/annunci-lombardia/vendita/telefonia/?q=iphone",
"https://www.subito.it/annunci-italia/vendita/motori/?q=bmw&pe=10000&advt=0%2C2"
],
"maxResults": 200,
"maxResultsPerQuery": 100
}'
Integrations
- n8n, Make, Zapier: trigger runs and process new listings via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: search URLs in, listings out
Output fields
| Field | Type | Example |
| id | string | 12345678 |
| title | string | iPhone 15 Pro Max 256GB |
| price | number | 850 |
| currency | string | EUR |
| condition | string | Come nuovo |
| region | string | Lombardia |
| city | string | Milano |
| seller_name | string | Mario R. |
| seller_type | string | private |
| source_url | string | https://www.subito.it/... |
Related Actors