# Track high-value SECOP II contracts ending soon

**Use case:** 

Find high-value Colombian public contracts ending in a chosen window for incumbent, renewal, and competitor analysis.

## Input

```json
{
  "department": "Antioquia",
  "minContractValue": 100000000,
  "signedFrom": "2026-01-01",
  "endingFrom": "2026-09-01",
  "endingTo": "2026-12-31",
  "maxItems": 1000
}
```

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