# Licitaciones de Construcción en Perú (SEACE)

**Use case:** 

Encuentra procesos y licitaciones de construcción en el SEACE Perú con entidad convocante, valor, nomenclatura y fechas.

## Input

```json
{
  "searchType": "procesos",
  "anio": "2026",
  "objetoContratacion": "",
  "descripcion": "construccion",
  "maxItems": 25
}
```

## 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.