# Chile Valparaiso State Suppliers List 2024

**Use case:** 

Export the Valparaiso supplier list with public procurement award amounts for 2024 from Mercado Publico Chile. RUT, amounts and SII details.

## Input

```json
{
  "ruts": [
    "93745000-1"
  ],
  "region": "5",
  "year": "2024",
  "topOnly": false,
  "maxItems": 50,
  "withDetails": true,
  "useProxy": false
}
```

## Output

```json
{
  "razonSocial": {
    "label": "Supplier",
    "format": "text"
  },
  "rut": {
    "label": "RUT",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "purchaseOrders": {
    "label": "Purchase Orders",
    "format": "number"
  },
  "amountAwarded": {
    "label": "Amount (CLP)",
    "format": "number"
  },
  "amountAwardedUSD": {
    "label": "Amount (USD)",
    "format": "number"
  },
  "companySize": {
    "label": "Size",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "url": {
    "label": "Ficha",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Chile Mercado Publico Scraper](https://apify.com/scrapers_lat/mercado-publico-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/mercado-publico-scraper) to learn more, explore other use cases, and run it yourself.