# SEACE Peru Construction Tender Scraper

**Use case:** 

Scrape Peru's SEACE for 2026 construction selection procedures by keyword. Get entity, nomenclature, object, description, reference value and currency.

## Input

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

## Output

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

## About this Actor

This example demonstrates how to use [SCE/SEACE Peru Procurement 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.