# Yapo Chile marketplace inventory monitor example

**Use case:** 

Monitor Yapo Chile marketplace listings by ID, price, location, favorites, seller badges, and images for recurring inventory analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.yapo.cl/marketplace"
    }
  ],
  "maxItems": 30,
  "maxPages": 1,
  "includeDetails": false,
  "proxyMode": "AUTO",
  "maxRequestRetries": 2
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (CLP)",
    "format": "integer"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "categorySlug": {
    "label": "Category",
    "format": "string"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "integer"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "sellerBadges": {
    "label": "Seller badges",
    "format": "array"
  },
  "favoriteCount": {
    "label": "Favorites",
    "format": "integer"
  },
  "imageUrl": {
    "label": "Primary image",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "detailsIncluded": {
    "label": "Details included",
    "format": "boolean"
  },
  "sourceSearchUrl": {
    "label": "Source search URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Yapo Chile Marketplace Listings Scraper](https://apify.com/automation-lab/yapo-chile-marketplace-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/yapo-chile-marketplace-listings-scraper) to learn more, explore other use cases, and run it yourself.