# Export recent South Africa eTenders opportunities

**Use case:** 

Export normalized public tender opportunities from South Africa's National Treasury eTenders OCDS API for procurement monitoring.

## Input

```json
{
  "maxItems": 25,
  "keywords": [],
  "includeDocuments": true,
  "includeRaw": false
}
```

## Output

```json
{
  "tenderId": {
    "label": "Tender ID",
    "format": "string"
  },
  "title": {
    "label": "Title / reference",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "string"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "closingDate": {
    "label": "Closing date",
    "format": "string"
  },
  "valueAmount": {
    "label": "Estimated value",
    "format": "number"
  },
  "valueCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "documentUrls": {
    "label": "Document URLs",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [South Africa eTenders Opportunities Scraper](https://apify.com/automation-lab/south-africa-etenders-opportunities-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/south-africa-etenders-opportunities-scraper) to learn more, explore other use cases, and run it yourself.