# IOM UNGM Tender Notices Extractor

**Use case:** 

Monitor IOM tender opportunities on UNGM with structured notice IDs, references, deadlines, documents, contacts, and country data.

## Input

```json
{
  "keyword": "medical",
  "agencies": [
    "IOM"
  ],
  "activeOnly": true,
  "sustainableOnly": false,
  "includeDetails": true,
  "maxItems": 75,
  "pageSize": 15,
  "sortField": "Deadline",
  "sortAscending": true
}
```

## Output

```json
{
  "noticeId": {
    "label": "Notice ID"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "agency": {
    "label": "Agency"
  },
  "noticeType": {
    "label": "Notice type"
  },
  "reference": {
    "label": "Reference"
  },
  "countries": {
    "label": "Countries"
  },
  "publishedDate": {
    "label": "Published date"
  },
  "deadline": {
    "label": "Deadline"
  },
  "remainingDays": {
    "label": "Remaining days"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "isActive": {
    "label": "Active"
  },
  "canExpressInterest": {
    "label": "Can express interest"
  },
  "agencyId": {
    "label": "Agency ID"
  },
  "registrationLevel": {
    "label": "Registration level"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "documentLinks": {
    "label": "Document links"
  },
  "downloadAllDocumentsUrl": {
    "label": "Download all documents URL",
    "format": "link"
  },
  "externalLinks": {
    "label": "External links"
  },
  "contacts": {
    "label": "Contacts"
  },
  "unspscCodes": {
    "label": "UNSPSC codes"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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