# Korean Government Procurement Bid Search (KONEPS)

> Korean Government Procurement Bid Search (KONEPS) is a paid API for AI agents from dartapi.ljaysk.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Search Korean government procurement bid notices by keyword, type, and minimum budget over a specified recent time window.

## Facts

- Endpoint: GET https://dartapi.ljaysk.com/v1/bids/search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/korean-government-procurement-bid-search-koneps-f248c359
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_auPatjra0AL-K3kSPt6b6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability korean-government-procurement-bid-search-koneps-f248c359
```

Example prompt: Search Korean government procurement bids from the last 14 days for anything related to 'AI 기반 민원' with a minimum budget of 300 million KRW and bid type 'service'.

## When to prefer this

Use this endpoint when you need to search and filter Korean government procurement notices by topic keyword, bid type, or budget threshold across a recent time window. Prefer this over the cursor-based delta endpoint when you want ad-hoc keyword searches rather than full incremental polling. Use the sibling full-detail endpoint after finding bids here to retrieve all raw KONEPS fields for a specific notice.

## Known failure modes

- No bids found matching the keyword/type/budget combination — returns empty bids array with count 0
- Invalid bid_type value — returns 400 error
- Lookback days exceeds allowed range — returns 400 or truncated results
- Keyword contains unsupported characters — may return empty results or 400
- Service temporarily unavailable due to upstream KONEPS outage — returns 5xx

## How this service works

Search Korean government procurement bid notices by keyword, type and minimum budget over the last N days.

## Output

Returns a list of matching Korean government bid notices, each including bid ID, title, type (goods/service/construction), opening and closing datetimes, total budget in KRW, estimated price in KRW, detail URL on g2b.go.kr, the demanding organization (e.g. ministry), the noticing organization (e.g. 조달청), and the official bid notice number. Also returns a total count of matching bids.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/korean-government-procurement-bid-search-koneps-f248c359/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dartapi.ljaysk.com](https://www.zero.xyz/host/dartapi.ljaysk.com/llms.txt)
