# SEACE Peru Future Public Works Scraper

**Use case:** 

Scrape planned public works announcements from Peru's SEACE. Get entity, publication date, selection type, description, term and approximate tender date.

## Input

```json
{
  "searchType": "contratacionFutura",
  "objetoContratacion": "64",
  "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.