# Export Antioquia SECOP II contracts

**Use case:** 

Export the newest official SECOP II contract awards for public entities in Antioquia.

## Input

```json
{
  "department": "Antioquia",
  "signedFrom": "2026-01-01",
  "maxItems": 250
}
```

## Output

```json
{
  "contractId": {
    "label": "Contract ID",
    "format": "string"
  },
  "entityName": {
    "label": "Buyer entity",
    "format": "string"
  },
  "supplierName": {
    "label": "Supplier",
    "format": "string"
  },
  "contractValueCop": {
    "label": "Value (COP)",
    "format": "number"
  },
  "contractStatus": {
    "label": "Status",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "procurementMethod": {
    "label": "Method",
    "format": "string"
  },
  "signatureDate": {
    "label": "Signed",
    "format": "string"
  },
  "endDate": {
    "label": "Ends",
    "format": "string"
  },
  "sourceUrl": {
    "label": "SECOP",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Colombia SECOP II Public Contracts Scraper](https://apify.com/automation-lab/colombia-secop-ii-public-contracts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/colombia-secop-ii-public-contracts-scraper) to learn more, explore other use cases, and run it yourself.