# Spain contract awards and winner extractor

**Use case:** 

Monitor official Spanish procurement awards, winning suppliers, tax IDs, bids, SME flags, award amounts, criteria, and source documents.

## Input

```json
{
  "query": "servicios",
  "noticeTypes": [
    "DOC_ADJ",
    "DOC_FORM"
  ],
  "includeAwarded": true,
  "startUrls": [
    {
      "url": "https://contrataciondelsectorpublico.gob.es/sindicacion/sindicacion_643/licitacionesPerfilesContratanteCompleto3.atom"
    }
  ],
  "maxItems": 250,
  "maxPages": 10
}
```

## Output

```json
{
  "contractFolderId": {
    "label": "Folder ID",
    "format": "string"
  },
  "title": {
    "label": "Tender",
    "format": "string"
  },
  "statusCode": {
    "label": "Status",
    "format": "string"
  },
  "authorityName": {
    "label": "Authority",
    "format": "string"
  },
  "cpvCodes": {
    "label": "CPV codes",
    "format": "array"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "estimatedValueEur": {
    "label": "Estimated EUR",
    "format": "number"
  },
  "submissionDeadline": {
    "label": "Deadline",
    "format": "string"
  },
  "noticeTypes": {
    "label": "Notice types",
    "format": "array"
  },
  "detailUrl": {
    "label": "PLACSP detail",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Spain Public Tenders Scraper](https://apify.com/automation-lab/spain-public-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/spain-public-tenders-scraper) to learn more, explore other use cases, and run it yourself.