# Track New La Centrale Car Listings

**Use case:** 

Track new La Centrale car listings posted in the last 24 hours. Ideal for deal alerts, inventory monitoring, and automotive market research.

## Input

```json
{
  "startUrl": "https://www.lacentrale.fr/listing?makesModelsCommercialNames=RENAULT::CLIO&energies=ess&gearbox=AUTO&priceMax=25000&yearMin=2019",
  "vehicleType": "carsAndUtilities",
  "sortPreset": "newestListings",
  "otherCriteria": "lessThan24Hours",
  "onlyWithPhotos": true,
  "limit": 100
}
```

## Output

```json
{
  "photoUrl": {
    "label": "Primary photo URL",
    "format": "string"
  },
  "reference": {
    "label": "Reference",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "firstOnlineDate": {
    "label": "First online date",
    "format": "string"
  },
  "vehicle.make": {
    "label": "Make",
    "format": "string"
  },
  "vehicle.model": {
    "label": "Model",
    "format": "string"
  },
  "vehicle.year": {
    "label": "Year",
    "format": "integer"
  },
  "vehicle.energy": {
    "label": "Energy",
    "format": "string"
  },
  "vehicle.gearbox": {
    "label": "Gearbox",
    "format": "string"
  },
  "vehicle.mileage": {
    "label": "Mileage",
    "format": "integer"
  },
  "customerType": {
    "label": "Customer type",
    "format": "string"
  },
  "contacts.nomPublie": {
    "label": "Published seller name",
    "format": "string"
  },
  "contacts.displayPhone1": {
    "label": "Primary phone",
    "format": "string"
  },
  "location.visitPlace": {
    "label": "Visit place",
    "format": "string"
  },
  "autoviza": {
    "label": "Autoviza report",
    "format": "boolean"
  },
  "isNew": {
    "label": "Is new",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [La Centrale Scraper](https://apify.com/muhammetakkurtt/lacentrale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/muhammetakkurtt/lacentrale-scraper) to learn more, explore other use cases, and run it yourself.