procurementlisted
Install: claude install-skill seokhoonj/data-go-kr
# data-go-kr — 조달청 나라장터 입찰공고
Fetch 나라장터 bid announcements over a time window. The vendor requires the operation to
match the announcement's 업무구분, so there is one per kind. Clean columns (a curated header
subset of the vendor's ~100 fields): `notice_no`, `notice_ord`, `notice_name`,
`notice_kind`, `notice_agency` (공고기관), `demand_agency` (수요기관), `bid_method`,
`contract_method`, `notice_at`/`bid_close_at`/`opening_at` (times, text), `estimated_price`
(추정가격, 원 int), `budget_amount` (배��예산, 원 int), `officer_name`, `notice_url`,
`registered_at`.
| operation | 업무구분 |
|---|---|
| `goods` | 물품 |
| `services` | 용역 |
| `construction` | 공사 (배정예산 미제공 -- `budget_amount` is `None`) |
| `foreign` | 외자 |
## Prerequisite
```
pipx install data-go-kr # or: pip install data-go-kr
```
A data.go.kr **decoding** key must be configured (env `DATA_GO_KR_API_KEY` or
`~/.config/data-go-kr/credentials.json`), and the 나라장터 입찰공고정보서비스 dataset (service
1230000) applied for (활용신청). It is 자동승인 for a development account.
## Running
```
data-go-kr procurement <kind> --begin YYYYMMDDHHMM --end YYYYMMDDHHMM [--inqry-div DIV] [--json]
```
- `<kind>`: `goods` / `services` / `construction` / `foreign`.
- `--begin`/`--end`: the window as `YYYYMMDDHHMM` (e.g. `202608010000` .. `202608102359`).
- `--inqry-div`: the window basis -- `1` 공고게시일시 (default), `2` 개찰일시.
## Procedure
1. **Pick the kind and window.** Match the 업무구분 to what the user wants (a 공사 search must
use `construction`); keep the window mod