# Paraguay TIGO Awarded Public Contracts

**Use case:** 

Scrape every DNCP process awarded to supplier TIGO with contract value, buyer, method and award dates for supplier KYC.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "supplierName": "TIGO",
  "dateType": "adjudicacion",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title / Object",
    "format": "text"
  },
  "ocid": {
    "label": "OCID",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "buyer": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerId": {
    "label": "Buyer SICP",
    "format": "text"
  },
  "buyerContact": {
    "label": "Buyer Contact",
    "format": "object"
  },
  "supplier": {
    "label": "Supplier",
    "format": "text"
  },
  "supplierRuc": {
    "label": "Supplier RUC",
    "format": "text"
  },
  "supplierContacts": {
    "label": "Supplier Contacts",
    "format": "array"
  },
  "procurementMethod": {
    "label": "Method",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "value": {
    "label": "Tender Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "budgetAmount": {
    "label": "Budget",
    "format": "number"
  },
  "awardValue": {
    "label": "Award Value",
    "format": "number"
  },
  "awardDate": {
    "label": "Award Date",
    "format": "text"
  },
  "awardCount": {
    "label": "Awards #",
    "format": "number"
  },
  "awards": {
    "label": "Awards",
    "format": "array"
  },
  "tenderItems": {
    "label": "Items",
    "format": "array"
  },
  "tenderers": {
    "label": "Bidders",
    "format": "array"
  },
  "bids": {
    "label": "Bids",
    "format": "array"
  },
  "parties": {
    "label": "Parties",
    "format": "array"
  },
  "contractValue": {
    "label": "Contract Value",
    "format": "number"
  },
  "contractDate": {
    "label": "Contract Date",
    "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 [Paraguay DNCP Public Procurement Scraper](https://apify.com/scrapers_lat/paraguay-dncp-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/paraguay-dncp-scraper) to learn more, explore other use cases, and run it yourself.