# Recent UNGM Contract Awards Scraper

**Use case:** 

Scrape recent UNGM contract awards with vendors, agencies, countries, dates, values and detail URLs.

## Input

```json
{
  "maxItems": 100,
  "title": "",
  "supplier": "",
  "reference": "",
  "description": "",
  "awardFrom": "",
  "awardTo": "",
  "includeDetails": true,
  "startPage": 0,
  "sortField": "AwardDate",
  "sortAscending": false
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID"
  },
  "title": {
    "label": "Title"
  },
  "reference": {
    "label": "Reference"
  },
  "supplier": {
    "label": "Supplier"
  },
  "organization": {
    "label": "UN organization"
  },
  "organizationShortName": {
    "label": "Organization short name"
  },
  "awardDate": {
    "label": "Award date"
  },
  "awardDateIso": {
    "label": "Award date ISO"
  },
  "country": {
    "label": "Primary country"
  },
  "countries": {
    "label": "Countries"
  },
  "contractValue": {
    "label": "Contract value"
  },
  "currency": {
    "label": "Currency"
  },
  "description": {
    "label": "Description"
  },
  "unspscCodes": {
    "label": "UNSPSC codes"
  },
  "unspscCategories": {
    "label": "UNSPSC categories"
  },
  "detailUrl": {
    "label": "Detail URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [UNGM Contract Awards Scraper](https://apify.com/automation-lab/ungm-contract-awards-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ungm-contract-awards-scraper) to learn more, explore other use cases, and run it yourself.