# Scraper de consolas en Yapo.cl Chile

**Use case:** 

Extrae avisos de consolas de videojuegos de Yapo.cl Chile. Obtén precios, marcas, modelos, estado, ubicaciones y datos del vendedor de consolas.

## Input

```json
{
  "maxListings": 10,
  "withDetails": false,
  "startUrl": "https://www.yapo.cl/electronica?q=playstation"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "comuna": {
    "label": "Comuna",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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