# Ukraine Prozorro Tenders Scraper (`parseforge/ukraine-prozorro-tenders-scraper`) Actor

Tap into Ukraine Prozorro public procurement and pull live tenders from the OpenProcurement registry. Each record carries the tender ID, status, procurement method, value with currency, buying entity, and modified date. Useful for bid tracking, market research, and supplier intelligence.

- **URL**: https://apify.com/parseforge/ukraine-prozorro-tenders-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Developer tools, Automation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.81 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

![ParseForge Banner](https://github.com/ParseForge/apify-assets/blob/ad35ccc13ddd068b9d6cba33f323962e39aed5b2/banner.jpg?raw=true)

## 🇺🇦 Ukraine Prozorro Tenders Scraper

> 🚀 **Export live Ukrainian public tenders in seconds.** Pull tenders straight from the Prozorro OpenProcurement registry with full details: value, buyer, status, and dates.

> 🕒 **Last updated:** 2026-06-08 · **📊 Up to 25 fields** per record · official OpenProcurement API · live tender feed

Turn Ukraine's Prozorro public procurement system into clean, structured records you can drop into a bid-tracking sheet, a market-research database, or a supplier-intelligence tool. The Actor reads the public tender feed newest-first (or oldest-first), then fetches the full detail for each tender it collects.

Coverage is the live public procurement registry as Prozorro publishes it through the OpenProcurement API: tender ID, status, procurement method and type, value with currency, the buying entity and its location, tender and enquiry periods, CPV codes, and modified dates. Data is read live, so every run reflects the registry at run time.

| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Suppliers and bid managers | Track new tenders in your category |
| Market researchers and analysts | Measure procurement volume and value |
| Procurement intelligence platforms | Seed a database with live tender data |
| Journalists and watchdogs | Monitor public spending in real time |

### 📋 What the Ukraine Prozorro Tenders Scraper does

This Actor reads the public Prozorro OpenProcurement tender feed and returns one clean record per tender:

- **Feed direction** — read newest-first to catch the most recently modified tenders, or oldest-first to walk the registry from the beginning.
- **Full detail per tender** — for every tender ID in the feed, the Actor fetches the complete record (value, buyer, periods, CPV codes, and more).

You control how many records come back, and every record carries a `scrapedAt` timestamp.

### 🎬 Full Demo (_🚧 Coming soon_)

### ⚙️ Input

| Field | Type | Description |
|---|---|---|
| `descending` | boolean | When enabled, the feed is read newest first so you get the most recently modified tenders. When disabled, the feed is read oldest first from the start of the registry. Defaults to `true`. |
| `maxItems` | integer | How many tenders to return. Free plan is capped at 10. |

**Example 1 — most recent tenders**
```json
{
    "descending": true,
    "maxItems": 100
}
````

**Example 2 — walk the registry from the start**

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

> ⚠️ **Good to Know:** the Actor first pages a lightweight listing feed to collect tender IDs, then fetches full details for each one. Newest-first is the default and is best for monitoring; oldest-first is best for backfilling a historical dataset.

### 📊 Output

Each record looks like this:

| Field | Description |
|---|---|
| 📌 `title` | Tender title |
| 🏷 `status` | Tender status |
| 🆔 `tenderId` | Human-readable Prozorro tender ID (e.g. UA-2024-...) |
| 🔑 `id` | Internal OpenProcurement record ID |
| ⚙ `procurementMethod` | Procurement method |
| 🔧 `procurementMethodType` | Procurement method type |
| 🗂 `mainProcurementCategory` | Main procurement category |
| 📝 `description` | Tender description |
| 💰 `valueAmount` | Tender value amount |
| 💱 `valueCurrency` | Currency of the value |
| 🧾 `valueAddedTaxIncluded` | Whether VAT is included |
| 🏛 `buyerName` | Buying entity name |
| 🏛 `buyerNameEn` | Buying entity name in English (where provided) |
| 🆔 `buyerIdentifier` | Buyer identifier code |
| 🗺 `buyerRegion` | Buyer region |
| 📍 `buyerLocality` | Buyer locality |
| 📅 `tenderStart` | Tender period start |
| 📅 `tenderEnd` | Tender period end |
| 📅 `enquiryStart` | Enquiry period start |
| 📅 `enquiryEnd` | Enquiry period end |
| 🏷 `cpvCodes` | Array of CPV classification codes |
| 🗓 `dateCreated` | Date the tender was created |
| 🕒 `dateModified` | Date the tender was last modified |
| 🔗 `url` | Direct link to the tender on prozorro.gov.ua |
| 🕒 `scrapedAt` | Collection timestamp |
| ❌ `error` | Null on success |

**Real sample — a tender**

```json
{
    "title": "Капітальний ремонт дорожнього покриття",
    "status": "active.tendering",
    "tenderId": "UA-2024-05-14-001234-a",
    "id": "a1b2c3d4e5f64789a0b1c2d3e4f56789",
    "procurementMethod": "open",
    "procurementMethodType": "aboveThresholdUA",
    "mainProcurementCategory": "works",
    "description": "Капітальний ремонт дорожнього покриття вулиці Центральної",
    "valueAmount": 4850000,
    "valueCurrency": "UAH",
    "valueAddedTaxIncluded": true,
    "buyerName": "Департамент житлово-комунального господарства",
    "buyerNameEn": null,
    "buyerIdentifier": "12345678",
    "buyerRegion": "Львівська область",
    "buyerLocality": "Львів",
    "tenderStart": "2024-05-14T12:00:00+03:00",
    "tenderEnd": "2024-05-29T18:00:00+03:00",
    "enquiryStart": "2024-05-14T12:00:00+03:00",
    "enquiryEnd": "2024-05-24T18:00:00+03:00",
    "cpvCodes": ["45233142-6"],
    "dateCreated": "2024-05-14T11:58:03+03:00",
    "dateModified": "2024-05-14T12:01:45+03:00",
    "url": "https://prozorro.gov.ua/tender/UA-2024-05-14-001234-a",
    "scrapedAt": "2026-06-08T17:09:21.000Z",
    "error": null
}
```

### ✨ Why choose this Actor

- Reads the official OpenProcurement API, not a scraped HTML page.
- Full tender detail per record, including value, buyer, periods, and CPV codes.
- Newest-first or oldest-first feed direction for monitoring or backfilling.
- A ready-made link to each tender on prozorro.gov.ua.
- No account, no key, and no login required.

### 📈 How it compares to alternatives

| Approach | Effort | Structured fields | Full detail | Maintenance |
|---|---|---|---|---|
| This Actor | One run | Yes | Yes | None on your side |
| Browsing the Prozorro portal by hand | Hours | Inconsistent | Manual | Constant |
| Writing your own API client | Days | Depends | Manual | You own the upkeep |

### 🚀 How to use

1. Create a free Apify account using [this sign-up link](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the Ukraine Prozorro Tenders Scraper.
3. Choose a feed direction with `descending` (newest first by default).
4. Set `maxItems` to the number of tenders you want.
5. Click **Start** and grab your results when the run finishes.

### 💼 Business use cases

#### Bid tracking

| Goal | How this helps |
|---|---|
| Catch new opportunities | Read the feed newest-first on a schedule |
| Filter by category | Use the CPV codes and procurement category |

#### Market research

| Goal | How this helps |
|---|---|
| Measure procurement value | Aggregate `valueAmount` by buyer or region |
| Profile buying entities | Group by `buyerName` and `buyerIdentifier` |

#### Supplier intelligence

| Goal | How this helps |
|---|---|
| Map who buys what | Join CPV codes with buyer regions |
| Track method mix | Group by `procurementMethodType` |

#### Transparency and reporting

| Goal | How this helps |
|---|---|
| Monitor public spending | Snapshot tenders and follow value over time |
| Build a public dashboard | Export structured records to CSV or JSON |

### 🔌 Automating Ukraine Prozorro Tenders Scraper

Connect runs to the tools you already use:

- **Make** and **Zapier** to trigger runs and route records into sheets or databases.
- **Slack** to post an alert when matching tenders appear.
- **Airbyte** to load results into a warehouse.
- **GitHub** Actions to schedule periodic snapshots.
- **Google Drive** to archive each run's output.

### 🌟 Beyond business use cases

- **Research:** study public procurement patterns in Ukraine.
- **Personal:** follow tenders relevant to your own business.
- **Non-profit:** power a civic-tech transparency project.
- **Experimentation:** prototype a procurement app without writing a scraper.

### 🤖 Ask an AI assistant

Paste your results into [ChatGPT](https://chat.openai.com), [Claude](https://claude.ai), [Perplexity](https://www.perplexity.ai), or [Microsoft Copilot](https://copilot.microsoft.com) and ask it to summarise tenders, rank buyers by spending, or group records by CPV category.

### ❓ Frequently Asked Questions

**Do I need an account or API key?**
No. The Actor reads the public Prozorro OpenProcurement API, which needs no login or key.

**Newest first or oldest first?**
Use `descending: true` (the default) to monitor the latest tenders, or `descending: false` to backfill from the start of the registry.

**What is the difference between `tenderId` and `id`?**
`tenderId` is the human-readable Prozorro reference (e.g. UA-2024-...); `id` is the internal OpenProcurement record identifier.

**Are values in a single currency?**
Each record carries its own `valueCurrency`. Most tenders are in UAH, but always read the currency field.

**What are CPV codes?**
Common Procurement Vocabulary codes that classify what is being procured. They come as an array per tender.

**Why is `buyerNameEn` sometimes empty?**
Not every buying entity provides an English name. The Actor passes through what the source supplies.

**How fresh is the data?**
Every run reads the live feed and detail endpoints, so it reflects the registry at run time.

**Can I export to Excel or CSV?**
Yes. Apify lets you download the dataset as CSV, Excel, JSON, or XML.

**Can I schedule this?**
Yes. Use Apify Schedules to pull new tenders on any cadence.

**Is this affiliated with Prozorro?**
No. This is an independent tool that reads only publicly available data.

### 🔌 Integrate with any app

Results are available through the Apify API, so you can pull them into any app, database, or workflow you already run.

### 🔗 Recommended Actors

- [UK The Gazette Statutory Notices Scraper](https://apify.com/parseforge)
- [Australia Federal Register of Legislation Scraper](https://apify.com/parseforge)
- More business and government data Actors in the [ParseForge collection](https://apify.com/parseforge)

> 💡 **Pro Tip:** browse the complete [ParseForge collection](https://apify.com/parseforge).

**🆘 Need Help?** [Open our contact form](https://tally.so/r/BzdKgA)

> **⚠️ Disclaimer:** independent tool, not affiliated with Prozorro or the OpenProcurement project. Only publicly available data is collected.

# Actor input Schema

## `descending` (type: `boolean`):

When enabled, the feed is read newest first so you get the most recently modified tenders. When disabled, the feed is read oldest first from the start of the registry.

## `maxItems` (type: `integer`):

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## Actor input object example

```json
{
  "descending": true,
  "maxItems": 10
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/ukraine-prozorro-tenders-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "maxItems": 10 }

# Run the Actor and wait for it to finish
run = client.actor("parseforge/ukraine-prozorro-tenders-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxItems": 10
}' |
apify call parseforge/ukraine-prozorro-tenders-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=parseforge/ukraine-prozorro-tenders-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Ukraine Prozorro Tenders Scraper",
        "description": "Tap into Ukraine Prozorro public procurement and pull live tenders from the OpenProcurement registry. Each record carries the tender ID, status, procurement method, value with currency, buying entity, and modified date. Useful for bid tracking, market research, and supplier intelligence.",
        "version": "0.1",
        "x-build-id": "dGiBVedeX6PBRxod7"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~ukraine-prozorro-tenders-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-ukraine-prozorro-tenders-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/parseforge~ukraine-prozorro-tenders-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-ukraine-prozorro-tenders-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/parseforge~ukraine-prozorro-tenders-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-ukraine-prozorro-tenders-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "descending": {
                        "title": "Newest first",
                        "type": "boolean",
                        "description": "When enabled, the feed is read newest first so you get the most recently modified tenders. When disabled, the feed is read oldest first from the start of the registry.",
                        "default": true
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
