# Korea Tender Award Results (낙찰정보) — Who Won and at What Rate (`atomo-studio/korea-g2b-award-results`) Actor

Opening results for Korean government tenders: winning company, award amount and award rate (share of the predetermined price), plus bidder count. Goods, construction, services and foreign procurement from the Public Procurement Service (조달청). No Korean API key needed.

- **URL**: https://apify.com/atomo-studio/korea-g2b-award-results.md
- **Developed by:** [Atomo Studio](https://apify.com/atomo-studio) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 80.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $6.00 / 1,000 award results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

## Korea Tender Award Results (낙찰정보) — Who Won and at What Rate

The notice tells you a tender exists. The base price tells you roughly what it is
worth. **This Actor tells you how it ended**: which company won, for how much, how
many bidders showed up, and — the number that actually matters — the **award rate**.

```
award rate = award amount ÷ predetermined price
```

In Korean public procurement the predetermined price is drawn from a band around
the published base price, and the winning bid lands somewhere under it. The award
rate is therefore the single best predictor of what it takes to win a similar
tender. Across a recent week of results the average sat around **91%**.

Roughly **1,300 tenders are opened every day**. The upstream API returns the result
in Korean field names across four separate endpoints, with the winner packed into
one caret-delimited string. **This Actor merges the four and parses it into a clean
English schema.**

### What you get

```json
{
  "notice_no": "R26BK01661464",
  "title_ko": "2026년도 하반기 도로반사경 설치 및 유지보수 단가계약",
  "category": "Construction",
  "opened_at": "2026-09-02T11:00:00",
  "status_ko": "개찰완료",
  "status_en": "Opening complete",
  "bidder_count": 23,
  "winners": [
    {
      "company_ko": "주식회사 와이티건설",
      "business_no": "1330381115",
      "award_amount_krw": 6383600,
      "award_rate_pct": 90.341
    }
  ],
  "award_amount_krw": 6383600,
  "award_rate_pct": 90.341,
  "url": "https://www.g2b.go.kr/link/PNPE027_01/single/?bidPbancNo=R26BK01661464&bidPbancOrd=000"
}
```

| Group | Fields |
|---|---|
| **Outcome** | `winners[]` (company, business no., amount, rate), `award_amount_krw`, `award_rate_pct` |
| **Competition** | `bidder_count`, `status_ko` / `status_en` |
| **Timing** | `opened_at`, `registered_at` |
| **Agencies** | `notice_agency_ko`, `demand_agency_ko` (+ codes) |
| **Link back** | `notice_no`, `notice_seq`, `rebid_no`, `bid_class_no`, `url` |

`status_en` covers the four common states: opening complete, rebidding, failed
(no valid bid) and cancelled.

Award rate and amount are omitted where they do not apply — negotiated contracts
and design competitions have no award rate, and the upstream API reports those as
zero. Roughly **44% of openings carry a usable award rate**.

### Input

Every field is optional. The default is the last 7 days across all four categories.

| Field | Type | Notes |
|---|---|---|
| `startDate` / `endDate` | date | `YYYY-MM-DD`, Korea time |
| `categories` | array | `goods`, `construction`, `service`, `foreign` |
| `keywords` | array | Match on title, agency **or winning company**. Korean or English |
| `minAwardAmountKrw` | integer | Skip results below this award amount |
| `maxItems` | integer | Stop after N results. `0` = no limit |

### Who this is for

- **Bidders** calibrating a price — look up award rates on comparable tenders before
  submitting
- **Competitive intelligence** — track which companies win in a category or region,
  and how contested each tender was (`bidder_count`)
- **Market analysts** measuring realised public spending rather than announced budgets
- **AI agents** that need Korean procurement outcomes as structured context

Join on `notice_no` with **Korea Public Tenders (나라장터)** for the notice,
**Korea Tender Base Prices (기초금액)** for the pricing anchor, and
**Korea Tender Purchase Items (구매대상물품)** for what was bought.

### Notes

**Source.** [조달청 나라장터 낙찰정보서비스](https://www.data.go.kr/data/15129397/openapi.do),
published on Korea's national open-data portal under an unrestricted licence
(이용허락범위 제한 없음). Every record carries a `source` field and a `url` back to
the original notice.

**This is an API client, not a scraper.** Data comes from the government's own REST
API with a registered key, so nothing breaks when g2b.go.kr is redesigned.

**No personal data.** The upstream winner string includes the company
representative's name. This Actor parses it out and discards it — company name,
business number, amount and rate are emitted; the individual's name never is.

***

### Development

```bash
export G2B_SERVICE_KEY='...'   # data.go.kr 인증키 (다른 Actor와 같은 키)
python3 probe.py               # 오퍼레이션·필드명 대조
apify push                     # 배포
```

# Actor input Schema

## `startDate` (type: `string`):

Earliest opening date, YYYY-MM-DD (Korea time). Defaults to 7 days ago.

## `endDate` (type: `string`):

Latest opening date, YYYY-MM-DD (Korea time). Defaults to today.

## `categories` (type: `array`):

Which kinds of tender to include. All four by default.

## `keywords` (type: `array`):

Keep only results whose notice title, agency or winning company matches one of these. Korean or English.

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

Stop after this many results, spread evenly across the selected categories. Korea opens roughly 1,300 tenders a day. 0 = no limit.

## `minAwardAmountKrw` (type: `integer`):

Skip results below this award amount. 0 = no filter.

## Actor input object example

```json
{
  "categories": [
    "goods",
    "construction",
    "service",
    "foreign"
  ],
  "keywords": [],
  "maxItems": 200,
  "minAwardAmountKrw": 0
}
```

# Actor output Schema

## `awards` (type: `string`):

One record per opening - winner, amount, award rate, bidder count.

## `downloadCsv` (type: `string`):

The same records as a spreadsheet.

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("atomo-studio/korea-g2b-award-results").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("atomo-studio/korea-g2b-award-results").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{}' |
apify call atomo-studio/korea-g2b-award-results --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,atomo-studio/korea-g2b-award-results"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/DUcO4igg7iHbi71ne/builds/BcGHKLZlaS4UMi8Md/openapi.json
