# Ukraine Prozorro Oldest Tenders Scraper

**Use case:** 

Scrape Ukraine Prozorro tenders oldest first with tender ID, status, procurement method, value, buyer name, region, and CPV codes. Export to JSON or CSV.

## Input

```json
{
  "descending": false,
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "status": {
    "label": "🏷 Status",
    "format": "text"
  },
  "tenderId": {
    "label": "🆔 Tender ID",
    "format": "text"
  },
  "procurementMethod": {
    "label": "⚙ Method",
    "format": "text"
  },
  "procurementMethodType": {
    "label": "🔧 Method Type",
    "format": "text"
  },
  "valueAmount": {
    "label": "💰 Value",
    "format": "number"
  },
  "valueCurrency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "buyerName": {
    "label": "🏛 Buyer",
    "format": "text"
  },
  "tenderStart": {
    "label": "📅 Tender Start",
    "format": "text"
  },
  "tenderEnd": {
    "label": "📅 Tender End",
    "format": "text"
  },
  "dateModified": {
    "label": "🕒 Modified",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Ukraine Prozorro Tenders Scraper](https://apify.com/parseforge/ukraine-prozorro-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ukraine-prozorro-tenders-scraper) to learn more, explore other use cases, and run it yourself.