# IDU Bogota Public Procurement Contracts Scraper

**Use case:** 

Scrape all SECOP procurement contracts awarded by Bogota IDU. Get supplier, contract value, type, status and signing dates as structured data.

## Input

```json
{
  "maxItems": 50,
  "entityName": "INSTITUTO DE DESARROLLO URBANO",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "entity": {
    "label": "Entity",
    "format": "text"
  },
  "entityNit": {
    "label": "Entity NIT",
    "format": "text"
  },
  "supplier": {
    "label": "Supplier",
    "format": "text"
  },
  "supplierNit": {
    "label": "Supplier NIT",
    "format": "text"
  },
  "contractRef": {
    "label": "Contract Ref",
    "format": "text"
  },
  "object": {
    "label": "Object",
    "format": "text"
  },
  "contractType": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "amountPaid": {
    "label": "Paid",
    "format": "number"
  },
  "amountInvoiced": {
    "label": "Invoiced",
    "format": "number"
  },
  "amountPending": {
    "label": "Pending",
    "format": "number"
  },
  "categoryCode": {
    "label": "UNSPSC",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "legalRepresentative": {
    "label": "Legal Rep",
    "format": "text"
  },
  "legalRepDocNumber": {
    "label": "Legal Rep ID",
    "format": "text"
  },
  "bankName": {
    "label": "Bank",
    "format": "text"
  },
  "accountNumber": {
    "label": "Account",
    "format": "text"
  },
  "supervisor": {
    "label": "Supervisor",
    "format": "text"
  },
  "spendingAuthority": {
    "label": "Spending Authority",
    "format": "text"
  },
  "signedDate": {
    "label": "Signed",
    "format": "text"
  },
  "startDate": {
    "label": "Start",
    "format": "text"
  },
  "endDate": {
    "label": "End",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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