---
title: "Track new dealer SUV listings in Italy each week"
slug: "new-dealer-suv-listings-italy"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/new-dealer-suv-listings-italy"
actor: "Autoscout24 Scraper"
actor_url: "https://automationbyexperts.com/apify/autoscout24"
apify_url: "https://apify.com/fayoussef/autoscout24/examples/new-dealer-suv-listings-italy?fpr=youssef&fp_sid=abe_ex_new-dealer-suv-listings-italy"
price: "$0.0005"
price_unit: "per result"
---

# Track new dealer SUV listings in Italy each week

SUV and off-road listings posted by dealers on AutoScout24 Italy in the last seven days, newest first, with price, mileage, equipment and dealer contact on every row.

**Run it:** [Track new dealer SUV listings in Italy each week on Apify](https://apify.com/fayoussef/autoscout24/examples/new-dealer-suv-listings-italy?fpr=youssef&fp_sid=abe_ex_new-dealer-suv-listings-italy)  
**Actor:** [Autoscout24 Scraper](https://automationbyexperts.com/apify/autoscout24)  
**Pricing:** $0.0005 per result

## What this task is for

The seven-day window is what makes this a feed rather than a catalogue. Scheduled weekly, each run returns the stock that appeared since the last one, so what you are reading is new supply rather than a market snapshot you have already seen.

Dealer listings only, which keeps private sales out of a trade-focused export. Up to 500 cars per run, and changing the body type or the country turns the same task into a fresh-stock feed for any other segment.

## The input this task runs with

```json
{
  "search_domain": "it",
  "countries": [
    "italy"
  ],
  "body_types": [
    "suv-offroad-pickup"
  ],
  "seller_type": [
    "dealer"
  ],
  "listed_within_days": 7,
  "sort_by": "age",
  "max_items": 500
}
```

## What every run returns

- `Make, model & year`
- `Price (in listing currency)`
- `Mileage (km)`
- `Engine & power (kW/HP)`
- `Transmission & drivetrain`
- `Fuel type`
- `Body type & colour`
- `Full equipment list`
- `Seller name & type`
- `Seller location (GPS)`
- `Photo gallery (all URLs)`
- `Listing URL & ID`
- `Country of listing`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Autoscout24 Scraper tasks

- [Export used electric cars in the Netherlands and Belgium](https://automationbyexperts.com/apify/examples/electric-cars-netherlands-belgium): Used fully electric cars listed in the Netherlands and Belgium on AutoScout24, with price, mileage, battery and range fields, first registration, dealer details and photos.
- [Find used VW Golfs in Germany under 15,000 EUR](https://automationbyexperts.com/apify/examples/vw-golf-germany-under-15000): Used Volkswagen Golfs in Germany from 2016 onward under 15,000 EUR, cheapest first, with over 50 fields per car: price, mileage, equipment, dealer contact, GPS location and every photo.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
