# SEACE Peru Computer & IT Procurement 2026

**Use case:** 

Scrape Peru SEACE public procurement for computers and IT (computadoras) tenders in 2026 with buying entity, value, nomenclatura and dates.

## Input

```json
{
  "searchType": "procesos",
  "anio": "2026",
  "objetoContratacion": "",
  "descripcion": "computadoras",
  "maxItems": 50
}
```

## Output

```json
{
  "searchLabel": {
    "label": "Búsqueda",
    "format": "string"
  },
  "source": {
    "label": "Fuente",
    "format": "string"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEACE Peru Public Procurement & Tenders Scraper](https://apify.com/scrapers_lat/seace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/seace-scraper) to learn more, explore other use cases, and run it yourself.