# Korean Government Procurement Bid Notices Delta Feed (KONEPS/Narajangteo)

> Korean Government Procurement Bid Notices Delta Feed (KONEPS/Narajangteo) 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).

Returns a cursor-based delta stream of Korean government procurement bid notices (goods, services, construction, foreign tenders) from KONEPS/Narajangteo, with budgets and deadlines.

## Facts

- Endpoint: GET https://dartapi.ljaysk.com/v1/bids
- 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-notices-delta-feed-koneps-narajangteo-986651c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B-J09gPVZFrIPZQW_4NT0

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-notices-delta-feed-koneps-narajangteo-986651c3
```

Example prompt: Pull the latest Korean government procurement bid notices from KONEPS since cursor 18000, and show me any new service or construction tenders with budgets and closing deadlines.

## When to prefer this

Use this endpoint when you need incremental, cursor-based polling of Korean government procurement bid notices to detect new opportunities as they appear, rather than searching by keyword or fetching a single bid's full detail. Ideal for continuous monitoring pipelines, alert systems, or syncing a local database of KONEPS tenders.

## Known failure modes

- Invalid or stale cursor returns empty results or an error
- Payment not attached results in 402 response requiring x402 payment
- Rate limiting if polled too frequently
- Upstream KONEPS unavailability causes 503 or empty response
- Invalid filter parameters return 400 bad request

## How this service works

Korean government procurement (KONEPS/Narajangteo) bid notices, cursor-based delta. Goods, services, construction, foreign tenders with budgets and deadlines.

## Output

Returns a JSON object containing an array of bid notices, each with a numeric ID, Korean-language title, bid type (service/goods/construction/foreign), notice and closing datetimes, budget in KRW, estimated price in KRW, a link to the full g2b.go.kr detail page, the demanding and noticing organizations, and the official bid notice number. Also includes a total count and a cursor value for the next incremental poll.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "bids": [
   {
    "id": 18234,
    "title": "2026년 AI 기반 민원상담 시스템 구축 용역",
    "bid_type": "service",
    "close_dt": "2026-08-01 10:00",
    "notice_dt": "2026-07-22 10:00",
    "budget_krw": 480000000,
    "detail_url": "https://www.g2b.go.kr/...",
    "org_demand": "행정안전부",
    "org_notice": "조달청",
    "bid_ntce_no": "20260722000123",
    "estimated_price_krw": 436363636
   }
  ],
  "count": 1,
  "cursor": 18234
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/korean-government-procurement-bid-notices-delta-feed-koneps-narajangteo-986651c3/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)
