Subito Automotive Details Scraper avatar
Subito Automotive Details Scraper

Pricing

$20.00/month + usage

Go to Apify Store
Subito Automotive Details Scraper

Subito Automotive Details Scraper

Developed by

ecomscrape

ecomscrape

Maintained by Community

Automate your data collection from Subito.it, Italy's leading automotive marketplace with over 13 million monthly users. Extract comprehensive vehicle listings including prices, specifications, seller, and reviews to power your market analysis, competitive intelligence, or automotive platform.

0.0 (0)

Pricing

$20.00/month + usage

0

2

2

Last modified

a day ago

Contact

If you encounter any issues or need to exchange information, please feel free to contact us through the following link: My profile

Subito.it Automotive Scraper: Extract Italian Car Listings Data Efficiently

Introduction: Unlocking Italy's Premier Automotive Marketplace

Subito.it stands as Italy's leading online classifieds service and the country's second-largest e-commerce platform, serving over 16 million buyers and sellers monthly across 38 categories. In the automotive vertical, the platform hosts thousands of listings from both private sellers and professional dealerships, making it an invaluable resource for anyone interested in the Italian used car market.

For automotive businesses, market researchers, price comparison platforms, and data analysts, manually collecting data from Subito.it's vast automotive inventory is impractical and time-consuming. The Subito.it Automotive Details Scraper solves this challenge by automating the extraction of detailed vehicle information, enabling users to access structured data from multiple listings simultaneously. Whether you're analyzing market trends, monitoring competitor pricing, building automotive databases, or conducting market research, this scraper provides the foundation for data-driven decision-making in Italy's vibrant automotive sector.

Overview: A Comprehensive Data Extraction Solution

The Subito.it Automotive Details Scraper is a specialized tool designed to extract comprehensive information from automotive listings on Subito.it. Unlike generic scraping solutions, this scraper is specifically engineered to navigate Subito.it's structure and capture the full range of automotive data available on the platform.

Key Advantages:

  • Comprehensive Data Coverage: Extracts not just basic vehicle information, but also seller profiles, user reviews, shipping costs, promotional details, and engagement metrics like favorite counters
  • Residential Proxy Support: Integrates with Apify's residential proxy network to ensure reliable access and avoid detection, particularly important for large-scale data collection
  • Flexible Geographic Targeting: Allows proxy configuration by country, enabling users to simulate local access patterns for more reliable results
  • Retry Mechanism: Built-in retry logic handles temporary connection issues, ensuring robust data collection even with unstable connections
  • Structured Output: Returns data in a clean, organized format ready for analysis, database integration, or application development

Ideal Users:

This scraper serves automotive professionals including used car dealerships conducting competitive analysis, market research firms tracking Italian automotive trends, price comparison platforms aggregating vehicle listings, automotive data providers building comprehensive databases, and business intelligence analysts studying market dynamics in the Italian automotive sector.

Input and Output Specifications

Example url 1: https://www.subito.it/auto/fiat-punto-natural-power-x-neopata-auto-perfetta-salerno-620662384.htm

Example url 2: https://www.subito.it/auto/fiat-punto-1-3-mjt-ii-75-cv-5-porte-lounge-napoli-620650979.htm

Example url 3: https://www.subito.it/auto/fiat-punto-evo-1-4-natural-power-easy-salerno-619584339.htm

Example Screenshot of automotive information page:

Input Format

The scraper accepts JSON configuration with specific parameters to control the extraction process:

{
"max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided.
"proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot.
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from
},
"ignore_url_failures": true,
"urls": [ // Links to automotive information pages.
"https://www.subito.it/auto/fiat-punto-natural-power-x-neopata-auto-perfetta-salerno-620662384.htm",
"https://www.subito.it/auto/fiat-punto-1-3-mjt-ii-75-cv-5-porte-lounge-napoli-620650979.htm",
"https://www.subito.it/auto/fiat-punto-evo-1-4-natural-power-easy-salerno-619584339.htm"
]
}

Parameter Explanations:

  • max_retries_per_url (integer): Defines how many additional attempts the scraper makes if initial access fails. A value of 2 provides a balance between reliability and speed. Higher values increase success rates but extend execution time for problematic URLs.

  • proxy (object): Critical for avoiding detection and rate limiting, especially when scraping multiple pages:

    • useApifyProxy (boolean): Enables Apify's proxy infrastructure
    • apifyProxyGroups (array): "RESIDENTIAL" proxies mimic real user behavior, significantly reducing detection risk compared to datacenter proxies
    • apifyProxyCountry (string): Two-letter country code. For Subito.it, using "IT" (Italy) is recommended for best results, though the example shows "SG" (Singapore) as an alternative
  • urls (array): List of complete Subito.it automotive listing details URLs. Each URL must be a direct link to a vehicle detail page, not category pages or search results. You can include multiple URLs to process batch extractions efficiently.

ignore_url_failures allows continuing to the next url even if the previous page has an error.

Important Requirements:

  • URLs must be from Subito.it's automotive section
  • Each URL should point to a specific vehicle listing page
  • URLs must include the complete path with listing ID
  • Residential proxies significantly improve success rates for Italian websites
  • Consider using Italian proxies (IT) for optimal geo-targeting

Output Format and Data Fields

You get the output from the subito.it Automotive Details Scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.

[ // List of automotive information
{
"category_slug": "auto",
"url": "https://www.subito.it/auto/fiat-punto-natural-power-x-neopata-auto-perfetta-salerno-620662384.htm",
"shop": null,
"shop_google_reviews": null,
"category_specific_data": [
{
"title": "Caratteristiche",
"features": [
{
"label": "Marca",
"value": "FIAT",
"uri": "/car/brand"
},
{
"label": "Modello",
"value": "Punto 4ª serie",
"uri": "/car/model"
},
{
"label": "Allestimento",
"value": "Punto 1.4 8V 5 porte Natural Power Easy",
"uri": "/car/version"
}
]
},
{
"title": "Carrozzeria",
"features": [
{
"label": "Carrozzeria",
"value": "Berlina",
"uri": "/car_type"
},
{
"label": "Porte",
"value": "5",
"uri": "/doors"
},
{
"label": "Posti",
"value": "5",
"uri": "/seats"
}
]
},
{
"title": "Motore e consumi",
"features": [
{
"label": "Alimentazione",
"value": "metano",
"uri": "/fuel"
},
{
"label": "Cambio",
"value": "Manuale",
"uri": "/gearbox"
},
{
"label": "Marce",
"value": "5",
"uri": "/gears"
},
{
"label": "Trazione",
"value": "Anteriore",
"uri": "/drive_wheel"
},
{
"label": "Emissioni",
"value": "Euro5 (715/2007-692/2008)",
"uri": "/pollution"
},
{
"label": "Cilindrata (cc)",
"value": "1368",
"uri": "/cubic_capacity"
},
{
"label": "Potenza (CV)",
"value": "77",
"uri": "/horsepower"
},
{
"label": "Potenza (kW)",
"value": "57,0",
"uri": "/engine_power"
},
{
"label": "Consumi (l/100km)",
"value": "6,3",
"uri": "/consumption"
},
{
"label": "Cilindri",
"value": "4",
"uri": "/cylinders"
}
]
},
{
"title": "Peso e dimensioni",
"features": [
{
"label": "Peso (kg)",
"value": "1260",
"uri": "/weight"
},
{
"label": "Lunghezza (m)",
"value": "4,065",
"uri": "/vehicle_length"
},
{
"label": "Larghezza (m)",
"value": "1,687",
"uri": "/vehicle_width"
},
{
"label": "Altezza (m)",
"value": "1,514",
"uri": "/vehicle_height"
},
{
"label": "Passo (m)",
"value": "2,510",
"uri": "/wheelbase"
}
]
},
{
"title": "Climatizzazione",
"features": [
{
"label": "Climatizzatore",
"value": "Sì",
"uri": "/ac"
}
]
},
{
"title": "Comfort",
"features": [
{
"label": "Alzacristalli elettrici",
"value": "Sì",
"uri": "/electric_windows"
},
{
"label": "Bracciolo sedili anteriori",
"value": "Sì",
"uri": "/front_armrest"
},
{
"label": "Servosterzo",
"value": "Sì",
"uri": "/power_steering"
},
{
"label": "Specchietti laterali elettrici",
"value": "Sì",
"uri": "/electric_side_mirrors"
},
{
"label": "Volante regolabile",
"value": "Sì",
"uri": "/adjustable_steering_wheel"
},
{
"label": "Appoggiatesta posteriori",
"value": "Sì",
"uri": "/rear_headrests"
}
]
},
{
"title": "Cruise Control",
"features": [
{
"label": "Cruise control",
"value": "Sì",
"uri": "/cruise_control"
}
]
},
{
"title": "Extra",
"features": [
{
"label": "Cerchi in lega",
"value": "Sì",
"uri": "/alloy_wheels"
},
{
"label": "Tergilunotto",
"value": "Sì",
"uri": "/rear_wiper"
}
]
},
{
"title": "Intrattenimento",
"features": [
{
"label": "Autoradio",
"value": "Sì",
"uri": "/car_radio"
}
]
},
{
"title": "Luci",
"features": [
{
"label": "Fendinebbia",
"value": "Sì",
"uri": "/fog_lights"
},
{
"label": "Fari direzionali",
"value": "Sì",
"uri": "/directional_headlights"
}
]
},
{
"title": "Parcheggio assistito",
"features": [
{
"label": "Sensori di parcheggio posteriori",
"value": "Sì",
"uri": "/rear_parking_sensors"
}
]
},
{
"title": "Sicurezza",
"features": [
{
"label": "Sedile guida regolabile in altezza",
"value": "Sì",
"uri": "/driver_seat_height_adjustable"
}
]
},
{
"title": "Sicurezza",
"features": [
{
"label": "ABS",
"value": "Sì",
"uri": "/abs"
},
{
"label": "Airbag conducente",
"value": "Sì",
"uri": "/driver_airbag"
},
{
"label": "Airbag laterali",
"value": "Sì",
"uri": "/side_airbags"
},
{
"label": "Airbag passeggero",
"value": "Sì",
"uri": "/passenger_airbag"
},
{
"label": "Airbag testa",
"value": "Sì",
"uri": "/head_airbags"
},
{
"label": "Airbag per le ginocchia",
"value": "Sì",
"uri": "/knee_airbags"
},
{
"label": "Chiusura centralizzata",
"value": "Sì",
"uri": "/central_locking"
}
]
}
],
"internal_links": {
"header": [
{
"label": "auto fiat grande punto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/fiat/fiat-grande-punto/"
},
{
"label": "fiat vallo della lucania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/salerno/vallo-della-lucania/fiat/"
},
{
"label": "gtv auto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/?q=gtv"
},
{
"label": "grande punto Benevento provincia",
"href": "https://www.subito.it/annunci-campania/vendita/usato/benevento/?q=grande+punto"
},
{
"label": "fiat punto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/usato/?q=fiat+punto"
},
{
"label": "fiat accessori auto Pozzuoli",
"href": "https://www.subito.it/annunci-campania/vendita/accessori-auto/napoli/pozzuoli/?q=fiat"
},
{
"label": "fiat punto sinistrata auto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/?q=fiat+punto+sinistrata"
},
{
"label": "auto fiat punto evo Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/fiat/fiat-punto-evo/"
},
{
"label": "fiat grande punto accessori auto Napoli",
"href": "https://www.subito.it/annunci-campania/vendita/accessori-auto/napoli/napoli/?q=fiat+grande+punto"
},
{
"label": "fiat punto usata caserta",
"href": "https://www.subito.it/annunci-campania/vendita/auto/caserta/?q=punto"
}
],
"footer": [
{
"label": "scambio fiat punto auto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/?q=scambio+fiat+punto"
},
{
"label": "fiat punto evo auto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/?q=fiat+punto+evo"
},
{
"label": "jaguar x type auto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/?q=jaguar+x+type"
},
{
"label": "auto fiat Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/fiat/"
},
{
"label": "punto accessori auto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/accessori-auto/?q=punto"
},
{
"label": "auto fiat regata Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/fiat/regata/"
},
{
"label": "fiat 500x auto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/?q=fiat+500x"
},
{
"label": "punto multijet auto Campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/?q=punto+multijet"
},
{
"label": "500 x in campania",
"href": "https://www.subito.it/annunci-campania/vendita/auto/?q=500+x"
},
{
"label": "fiat grande punto Caserta provincia",
"href": "https://www.subito.it/annunci-campania/vendita/auto/caserta/fiat/fiat-grande-punto/"
},
{
"label": "fiat 500 x auto Sicilia",
"href": "https://www.subito.it/annunci-sicilia/vendita/auto/?q=fiat+500+x"
},
{
"label": "auto fiat punto evo Basilicata",
"href": "https://www.subito.it/annunci-basilicata/vendita/auto/fiat/fiat-punto-evo/"
},
{
"label": "spugna naturale",
"href": "https://www.subito.it/annunci-italia/vendita/usato/?q=spugna+naturale"
},
{
"label": "fiat natural power veicoli commerciali",
"href": "https://www.subito.it/annunci-italia/vendita/veicoli-commerciali/?q=fiat+natural+power"
},
{
"label": "fiat qubo natural power",
"href": "https://www.subito.it/annunci-italia/vendita/auto/?q=fiat+qubo+natural+power"
},
{
"label": "fiat panda natural power",
"href": "https://www.subito.it/annunci-italia/vendita/auto/?q=fiat+panda+natural+power"
},
{
"label": "fiat qubo natural power accessori auto",
"href": "https://www.subito.it/annunci-italia/vendita/accessori-auto/?q=fiat+qubo+natural+power"
},
{
"label": "ricambi fiat multipla natural power",
"href": "https://www.subito.it/annunci-italia/vendita/accessori-auto/?q=ricambi+fiat+multipla+natural+power"
},
{
"label": "cambio fiat multipla natural power",
"href": "https://www.subito.it/annunci-italia/vendita/accessori-auto/?q=cambio+fiat+multipla+natural+power"
},
{
"label": "pastiglie freni fiat panda natural power",
"href": "https://www.subito.it/annunci-italia/vendita/accessori-auto/?q=pastiglie+freni+fiat+panda+natural+power"
},
{
"label": "iniettori multipla natural power",
"href": "https://www.subito.it/annunci-italia/vendita/accessori-auto/?q=iniettori+metano+fiat+multipla"
},
{
"label": "fiat natural power accessori auto",
"href": "https://www.subito.it/annunci-italia/vendita/accessori-auto/?q=fiat+natural+power"
},
{
"label": "punto easy power",
"href": "https://www.subito.it/annunci-italia/vendita/auto/?q=punto+easy+power"
},
{
"label": "fiat panda natural power metano km 0",
"href": "https://www.subito.it/annunci-italia/vendita/auto/?q=fiat+panda+natural+power+metano+km+0"
},
{
"label": "panda climbing natural power",
"href": "https://www.subito.it/annunci-italia/vendita/usato/?q=panda+climbing+natural+power"
},
{
"label": "dacia lodgy 7 posti",
"href": "https://www.subito.it/annunci-italia/vendita/auto/?q=dacia+lodgy+7+posti"
},
{
"label": "range rover evoque sd4",
"href": "https://www.subito.it/annunci-italia/vendita/auto/?q=range+rover+evoque+sd4"
},
{
"label": "peugeot 101",
"href": "https://www.subito.it/annunci-italia/vendita/auto/?q=peugeot+101"
},
{
"label": "porsche carrera turbo 2021",
"href": "https://www.subito.it/annunci-italia/vendita/auto/?q=porsche+carrera+turbo+2021"
},
{
"label": "monovolume 7 posti",
"href": "https://www.subito.it/annunci-italia/vendita/auto/?q=monovolume+7+posti"
}
]
},
"favorite_counter": {
"value": 0
},
"advertiser_profile": {
"username": "Rino Fernicola",
"show_phone": false,
"is_default_name": false
},
"trust_info": {
"reputation": {
"feedback": {
"overall_score": 0.93,
"category_scores": {
"g_e_n_e_r_a_l": 0.93,
"u_s_e_r__a_t_t_e_n_t_i_o_n": 0.93
},
"received_count": 3,
"source_scores": {
"m_e_m_b_e_r": 0.93
},
"source_counts": {
"m_e_m_b_e_r": 3
}
}
},
"identity": {
"name": null,
"avatar": null,
"member_since": null,
"description": null,
"local_profile_id": null,
"municipality": null,
"region": null,
"verified": false
},
"communication": {
"reply_time_text": "Di solito risponde entro 6 ore",
"reply_time_in_minutes": 360
},
"presence": {
"status": "OFFLINE",
"presence_text": "Ultimo accesso: 9 minuti fa",
"last_activity": "2025-10-17T03:21:21.886967852Z",
"enabled": true
},
"badges": [],
"links": {
"self": {
"href": "https://profile-api-subito.trust.advgo.net:443/profile/sdrn:subito:user:110913008"
}
},
"reply_time_text": "Di solito risponde entro 6 ore"
},
"shipping_costs": null,
"promo": null,
"houston_banner": null,
"category": {
"id": "2",
"label": "Auto",
"parent_id": "1",
"friendly_name": "auto",
"weight": 1
},
"ad": {
"kind": "AdItem",
"urn": "id:ad:53cb9a65-4428-4ab3-9b7e-13bc5b064083:list:620662384",
"type": {
"key": "s",
"value": "In vendita",
"weight": 0
},
"category": {
"id": "2",
"label": "Auto",
"parent_id": "1",
"friendly_name": "auto",
"weight": 1
},
"subject": "Fiat Punto Natural Power x neopata auto perfetta ",
"body": "fiat punto Natural Power con revisione fatta scadenza tra 4 anni revisione auto fatta fatti i seguenti lavori gomme nuove Hankook frizione nuova cambio cinghia di distribuzione tagliando fatto olio e filtri funziona aria condizionata e fatta ricarica candele nuove meccanica perfetta carrozzeria perfetta e interni come nuovi l.suto non necessita di nulla ha vari accessori stereo android cerchi in lega vetri oscurati city airbag l.suto e molto economica e la vendo per cambio tipologia auto il prezzo dell auto e .di 3700 non trattabile l auto ripeto non necessita di nessun tipo di lavoro e non consuma né olio e ne acqua e perfetta per info vederla e provarla chiamare al 3510397501Rino .",
"date": "2025-10-17 05:19:59",
"images": [
{
"cdn_base_url": "https://images.sbito.it/api/v1/sbt-ads-images-pro/images/38/38c3fce1-5235-4f1a-9e14-78c74436479a"
},
{
"cdn_base_url": "https://images.sbito.it/api/v1/sbt-ads-images-pro/images/9b/9ba12294-fa4a-4e53-a3c3-eb61e8291a4f"
},
{
"cdn_base_url": "https://images.sbito.it/api/v1/sbt-ads-images-pro/images/2b/2bb1f60c-4f9e-4bb6-997d-2d68ae60359a"
},
{
"cdn_base_url": "https://images.sbito.it/api/v1/sbt-ads-images-pro/images/d3/d308e450-a168-4e65-b40f-9dabdc590603"
},
{
"cdn_base_url": "https://images.sbito.it/api/v1/sbt-ads-images-pro/images/68/687d7c5b-b727-44bd-b64e-09de86d48fb5"
},
{
"cdn_base_url": "https://images.sbito.it/api/v1/sbt-ads-images-pro/images/24/241bd6be-53d8-441f-8fb1-e60669b053ba"
}
],
"features": {
"/car": {
"uri": "/car",
"type": "pack",
"label": "Auto",
"values": [
{
"key": "000008",
"value": "FIAT",
"weight": 79,
"label": "Marca",
"level": 0
},
{
"key": "004091",
"value": "Punto 4ª serie",
"weight": 59,
"label": "Modello",
"level": 1
},
{
"key": "093640",
"value": "Punto 1.4 8V 5 porte Natural Power Easy",
"weight": 103,
"label": "Versione",
"level": 2
}
]
},
"/price": {
"uri": "/price",
"type": "number",
"label": "Prezzo",
"values": [
{
"key": "3700",
"value": "3700 €"
}
]
},
"/seats": {
"uri": "/seats",
"type": "list",
"label": "Posti",
"values": [
{
"key": "4",
"value": "5",
"weight": 4
}
]
},
"/fuel": {
"uri": "/fuel",
"type": "list",
"label": "Carburante",
"values": [
{
"key": "7",
"value": "Metano",
"weight": 11
}
]
},
"/car_type": {
"uri": "/car_type",
"type": "list",
"label": "Carrozzeria",
"values": [
{
"key": "1",
"value": "Utilitaria",
"weight": 0
}
]
},
"/doors": {
"uri": "/doors",
"type": "list",
"label": "Numero di porte",
"values": [
{
"key": "2",
"value": "4/5",
"weight": 2
}
]
},
"/gearbox": {
"uri": "/gearbox",
"type": "list",
"label": "Cambio",
"values": [
{
"key": "1",
"value": "Manuale",
"weight": 1
}
]
},
"/vehicle_status": {
"uri": "/vehicle_status",
"type": "list",
"label": "Tipo di veicolo",
"values": [
{
"key": "1",
"value": "Usato",
"weight": 0
}
]
},
"/color": {
"uri": "/color",
"type": "list",
"label": "Colore",
"values": [
{
"key": "1",
"value": "Bianco",
"weight": 1
}
]
},
"/mileage": {
"uri": "/mileage",
"type": "list",
"label": "Km",
"values": [
{
"key": "31",
"value": "200.000 - 249.999",
"weight": 31
}
]
},
"/mileage_scalar": {
"uri": "/mileage_scalar",
"type": "number",
"label": "Km",
"values": [
{
"key": "200000",
"value": "200000 Km"
}
]
},
"/year": {
"uri": "/year",
"type": "list",
"label": "Anno di immatricolazione",
"values": [
{
"key": "2013",
"value": "2013",
"weight": 39
}
]
},
"/register_date": {
"uri": "/register_date",
"type": "string",
"label": "Immatricolazione",
"values": [
{
"key": "12/2013",
"value": "12/2013",
"label": "Immatricolazione"
}
]
},
"/month": {
"uri": "/month",
"type": "list",
"label": "Mese di immatricolazione",
"values": [
{
"key": "12",
"value": "Dicembre",
"weight": 11
}
]
}
},
"advertiser": {
"company": false,
"name": "",
"type": 0,
"user_id": "110913008"
},
"geo": {
"uri": "/geo",
"type": "geo",
"label": "Comune",
"region": {
"uri": "/geo/region",
"neighbors": "15,11,14,16,17",
"friendly_name": "campania",
"id": "15",
"value": "Campania",
"label": "Regione",
"level": 0
},
"city": {
"uri": "/geo/city",
"istat": "065",
"region_id": "15",
"short_name": "SA",
"friendly_name": "salerno",
"id": "5",
"value": "Salerno",
"label": "Provincia",
"level": 1
},
"town": {
"uri": "/geo/town",
"istat": "065067",
"region_id": "15",
"city_id": "5",
"has_zone": false,
"friendly_name": "mercato-san-severino",
"id": "065067",
"value": "Mercato San Severino",
"label": "Comune",
"level": 2
}
},
"urls": {
"default": "https://www.subito.it/auto/fiat-punto-natural-power-x-neopata-auto-perfetta-salerno-620662384.htm",
"mobile": "https://www.subito.it/auto/fiat-punto-natural-power-x-neopata-auto-perfetta-salerno-620662384.htm"
}
},
"page_title": "Fiat Punto Natural Power x neopata auto perfetta - Auto In vendita a Salerno"
}, // ... Many other automotive details
]

The scraper extracts an extensive range of automotive data fields, each serving specific analytical and business purposes:

Complete Output Fields:

  1. Category Slug: The URL-friendly category identifier (e.g., "auto", "fiat-punto"). This field helps in categorizing and filtering data, particularly useful when building multi-category databases or when analyzing specific vehicle types.

  2. URL: The complete listing page URL. Essential for reference, verification, and creating clickable links in your applications. Also serves as a unique identifier for tracking listing changes over time.

  3. Shop: The seller's business or dealership name (if applicable). For private sellers, this field may be empty. This distinction between professional dealers and private sellers is crucial for market segmentation analysis.

  4. Shop Google Reviews: Aggregated Google review data for professional sellers. Includes average rating and review count, providing trust indicators that influence buyer decisions. This data is valuable for assessing seller reputation and can be used in recommendation algorithms.

  5. Category Specific Data: The core vehicle information including:

    • Make, model, and variant details
    • Year of manufacture and registration
    • Mileage (kilometers driven)
    • Fuel type (petrol, diesel, natural gas, hybrid, electric)
    • Transmission type (manual, automatic)
    • Body style (sedan, hatchback, SUV, etc.)
    • Engine specifications (displacement, power)
    • Color and number of doors
    • Price in Euros
    • Vehicle condition and features

    This structured data forms the foundation for comparison tools, price analysis, and inventory management systems.

  6. Internal Links: Array of related links within the listing, such as similar vehicles, seller's other listings, or category navigation. Useful for building relationship maps between listings and discovering additional data sources.

  7. Favorite Counter: Number of users who have marked this listing as a favorite. This engagement metric indicates listing popularity and buyer interest level, valuable for predicting how quickly a vehicle might sell or identifying trending vehicle types.

  8. Advertiser Profile: Comprehensive seller information including:

    • Seller type (private individual vs. professional dealer)
    • Contact information availability
    • Member since date
    • Location/city
    • User ID for tracking multiple listings from the same seller

    This data is essential for seller verification, fraud detection, and building seller reputation systems.

  9. Trust Info: Platform-provided trust indicators such as verified seller status, identity confirmation, and any security badges. These elements help assess listing credibility and can be incorporated into risk scoring systems.

  10. Shipping Costs: If the seller offers delivery service, this field contains shipping price information and available delivery methods. Increasingly important as remote vehicle purchases become more common, this data affects total cost calculations.

  11. Promo: Information about any promotional features applied to the listing (e.g., "Featured Ad", "Top Ad", "Urgent"). These promotional tiers affect listing visibility and can indicate seller seriousness or urgency to sell.

  12. Houston Banner: Special promotional banners or alerts displayed on the listing. These may include limited-time offers, price reductions, or special financing options that impact buyer urgency.

  13. Category: The hierarchical category path (e.g., "Vehicles > Cars > Fiat > Punto"). Useful for navigation, filtering, and understanding the classification system for machine learning applications.

  14. Ad: The complete advertisement description provided by the seller. This unstructured text contains valuable insights about vehicle condition, history, special features, and seller motivations. Can be processed with natural language processing for sentiment analysis or feature extraction.

  15. Page Title: The HTML page title, typically containing key vehicle information in a condensed format. Useful as a human-readable summary and for SEO analysis of listing optimization strategies.

Example Output Usage:

A price comparison platform might use Category Specific Data and Price fields to show users how a specific Fiat Punto compares to similar listings. The Favorite Counter and Shop Google Reviews help rank listings by popularity and seller reputation. Advertiser Profile data enables filtering between private sellers and dealerships, while Trust Info contributes to safety scores that protect users from fraudulent listings.

Step-by-Step Usage Guide

Step 1: Gather Target URLs Navigate to Subito.it's automotive section and collect the full URLs of vehicle listings you want to scrape. Ensure each URL points directly to a vehicle detail page, not search results pages.

Step 2: Configure Your Input Create your JSON configuration file with the collected URLs. For optimal results with Italian websites, set apifyProxyCountry to "IT". Adjust max_retries_per_url based on your reliability needs—2 is generally sufficient, but increase to 3-4 for critical extractions.

Step 3: Execute the Scraper Run the scraper through your chosen platform (typically Apify). The residential proxy configuration ensures reliable access while the retry mechanism handles temporary issues automatically.

Step 4: Process Output Data The scraper returns structured data for each URL. Export to CSV for spreadsheet analysis, JSON for application integration, or directly to your database. The consistent structure ensures compatibility with analytics tools and custom applications.

Best Practices:

  • Batch Processing: Process 50-100 URLs per run to balance speed and reliability. Larger batches may trigger rate limiting despite proxy usage.
  • Regular Scheduling: For market monitoring, schedule scraping jobs daily or weekly to track price changes and new listings.
  • Data Validation: Always verify that URLs are current and accessible before large batch runs. Subito.it may remove or relocate listings.
  • Proxy Selection: Use Italian residential proxies ("IT") for best results. While other countries work, Italian IPs provide more consistent access to Italian marketplaces.
  • Error Handling: Monitor failed URLs in your results. If specific listings consistently fail, they may be restricted or removed from the platform.

Common Issues and Solutions:

  • Empty Results: Verify the URL is still active on Subito.it. Listings may expire or be removed after sale.
  • Incomplete Data: Some fields may be optional. Not all sellers provide comprehensive information like shipping costs or shop reviews.
  • Access Blocked: If experiencing consistent failures, switch proxy country to "IT" or increase the residential proxy pool.
  • Slow Execution: Reduce URLs per batch or check your retry settings. High retry values on failed URLs can significantly extend runtime.

Practical Benefits and Business Applications

Time Efficiency What would take days of manual copying and data entry—visiting each listing, extracting information, organizing in spreadsheets—is completed in minutes. For businesses monitoring hundreds of listings, this represents savings of dozens of work hours weekly.

Market Intelligence Access to comprehensive, structured data enables sophisticated analysis previously impossible at scale. Track average prices by make/model, identify underpriced opportunities, monitor competitor inventory strategies, and understand seasonal pricing trends in the Italian automotive market.

Competitive Advantage Dealerships can monitor competitor pricing in real-time, adjusting their own strategies dynamically. Price comparison platforms can offer users the most comprehensive view of available inventory. Market researchers gain insights into seller behavior, promotional strategies, and market dynamics.

Real-World Applications

  • Automotive Marketplaces: Aggregate Subito.it listings alongside other Italian platforms to create comprehensive search experiences
  • Price Intelligence Tools: Build systems that alert users when vehicles matching their criteria appear at attractive prices
  • Dealer Management: Track local market inventory to inform purchasing and pricing decisions
  • Investment Analysis: Private equity and investment firms analyzing the Italian automotive retail sector
  • Academic Research: Study used car market dynamics, pricing patterns, and e-commerce trends in Italy

Data-Driven Decision Making Transform subjective market understanding into quantifiable insights. Instead of guessing at fair market value, analyze hundreds of comparable listings. Rather than assuming buyer preferences, measure engagement through favorite counters and listing longevity.

Conclusion: Transform Data Collection into Strategic Advantage

The Subito.it Automotive Details Scraper eliminates the manual bottleneck in accessing Italy's rich automotive marketplace data. By automating extraction of comprehensive vehicle information—from basic specifications to seller reputation metrics—the tool empowers businesses and researchers to operate at a scale and speed impossible through manual methods.

Whether you're optimizing inventory decisions, building innovative automotive applications, or conducting market research, this scraper provides the data foundation for informed, strategic action in Italy's dynamic used car market.

Ready to unlock Subito.it's automotive data potential? Start with a small batch of target listings to familiarize yourself with the output structure, then scale to comprehensive market monitoring that keeps you ahead of market movements and competitive dynamics.

Related Actors

Your feedback

We are always working to improve Actors' performance. So, if you have any technical feedback about subito.it Automotive Details Scraper or simply found a bug, please create an issue on the Actor's Issues tab in Apify Console.