# Monitor Awarded GeM Global Tenders

**Use case:** 

Schedule a GeM tender monitor for awarded Global Tender Enquiries and export bid IDs, buyers, dates, categories, and official documents.

## Input

```json
{
  "keyword": "Cyber",
  "searchType": "contains",
  "tenderStatus": "awarded",
  "highValueOnly": false,
  "endDateFrom": "",
  "endDateTo": "",
  "sort": "end_date_latest",
  "maxItems": 100,
  "requestDelayMs": 1200,
  "useApifyProxy": false,
  "proxyGroups": [],
  "proxyCountryCode": ""
}
```

## Output

```json
{
  "bidNumber": {
    "label": "Bid number",
    "format": "string"
  },
  "title": {
    "label": "Tender title",
    "format": "string"
  },
  "ministry": {
    "label": "Ministry",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "quantity": {
    "label": "Quantity",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "isHighValue": {
    "label": "High value",
    "format": "boolean"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "endDate": {
    "label": "End date",
    "format": "string"
  },
  "bidType": {
    "label": "Bid type",
    "format": "string"
  },
  "detailUrl": {
    "label": "Official document",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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