# Search Active GeM Global Tenders

**Use case:** 

Run a GeM tender scraper to extract active Global Tender Enquiries with deadlines, ministries, bid numbers, quantities, and official links.

## Input

```json
{
  "keyword": "Cyber",
  "searchType": "contains",
  "tenderStatus": "ongoing",
  "highValueOnly": false,
  "endDateFrom": "",
  "endDateTo": "",
  "sort": "end_date_soonest",
  "maxItems": 20,
  "requestDelayMs": 900,
  "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.