# Used Cars for Sale in Nuevo Leon, Monterrey | Seminuevos

**Use case:** 

Scrape used cars listed in Nuevo Leon (Monterrey) on Seminuevos Mexico: price, brand, model, year, mileage, seller and phone.

## Input

```json
{
  "maxItems": 30,
  "withDetails": true,
  "startUrl": "https://www.seminuevos.com/usados/nuevo-leon/autos",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "MX"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "bodyType": {
    "label": "Body Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Seminuevos Mexico Used Car Listings Scraper](https://apify.com/scrapers_lat/seminuevos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/seminuevos-scraper) to learn more, explore other use cases, and run it yourself.