Korea Tender Purchase Items (구매대상물품) — What Agencies Buy avatar

Korea Tender Purchase Items (구매대상물품) — What Agencies Buy

Pricing

from $4.00 / 1,000 purchase items

Go to Apify Store
Korea Tender Purchase Items (구매대상물품) — What Agencies Buy

Korea Tender Purchase Items (구매대상물품) — What Agencies Buy

Line items from Korean government tenders: product name, quantity, unit, unit price, delivery deadline and place. From the Public Procurement Service (조달청). No Korean API key needed.

Pricing

from $4.00 / 1,000 purchase items

Rating

0.0

(0)

Developer

Atomo Studio

Atomo Studio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Korea Tender Purchase Items (구매대상물품) — What Agencies Are Buying

A tender notice tells you an opportunity exists. It does not tell you what is being bought. This Actor does.

Korean public bodies file a line-item list with every goods, services and foreign procurement tender: product classification, specification, quantity, unit, unit price, delivery deadline and delivery place. Roughly 1,000 line items a day.

Real records pulled from the last week:

각 수요기관 공기순환기 (air circulators) × 240,000 대 → ₩150,000,000,000
외교부 국립외교원 정보시스템개발서비스 × 1 식 → ₩270,000,000
서울특별시서울의료원 의료용입체정위기 × 1 set deliver by 2026-12-31
(foreign procurement) 페로니오븀 (ferroniobium) × 290 TON

The upstream API returns this in Korean field names across three separate endpoints. This Actor merges the three and translates the schema. No Korean API key, no portal registration.

What you get

GroupFields
Whatproduct_class_ko, product_detail_ko, specification_ko, product_class_no, product_detail_class_no
How muchquantity, unit, unit_price_krw, line_total_krw (computed)
Deliverydelivery_deadline_at, delivery_days, delivery_place_ko, delivery_terms_ko
Whodemand_agency_ko, demand_agency_code
Link backnotice_no, notice_seq, item_seq, posted_at, url

One record per line item — a tender buying five different things produces five records, distinguished by item_seq.

line_total_krw is quantity × unit_price_krw, computed only when the unit price is a real figure. Many tenders enter a nominal price (₩1, ₩10) and refer bidders to a spec sheet instead; those records carry the quantity but no total.

Input

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

FieldTypeNotes
startDate / endDatedateYYYY-MM-DD, Korea time
categoriesarraygoods, service, foreign
keywordsarrayMatch on product, specification or agency. Korean or English — 서버, 카메라, 의료
minUnitPriceKrwintegerSkip items below this unit price
maxItemsintegerStop after N line items. 0 = no limit

Construction (공사) has no line-item data upstream, so it is not offered.

Who this is for

  • Suppliers and exporters — filter by keywords to see every Korean public tender buying your product category, with quantities and delivery dates
  • Distributors sizing demand for a product class across agencies
  • Market analysts tracking what the public sector actually procures
  • AI agents that need Korean procurement demand as structured context

Join on notice_no with Korea Public Tenders (나라장터) for the notice itself, and with Korea Tender Base Prices (기초금액) for the pricing anchor.

Notes

Source. 조달청 나라장터 입찰공고정보서비스, 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. Contact details are stripped from dedicated and free-text fields alike and are never emitted.


Development

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