diff --git a/.gitignore b/.gitignore
index 30e3cad..8900b54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,10 @@
# next.js
/.next/
+/.next-dev/
+/apps/admin/.next/
+/apps/admin/.next-dev/
+/apps/admin/.open-next/
/out/
# production
@@ -45,6 +49,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
+/apps/admin/next-env.d.ts
# OpenNext
.open-next
diff --git a/PLAN.md b/PLAN.md
index 427147f..42f4d2e 100644
--- a/PLAN.md
+++ b/PLAN.md
@@ -22,12 +22,14 @@
- 좋아요 랭킹
## 현재 우선순위
-1. 인증 정리와 출시 준비: 실제 로그인 경로, 로그인/회원가입 진입면과 소셜 온보딩, 반복 가능한 검증 절차, Cloudflare 배포 체크리스트
-2. 공개 UI polish: 헤더 간소화, 개발 문구 제거, 버튼/칩 줄바꿈 방지, 지도/상세 밀도 정리
-3. 운영 품질 후속 정리: rate limit 수치 조정, 관리자 UX polish, 캐시/재검증 보강
-4. 확장 기능 1차: 플레이스 좋아요/싫어요 반응 모델과 UI 우선 도입
-5. 확장 기능 2차: 공유/사진 업로드 범위와 우선순위 재결정
-6. repo-local 개발 워크플로우 유지: `.agents` skills/reviewers, `.githooks`, `verify` 스크립트
+1. 관리자 앱 분리 1차: public/admin build 경로를 분리하고, 별도 `apps/admin` 빌드와 외부 관리자 앱 전환 경로를 정리
+2. 관리자 visit/activity telemetry 2차: 방문 수, 고유 방문자, DAU/WAU, 재방문율을 적재하고 관리자 대시보드에 연결
+3. 인증 정리와 출시 준비: 실제 로그인 경로, 로그인/회원가입 진입면과 소셜 온보딩, 반복 가능한 검증 절차, Cloudflare 배포 체크리스트
+4. 공개 UI polish: 헤더 간소화, 개발 문구 제거, 버튼/칩 줄바꿈 방지, 지도/상세 밀도 정리
+5. 운영 품질 후속 정리: rate limit 수치 조정, 관리자 UX polish, 캐시/재검증 보강
+6. 확장 기능 1차: 플레이스 좋아요/싫어요 반응 모델과 UI 우선 도입
+7. 확장 기능 2차: 공유/사진 업로드 범위와 우선순위 재결정
+8. repo-local 개발 워크플로우 유지: `.agents` skills/reviewers, `.githooks`, `verify` 스크립트
## 현재 제품 상태
@@ -36,7 +38,7 @@
- 네이버 지도 연동과 preview fallback
- 현재 위치 버튼
- viewport 기반 장소 재조회
-- 카테고리/가격/정렬 필터
+- 카테고리/가격 필터
- 지역/전역 검색
- 장소 상세 시트와 개별 상세 페이지
- 북마크
@@ -49,7 +51,7 @@
- 관리자 가격 직접 수정/대표 지정/숨김
- 플레이스 좋아요/싫어요 반응
- 비로그인 visitor cookie 기반 좋아요/싫어요
-- 지도 목록 좋아요 노출과 좋아요순 정렬
+- 지도 목록 좋아요 노출
- 대표 가격 재계산과 동일 가격 2회 검증 처리
- 쓰기 API 최소 rate limit
- 로컬 Auth.js credentials 로그인
@@ -62,11 +64,13 @@
- 검색 URL 상태
- 검색어/검색 범위는 반영되지만 지도 중심/줌 상태까지는 아직 URL에 싣지 않음
- 출시 준비
- - robots, sitemap, canonical, `smoke:local`, `deploy:check`, Playwright E2E 기본 흐름, credentials 로그인/가입/북마크/신고/관리자 승인/관리자 가격 검토 E2E, GitHub Actions CI, Cloudflare Builds 기준 배포 체크 문서는 정리 중이고, 현재 E2E는 세 그룹 실행 기준으로 반복 가능하다. 실제 OAuth와 실제 운영 도메인 기준 end-to-end 점검, 그리고 지도 반응 계열 E2E의 간헐적 서버 종료 원인 정리는 남아 있다
+ - robots, sitemap, canonical, `smoke:local`, `deploy:check`, Playwright E2E 기본 흐름, credentials 로그인/가입/북마크/신고/관리자 승인/관리자 가격 검토 E2E, GitHub Actions CI, Cloudflare Builds 기준 배포 체크 문서는 정리 중이고, 현재 E2E는 세 그룹 실행 기준으로 반복 가능하다. Cloudflare 무료 플랜 기준 번들 경량화와 실제 `workers.dev` 배포까지는 통과했다. 실제 OAuth와 실제 운영 도메인 기준 end-to-end 점검은 남아 있다
+- 관리자 분리
+ - 관리자 실제 구현은 `src/features/admin/pages`, `src/features/admin/api`에 있고, public 앱의 `/admin`, `/api/admin`은 `entrypoints`를 통해 embedded/external 모드를 바꿀 수 있다. 별도 `apps/admin` Next 앱 빌드는 가능하지만, 실제 `altteulmap-admin` 배포와 `ADMIN_APP_URL` 기준 cutover는 아직 남아 있다
- 인증
- 로그인/회원가입 진입면과 로컬 credentials, 카카오/네이버 OAuth scaffolding은 준비돼 있고, 현재는 credentials 회원가입까지 동작한다. `.env.local` 기준으로 네이버는 활성화 가능 상태이고, 카카오는 client secret 누락 시 비활성화된다. 실제 provider credential과 callback URL로 끝까지 검증한 외부 로그인 경로는 아직 없다
- 반응 기능
- - 상세/상세 시트/지도 마커/지도 목록과 좋아요순 정렬까지 반영됐다. 별도 랭킹 화면은 아직 없다
+ - 상세/상세 시트/지도 마커/지도 목록 반영까지 들어갔다. 별도 랭킹 화면은 아직 없다
- 공유 기능
- 상세 페이지와 상세 시트에서 링크 공유는 가능하지만, 목록 단위 공유나 공유 유입 추적은 아직 없다
@@ -74,17 +78,33 @@
- 좋아요 랭킹
- 사진 업로드
- 테스트 체계
- - 지도/상세/비회원 좋아요/좋아요순/공유, 모바일 목록 시트/상세 시트, credentials 로그인/회원가입, 익명 댓글, 익명 장소 등록, 북마크, 익명 신고 제출/관리자 상태 변경, 익명 가격 제보/관리자 반려, 관리자 장소 승인 기준 Playwright E2E는 들어갔다. 현재는 DB 기반 `signup/bookmarks/map`, mock runtime의 `map.mobile`, DB 기반 `comments/price-review/report-admin/submission-admin` 세 그룹으로 반복 실행한다. 실제 소셜 로그인 E2E와 더 깊은 모바일 제스처 검증은 더 필요하다
+ - 지도/상세/비회원 좋아요/공유, 모바일 목록 시트/상세 시트, credentials 로그인/회원가입, 익명 댓글, 익명 장소 등록, 북마크, 익명 신고 제출/관리자 상태 변경, 익명 가격 제보/관리자 반려, 관리자 장소 승인 기준 Playwright E2E는 들어갔다. 현재는 DB 기반 `signup/bookmarks/map`, mock runtime의 `map.mobile`, DB 기반 `comments/price-review/report-admin/submission-admin` 세 그룹으로 반복 실행한다. 실제 소셜 로그인 E2E와 더 깊은 모바일 제스처 검증은 더 필요하다
- 커뮤니티 `bang`
- 핫딜 `deal`
## Active Plan
+### Cycle 9: 외부 착한가격업소 데이터 적재 (완료)
+| 작업명 | 담당 에이전트 | 우선순위 | 상태 | 완료기준(DoD) | 의존성 |
+|---|---|---|---|---|---|
+| 행정안전부 `착한가격업소` 사이트의 목록/엑셀/상세 구조를 분석해 1차 수집 경로와 필터 기준을 확정한다 | Codex | P1 | `done` | `/bssh/bsshList.do`, `/bssh/bsshPageExcel.do`, `/bssh/bsshInfo.json`의 역할, 좌표/상세/가격 데이터 차이, robots/rate limit 고려사항, `1만원 이하 1천건` 선별 기준과 적재 전략이 `PROGRESS.md`에 정리된다 | `PLAN.md`, `PROGRESS.md`, 외부 사이트 구조 |
+| `착한가격업소` 실제 데이터를 더미 데이터 대신 넣을 수 있도록 수집 스크립트, 정규화 매핑, 좌표 확보 전략, import seed 경로를 구현한다 | Codex | P1 | `done` | 공식 다운로드 또는 페이지 수집으로 원천 데이터가 로컬 파일/테이블에 저장되고, `1만원 이하` 기준과 업종/지역 매핑이 정규화되며, 좌표는 목록 페이지 좌표 또는 별도 geocoding으로 채워지고, 최소 1천건이 앱에서 조회 가능하며, 검증 로그가 `PROGRESS.md`에 남는다 | 수집 설계 확정, `src/db/**`, import script, geocoding 경로, 검증 |
+
+### Cycle 10: 관리자 앱 분리 1차
+| 작업명 | 담당 에이전트 | 우선순위 | 상태 | 완료기준(DoD) | 의존성 |
+|---|---|---|---|---|---|
+| 관리자 페이지/API의 실제 구현을 공유 모듈로 고정하고, public 앱과 별도 `apps/admin` 앱이 같은 구현을 재사용하도록 정리한다 | Codex | P1 | `in_progress` | `src/features/admin/pages`, `src/features/admin/api`가 관리자 실제 구현의 기준이 되고, public 앱의 `/admin`, `/api/admin`은 `entrypoints`를 통해 embedded/external 모드를 스위치할 수 있으며, `apps/admin`이 별도 Next 앱으로 빌드되고, `ADMIN_APP_URL` 기준 외부 관리자 앱 전환 경로와 검증 결과가 문서에 남는다 | `src/app/admin/**`, `src/app/api/admin/**`, `src/features/admin/**`, `src/lib/admin-app.ts`, `apps/admin/**`, `package.json`, Cloudflare 배포 문서 |
+
### Cycle 7: repo-local AI workflow setup (완료)
| 작업명 | 담당 에이전트 | 우선순위 | 상태 | 완료기준(DoD) | 의존성 |
|---|---|---|---|---|---|
| ECC에서 필요한 부분만 가져와 altteulmap 저장소 하위에 repo-local skills, reviewer guides, verify script, git hooks를 구성하고 전역 설정 없이 활성화한다 | Codex | P2 | `done` | `.agents/skills`, `.agents/reviewers`, `.githooks`, `scripts/git-hooks`가 추가되고, `npm run hooks:install`, `npm run verify`가 동작하며, `AGENTS.md`/`README.md`/`PLAN.md`/`PROGRESS.md`에 사용 규칙과 검증 결과가 반영된다 | `AGENTS.md`, `README.md`, `package.json`, `.githooks/**`, `scripts/git-hooks/**` |
+### Cycle 8: 로컬 개발/검증 안정화 (완료)
+| 작업명 | 담당 에이전트 | 우선순위 | 상태 | 완료기준(DoD) | 의존성 |
+|---|---|---|---|---|---|
+| 로컬 `next dev`가 build/start/e2e와 `.next`를 공유하며 깨지는 문제를 막고, 재기동 없이 페이지 전환이 계속 가능한 상태로 정리한다 | Codex | P1 | `done` | dev 서버는 production build/start/e2e 산출물과 캐시를 분리해 사용하고, Turbopack `.sst/.meta` 손상이나 `Another write batch or compaction is already active` 오류가 재발하지 않도록 기본 스크립트/설정이 조정되며, 복구 명령과 검증 결과가 `README.md`와 `PROGRESS.md`에 남는다 | `package.json`, `next.config.ts`, `.gitignore`, `README.md`, `PROGRESS.md` |
+
### Cycle 2: 문서 체계 정비와 지도 검색/URL 상태 반영 (완료)
| 작업명 | 담당 에이전트 | 우선순위 | 상태 | 완료기준(DoD) | 의존성 |
|---|---|---|---|---|---|
@@ -103,9 +123,12 @@
### Cycle 5: 인증 정리와 출시 준비
| 작업명 | 담당 에이전트 | 우선순위 | 상태 | 완료기준(DoD) | 의존성 |
|---|---|---|---|---|---|
+| 로그인 상태 액션과 운영자 대시보드를 운영 가능한 수준으로 확장한다 | Codex | P1 | `done` | 로그인 사용자는 주요 화면 상단에서 계정 라벨과 로그아웃 버튼을 볼 수 있고, 운영자 사용자는 관리자 진입 링크와 `/admin` overview에서 장소 등록/가격 제보/신고 큐, 사용자 수, 현재 세션 수 같은 즉시 계산 가능한 지표를 확인할 수 있으며, 방문 수/활성 사용자 수는 별도 방문 이벤트 적재 기준으로 정의된 2차 작업 계획이 같이 남는다 | `src/app/**`, `src/features/auth/**`, `src/features/**/repository.ts`, `src/db/schema.ts`, `PLAN.md`, `PROGRESS.md`, `prd.md`, `trd.md`, 테스트 |
+| visit/activity 이벤트 적재를 추가해 관리자 대시보드에 방문 수와 DAU/WAU를 노출한다 | Codex | P1 | `pending` | 방문 이벤트가 visitor/session 기준으로 저장되고, `/admin` overview에서 오늘/7일 방문 수, 고유 방문자 수, DAU/WAU, 재방문율 같은 활동 지표를 확인할 수 있으며, dedupe/rate limit/보존 정책과 검증 로그가 문서에 남는다 | `src/db/schema.ts`, migration, `src/app/**` 또는 middleware, `src/features/admin/**`, `PLAN.md`, `PROGRESS.md`, `trd.md`, 테스트 |
| 로컬 credentials 중심 인증을 실제 로그인/회원가입 경로로 확장하고, 핵심 사용자 흐름 테스트/SEO/배포 체크리스트를 정리한다 | Codex | P2 | `in_progress` | 로컬 credentials 로그인/회원가입과 소셜 가입 진입면, 지도 탐색/모바일 시트/익명 장소 등록/북마크/신고/관리자 승인/관리자 가격 검토 E2E가 반복 가능하게 정리되고, 이후 실제 OAuth 1개 이상이 end-to-end로 확인되며, sitemap/canonical/metadata와 Cloudflare 배포 체크리스트가 최신 상태가 된다 | `src/auth.ts`, `src/app/login/page.tsx`, `src/app/signup/page.tsx`, 테스트 코드, `README.md`, `trd.md` |
| 모바일 공개 지도 UX와 인증 진입면을 모바일 우선 기준으로 다시 정리한다 | Codex | P1 | `done` | 모바일에서 검색 외 필터는 접기 가능하고, 목록/상세 시트가 더 위로 올라오며, 로그인/회원가입이 기능 집중형 단일 카드 구조로 정리되고 관련 검증 로그가 `PROGRESS.md`에 남는다 | `src/app/map/page.tsx`, `src/features/places/map-explorer.tsx`, `src/features/places/place-detail-sheet.tsx`, `src/app/login/page.tsx`, `src/app/signup/page.tsx` |
-| 장소 등록 시 텍스트 주소만으로 끝나지 않도록 위치 확인을 필수로 전환한다 | Codex | P1 | `done` | 공개 등록 폼은 텍스트 주소 입력만 노출하고, 내부 위치 확인 없이는 제출되지 않으며, 지도/좌표 UI 없이 API/문서/검증 로그가 같은 규칙으로 정리된다 | `src/features/submission/**`, `src/app/api/places/route.ts`, `tests/e2e/submission-admin.spec.ts`, `prd.md`, `trd.md` |
+| 공개 지도의 플레이스 정렬 기능을 제거하고 검색/필터만 남긴다 | Codex | P1 | `done` | 지도 화면에서 정렬 UI와 `sort` query/API 계약이 제거되고, 공개 플레이스 목록은 고정 순서로 노출되며, 관련 테스트/문서/검증 로그가 같이 갱신된다 | `src/app/map/page.tsx`, `src/features/places/map-explorer.tsx`, `src/app/api/places/map/route.ts`, `src/features/places/**`, `tests/e2e/map.spec.ts`, 문서 |
+| 공개 장소 등록을 텍스트 입력 중심으로 단순화하고, 운영자 승인 단계에서 위치를 확정한다 | Codex | P1 | `done` | 공개 등록 폼은 상호명/주소/가격 등 텍스트 입력만 받고, 공개 제출 API는 좌표 없이 접수되며, 위치/지도/링크 처리는 운영자 승인 단계에서 수행하도록 화면/API/문서/검증 로그가 같은 규칙으로 정리된다 | `src/features/submission/**`, `src/features/places/admin-place-review-form.tsx`, `src/app/api/places/route.ts`, `src/app/api/admin/places/[id]/route.ts`, `tests/e2e/submission-admin.spec.ts`, `prd.md`, `trd.md` |
| 장소 등록 진입/제출을 로그인 없이도 허용하고, 공개 CTA 문구를 `장소 등록` 기준으로 맞춘다 | Codex | P1 | `done` | 비로그인 사용자가 `/submit`에 바로 진입해 장소 등록 요청을 제출할 수 있고, 등록 API가 익명 제출을 허용하며, 공개 화면 CTA와 검증 로그가 `장소 등록` 기준으로 정리된다 | `src/app/submit/page.tsx`, `src/app/api/places/route.ts`, `src/app/map/page.tsx`, 테스트 코드 |
| 공개 쓰기 기능에서 북마크만 로그인 유지하고 댓글/신고/가격 제보는 익명 허용으로 전환하며, `비슷한 장소` UI를 제거한다 | Codex | P1 | `done` | 공개 상세/상세 시트/신고 페이지에서 댓글, 가격 제보, 신고가 로그인 없이 동작하고, 북마크만 로그인 요구를 유지하며, `비슷한 장소` 섹션과 관련 응답/문구/검증 로그가 정리된다 | `src/app/place/[id]/page.tsx`, `src/features/places/place-detail-sheet.tsx`, `src/app/report/page.tsx`, `src/app/api/places/**`, `src/app/api/reports/route.ts`, `src/features/places/repository.ts`, 테스트 코드, DB schema |
@@ -119,3 +142,4 @@
- 벤치마크 사이트에서 영감을 받은 기능은 확장 후보로 유지하되, core loop를 약하게 만들 정도로 범위를 넓히지 않는다.
- 현재 익명 허용 범위는 `좋아요/싫어요`, `장소 등록`, `댓글`, `가격 제보`, `신고`까지다.
- 공개 쓰기 중 로그인 유지 기능은 현재 `북마크`만 남긴다. 운영자 기능은 기존처럼 별도 인증/권한 검사를 유지한다.
+- 운영자 대시보드의 `총 사용자 수`, `현재 세션 수`, `승인/신고/가격 검토 큐`는 현행 DB로 바로 계산할 수 있지만, `방문 수`, `DAU/WAU` 같은 활동 지표는 현재 저장되지 않는다. 이 값들은 별도 `visit/activity` 이벤트 적재를 붙인 뒤 2차로 노출한다.
diff --git a/PROGRESS.md b/PROGRESS.md
index a08b90d..d3c2eb4 100644
--- a/PROGRESS.md
+++ b/PROGRESS.md
@@ -3,19 +3,276 @@
기준일: 2026-04-01
## 진행 현황 요약
+- Cycle 10: 관리자 실제 구현을 `src/features/admin/**`로 모으고, public 앱 `entrypoints`와 별도 `apps/admin` 빌드를 추가해 관리자 분리 1차 스캐폴딩 완료. `deploy:admin`과 `deploy:public` 경로도 분리했고, 실제 admin deploy와 `ADMIN_APP_URL` cutover는 마지막 운영 적용만 남아 있음
- Cycle 0: 프로젝트 로컬 기반, DB 경로, 지도 탐색, 장소 상세, 등록, 신고, 북마크, 관리자 검토, 로컬 인증, 네이버 지도 연동 완료
- Cycle 1: 현재 위치 버튼, viewport 재조회, 모바일 목록 바텀시트, 모바일 상세 시트 기초 정리 완료
- Cycle 2: `PLAN.md`/`PROGRESS.md` 운영 문서 형식 정비, 지역/전역 검색, 검색 URL 상태 반영 완료
- Cycle 3: 댓글 작성/삭제, 기존 장소 가격 제보, 관리자 가격 검토 큐 완료
- Cycle 4: 관리자 가격 수정/숨김 UI, 대표 가격 재계산 규칙, 최소 rate limit, DB migration 적용, 실DB 런타임 검증 완료
- Cycle 5: sitemap/robots/canonical/기본 metadata, OAuth scaffolding, deploy check, Playwright E2E 3차, 공개 UI polish 진행 중. 공개 쓰기는 북마크를 제외하고 익명 허용으로 정리됐고, 실제 외부 로그인 E2E와 운영 도메인 기준 점검은 남아 있음
-- Cycle 5 후속: GitHub Actions CI(`Verify`, `E2E`, `Deploy Config Check`)와 Cloudflare Builds 분리 운영 경로 정리 완료
-- Cycle 6: 좋아요/싫어요 반응 도입 완료, 비로그인 visitor cookie 반응과 공개 메타 줄 분리까지 반영. 랭킹/정렬/목록 노출 확장은 남아 있음
+- Cycle 5 장소 등록 정책: 공개 폼은 텍스트 정보만 받고, 지도 위치와 네이버 지도 검색 확인은 운영자 승인 단계에서 처리하도록 다시 정리됨
+- Cycle 5 후속: GitHub Actions CI를 `push용 smoke`와 `PR용 full`로 분리하고 Cloudflare Builds와 분리 운영하는 경로 정리 완료
+- Cycle 6: 좋아요/싫어요 반응 도입 완료, 비로그인 visitor cookie 반응과 공개 메타 줄 분리까지 반영. 랭킹/목록 노출 확장은 남아 있음
- Cycle 7: repo-local AI workflow 설정 완료 (`.agents`, `.githooks`, `verify`, local commit rules)
-- 다음 우선순위: 실제 외부 로그인 E2E, 운영 도메인 기준 점검, 모바일 제스처/스냅 수준 E2E 보강
+- Cycle 8: 로컬 dev/runtime 안정화 완료 (`.next-dev` 분리, `webpack` dev 고정, build/e2e와 출력 경로 분리)
+- Cycle 9: 행정안전부 `착한가격업소` 실제 데이터 1000건 import 완료. 지역 라운드로빈 수집, 상세 메뉴 보강, DB seed/API 검증까지 반영됨
+- 다음 우선순위: 관리자 visit/activity telemetry 2차, 이후 실제 외부 로그인 E2E와 운영 도메인 점검
## 실행 로그
+### 2026-04-02 09:08 KST: `착한가격업소` 실제 데이터 importer 구현과 1000건 seed 반영
+- 완료 내용
+ - `/Users/alex/project/altteulmap/scripts/import-goodprice.ts`를 추가했다. `bsshList.do`를 지역별 round-robin으로 순차 POST 요청해 `대표 가격 <= 10000원`인 업소만 모으고, 선택된 업소에 한해서 `bsshInfo.json`으로 상세 메뉴를 보강한 뒤 앱용 `PlaceRecord[]`로 변환한다.
+ - 수집 결과는 `/Users/alex/project/altteulmap/src/features/places/imported-goodprice.json`과 `/Users/alex/project/altteulmap/data/goodprice/import-meta.json`으로 저장된다. 전자는 앱/seed 입력, 후자는 `bsshSn`, 지역 분포, 업종 분포, 선택 옵션 같은 수집 메타를 남긴다.
+ - `/Users/alex/project/altteulmap/src/features/places/catalog-data.ts`를 추가하고 `/Users/alex/project/altteulmap/src/features/places/repository.ts`, `/Users/alex/project/altteulmap/src/features/places/queries.ts`, `/Users/alex/project/altteulmap/src/features/admin/repository.ts`, `/Users/alex/project/altteulmap/src/db/seed.ts`를 실제 import 데이터 우선 사용 구조로 바꿨다. `imported-goodprice.json`이 비어 있지 않으면 mock fallback과 DB seed가 모두 이 데이터를 사용한다.
+ - `/Users/alex/project/altteulmap/package.json`, `/Users/alex/project/altteulmap/README.md`에 `npm run data:goodprice` 실행 경로를 추가했다.
+ - 실제 생성 결과는 2026-04-02 기준 `1000` places, `2616` price items이며, 대표 가격 최대값은 `10000원`, `priceItems > 10000`은 `0건`이었다.
+- 검증 결과
+ - `npm run data:goodprice -- --limit=20 --delay-ms=50 --include-detail=false --output=/tmp/goodprice-test.json --manifest=/tmp/goodprice-test-manifest.json` 통과
+ - `npm run data:goodprice -- --limit=50 --delay-ms=50 --timeout-ms=10000 --include-detail=true --output=/tmp/goodprice-50.json --manifest=/tmp/goodprice-50-manifest.json` 통과
+ - `npm run data:goodprice -- --delay-ms=50 --timeout-ms=10000` 통과
+ - `python3`로 `/Users/alex/project/altteulmap/src/features/places/imported-goodprice.json` 검사 결과 `1000`건, 평균 `2.62` price items, 대표 가격 최대 `10000`, `priceItems > 10000` `0건` 확인
+ - `npm run verify:quick` 통과. 단, 저장소 기존 `apps/admin/.open-next/**` generated 파일 때문에 ESLint warning은 계속 남음
+ - `rm -rf .next && npm run verify`는 동일한 `apps/admin/.open-next/**` generated lint 오류 때문에 실패. 이번 importer 변경과 직접 관련된 오류는 아니고, `npm run build` 단독 경로는 통과
+ - `npm run build` 통과
+ - `npm run db:up` 통과
+ - `npm run db:push` 통과
+ - `npm run db:seed` 통과
+ - `PORT=3111 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3111 npm run start` 후 `curl http://127.0.0.1:3111/api/places/map` 응답에서 `source: "database"`와 실제 `goodprice-*` payload 확인
+- 메모
+ - 현재 importer는 공공 사이트 부하를 줄이기 위해 병렬 대량 요청 대신 지역별 순차 수집과 timeout/fallback을 사용한다.
+ - 좌표는 목록 페이지의 `articleObject2`에서 가져오고, 상세 메뉴는 `bsshInfo.json`에서 보강한다. 공식 Excel export는 구조 파악과 분포 확인에는 유용했지만, 좌표가 없어 1차 앱 적재 원천으로는 직접 쓰지 않았다.
+ - `apps/admin/.open-next/**` 경로는 저장소 기존 generated 결과물이라 `verify` 전체 통과를 막고 있다. importer 작업 자체의 build/seed/API 경로는 정상 확인했다.
+
+### 2026-04-02 10:12 KST: 관리자 Worker 배포 경로 보정과 public/admin cutover 조건 고정
+- 완료 내용
+ - `/Users/alex/project/altteulmap/scripts/build-admin-worker.mjs`, `/Users/alex/project/altteulmap/apps/admin/open-next.config.ts`를 추가해 `apps/admin`이 자기 cwd에서 OpenNext build를 만들도록 정리했다.
+ - `/Users/alex/project/altteulmap/package.json`의 `cf:build:admin`, `preview:admin`, `deploy:admin`을 별도 관리자 앱 기준으로 바꿨고, `/Users/alex/project/altteulmap/wrangler.admin.jsonc`도 `apps/admin/.open-next/**`를 바라보도록 수정했다.
+ - `/Users/alex/project/altteulmap/scripts/build-public-worker.mjs`는 `ADMIN_APP_URL`이 없으면 실패하게 바꿨다. public-only 배포가 `/admin`, `/api/admin`을 제거하므로 외부 관리자 앱 주소 없이 배포되면 링크가 깨지기 때문이다.
+ - `/Users/alex/project/altteulmap/.env.example`, `/Users/alex/project/altteulmap/README.md`, `/Users/alex/project/altteulmap/docs/deploy-cloudflare.md`, `/Users/alex/project/altteulmap/docs/cloudflare-account-to-deploy.md`를 새 배포 순서에 맞게 갱신했다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+ - `npm run cf:build:admin` 통과
+ - `ADMIN_APP_URL=https://altteulmap-admin.altteul-lab.workers.dev npm run cf:build:public` 통과
+- 메모
+ - 이전 `deploy:admin`은 root app OpenNext 산출물을 다시 배포하는 구조라 실제 별도 관리자 앱 배포로 이어지지 않았다. 지금 수정은 그 경로를 바로잡는 목적이다.
+ - `cf:build:admin` 결과 route 목록에 `/admin`, `/api/admin/*`, `/login`, `/signup`만 남는 것을 확인했다.
+ - `cf:build:public` 결과 route 목록에서 `/admin`, `/api/admin/*`가 빠지는 것을 확인했다.
+
+### 2026-04-02 09:24 KST: 관리자 분리 1차 스캐폴딩과 public/admin 빌드 경로 정리
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/features/admin/pages`, `/Users/alex/project/altteulmap/src/features/admin/api`를 관리자 실제 구현 기준으로 두고, `/Users/alex/project/altteulmap/src/app/admin/**`, `/Users/alex/project/altteulmap/src/app/api/admin/**`는 `/Users/alex/project/altteulmap/src/features/admin/entrypoints/**`를 바라보도록 정리했다.
+ - `/Users/alex/project/altteulmap/scripts/sync-admin-entrypoints.mjs`를 추가해 `ALTTEULMAP_ADMIN_MODE=embedded|external`에 따라 entrypoint가 실제 구현 또는 stub(`/Users/alex/project/altteulmap/src/features/admin/stubs/**`)을 바라보게 했다.
+ - `/Users/alex/project/altteulmap/src/lib/admin-app.ts`와 stub 페이지/API를 보강해서 `ADMIN_APP_URL`이 없을 때는 redirect loop 대신 안내 패널 또는 `503` 응답을 반환하게 했다.
+ - `/Users/alex/project/altteulmap/apps/admin/**`에 별도 Next 앱을 스캐폴딩했다. 이 앱은 `/admin`, `/api/admin`, `/login`, `/signup`, `/api/auth/[...nextauth]`만 노출하고, 루트의 shared admin/auth 구현을 재사용한다.
+ - `/Users/alex/project/altteulmap/package.json`에는 `admin:sync`, `admin:build`, `admin:dev`, `admin:start`를 추가했고, 루트 `build/dev/cf:build`는 entrypoint를 먼저 동기화하도록 맞췄다.
+- 검증 결과
+ - `npm run admin:sync` 통과
+ - `npm run verify:quick` 통과
+ - `npm run build` 통과
+ - `npm run admin:build` 통과
+ - `ALTTEULMAP_ADMIN_MODE=external npm run admin:sync` 후 `src/features/admin/entrypoints/pages/dashboard-page.tsx`, `src/features/admin/entrypoints/api/places-list.ts`가 stub 구현으로 바뀌는 것 확인 후 `npm run admin:sync`로 embedded 복구
+- 메모
+ - 현재는 build 경로와 별도 admin 앱 빌드만 정리된 상태다. 실제 운영에서는 `apps/admin`을 `altteulmap-admin`으로 배포하고, public 앱은 `ADMIN_APP_URL`과 `ALTTEULMAP_ADMIN_MODE=external` 기준으로 cutover하는 단계가 한 번 더 필요하다.
+
+### 2026-04-02 09:05 KST: Cloudflare preview build에서 AUTH_SECRET 누락으로 죽던 auth eager load 수정
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/auth.ts`에서 `authOptions` 상수와 default `NextAuth(...)` eager 초기화를 제거하고, `getAuthOptions()` factory로 바꿨다. 이제 module import만으로 `AUTH_SECRET`을 바로 읽지 않는다.
+ - `/Users/alex/project/altteulmap/src/app/api/auth/[...nextauth]/route.ts`는 request 시점에 `NextAuth(getAuthOptions())`를 생성하도록 바꿨다.
+ - `/Users/alex/project/altteulmap/src/lib/session.ts`는 `AUTH_SECRET`이 없는 환경에서는 `getSessionUser()`를 `null`로 반환해, Cloudflare preview build의 prerender 단계에서 `/submit` 같은 공개 페이지가 로그인 세션 조회 때문에 실패하지 않게 정리했다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+ - `tmpdir=$(mktemp -d) && rsync -a --delete --exclude '.git' --exclude '.env' --exclude '.env.*' --exclude '.dev.vars' --exclude '.dev.vars.*' --exclude 'node_modules' ./ "$tmpdir/" && cd "$tmpdir" && npm ci --ignore-scripts && env -i HOME="$HOME" PATH="$PATH" NODE_ENV=production npm run cf:build` 통과
+- 메모
+ - 수정 전에는 같은 무환경 build에서 `AUTH_SECRET is not set` 예외가 `/api/bookmarks/[id]`, `/api/admin/places/[id]`, `/submit` prerender 단계까지 전파돼 Cloudflare external build가 실패하는 것을 재현했다.
+ - 이 수정은 build 시점 강제만 제거한 것이다. 실제 runtime auth를 쓰려면 Cloudflare 쪽 `AUTH_SECRET`은 계속 필요하다.
+
+### 2026-04-02 08:39 KST: 행정안전부 `착한가격업소` 수집 구조 조사와 1차 적재 계획 정리
+- 완료 내용
+ - `https://goodprice.go.kr/bssh/bsshList.do`가 서버 렌더 POST 폼 목록 페이지임을 확인했다. `pageIndex`, `srchCtpvCd`, `srchSggCd`, `srchIndutyCdArr`, `srchBsshNm`, `srchKeyword`, 편의시설 플래그를 hidden field로 보내며, 페이지당 목록은 4건씩 렌더된다.
+ - 같은 페이지의 JS에서 목록 마커 좌표가 `articleObject2` 문자열로 현재 페이지 4건에 한해 포함되는 것을 확인했다. 즉 공식 좌표는 목록 HTML에만 있고, 상세 JSON에는 없다.
+ - `https://goodprice.go.kr/bssh/bsshInfo.json`는 `bsshSn` 기준 상세 API로 열려 있고, 업소명/주소/업종/전화/편의시설/부서 연락처/이미지 메타와 `menuList`를 JSON으로 준다. 다만 여기에는 `lat`, `lot`이 비어 있다.
+ - `https://goodprice.go.kr/bssh/bsshPageExcel.do`는 현재 검색 조건 전체 결과를 `.xls`로 내려준다. `pageIndex=1&menuId=MN-0103`만 보내도 2026-04-02 기준 전체 `12,109`건이 한 번에 내려왔고, 열은 `업종명/업소명/주요품목/가격/전화/주소/편의시설/지역화폐/이미지명`까지 포함한다.
+ - 같은 전체 Excel에서 `가격 <= 10000원` 조건을 적용해 보니 `8,661`건이 남았다. 업종 분포는 `한식 5,258`, `미용업 976`, `기타요식업 690`, `중식 632` 순이고, 지역 상위는 `서울특별시 1,389`, `경기도 1,264`, `부산광역시 810`이었다.
+ - `robots.txt`는 일부 커뮤니티 경로만 막고 있지만, 기본적으로 공공 사이트이므로 대량 병렬 크롤링 대신 `공식 Excel 우선 + 필요한 상세/좌표만 저속 보강` 전략으로 잡는다.
+- 검증 결과
+ - `curl -L 'https://goodprice.go.kr/bssh/bsshList.do'`로 목록 HTML/폼 구조 확인
+ - `curl -s 'https://goodprice.go.kr/bssh/bsshInfo.json' -X POST -F 'bsshSn=11005' ... | jq`로 상세 JSON 필드 확인
+ - `curl -s -D - -o /tmp/goodprice-page.xls 'https://goodprice.go.kr/bssh/bsshPageExcel.do' -X POST -d 'pageIndex=1&menuId=MN-0103'`로 전체 Excel export 확인
+ - `PYTHONPATH=/tmp/xlrd-check python3 ...`로 Excel row 수와 `가격 <= 10000` 분포 계산
+- 메모
+ - `bsshInfo.json`는 `bsshSn`가 필요하지만 Excel에는 `bsshSn`가 없다. 따라서 `상세 메뉴/이미지/공식 좌표`까지 쓰려면 목록 HTML에서 `goInfo('...')`와 `articleObject2`를 추가로 모아 join해야 한다.
+ - 1차 import는 `Excel 일괄 다운로드 -> 가격 1만원 이하 필터 -> 지역/업종 균형 샘플 1천건 선별 -> 주소 geocoding 또는 목록 좌표 보강 -> 앱용 seed 생성` 순서가 가장 안전하다. 상세 메뉴/이미지는 2차 enrichment로 분리하는 편이 요청 수와 복잡도를 줄인다.
+
+### 2026-04-02 08:31 KST: 로컬 dev/build/e2e 산출물 분리로 페이지 전환 멈춤과 cache 손상 방지
+- 완료 내용
+ - `/Users/alex/project/altteulmap/package.json`의 `dev`를 `rm -rf .next-dev && next dev --webpack`으로 바꿨다. 이제 로컬 dev는 Turbopack cache가 아니라 별도 `.next-dev` 산출물과 webpack dev 서버를 사용한다.
+ - `/Users/alex/project/altteulmap/next.config.ts`에 dev/build 런타임별 `distDir` 분기를 추가해, dev는 `.next-dev`, build/start/e2e는 계속 `.next`를 쓰도록 고정했다. 이로써 `next dev`와 `next build`/`next start`/Playwright가 같은 `.next`를 공유하며 `00000084.sst` 같은 SST 파일을 잃어버리던 경로를 끊었다.
+ - `/Users/alex/project/altteulmap/.gitignore`, `/Users/alex/project/altteulmap/package.json`의 `cf:clean`, `/Users/alex/project/altteulmap/README.md`를 새 산출물 경로 기준으로 갱신했다. Cloudflare clean도 이제 `.next-dev`까지 함께 정리한다.
+ - `next dev` 첫 기동 시 `/Users/alex/project/altteulmap/tsconfig.json`의 `include`에 `.next-dev/types/**/*.ts`, `.next-dev/dev/types/**/*.ts`가 자동 추가됐다. dev 타입 생성 위치가 바뀐 데 따른 정상 반영이라 유지한다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+ - `rm -rf .next && npm run verify` 통과
+ - `npm run dev` 기동 후 `.next-dev` 생성 확인, `curl -s -o /tmp/altteulmap-admin.html -w '%{http_code}' http://127.0.0.1:3000/admin` 결과 `307`
+ - 같은 dev 서버를 유지한 채 `rm -rf .next && npm run build` 통과
+ - 같은 dev 서버를 유지한 채 `curl -s -o /tmp/altteulmap-root-during-build.html -w '%{http_code}' http://127.0.0.1:3000/` 결과 `200`
+ - 같은 dev 서버를 유지한 채 `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap USE_MOCK_DATA=false AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 npm run test:e2e:smoke:ci` 통과
+- 메모
+ - 이번 이슈의 직접 원인은 `next dev`가 `.next/dev/cache/turbopack` 아래 SST/metadata를 쓰는 동안, build/start/e2e 경로가 같은 `.next`를 다시 만지면서 cache 참조가 깨진 것이다. 사용자에게 보인 `Unable to open static sorted file`, `Failed to lookup task ids`, `Another write batch or compaction is already active`는 이 충돌의 결과다.
+ - 이후 로컬 dev가 다시 이상하면 production 산출물인 `.next`는 건드리지 말고 `rm -rf .next-dev && npm run dev`로 복구하는 것을 기본 경로로 삼는다.
+
+### 2026-04-02 08:18 KST: `/map` 호환 경로를 redirect로 줄이고 홈 단일 진입점으로 정리
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`로 실제 지도 홈 구현을 분리했다.
+ - `/Users/alex/project/altteulmap/src/app/page.tsx`는 위 구현을 그대로 재사용하는 최소 re-export로 정리했다.
+ - `/Users/alex/project/altteulmap/src/app/map/page.tsx`는 더 이상 전체 지도 화면을 중복 렌더하지 않고, query string을 유지한 채 `/`로 `permanentRedirect` 하도록 바꿨다.
+ - `/Users/alex/project/altteulmap/README.md`, `/Users/alex/project/altteulmap/docs/deploy-cloudflare.md`의 현재 진입 경로 안내도 `/` 기준으로 맞췄다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+ - `npm run build` 통과 예정 검증과 함께 route output 확인
+- 메모
+ - 이 변경의 목적은 사용자 진입 경로를 `/`로 고정하면서, `/map`이 같은 서버 페이지를 한 번 더 싣지 않게 해 route 중복 비용을 줄이는 것이다.
+
+### 2026-04-02 08:10 KST: Cloudflare 무료 플랜 기준으로 번들 경량화와 배포 경로 안정화
+- 완료 내용
+ - `/Users/alex/project/altteulmap/package.json`의 `build`를 `next build --webpack`으로 고정했다. Next 16 기본 Turbopack 빌드에서는 OpenNext 서버 핸들러가 너무 커져 Cloudflare Workers Free 한도 3 MiB를 넘겼다.
+ - `/Users/alex/project/altteulmap/src/app/api/**`, `/Users/alex/project/altteulmap/src/lib/visitor-id.ts`, `/Users/alex/project/altteulmap/src/lib/public-write-actor.ts`에서 `next/server`의 `NextRequest`/`NextResponse` 의존을 제거하고 표준 `Request`/`Response`와 수동 cookie header 설정으로 정리했다.
+ - `/Users/alex/project/altteulmap/src/app/layout.tsx`, `/Users/alex/project/altteulmap/src/app/place/[id]/page.tsx`에서 현재 쓰지 않는 `openGraph`/`twitter` metadata를 제거했고, `/Users/alex/project/altteulmap/wrangler.jsonc`에서는 실제로 쓰지 않는 `images` binding을 제거했다.
+ - `/Users/alex/project/altteulmap/package.json`에 `cf:clean`, `cf:build` 스크립트를 추가하고 `preview`, `deploy`, `upload`가 항상 `.next`, `.open-next`를 비운 뒤 다시 빌드하도록 바꿨다. 이전에는 stale build 산출물 때문에 `npm run deploy` 중 OpenNext middleware config 복사 단계가 간헐적으로 깨졌다.
+- 검증 결과
+ - `npm run lint` 통과
+ - `npx opennextjs-cloudflare build` 통과
+ - `npm run deploy` 통과
+ - 배포 URL `https://altteulmap.altteul-lab.workers.dev`에서 `HTTP 200`, `/robots.txt` 응답 확인
+ - OpenNext 서버 핸들러 크기 재측정
+ - Turbopack 기준: `.open-next/server-functions/default/handler.mjs` 약 `2595 KiB gzip`
+ - Webpack 기준: `.open-next/server-functions/default/handler.mjs` 약 `1088 KiB gzip`
+ - 실제 Wrangler 업로드 결과
+ - 최종 `Total Upload: gzip 1356.55 KiB`
+ - Cloudflare 무료 플랜 한도 안에서 배포 성공
+- 메모
+ - 이번 경량화의 핵심은 기능 삭제보다 런타임/번들 경로를 바꾼 것이다. `Turbopack -> webpack`, `next/server -> Request/Response` 전환이 가장 큰 효과를 냈다.
+ - `sitemap.xml` prerender 중 로컬 production DB에 `places` 테이블이 없으면 mock fallback 로그가 남지만, 빌드와 배포 자체는 정상 통과한다.
+
+### 2026-04-02 08:08 KST: 로그아웃 노출과 관리자 overview 대시보드 1차 구현
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/features/auth/session-action-group.tsx`를 추가해 로그인 상태 공통 액션을 묶었다. 로그인 사용자는 계정 라벨과 `로그아웃` 버튼을 보고, 운영자 계정은 같은 자리에서 `관리` 링크도 바로 볼 수 있다.
+ - `/Users/alex/project/altteulmap/src/app/map/page.tsx`, `/Users/alex/project/altteulmap/src/app/bookmarks/page.tsx`, `/Users/alex/project/altteulmap/src/app/submit/page.tsx`, `/Users/alex/project/altteulmap/src/app/report/page.tsx`, `/Users/alex/project/altteulmap/src/app/place/[id]/page.tsx`에 공통 액션을 붙여 공개 화면에서도 로그인 상태와 로그아웃 동선이 보이게 정리했다.
+ - `/Users/alex/project/altteulmap/src/features/admin/repository.ts`를 추가해 관리자 overview 집계를 분리했다. 총 사용자 수, 운영자/일반 사용자 수, 현재 세션 수, 세션 사용자 수, 활성 장소 수, 승인 대기 장소 수, 대기 가격 제보 수, 열린 신고 수와 최근 가입 사용자 목록을 한 번에 조회한다.
+ - `/Users/alex/project/altteulmap/src/app/admin/page.tsx`를 overview 대시보드로 다시 구성했다. KPI 카드, 장소/가격/신고 바로가기, 최근 가입 사용자 목록, 최신 장소 등록 목록, 최신 신고 목록을 넣었고 방문 지표는 아직 미계측이라는 안내를 명시했다.
+ - `/Users/alex/project/altteulmap/src/app/admin/places/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/reports/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/prices/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/prices/places/[id]/page.tsx`에도 같은 세션 액션을 붙여 관리자 하위 화면에서도 로그아웃이 바로 보이게 했다.
+ - `/Users/alex/project/altteulmap/tests/e2e/admin-dashboard.spec.ts`를 추가했고, `/Users/alex/project/altteulmap/package.json`, `/Users/alex/project/altteulmap/README.md`, `/Users/alex/project/altteulmap/prd.md`, `/Users/alex/project/altteulmap/trd.md`, `/Users/alex/project/altteulmap/PLAN.md`를 새 관리자/인증 동선에 맞게 갱신했다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+ - `rm -rf .next && npm run verify` 통과
+ - `npm run db:push` 통과
+ - `npm run db:seed` 통과
+ - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap USE_MOCK_DATA=false AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 npx playwright test tests/e2e/map.spec.ts tests/e2e/admin-dashboard.spec.ts tests/e2e/bookmarks.spec.ts tests/e2e/price-review.spec.ts tests/e2e/report-admin.spec.ts tests/e2e/submission-admin.spec.ts` 통과
+ - `USE_MOCK_DATA=true AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과
+ - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap USE_MOCK_DATA=false AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 npm run test:e2e:smoke:ci` 통과
+- 메모
+ - 이번 1차 구현은 현재 DB로 바로 계산 가능한 지표만 노출한다. `방문 수`, `DAU/WAU`, `재방문율`은 아직 저장소가 없어 카드 대신 안내 섹션만 넣었다.
+ - 다음 단계는 별도 visit/activity 이벤트 적재와 dedupe 정책을 추가해 관리자 대시보드의 활동 지표를 실제 숫자로 채우는 작업이다.
+
+### 2026-04-02 02:10 KST: 홈/지도 탭 제목을 기본 브랜드명으로 통일
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/app/page.tsx`, `/Users/alex/project/altteulmap/src/app/map/page.tsx`에서 개별 title `지도에서 알뜰 장소 찾기`를 제거했다.
+ - 이제 홈 `/`와 `/map`은 `/Users/alex/project/altteulmap/src/app/layout.tsx`의 기본 metadata title `알뜰맵`을 그대로 사용한다.
+- 검증 결과
+ - `rg -n 'title:\s*"지도에서 알뜰 장소 찾기"|title:\s*"알뜰맵"' src/app` 결과, 홈/지도 페이지의 개별 title 제거 확인
+ - `npm run verify:quick` 통과
+
+### 2026-04-02 01:58 KST: 지도 검색 범위 칩의 선택 상태 배경 회귀 수정
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/app/map/page.tsx`에서 `현재 지도에서 찾기`/`전체에서 찾기` 칩이 쓰던 `peer-checked:bg...` 조합을 제거하고, `altteulmap-scope-input` + `altteulmap-scope-chip` 조합으로 단순화했다. 기존 구현은 선택 시 `text-white`는 적용되는데 배경은 계속 흰색으로 남아 글자가 안 보일 수 있었다.
+ - `/Users/alex/project/altteulmap/src/app/globals.css`에 범위 칩 전용 규칙을 추가해 `:checked + span`에서 border/background/text를 함께 제어하고, focus ring도 같이 유지되게 정리했다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+ - Playwright 브라우저 샘플에서 `.altteulmap-scope-input:checked + .altteulmap-scope-chip` 계산값이 `color: rgb(255, 255, 255)`, `backgroundImage: linear-gradient(...)`, `borderColor: rgb(156, 89, 52)`로 적용되는 것 확인
+- 메모
+ - 현재 별도로 떠 있던 기존 `next dev` 프로세스(`localhost:3000`)는 수정 전 클래스 조합을 계속 서빙하고 있었다. 같은 증상이 남아 보이면 dev 서버를 한 번 재시작해 최신 스타일을 반영해야 한다.
+
+### 2026-04-02 01:39 KST: 로고와 인증/운영 화면의 영문 카피 제거
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/components/brand-mark.tsx`에서 로고 위 보조 영문 문구 `Local Saving Map`을 제거하고, 브랜드 표기는 `알뜰맵`과 한글 설명만 남기도록 정리했다.
+ - `/Users/alex/project/altteulmap/src/app/admin/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/places/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/prices/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/reports/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/prices/places/[id]/page.tsx`, `/Users/alex/project/altteulmap/src/features/places/admin-place-coordinate-picker.tsx`에서 `Admin`, `Place queue`, `Price queue`, `Report queue`, `Coordinate picker`, `API 보기`, `데이터 소스: DB`처럼 섞여 있던 운영 화면 영문/영문 약어를 `운영`, `장소 검토`, `가격 검토`, `신고 검토`, `위치 선택`, `응답 보기`, `데이터 구분: 실데이터` 기준으로 통일했다.
+ - `/Users/alex/project/altteulmap/src/features/auth/login-form.tsx`, `/Users/alex/project/altteulmap/src/features/auth/signup-form.tsx`, `/Users/alex/project/altteulmap/src/features/auth/repository.ts`, `/Users/alex/project/altteulmap/src/app/api/auth/signup/route.ts`에서 남아 있던 `name@example.com`, `DB 연결`, 환경 변수명을 직접 노출하는 안내 문구를 걷어내고, 인증 화면과 비활성 상태 메시지를 한글 중심으로 정리했다.
+- 검증 결과
+ - `rg -n 'Local Saving Map|name@example.com|DB 연결|AUTH_[A-Z_]+_CLIENT|Place queue|Price queue|Report queue|Coordinate picker|>Admin<|eyebrow="Admin"|API 보기|데이터 소스:' src/app src/components src/features` 실행 결과, 남은 항목은 환경 변수 참조 같은 내부 코드뿐이고 정리 대상 사용자 노출 문구는 제거된 것 확인
+ - `npm run verify:quick` 통과
+
+### 2026-04-02 00:00 KST: 로그인 상태 액션/관리자 대시보드 설계 정리
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/features/auth/sign-out-button.tsx`에 로그아웃 버튼 컴포넌트는 이미 있지만, `/Users/alex/project/altteulmap/src/app/map/page.tsx`를 포함한 주요 화면 상단 액션에는 아직 연결되지 않은 상태임을 확인했다. 현재는 비로그인일 때만 `로그인`이 보이고, 로그인 상태의 `로그아웃`/`관리` 동선은 공용 UI로 드러나지 않는다.
+ - `/Users/alex/project/altteulmap/src/app/admin/page.tsx`와 `/Users/alex/project/altteulmap/src/app/admin/places/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/reports/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/prices/page.tsx`를 기준으로 보면 관리자 검토 큐 자체는 이미 있지만, 현재 `/admin`은 요약 카드 3개만 있는 초안 상태다. 운영자 요청 기준의 `장소 등록 목록`, `신고 목록`, `유저 현황`을 한 화면에서 보는 overview/dashboard는 아직 없다.
+ - `/Users/alex/project/altteulmap/src/db/schema.ts` 기준으로 `users`, `auth_sessions`, `places`, `price_reports`, `content_reports` 집계는 바로 가능하지만, `방문 수`, `DAU/WAU` 같은 활동 지표를 계산할 방문 이벤트 저장소는 없다. `auth_sessions`도 `expires`만 있어 최근 활동 지표 대체재로는 부족하다.
+ - `/Users/alex/project/altteulmap/PLAN.md`에 새 작업 `로그인 상태 액션과 운영자 대시보드를 운영 가능한 수준으로 확장한다`를 추가했다. 구현은 `1차: 로그아웃/관리 진입 + 기존 DB 기반 overview`, `2차: visit/activity 이벤트 적재 후 방문/활성 사용자 지표`의 두 단계로 진행하는 것으로 정리했다.
+- 메모
+ - 1차 관리자 overview 후보 지표: 총 사용자 수, 현재 만료되지 않은 세션 수, 운영자 수/일반 사용자 수, 승인 대기 장소 수, 대기 중인 가격 제보 수, 열린 신고 수, 최근 가입 사용자 목록
+ - 2차 활동 지표 후보: 오늘/7일 방문 수, 고유 방문자 수, DAU/WAU, 재방문율. 이 단계는 새 telemetry table, dedupe key, 수집 위치(layout 또는 middleware 수준) 설계가 선행돼야 한다.
+
+### 2026-04-02 01:26 KST: 지도 카테고리/필터 선택 상태 대비 강화
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/app/globals.css`에서 `altteulmap-accent-chip`을 더 진한 오렌지 계열 배경과 흰 텍스트, 더 강한 border/shadow 조합으로 바꿔 선택 상태가 비선택 상태와 확실히 구분되게 조정했다.
+ - `/Users/alex/project/altteulmap/src/app/map/page.tsx`에서 모바일/데스크톱 카테고리, 가격 필터, 검색 범위 칩의 선택/비선택 클래스를 공통 상수로 정리하고, radio `peer-checked` 상태도 기존의 옅은 베이지 대신 진한 활성 색으로 통일했다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+
+### 2026-04-01 23:47 KST: 공개 지도 플레이스 정렬 기능 제거
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/app/map/page.tsx`, `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에서 공개 지도 정렬 UI, `sort` URL 파라미터, 모바일 summary/hidden input을 제거했다. 이제 공개 지도는 검색과 카테고리/가격 필터만 유지하고, 목록은 기본 순서로 고정 노출된다.
+ - `/Users/alex/project/altteulmap/src/app/api/places/map/route.ts`, `/Users/alex/project/altteulmap/src/features/places/types.ts`, `/Users/alex/project/altteulmap/src/features/places/queries.ts`, `/Users/alex/project/altteulmap/src/features/places/repository.ts`에서 공개 지도용 `sort` API 계약과 `likes` 정렬 분기를 제거했다. 내부적으로는 기존 `price`/`recent` 정렬 타입만 남겨 다른 비공개/운영 경로와 충돌하지 않게 정리했다.
+ - `/Users/alex/project/altteulmap/tests/e2e/map.spec.ts`에서 좋아요순 회귀를 제거했고, `/Users/alex/project/altteulmap/README.md`, `/Users/alex/project/altteulmap/prd.md`, `/Users/alex/project/altteulmap/trd.md`, `/Users/alex/project/altteulmap/PLAN.md`를 새 공개 지도 계약에 맞게 갱신했다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+ - `rm -rf .next && npm run verify` 통과
+ - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap USE_MOCK_DATA=false AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 npx playwright test tests/e2e/map.spec.ts` 통과
+ - `USE_MOCK_DATA=true AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과
+- 메모
+ - `npm run test:e2e:smoke`는 이번 run에서 `e2e:prepare` 이후 build 단계 중 `.next/server/pages-manifest.json`을 찾지 못해 실패했다. 정렬 제거 기능 자체는 위의 수동 build + Playwright 지도 시나리오로 회귀 확인을 마쳤고, smoke 래퍼 이슈는 별도 인프라 문제로 남긴다.
+
+### 2026-04-02 01:18 KST: 공개 등록/회원가입 화면의 불필요한 설명 카피 정리
+- 완료 내용
+ - `/Users/alex/project/altteulmap/src/app/submit/page.tsx`에서 비로그인 안내 문구 `로그인 없이도 장소를 등록할 수 있습니다.`와 제출 전 설명 문단을 제거하고, 로그인 상태일 때만 `등록 계정` 배지만 보이게 정리했다.
+ - `/Users/alex/project/altteulmap/src/features/submission/place-submit-form.tsx`에서 이름/주소 입력 아래 보조 설명 문구와 하단 정책 설명 박스를 제거해 라벨과 입력 중심으로 단순화했다.
+ - `/Users/alex/project/altteulmap/src/app/signup/page.tsx`, `/Users/alex/project/altteulmap/src/features/auth/signup-form.tsx`에서 회원가입 화면의 로컬 DB 안내, 자동 로그인 설명, 비활성 상태 설명 박스를 제거해 기능 중심 레이아웃으로 맞췄다.
+- 검증 결과
+ - `rg -n "로그인 없이도|운영자가|공개 등록은|정확한 도로명 주소만|가입이 완료되면|DB 연결|기존 계정|소셜 로그인만" src/app/submit/page.tsx src/features/submission/place-submit-form.tsx src/app/login/page.tsx src/features/auth/login-form.tsx src/app/signup/page.tsx src/features/auth/signup-form.tsx`에서 정리 대상 정적 설명 문구가 제거된 것 확인
+ - `npm run verify:quick` 통과
+
+### 2026-04-01 KST: GitHub Actions를 빠른 main smoke와 PR full 검증으로 분리
+- 완료 내용
+ - `/Users/alex/project/altteulmap/package.json`에 `test:e2e:smoke:ci`, `test:e2e:full:ci`, `test:e2e:smoke`, `test:e2e:full`을 추가하고, 기존 `test:e2e`는 full 세트를 가리키도록 정리했다. `main`용 smoke 세트는 `map`, `signup`, `submission-admin`만 먼저 돌고, 모바일/댓글/신고/가격 검토 흐름은 full 세트에 남긴다.
+ - `/Users/alex/project/altteulmap/.github/workflows/ci.yml`에서 E2E 단일 job을 `E2E Smoke`와 `E2E Full`로 나눴다. `push`에서는 `verify:quick + smoke + deploy:check`, `pull_request/workflow_dispatch`에서는 `verify + full`이 돌도록 바꿨다.
+ - 같은 workflow에서 `Verify`와 E2E 사이의 직렬 의존성을 제거해 병렬로 시작되게 했고, Playwright 브라우저 캐시(`~/.cache/ms-playwright`)를 추가해 반복 실행 시간을 줄였다.
+ - `push` 경로의 `Verify`는 `lint`만 돌고 실제 build는 smoke E2E에서 한 번만 수행하도록 바꿔, main 푸시 기준 중복 build를 줄였다.
+ - `/Users/alex/project/altteulmap/scripts/run-local-e2e.mjs`를 추가해 로컬 `test:e2e:*` 명령이 `.env.production.local` 대신 `.env`/`.env.local` 기준으로 돌게 했고, Playwright 서버용 `NEXTAUTH_URL=http://127.0.0.1:3107` 고정과 `db:push -> db:seed` 선행도 같이 처리했다.
+ - `/Users/alex/project/altteulmap/README.md`에 새 E2E 스크립트와 CI 분기 기준을 반영했다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+ - `npm run test:e2e:smoke` 통과
+ - `npm run verify` 통과
+- 메모
+ - GitHub Actions 로그의 `azure.archive.ubuntu.com`는 GitHub-hosted Ubuntu runner가 Playwright 실행용 시스템 패키지를 apt mirror에서 받는 정상 로그다. 프로젝트와 무관한 인프라 로그다.
+ - 로컬 `npm run verify`는 `next build` 특성상 `.env.production.local`을 먼저 읽기 때문에 production DB에 테이블이 없으면 build 로그에 mock fallback 메시지가 남을 수 있다. 빌드는 통과했고, 실제 로컬 E2E는 새 래퍼가 local env를 우선 주입해 우회한다.
+
+### 2026-04-02 01:10 KST: 공개 장소 등록을 텍스트-only로 단순화하고 운영자 승인 단계로 위치 확정 이관
+- 완료 내용
+ - `/Users/alex/project/altteulmap/PLAN.md`에서 기존 `공개 폼 내부 위치 확인 필수` 계획을 폐기하고, `공개 등록은 텍스트 입력만 받고 위치/지도 처리는 운영자 승인 단계에서 수행`하는 새 기준으로 cycle 항목을 갱신했다.
+ - `/Users/alex/project/altteulmap/src/features/submission/schema.ts`에서 공개 장소 등록 schema에서 `latitude`/`longitude`를 제거했다. 이제 공개 제출 API는 이름, 주소, 카테고리, 가격, 메모 같은 텍스트 정보만 검증하며, 승인용 `placeModerationSchema`만 좌표 입력을 계속 요구한다.
+ - `/Users/alex/project/altteulmap/src/features/submission/place-submit-form.tsx`를 전면 단순화했다. 네이버 geocoding import, `주소로 위치 확인` 버튼, hidden 좌표 필드, 제출 전 내부 위치 확인 로직을 모두 제거했고, 운영자가 승인 단계에서 지도 위치와 네이버 지도 검색 결과를 확인한다는 안내 문구로 교체했다.
+ - 공개 제출 흐름에서 더 이상 쓰지 않는 `/Users/alex/project/altteulmap/src/features/submission/place-coordinate-picker.tsx`를 삭제해, 다음 세션에서 공개 등록이 좌표 picker를 쓰는 것으로 오해하지 않게 정리했다.
+ - `/Users/alex/project/altteulmap/src/features/places/repository.ts`는 공개 장소 등록을 항상 `latitude: null`, `longitude: null` 상태의 `pending_review`로 저장하도록 바꿨고, 제출 preview에서도 좌표를 더 이상 노출하지 않게 맞췄다.
+ - `/Users/alex/project/altteulmap/src/app/submit/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/page.tsx`, `/Users/alex/project/altteulmap/src/app/admin/places/page.tsx`, `/Users/alex/project/altteulmap/src/features/places/admin-place-review-form.tsx`, `/Users/alex/project/altteulmap/prd.md`, `/Users/alex/project/altteulmap/trd.md`를 새 정책에 맞게 갱신했다. 공개 제보는 텍스트-only, 운영자는 승인 단계에서 주소와 네이버 지도 검색 결과를 참고해 좌표를 확정하는 흐름으로 설명을 통일했다.
+ - `/Users/alex/project/altteulmap/tests/e2e/submission-admin.spec.ts`는 회귀 기준을 바꿨다. 공개 폼에 위치 확인 UI가 노출되지 않는지 확인하고, 텍스트-only 등록 후 운영자가 좌표를 입력해 승인하면 홈 검색에 노출되는 시나리오를 유지했다.
+- 검증 결과
+ - `npm run verify:quick` 통과
+ - `npm run verify` 통과
+ - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap USE_MOCK_DATA=false AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 npx playwright test tests/e2e/submission-admin.spec.ts` 통과
+- 메모
+ - 이번 변경은 `2026-04-02 00:05 KST`에 기록된 `공개 폼 내부 위치 확인 필수` 정책을 대체한다. 이후 공개 등록 UX는 좌표/geocoding을 전제로 두지 않는다.
+ - `npm run verify` 중 production build 경로에서는 로컬 DB에 `places` 테이블이 없을 때 기존과 동일하게 mock fallback 로그가 남았지만, 빌드 자체는 정상 통과했다.
+
### 2026-04-02 00:20 KST: credentials 회원가입 실동작 추가
- 완료 내용
- `/Users/alex/project/altteulmap/src/db/schema.ts`, `/Users/alex/project/altteulmap/drizzle/0006_boring_titania.sql`, `/Users/alex/project/altteulmap/drizzle/meta/0006_snapshot.json`에 `auth_accounts.password_hash`를 추가해 credentials 계정 비밀번호를 별도 해시로 저장할 수 있게 했다.
diff --git a/README.md b/README.md
index 4315eac..6072f16 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,15 @@ npm run dev
브라우저에서 `http://localhost:3000`을 열면 됩니다.
+로컬 개발 서버는 `webpack` 기반으로 실행되고 산출물을 `.next-dev`에 저장합니다. 반대로 `build`, `start`, Playwright E2E, Cloudflare 빌드는 계속 `.next` 또는 `.open-next`를 사용하므로, dev 서버를 띄운 채 빌드/검증을 돌려도 예전처럼 같은 `.next`를 공유하며 깨지지 않습니다.
+
+페이지 전환이 멈추거나 dev cache가 이상하면 아래처럼 dev 산출물만 비우고 다시 올리면 됩니다.
+
+```bash
+rm -rf .next-dev
+npm run dev
+```
+
## 주요 스크립트
```bash
@@ -22,34 +31,60 @@ npm run dev
npm run lint
npm run build
npm run verify
+npm run test:e2e:smoke
npm run test:e2e
npm run smoke:local
npm run deploy:check
+npm run admin:build
+npm run cf:build:admin
npm run hooks:install
npm run db:up
npm run db:generate
npm run db:push
npm run db:seed
+npm run data:goodprice
npm run db:down
npm run preview
```
-- `dev`: Next.js 로컬 개발 서버
+- `dev`: Next.js 로컬 개발 서버 (`webpack`, `.next-dev`)
- `lint`: ESLint 검사
-- `build`: Next.js 프로덕션 빌드
+- `build`: Next.js 프로덕션 빌드 (`.next`)
- `verify`: 현재 프로젝트 기준 전체 기본 검증(`lint + build`)
+- `test:e2e:smoke`: `main` 푸시 기준의 빠른 Playwright smoke 세트
- `test:e2e`: Playwright E2E 실행
- `smoke:local`: 실행 중인 로컬 서버에 대해 SEO/API/credentials 로그인 기본 스모크 체크
- `deploy:check`: Cloudflare 배포 전 필수 환경 변수와 URL 설정 점검
+- `admin:sync`: public 앱의 관리자 route entrypoint를 `embedded` 또는 `external` 구현으로 동기화
+- `admin:build`: 별도 `apps/admin` 관리자 앱 빌드
+- `cf:build:admin`: 별도 `apps/admin` 관리자 Worker용 OpenNext build
- `hooks:install`: 이 저장소 전용 git hook 활성화
- `db:up`: 로컬 Postgres 컨테이너 시작
- `db:generate`: Drizzle 마이그레이션 SQL 생성
- `db:push`: 로컬/개발 DB에 스키마 반영
-- `db:seed`: 로컬 DB에 목업 시드 데이터 입력
+- `db:seed`: 로컬 DB에 시드 데이터 입력 (`imported-goodprice.json`이 있으면 실제 착한가격업소 1000건 우선 사용)
+- `data:goodprice`: 행정안전부 `착한가격업소` 사이트에서 `1만원 이하` 실제 업소를 수집해 `src/features/places/imported-goodprice.json`과 `data/goodprice/import-meta.json` 생성
- `db:down`: 로컬 Postgres 컨테이너 중지
+- `cf:clean`: Cloudflare 빌드 전 `.next`, `.next-dev`, `.open-next` 정리
+- `cf:build`: Cloudflare 배포용 clean build
- `preview`: OpenNext로 Cloudflare Workers 런타임 미리보기
+- `preview:public`: 관리자 route를 제외한 public 앱 preview
+- `preview:admin`: 별도 관리자 앱 preview
+- `deploy:public`: 관리자 route를 제외한 public 앱 배포
+- `deploy:admin`: 별도 관리자 앱 배포
+
+`deploy`, `deploy:public`, `deploy:admin`, `upload`는 Cloudflare 계정과 Wrangler 인증이 준비된 뒤 사용하면 됩니다.
+
+현재 산출물 경로는 `dev -> .next-dev`, `build/start/e2e -> .next`, `Cloudflare preview/deploy -> .open-next`로 분리돼 있습니다. Cloudflare 무료 플랜 기준 경량화는 `next build --webpack` + `cf:clean` 경로를 전제로 맞춰져 있습니다.
+
+관리자 분리 1차가 들어가 있어서, 현재 배포 경로는 두 가지입니다.
+- 기본 `deploy`: 관리자 구현을 포함한 현재 앱 전체 배포
+- `deploy:public`: public 앱만 배포하고 `/admin`, `/api/admin`은 번들에서 제외하는 경로
+- `deploy:admin`: `apps/admin`을 `altteulmap-admin` 같은 별도 Worker로 배포하는 경로
+
+`deploy:public`은 `ADMIN_APP_URL`이 반드시 있어야 합니다. public 앱에서 관리자 링크를 별도 관리자 앱으로 보낼 때 쓰는 값이기 때문입니다.
-`deploy`, `upload`는 Cloudflare 계정과 Wrangler 인증이 준비된 뒤 사용하면 됩니다.
+별도 관리자 앱은 `apps/admin`에서 관리하며, 로컬 검증은 `npm run admin:build`, Worker 번들 검증은 `npm run cf:build:admin`으로 먼저 확인합니다.
## DB 시작
@@ -75,12 +110,23 @@ npm run db:seed
DB가 연결된 상태에서는 `/signup`에서 새 이메일 계정을 직접 만들 수 있습니다. 가입이 끝나면 같은 이메일/비밀번호로 바로 로그인됩니다.
+실제 데이터를 다시 받으려면 아래 순서로 실행하면 됩니다.
+
+```bash
+npm run data:goodprice -- --delay-ms=50 --timeout-ms=10000
+npm run db:seed
+```
+
+생성된 `src/features/places/imported-goodprice.json`은 mock fallback과 DB seed 양쪽에서 공통으로 우선 사용합니다. 수집 메타와 원본 업소 id/지역 분포는 `data/goodprice/import-meta.json`에 남습니다.
+
기본 예시는 `.env.example`에 들어 있고, 로컬 `.env`도 같은 값으로 맞춰두었습니다.
-`/map`에서 실제 네이버 지도를 보려면 `NEXT_PUBLIC_NAVER_MAP_KEY_ID`를 설정하면 됩니다. 아직 키가 없으면 같은 화면에서 자동으로 임시 프리뷰 지도로 fallback됩니다. 기존 `NEXT_PUBLIC_NAVER_MAP_CLIENT_ID` 값도 함께 지원합니다.
+`/`에서 실제 네이버 지도를 보려면 `NEXT_PUBLIC_NAVER_MAP_KEY_ID`를 설정하면 됩니다. 아직 키가 없으면 같은 화면에서 자동으로 임시 프리뷰 지도로 fallback됩니다. 기존 `NEXT_PUBLIC_NAVER_MAP_CLIENT_ID` 값도 함께 지원합니다.
`NEXTAUTH_URL`은 로그인 callback뿐 아니라 `robots.txt`, `sitemap.xml`, canonical metadata의 기준 URL로도 사용합니다. 배포 시에는 반드시 실제 도메인으로 바꿔야 합니다.
+관리자 앱을 분리할 때는 `ADMIN_APP_URL`도 같이 설정합니다. 예를 들면 `https://altteulmap-admin.altteul-lab.workers.dev`처럼 별도 관리자 Worker 주소를 넣고, 그 뒤 public 앱을 `deploy:public`으로 배포합니다.
+
소셜 로그인을 붙일 때는 지도 키와 분리해서 아래 환경 변수를 사용합니다.
- `AUTH_KAKAO_CLIENT_ID`
@@ -124,13 +170,15 @@ Playwright E2E는 아래 명령으로 실행합니다.
```bash
npm run playwright:install
+npm run test:e2e:smoke
npm run test:e2e
```
-현재 `npm run test:e2e`는 로컬 안정성을 위해 빌드 후 세 그룹으로 나눠 실행합니다.
-- `signup`, `bookmarks`, `map`
-- `map.mobile` (`mobile-chromium`, `USE_MOCK_DATA=true`)
-- `comments`, `price-review`, `report-admin`, `submission-admin`
+현재 E2E는 로컬 안정성을 위해 빌드 후 그룹별로 나뉩니다.
+- `test:e2e:smoke`: `map`, `admin-dashboard`, `signup`, `submission-admin`
+- `test:e2e`: smoke + `map.mobile` + `bookmarks`, `comments`, `price-review`, `report-admin`
+
+로컬 E2E 명령은 `.env.production.local`이 있어도 `.env`와 `.env.local` 값을 우선 주입해 local DB와 local auth 기준으로 실행합니다. 이때 `NEXTAUTH_URL`은 Playwright 서버 포트에 맞춰 `http://127.0.0.1:3107`로 고정되고, DB 기반 세트는 `db:push -> db:seed`를 먼저 실행합니다. CI는 반대로 workflow env를 명시적으로 주입합니다.
현재 기본 E2E는 아래 흐름을 검증합니다.
- 지도 첫 진입
@@ -138,8 +186,8 @@ npm run test:e2e
- 모바일 목록 시트 열기/닫기
- 모바일 목록 -> 상세 시트 -> 지도 복귀
- 비회원 좋아요/취소
-- 좋아요순 정렬
- 공유 버튼 fallback
+- 운영자 로그인 후 관리 진입과 로그아웃
- credentials 로그인
- credentials 회원가입
- 로그인 없는 장소 등록
@@ -157,15 +205,22 @@ Cloudflare 배포 전 점검은 아래 문서를 기준으로 합니다.
## CI/CD
-- GitHub Actions: `Verify`, `E2E`, `Deploy Config Check`
+- GitHub Actions: `Verify`, `E2E Smoke`, `E2E Full`, `Deploy Config Check`
- Cloudflare Builds: `main` push 후 자동 배포
현재 권장 운영 방식은 `GitHub Actions가 검사`, `Cloudflare Builds가 배포`를 맡는 구조입니다.
-- `Verify`: `npm run verify`
-- `E2E`: 로컬 Postgres service container + `npm run test:e2e`
+- `push to main`
+ - `Verify`: `npm run verify:quick`
+ - `E2E Smoke`: 로컬 Postgres service container + `npm run test:e2e:smoke`
+ - `Deploy Config Check`: 운영 env 기준 `npm run deploy:check`
+- `pull_request`, `workflow_dispatch`
+ - `Verify`: `npm run verify`
+ - `E2E Full`: 로컬 Postgres service container + `npm run test:e2e`
- `Deploy Config Check`: GitHub repo `Secrets/Variables`에 저장한 운영 env로 `npm run deploy:check`
+Playwright 브라우저는 GitHub Actions에서 `~/.cache/ms-playwright`를 캐시해 재실행 시간을 줄입니다.
+
GitHub Actions의 운영 env 이름은 `.env.production.local`과 동일하게 맞추는 것을 기준으로 합니다.
작업을 마치고 로컬 DB를 내리려면:
@@ -177,6 +232,7 @@ npm run db:down
## Cloudflare 관련 파일
- `wrangler.jsonc`: Workers 설정 파일
+- `wrangler.admin.jsonc`: 별도 관리자 Worker 설정 파일
- `open-next.config.ts`: OpenNext 설정 파일
- `.dev.vars`: 로컬 Cloudflare 개발용 변수
- `public/_headers`: 정적 자산 캐시 헤더
diff --git a/apps/admin/.npmrc b/apps/admin/.npmrc
new file mode 100644
index 0000000..7068b01
--- /dev/null
+++ b/apps/admin/.npmrc
@@ -0,0 +1 @@
+workspaces=false
diff --git a/apps/admin/next.config.ts b/apps/admin/next.config.ts
new file mode 100644
index 0000000..f60cc14
--- /dev/null
+++ b/apps/admin/next.config.ts
@@ -0,0 +1,14 @@
+import type { NextConfig } from "next";
+
+const isDevServer =
+ process.argv.some((argument) => argument === "dev") ||
+ process.env.NODE_ENV === "development";
+
+const nextConfig: NextConfig = {
+ distDir: isDevServer ? ".next-dev" : ".next",
+ experimental: {
+ externalDir: true,
+ },
+};
+
+export default nextConfig;
diff --git a/apps/admin/open-next.config.ts b/apps/admin/open-next.config.ts
new file mode 100644
index 0000000..1a57e31
--- /dev/null
+++ b/apps/admin/open-next.config.ts
@@ -0,0 +1,3 @@
+import { defineCloudflareConfig } from "@opennextjs/cloudflare";
+
+export default defineCloudflareConfig({});
diff --git a/apps/admin/package.json b/apps/admin/package.json
new file mode 100644
index 0000000..c40cc33
--- /dev/null
+++ b/apps/admin/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "altteulmap-admin",
+ "private": true,
+ "scripts": {
+ "build": "rm -rf .next .next-dev && node ../../node_modules/next/dist/bin/next build --webpack",
+ "dev": "rm -rf .next-dev && node ../../node_modules/next/dist/bin/next dev --webpack -p 3001",
+ "start": "node ../../node_modules/next/dist/bin/next start -p 3001"
+ }
+}
diff --git a/apps/admin/postcss.config.mjs b/apps/admin/postcss.config.mjs
new file mode 100644
index 0000000..61e3684
--- /dev/null
+++ b/apps/admin/postcss.config.mjs
@@ -0,0 +1,7 @@
+const config = {
+ plugins: {
+ "@tailwindcss/postcss": {},
+ },
+};
+
+export default config;
diff --git a/apps/admin/src/app/admin/page.tsx b/apps/admin/src/app/admin/page.tsx
new file mode 100644
index 0000000..7bc5c94
--- /dev/null
+++ b/apps/admin/src/app/admin/page.tsx
@@ -0,0 +1 @@
+export { default, dynamic } from "@/features/admin/pages/dashboard-page";
diff --git a/apps/admin/src/app/admin/places/page.tsx b/apps/admin/src/app/admin/places/page.tsx
new file mode 100644
index 0000000..e8b12cd
--- /dev/null
+++ b/apps/admin/src/app/admin/places/page.tsx
@@ -0,0 +1 @@
+export { default, dynamic } from "@/features/admin/pages/places-page";
diff --git a/apps/admin/src/app/admin/prices/page.tsx b/apps/admin/src/app/admin/prices/page.tsx
new file mode 100644
index 0000000..b04fe07
--- /dev/null
+++ b/apps/admin/src/app/admin/prices/page.tsx
@@ -0,0 +1 @@
+export { default, dynamic } from "@/features/admin/pages/prices-page";
diff --git a/apps/admin/src/app/admin/prices/places/[id]/page.tsx b/apps/admin/src/app/admin/prices/places/[id]/page.tsx
new file mode 100644
index 0000000..25479be
--- /dev/null
+++ b/apps/admin/src/app/admin/prices/places/[id]/page.tsx
@@ -0,0 +1 @@
+export { default, dynamic } from "@/features/admin/pages/place-prices-page";
diff --git a/apps/admin/src/app/admin/reports/page.tsx b/apps/admin/src/app/admin/reports/page.tsx
new file mode 100644
index 0000000..127fddb
--- /dev/null
+++ b/apps/admin/src/app/admin/reports/page.tsx
@@ -0,0 +1 @@
+export { default, dynamic } from "@/features/admin/pages/reports-page";
diff --git a/apps/admin/src/app/api/admin/places/[id]/route.ts b/apps/admin/src/app/api/admin/places/[id]/route.ts
new file mode 100644
index 0000000..1d25b23
--- /dev/null
+++ b/apps/admin/src/app/api/admin/places/[id]/route.ts
@@ -0,0 +1 @@
+export { GET, PATCH } from "@/features/admin/api/place-detail";
diff --git a/apps/admin/src/app/api/admin/places/route.ts b/apps/admin/src/app/api/admin/places/route.ts
new file mode 100644
index 0000000..a556247
--- /dev/null
+++ b/apps/admin/src/app/api/admin/places/route.ts
@@ -0,0 +1 @@
+export { dynamic, GET } from "@/features/admin/api/places-list";
diff --git a/apps/admin/src/app/api/admin/price-items/[id]/route.ts b/apps/admin/src/app/api/admin/price-items/[id]/route.ts
new file mode 100644
index 0000000..19b69a4
--- /dev/null
+++ b/apps/admin/src/app/api/admin/price-items/[id]/route.ts
@@ -0,0 +1 @@
+export { PATCH } from "@/features/admin/api/price-item-detail";
diff --git a/apps/admin/src/app/api/admin/prices/[id]/route.ts b/apps/admin/src/app/api/admin/prices/[id]/route.ts
new file mode 100644
index 0000000..a9bf7bc
--- /dev/null
+++ b/apps/admin/src/app/api/admin/prices/[id]/route.ts
@@ -0,0 +1 @@
+export { PATCH } from "@/features/admin/api/price-detail";
diff --git a/apps/admin/src/app/api/admin/prices/route.ts b/apps/admin/src/app/api/admin/prices/route.ts
new file mode 100644
index 0000000..ed1b7a5
--- /dev/null
+++ b/apps/admin/src/app/api/admin/prices/route.ts
@@ -0,0 +1 @@
+export { dynamic, GET } from "@/features/admin/api/prices-list";
diff --git a/apps/admin/src/app/api/admin/reports/[id]/route.ts b/apps/admin/src/app/api/admin/reports/[id]/route.ts
new file mode 100644
index 0000000..45bff70
--- /dev/null
+++ b/apps/admin/src/app/api/admin/reports/[id]/route.ts
@@ -0,0 +1 @@
+export { PATCH } from "@/features/admin/api/report-detail";
diff --git a/apps/admin/src/app/api/admin/reports/route.ts b/apps/admin/src/app/api/admin/reports/route.ts
new file mode 100644
index 0000000..93ab527
--- /dev/null
+++ b/apps/admin/src/app/api/admin/reports/route.ts
@@ -0,0 +1 @@
+export { dynamic, GET } from "@/features/admin/api/reports-list";
diff --git a/apps/admin/src/app/api/auth/[...nextauth]/route.ts b/apps/admin/src/app/api/auth/[...nextauth]/route.ts
new file mode 100644
index 0000000..2bc3cd1
--- /dev/null
+++ b/apps/admin/src/app/api/auth/[...nextauth]/route.ts
@@ -0,0 +1,3 @@
+export const runtime = "nodejs";
+
+export { GET, POST } from "@/app/api/auth/[...nextauth]/route";
diff --git a/apps/admin/src/app/globals.css b/apps/admin/src/app/globals.css
new file mode 100644
index 0000000..71e52d6
--- /dev/null
+++ b/apps/admin/src/app/globals.css
@@ -0,0 +1,219 @@
+@import "tailwindcss";
+@source "../../../../src";
+@source "../..";
+
+:root {
+ --altteul-accent: #c97949;
+ --altteul-accent-hover: #b4683c;
+ --altteul-accent-soft: #f4e1d2;
+ --altteul-accent-soft-hover: #edd6c3;
+ --altteul-accent-border: #e4c2a8;
+ --altteul-accent-text: #8f522f;
+ --altteul-accent-ink: #6d4128;
+ --altteul-accent-panel-a: #fff7ef;
+ --altteul-accent-panel-b: #f2dfcf;
+ --altteul-surface-fill: #fffdfb;
+ --altteul-surface-fill-hover: #fcf8f4;
+ --altteul-surface-fill-active: #f7f0e8;
+ --altteul-surface-border: rgba(171, 141, 116, 0.24);
+ --altteul-surface-border-strong: rgba(150, 118, 91, 0.36);
+ --altteul-focus-ring: rgba(201, 121, 73, 0.14);
+}
+
+.altteulmap-naver-map img {
+ max-width: none !important;
+}
+
+.altteulmap-accent-solid {
+ background-color: var(--altteul-accent);
+ color: #fff;
+}
+
+.altteulmap-accent-solid:hover {
+ background-color: var(--altteul-accent-hover);
+}
+
+.altteulmap-accent-chip {
+ border-color: #9c5934;
+ background: linear-gradient(180deg, #cb7c4d 0%, #b96b41 100%);
+ box-shadow:
+ inset 0 1px 0 rgba(255, 255, 255, 0.18),
+ 0 0 0 1px rgba(156, 89, 52, 0.12);
+ color: #fff;
+}
+
+.altteulmap-accent-chip:hover {
+ border-color: #8f522f;
+ background: linear-gradient(180deg, #bf7145 0%, #a95f38 100%);
+ color: #fff;
+}
+
+.altteulmap-accent-panel {
+ border: 1px solid var(--altteul-accent-border);
+ background: linear-gradient(
+ 135deg,
+ var(--altteul-accent-panel-a) 0%,
+ var(--altteul-accent-panel-b) 100%
+ );
+ color: var(--altteul-accent-ink);
+}
+
+.altteulmap-accent-ghost {
+ border-color: var(--altteul-accent-border);
+ background-color: rgba(255, 250, 246, 0.88);
+ color: var(--altteul-accent-ink);
+}
+
+.altteulmap-accent-ghost:hover {
+ background-color: #fff;
+}
+
+.altteulmap-button {
+ border: 1px solid var(--altteul-surface-border);
+ border-radius: 0.85rem;
+ background-color: var(--altteul-surface-fill);
+ transition:
+ border-color 160ms ease,
+ background-color 160ms ease,
+ color 160ms ease;
+ -webkit-tap-highlight-color: transparent;
+}
+
+.altteulmap-button:hover {
+ border-color: var(--altteul-surface-border-strong);
+ background-color: var(--altteul-surface-fill-hover);
+}
+
+.altteulmap-button:active {
+ background-color: var(--altteul-surface-fill-active);
+}
+
+.altteulmap-button:focus-visible {
+ outline: none;
+ box-shadow: 0 0 0 3px var(--altteul-focus-ring);
+}
+
+.altteulmap-button:disabled {
+ background-color: rgba(247, 242, 237, 0.9);
+}
+
+.altteulmap-button.altteulmap-accent-solid {
+ border-color: rgba(173, 104, 62, 0.38);
+ background-color: var(--altteul-accent);
+}
+
+.altteulmap-button.altteulmap-accent-solid:hover {
+ background-color: var(--altteul-accent-hover);
+}
+
+.altteulmap-button.altteulmap-accent-ghost {
+ background-color: #fff8f2;
+}
+
+.altteulmap-chip {
+ border-radius: 0.9rem;
+ background-color: rgba(255, 255, 255, 0.96);
+ transition:
+ border-color 160ms ease,
+ background-color 160ms ease,
+ color 160ms ease,
+ box-shadow 160ms ease;
+}
+
+.altteulmap-chip:hover {
+ border-color: var(--altteul-surface-border-strong);
+ background-color: var(--altteul-surface-fill-hover);
+}
+
+.altteulmap-scope-chip {
+ border: 1px solid rgba(186, 173, 161, 0.75);
+ background-color: rgba(255, 255, 255, 0.96);
+ color: rgb(68, 64, 60);
+}
+
+.altteulmap-scope-input:hover + .altteulmap-scope-chip {
+ border-color: var(--altteul-surface-border-strong);
+ background-color: var(--altteul-surface-fill-hover);
+}
+
+.altteulmap-scope-input:checked + .altteulmap-scope-chip {
+ border-color: #9c5934;
+ background: linear-gradient(180deg, #cb7c4d 0%, #b96b41 100%);
+ box-shadow:
+ inset 0 1px 0 rgba(255, 255, 255, 0.18),
+ 0 0 0 1px rgba(156, 89, 52, 0.14);
+ color: #fff;
+}
+
+.altteulmap-scope-input:focus-visible + .altteulmap-scope-chip {
+ outline: none;
+ box-shadow: 0 0 0 3px var(--altteul-focus-ring);
+}
+
+.altteulmap-scope-input:checked:focus-visible + .altteulmap-scope-chip {
+ box-shadow:
+ 0 0 0 3px var(--altteul-focus-ring),
+ inset 0 1px 0 rgba(255, 255, 255, 0.18),
+ 0 0 0 1px rgba(156, 89, 52, 0.14);
+}
+
+.altteulmap-badge {
+ border-radius: 0.9rem;
+ border: 1px solid rgba(189, 164, 143, 0.46);
+ background-color: rgba(247, 241, 234, 0.92);
+}
+
+.altteulmap-input {
+ border: 1px solid rgba(186, 173, 161, 0.75);
+ border-radius: 1.15rem;
+ background-color: rgba(255, 255, 255, 0.92);
+ transition:
+ border-color 160ms ease,
+ background-color 160ms ease,
+ box-shadow 160ms ease;
+}
+
+.altteulmap-input:hover {
+ border-color: rgba(158, 138, 121, 0.8);
+}
+
+.altteulmap-input:focus {
+ outline: none;
+ border-color: rgba(120, 96, 78, 0.88);
+ background-color: #fff;
+ box-shadow: 0 0 0 3px rgba(120, 96, 78, 0.12);
+}
+
+.altteulmap-brand-button {
+ border-radius: 0.95rem;
+}
+
+.altteulmap-button.altteulmap-brand-kakao {
+ border-color: rgba(82, 66, 0, 0.14);
+ background-color: #fee500;
+ color: #291d06;
+}
+
+.altteulmap-button.altteulmap-brand-kakao:hover {
+ border-color: rgba(82, 66, 0, 0.18);
+ background-color: #f2da00;
+}
+
+.altteulmap-button.altteulmap-brand-kakao:active {
+ background-color: #ebd300;
+}
+
+.altteulmap-button.altteulmap-brand-naver {
+ border-color: rgba(2, 150, 78, 0.28);
+ background-color: #03c75a;
+ color: #fff;
+}
+
+.altteulmap-button.altteulmap-brand-naver:hover {
+ border-color: rgba(2, 150, 78, 0.34);
+ background-color: #02b351;
+}
+
+.altteulmap-button.altteulmap-brand-naver:active {
+ background-color: #02a54b;
+}
diff --git a/apps/admin/src/app/layout.tsx b/apps/admin/src/app/layout.tsx
new file mode 100644
index 0000000..91bfd8f
--- /dev/null
+++ b/apps/admin/src/app/layout.tsx
@@ -0,0 +1,23 @@
+import type { Metadata } from "next";
+
+import "./globals.css";
+
+export const metadata: Metadata = {
+ title: {
+ default: "알뜰맵 운영",
+ template: "%s | 알뜰맵 운영",
+ },
+ description: "알뜰맵 운영 콘솔",
+};
+
+export default function AdminRootLayout({
+ children,
+}: Readonly<{
+ children: React.ReactNode;
+}>) {
+ return (
+
+
{children}
+
+ );
+}
diff --git a/apps/admin/src/app/login/page.tsx b/apps/admin/src/app/login/page.tsx
new file mode 100644
index 0000000..95184b9
--- /dev/null
+++ b/apps/admin/src/app/login/page.tsx
@@ -0,0 +1 @@
+export { metadata, default } from "@/app/login/page";
diff --git a/apps/admin/src/app/page.tsx b/apps/admin/src/app/page.tsx
new file mode 100644
index 0000000..a13b34f
--- /dev/null
+++ b/apps/admin/src/app/page.tsx
@@ -0,0 +1,5 @@
+import { redirect } from "next/navigation";
+
+export default function AdminRootPage() {
+ redirect("/admin");
+}
diff --git a/apps/admin/src/app/signup/page.tsx b/apps/admin/src/app/signup/page.tsx
new file mode 100644
index 0000000..be15f0b
--- /dev/null
+++ b/apps/admin/src/app/signup/page.tsx
@@ -0,0 +1 @@
+export { metadata, default } from "@/app/signup/page";
diff --git a/apps/admin/tsconfig.json b/apps/admin/tsconfig.json
new file mode 100644
index 0000000..35747ca
--- /dev/null
+++ b/apps/admin/tsconfig.json
@@ -0,0 +1,34 @@
+{
+ "compilerOptions": {
+ "target": "ES2017",
+ "lib": ["dom", "dom.iterable", "esnext"],
+ "allowJs": true,
+ "skipLibCheck": true,
+ "strict": true,
+ "noEmit": true,
+ "esModuleInterop": true,
+ "module": "esnext",
+ "moduleResolution": "bundler",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "jsx": "react-jsx",
+ "incremental": true,
+ "plugins": [{ "name": "next" }],
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["../../src/*"],
+ "@admin/*": ["./src/*"]
+ }
+ },
+ "include": [
+ "next-env.d.ts",
+ "**/*.ts",
+ "**/*.tsx",
+ "../../src/types/**/*.d.ts",
+ ".next/types/**/*.ts",
+ ".next/dev/types/**/*.ts",
+ ".next-dev/types/**/*.ts",
+ ".next-dev/dev/types/**/*.ts"
+ ],
+ "exclude": ["node_modules"]
+}
diff --git a/apps/admin/wrangler.jsonc b/apps/admin/wrangler.jsonc
new file mode 100644
index 0000000..013a7b4
--- /dev/null
+++ b/apps/admin/wrangler.jsonc
@@ -0,0 +1,22 @@
+{
+ "$schema": "../../node_modules/wrangler/config-schema.json",
+ "main": ".open-next/worker.js",
+ "name": "altteulmap-admin",
+ "keep_vars": true,
+ "compatibility_date": "2026-03-29",
+ "compatibility_flags": [
+ "nodejs_compat",
+ "global_fetch_strictly_public"
+ ],
+ "assets": {
+ "directory": ".open-next/assets",
+ "binding": "ASSETS"
+ },
+ "services": [
+ {
+ "binding": "WORKER_SELF_REFERENCE",
+ "service": "altteulmap-admin",
+ "environment": "production"
+ }
+ ]
+}
diff --git a/data/goodprice/import-meta.json b/data/goodprice/import-meta.json
new file mode 100644
index 0000000..f7b33d5
--- /dev/null
+++ b/data/goodprice/import-meta.json
@@ -0,0 +1,14132 @@
+{
+ "source": "https://goodprice.go.kr/bssh/bsshList.do",
+ "importedAt": "2026-04-01T23:59:20.790Z",
+ "options": {
+ "limit": 1000,
+ "maxPrice": 10000,
+ "delayMs": 50,
+ "timeoutMs": 10000,
+ "includeDetail": true,
+ "outputPath": "src/features/places/imported-goodprice.json",
+ "manifestPath": "data/goodprice/import-meta.json"
+ },
+ "selectedCount": 1000,
+ "regions": [
+ {
+ "name": "서울특별시",
+ "count": 61
+ },
+ {
+ "name": "부산광역시",
+ "count": 66
+ },
+ {
+ "name": "대구광역시",
+ "count": 66
+ },
+ {
+ "name": "인천광역시",
+ "count": 61
+ },
+ {
+ "name": "광주광역시",
+ "count": 53
+ },
+ {
+ "name": "대전광역시",
+ "count": 65
+ },
+ {
+ "name": "울산광역시",
+ "count": 64
+ },
+ {
+ "name": "세종특별자치시",
+ "count": 32
+ },
+ {
+ "name": "경기도",
+ "count": 63
+ },
+ {
+ "name": "강원특별자치도",
+ "count": 62
+ },
+ {
+ "name": "충청북도",
+ "count": 60
+ },
+ {
+ "name": "충청남도",
+ "count": 58
+ },
+ {
+ "name": "전북특별자치도",
+ "count": 59
+ },
+ {
+ "name": "전라남도",
+ "count": 68
+ },
+ {
+ "name": "경상북도",
+ "count": 50
+ },
+ {
+ "name": "경상남도",
+ "count": 65
+ },
+ {
+ "name": "제주특별자치도",
+ "count": 47
+ }
+ ],
+ "categories": [
+ {
+ "name": "기타비요식업",
+ "count": 14
+ },
+ {
+ "name": "한식",
+ "count": 610
+ },
+ {
+ "name": "중식",
+ "count": 74
+ },
+ {
+ "name": "베이커리",
+ "count": 25
+ },
+ {
+ "name": "목욕업",
+ "count": 16
+ },
+ {
+ "name": "미용업",
+ "count": 123
+ },
+ {
+ "name": "기타요식업",
+ "count": 63
+ },
+ {
+ "name": "양식",
+ "count": 14
+ },
+ {
+ "name": "이용업",
+ "count": 26
+ },
+ {
+ "name": "일식",
+ "count": 13
+ },
+ {
+ "name": "세탁업",
+ "count": 22
+ }
+ ],
+ "items": [
+ {
+ "bsshSn": "11005",
+ "name": "㈜추억을 파는 극장 (허리우드클래식)",
+ "categoryName": "기타비요식업",
+ "address": "서울특별시 종로구 삼일대로 428 (낙원동, 4층)",
+ "phone": "02-3672-4235",
+ "representativeMenu": "영화입장권(경로)",
+ "price": 2000,
+ "latitude": 37.5727635233966,
+ "longitude": 126.987902476529,
+ "pageIndex": 1,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16045",
+ "name": "국수전문점",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로 246 (종로5가) 1층",
+ "phone": "02-2275-7443",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 37.57083727146669,
+ "longitude": 127.00511941421306,
+ "pageIndex": 1,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1643",
+ "name": "고등어구이정식",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 자갈치로 64-2 1층 (남포동)",
+ "phone": "051-241-6526",
+ "representativeMenu": "고등어구이",
+ "price": 9000,
+ "latitude": 35.0973974519139,
+ "longitude": 129.03117988708,
+ "pageIndex": 1,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1640",
+ "name": "구포밀면",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 대청로141 (중앙동)",
+ "phone": "051-466-6112",
+ "representativeMenu": "손칼국수",
+ "price": 7000,
+ "latitude": 35.1030494036287,
+ "longitude": 129.035366385151,
+ "pageIndex": 1,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1644",
+ "name": "급행",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 중앙대로41번길 11-2 (중앙동1가)",
+ "phone": "051-246-6970",
+ "representativeMenu": "밀면",
+ "price": 7000,
+ "latitude": 35.101031137809,
+ "longitude": 129.035081756288,
+ "pageIndex": 1,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1645",
+ "name": "기와집",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 대청로 137번길 7-2 (중앙동3가)",
+ "phone": "051-961-8851",
+ "representativeMenu": "자연산송이밥",
+ "price": 10000,
+ "latitude": 35.1035458476205,
+ "longitude": 129.034884173445,
+ "pageIndex": 1,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17985",
+ "name": "갑석이네",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 큰장로26안길 66 (대신동) 대신동",
+ "phone": "053-252-3307",
+ "representativeMenu": "소갈비살(120g)",
+ "price": 7500,
+ "latitude": 35.86637337234426,
+ "longitude": 128.57702787483387,
+ "pageIndex": 1,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17983",
+ "name": "교동생선구이비빔밥",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 교동길 48-1 (교동) 교동",
+ "phone": "053-257-0778",
+ "representativeMenu": "교동생선구이정식",
+ "price": 9000,
+ "latitude": 35.87327790566105,
+ "longitude": 128.5972021600524,
+ "pageIndex": 1,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2011",
+ "name": "낙동강반점",
+ "categoryName": "중식",
+ "address": "대구광역시 중구 서성로14길 115 (향촌동)",
+ "phone": "053-252-7866",
+ "representativeMenu": "짜장면",
+ "price": 4000,
+ "latitude": 35.8732438953014,
+ "longitude": 128.593902587658,
+ "pageIndex": 1,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2230",
+ "name": "골목집",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 신포로 32-22 (신포동)",
+ "phone": "032-765-3149",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 37.4714816686167,
+ "longitude": 126.625847852578,
+ "pageIndex": 1,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13183",
+ "name": "계림동나주곰탕",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 구성로 262-9 (계림동) 1층",
+ "phone": "062-225-0970",
+ "representativeMenu": "곰탕",
+ "price": 10000,
+ "latitude": 35.15717956808311,
+ "longitude": 126.91948612900808,
+ "pageIndex": 1,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "10150",
+ "name": "24시서울식당",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 동서대로 1695번길 53 (용전동)",
+ "phone": "042-626-1969",
+ "representativeMenu": "김치찌개 백반",
+ "price": 7000,
+ "latitude": 36.3518040236434,
+ "longitude": 127.436526849885,
+ "pageIndex": 1,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "10151",
+ "name": "2900냥식당",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로 815번길 5 (정동)",
+ "phone": "042-256-8686",
+ "representativeMenu": "선지해장국",
+ "price": 6000,
+ "latitude": 36.3322630706726,
+ "longitude": 127.431757660701,
+ "pageIndex": 1,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2561",
+ "name": "강청골순대국밥",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 동대전로 229 (가양동)",
+ "phone": "042-635-8181",
+ "representativeMenu": "순대국밥",
+ "price": 8000,
+ "latitude": 36.3419614517988,
+ "longitude": 127.447983980001,
+ "pageIndex": 1,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "14317",
+ "name": "개천식당",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로779번길 41 (원동) 중앙시장 내 위치",
+ "phone": "042-256-1003",
+ "representativeMenu": "만둣국",
+ "price": 9000,
+ "latitude": 36.32850763956439,
+ "longitude": 127.43158384633288,
+ "pageIndex": 1,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2986",
+ "name": "노르쇠핑",
+ "categoryName": "베이커리",
+ "address": "울산광역시 중구 태화로 136 (태화동)",
+ "phone": "052-267-5873",
+ "representativeMenu": "단팥빵",
+ "price": 1500,
+ "latitude": 35.5531564921762,
+ "longitude": 129.290936456527,
+ "pageIndex": 1,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2987",
+ "name": "뉴강남탕",
+ "categoryName": "목욕업",
+ "address": "울산광역시 중구 당산4길 15 (우정동)",
+ "phone": "052-211-4873",
+ "representativeMenu": "대인",
+ "price": 7500,
+ "latitude": 35.5540646829463,
+ "longitude": 129.310128409134,
+ "pageIndex": 1,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "10200",
+ "name": "6000냥돌솥추어탕",
+ "categoryName": "한식",
+ "address": "세종특별자치시 조치원읍 새내10길 61",
+ "phone": "044-864-2133",
+ "representativeMenu": "돌솥추어탕",
+ "price": 7000,
+ "latitude": 36.6008005980251,
+ "longitude": 127.301683744225,
+ "pageIndex": 1,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "19179",
+ "name": "광진손짜장",
+ "categoryName": "중식",
+ "address": "세종특별자치시 조치원읍 새내10길 27 1층",
+ "phone": "044-865-3657",
+ "representativeMenu": "짜장면",
+ "price": 3000,
+ "latitude": 36.60059049054393,
+ "longitude": 127.29972619189017,
+ "pageIndex": 1,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10192",
+ "name": "꼬막짬뽕",
+ "categoryName": "중식",
+ "address": "세종특별자치시 도움3로 105-6 2층",
+ "phone": "044-865-0655",
+ "representativeMenu": "유니자장",
+ "price": 5500,
+ "latitude": 36.5045900450719,
+ "longitude": 127.249051704513,
+ "pageIndex": 1,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "16371",
+ "name": "(권선)컷트클럽",
+ "categoryName": "미용업",
+ "address": "경기도 수원시 권선구 금곡로 46 (금곡동, 호매실역 서희 스타힐스) 나동 103호",
+ "phone": "031-297-2979",
+ "representativeMenu": "남성커트",
+ "price": 9000,
+ "latitude": 37.27181301997054,
+ "longitude": 126.938271063389,
+ "pageIndex": 1,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3406",
+ "name": "(장안)컷트클럽",
+ "categoryName": "미용업",
+ "address": "경기도 수원시 장안구 조원로 100 .",
+ "phone": "031-246-6306",
+ "representativeMenu": "남성커트",
+ "price": 8000,
+ "latitude": 37.301600598246,
+ "longitude": 127.015159002188,
+ "pageIndex": 1,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "14932",
+ "name": "24시 전주국밥(콩마루)",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 청명남로 46 (영통동) 1층",
+ "phone": "031-202-3324",
+ "representativeMenu": "콩나물국밥",
+ "price": 6000,
+ "latitude": 37.25344290305785,
+ "longitude": 127.0765394153501,
+ "pageIndex": 1,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "16372",
+ "name": "Bestie(카페베스티)",
+ "categoryName": "기타요식업",
+ "address": "경기도 수원시 권선구 권광로 87 (권선동) 2층",
+ "phone": "031-221-2034",
+ "representativeMenu": "아메리카노",
+ "price": 2500,
+ "latitude": 37.255736139357296,
+ "longitude": 127.02931494445001,
+ "pageIndex": 1,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "4336",
+ "name": "가고파미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 안마산로 216 (퇴계동)",
+ "phone": "033-262-9488",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 37.8495302656251,
+ "longitude": 127.737647046448,
+ "pageIndex": 1,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15775",
+ "name": "2교시간식시간",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 서원남로 62 (모충동) 1층",
+ "phone": "043-288-7473",
+ "representativeMenu": "돈가스",
+ "price": 9000,
+ "latitude": 36.622448560220946,
+ "longitude": 127.48123556595677,
+ "pageIndex": 1,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4736",
+ "name": "357짜장 짬뽕",
+ "categoryName": "중식",
+ "address": "충청북도 청주시 청원구 내덕로 19 1층(내덕동)",
+ "phone": "043-225-3357",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 36.6565710804677,
+ "longitude": 127.482796815455,
+ "pageIndex": 1,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "17000",
+ "name": "86카츠",
+ "categoryName": "양식",
+ "address": "충청북도 청주시 청원구 상당로302번길 117-1 (내덕동) 1층(내덕동)",
+ "phone": "-",
+ "representativeMenu": "돈카츠",
+ "price": 9500,
+ "latitude": 36.65322329929266,
+ "longitude": 127.49392991767124,
+ "pageIndex": 1,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "16062",
+ "name": "9.9추어탕",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 상당구 남사로140번길 33 (남문로1가) 1층",
+ "phone": "043-256-9900",
+ "representativeMenu": "추어탕",
+ "price": 10000,
+ "latitude": 36.63060364132639,
+ "longitude": 127.49034759503,
+ "pageIndex": 1,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4909",
+ "name": "9000냥프로헤어",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 동남구 충무로 412-27 2층(영성동)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 9000,
+ "latitude": 36.7971238482422,
+ "longitude": 127.151205811449,
+ "pageIndex": 1,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4935",
+ "name": "가마솥 선지국밥",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 사직로 2-2 1층(사직동)",
+ "phone": "041-574-5665",
+ "representativeMenu": "선지국밥",
+ "price": 5000,
+ "latitude": 36.8003866595724,
+ "longitude": 127.149801708648,
+ "pageIndex": 1,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "11752",
+ "name": "가화손만두 옛날통닭",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 큰재빼기길 28 (오룡동)",
+ "phone": "041-558-0863",
+ "representativeMenu": "옛날통닭",
+ "price": 8000,
+ "latitude": 36.8039869569013,
+ "longitude": 127.149159570599,
+ "pageIndex": 1,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "16879",
+ "name": "강짬뽕",
+ "categoryName": "중식",
+ "address": "충청남도 천안시 동남구 신부12길 12 (신부동) 1층",
+ "phone": "0507-1357-6142",
+ "representativeMenu": "자장면",
+ "price": 6000,
+ "latitude": 36.81807192926583,
+ "longitude": 127.15946515907602,
+ "pageIndex": 1,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5413",
+ "name": "나눔공정카페",
+ "categoryName": "기타요식업",
+ "address": "전북특별자치도 전주시 완산구 전룡4길 8 1층",
+ "phone": "063-278-9799",
+ "representativeMenu": "아메리카노",
+ "price": 1800,
+ "latitude": 35.8258068254203,
+ "longitude": 127.119654841458,
+ "pageIndex": 1,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "11329",
+ "name": "경남식당",
+ "categoryName": "중식",
+ "address": "전라남도 목포시 산대로2번길 3-2 (산정동)",
+ "phone": "061-272-8111",
+ "representativeMenu": "자장면",
+ "price": 5000,
+ "latitude": 34.8024474268616,
+ "longitude": 126.391838705576,
+ "pageIndex": 1,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "15142",
+ "name": "경성회관",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 용당로 54 (산정동) 1층",
+ "phone": "061-242-5993",
+ "representativeMenu": "청국장 백반",
+ "price": 10000,
+ "latitude": 34.792331194754645,
+ "longitude": 126.4023009728321,
+ "pageIndex": 1,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "15158",
+ "name": "고향삼겹살",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 영산로 691 (석현동) 고향삼겹살",
+ "phone": "061-281-3931",
+ "representativeMenu": "청국장",
+ "price": 9000,
+ "latitude": 34.82641754948634,
+ "longitude": 126.42137100869118,
+ "pageIndex": 1,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6367",
+ "name": "45번길국수",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 대이로45번길 12-4 45번길국수",
+ "phone": "-",
+ "representativeMenu": "잔치국수",
+ "price": 6000,
+ "latitude": 36.019222777464,
+ "longitude": 129.340576077049,
+ "pageIndex": 1,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6384",
+ "name": "감자바위",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 연일읍 유강길9번길 32 감자바위",
+ "phone": "054-272-8877",
+ "representativeMenu": "비빔밥",
+ "price": 8000,
+ "latitude": 36.0033909011122,
+ "longitude": 129.316527350566,
+ "pageIndex": 1,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "13952",
+ "name": "119찹쌀꽈배기",
+ "categoryName": "기타요식업",
+ "address": "경상남도 창원시 마산합포구 해안대로 11 (해운동) 1층 119호(해운동, 이화월드프라자)",
+ "phone": "055-245-7939",
+ "representativeMenu": "꽈배기",
+ "price": 500,
+ "latitude": 35.180646134171674,
+ "longitude": 128.560237476249,
+ "pageIndex": 1,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "19285",
+ "name": "강남추어탕",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 중원로85번길 18 (화천동) 강남추어탕",
+ "phone": "055-541-5033",
+ "representativeMenu": "추어탕",
+ "price": 9000,
+ "latitude": 35.15213845076089,
+ "longitude": 128.65821162206046,
+ "pageIndex": 1,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "17141",
+ "name": "고운프리티",
+ "categoryName": "기타요식업",
+ "address": "경상남도 창원시 진해구 돌리로9번길 10-1 (석동) 1층",
+ "phone": "0507-1428-2177",
+ "representativeMenu": "아메리카노 HOT(ICE +500원)",
+ "price": 1500,
+ "latitude": 35.159411115795905,
+ "longitude": 128.69968744654085,
+ "pageIndex": 1,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "10627",
+ "name": "24시국수회관",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 남성로 122-1",
+ "phone": "064-702-1162",
+ "representativeMenu": "순대국밥",
+ "price": 8000,
+ "latitude": 33.5087686026345,
+ "longitude": 126.518427788905,
+ "pageIndex": 1,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7012",
+ "name": "JJ노블휘트니스클럽",
+ "categoryName": "기타비요식업",
+ "address": "제주특별자치도 제주시 성신로 1길 34 3층(연동, 신동부삼무3차아파트)",
+ "phone": "064-743-1515",
+ "representativeMenu": "1일",
+ "price": 10000,
+ "latitude": 33.4922271525915,
+ "longitude": 126.48897408179,
+ "pageIndex": 1,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7203",
+ "name": "가람",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 복지로북길 4 1층",
+ "phone": "064-756-0012",
+ "representativeMenu": "추어탕",
+ "price": 10000,
+ "latitude": 33.4888491368419,
+ "longitude": 126.520646841034,
+ "pageIndex": 1,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "16639",
+ "name": "남도식당",
+ "categoryName": "중식",
+ "address": "서울특별시 종로구 종로 374-1 (숭인동) 1층",
+ "phone": "02-2234-5544",
+ "representativeMenu": "짜장면",
+ "price": 3500,
+ "latitude": 37.5737068376897,
+ "longitude": 127.01922365532883,
+ "pageIndex": 2,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "11579",
+ "name": "눈나무집",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 삼청로 136-1 1층",
+ "phone": "02-739-6742",
+ "representativeMenu": "김치말이국수",
+ "price": 6500,
+ "latitude": 37.5874798577018,
+ "longitude": 126.981887109774,
+ "pageIndex": 2,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "946",
+ "name": "돈까스보라",
+ "categoryName": "양식",
+ "address": "서울특별시 종로구 대학로5길 5 (연건동)",
+ "phone": "02-741-3455",
+ "representativeMenu": "수제 돈까스",
+ "price": 7000,
+ "latitude": 37.5781982996716,
+ "longitude": 127.001695852612,
+ "pageIndex": 2,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16864",
+ "name": "동대문 한국통닭",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로 304 (창신동) 1층",
+ "phone": "02-747-2443",
+ "representativeMenu": "통닭 1마리",
+ "price": 4500,
+ "latitude": 37.571667373066134,
+ "longitude": 127.01153873736409,
+ "pageIndex": 2,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "10018",
+ "name": "깡통골목할매 유부전골 본점",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 부평3길 29 (부평동1가)",
+ "phone": "051-245-1878",
+ "representativeMenu": "유부전골",
+ "price": 6800,
+ "latitude": 35.1020375328885,
+ "longitude": 129.027061206734,
+ "pageIndex": 2,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "15032",
+ "name": "꽃가람 남포직영점",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 비프광장로 3 (부평동2가) 꽃가람 남포직영점",
+ "phone": "0507-1317-4600",
+ "representativeMenu": "고추장돼지불고기정식",
+ "price": 9500,
+ "latitude": 35.09835574338491,
+ "longitude": 129.02574087593763,
+ "pageIndex": 2,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1646",
+ "name": "남선식당",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 충장대로4번길6 (중앙동4가)",
+ "phone": "051-469-3828",
+ "representativeMenu": "순두부찌개",
+ "price": 7000,
+ "latitude": 35.1046241396056,
+ "longitude": 129.03680238801,
+ "pageIndex": 2,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1647",
+ "name": "남원원조추어탕",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 해관로 37-1 (중앙동)",
+ "phone": "051-246-5636",
+ "representativeMenu": "추어탕",
+ "price": 9000,
+ "latitude": 35.1022868055746,
+ "longitude": 129.035469797726,
+ "pageIndex": 2,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "10075",
+ "name": "누렁소식당",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 국채보상로131길 24 (동인동2가) 누렁소식당",
+ "phone": "053-422-8327",
+ "representativeMenu": "한식뷔페",
+ "price": 7000,
+ "latitude": 35.87085460440117,
+ "longitude": 128.60218193488083,
+ "pageIndex": 2,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "15357",
+ "name": "덕종국수",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 약령길 53 (수동) 1층",
+ "phone": "053-353-7971",
+ "representativeMenu": "비빔밥",
+ "price": 8000,
+ "latitude": 35.86868347395729,
+ "longitude": 128.5892390743561,
+ "pageIndex": 2,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17975",
+ "name": "도리집",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 달구벌대로 2109-34 (동성로3가) 1층",
+ "phone": "053-253-3062",
+ "representativeMenu": "까만도리밥(덮밥)",
+ "price": 4900,
+ "latitude": 35.86686640891391,
+ "longitude": 128.59398585931365,
+ "pageIndex": 2,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "13117",
+ "name": "김윤식의 착한국수, 솥뚜껑삼겹살",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 운중로 8 (운남동) 2층",
+ "phone": "032-255-9510",
+ "representativeMenu": "국수+떡갈비",
+ "price": 8000,
+ "latitude": 37.49336872061384,
+ "longitude": 126.53441990901412,
+ "pageIndex": 2,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "14133",
+ "name": "다정가마솥순두부",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 운중로 140-4 (중산동) 1층",
+ "phone": "0507-1320-8254",
+ "representativeMenu": "초당(백)순두부",
+ "price": 9000,
+ "latitude": 37.49373607272692,
+ "longitude": 126.54783653076029,
+ "pageIndex": 2,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2223",
+ "name": "도래순",
+ "categoryName": "중식",
+ "address": "인천광역시 중구 신포로15번길 68-1 1층(해안동2가)",
+ "phone": "032-766-3907",
+ "representativeMenu": "짜장면",
+ "price": 7000,
+ "latitude": 37.4724317342844,
+ "longitude": 126.621168040258,
+ "pageIndex": 2,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "14638",
+ "name": "그냥집밥",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 서석로85번길 8-3 (대의동) 지하",
+ "phone": "062-223-2624",
+ "representativeMenu": "한식뷔페",
+ "price": 8000,
+ "latitude": 35.15002860036522,
+ "longitude": 126.9201698199041,
+ "pageIndex": 2,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "13743",
+ "name": "담양국수",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 증심사길30번길 28-3 (운림동) 1층",
+ "phone": "062-226-1174",
+ "representativeMenu": "멸치국수",
+ "price": 6000,
+ "latitude": 35.132817322727675,
+ "longitude": 126.95774143856892,
+ "pageIndex": 2,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2258",
+ "name": "대왕김밥(대인동)",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 구성로204번길 15-6 1층(대인동)",
+ "phone": "062-529-3363",
+ "representativeMenu": "김밥",
+ "price": 3500,
+ "latitude": 35.1525929911284,
+ "longitude": 126.91613437943,
+ "pageIndex": 2,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2562",
+ "name": "경성화로",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 동서대로 1748번길 152 (가양동)",
+ "phone": "042-632-1087",
+ "representativeMenu": "삼겹살(150g)",
+ "price": 7000,
+ "latitude": 36.3488134723206,
+ "longitude": 127.450323327516,
+ "pageIndex": 2,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2527",
+ "name": "곽은아미용실",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 새울로 100 (용운동)",
+ "phone": "042-272-4478",
+ "representativeMenu": "커트(여성 일반)",
+ "price": 10000,
+ "latitude": 36.3271167002537,
+ "longitude": 127.461826711325,
+ "pageIndex": 2,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "18955",
+ "name": "국민추어탕",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 옥천로 52-2 (신흥동) 1층",
+ "phone": "042-282-1585",
+ "representativeMenu": "추어탕+돌솥밥",
+ "price": 9000,
+ "latitude": 36.31971954491453,
+ "longitude": 127.44667251762813,
+ "pageIndex": 2,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2544",
+ "name": "김화칼국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 중앙로 203번길 28 (중동)",
+ "phone": "042-221-7594",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 36.332041975521,
+ "longitude": 127.431018789434,
+ "pageIndex": 2,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "11675",
+ "name": "다원식당",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 옥교6길 19 (옥교동)",
+ "phone": "052-211-4068",
+ "representativeMenu": "비빔밥",
+ "price": 8000,
+ "latitude": 35.5541946842973,
+ "longitude": 129.327531124694,
+ "pageIndex": 2,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "16555",
+ "name": "대가국밥",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 화진길 11-4 (태화동) 1층",
+ "phone": "052-212-2988",
+ "representativeMenu": "돼지국밥",
+ "price": 9000,
+ "latitude": 35.55523350485414,
+ "longitude": 129.3085469323432,
+ "pageIndex": 2,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "19374",
+ "name": "돈대박 복산점",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 계변로 92-1 (복산동) 돈대박복산점",
+ "phone": "052-282-3313",
+ "representativeMenu": "대패삼겹살(100g)",
+ "price": 3500,
+ "latitude": 35.563484990060665,
+ "longitude": 129.3294908791611,
+ "pageIndex": 2,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "10182",
+ "name": "농부의한우",
+ "categoryName": "한식",
+ "address": "세종특별자치시 금남면 세종로 470 1층",
+ "phone": "044-866-1181",
+ "representativeMenu": "국밥",
+ "price": 7000,
+ "latitude": 36.4608221175864,
+ "longitude": 127.27888584,
+ "pageIndex": 2,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10167",
+ "name": "대신식당",
+ "categoryName": "한식",
+ "address": "세종특별자치시 연서면 당산로 349",
+ "phone": "044-867-7127",
+ "representativeMenu": "김치찌개",
+ "price": 8000,
+ "latitude": 36.562836822603,
+ "longitude": 127.282636054749,
+ "pageIndex": 2,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10185",
+ "name": "도담얼큰이 칼국수",
+ "categoryName": "한식",
+ "address": "세종특별자치시 보듬4로 9 1동 2층 29호(도담동 카림애비뉴)",
+ "phone": "044-867-0309",
+ "representativeMenu": "칼국수",
+ "price": 5900,
+ "latitude": 36.5131131389938,
+ "longitude": 127.260704077872,
+ "pageIndex": 2,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "17109",
+ "name": "가치있는밥상",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 월드컵로179번길 14-2 (원천동) 1층",
+ "phone": "031-221-5581",
+ "representativeMenu": "김치찌개",
+ "price": 8000,
+ "latitude": 37.27819928647353,
+ "longitude": 127.0453792190971,
+ "pageIndex": 2,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "13884",
+ "name": "강릉장칼국수",
+ "categoryName": "한식",
+ "address": "경기도 수원시 팔달구 수원천로 314 (남수동) 1층",
+ "phone": "031-241-7959",
+ "representativeMenu": "장칼국수",
+ "price": 8000,
+ "latitude": 37.28145528956532,
+ "longitude": 127.01857508520432,
+ "pageIndex": 2,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "4338",
+ "name": "개성시대미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 춘천로68번길 10 (효자동)",
+ "phone": "033-256-9304",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 37.8700600426461,
+ "longitude": 127.725474230628,
+ "pageIndex": 2,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4375",
+ "name": "골목손두부",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 공지로 439번길 16-4 (근화동)",
+ "phone": "033-256-6259",
+ "representativeMenu": "순두부",
+ "price": 8000,
+ "latitude": 37.8726486894719,
+ "longitude": 127.719572641824,
+ "pageIndex": 2,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4368",
+ "name": "곱돌생삼겹살",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 백령로138번길 55 (효자동)",
+ "phone": "033-255-4241",
+ "representativeMenu": "생삼겹살(캐나다)",
+ "price": 10000,
+ "latitude": 37.8731172068198,
+ "longitude": 127.745471505129,
+ "pageIndex": 2,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4679",
+ "name": "가든미용실",
+ "categoryName": "미용업",
+ "address": "충청북도 청주시 상당구 청남로2197번길 12 (석교동)",
+ "phone": "043-223-8097",
+ "representativeMenu": "커트",
+ "price": 6000,
+ "latitude": 36.6278271128724,
+ "longitude": 127.490164264559,
+ "pageIndex": 2,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15768",
+ "name": "가이오청년밥상",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 사직대로164번길 27 (사창동) 1층",
+ "phone": "043-271-1009",
+ "representativeMenu": "김치찌개",
+ "price": 3000,
+ "latitude": 36.6339341047818,
+ "longitude": 127.46555600261848,
+ "pageIndex": 2,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4742",
+ "name": "감촌삼겹살",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 안덕벌로39번길 43-1 (내덕동)",
+ "phone": "043-211-2472",
+ "representativeMenu": "생삼겹살(180g)",
+ "price": 10000,
+ "latitude": 36.6591837012203,
+ "longitude": 127.491676959315,
+ "pageIndex": 2,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4708",
+ "name": "개미돈까스",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 상당구 사직대로361번길 54-11 (북문로2가)",
+ "phone": "043-223-7456",
+ "representativeMenu": "돈가스",
+ "price": 8000,
+ "latitude": 36.6394461100471,
+ "longitude": 127.487984622146,
+ "pageIndex": 2,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "11028",
+ "name": "겨자씨까페",
+ "categoryName": "기타요식업",
+ "address": "충청남도 천안시 동남구 사직로 10-6 (사직동)",
+ "phone": "041-555-0738",
+ "representativeMenu": "아메리카노",
+ "price": 2000,
+ "latitude": 36.8006603819216,
+ "longitude": 127.150044275946,
+ "pageIndex": 2,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "11409",
+ "name": "경북당",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 병천면 아우내장터2길 46",
+ "phone": "041-561-4133",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 36.7626220651971,
+ "longitude": 127.297917324637,
+ "pageIndex": 2,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "16877",
+ "name": "경자네칼국수",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 서북구 월봉5길 7 (쌍용동) 102호",
+ "phone": "041-578-7676",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 36.790593294551826,
+ "longitude": 127.11713150353609,
+ "pageIndex": 2,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "13651",
+ "name": "고운육회방앗간",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 서북구 백석3로 25 (백석동) 1층",
+ "phone": "041-551-8890",
+ "representativeMenu": "한우육회비빔밥",
+ "price": 10000,
+ "latitude": 36.821819579628574,
+ "longitude": 127.11424205567585,
+ "pageIndex": 2,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "13856",
+ "name": "돈초야",
+ "categoryName": "양식",
+ "address": "전북특별자치도 전주시 완산구 송정로 43 (효자동1가)",
+ "phone": "063-222-1983",
+ "representativeMenu": "돈가스 2장",
+ "price": 5900,
+ "latitude": 35.802405949453835,
+ "longitude": 127.12153109657699,
+ "pageIndex": 2,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5435",
+ "name": "동래분식",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 풍남문2길 39",
+ "phone": "063-288-4607",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 35.8125817693067,
+ "longitude": 127.147152512312,
+ "pageIndex": 2,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "16971",
+ "name": "곰순이식당",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 용당로216번길 21 (용당동) 곰순이식당",
+ "phone": "061-279-4811",
+ "representativeMenu": "백반",
+ "price": 8000,
+ "latitude": 34.80645255778166,
+ "longitude": 126.40056637892347,
+ "pageIndex": 2,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5616",
+ "name": "광양숯불갈비",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 노적봉길 21 (죽동)",
+ "phone": "061-242-5282",
+ "representativeMenu": "산채비빔밥",
+ "price": 7000,
+ "latitude": 34.7896123625075,
+ "longitude": 126.383187062276,
+ "pageIndex": 2,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "16974",
+ "name": "김밥나라(중앙병원점)",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 텃골로13번길 32 (석현동) 상가동 104호",
+ "phone": "061-282-5888",
+ "representativeMenu": "김치찌개",
+ "price": 6000,
+ "latitude": 34.82007683022403,
+ "longitude": 126.41976655741243,
+ "pageIndex": 2,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "18284",
+ "name": "김밥마트(용당점)",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 영산로 260 (용당동) 김밥마트",
+ "phone": "061-272-4288",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 34.803356100920574,
+ "longitude": 126.3947727037926,
+ "pageIndex": 2,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6368",
+ "name": "강가박가92",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 중앙로134번길 3 강가박가92",
+ "phone": "054-281-7838",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 36.025206265541,
+ "longitude": 129.368486584177,
+ "pageIndex": 2,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "14874",
+ "name": "강변식당",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 북구 죽도로40번길 44-2 (죽도동) 강변식당",
+ "phone": "054-272-8328",
+ "representativeMenu": "정식",
+ "price": 8000,
+ "latitude": 36.02997134258029,
+ "longitude": 129.36267202809643,
+ "pageIndex": 2,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "18324",
+ "name": "개나리분식",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 정몽주로879번길 8 (청림동) 개나리분식",
+ "phone": "054-292-9136",
+ "representativeMenu": "정식",
+ "price": 7000,
+ "latitude": 35.99320750163037,
+ "longitude": 129.40410586349998,
+ "pageIndex": 2,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6380",
+ "name": "거성갈비살",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 대해로 134 거성갈비살",
+ "phone": "-",
+ "representativeMenu": "정식",
+ "price": 9000,
+ "latitude": 36.0193468713474,
+ "longitude": 129.365579165755,
+ "pageIndex": 2,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6792",
+ "name": "고인돌",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 합성옛길 309 (합성동)",
+ "phone": "055-297-9070",
+ "representativeMenu": "흑돼지삼겹살",
+ "price": 10000,
+ "latitude": 35.2443031085876,
+ "longitude": 128.588528120564,
+ "pageIndex": 2,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "6929",
+ "name": "곰내커피",
+ "categoryName": "기타요식업",
+ "address": "경상남도 창원시 진해구 웅천중로56번길 12-1 1,2층(성내동)",
+ "phone": "055-544-3040",
+ "representativeMenu": "아메리카노(hot)",
+ "price": 2500,
+ "latitude": 35.1113597022546,
+ "longitude": 128.750465382937,
+ "pageIndex": 2,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "10635",
+ "name": "감나무집",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 오남로 12 1층",
+ "phone": "064-722-8292",
+ "representativeMenu": "흑돼지두루치기정식",
+ "price": 10000,
+ "latitude": 33.4941885992074,
+ "longitude": 126.519518313018,
+ "pageIndex": 2,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7114",
+ "name": "강김밥집",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 애월읍 하귀9길 2 1층 114호",
+ "phone": "064-711-5096",
+ "representativeMenu": "강김밥",
+ "price": 2900,
+ "latitude": 33.4864182898895,
+ "longitude": 126.414565502113,
+ "pageIndex": 2,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7202",
+ "name": "고기서맛나(하몽이네)",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 중앙로21길 4 1층(이도일동)",
+ "phone": "0507-1322-1011",
+ "representativeMenu": "제주산 생뒷고기",
+ "price": 5000,
+ "latitude": 33.5078471486649,
+ "longitude": 126.524747667261,
+ "pageIndex": 2,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "18196",
+ "name": "동문식당",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로 300-1 (창신동) 1층",
+ "phone": "-",
+ "representativeMenu": "콩나물비빔밥",
+ "price": 5000,
+ "latitude": 37.57159249625645,
+ "longitude": 127.01124193717713,
+ "pageIndex": 3,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "19249",
+ "name": "둘리분식",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 창경궁로34길 15 (혜화동) 1층",
+ "phone": "02-744-8626",
+ "representativeMenu": "된장찌개",
+ "price": 4000,
+ "latitude": 37.584324897003846,
+ "longitude": 127.0011787060946,
+ "pageIndex": 3,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "19006",
+ "name": "남포설렁탕",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 구덕로34번길 5 (남포동2가) 1층",
+ "phone": "051-255-2263",
+ "representativeMenu": "설렁탕",
+ "price": 10000,
+ "latitude": 35.098466691867394,
+ "longitude": 129.03204192140768,
+ "pageIndex": 3,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1648",
+ "name": "남포수제비",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 광복로 49번길 7-1 (창선동)",
+ "phone": "051-245-6821",
+ "representativeMenu": "충무김밥",
+ "price": 6500,
+ "latitude": 35.0998830313842,
+ "longitude": 129.030510175225,
+ "pageIndex": 3,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "10020",
+ "name": "남포이발컷트",
+ "categoryName": "이용업",
+ "address": "부산광역시 중구 중구로 2 2층(남포동5가)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 6000,
+ "latitude": 35.0979757736079,
+ "longitude": 129.028282683866,
+ "pageIndex": 3,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1649",
+ "name": "단골식당",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 동광길 193 (영주1동)",
+ "phone": "051-441-8540",
+ "representativeMenu": "묵은지김치전골",
+ "price": 8000,
+ "latitude": 35.1109965770514,
+ "longitude": 129.037200736899,
+ "pageIndex": 3,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "14626",
+ "name": "동인1번지",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 동덕로36길 78 (동인동4가) 동인1번지",
+ "phone": "053-257-6244",
+ "representativeMenu": "김치돼지찌개",
+ "price": 8000,
+ "latitude": 35.869513126099164,
+ "longitude": 128.6084875504821,
+ "pageIndex": 3,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17986",
+ "name": "동인식당",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 동덕로36길 130 (동인동4가) 동인동",
+ "phone": "053-423-9961",
+ "representativeMenu": "정식",
+ "price": 7000,
+ "latitude": 35.869224595714726,
+ "longitude": 128.6114387547134,
+ "pageIndex": 3,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14949",
+ "name": "만리장성",
+ "categoryName": "중식",
+ "address": "대구광역시 중구 공평로 95 (동문동) .",
+ "phone": "053-425-2412",
+ "representativeMenu": "짜장면",
+ "price": 2000,
+ "latitude": 35.87252613112093,
+ "longitude": 128.60076336835849,
+ "pageIndex": 3,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2012",
+ "name": "만리향반점",
+ "categoryName": "중식",
+ "address": "대구광역시 중구 명덕로35길 112 (남산)",
+ "phone": "053-255-9380",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 35.8614534554198,
+ "longitude": 128.590364961693,
+ "pageIndex": 3,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "16953",
+ "name": "마카롱데이즈",
+ "categoryName": "베이커리",
+ "address": "인천광역시 중구 우현로35번길 13-2 (신생동) 1층",
+ "phone": "0507-1485-5016",
+ "representativeMenu": "다쿠마롱(10개 이상 주문시)",
+ "price": 1700,
+ "latitude": 37.47044194467634,
+ "longitude": 126.62613140213853,
+ "pageIndex": 3,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "17145",
+ "name": "명동식당",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 답동로30번길 25 (경동) 1층",
+ "phone": "032-765-5668",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 37.47170701109189,
+ "longitude": 126.63290688540795,
+ "pageIndex": 3,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2259",
+ "name": "대왕김밥(학동)",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 남문로 671 (학동)",
+ "phone": "062-223-0868",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 35.1305985718859,
+ "longitude": 126.929101660948,
+ "pageIndex": 3,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "15363",
+ "name": "대접",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 서석로85번길 8-7 (대의동) 1층",
+ "phone": "062-651-9998",
+ "representativeMenu": "잔치국수/비빔국수",
+ "price": 4500,
+ "latitude": 35.150050907279855,
+ "longitude": 126.9203188050476,
+ "pageIndex": 3,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "14224",
+ "name": "덕산오징어보쌈",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 남문로622번길 20 (소태동) 1층",
+ "phone": "062-223-5868",
+ "representativeMenu": "점심 백반",
+ "price": 8000,
+ "latitude": 35.127077487064696,
+ "longitude": 126.93344224312833,
+ "pageIndex": 3,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "14430",
+ "name": "넘치는국수한그릇",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 신기로 123-15 (가오동) 가오초등학교 앞",
+ "phone": "042-284-7888",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 36.31171842237039,
+ "longitude": 127.458444535411,
+ "pageIndex": 3,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2528",
+ "name": "뉴모델이용원",
+ "categoryName": "이용업",
+ "address": "대전광역시 동구 계족로 103 (신흥동)",
+ "phone": "042-282-1933",
+ "representativeMenu": "이용료",
+ "price": 7000,
+ "latitude": 36.3235977678715,
+ "longitude": 127.445302754,
+ "pageIndex": 3,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2529",
+ "name": "대광이용원",
+ "categoryName": "이용업",
+ "address": "대전광역시 동구 계족로 73-2 (신흥동)",
+ "phone": "042-282-7720",
+ "representativeMenu": "이용료",
+ "price": 7000,
+ "latitude": 36.3212528089861,
+ "longitude": 127.443947726738,
+ "pageIndex": 3,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "14196",
+ "name": "떡볶이가좋다",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 중앙시장길 2-7 (옥교동) 1층",
+ "phone": "052-246-4702",
+ "representativeMenu": "즉석떡볶이",
+ "price": 3000,
+ "latitude": 35.55501926169491,
+ "longitude": 129.32205281017949,
+ "pageIndex": 3,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "16674",
+ "name": "마마칼국수",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 남외1길 56 (남외동) 1층",
+ "phone": "052-291-1159",
+ "representativeMenu": "돌솥비빔밥",
+ "price": 7000,
+ "latitude": 35.56704089419386,
+ "longitude": 129.35042603603065,
+ "pageIndex": 3,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2999",
+ "name": "만수원숯불갈비",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 해오름16길 2 (남외동)",
+ "phone": "052-297-4327",
+ "representativeMenu": "쌈정식",
+ "price": 8000,
+ "latitude": 35.5607915680552,
+ "longitude": 129.342737348461,
+ "pageIndex": 3,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "19370",
+ "name": "모닝베이커리",
+ "categoryName": "베이커리",
+ "address": "울산광역시 중구 구교6길 63 (반구동) 모닝베이커리",
+ "phone": "052-294-6636",
+ "representativeMenu": "팥빵",
+ "price": 1000,
+ "latitude": 35.565210010138046,
+ "longitude": 129.34129671811115,
+ "pageIndex": 3,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "15902",
+ "name": "만리장성",
+ "categoryName": "중식",
+ "address": "세종특별자치시 조치원읍 충현로 91 101호 만리장성",
+ "phone": "044-868-5400",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 36.59668528394338,
+ "longitude": 127.29539473219728,
+ "pageIndex": 3,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10190",
+ "name": "맛있는 수다",
+ "categoryName": "베이커리",
+ "address": "세종특별자치시 조치원읍 새내10길 41 맛있는 수다",
+ "phone": "044-867-4967",
+ "representativeMenu": "고기만두(8개)",
+ "price": 5000,
+ "latitude": 36.6006451799859,
+ "longitude": 127.300531090282,
+ "pageIndex": 3,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "17111",
+ "name": "경희당구클럽",
+ "categoryName": "기타비요식업",
+ "address": "경기도 수원시 영통구 덕영대로 1707 (영통동) 4층",
+ "phone": "010-5631-2323",
+ "representativeMenu": "10분",
+ "price": 1000,
+ "latitude": 37.24799357407884,
+ "longitude": 127.07820639116257,
+ "pageIndex": 3,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "15567",
+ "name": "고운돈 79냉삼집",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 반달로 50 (영통동) 1층",
+ "phone": "031-205-5678",
+ "representativeMenu": "냉삼겹(150g)",
+ "price": 7900,
+ "latitude": 37.249825831037455,
+ "longitude": 127.07722668063614,
+ "pageIndex": 3,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "14640",
+ "name": "광명수산 수원역점",
+ "categoryName": "일식",
+ "address": "경기도 수원시 팔달구 갓매산로 38 (매산로2가) 1층",
+ "phone": "031-244-8899",
+ "representativeMenu": "활어회덮밥",
+ "price": 8000,
+ "latitude": 37.267869938538816,
+ "longitude": 127.00558487313573,
+ "pageIndex": 3,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "16650",
+ "name": "광명세탁",
+ "categoryName": "세탁업",
+ "address": "강원특별자치도 춘천시 삭주로 27 (교동)",
+ "phone": "033-252-6271",
+ "representativeMenu": "양복상의",
+ "price": 6000,
+ "latitude": 37.88154669495617,
+ "longitude": 127.73468581005257,
+ "pageIndex": 3,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4376",
+ "name": "광치해장국",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 소양로 108 (소양동)",
+ "phone": "033-253-1100",
+ "representativeMenu": "선지해장국",
+ "price": 6000,
+ "latitude": 37.8932252439588,
+ "longitude": 127.726036660624,
+ "pageIndex": 3,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4358",
+ "name": "국수닭",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 남춘로 36번길 48 (퇴계동)",
+ "phone": "033-262-6399",
+ "representativeMenu": "닭국수",
+ "price": 6500,
+ "latitude": 37.8615806593812,
+ "longitude": 127.735535866785,
+ "pageIndex": 3,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4359",
+ "name": "그랑블루바다향기칼국수",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 동내면 고은길 168 2층",
+ "phone": "033-263-2801",
+ "representativeMenu": "해물칼국수",
+ "price": 9000,
+ "latitude": 37.8383207877726,
+ "longitude": 127.783588716154,
+ "pageIndex": 3,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "14756",
+ "name": "고가네왕돈까스",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 중앙로 135-2 (우암동)",
+ "phone": "043-255-1855",
+ "representativeMenu": "왕돈까스",
+ "price": 8000,
+ "latitude": 36.64938771590744,
+ "longitude": 127.48776069611203,
+ "pageIndex": 3,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15786",
+ "name": "고가네행복밥상",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 수곡로113번길 11 (수곡동) 1층",
+ "phone": "043-285-6878",
+ "representativeMenu": "동태찌개",
+ "price": 8000,
+ "latitude": 36.6203686371318,
+ "longitude": 127.47013521623991,
+ "pageIndex": 3,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15852",
+ "name": "고드미손두부",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 흥덕구 서현로 12-31 (가경동)",
+ "phone": "043-284-0944",
+ "representativeMenu": "국산콩순두부",
+ "price": 9000,
+ "latitude": 36.6159289050475,
+ "longitude": 127.42453456395413,
+ "pageIndex": 3,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4724",
+ "name": "고려미용실",
+ "categoryName": "미용업",
+ "address": "충청북도 청주시 서원구 모충로 98-1 (모충동)",
+ "phone": "043-274-6207",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 36.6277882283516,
+ "longitude": 127.474142701453,
+ "pageIndex": 3,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "5410",
+ "name": "또또분식",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 덕진구 삼송3길 14",
+ "phone": "-",
+ "representativeMenu": "떡볶이",
+ "price": 4500,
+ "latitude": 35.8424270036272,
+ "longitude": 127.135459918463,
+ "pageIndex": 3,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "13854",
+ "name": "또또커피",
+ "categoryName": "기타요식업",
+ "address": "전북특별자치도 전주시 덕진구 삼송3길 11-1 (금암동) 1층",
+ "phone": "-",
+ "representativeMenu": "아메리카노",
+ "price": 2000,
+ "latitude": 35.842528730789724,
+ "longitude": 127.13507910263799,
+ "pageIndex": 3,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5436",
+ "name": "또와분식",
+ "categoryName": "베이커리",
+ "address": "전북특별자치도 전주시 완산구 태평5길 41-5",
+ "phone": "063-273-2923",
+ "representativeMenu": "찹쌀도너츠(3개)",
+ "price": 2000,
+ "latitude": 35.8241917473874,
+ "longitude": 127.143168338244,
+ "pageIndex": 3,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15156",
+ "name": "까망헤어필",
+ "categoryName": "미용업",
+ "address": "전라남도 목포시 산정로79번길 15-1 (산정동) 까망헤어필",
+ "phone": "061-277-3173",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 34.795406737074515,
+ "longitude": 126.39113623218255,
+ "pageIndex": 3,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "10497",
+ "name": "남도먹거리방",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 삼일로13번길 2-1 (남교동)",
+ "phone": "061-242-9895",
+ "representativeMenu": "순대",
+ "price": 8000,
+ "latitude": 34.7936753216335,
+ "longitude": 126.383348462671,
+ "pageIndex": 3,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "16973",
+ "name": "낭만맛집",
+ "categoryName": "한식",
+ "address": "전남 목포시 만호로 11-1 (금동2가)",
+ "phone": "061-244-6668",
+ "representativeMenu": "톳비빔밥",
+ "price": 8000,
+ "latitude": 34.784382080202,
+ "longitude": 126.381886313664,
+ "pageIndex": 3,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "15149",
+ "name": "대영한우식육식당",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 영산로257번길 4-1 (용당동) 대영한우식육식당",
+ "phone": "061-273-7789",
+ "representativeMenu": "갈비탕",
+ "price": 10000,
+ "latitude": 34.80385281569496,
+ "longitude": 126.39420318915167,
+ "pageIndex": 3,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6320",
+ "name": "걸앤맨",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 남구 축항로72번길 14",
+ "phone": "054-272-1533",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.0285256046441,
+ "longitude": 129.376479161194,
+ "pageIndex": 3,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6321",
+ "name": "경민헤어샵",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 남구 대해로79번길 27",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.0254310711759,
+ "longitude": 129.36329181671,
+ "pageIndex": 3,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6322",
+ "name": "경아미용실",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 남구 송림로 61",
+ "phone": "054-247-4573",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 36.0352517105272,
+ "longitude": 129.374922321202,
+ "pageIndex": 3,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6427",
+ "name": "경희미용실",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 북구 서동로47번길 25-4 1층(덕수동)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 36.0433237553854,
+ "longitude": 129.364506666177,
+ "pageIndex": 3,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "16322",
+ "name": "구서방네손칼국수",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산합포구 해안대로 1 (월남동5가) 1층 구서방네손칼국수",
+ "phone": "055-222-9549",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 35.18079038371285,
+ "longitude": 128.55905853200002,
+ "pageIndex": 3,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "17102",
+ "name": "국밥명가 온마루",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 의창구 북면 천주로 472 103호",
+ "phone": "0507-1346-4134",
+ "representativeMenu": "돼지국밥",
+ "price": 7000,
+ "latitude": 35.29896206632041,
+ "longitude": 128.6039200218082,
+ "pageIndex": 3,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "17142",
+ "name": "국수랑돈가스랑",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 진해대로597번길 8 (경화동) 1층",
+ "phone": "0507-1440-7000",
+ "representativeMenu": "왕돈가스",
+ "price": 8000,
+ "latitude": 35.15809278309137,
+ "longitude": 128.6810665767454,
+ "pageIndex": 3,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "14292",
+ "name": "김영이헤어모드",
+ "categoryName": "미용업",
+ "address": "경상남도 창원시 진해구 돌리로10번길 25 (석동, 유일수정빌라) 1층",
+ "phone": "055-543-4053",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 35.15791820070982,
+ "longitude": 128.7029593955796,
+ "pageIndex": 3,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "15812",
+ "name": "고산동산",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 고산동산5길 18 (이도이동) 1층",
+ "phone": "010-3693-1604",
+ "representativeMenu": "정식",
+ "price": 8000,
+ "latitude": 33.49614111635461,
+ "longitude": 126.53452311902686,
+ "pageIndex": 3,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "18065",
+ "name": "고슬",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 문송길 22 (연동) 고슬",
+ "phone": "070-8900-8495",
+ "representativeMenu": "떡볶이",
+ "price": 4000,
+ "latitude": 33.487975312677904,
+ "longitude": 126.49712441188434,
+ "pageIndex": 3,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "14253",
+ "name": "고찌가게",
+ "categoryName": "양식",
+ "address": "제주특별자치도 제주시 가령로4길 27 (이도이동) 1층 101호",
+ "phone": "010-4424-4619",
+ "representativeMenu": "함박스테이크",
+ "price": 7000,
+ "latitude": 33.49814114694817,
+ "longitude": 126.53535069630652,
+ "pageIndex": 3,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7116",
+ "name": "공주네국수",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 삼봉로 353 1층(봉개동)",
+ "phone": "064-722-4533",
+ "representativeMenu": "물만두",
+ "price": 5000,
+ "latitude": 33.4913445688525,
+ "longitude": 126.59371518559,
+ "pageIndex": 3,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "19250",
+ "name": "맛밥김밥전문점",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 창경궁로 269 (혜화동) 1층",
+ "phone": "02-747-5425",
+ "representativeMenu": "돈가스",
+ "price": 7500,
+ "latitude": 37.585295075666664,
+ "longitude": 127.00073357977945,
+ "pageIndex": 4,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "11063",
+ "name": "믿음미용실",
+ "categoryName": "미용업",
+ "address": "서울특별시 종로구 계동길 91 1층",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 37.5814377145875,
+ "longitude": 126.986679281786,
+ "pageIndex": 4,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1650",
+ "name": "대교식당",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 충장대로 4번길 8 (중앙동4가)",
+ "phone": "051-469-0146",
+ "representativeMenu": "된장찌개",
+ "price": 6000,
+ "latitude": 35.1044916301827,
+ "longitude": 129.036809946537,
+ "pageIndex": 4,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1641",
+ "name": "대성밀냉면전문",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 보수대로 44번길 6 (부평동)",
+ "phone": "051-244-9658",
+ "representativeMenu": "밀면(소)",
+ "price": 8000,
+ "latitude": 35.1008554024383,
+ "longitude": 129.02385096253,
+ "pageIndex": 4,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "13811",
+ "name": "돌고래",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 중구로40번길 15 (신창동2가) 2층",
+ "phone": "051-246-1825",
+ "representativeMenu": "순두부백반",
+ "price": 8000,
+ "latitude": 35.1015493615088,
+ "longitude": 129.02959068112168,
+ "pageIndex": 4,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1651",
+ "name": "동경식당",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 대청로99번길 16 (대청동2가)",
+ "phone": "051-469-7162",
+ "representativeMenu": "추어탕",
+ "price": 10000,
+ "latitude": 35.104213999781,
+ "longitude": 129.030751512242,
+ "pageIndex": 4,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "10076",
+ "name": "명가",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 달구벌대로 지하 2100 (106)",
+ "phone": "053-252-9743",
+ "representativeMenu": "된장비빔밥",
+ "price": 6000,
+ "latitude": 35.8644213158621,
+ "longitude": 128.593340834492,
+ "pageIndex": 4,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "15468",
+ "name": "명성김밥",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 국채보상로131길 55 (동인동1가, 시티타운) 시티상가 10호",
+ "phone": "053-425-0276",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 35.872799919942665,
+ "longitude": 128.60198095419133,
+ "pageIndex": 4,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "15355",
+ "name": "모정",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 달구벌대로 2037-16 (동산동) 모정(식당)",
+ "phone": "-",
+ "representativeMenu": "된장찌개",
+ "price": 8000,
+ "latitude": 35.86701996348072,
+ "longitude": 128.58658111123873,
+ "pageIndex": 4,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2231",
+ "name": "백원이네",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 예단포1로 2-10 (운북동)",
+ "phone": "032-751-5059",
+ "representativeMenu": "해물라면",
+ "price": 5000,
+ "latitude": 37.5314534478937,
+ "longitude": 126.502439167743,
+ "pageIndex": 4,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "18031",
+ "name": "복락만두",
+ "categoryName": "중식",
+ "address": "인천광역시 중구 신포로27번길 49 (중앙동3가) 1층",
+ "phone": "032-772-8868",
+ "representativeMenu": "찐만두",
+ "price": 6000,
+ "latitude": 37.47256655347608,
+ "longitude": 126.6227457445627,
+ "pageIndex": 4,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "14637",
+ "name": "마시타",
+ "categoryName": "일식",
+ "address": "광주광역시 동구 서석로85번길 8 (대의동) 1층",
+ "phone": "070-4027-2166",
+ "representativeMenu": "마시타라멘",
+ "price": 7500,
+ "latitude": 35.14995826194754,
+ "longitude": 126.92008294904745,
+ "pageIndex": 4,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "11651",
+ "name": "마쏘라까망베르",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 필문대로205번길 19 (지산동)",
+ "phone": "062-224-5004",
+ "representativeMenu": "돈가스(L)",
+ "price": 9000,
+ "latitude": 35.1520673077606,
+ "longitude": 126.933228831241,
+ "pageIndex": 4,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2247",
+ "name": "명문목욕탕",
+ "categoryName": "목욕업",
+ "address": "광주광역시 동구 지원로 5 (소태동)",
+ "phone": "062-227-2459",
+ "representativeMenu": "목욕",
+ "price": 6000,
+ "latitude": 35.1238630581617,
+ "longitude": 126.932939954425,
+ "pageIndex": 4,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2526",
+ "name": "돈하우스",
+ "categoryName": "양식",
+ "address": "대전광역시 동구 동대전로 131번길 8-16 1층(자양동)",
+ "phone": "042-624-5050",
+ "representativeMenu": "치킨까스",
+ "price": 6900,
+ "latitude": 36.3347457791416,
+ "longitude": 127.44561323845,
+ "pageIndex": 4,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16531",
+ "name": "돌구이 돼지마을 해장국",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로815번길 54-1 (정동) 1층",
+ "phone": "042-226-1330",
+ "representativeMenu": "백반",
+ "price": 7000,
+ "latitude": 36.334231713428856,
+ "longitude": 127.4305695784201,
+ "pageIndex": 4,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2519",
+ "name": "동양전자",
+ "categoryName": "기타비요식업",
+ "address": "대전광역시 동구 대전로 797번길 11 (중동)",
+ "phone": "042-254-3090",
+ "representativeMenu": "전자장비 수리비",
+ "price": 10000,
+ "latitude": 36.3304315762194,
+ "longitude": 127.432265782557,
+ "pageIndex": 4,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "13641",
+ "name": "배가한식",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 중앙길 255 (학산동) .",
+ "phone": "-",
+ "representativeMenu": "김치찌개",
+ "price": 5000,
+ "latitude": 35.55841683163878,
+ "longitude": 129.32668187695438,
+ "pageIndex": 4,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "11235",
+ "name": "빠삐용 베이커리",
+ "categoryName": "베이커리",
+ "address": "울산광역시 중구 중앙길 91 (성남동)",
+ "phone": "052-248-0250",
+ "representativeMenu": "팥빵",
+ "price": 1900,
+ "latitude": 35.5555689712778,
+ "longitude": 129.318463151667,
+ "pageIndex": 4,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "14775",
+ "name": "서울본갈비본감자탕성안점",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 백양로 54 (성안동) 1층",
+ "phone": "0507-1314-2168",
+ "representativeMenu": "돼지갈비(180g)",
+ "price": 8500,
+ "latitude": 35.573990867359086,
+ "longitude": 129.31211816914396,
+ "pageIndex": 4,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2989",
+ "name": "선경이용원",
+ "categoryName": "이용업",
+ "address": "울산광역시 중구 유곡로 10 (우정동)",
+ "phone": "052-246-1703",
+ "representativeMenu": "컷트",
+ "price": 5000,
+ "latitude": 35.5582366838079,
+ "longitude": 129.30845466344,
+ "pageIndex": 4,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "10172",
+ "name": "명품한우타운",
+ "categoryName": "한식",
+ "address": "세종특별자치시 금남면 금남구즉로 110-3",
+ "phone": "044-866-6660",
+ "representativeMenu": "한우탕",
+ "price": 6000,
+ "latitude": 36.4730253891059,
+ "longitude": 127.290692559985,
+ "pageIndex": 4,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10198",
+ "name": "모란반점",
+ "categoryName": "중식",
+ "address": "세종특별자치시 보듬3로 104-11 202호(아름동, 행복프라자)",
+ "phone": "044-867-2477",
+ "representativeMenu": "자장면",
+ "price": 5500,
+ "latitude": 36.5123101279615,
+ "longitude": 127.248844235046,
+ "pageIndex": 4,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10195",
+ "name": "무진장 황태칼국수",
+ "categoryName": "한식",
+ "address": "세종특별자치시 금남면 용포로 74 금남면 용포로74",
+ "phone": "044-866-7151",
+ "representativeMenu": "황태얼큰이칼국수+보리밥",
+ "price": 7000,
+ "latitude": 36.4651078017756,
+ "longitude": 127.281290524669,
+ "pageIndex": 4,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "19000",
+ "name": "구름빵집",
+ "categoryName": "베이커리",
+ "address": "경기도 수원시 장안구 이목로 24 (정자동, 수원 SK SKY VIEW) 603동 1층 114호",
+ "phone": "031-223-7727",
+ "representativeMenu": "단팥빵",
+ "price": 2000,
+ "latitude": 37.308841568254806,
+ "longitude": 126.98470292444611,
+ "pageIndex": 4,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "16201",
+ "name": "국수명가",
+ "categoryName": "한식",
+ "address": "경기도 수원시 권선구 평동로79번길 45 (평동) 1층 154호",
+ "phone": "031-242-8473",
+ "representativeMenu": "비빔밥",
+ "price": 7000,
+ "latitude": 37.259876627948074,
+ "longitude": 126.99277737503824,
+ "pageIndex": 4,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3384",
+ "name": "국수촌",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 매여울로53번길 63-2 (매탄동)",
+ "phone": "031-213-5033",
+ "representativeMenu": "잔치국수",
+ "price": 3000,
+ "latitude": 37.2726657638748,
+ "longitude": 127.041141095451,
+ "pageIndex": 4,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "15487",
+ "name": "금란미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 둥지길 7 (효자동)",
+ "phone": "033-257-4174",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.874828386296336,
+ "longitude": 127.73569431782938,
+ "pageIndex": 4,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "10303",
+ "name": "금옥",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 동면 금옥길 289-27 1층",
+ "phone": "033-241-1791",
+ "representativeMenu": "막국수",
+ "price": 8000,
+ "latitude": 37.9229090212663,
+ "longitude": 127.80680948061,
+ "pageIndex": 4,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4378",
+ "name": "낭만국수집",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 서부대성로57번길2 (옥천동)",
+ "phone": "033-251-5688",
+ "representativeMenu": "돌솥비빔밥",
+ "price": 8000,
+ "latitude": 37.8829699924835,
+ "longitude": 127.72960354019,
+ "pageIndex": 4,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15779",
+ "name": "괴산식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 매봉로76번길 30 (수곡동) 1층",
+ "phone": "043-285-6045",
+ "representativeMenu": "청국장",
+ "price": 7000,
+ "latitude": 36.61685424168219,
+ "longitude": 127.48003972548739,
+ "pageIndex": 4,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "13537",
+ "name": "국가대표",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 수암로88번길 5-1 (우암동)",
+ "phone": "-",
+ "representativeMenu": "순두부찌개",
+ "price": 6000,
+ "latitude": 36.65014622761729,
+ "longitude": 127.49373602311476,
+ "pageIndex": 4,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15534",
+ "name": "국수좋은날",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 1순환로1063번길 34 (분평동) 1층",
+ "phone": "043-291-5962",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 36.60797810746097,
+ "longitude": 127.48522816108827,
+ "pageIndex": 4,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "13709",
+ "name": "굼드림",
+ "categoryName": "기타요식업",
+ "address": "충청북도 청주시 상당구 상당로69번길 15 (북문로1가) 대신증권 1층",
+ "phone": "-",
+ "representativeMenu": "아메리카노",
+ "price": 2000,
+ "latitude": 36.63425701957848,
+ "longitude": 127.48966620404532,
+ "pageIndex": 4,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4910",
+ "name": "국빈4000냥미용실",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 동남구 대흥로 132-2 (사직동)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 36.8008837521399,
+ "longitude": 127.148549025545,
+ "pageIndex": 4,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "13065",
+ "name": "김밥군쫄면양",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 충절로 311 (구성동) 109호",
+ "phone": "-",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 36.791883821934995,
+ "longitude": 127.16249631665832,
+ "pageIndex": 4,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "11750",
+ "name": "김밥하나",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 대흥로 340 (신부동)",
+ "phone": "041-556-6247",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 36.8177959668313,
+ "longitude": 127.15176650569,
+ "pageIndex": 4,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "18214",
+ "name": "란미용실",
+ "categoryName": "미용업",
+ "address": "전북특별자치도 전주시 완산구 공수내1길 7-2 (서서학동) 1층",
+ "phone": "070-4007-3960",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 35.805287710386786,
+ "longitude": 127.14763371176575,
+ "pageIndex": 4,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5437",
+ "name": "만나별미",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 거마평로 122",
+ "phone": "063-224-9529",
+ "representativeMenu": "돈가스",
+ "price": 7000,
+ "latitude": 35.8032647559385,
+ "longitude": 127.116997533405,
+ "pageIndex": 4,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5438",
+ "name": "만남의집",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 서학로 28-1",
+ "phone": "063-287-5589",
+ "representativeMenu": "김치찌개",
+ "price": 8000,
+ "latitude": 35.8095241776664,
+ "longitude": 127.152553371019,
+ "pageIndex": 4,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15140",
+ "name": "대흥정",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 용당로216번길 25-1 (용당동) 대흥정",
+ "phone": "061-273-0414",
+ "representativeMenu": "백반",
+ "price": 8000,
+ "latitude": 34.80647798540608,
+ "longitude": 126.40112936933254,
+ "pageIndex": 4,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "15153",
+ "name": "드라이하우스 북항점",
+ "categoryName": "세탁업",
+ "address": "전라남도 목포시 청호로219번길 30 (산정동) 1층 106호",
+ "phone": "061-278-2788",
+ "representativeMenu": "정장한벌",
+ "price": 6100,
+ "latitude": 34.80742822388893,
+ "longitude": 126.36751972578438,
+ "pageIndex": 4,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "10506",
+ "name": "맹순이네 국밥",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 북항로 73 1층(죽교동)",
+ "phone": "-",
+ "representativeMenu": "돼지머리국밥",
+ "price": 6000,
+ "latitude": 34.7998878782976,
+ "longitude": 126.376318072647,
+ "pageIndex": 4,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6386",
+ "name": "고을마당",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 대이로9번길 22 고을마당",
+ "phone": "-",
+ "representativeMenu": "해물칼국수",
+ "price": 7000,
+ "latitude": 36.015803950231,
+ "longitude": 129.341696748169,
+ "pageIndex": 4,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6387",
+ "name": "고향식당",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 대송면 제내길75번길 29-5 고향식당",
+ "phone": "054-293-1230",
+ "representativeMenu": "비빔밥",
+ "price": 8000,
+ "latitude": 35.9795204842443,
+ "longitude": 129.364706422308,
+ "pageIndex": 4,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6809",
+ "name": "낙동추어탕",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 대정로35번길 4-1 (가음동, 정진상가)",
+ "phone": "055-286-5565",
+ "representativeMenu": "추어탕",
+ "price": 9000,
+ "latitude": 35.2078507245462,
+ "longitude": 128.698126634249,
+ "pageIndex": 4,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "7117",
+ "name": "광양왕소금깡통구이",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 광양13길 13",
+ "phone": "064-755-9966",
+ "representativeMenu": "돌솥밥",
+ "price": 6000,
+ "latitude": 33.4992265614392,
+ "longitude": 126.531680684457,
+ "pageIndex": 4,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "15758",
+ "name": "국수한상",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 남광로 7 (이도이동) 국수한상",
+ "phone": "064-751-5808",
+ "representativeMenu": "멸치국수",
+ "price": 7000,
+ "latitude": 33.492506273154056,
+ "longitude": 126.53696512732265,
+ "pageIndex": 4,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7018",
+ "name": "굴무기낭",
+ "categoryName": "기타요식업",
+ "address": "제주특별자치도 제주시 애월읍 납읍남로2길 6 1동 1층",
+ "phone": "0507-1484-1370",
+ "representativeMenu": "감귤쉰다리에이드",
+ "price": 5000,
+ "latitude": 33.433110680166,
+ "longitude": 126.327918925624,
+ "pageIndex": 4,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "16044",
+ "name": "복코돼지",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로 232 (종로5가) 1층",
+ "phone": "02-2271-5989",
+ "representativeMenu": "김치찌개(점심)",
+ "price": 7000,
+ "latitude": 37.570761508765074,
+ "longitude": 127.00353272937728,
+ "pageIndex": 5,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "17542",
+ "name": "불백당",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 우정국로2길 34 (관철동) 1층",
+ "phone": "02-722-0086",
+ "representativeMenu": "고추장불백",
+ "price": 5500,
+ "latitude": 37.56946019643439,
+ "longitude": 126.98494601675547,
+ "pageIndex": 5,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "958",
+ "name": "삼삼 뚝배기",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 동숭길 51 (동숭동)",
+ "phone": "02-765-4683",
+ "representativeMenu": "된장뚝배기",
+ "price": 7000,
+ "latitude": 37.5805564090189,
+ "longitude": 127.004190744723,
+ "pageIndex": 5,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16866",
+ "name": "샐러드하우스",
+ "categoryName": "기타요식업",
+ "address": "서울특별시 종로구 새문안로5가길 28 (적선동) 지하1층 119호",
+ "phone": "02-722-5891",
+ "representativeMenu": "에그듬뿍샌드위치",
+ "price": 4900,
+ "latitude": 37.57446023473285,
+ "longitude": 126.97359705813241,
+ "pageIndex": 5,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16480",
+ "name": "동광세탁소",
+ "categoryName": "세탁업",
+ "address": "부산광역시 중구 법수길 19 (보수동1가) 1층",
+ "phone": "051-256-9047",
+ "representativeMenu": "드라이크리닝(하의)",
+ "price": 4000,
+ "latitude": 35.10490454876418,
+ "longitude": 129.02599093842454,
+ "pageIndex": 5,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17048",
+ "name": "동명칼국수",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 중구로34번길 23 (신창동1가) 2층",
+ "phone": "051-241-0061",
+ "representativeMenu": "칼국수",
+ "price": 6500,
+ "latitude": 35.10111918682593,
+ "longitude": 129.03031073104827,
+ "pageIndex": 5,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "19007",
+ "name": "된장한상",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 대청로141번길 17 (중앙동4가) 1층",
+ "phone": "051-442-3006",
+ "representativeMenu": "된장한상(비빔밥+된장)",
+ "price": 8000,
+ "latitude": 35.104348496848104,
+ "longitude": 129.03506122917605,
+ "pageIndex": 5,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1653",
+ "name": "뚱보집",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 중앙대로 29번길 2-11 (중앙동)",
+ "phone": "051-246-7466",
+ "representativeMenu": "콩나물밥",
+ "price": 4000,
+ "latitude": 35.1006950852985,
+ "longitude": 129.036117527715,
+ "pageIndex": 5,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "14627",
+ "name": "밥맛나는집",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 경상감영길 37 (서문로1가) 밥맛나는집",
+ "phone": "053-428-0121",
+ "representativeMenu": "된장찌개",
+ "price": 7000,
+ "latitude": 35.87145492938626,
+ "longitude": 128.58946800122544,
+ "pageIndex": 5,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17982",
+ "name": "배사공멸치국수",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 관덕정길 10 (남산동) 남산동",
+ "phone": "053-422-8866",
+ "representativeMenu": "잔치국수",
+ "price": 6000,
+ "latitude": 35.865329712937886,
+ "longitude": 128.59079734801406,
+ "pageIndex": 5,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "11440",
+ "name": "쎈밤 종로점",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 종로 30-1 1층",
+ "phone": "070-7685-7137",
+ "representativeMenu": "국내산 삼겹살(150g)",
+ "price": 8900,
+ "latitude": 35.8686744440218,
+ "longitude": 128.592029244117,
+ "pageIndex": 5,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2007",
+ "name": "영생이용소",
+ "categoryName": "이용업",
+ "address": "대구광역시 중구 이천로 184-8 (대봉동)",
+ "phone": "053-425-9732",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 35.8575452270514,
+ "longitude": 128.598969402186,
+ "pageIndex": 5,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14222",
+ "name": "삼미",
+ "categoryName": "기타요식업",
+ "address": "인천광역시 중구 제물량로 210-4 (해안동2가) 1층",
+ "phone": "032-812-4055",
+ "representativeMenu": "치즈카야토스트",
+ "price": 5000,
+ "latitude": 37.47195223689287,
+ "longitude": 126.62120161220716,
+ "pageIndex": 5,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "16743",
+ "name": "삼시국수",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 운중로 97 (운남동) 1층",
+ "phone": "0507-1479-2358",
+ "representativeMenu": "멸치국수",
+ "price": 7000,
+ "latitude": 37.49421029445236,
+ "longitude": 126.5443392421388,
+ "pageIndex": 5,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "14009",
+ "name": "소미국수",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 서해대로 486-2 (유동) 1층",
+ "phone": "032-773-1003",
+ "representativeMenu": "감자칼국수",
+ "price": 9000,
+ "latitude": 37.46916114263947,
+ "longitude": 126.63654581942478,
+ "pageIndex": 5,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "19356",
+ "name": "무등산국밥",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 제봉로17번길 2 (학동) 1층",
+ "phone": "062-223-2051",
+ "representativeMenu": "암뽕순대국밥",
+ "price": 7000,
+ "latitude": 35.14024503188192,
+ "longitude": 126.92183479745447,
+ "pageIndex": 5,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2264",
+ "name": "박순자녹두집",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 구성로204번길 26 (대인동)",
+ "phone": "062-223-8694",
+ "representativeMenu": "수제비",
+ "price": 6000,
+ "latitude": 35.1518665091161,
+ "longitude": 126.916416294973,
+ "pageIndex": 5,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2265",
+ "name": "반디식당",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 구성로 258 (계림동)",
+ "phone": "062-222-0809",
+ "representativeMenu": "백반",
+ "price": 6000,
+ "latitude": 35.1570933401735,
+ "longitude": 126.918837815272,
+ "pageIndex": 5,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2564",
+ "name": "뒤집어진뚝배기",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 동대전로131번길 8-11 (자양동)",
+ "phone": "042-622-3692",
+ "representativeMenu": "제육",
+ "price": 7500,
+ "latitude": 36.3346159683747,
+ "longitude": 127.445358439471,
+ "pageIndex": 5,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16819",
+ "name": "또와짬뽕",
+ "categoryName": "중식",
+ "address": "대전광역시 동구 동대전로 153-5 (자양동) 1층",
+ "phone": "042-623-6237",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 36.335615601209376,
+ "longitude": 127.446345541849,
+ "pageIndex": 5,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2575",
+ "name": "마실",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 동산초교로 22번길 45 (홍도동)",
+ "phone": "042-635-7086",
+ "representativeMenu": "수제비",
+ "price": 7000,
+ "latitude": 36.3475476850448,
+ "longitude": 127.429039114596,
+ "pageIndex": 5,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "14774",
+ "name": "송림식당",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 성안6길 1 (성안동) 1층",
+ "phone": "052-246-8751",
+ "representativeMenu": "정식",
+ "price": 8000,
+ "latitude": 35.575033452695315,
+ "longitude": 129.31651249571607,
+ "pageIndex": 5,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2994",
+ "name": "수다라",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 서원1길 3 (반구동)",
+ "phone": "052-293-8818",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 35.5632555809223,
+ "longitude": 129.335301504887,
+ "pageIndex": 5,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "14577",
+ "name": "순정분식",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 반구정15길 18 (반구동) 1층",
+ "phone": "-",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 35.55845233751778,
+ "longitude": 129.34466380262637,
+ "pageIndex": 5,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "10174",
+ "name": "복조갈비",
+ "categoryName": "한식",
+ "address": "세종특별자치시 조치원읍 새내12길 51 1층",
+ "phone": "044-862-3890",
+ "representativeMenu": "육개장",
+ "price": 8000,
+ "latitude": 36.6026560183833,
+ "longitude": 127.300695361905,
+ "pageIndex": 5,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "19176",
+ "name": "부산면가",
+ "categoryName": "한식",
+ "address": "세종특별자치시 호려울로 29 (보람동) 110호",
+ "phone": "044-862-0626",
+ "representativeMenu": "옛날칼국수",
+ "price": 6500,
+ "latitude": 36.477909935227785,
+ "longitude": 127.29023798268373,
+ "pageIndex": 5,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "14528",
+ "name": "까페시모 우만점",
+ "categoryName": "기타요식업",
+ "address": "경기도 수원시 팔달구 경수대로656번길 37-22 (우만동) 1층",
+ "phone": "031-304-0307",
+ "representativeMenu": "아메리카노",
+ "price": 2900,
+ "latitude": 37.28563203757849,
+ "longitude": 127.02975069485917,
+ "pageIndex": 5,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "14526",
+ "name": "꼼빠도르",
+ "categoryName": "베이커리",
+ "address": "경기도 수원시 팔달구 정조로 797-2 (팔달로2가) 101, 102호",
+ "phone": "031-243-0588",
+ "representativeMenu": "팥빵",
+ "price": 2000,
+ "latitude": 37.279316026053095,
+ "longitude": 127.01637087798076,
+ "pageIndex": 5,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3367",
+ "name": "꽃씨미용실",
+ "categoryName": "미용업",
+ "address": "경기도 수원시 권선구 금호로15번길12 (금곡동)",
+ "phone": "031-297-6106",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.2692497847657,
+ "longitude": 126.953624838044,
+ "pageIndex": 5,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "15303",
+ "name": "남문건강제분소",
+ "categoryName": "한식",
+ "address": "경기도 수원시 팔달구 창룡대로26번길 42-7 (남수동) 1층",
+ "phone": "031-241-8002",
+ "representativeMenu": "콩나물국밥",
+ "price": 6000,
+ "latitude": 37.28002458529435,
+ "longitude": 127.0188847877665,
+ "pageIndex": 5,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "10304",
+ "name": "낭만국시",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 명동길29번길 3 (죽림동)",
+ "phone": "033-252-6255",
+ "representativeMenu": "칼국시",
+ "price": 7000,
+ "latitude": 37.8781171202343,
+ "longitude": 127.725962552609,
+ "pageIndex": 5,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4354",
+ "name": "누이네",
+ "categoryName": "일식",
+ "address": "강원특별자치도 춘천시 영서로2279번길 25 (온의동)",
+ "phone": "033-251-2261",
+ "representativeMenu": "회덮밥",
+ "price": 9000,
+ "latitude": 37.8628068929099,
+ "longitude": 127.720326390422,
+ "pageIndex": 5,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4327",
+ "name": "달콤한게으름",
+ "categoryName": "기타요식업",
+ "address": "강원특별자치도 춘천시 신북읍 신샘밭로 502 달콤한게으름",
+ "phone": "0507-1359-7877",
+ "representativeMenu": "아메리카노",
+ "price": 4000,
+ "latitude": 37.9295512271344,
+ "longitude": 127.765130880111,
+ "pageIndex": 5,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "18315",
+ "name": "닭갈비짱",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 스무숲1길 38-9 -",
+ "phone": "033-261-3688",
+ "representativeMenu": "특선 도시락",
+ "price": 10000,
+ "latitude": 37.8492683443013,
+ "longitude": 127.750878159251,
+ "pageIndex": 5,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "16059",
+ "name": "그레이스 칼국수",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 상당구 남일면 효촌송암길 18-11 1층 103호",
+ "phone": "043-288-1932",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 36.58914562523452,
+ "longitude": 127.50987272855514,
+ "pageIndex": 5,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4746",
+ "name": "금와가든",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 팔결로 66 (주중동)",
+ "phone": "043-211-8660",
+ "representativeMenu": "한식뷔페",
+ "price": 6000,
+ "latitude": 36.6890862826954,
+ "longitude": 127.482711215662,
+ "pageIndex": 5,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "16069",
+ "name": "기쁨가득 엄마밥상",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 흥덕구 사운로190번길 1 (운천동)",
+ "phone": "-",
+ "representativeMenu": "된장찌개",
+ "price": 6000,
+ "latitude": 36.64618197563589,
+ "longitude": 127.47854183832706,
+ "pageIndex": 5,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15849",
+ "name": "김진헤어",
+ "categoryName": "미용업",
+ "address": "충청북도 청주시 흥덕구 증안로 44 (복대동) 2층",
+ "phone": "043-239-4129",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.63652312339393,
+ "longitude": 127.42812791746137,
+ "pageIndex": 5,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "19313",
+ "name": "깨돌이김밥",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 각원사길 52 (안서동) 깨돌이김밥",
+ "phone": "0507-1420-7277",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 36.830711862714494,
+ "longitude": 127.1776761133309,
+ "pageIndex": 5,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "18220",
+ "name": "만족",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 안터6길 41 (서신동) 1층",
+ "phone": "0507-1358-5650",
+ "representativeMenu": "비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심)",
+ "price": 8000,
+ "latitude": 35.8300315070019,
+ "longitude": 127.11645550914488,
+ "pageIndex": 5,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5425",
+ "name": "맛자랑 팥고향집",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 서학로 32-4",
+ "phone": "063-231-0993",
+ "representativeMenu": "손칼국수",
+ "price": 7000,
+ "latitude": 35.8093835840183,
+ "longitude": 127.152905612703,
+ "pageIndex": 5,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5419",
+ "name": "명보헤어",
+ "categoryName": "미용업",
+ "address": "전북특별자치도 전주시 완산구 팔달로 101-26",
+ "phone": "063-282-1643",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 35.8123674581985,
+ "longitude": 127.148537758879,
+ "pageIndex": 5,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "18209",
+ "name": "바다미용샵",
+ "categoryName": "미용업",
+ "address": "전북특별자치도 전주시 완산구 영경1길 21 (중화산동2가) 우성근영타운상가 1-101",
+ "phone": "063-223-8840",
+ "representativeMenu": "커트(학생)",
+ "price": 10000,
+ "latitude": 35.81809189327877,
+ "longitude": 127.12518062331628,
+ "pageIndex": 5,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15151",
+ "name": "몽헤어갤러리",
+ "categoryName": "미용업",
+ "address": "전라남도 목포시 산정로 211 (용당동) 몽헤어갤러리",
+ "phone": "061-276-0479",
+ "representativeMenu": "학생커트",
+ "price": 7000,
+ "latitude": 34.80675654469635,
+ "longitude": 126.38939338794059,
+ "pageIndex": 5,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "15141",
+ "name": "미달이네집밥",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 용당로 52 (산정동) 미달이네집밥",
+ "phone": "061-244-0222",
+ "representativeMenu": "한식뷔페",
+ "price": 9000,
+ "latitude": 34.79223219163826,
+ "longitude": 126.40229481607567,
+ "pageIndex": 5,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "10507",
+ "name": "백련가정식백반",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 백년대로 83 (용당동)",
+ "phone": "061-281-3931",
+ "representativeMenu": "고등어구이백반",
+ "price": 9000,
+ "latitude": 34.7993153187521,
+ "longitude": 126.398708002647,
+ "pageIndex": 5,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6388",
+ "name": "고향식당",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 오천읍 세계길 34-2 고향식당",
+ "phone": "054-291-5806",
+ "representativeMenu": "정식",
+ "price": 7000,
+ "latitude": 35.9651038865803,
+ "longitude": 129.415954040359,
+ "pageIndex": 5,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "16132",
+ "name": "공원분식",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 북구 환호공원길 19-1 (환호동) 공원분식",
+ "phone": "054-242-9337",
+ "representativeMenu": "잔치국수",
+ "price": 6000,
+ "latitude": 36.06805492716173,
+ "longitude": 129.3918551381414,
+ "pageIndex": 5,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6428",
+ "name": "곽헤어뷰티",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 북구 장량중앙로65번길 18-1 (양덕동) 1층",
+ "phone": "0507-1449-1250",
+ "representativeMenu": "남자커트",
+ "price": 6000,
+ "latitude": 36.09024160303488,
+ "longitude": 129.3898774029156,
+ "pageIndex": 5,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "15582",
+ "name": "낙지엔닭갈비",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 내서읍 중리상곡로 77 101호",
+ "phone": "055-231-3217",
+ "representativeMenu": "낙지비빔밥",
+ "price": 10000,
+ "latitude": 35.24768918750772,
+ "longitude": 128.50844422463186,
+ "pageIndex": 5,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "10579",
+ "name": "남양스튜디오",
+ "categoryName": "기타비요식업",
+ "address": "경상남도 창원시 마산합포구 장장군로 31-23 (장군동4가)",
+ "phone": "055-245-0548",
+ "representativeMenu": "가족사진",
+ "price": 10000,
+ "latitude": 35.1971042919322,
+ "longitude": 128.565386781544,
+ "pageIndex": 5,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "15129",
+ "name": "남원식당",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 의창구 도계로83번길 6-24 (도계동) 1층",
+ "phone": "055-238-0517",
+ "representativeMenu": "가정식 백반",
+ "price": 8000,
+ "latitude": 35.25676280757884,
+ "longitude": 128.6403988733871,
+ "pageIndex": 5,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "17648",
+ "name": "뉴헤어라인 이용원",
+ "categoryName": "이용업",
+ "address": "경상남도 창원시 진해구 제황로 83-1 (충무동) 1층",
+ "phone": "0507-1405-1427",
+ "representativeMenu": "남성커트",
+ "price": 9000,
+ "latitude": 35.15172782098772,
+ "longitude": 128.66680204776503,
+ "pageIndex": 5,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "7068",
+ "name": "귀빈반점",
+ "categoryName": "중식",
+ "address": "제주특별자치도 제주시 정원로 53-1 (노형동)",
+ "phone": "064-749-3080",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 33.4771339388759,
+ "longitude": 126.47755224554,
+ "pageIndex": 5,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "11423",
+ "name": "금악 똣똣라면",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 한림읍 금악로 18",
+ "phone": "-",
+ "representativeMenu": "똣똣라면(오리지널)",
+ "price": 6500,
+ "latitude": 33.3586559057476,
+ "longitude": 126.296620943982,
+ "pageIndex": 5,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "17999",
+ "name": "금악리자양식당",
+ "categoryName": "중식",
+ "address": "제주특별자치도 제주시 한림읍 금악로 18 자양식당",
+ "phone": "010-7163-3544",
+ "representativeMenu": "닭짬뽕",
+ "price": 9000,
+ "latitude": 33.35865254119738,
+ "longitude": 126.29662954404655,
+ "pageIndex": 5,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "14004",
+ "name": "서울식당",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 창신길 50 (창신동) 1층",
+ "phone": "02-764-7587",
+ "representativeMenu": "백반",
+ "price": 8000,
+ "latitude": 37.57383386363352,
+ "longitude": 127.01070027218017,
+ "pageIndex": 6,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "13892",
+ "name": "세종커피",
+ "categoryName": "기타요식업",
+ "address": "서울특별시 종로구 세종대로23길 54 (당주동) 지하1층 26호",
+ "phone": "010-5827-9542",
+ "representativeMenu": "아메리카노",
+ "price": 2500,
+ "latitude": 37.57183953065674,
+ "longitude": 126.97328450326039,
+ "pageIndex": 6,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1637",
+ "name": "미도리우동",
+ "categoryName": "일식",
+ "address": "부산광역시 중구 흑교로 45번길 10-1 (보수동)",
+ "phone": "051-244-8246",
+ "representativeMenu": "유부초밥",
+ "price": 4000,
+ "latitude": 35.1036985758005,
+ "longitude": 129.024128409662,
+ "pageIndex": 6,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17051",
+ "name": "미향장어탕",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 남포길 45-1 (남포동2가) 1층",
+ "phone": "0507-1430-2452",
+ "representativeMenu": "장어탕",
+ "price": 10000,
+ "latitude": 35.09811695918981,
+ "longitude": 129.03373733333655,
+ "pageIndex": 6,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "14624",
+ "name": "예원생선구이",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 동덕로 114-12 (삼덕동2가) 1층",
+ "phone": "053-421-4440",
+ "representativeMenu": "고등어구이 정식",
+ "price": 9000,
+ "latitude": 35.8646330747017,
+ "longitude": 128.60381216563215,
+ "pageIndex": 6,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "15358",
+ "name": "옛고을",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 달구벌대로 2197-39 (삼덕동2가) 옛고을식당",
+ "phone": "053-427-8503",
+ "representativeMenu": "제육덮밥",
+ "price": 8000,
+ "latitude": 35.86464415410117,
+ "longitude": 128.60349499293326,
+ "pageIndex": 6,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "10074",
+ "name": "옛날국수",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 중앙대로 439 향촌동",
+ "phone": "053-256-1221",
+ "representativeMenu": "잔치국수",
+ "price": 2000,
+ "latitude": 35.8724146556383,
+ "longitude": 128.594100102946,
+ "pageIndex": 6,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17977",
+ "name": "와래이수제꼬치전문점",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 달구벌대로450길 16-6 (대봉동) 달구벌대로450길 16-6",
+ "phone": "053-254-1553",
+ "representativeMenu": "닭꼬치",
+ "price": 4000,
+ "latitude": 35.86127644033642,
+ "longitude": 128.60713054755325,
+ "pageIndex": 6,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2234",
+ "name": "신신분식",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 자유공원로27번길 1 (내동)",
+ "phone": "032-762-0992",
+ "representativeMenu": "우동",
+ "price": 5500,
+ "latitude": 37.475111739177,
+ "longitude": 126.627848403961,
+ "pageIndex": 6,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2225",
+ "name": "신포대패",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 개항로 23 (관동3가)",
+ "phone": "032-765-5237",
+ "representativeMenu": "신포대패(120g)",
+ "price": 6000,
+ "latitude": 37.4719246800065,
+ "longitude": 126.625275097774,
+ "pageIndex": 6,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2235",
+ "name": "신포화로구이",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 신포로 27번길 16 (관동3가)",
+ "phone": "032-777-0099",
+ "representativeMenu": "김치찌개",
+ "price": 7500,
+ "latitude": 37.4719823087487,
+ "longitude": 126.624610999499,
+ "pageIndex": 6,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2226",
+ "name": "신흥숯불갈비",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 서해대로454번길 14-2 (선화동)",
+ "phone": "032-883-7717",
+ "representativeMenu": "냉면",
+ "price": 10000,
+ "latitude": 37.4656929791796,
+ "longitude": 126.636120369468,
+ "pageIndex": 6,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2266",
+ "name": "밥s",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 지산로 21 (지산동)",
+ "phone": "062-222-2838",
+ "representativeMenu": "돈가스",
+ "price": 4500,
+ "latitude": 35.1460563034625,
+ "longitude": 126.931121713111,
+ "pageIndex": 6,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "10138",
+ "name": "삼미관",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 백서로189번길 14-32 (서석동)",
+ "phone": "062-227-0391",
+ "representativeMenu": "간짜장",
+ "price": 8000,
+ "latitude": 35.1458043478303,
+ "longitude": 126.924281394451,
+ "pageIndex": 6,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2530",
+ "name": "머리카락&피부샵",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 동서대로 1692번길 153 (성남동)",
+ "phone": "-",
+ "representativeMenu": "미용료(여자커트)",
+ "price": 8000,
+ "latitude": 36.3424896102607,
+ "longitude": 127.438366074824,
+ "pageIndex": 6,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16081",
+ "name": "메밀고개 시골막국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 판교3길 3 (판암동) 메밀고개 시골막국수",
+ "phone": "042-274-7787",
+ "representativeMenu": "메밀만두",
+ "price": 6000,
+ "latitude": 36.31841600671825,
+ "longitude": 127.45230275069078,
+ "pageIndex": 6,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16083",
+ "name": "명동만두",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 중앙로203번길 15 (중동) 약수식당",
+ "phone": "042-256-0444",
+ "representativeMenu": "비빔밥",
+ "price": 7000,
+ "latitude": 36.331539175383156,
+ "longitude": 127.43111599831819,
+ "pageIndex": 6,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2545",
+ "name": "미가칼국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 백룡로 3 (자양동)",
+ "phone": "042-621-7533",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 36.3365141375393,
+ "longitude": 127.447715649929,
+ "pageIndex": 6,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2995",
+ "name": "엄마네뷔페",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 당산4길 22 (우정동)",
+ "phone": "-",
+ "representativeMenu": "정식",
+ "price": 7000,
+ "latitude": 35.5537031836629,
+ "longitude": 129.310593372233,
+ "pageIndex": 6,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "16557",
+ "name": "에뜨왈베이커리",
+ "categoryName": "베이커리",
+ "address": "울산광역시 중구 화합로 492-1 (복산동) 1층",
+ "phone": "052-227-8388",
+ "representativeMenu": "단팥빵",
+ "price": 1200,
+ "latitude": 35.5679065905029,
+ "longitude": 129.33295718527037,
+ "pageIndex": 6,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "11677",
+ "name": "옥교국밥",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 중앙시장길 2-5 (옥교동)",
+ "phone": "052-245-1163",
+ "representativeMenu": "돼지국밥",
+ "price": 9000,
+ "latitude": 35.5550846130913,
+ "longitude": 129.322138841423,
+ "pageIndex": 6,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2996",
+ "name": "유가냉면",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 먹자거리 12 (성남동)",
+ "phone": "052-258-6696",
+ "representativeMenu": "물냉면",
+ "price": 9000,
+ "latitude": 35.5545078517398,
+ "longitude": 129.320075389132,
+ "pageIndex": 6,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "10183",
+ "name": "세종세탁 명품",
+ "categoryName": "세탁업",
+ "address": "세종특별자치시 만남로 190 상가 203호",
+ "phone": "044-864-2226",
+ "representativeMenu": "이불",
+ "price": 10000,
+ "latitude": 36.5170635630589,
+ "longitude": 127.241017466402,
+ "pageIndex": 6,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10168",
+ "name": "송덕이용원",
+ "categoryName": "이용업",
+ "address": "세종특별자치시 전동면 금이로 266",
+ "phone": "044-867-1488",
+ "representativeMenu": "조발",
+ "price": 10000,
+ "latitude": 36.6302394683097,
+ "longitude": 127.260476864844,
+ "pageIndex": 6,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10196",
+ "name": "스페이스",
+ "categoryName": "양식",
+ "address": "세종특별자치시 한누리대로 311 110호~111호",
+ "phone": "044-863-1122",
+ "representativeMenu": "갈릭누들파스타",
+ "price": 9900,
+ "latitude": 36.492070617908,
+ "longitude": 127.255836690696,
+ "pageIndex": 6,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10186",
+ "name": "시장감자탕",
+ "categoryName": "한식",
+ "address": "세종특별자치시 조치원읍 조치원로 30-8 101호",
+ "phone": "044-862-6513",
+ "representativeMenu": "뼈해장국",
+ "price": 7000,
+ "latitude": 36.6012589737358,
+ "longitude": 127.300019359062,
+ "pageIndex": 6,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "15882",
+ "name": "냉삼집",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 영통로214번길 9 (영통동) 106호",
+ "phone": "031-206-3389",
+ "representativeMenu": "급랭삼겹살(200g)",
+ "price": 9900,
+ "latitude": 37.246578887390704,
+ "longitude": 127.05763865693096,
+ "pageIndex": 6,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3419",
+ "name": "논골손칼국수",
+ "categoryName": "한식",
+ "address": "경기도 수원시 장안구 장안로75번길 52-2 102호(정자동)",
+ "phone": "031-252-9696",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 37.2903281507546,
+ "longitude": 127.000141983781,
+ "pageIndex": 6,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "17117",
+ "name": "늘하얀세탁소",
+ "categoryName": "세탁업",
+ "address": "경기도 수원시 팔달구 화양로68번길 61 (화서동) 1층",
+ "phone": "031-242-5554",
+ "representativeMenu": "드라이클리닝(신사복)",
+ "price": 8000,
+ "latitude": 37.28181847804219,
+ "longitude": 126.99725940969884,
+ "pageIndex": 6,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3401",
+ "name": "닛시헤어필",
+ "categoryName": "미용업",
+ "address": "경기도 수원시 장안구 파장로21번길 27 (송죽동)",
+ "phone": "031-257-1411",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 37.3033791048968,
+ "longitude": 126.997399634911,
+ "pageIndex": 6,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "10313",
+ "name": "더밥",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 춘주로91번길 10 (온의동)",
+ "phone": "033-242-2178",
+ "representativeMenu": "제육덮밥",
+ "price": 8900,
+ "latitude": 37.862555029709,
+ "longitude": 127.720541103243,
+ "pageIndex": 6,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4340",
+ "name": "동네미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 동내면 영서로 1747 1층",
+ "phone": "033-262-3257",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.8327701426154,
+ "longitude": 127.761293705291,
+ "pageIndex": 6,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "10310",
+ "name": "동이만두",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 효제길 36 (효자동)",
+ "phone": "033-255-3633",
+ "representativeMenu": "김치찌개",
+ "price": 6000,
+ "latitude": 37.8709546627662,
+ "longitude": 127.737049930361,
+ "pageIndex": 6,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15783",
+ "name": "꽃돼지댁",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 서원남로20번길 4 (모충동) 1층",
+ "phone": "043-295-3423",
+ "representativeMenu": "1인보쌈정식",
+ "price": 10000,
+ "latitude": 36.6220030068416,
+ "longitude": 127.48577351993595,
+ "pageIndex": 6,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4687",
+ "name": "나누리장터",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 상당구 쇠내로 69-1 (금천동)",
+ "phone": "-",
+ "representativeMenu": "장터칼국수",
+ "price": 4000,
+ "latitude": 36.6249932875208,
+ "longitude": 127.501521214447,
+ "pageIndex": 6,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4747",
+ "name": "나성불고기쌈밥",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 향군로 51 (우암동)",
+ "phone": "043-253-3511",
+ "representativeMenu": "된장찌개",
+ "price": 6000,
+ "latitude": 36.6501623292297,
+ "longitude": 127.485399652549,
+ "pageIndex": 6,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4959",
+ "name": "남성커트오천",
+ "categoryName": "이용업",
+ "address": "충청남도 천안시 서북구 월봉로 66 (쌍용동)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 36.7964851683758,
+ "longitude": 127.118063685574,
+ "pageIndex": 6,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4911",
+ "name": "남성컷트오천냥클럽",
+ "categoryName": "이용업",
+ "address": "충청남도 천안시 동남구 서부대로 257-3 105호(신방동)",
+ "phone": "041-572-5283",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 36.7910983221181,
+ "longitude": 127.128572630944,
+ "pageIndex": 6,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "10392",
+ "name": "넘버원 남성컷트",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 서북구 두정로 263 (두정동)",
+ "phone": "041-904-1020",
+ "representativeMenu": "커트",
+ "price": 7700,
+ "latitude": 36.8334141610709,
+ "longitude": 127.146148378172,
+ "pageIndex": 6,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "13848",
+ "name": "백운면",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 덕진구 떡전4길 20-1 (금암동)",
+ "phone": "063-277-1007",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 35.83744887478051,
+ "longitude": 127.12964026212448,
+ "pageIndex": 6,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "13852",
+ "name": "백운면아중점",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 덕진구 가재미로 38 (인후동1가) 1층",
+ "phone": "063-714-3877",
+ "representativeMenu": "잔치국수",
+ "price": 5900,
+ "latitude": 35.82849083250596,
+ "longitude": 127.16271510485184,
+ "pageIndex": 6,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5414",
+ "name": "빵굽는나라",
+ "categoryName": "베이커리",
+ "address": "전북특별자치도 전주시 완산구 팔달로 263",
+ "phone": "063-275-2974",
+ "representativeMenu": "도너츠(2개)",
+ "price": 1000,
+ "latitude": 35.8254765184598,
+ "longitude": 127.143901262223,
+ "pageIndex": 6,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5439",
+ "name": "서신정",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 감나무4길 26",
+ "phone": "063-277-3455",
+ "representativeMenu": "고등어구이",
+ "price": 10000,
+ "latitude": 35.8317212468129,
+ "longitude": 127.119926240397,
+ "pageIndex": 6,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15145",
+ "name": "복스짜장짬뽕(용해점)",
+ "categoryName": "중식",
+ "address": "전라남도 목포시 대양로 111 (용해동) 복스짜장짬뽕(용해점)",
+ "phone": "061-277-2737",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 34.82166789677919,
+ "longitude": 126.39167301998671,
+ "pageIndex": 6,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5609",
+ "name": "삼국지",
+ "categoryName": "중식",
+ "address": "전라남도 목포시 하당남부로 108 (옥암동)",
+ "phone": "061-284-8775",
+ "representativeMenu": "자장면",
+ "price": 6000,
+ "latitude": 34.8022264162699,
+ "longitude": 126.435217612049,
+ "pageIndex": 6,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "16968",
+ "name": "서울대중",
+ "categoryName": "중식",
+ "address": "전남 목포시 소영길 7 (용당동)",
+ "phone": "061-276-0242",
+ "representativeMenu": "짜장",
+ "price": 6500,
+ "latitude": 34.8046888223113,
+ "longitude": 126.395998892103,
+ "pageIndex": 6,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5617",
+ "name": "손가네분식",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 남해로 8-1 (산정동)",
+ "phone": "061-242-3375",
+ "representativeMenu": "김밥",
+ "price": 2500,
+ "latitude": 34.7900774150742,
+ "longitude": 126.396716006428,
+ "pageIndex": 6,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6374",
+ "name": "국수마을",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 효자동5번길 10 나동 국수마을",
+ "phone": "-",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 36.0078387636712,
+ "longitude": 129.329195759208,
+ "pageIndex": 6,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "14723",
+ "name": "국시묵자",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 장기면 동해안로 3271-1 -",
+ "phone": "-",
+ "representativeMenu": "잔치국수",
+ "price": 6000,
+ "latitude": 35.87906957004322,
+ "longitude": 129.5171647482038,
+ "pageIndex": 6,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "10551",
+ "name": "굿맨",
+ "categoryName": "이용업",
+ "address": "경상북도 포항시 북구 아치로 57 상가동 101호 (우현동,화성아파트)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.0511457346007,
+ "longitude": 129.355698800567,
+ "pageIndex": 6,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "16131",
+ "name": "권민선남성컷",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 남구 상공로221번길 28 (해도동) 권민선남성컷",
+ "phone": "054-277-4596",
+ "representativeMenu": "컷트",
+ "price": 10000,
+ "latitude": 36.02519921582511,
+ "longitude": 129.3695250773602,
+ "pageIndex": 6,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "14472",
+ "name": "다래성",
+ "categoryName": "중식",
+ "address": "경상남도 창원시 마산합포구 교방북2길 1 (교방동) 육일약국 인근",
+ "phone": "055-243-6166",
+ "representativeMenu": "짜장면",
+ "price": 7000,
+ "latitude": 35.2148898765735,
+ "longitude": 128.56421595996898,
+ "pageIndex": 6,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "13714",
+ "name": "다래원",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 신촌로 21 (신촌동) 지하 21호(신촌동, 유신종합상가)",
+ "phone": "055-261-1930",
+ "representativeMenu": "한식부페",
+ "price": 7000,
+ "latitude": 35.20756422962718,
+ "longitude": 128.62678091758497,
+ "pageIndex": 6,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "13719",
+ "name": "다복식당",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산합포구 진동면 진북산업로 82 1층",
+ "phone": "055-271-7783",
+ "representativeMenu": "한식(뷔페)",
+ "price": 6000,
+ "latitude": 35.123393709489115,
+ "longitude": 128.4878116919056,
+ "pageIndex": 6,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "6810",
+ "name": "다복한식부페",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 동산로65번길 33 (상남동)",
+ "phone": "055-282-1212",
+ "representativeMenu": "뷔페 1인",
+ "price": 7000,
+ "latitude": 35.2170705144953,
+ "longitude": 128.684009304443,
+ "pageIndex": 6,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "7201",
+ "name": "금천미용실",
+ "categoryName": "미용업",
+ "address": "제주특별자치도 제주시 중앙로23길 6 .",
+ "phone": "064-758-9254",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 33.5069619652156,
+ "longitude": 126.525476490278,
+ "pageIndex": 6,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7019",
+ "name": "김녕빵집",
+ "categoryName": "베이커리",
+ "address": "제주특별자치도 제주시 구좌읍 김녕로1길 25 1층",
+ "phone": "-",
+ "representativeMenu": "소금버터빵",
+ "price": 2100,
+ "latitude": 33.5559045926848,
+ "longitude": 126.747620056758,
+ "pageIndex": 6,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "15002",
+ "name": "스윗샐러드",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로1길 50 (중학동) 지하1층",
+ "phone": "02-733-3225",
+ "representativeMenu": "버섯샐러드",
+ "price": 7900,
+ "latitude": 37.57491239937121,
+ "longitude": 126.97896535083947,
+ "pageIndex": 7,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "943",
+ "name": "약속커피숍",
+ "categoryName": "기타요식업",
+ "address": "서울특별시 종로구 종로 302 (창신동)",
+ "phone": "02-764-1100",
+ "representativeMenu": "맥심커피",
+ "price": 2000,
+ "latitude": 37.5716332944196,
+ "longitude": 127.01140072111,
+ "pageIndex": 7,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "947",
+ "name": "영미용실",
+ "categoryName": "미용업",
+ "address": "서울특별시 종로구 지봉로 62 (숭인동)",
+ "phone": "02-743-6052",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 37.5755618391963,
+ "longitude": 127.015850681862,
+ "pageIndex": 7,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1655",
+ "name": "민아식당",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 충장대로9번길 21-1 (중앙동4가)",
+ "phone": "051-462-1774",
+ "representativeMenu": "따로국밥",
+ "price": 9000,
+ "latitude": 35.107289725493,
+ "longitude": 129.037456085025,
+ "pageIndex": 7,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1638",
+ "name": "석기시대",
+ "categoryName": "중식",
+ "address": "부산광역시 중구 동광길 75-1 1층(동광동5가)",
+ "phone": "-",
+ "representativeMenu": "만둣국",
+ "price": 7000,
+ "latitude": 35.1061565412503,
+ "longitude": 129.034868484553,
+ "pageIndex": 7,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17050",
+ "name": "양가손만두 부평직영점",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 부평1길 48 (부평동2가) 1층",
+ "phone": "051-243-8436",
+ "representativeMenu": "고기찐만두",
+ "price": 7000,
+ "latitude": 35.101570977897914,
+ "longitude": 129.02602680604465,
+ "pageIndex": 7,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "14625",
+ "name": "용정반점",
+ "categoryName": "중식",
+ "address": "대구광역시 중구 중앙대로 376-16 (덕산동) .",
+ "phone": "053-423-8118",
+ "representativeMenu": "쇠고기짜장면",
+ "price": 5500,
+ "latitude": 35.8664000572041,
+ "longitude": 128.5943258541125,
+ "pageIndex": 7,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2018",
+ "name": "우리할매칼국수",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 남산로7길 44 (남산)",
+ "phone": "053-255-8802",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 35.8587866686385,
+ "longitude": 128.580391726297,
+ "pageIndex": 7,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14950",
+ "name": "윤소인고단백장어죽",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 동성로 19-11 (사일동) 1층",
+ "phone": "053-255-7097",
+ "representativeMenu": "김치찌개",
+ "price": 6000,
+ "latitude": 35.86899504826444,
+ "longitude": 128.59462940407954,
+ "pageIndex": 7,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14012",
+ "name": "옹진찰밥",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 제물량로306번길 45 (북성동2가) 1층",
+ "phone": "032-765-2773",
+ "representativeMenu": "소라된장찌개",
+ "price": 8000,
+ "latitude": 37.476757097944784,
+ "longitude": 126.61796394907029,
+ "pageIndex": 7,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13120",
+ "name": "우리두리머물다",
+ "categoryName": "기타요식업",
+ "address": "인천광역시 중구 제물량로166번길 5 (신생동) 1층",
+ "phone": "0507-1446-1503",
+ "representativeMenu": "미식혜(500ml)",
+ "price": 3000,
+ "latitude": 37.47050706598982,
+ "longitude": 126.62550477060184,
+ "pageIndex": 7,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13187",
+ "name": "서림미용실",
+ "categoryName": "미용업",
+ "address": "광주광역시 동구 운림길 23 (운림동, 무등파크맨션) 상가동 202호",
+ "phone": "062-228-2909",
+ "representativeMenu": "커트(성인)",
+ "price": 10000,
+ "latitude": 35.13428906928481,
+ "longitude": 126.94139361034274,
+ "pageIndex": 7,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2284",
+ "name": "서석식당",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 백서로 171-3 1층(서석동)",
+ "phone": "062-223-9009",
+ "representativeMenu": "낚지비빔밥",
+ "price": 9000,
+ "latitude": 35.1438778671915,
+ "longitude": 126.92342010806,
+ "pageIndex": 7,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2269",
+ "name": "수라상",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 제봉로82번길 13-9 (동명동)",
+ "phone": "062-234-2002",
+ "representativeMenu": "찌개(된장순두부청국장김치)",
+ "price": 7000,
+ "latitude": 35.1469059969152,
+ "longitude": 126.922577872694,
+ "pageIndex": 7,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "13185",
+ "name": "옥땡김밥",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 무등로 503-1 (산수동) 1층",
+ "phone": "062-263-0527",
+ "representativeMenu": "김밥",
+ "price": 2500,
+ "latitude": 35.15563375812957,
+ "longitude": 126.93466382911126,
+ "pageIndex": 7,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "18131",
+ "name": "별이네 분식",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 비래서로42번길 70 (가양동) (가양동)",
+ "phone": "042-673-7737",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 36.3512336467034,
+ "longitude": 127.44731554696641,
+ "pageIndex": 7,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2531",
+ "name": "복지이용원",
+ "categoryName": "이용업",
+ "address": "대전광역시 동구 대전로 791번길 50 (중동)",
+ "phone": "042-251-8428",
+ "representativeMenu": "이용료",
+ "price": 7000,
+ "latitude": 36.3295205271986,
+ "longitude": 127.430506838139,
+ "pageIndex": 7,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16673",
+ "name": "자금성",
+ "categoryName": "중식",
+ "address": "울산광역시 중구 구교9길 64 (반구동) 1층",
+ "phone": "052-292-2346",
+ "representativeMenu": "자장면",
+ "price": 5500,
+ "latitude": 35.56321242205221,
+ "longitude": 129.3378786473305,
+ "pageIndex": 7,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2997",
+ "name": "장현돼지국밥",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 종가로 745 (장현동)",
+ "phone": "052-293-0392",
+ "representativeMenu": "돼지국밥",
+ "price": 8000,
+ "latitude": 35.5881230965409,
+ "longitude": 129.343478559476,
+ "pageIndex": 7,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "10188",
+ "name": "엉클생고기(보람동)",
+ "categoryName": "한식",
+ "address": "세종특별자치시 호려울로 29 207호",
+ "phone": "044-868-9242",
+ "representativeMenu": "파불고기+공기밥된장찌개(점심특선)",
+ "price": 10000,
+ "latitude": 36.4779099639115,
+ "longitude": 127.290238012216,
+ "pageIndex": 7,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10193",
+ "name": "엉클생고기(아름동)",
+ "categoryName": "한식",
+ "address": "세종특별자치시 보듬3로 100 209, 210호",
+ "phone": "044-862-0267",
+ "representativeMenu": "파불고기+공기밥된장찌개 점십특선",
+ "price": 10000,
+ "latitude": 36.5119529197334,
+ "longitude": 127.248623728597,
+ "pageIndex": 7,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "3363",
+ "name": "당수여성사우나",
+ "categoryName": "목욕업",
+ "address": "경기도 수원시 권선구 당진로15번길 56 (당수동)",
+ "phone": "031-419-9042",
+ "representativeMenu": "목욕료",
+ "price": 8000,
+ "latitude": 37.2920971102154,
+ "longitude": 126.938984343475,
+ "pageIndex": 7,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3428",
+ "name": "대복식당",
+ "categoryName": "한식",
+ "address": "경기도 수원시 팔달구 매산로84-1 (매산로3가)",
+ "phone": "031-238-2080",
+ "representativeMenu": "한식뷔페",
+ "price": 6000,
+ "latitude": 37.269844360739,
+ "longitude": 127.010370350622,
+ "pageIndex": 7,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "11723",
+ "name": "뚝배기마을",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 중앙로37-3 (중앙로1가)",
+ "phone": "033-255-5455",
+ "representativeMenu": "된장찌개",
+ "price": 7000,
+ "latitude": 37.8814765592669,
+ "longitude": 127.728258889089,
+ "pageIndex": 7,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4381",
+ "name": "롯데자율식당",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 공지로 387 지하층(약사동)",
+ "phone": "0507-1395-5955",
+ "representativeMenu": "한식뷔페",
+ "price": 8000,
+ "latitude": 37.8716410438521,
+ "longitude": 127.723885862381,
+ "pageIndex": 7,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4356",
+ "name": "만리향",
+ "categoryName": "중식",
+ "address": "강원특별자치도 춘천시 명동길29번길 4-5 (죽림동)",
+ "phone": "033-251-2227",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 37.8779879948066,
+ "longitude": 127.725893087544,
+ "pageIndex": 7,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "16642",
+ "name": "머릿결사랑",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 칠전서길 15-2 (칠전동, 칠전대우2차아파트)",
+ "phone": "033-253-8940",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.8403768426874,
+ "longitude": 127.71243175796782,
+ "pageIndex": 7,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "16981",
+ "name": "남문갤러리카페",
+ "categoryName": "기타요식업",
+ "address": "충청북도 청주시 상당구 무심동로336번길 105 (남문로2가) (남문로2가)",
+ "phone": "0507-1437-8606",
+ "representativeMenu": "아메리카노",
+ "price": 3000,
+ "latitude": 36.63162469216909,
+ "longitude": 127.4888655463895,
+ "pageIndex": 7,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "16070",
+ "name": "남원추어탕",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 흥덕구 풍산로25번길 38-1 (가경동)",
+ "phone": "043-236-8959",
+ "representativeMenu": "찰솥밥추어탕",
+ "price": 10000,
+ "latitude": 36.62809148912409,
+ "longitude": 127.43233008358878,
+ "pageIndex": 7,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4938",
+ "name": "늑대골",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 풍세로696 (구룡동)",
+ "phone": "041-573-5122",
+ "representativeMenu": "백반",
+ "price": 8000,
+ "latitude": 36.7722721143035,
+ "longitude": 127.13808266914,
+ "pageIndex": 7,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "19291",
+ "name": "단대로",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 단대로 110 (신부동) 가동 1층",
+ "phone": "041-562-7767",
+ "representativeMenu": "삼겹살 200g",
+ "price": 7000,
+ "latitude": 36.83081336695418,
+ "longitude": 127.16257265306993,
+ "pageIndex": 7,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "18728",
+ "name": "달식당",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 대흥로 215 (대흥동) 달식당",
+ "phone": "041-557-2266",
+ "representativeMenu": "냉모밀",
+ "price": 8000,
+ "latitude": 36.80733781767005,
+ "longitude": 127.14715925093927,
+ "pageIndex": 7,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5440",
+ "name": "섬진강백반",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 꽃밭정로 13",
+ "phone": "063-226-6809",
+ "representativeMenu": "김치찌개",
+ "price": 7000,
+ "latitude": 35.7967253851275,
+ "longitude": 127.134316971962,
+ "pageIndex": 7,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5426",
+ "name": "세은이네집",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 풍남문2길 42-3 1층",
+ "phone": "063-283-3376",
+ "representativeMenu": "국수",
+ "price": 7000,
+ "latitude": 35.8135584755908,
+ "longitude": 127.146849696525,
+ "pageIndex": 7,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5415",
+ "name": "수제왕돈까스(경원점)",
+ "categoryName": "양식",
+ "address": "전북특별자치도 전주시 완산구 충경로 84",
+ "phone": "063-282-8855",
+ "representativeMenu": "기본돈가스",
+ "price": 7500,
+ "latitude": 35.8187713842813,
+ "longitude": 127.148157077333,
+ "pageIndex": 7,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5442",
+ "name": "신뱅이",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 경기전길 153-9",
+ "phone": "063-282-3030",
+ "representativeMenu": "야채비빔밥",
+ "price": 8000,
+ "latitude": 35.8126362604144,
+ "longitude": 127.151819419275,
+ "pageIndex": 7,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "11789",
+ "name": "시골집 순두부(연산)",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 연산로 140 (연산동)",
+ "phone": "061-274-9999",
+ "representativeMenu": "순두부",
+ "price": 9000,
+ "latitude": 34.8096541758217,
+ "longitude": 126.3815570128,
+ "pageIndex": 7,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "15155",
+ "name": "어락",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 평화로 45 (상동) 어락",
+ "phone": "061-287-8789",
+ "representativeMenu": "장어탕",
+ "price": 10000,
+ "latitude": 34.795442625350994,
+ "longitude": 126.43019587300199,
+ "pageIndex": 7,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "11788",
+ "name": "연산순대국밥",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 후광대로 105번안길 21 (옥암동)",
+ "phone": "061-285-4012",
+ "representativeMenu": "순대국밥",
+ "price": 9000,
+ "latitude": 34.8114935235184,
+ "longitude": 126.44243592283,
+ "pageIndex": 7,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "10499",
+ "name": "영빈미용실",
+ "categoryName": "미용업",
+ "address": "전라남도 목포시 삼학로343번길 6 (용해동)",
+ "phone": "-",
+ "representativeMenu": "커트(기본)",
+ "price": 7000,
+ "latitude": 34.8018144738611,
+ "longitude": 126.408611997702,
+ "pageIndex": 7,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6430",
+ "name": "권헤어",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 북구 죽도시장5길 4-6 권헤어",
+ "phone": "-",
+ "representativeMenu": "커트(여성)",
+ "price": 10000,
+ "latitude": 36.0353351270253,
+ "longitude": 129.366985164135,
+ "pageIndex": 7,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6323",
+ "name": "그린빌미용실",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 남구 대이로 138 그린빌미용실",
+ "phone": "054-274-0450",
+ "representativeMenu": "여자커트",
+ "price": 10000,
+ "latitude": 36.0267483836043,
+ "longitude": 129.341432453617,
+ "pageIndex": 7,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6369",
+ "name": "그린손칼국수",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 오천읍 장기로1690번길 7-1 1층",
+ "phone": "-",
+ "representativeMenu": "손칼국수",
+ "price": 3000,
+ "latitude": 35.9662564080845,
+ "longitude": 129.4171669752,
+ "pageIndex": 7,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "15982",
+ "name": "다정다맛",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 의창구 퇴촌로25번길 6-31 (사림동) 다정다맛",
+ "phone": "055-284-6114",
+ "representativeMenu": "김치찌개",
+ "price": 7000,
+ "latitude": 35.24267515982134,
+ "longitude": 128.68959344279395,
+ "pageIndex": 7,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "6834",
+ "name": "대도식당",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 중원로 67-14 (평안동)",
+ "phone": "055-546-3458",
+ "representativeMenu": "추어탕",
+ "price": 9000,
+ "latitude": 35.1504050990581,
+ "longitude": 128.659012145261,
+ "pageIndex": 7,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "17127",
+ "name": "대림식당",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 회원동24길 36 (회원동) 대림식당",
+ "phone": "055-223-2407",
+ "representativeMenu": "삼겹살",
+ "price": 8000,
+ "latitude": 35.21968201084791,
+ "longitude": 128.57667591118778,
+ "pageIndex": 7,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "14394",
+ "name": "대복갈비",
+ "categoryName": "한식",
+ "address": "경남 창원시 마산회원구 3.15성역로 131 대복갈비(구암동)",
+ "phone": "0507-1351-3061",
+ "representativeMenu": "물냉면",
+ "price": 7000,
+ "latitude": 35.2520164772151,
+ "longitude": 128.593762598517,
+ "pageIndex": 7,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "17558",
+ "name": "완판생국수",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로 258 (종로6가) 1층",
+ "phone": "02-2272-0066",
+ "representativeMenu": "멸치국수",
+ "price": 5500,
+ "latitude": 37.5706572089172,
+ "longitude": 127.00647971676864,
+ "pageIndex": 8,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "944",
+ "name": "왕관커피숍",
+ "categoryName": "기타요식업",
+ "address": "서울특별시 종로구 종로 222 (종로5가)",
+ "phone": "02-2266-8365",
+ "representativeMenu": "커피",
+ "price": 2000,
+ "latitude": 37.570760396587,
+ "longitude": 127.002357657235,
+ "pageIndex": 8,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "19246",
+ "name": "유로시안커피전문점",
+ "categoryName": "기타요식업",
+ "address": "서울특별시 종로구 종로40길 4 (종로6가) 1층",
+ "phone": "02-2268-1007",
+ "representativeMenu": "아메리카노(16oz) 포장",
+ "price": 1500,
+ "latitude": 37.57075442433323,
+ "longitude": 127.00654859833715,
+ "pageIndex": 8,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "17052",
+ "name": "오야꼬",
+ "categoryName": "일식",
+ "address": "부산광역시 중구 중구로 68 (대청동4가) 1층",
+ "phone": "051-462-8989",
+ "representativeMenu": "모밀셋트",
+ "price": 9000,
+ "latitude": 35.10349395265852,
+ "longitude": 129.02867590895872,
+ "pageIndex": 8,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1635",
+ "name": "용두산이용원",
+ "categoryName": "이용업",
+ "address": "부산광역시 중구 남포길 43 (남포동2가)",
+ "phone": "051-242-7007",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 35.0981609773096,
+ "longitude": 129.033460927363,
+ "pageIndex": 8,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1658",
+ "name": "일미기사식당",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 흑교로 16-1 (부평동)",
+ "phone": "051-253-4440",
+ "representativeMenu": "시락국밥",
+ "price": 4500,
+ "latitude": 35.1008721419571,
+ "longitude": 129.02530342269,
+ "pageIndex": 8,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "14157",
+ "name": "재성밀면",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 중앙대로41번길 14-1 (동광동3가) 1층",
+ "phone": "051-242-3836",
+ "representativeMenu": "물밀면",
+ "price": 7500,
+ "latitude": 35.1011509548915,
+ "longitude": 129.03476576507273,
+ "pageIndex": 8,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "2013",
+ "name": "장성루",
+ "categoryName": "중식",
+ "address": "대구광역시 중구 국채보상로139길 10 (동인동4가) 장성루",
+ "phone": "053-425-4303",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 35.86951806204098,
+ "longitude": 128.606526645754,
+ "pageIndex": 8,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2025",
+ "name": "장셰프한식전통중화요리",
+ "categoryName": "중식",
+ "address": "대구광역시 중구 경상감영길 117-7 (향촌동)",
+ "phone": "053-214-0706",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 35.872626221362,
+ "longitude": 128.593626482761,
+ "pageIndex": 8,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "10078",
+ "name": "제일분식",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 남산로2길 26 (남산동)",
+ "phone": "053-256-6630",
+ "representativeMenu": "떡볶이",
+ "price": 1500,
+ "latitude": 35.8569075638758,
+ "longitude": 128.584273183178,
+ "pageIndex": 8,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2014",
+ "name": "중해반점",
+ "categoryName": "중식",
+ "address": "대구광역시 중구 명륜로 63 (남산동)",
+ "phone": "053-255-8555",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 35.8617367040049,
+ "longitude": 128.591676584073,
+ "pageIndex": 8,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2224",
+ "name": "월미식당",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 월미로234번길 6 (북성동1가)",
+ "phone": "032-761-6800",
+ "representativeMenu": "짜장면",
+ "price": 7000,
+ "latitude": 37.4754721671142,
+ "longitude": 126.598889031169,
+ "pageIndex": 8,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13118",
+ "name": "일등짬뽕",
+ "categoryName": "중식",
+ "address": "인천광역시 중구 운중로 28 (운남동) 1층",
+ "phone": "032-747-0660",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 37.493135983340906,
+ "longitude": 126.53660042079217,
+ "pageIndex": 8,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2270",
+ "name": "우리뷔페",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 금남로 181 1층 102호(금남로5가)",
+ "phone": "062-364-3816",
+ "representativeMenu": "백반",
+ "price": 6000,
+ "latitude": 35.1519634025693,
+ "longitude": 126.913207209362,
+ "pageIndex": 8,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "14226",
+ "name": "이가진우동",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 학소로 141 (학동) 1층",
+ "phone": "062-233-3488",
+ "representativeMenu": "우동",
+ "price": 5500,
+ "latitude": 35.13224809736366,
+ "longitude": 126.93196652792969,
+ "pageIndex": 8,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2565",
+ "name": "부림식당",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 중앙로 200번길 27 (중동)",
+ "phone": "042-226-8346",
+ "representativeMenu": "된장찌개 백반",
+ "price": 7000,
+ "latitude": 36.329614784984,
+ "longitude": 127.43223119972,
+ "pageIndex": 8,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2532",
+ "name": "뿌리미용실",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 충무로 219 (인동)",
+ "phone": "042-286-4444",
+ "representativeMenu": "미용료(커트)",
+ "price": 8000,
+ "latitude": 36.3225191758149,
+ "longitude": 127.440235253078,
+ "pageIndex": 8,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "17349",
+ "name": "좋은고기팜",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 유곡로 58 (유곡동) 1층",
+ "phone": "0507-1342-5431",
+ "representativeMenu": "생 삼겹살(100g)",
+ "price": 6000,
+ "latitude": 35.557166607144175,
+ "longitude": 129.3034434213232,
+ "pageIndex": 8,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "11315",
+ "name": "탕짜",
+ "categoryName": "중식",
+ "address": "울산광역시 중구 시계탑거리 6 (성남동)",
+ "phone": "052-246-5566",
+ "representativeMenu": "짜장면",
+ "price": 6500,
+ "latitude": 35.5550431249539,
+ "longitude": 129.321593713924,
+ "pageIndex": 8,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "3001",
+ "name": "태화식육식당",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 중앙시장길 21-3 (성남동)",
+ "phone": "052-244-7968",
+ "representativeMenu": "삼겹살(100g)",
+ "price": 4700,
+ "latitude": 35.5552643330267,
+ "longitude": 129.323407871925,
+ "pageIndex": 8,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "10178",
+ "name": "옛날통닭",
+ "categoryName": "한식",
+ "address": "세종특별자치시 조치원읍 조치원6길 16 조치원읍",
+ "phone": "-",
+ "representativeMenu": "옛날통닭",
+ "price": 7500,
+ "latitude": 36.6009257081913,
+ "longitude": 127.299491553093,
+ "pageIndex": 8,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "19180",
+ "name": "오가네빵굼터",
+ "categoryName": "기타요식업",
+ "address": "세종특별자치시 조치원읍 조치원6길 27 1층",
+ "phone": "044-864-0261",
+ "representativeMenu": "단팥빵",
+ "price": 800,
+ "latitude": 36.600210807134104,
+ "longitude": 127.2997884074273,
+ "pageIndex": 8,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10191",
+ "name": "유정칼국수",
+ "categoryName": "한식",
+ "address": "세종특별자치시 장군면 장척로 417-1",
+ "phone": "044-857-5999",
+ "representativeMenu": "돌솥비빔밥",
+ "price": 8000,
+ "latitude": 36.4980690848686,
+ "longitude": 127.206482661374,
+ "pageIndex": 8,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "16805",
+ "name": "대왕칼국수",
+ "categoryName": "한식",
+ "address": "경기도 수원시 팔달구 창룡대로7번길 11 (북수동) 1층",
+ "phone": "031-252-2820",
+ "representativeMenu": "칼국수 보통",
+ "price": 6000,
+ "latitude": 37.28246168863594,
+ "longitude": 127.01757013330725,
+ "pageIndex": 8,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "19003",
+ "name": "데일리샌듀(DailySandew)",
+ "categoryName": "베이커리",
+ "address": "경기도 수원시 영통구 광교중앙로248번길 95-1 (하동) 102호",
+ "phone": "-",
+ "representativeMenu": "단호박샌드위치",
+ "price": 7000,
+ "latitude": 37.291532557494804,
+ "longitude": 127.06836414210785,
+ "pageIndex": 8,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "14336",
+ "name": "도담칡냉면",
+ "categoryName": "한식",
+ "address": "경기도 수원시 장안구 수성로382번길 32-3 (영화동) .",
+ "phone": "031-247-0925",
+ "representativeMenu": "냉면",
+ "price": 7000,
+ "latitude": 37.29270733638951,
+ "longitude": 127.01452356573881,
+ "pageIndex": 8,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "14020",
+ "name": "동남사우나",
+ "categoryName": "목욕업",
+ "address": "경기도 수원시 장안구 영화로25번길 22 (영화동, 태영아파트) .",
+ "phone": "031-243-6422",
+ "representativeMenu": "목욕비",
+ "price": 10000,
+ "latitude": 37.288921701882735,
+ "longitude": 127.00821781483458,
+ "pageIndex": 8,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "4328",
+ "name": "메이카드",
+ "categoryName": "기타요식업",
+ "address": "강원특별자치도 춘천시 복골길6번길 21 1층(후평동)",
+ "phone": "0507-1391-1402",
+ "representativeMenu": "아메리카노",
+ "price": 3500,
+ "latitude": 37.8743681928941,
+ "longitude": 127.755540944248,
+ "pageIndex": 8,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4332",
+ "name": "바위목욕탕",
+ "categoryName": "목욕업",
+ "address": "강원특별자치도 춘천시 춘천로213번길 9 (효자동)",
+ "phone": "033-253-3610",
+ "representativeMenu": "대인",
+ "price": 8000,
+ "latitude": 37.8781770353052,
+ "longitude": 127.737068247626,
+ "pageIndex": 8,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4382",
+ "name": "바탕골분식",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 서부대성로44번길 19 (요선동)",
+ "phone": "033-254-3564",
+ "representativeMenu": "김치찌개",
+ "price": 8000,
+ "latitude": 37.88168933514,
+ "longitude": 127.727315490081,
+ "pageIndex": 8,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4759",
+ "name": "내고향맛집",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 흥덕구 운천로3번길 2 (운천동)",
+ "phone": "043-276-4414",
+ "representativeMenu": "청국장",
+ "price": 7000,
+ "latitude": 36.6506697774039,
+ "longitude": 127.474773448765,
+ "pageIndex": 8,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "14757",
+ "name": "내수시민미용실",
+ "categoryName": "미용업",
+ "address": "충청북도 청주시 청원구 내수읍 내수로 729-2",
+ "phone": "043-214-5124",
+ "representativeMenu": "커트",
+ "price": 6000,
+ "latitude": 36.72673097882712,
+ "longitude": 127.53610288381759,
+ "pageIndex": 8,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "13536",
+ "name": "네모샘밥집",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 상당로232번길 34 (우암동)",
+ "phone": "-",
+ "representativeMenu": "보리밥",
+ "price": 6000,
+ "latitude": 36.64906312692569,
+ "longitude": 127.49115091042215,
+ "pageIndex": 8,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15580",
+ "name": "더드림빵",
+ "categoryName": "베이커리",
+ "address": "충청남도 천안시 동남구 차돌고개5길 15 (다가동) 1동 102호",
+ "phone": "041-577-4473",
+ "representativeMenu": "단팥빵/소보로빵/슈크림빵/생크림빵",
+ "price": 1500,
+ "latitude": 36.79908109750335,
+ "longitude": 127.13558280814556,
+ "pageIndex": 8,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4912",
+ "name": "동은헤어",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 동남구 새말3길 38-4 지하1층(신방동)",
+ "phone": "070-4036-7721",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.7945688750786,
+ "longitude": 127.131044743835,
+ "pageIndex": 8,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "15798",
+ "name": "동화당만두찐빵",
+ "categoryName": "베이커리",
+ "address": "충청남도 천안시 서북구 미라8길 15 (쌍용동) 101호",
+ "phone": "041-577-7238",
+ "representativeMenu": "고기/김치만두(10개)",
+ "price": 5500,
+ "latitude": 36.80331426026365,
+ "longitude": 127.12911330329518,
+ "pageIndex": 8,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5411",
+ "name": "아리랑하우스",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 덕진구 한배미1길 29",
+ "phone": "063-241-9300",
+ "representativeMenu": "한우탕",
+ "price": 9000,
+ "latitude": 35.8236184860742,
+ "longitude": 127.165468633315,
+ "pageIndex": 8,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5403",
+ "name": "야미전북대점",
+ "categoryName": "양식",
+ "address": "전북특별자치도 전주시 덕진구 명륜4길 21-5 2층",
+ "phone": "063-277-6678",
+ "representativeMenu": "수제 생돈가스",
+ "price": 6900,
+ "latitude": 35.843953906049,
+ "longitude": 127.126451107898,
+ "pageIndex": 8,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "18216",
+ "name": "에바다미용실",
+ "categoryName": "미용업",
+ "address": "전북특별자치도 전주시 완산구 관선1길 74-4 (남노송동) 1층",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 35.81910634092517,
+ "longitude": 127.15785208426966,
+ "pageIndex": 8,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15996",
+ "name": "영아네밥상",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 덕진구 송천로 35-4 (송천동1가)",
+ "phone": "063-274-6598",
+ "representativeMenu": "한식뷔페(점심)",
+ "price": 8000,
+ "latitude": 35.856686667251026,
+ "longitude": 127.1180991261228,
+ "pageIndex": 8,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5622",
+ "name": "예향밥상",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 수문로20번길 7-3 1층(남교동)",
+ "phone": "061-247-8989",
+ "representativeMenu": "한식뷔페",
+ "price": 7000,
+ "latitude": 34.7925532071234,
+ "longitude": 126.383301637162,
+ "pageIndex": 8,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "10496",
+ "name": "옛날짜장",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 산정로 120-1 (산정동)",
+ "phone": "061-272-1872",
+ "representativeMenu": "옛날짜장",
+ "price": 6000,
+ "latitude": 34.7992827458212,
+ "longitude": 126.393162428108,
+ "pageIndex": 8,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "10502",
+ "name": "용일식육식당",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 양을로196번길 7 (용당동, 용일아파트)",
+ "phone": "061-272-0184",
+ "representativeMenu": "백반",
+ "price": 9000,
+ "latitude": 34.8104772153102,
+ "longitude": 126.391872175823,
+ "pageIndex": 8,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "10500",
+ "name": "우아미미용실",
+ "categoryName": "미용업",
+ "address": "전라남도 목포시 영산로250번길 13 (용당동)",
+ "phone": "061-277-1869",
+ "representativeMenu": "커트(기본)",
+ "price": 5000,
+ "latitude": 34.8020067240489,
+ "longitude": 126.39447577251,
+ "pageIndex": 8,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "11261",
+ "name": "기계반점",
+ "categoryName": "중식",
+ "address": "경상북도 포항시 북구 기계면 자조길 15 1층",
+ "phone": "054-246-4244",
+ "representativeMenu": "짬뽕",
+ "price": 8000,
+ "latitude": 36.070902333521,
+ "longitude": 129.211627068839,
+ "pageIndex": 8,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6831",
+ "name": "대봉막창",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 벚꽃로60번길 25 1층 1025호(화천동, 중앙시장)",
+ "phone": "055-545-7292",
+ "representativeMenu": "돼지막창",
+ "price": 9000,
+ "latitude": 35.1510678992756,
+ "longitude": 128.665642625987,
+ "pageIndex": 8,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "14220",
+ "name": "대패3000냥삼겹살",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산합포구 산호남로 11 (산호동) 1층",
+ "phone": "055-223-3538",
+ "representativeMenu": "대패삼겹살(1인분_기본5인)",
+ "price": 3000,
+ "latitude": 35.21758679106357,
+ "longitude": 128.58131775121527,
+ "pageIndex": 8,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "15973",
+ "name": "돌솥밥 수",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 의창구 용지로293번길 21 (사림동) 돌솥밥 수",
+ "phone": "055-261-2905",
+ "representativeMenu": "돌솥밥 정식",
+ "price": 10000,
+ "latitude": 35.240281774923226,
+ "longitude": 128.68795184702972,
+ "pageIndex": 8,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "7121",
+ "name": "김희선제주몸국",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 어영길 45-6 1층(용담삼동)",
+ "phone": "064-745-0047",
+ "representativeMenu": "몸국",
+ "price": 9000,
+ "latitude": 33.5185567991117,
+ "longitude": 126.49807778062,
+ "pageIndex": 8,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "14247",
+ "name": "꽃가마식당",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 신산로 97 (일도이동) 1층",
+ "phone": "064-755-6454",
+ "representativeMenu": "갈비탕",
+ "price": 10000,
+ "latitude": 33.50533987098967,
+ "longitude": 126.53587722621165,
+ "pageIndex": 8,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "18039",
+ "name": "꽃이피어나",
+ "categoryName": "미용업",
+ "address": "제주특별자치도 제주시 도남로 102-12 (도남동) 꽃이피어나",
+ "phone": "064-722-1202",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 33.49138991942305,
+ "longitude": 126.52711922981103,
+ "pageIndex": 8,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "948",
+ "name": "은미용실",
+ "categoryName": "미용업",
+ "address": "서울특별시 종로구 사직로 108-6 (내자동)",
+ "phone": "02-738-1882",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 37.5757821511679,
+ "longitude": 126.970611077009,
+ "pageIndex": 9,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "19244",
+ "name": "을밀대 (소문난국밥전문)",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 수표로 131 (낙원동) 1층",
+ "phone": "02-742-1633",
+ "representativeMenu": "우거지해장국",
+ "price": 3000,
+ "latitude": 37.572493575407705,
+ "longitude": 126.98826091182536,
+ "pageIndex": 9,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "11182",
+ "name": "이레이발관",
+ "categoryName": "이용업",
+ "address": "서울특별시 종로구 수표로 115 (낙원동)",
+ "phone": "010-7192-6413",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 37.5715425171338,
+ "longitude": 126.989053894726,
+ "pageIndex": 9,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1659",
+ "name": "전주식당",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 대청로 137번길9-1 (중앙동)",
+ "phone": "051-469-0771",
+ "representativeMenu": "돌솥밥",
+ "price": 9000,
+ "latitude": 35.1036816954121,
+ "longitude": 129.034881739077,
+ "pageIndex": 9,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "19098",
+ "name": "정가는집밥",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 동광길 28 (중앙동4가) 정가는집밥",
+ "phone": "051-240-1138",
+ "representativeMenu": "정식",
+ "price": 8000,
+ "latitude": 35.10397220382151,
+ "longitude": 129.03454710183587,
+ "pageIndex": 9,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "11185",
+ "name": "정원이용원",
+ "categoryName": "이용업",
+ "address": "부산광역시 중구 대청로134번길16 (동광동3가)",
+ "phone": "051-246-0108",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 35.1014290808544,
+ "longitude": 129.034814332461,
+ "pageIndex": 9,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17980",
+ "name": "지정식당",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 중앙대로58길 10 (남산동) 남산동",
+ "phone": "053-427-8322",
+ "representativeMenu": "순두부",
+ "price": 6000,
+ "latitude": 35.85740112997052,
+ "longitude": 128.59163907520352,
+ "pageIndex": 9,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2015",
+ "name": "천선루",
+ "categoryName": "중식",
+ "address": "대구광역시 중구 대봉로 261-1 (봉산동)",
+ "phone": "053-422-4222",
+ "representativeMenu": "짜장면",
+ "price": 5500,
+ "latitude": 35.8618460883915,
+ "longitude": 128.600047477155,
+ "pageIndex": 9,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "10070",
+ "name": "춘사김밥",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 중앙대로 282 (남산동)",
+ "phone": "053-423-7827",
+ "representativeMenu": "참치김밥",
+ "price": 3000,
+ "latitude": 35.8583288163274,
+ "longitude": 128.591617516822,
+ "pageIndex": 9,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17981",
+ "name": "콩나물과시래기밥맛집",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 약령길 58-7 (장관동) 1층",
+ "phone": "0507-1342-9756",
+ "representativeMenu": "콩나물국밥",
+ "price": 7000,
+ "latitude": 35.86881460101817,
+ "longitude": 128.5898667124599,
+ "pageIndex": 9,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2227",
+ "name": "장터삼겹살(신흥)",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 서해대로454번길 11-3 (선화동)",
+ "phone": "032-887-5355",
+ "representativeMenu": "삼겹살(200g)",
+ "price": 10000,
+ "latitude": 37.466061476741,
+ "longitude": 126.635998763313,
+ "pageIndex": 9,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2228",
+ "name": "장터삼겹살(연안)",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 연안부두로53번길 31 (항동7가)",
+ "phone": "032-882-6880",
+ "representativeMenu": "삼겹살 (180g)",
+ "price": 9000,
+ "latitude": 37.4534364723169,
+ "longitude": 126.604052571574,
+ "pageIndex": 9,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "15362",
+ "name": "인촌",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 구성로194번길 20-1 (금남로4가) 1-2층",
+ "phone": "062-234-3389",
+ "representativeMenu": "고등어구이",
+ "price": 10000,
+ "latitude": 35.151739719004304,
+ "longitude": 126.91559598810717,
+ "pageIndex": 9,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "13190",
+ "name": "전지적돼지시점",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 지산로 40 (지산동) 1층",
+ "phone": "0507-1354-1656",
+ "representativeMenu": "김치찌개",
+ "price": 7500,
+ "latitude": 35.147333475396294,
+ "longitude": 126.93215202959168,
+ "pageIndex": 9,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "11652",
+ "name": "종합분식",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 장동로 23-3 (장동)",
+ "phone": "062-225-4928",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 35.1482844984997,
+ "longitude": 126.924369524217,
+ "pageIndex": 9,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2546",
+ "name": "삼대째전통칼국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로 825번길 13 (정동)",
+ "phone": "042-257-5432",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 36.3325533506759,
+ "longitude": 127.430855541848,
+ "pageIndex": 9,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "13385",
+ "name": "생일집",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로791번길 45 (중동) (중동)",
+ "phone": "042-226-5254",
+ "representativeMenu": "순대국밥",
+ "price": 8000,
+ "latitude": 36.32931900162008,
+ "longitude": 127.43084985672475,
+ "pageIndex": 9,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2540",
+ "name": "성심관",
+ "categoryName": "중식",
+ "address": "대전광역시 동구 동대전로 208 (자양동)",
+ "phone": "042-637-2822",
+ "representativeMenu": "짜장면",
+ "price": 3000,
+ "latitude": 36.3401647426563,
+ "longitude": 127.449098715918,
+ "pageIndex": 9,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "11390",
+ "name": "태화장터칼국수",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 화진길 11-4 (태화동)",
+ "phone": "052-244-6569",
+ "representativeMenu": "들깨칼국수",
+ "price": 8000,
+ "latitude": 35.5552335681624,
+ "longitude": 129.308547033364,
+ "pageIndex": 9,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "13648",
+ "name": "텃밭의반찬&분식",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 계변고개 11 (복산동) .",
+ "phone": "-",
+ "representativeMenu": "된장찌개",
+ "price": 5000,
+ "latitude": 35.560346871362604,
+ "longitude": 129.328562284427,
+ "pageIndex": 9,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "18450",
+ "name": "파송송분식",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 종가4길 5 (유곡동) 101호",
+ "phone": "0507-1342-4911",
+ "representativeMenu": "떡볶이",
+ "price": 3500,
+ "latitude": 35.56051072842763,
+ "longitude": 129.29590608898556,
+ "pageIndex": 9,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "10199",
+ "name": "자연셀프 세차장",
+ "categoryName": "기타비요식업",
+ "address": "세종특별자치시 금남면 용포로 32",
+ "phone": "-",
+ "representativeMenu": "고압세척(2분30초)",
+ "price": 1000,
+ "latitude": 36.4613848948516,
+ "longitude": 127.280691708831,
+ "pageIndex": 9,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "19178",
+ "name": "전주미담콩나물국바바",
+ "categoryName": "한식",
+ "address": "세종특별자치시 아름서1길 27 (아름동) 101호",
+ "phone": "0507-1440-1549",
+ "representativeMenu": "콩나물국밥",
+ "price": 5000,
+ "latitude": 36.51128159316062,
+ "longitude": 127.24363527534015,
+ "pageIndex": 9,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "15901",
+ "name": "정브레드",
+ "categoryName": "기타요식업",
+ "address": "세종특별자치시 새롬중앙1로 13 (새롬동, 새뜸마을6단지) 상가",
+ "phone": "044-864-3311",
+ "representativeMenu": "찹쌀 도너츠",
+ "price": 1000,
+ "latitude": 36.48442826252241,
+ "longitude": 127.25083904576256,
+ "pageIndex": 9,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "15900",
+ "name": "집밥한식뷔페",
+ "categoryName": "한식",
+ "address": "세종특별자치시 부강면 부강외천로 139 집밥한식뷔페",
+ "phone": "0507-1411-3828",
+ "representativeMenu": "한식뷔페",
+ "price": 6000,
+ "latitude": 36.52811606536304,
+ "longitude": 127.3824825445357,
+ "pageIndex": 9,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "3400",
+ "name": "동남세탁소",
+ "categoryName": "세탁업",
+ "address": "경기도 수원시 장안구 만석로101번길 46 (정자동)",
+ "phone": "031-253-1414",
+ "representativeMenu": "드라이클리닝",
+ "price": 7000,
+ "latitude": 37.3007439187584,
+ "longitude": 126.991377835815,
+ "pageIndex": 9,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3393",
+ "name": "동아사우나",
+ "categoryName": "목욕업",
+ "address": "경기도 수원시 영통구 매여울로40번길 45 (매탄동)",
+ "phone": "031-214-3537",
+ "representativeMenu": "일반 입욕비",
+ "price": 10000,
+ "latitude": 37.2727443891937,
+ "longitude": 127.047494082233,
+ "pageIndex": 9,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "11391",
+ "name": "똘똘이네M카페",
+ "categoryName": "한식",
+ "address": "경기도 수원시 권선구 고색로 54번길66 (고색동)",
+ "phone": "031-278-5081",
+ "representativeMenu": "생삼겹(100g)",
+ "price": 3000,
+ "latitude": 37.2474159314554,
+ "longitude": 126.983768254338,
+ "pageIndex": 9,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "13795",
+ "name": "박사로냉면",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 서면 박사로 839 박사로냉면",
+ "phone": "0507-1399-2411",
+ "representativeMenu": "냉면",
+ "price": 7000,
+ "latitude": 37.8919570462785,
+ "longitude": 127.68961561665465,
+ "pageIndex": 9,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "11109",
+ "name": "박설매미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 서부대성로 126-1 1층(운교동)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.8783657017514,
+ "longitude": 127.73400940214,
+ "pageIndex": 9,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4342",
+ "name": "박혜숙헤어",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 춘천로309번길 7 (후평동)",
+ "phone": "033-257-1360",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.8823136801827,
+ "longitude": 127.746727606313,
+ "pageIndex": 9,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4383",
+ "name": "밥보네집",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 서부대성로 239번길 4 (효자동)",
+ "phone": "033-255-2123",
+ "representativeMenu": "제육볶음정식",
+ "price": 6000,
+ "latitude": 37.8730237470997,
+ "longitude": 127.744950136894,
+ "pageIndex": 9,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15845",
+ "name": "다정순대국",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 직지대로 844-2 (우암동)",
+ "phone": "043-274-1954",
+ "representativeMenu": "순대국밥",
+ "price": 8000,
+ "latitude": 36.64864564378414,
+ "longitude": 127.48481810685502,
+ "pageIndex": 9,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "16073",
+ "name": "달시쓰",
+ "categoryName": "기타요식업",
+ "address": "충청북도 청주시 서원구 창직로 104 (사직동) 1층",
+ "phone": "-",
+ "representativeMenu": "아메리카노",
+ "price": 2000,
+ "latitude": 36.63017696582773,
+ "longitude": 127.47323022163665,
+ "pageIndex": 9,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15579",
+ "name": "듀팡과자점",
+ "categoryName": "베이커리",
+ "address": "충청남도 천안시 서북구 늘푸른5길 22 (두정동) 102호",
+ "phone": "041-556-0456",
+ "representativeMenu": "슈크림빵",
+ "price": 1600,
+ "latitude": 36.827325601311905,
+ "longitude": 127.12967689750721,
+ "pageIndex": 9,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "14667",
+ "name": "디저트카페 아마이",
+ "categoryName": "기타요식업",
+ "address": "충청남도 천안시 동남구 신촌4로 34 (신방동) .",
+ "phone": "0507-1324-8466",
+ "representativeMenu": "아메리카노",
+ "price": 3500,
+ "latitude": 36.789176140906456,
+ "longitude": 127.1251417877315,
+ "pageIndex": 9,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "15305",
+ "name": "로봇카페 쉼21",
+ "categoryName": "기타요식업",
+ "address": "충청남도 천안시 서북구 불당21로 71 (불당동) 1층 108호",
+ "phone": "0507-1365-2171",
+ "representativeMenu": "아메리카노",
+ "price": 1500,
+ "latitude": 36.81296311764873,
+ "longitude": 127.1081762349608,
+ "pageIndex": 9,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5445",
+ "name": "자유식당",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 풍남문3길 25 (전동)",
+ "phone": "063-286-1986",
+ "representativeMenu": "청국장",
+ "price": 6000,
+ "latitude": 35.8148512494836,
+ "longitude": 127.146919020928,
+ "pageIndex": 9,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5432",
+ "name": "전원갈비",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 서신천변로 57",
+ "phone": "063-242-8560",
+ "representativeMenu": "우렁쌈밥",
+ "price": 8000,
+ "latitude": 35.8306785212809,
+ "longitude": 127.114061757425,
+ "pageIndex": 9,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "18285",
+ "name": "울도숯불갈비",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 대양로 107-1 (연산동) 1층",
+ "phone": "061-276-7800",
+ "representativeMenu": "돌판비빔밥",
+ "price": 9000,
+ "latitude": 34.821537871081894,
+ "longitude": 126.39121589517268,
+ "pageIndex": 9,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5624",
+ "name": "유달산추어탕",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 노적봉길 22-1 (죽동)",
+ "phone": "061-270-7030",
+ "representativeMenu": "추어탕",
+ "price": 9000,
+ "latitude": 34.7900302636707,
+ "longitude": 126.383065291475,
+ "pageIndex": 9,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "11413",
+ "name": "유달손칼국수",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 상동로 65 (상동) 유달손칼국수",
+ "phone": "061-278-1093",
+ "representativeMenu": "멸치칼국수",
+ "price": 7500,
+ "latitude": 34.81503671921055,
+ "longitude": 126.41272602035068,
+ "pageIndex": 9,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "10498",
+ "name": "일로순대",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 삼일로13번길 4 (남교동)",
+ "phone": "061-243-9424",
+ "representativeMenu": "순대",
+ "price": 8000,
+ "latitude": 34.7936987314894,
+ "longitude": 126.383236507782,
+ "pageIndex": 9,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "18335",
+ "name": "기와집식당",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 연일읍 동문로 45-2 기와집식당",
+ "phone": "054-283-9888",
+ "representativeMenu": "소고기국밥",
+ "price": 8000,
+ "latitude": 35.994115629687634,
+ "longitude": 129.35170500121095,
+ "pageIndex": 9,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "14714",
+ "name": "길커피",
+ "categoryName": "기타요식업",
+ "address": "경상북도 포항시 남구 송도해안길73번길 2 (송도동) 1층",
+ "phone": "-",
+ "representativeMenu": "원두커피",
+ "price": 2000,
+ "latitude": 36.03715240915286,
+ "longitude": 129.37803218689874,
+ "pageIndex": 9,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "18614",
+ "name": "동마산시장 815족발",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 합성남9길 64 (합성동) 1층",
+ "phone": "055-255-0815",
+ "representativeMenu": "족발한팩",
+ "price": 10000,
+ "latitude": 35.23951128222638,
+ "longitude": 128.58769435088436,
+ "pageIndex": 9,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "16320",
+ "name": "동북식당",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 회원동15길 32 (회원동, 대양빌라) 동북식당",
+ "phone": "055-224-4004",
+ "representativeMenu": "한정식",
+ "price": 7000,
+ "latitude": 35.2204142401416,
+ "longitude": 128.57174853653618,
+ "pageIndex": 9,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "11421",
+ "name": "동촌손칼국수",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 합성남3길 39 (합성동)",
+ "phone": "055-255-3378",
+ "representativeMenu": "손칼국수",
+ "price": 5500,
+ "latitude": 35.2388486973012,
+ "longitude": 128.585592677036,
+ "pageIndex": 9,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "7044",
+ "name": "남문이용원",
+ "categoryName": "이용업",
+ "address": "제주특별자치도 제주시 남성로 125 (삼도일동)",
+ "phone": "064-757-5935",
+ "representativeMenu": "일반컷트",
+ "price": 10000,
+ "latitude": 33.5090975162483,
+ "longitude": 126.518756056763,
+ "pageIndex": 9,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7222",
+ "name": "남촌식당",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 서광로 174",
+ "phone": "064-753-1502",
+ "representativeMenu": "멸치국수",
+ "price": 6000,
+ "latitude": 33.4997144726038,
+ "longitude": 126.514871117614,
+ "pageIndex": 9,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "10624",
+ "name": "남현순대",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 천수로 56 108동 102호",
+ "phone": "064-751-3374",
+ "representativeMenu": "멸치국수",
+ "price": 7000,
+ "latitude": 33.5039520338025,
+ "longitude": 126.542601590797,
+ "pageIndex": 9,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "19061",
+ "name": "이모네감자탕",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 새문안로9길 29-3 (당주동) 1층",
+ "phone": "02-733-7314",
+ "representativeMenu": "뼈해장국",
+ "price": 9000,
+ "latitude": 37.571272473253565,
+ "longitude": 126.97522954478573,
+ "pageIndex": 10,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "950",
+ "name": "이소빈 머리나라",
+ "categoryName": "미용업",
+ "address": "서울특별시 종로구 명륜길 9 (명륜3가)",
+ "phone": "02-766-0545",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.5879678107949,
+ "longitude": 126.996150319087,
+ "pageIndex": 10,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "955",
+ "name": "인사동칼국수",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 인사동5길 25 1층",
+ "phone": "02-737-1151",
+ "representativeMenu": "칼국수",
+ "price": 7500,
+ "latitude": 37.5720973140597,
+ "longitude": 126.985392406484,
+ "pageIndex": 10,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "17053",
+ "name": "쭈니네부엌",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 중구로 86 (대청동4가) 1층",
+ "phone": "051-467-9359",
+ "representativeMenu": "추억의쫄우동",
+ "price": 6000,
+ "latitude": 35.10453814088189,
+ "longitude": 129.03021358937883,
+ "pageIndex": 10,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1639",
+ "name": "청춘탕수육",
+ "categoryName": "중식",
+ "address": "부산광역시 중구 대청로135번길18 (중앙동4가)",
+ "phone": "051-468-3786",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 35.1043355825209,
+ "longitude": 129.034908852842,
+ "pageIndex": 10,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1633",
+ "name": "카페두콩",
+ "categoryName": "기타요식업",
+ "address": "부산광역시 중구 흑교로46번길8 (보수동1가)",
+ "phone": "-",
+ "representativeMenu": "아메리카노",
+ "price": 2500,
+ "latitude": 35.1034858345236,
+ "longitude": 129.025890398337,
+ "pageIndex": 10,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "18938",
+ "name": "커피컵피",
+ "categoryName": "기타요식업",
+ "address": "부산광역시 중구 대청로135번길 13-1 (중앙동4가) 1,2층",
+ "phone": "0507-2085-0982",
+ "representativeMenu": "커피",
+ "price": 2000,
+ "latitude": 35.10404106218001,
+ "longitude": 129.03464555501037,
+ "pageIndex": 10,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "10077",
+ "name": "특별한돼지국밥",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 국채보상로140길 35 (동인동4가) .",
+ "phone": "053-425-5243",
+ "representativeMenu": "돼지국밥",
+ "price": 8000,
+ "latitude": 35.867239763231744,
+ "longitude": 128.60637360935215,
+ "pageIndex": 10,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14629",
+ "name": "포항회식당",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 대봉로 240 (대봉동, 대봉서한포레스트) 상가 106호. 포항회식당",
+ "phone": "053-422-4415",
+ "representativeMenu": "정식",
+ "price": 7000,
+ "latitude": 35.860129676053866,
+ "longitude": 128.6023289015774,
+ "pageIndex": 10,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17974",
+ "name": "한강반점",
+ "categoryName": "중식",
+ "address": "대구광역시 중구 달구벌대로387길 42 (대신동) 1층",
+ "phone": "053-253-7518",
+ "representativeMenu": "짜장면",
+ "price": 3000,
+ "latitude": 35.86500733659813,
+ "longitude": 128.57524030565048,
+ "pageIndex": 10,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2026",
+ "name": "한양뚝배기감자탕",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 국채보상로140길 28 (동인동2가) .",
+ "phone": "053-424-7161",
+ "representativeMenu": "뚝배기",
+ "price": 7000,
+ "latitude": 35.86756096197846,
+ "longitude": 128.60615118148775,
+ "pageIndex": 10,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14011",
+ "name": "진국",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 제물량로 245-2 (항동1가) 1층",
+ "phone": "032-772-0321",
+ "representativeMenu": "콩나물국밥",
+ "price": 6000,
+ "latitude": 37.473760992186925,
+ "longitude": 126.61789147782304,
+ "pageIndex": 10,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "16952",
+ "name": "진순두부",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 우현로35번길 24-3 (신포동) 1층",
+ "phone": "032-764-9898",
+ "representativeMenu": "바지락순두부+솥밥",
+ "price": 10000,
+ "latitude": 37.47101351299041,
+ "longitude": 126.62511183339346,
+ "pageIndex": 10,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "14225",
+ "name": "진흥각",
+ "categoryName": "중식",
+ "address": "인천광역시 중구 신포로23번길 20 (중앙동4가) 1층",
+ "phone": "032-772-3058",
+ "representativeMenu": "유니짜장",
+ "price": 6500,
+ "latitude": 37.471703087227134,
+ "longitude": 126.62392009417408,
+ "pageIndex": 10,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2249",
+ "name": "주영미용실",
+ "categoryName": "미용업",
+ "address": "광주광역시 동구 무등로375번길 27-1 1층(계림동)",
+ "phone": "062-529-3184",
+ "representativeMenu": "성인남녀컷트",
+ "price": 10000,
+ "latitude": 35.1630933471234,
+ "longitude": 126.924296217507,
+ "pageIndex": 10,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "11310",
+ "name": "진 숯불갈비",
+ "categoryName": "중식",
+ "address": "광주광역시 동구 무등로 529 (산수동)",
+ "phone": "0507-1482-7550",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 35.1564823477708,
+ "longitude": 126.937445538702,
+ "pageIndex": 10,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2277",
+ "name": "참스민",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 남문로 752-3 1층(학동)",
+ "phone": "062-232-3883",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 35.1370928662675,
+ "longitude": 126.925449709403,
+ "pageIndex": 10,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "14318",
+ "name": "손복순수라상뷔페",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 석천로 7-15 (낭월동) 낭월동",
+ "phone": "042-272-3233",
+ "representativeMenu": "뷔페(~7세)",
+ "price": 3000,
+ "latitude": 36.27595980984733,
+ "longitude": 127.46565739495651,
+ "pageIndex": 10,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2533",
+ "name": "송미용실",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 산내로 1302 (낭월동) 103호",
+ "phone": "042-271-9443",
+ "representativeMenu": "미용료(커트)",
+ "price": 8000,
+ "latitude": 36.27973981942758,
+ "longitude": 127.46857116346227,
+ "pageIndex": 10,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2524",
+ "name": "수정목욕탕",
+ "categoryName": "목욕업",
+ "address": "대전광역시 동구 비래서로62번길 103 (가양동)",
+ "phone": "042-631-3660",
+ "representativeMenu": "목욕료",
+ "price": 6000,
+ "latitude": 36.3498831171768,
+ "longitude": 127.449018725201,
+ "pageIndex": 10,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "18132",
+ "name": "슈퍼몽테마파크",
+ "categoryName": "기타비요식업",
+ "address": "대전광역시 동구 석천로 8 (낭월동) 2층",
+ "phone": "042-271-1644",
+ "representativeMenu": "이용료(1시간)",
+ "price": 5000,
+ "latitude": 36.27670405471021,
+ "longitude": 127.46581697285043,
+ "pageIndex": 10,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "14576",
+ "name": "할매칼국수",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 중앙시장길 21-4 (옥교동) 1층",
+ "phone": "052-245-1333",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 35.55535577904836,
+ "longitude": 129.3236810137489,
+ "pageIndex": 10,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2998",
+ "name": "할머니손칼국시",
+ "categoryName": "한식",
+ "address": "울산광역시 중구 화진4길 20 (태화동)",
+ "phone": "052-245-8542",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 35.5559132736789,
+ "longitude": 129.307740756218,
+ "pageIndex": 10,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "13647",
+ "name": "홍사부",
+ "categoryName": "중식",
+ "address": "울산광역시 중구 내황14길 50 (반구동, 나린헤리티지 2차) .",
+ "phone": "052-298-0777",
+ "representativeMenu": "자장면",
+ "price": 6000,
+ "latitude": 35.55381618863106,
+ "longitude": 129.34837209424774,
+ "pageIndex": 10,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "14612",
+ "name": "24시해장국",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 번영로156번길 23 (달동) 1층",
+ "phone": "052-274-3344",
+ "representativeMenu": "순두부찌개",
+ "price": 9000,
+ "latitude": 35.53975218505595,
+ "longitude": 129.33041512613374,
+ "pageIndex": 10,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "10180",
+ "name": "침산똥돼지",
+ "categoryName": "한식",
+ "address": "세종특별자치시 조치원읍 행복6길 40",
+ "phone": "044-867-3391",
+ "representativeMenu": "오삼불고기(점심특선)",
+ "price": 9000,
+ "latitude": 36.606084930284,
+ "longitude": 127.293726259292,
+ "pageIndex": 10,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10187",
+ "name": "큰나무식당",
+ "categoryName": "한식",
+ "address": "세종특별자치시 금남면 대평시장2길 6 1층",
+ "phone": "044-866-4924",
+ "representativeMenu": "보리밥",
+ "price": 8000,
+ "latitude": 36.4658590703269,
+ "longitude": 127.282333172075,
+ "pageIndex": 10,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10175",
+ "name": "한아름식당",
+ "categoryName": "한식",
+ "address": "세종특별자치시 연동면 태산로 60 청정상가 102호",
+ "phone": "044-868-5005",
+ "representativeMenu": "된장찌개",
+ "price": 8000,
+ "latitude": 36.5290966808229,
+ "longitude": 127.351449156014,
+ "pageIndex": 10,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "10197",
+ "name": "행복한 약초칼국수",
+ "categoryName": "한식",
+ "address": "세종특별자치시 보듬3로 8-15 1층 102호(도담동, 해피라움5)",
+ "phone": "044-862-1128",
+ "representativeMenu": "칼국수",
+ "price": 5000,
+ "latitude": 36.5138053791972,
+ "longitude": 127.258063600072,
+ "pageIndex": 10,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "3387",
+ "name": "뚱가네",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 영통로 217번길5 (영통동)",
+ "phone": "031-234-5208",
+ "representativeMenu": "차돌된장찌개",
+ "price": 7000,
+ "latitude": 37.2466692531637,
+ "longitude": 127.056605302185,
+ "pageIndex": 10,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "19001",
+ "name": "뚱보네 꽈배기",
+ "categoryName": "베이커리",
+ "address": "경기도 수원시 장안구 경수대로1081번길 39 (파장동) 1층",
+ "phone": "0507-1489-1202",
+ "representativeMenu": "꽈배기(3개)",
+ "price": 2000,
+ "latitude": 37.30773025414107,
+ "longitude": 126.99299873461685,
+ "pageIndex": 10,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "18122",
+ "name": "러너커피로스터스",
+ "categoryName": "기타요식업",
+ "address": "경기도 수원시 장안구 만석로209번길 12 (송죽동) 1층",
+ "phone": "010-3245-3759",
+ "representativeMenu": "아메리카노",
+ "price": 2500,
+ "latitude": 37.305402508312305,
+ "longitude": 127.00062950713131,
+ "pageIndex": 10,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "4384",
+ "name": "밥짓는마을",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 중앙로 63-1 2층(중앙로2가)",
+ "phone": "033-242-2624",
+ "representativeMenu": "한식뷔페",
+ "price": 7000,
+ "latitude": 37.8793858304165,
+ "longitude": 127.726806123679,
+ "pageIndex": 10,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "11725",
+ "name": "백령밥집",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 백령로 180 (후평동) 가운데 1층",
+ "phone": "033-241-2287",
+ "representativeMenu": "가정식백반",
+ "price": 7000,
+ "latitude": 37.87627632697244,
+ "longitude": 127.74631332467781,
+ "pageIndex": 10,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "16648",
+ "name": "백양세탁소",
+ "categoryName": "세탁업",
+ "address": "강원특별자치도 춘천시 춘천로 263-1 (후평동)",
+ "phone": "033-252-6311",
+ "representativeMenu": "양복상의",
+ "price": 5000,
+ "latitude": 37.8799279349072,
+ "longitude": 127.74265772378813,
+ "pageIndex": 10,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "16651",
+ "name": "백조컴퓨터세탁",
+ "categoryName": "세탁업",
+ "address": "강원특별자치도 춘천시 퇴계로146번길 12-1 (퇴계동)",
+ "phone": "033-261-8348",
+ "representativeMenu": "양복상의",
+ "price": 5000,
+ "latitude": 37.85855890084086,
+ "longitude": 127.73469966103542,
+ "pageIndex": 10,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15770",
+ "name": "대길식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 창신로 34-1 (사창동) 1층",
+ "phone": "049-271-0284",
+ "representativeMenu": "한우내장탕(보통)",
+ "price": 7000,
+ "latitude": 36.633961660488815,
+ "longitude": 127.46479698824699,
+ "pageIndex": 10,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4737",
+ "name": "대동관",
+ "categoryName": "중식",
+ "address": "충청북도 청주시 청원구 내수읍 내수로 731-2",
+ "phone": "043-214-0020",
+ "representativeMenu": "자장면",
+ "price": 4000,
+ "latitude": 36.7268063827084,
+ "longitude": 127.536156682424,
+ "pageIndex": 10,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15578",
+ "name": "로스팅포인트 오렌지",
+ "categoryName": "기타요식업",
+ "address": "충청남도 천안시 서북구 불당25로 154 (불당동) 118호",
+ "phone": "-",
+ "representativeMenu": "핸드드립",
+ "price": 3000,
+ "latitude": 36.814917231485325,
+ "longitude": 127.10795228730834,
+ "pageIndex": 10,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4961",
+ "name": "루미너스헤어",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 서북구 서부12길12 (성정동)",
+ "phone": "041-575-0727",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.8207843702587,
+ "longitude": 127.137340027875,
+ "pageIndex": 10,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "11751",
+ "name": "맛짱김밥",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 원거리11길 42 (원성동)",
+ "phone": "041-568-7775",
+ "representativeMenu": "김치찌개",
+ "price": 6000,
+ "latitude": 36.8010379639367,
+ "longitude": 127.157625650438,
+ "pageIndex": 10,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4962",
+ "name": "머리못하는집",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 서북구 불당17길 14 (불당동)",
+ "phone": "041-551-9111",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.8091043219242,
+ "longitude": 127.11029060282,
+ "pageIndex": 10,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5401",
+ "name": "제일크리너스샵",
+ "categoryName": "세탁업",
+ "address": "전북특별자치도 전주시 덕진구 쪽구름로 37",
+ "phone": "063-211-2177",
+ "representativeMenu": "양복(1벌)",
+ "price": 9000,
+ "latitude": 35.8686263475242,
+ "longitude": 127.077142048735,
+ "pageIndex": 10,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "18212",
+ "name": "조선옥미용실",
+ "categoryName": "미용업",
+ "address": "전북특별자치도 전주시 완산구 완산길 105 (서완산동1가) 1층",
+ "phone": "063-288-1229",
+ "representativeMenu": "커트(학생)",
+ "price": 8000,
+ "latitude": 35.81196716378034,
+ "longitude": 127.13938563394339,
+ "pageIndex": 10,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "11327",
+ "name": "중본이쟁반짜장",
+ "categoryName": "중식",
+ "address": "전북특별자치도 전주시 완산구 공북로71",
+ "phone": "063-271-2223",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 35.826119320872,
+ "longitude": 127.139523334928,
+ "pageIndex": 10,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "18286",
+ "name": "작은곰집",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 삼일로13번길 3 (남교동) 작은곰집",
+ "phone": "061-244-2180",
+ "representativeMenu": "순대",
+ "price": 8000,
+ "latitude": 34.79357861479481,
+ "longitude": 126.38329621043106,
+ "pageIndex": 10,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "18287",
+ "name": "조선국수",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 교육로66번길 23-1 (상동) 1층",
+ "phone": "0507-1303-3481",
+ "representativeMenu": "비빔국수",
+ "price": 6000,
+ "latitude": 34.80412602893619,
+ "longitude": 126.42234641443257,
+ "pageIndex": 10,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5625",
+ "name": "종가집",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 노적봉길 22 (죽동)",
+ "phone": "061-242-7766",
+ "representativeMenu": "청국장",
+ "price": 8000,
+ "latitude": 34.7900216219656,
+ "longitude": 126.383192100449,
+ "pageIndex": 10,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "18283",
+ "name": "진국밥",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 영산로250번길 35 (용당동) 주2동 1층",
+ "phone": "061-278-0009",
+ "representativeMenu": "돼지머리국밥",
+ "price": 8000,
+ "latitude": 34.80020715783033,
+ "longitude": 126.3957145704502,
+ "pageIndex": 10,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6324",
+ "name": "김육환 미용실",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 남구 대이로 14 김육환 미용실",
+ "phone": "054-281-7918",
+ "representativeMenu": "여자커트",
+ "price": 10000,
+ "latitude": 36.0170774969108,
+ "longitude": 129.343624477205,
+ "pageIndex": 10,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "16134",
+ "name": "까꼬뽀꼬",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 북구 흥해읍 동해대로1574번길 18 까꼬뽀꼬",
+ "phone": "-",
+ "representativeMenu": "학생컷",
+ "price": 10000,
+ "latitude": 36.11248157816856,
+ "longitude": 129.34344079201517,
+ "pageIndex": 10,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "15292",
+ "name": "둘리왕만두",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 의창구 도계로60번길 13-16 (도계동) 둘리왕만두",
+ "phone": "055-273-8700",
+ "representativeMenu": "만두",
+ "price": 5000,
+ "latitude": 35.257774977009696,
+ "longitude": 128.63697480240288,
+ "pageIndex": 10,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "18773",
+ "name": "따뜻한밥상",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 의창구 퇴촌로25번길 6-15 (사림동) 지하 1층",
+ "phone": "010-2587-5925",
+ "representativeMenu": "김치찌개",
+ "price": 3000,
+ "latitude": 35.24245999906216,
+ "longitude": 128.6887510304655,
+ "pageIndex": 10,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "19169",
+ "name": "만날재삼계탕",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산합포구 월영동6길 7 (해운동) 2층",
+ "phone": "055-222-3908",
+ "representativeMenu": "삼계탕",
+ "price": 10000,
+ "latitude": 35.17985383679972,
+ "longitude": 128.56194235833954,
+ "pageIndex": 10,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "18741",
+ "name": "넉둥베기",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 서문로 9 (용담일동) 1층",
+ "phone": "064-743-2585",
+ "representativeMenu": "돼지머리국밥",
+ "price": 6000,
+ "latitude": 33.50976651062224,
+ "longitude": 126.51245788210441,
+ "pageIndex": 10,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "16863",
+ "name": "장원식당",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 창신5나길 3 (창신동) 1층",
+ "phone": "02-6777-1437",
+ "representativeMenu": "우거지뼈해장국",
+ "price": 8000,
+ "latitude": 37.573776039713145,
+ "longitude": 127.01117339129199,
+ "pageIndex": 11,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "959",
+ "name": "전주콩나물국밥",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 자하문로 3 (내자동)",
+ "phone": "02-738-8223",
+ "representativeMenu": "콩나물국밥",
+ "price": 7000,
+ "latitude": 37.5764830744797,
+ "longitude": 126.972264842484,
+ "pageIndex": 11,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1634",
+ "name": "퍼짱",
+ "categoryName": "기타요식업",
+ "address": "부산광역시 중구 충장대로9번길 21 1층(중앙동4가)",
+ "phone": "-",
+ "representativeMenu": "양지곰탕",
+ "price": 8500,
+ "latitude": 35.1072175500747,
+ "longitude": 129.037444857052,
+ "pageIndex": 11,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "10021",
+ "name": "학마을",
+ "categoryName": "중식",
+ "address": "부산광역시 중구 중구로 29번길 7 (부평동1가)",
+ "phone": "051-257-0221",
+ "representativeMenu": "짜장면",
+ "price": 4000,
+ "latitude": 35.1003450042619,
+ "longitude": 129.02748323782,
+ "pageIndex": 11,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1661",
+ "name": "한양왕순대",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 해관로20-1 (중앙동)",
+ "phone": "051-245-9138",
+ "representativeMenu": "순대국밥",
+ "price": 9000,
+ "latitude": 35.1006289027265,
+ "longitude": 129.035905126423,
+ "pageIndex": 11,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "10072",
+ "name": "한우장",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 국채보상로 555 (종로1가) (전)",
+ "phone": "053-257-1125",
+ "representativeMenu": "설렁탕",
+ "price": 10000,
+ "latitude": 35.8709131264325,
+ "longitude": 128.59143517676986,
+ "pageIndex": 11,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17987",
+ "name": "한울식당",
+ "categoryName": "한식",
+ "address": "대구광역시 중구 경상감영길 280 (동인동2가) 동인동",
+ "phone": "053-425-2462",
+ "representativeMenu": "정식",
+ "price": 8000,
+ "latitude": 35.87080928368533,
+ "longitude": 128.60257722168762,
+ "pageIndex": 11,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14064",
+ "name": "MHK정미용실",
+ "categoryName": "미용업",
+ "address": "대구광역시 동구 반야월로 134-1 (신기동) 동부프라자 나동",
+ "phone": "010-2829-6158",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 35.87268975976554,
+ "longitude": 128.70304821144194,
+ "pageIndex": 11,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2237",
+ "name": "철이네손수제비랑칼국수(신포)",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 개항로 9-1 1층(중앙동4가)",
+ "phone": "032-777-1159",
+ "representativeMenu": "얼큰수제비",
+ "price": 7000,
+ "latitude": 37.4714042648041,
+ "longitude": 126.623802333892,
+ "pageIndex": 11,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2238",
+ "name": "철이네손수제비랑칼국수(신흥)",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 인중로144번길 71-1 (답동)",
+ "phone": "032-204-8990",
+ "representativeMenu": "수제비",
+ "price": 7000,
+ "latitude": 37.4684000940284,
+ "longitude": 126.630126454085,
+ "pageIndex": 11,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2239",
+ "name": "청수식당",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 제물량로206번길 3 (해안동2가)",
+ "phone": "032-765-8586",
+ "representativeMenu": "오삼불고기",
+ "price": 9000,
+ "latitude": 37.4717703194453,
+ "longitude": 126.621537648833,
+ "pageIndex": 11,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2241",
+ "name": "할매왕족발순대",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 우현로45번길 13 (신포동) (신포동)",
+ "phone": "032-772-6919",
+ "representativeMenu": "순대국밥",
+ "price": 9000,
+ "latitude": 37.47117471982517,
+ "longitude": 126.62741642573887,
+ "pageIndex": 11,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2278",
+ "name": "칠미우동만두",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 지산로 69 1층(지산동)",
+ "phone": "062-228-7228",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 35.1498802119369,
+ "longitude": 126.933003887435,
+ "pageIndex": 11,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2280",
+ "name": "학동김밥",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 남문로 683 1층(학동)",
+ "phone": "062-225-3248",
+ "representativeMenu": "김밥",
+ "price": 3000,
+ "latitude": 35.1315918766729,
+ "longitude": 126.928644258668,
+ "pageIndex": 11,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2547",
+ "name": "신도칼국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로 825번길 11 (정동)",
+ "phone": "-",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 36.3325852871967,
+ "longitude": 127.430995831215,
+ "pageIndex": 11,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16821",
+ "name": "신미식당",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 우암로85번길 35 (삼성동) 1층",
+ "phone": "042-672-5728",
+ "representativeMenu": "선지국밥",
+ "price": 6000,
+ "latitude": 36.33884769737071,
+ "longitude": 127.42700019228904,
+ "pageIndex": 11,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "14611",
+ "name": "30년전통감자탕",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 봉월로8번길 15 (신정동) 1층",
+ "phone": "0507-1317-8555",
+ "representativeMenu": "뼈다귀해장국",
+ "price": 8000,
+ "latitude": 35.53379995639712,
+ "longitude": 129.30877505918386,
+ "pageIndex": 11,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "15122",
+ "name": "가을정류장",
+ "categoryName": "일식",
+ "address": "울산광역시 남구 문수로 295 (옥동) 1층",
+ "phone": "052-266-1005",
+ "representativeMenu": "오리지날함박스테이크",
+ "price": 10000,
+ "latitude": 35.535986796355175,
+ "longitude": 129.28599318182114,
+ "pageIndex": 11,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2897",
+ "name": "경북식당",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 돋질로 145번길 38-25 -",
+ "phone": "052-267-7855",
+ "representativeMenu": "정식",
+ "price": 7000,
+ "latitude": 35.544040122471,
+ "longitude": 129.321265246852,
+ "pageIndex": 11,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "15109",
+ "name": "경북칼국수",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층",
+ "phone": "052-272-6903",
+ "representativeMenu": "손칼국수",
+ "price": 6000,
+ "latitude": 35.541808785746284,
+ "longitude": 129.30930615922028,
+ "pageIndex": 11,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "13003",
+ "name": "행복한곰탕",
+ "categoryName": "한식",
+ "address": "세종특별자치시 절재로 194 (어진동) 중앙타운 317호",
+ "phone": "-",
+ "representativeMenu": "곰탕",
+ "price": 9000,
+ "latitude": 36.50830733147383,
+ "longitude": 127.26244504454054,
+ "pageIndex": 11,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "18695",
+ "name": "헤이맨남성컷",
+ "categoryName": "이용업",
+ "address": "세종특별자치시 새롬북로 13 (새롬동, 새뜸마을4단지) 상가동 1층",
+ "phone": "044-864-7004",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.48655065561284,
+ "longitude": 127.24647322838923,
+ "pageIndex": 11,
+ "regionCode": "36",
+ "regionName": "세종특별자치시"
+ },
+ {
+ "bsshSn": "14930",
+ "name": "레알떡볶이",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 봉영로 1623 (영통동) 1층 133-2호",
+ "phone": "0507-1311-8698",
+ "representativeMenu": "떡볶이",
+ "price": 3000,
+ "latitude": 37.25592537670266,
+ "longitude": 127.07472815939546,
+ "pageIndex": 11,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "14332",
+ "name": "렛츠헤어",
+ "categoryName": "미용업",
+ "address": "경기도 수원시 권선구 권광로27번길 51 (권선동) 1층",
+ "phone": "-",
+ "representativeMenu": "컷트",
+ "price": 10000,
+ "latitude": 37.251111070274,
+ "longitude": 127.02439282380257,
+ "pageIndex": 11,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "13883",
+ "name": "만두가게",
+ "categoryName": "한식",
+ "address": "경기도 수원시 팔달구 수원천로 315 (남수동) 1층",
+ "phone": "031-251-3900",
+ "representativeMenu": "만두",
+ "price": 6000,
+ "latitude": 37.28148605591346,
+ "longitude": 127.01796582445644,
+ "pageIndex": 11,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "11724",
+ "name": "봉실스넥",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 서부대성로239번길 8 (효자동)",
+ "phone": "033-251-6890",
+ "representativeMenu": "순두부찌개",
+ "price": 5000,
+ "latitude": 37.8732547890045,
+ "longitude": 127.745099874572,
+ "pageIndex": 11,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "16632",
+ "name": "분식집에 하숙하는 붕어빵",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 삭주로 25 (교동)",
+ "phone": "0507-1402-8552",
+ "representativeMenu": "떡볶이",
+ "price": 3000,
+ "latitude": 37.88144386414532,
+ "longitude": 127.73456759786936,
+ "pageIndex": 11,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15847",
+ "name": "대복분식",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 흥덕구 강내면 태성탑연로 454-1 주2동 1층",
+ "phone": "043-236-3142",
+ "representativeMenu": "된장찌개",
+ "price": 8000,
+ "latitude": 36.622893602285906,
+ "longitude": 127.3588240445716,
+ "pageIndex": 11,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "16071",
+ "name": "대선집",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 구룡산로51번다길 4 (성화동) 1층",
+ "phone": "043-233-2212",
+ "representativeMenu": "돌솥제육정식",
+ "price": 10000,
+ "latitude": 36.615134258549226,
+ "longitude": 127.45225164740799,
+ "pageIndex": 11,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15520",
+ "name": "대성식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 상당구 상당로186번길 17 (수동) (대성식당)",
+ "phone": "043-258-1345",
+ "representativeMenu": "가정식백반",
+ "price": 6000,
+ "latitude": 36.64494841100788,
+ "longitude": 127.49068538143457,
+ "pageIndex": 11,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4760",
+ "name": "대운분식",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 흥덕구 옥산면 청주역로 654",
+ "phone": "043-260-0667",
+ "representativeMenu": "콩나물밥",
+ "price": 6000,
+ "latitude": 36.6654960294927,
+ "longitude": 127.374242450261,
+ "pageIndex": 11,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "16878",
+ "name": "명윤",
+ "categoryName": "중식",
+ "address": "충청남도 천안시 서북구 직산읍 4산단로 241 1동",
+ "phone": "0507-1426-9775",
+ "representativeMenu": "자장면",
+ "price": 6000,
+ "latitude": 36.85787766445741,
+ "longitude": 127.10949582855619,
+ "pageIndex": 11,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "16880",
+ "name": "모모아지트",
+ "categoryName": "기타요식업",
+ "address": "충청남도 천안시 서북구 봉정로 140 (성정동) 3층",
+ "phone": "0507-1337-4919",
+ "representativeMenu": "아메리카노",
+ "price": 3000,
+ "latitude": 36.814482384883114,
+ "longitude": 127.14202209848756,
+ "pageIndex": 11,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4994",
+ "name": "문헤어갤러리",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 서북구 미라14길 20 (쌍용동)",
+ "phone": "041-577-4466",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 36.8056741666016,
+ "longitude": 127.13015496868,
+ "pageIndex": 11,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "10501",
+ "name": "착한가격헤어",
+ "categoryName": "미용업",
+ "address": "전라남도 목포시 상리로9번길 22 1층(상동)",
+ "phone": "061-278-1571",
+ "representativeMenu": "커트(기본)",
+ "price": 6000,
+ "latitude": 34.8137466442366,
+ "longitude": 126.41499805728,
+ "pageIndex": 11,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "15147",
+ "name": "태동반점",
+ "categoryName": "중식",
+ "address": "전라남도 목포시 마인계터로40번길 10-1 (죽동) 태동반점",
+ "phone": "061-243-3351",
+ "representativeMenu": "짜장면",
+ "price": 7000,
+ "latitude": 34.7899992363049,
+ "longitude": 126.38341878576848,
+ "pageIndex": 11,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "11126",
+ "name": "하나둘미용실",
+ "categoryName": "미용업",
+ "address": "전라남도 목포시 수강로 6 (수강동1가)",
+ "phone": "061-243-9098",
+ "representativeMenu": "여성(일반)컷트",
+ "price": 10000,
+ "latitude": 34.7856055450319,
+ "longitude": 126.386018127697,
+ "pageIndex": 11,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6309",
+ "name": "끄티디저트카페",
+ "categoryName": "기타요식업",
+ "address": "경상북도 포항시 남구 중앙로134번길 2 끄티디저트카페",
+ "phone": "054-281-2496",
+ "representativeMenu": "아메리카노",
+ "price": 2000,
+ "latitude": 36.0250169966387,
+ "longitude": 129.368453187457,
+ "pageIndex": 11,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6326",
+ "name": "나미화헤어클럽",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 남구 송도로 10-1",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.0337446127344,
+ "longitude": 129.372175309483,
+ "pageIndex": 11,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6495",
+ "name": "나주식당",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 북구 양학로32번길 9-1 나주식당",
+ "phone": "-",
+ "representativeMenu": "정식",
+ "price": 7500,
+ "latitude": 36.0264062592383,
+ "longitude": 129.351296310605,
+ "pageIndex": 11,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "17129",
+ "name": "만원족발",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 양덕북2길 13 (양덕동) 1층",
+ "phone": "055-299-4822",
+ "representativeMenu": "왕족발",
+ "price": 10000,
+ "latitude": 35.232299773538415,
+ "longitude": 128.58552226970943,
+ "pageIndex": 11,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "17130",
+ "name": "맛집",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 구암북12길 17 (구암동) 맛집",
+ "phone": "055-255-9597",
+ "representativeMenu": "맛집김밥",
+ "price": 3000,
+ "latitude": 35.25555706724836,
+ "longitude": 128.59779095142022,
+ "pageIndex": 11,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "17139",
+ "name": "먹거리아",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 벚꽃로70번길 17-2 (화천동) 먹거리아",
+ "phone": "055-542-9476",
+ "representativeMenu": "고구마튀김 8개",
+ "price": 5000,
+ "latitude": 35.151431963349566,
+ "longitude": 128.66566078665707,
+ "pageIndex": 11,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "6804",
+ "name": "메밀파티",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 토월로 88 (상남동) 지하",
+ "phone": "055-284-0618",
+ "representativeMenu": "막국수",
+ "price": 8000,
+ "latitude": 35.21882052587623,
+ "longitude": 128.68409106230135,
+ "pageIndex": 11,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "7013",
+ "name": "다마내기",
+ "categoryName": "기타비요식업",
+ "address": "제주특별자치도 제주시 원노형로 26 202호 (서림빌딩)",
+ "phone": "064-747-0618",
+ "representativeMenu": "중대 10분",
+ "price": 1700,
+ "latitude": 33.4864471773391,
+ "longitude": 126.484759413813,
+ "pageIndex": 11,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "18086",
+ "name": "다올국수",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 서광로 209-1 (삼도일동) 다올국수",
+ "phone": "064-755-7076",
+ "representativeMenu": "멸치국수",
+ "price": 7000,
+ "latitude": 33.50016357321733,
+ "longitude": 126.51892020124394,
+ "pageIndex": 11,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "18078",
+ "name": "다인헤어",
+ "categoryName": "미용업",
+ "address": "제주특별자치도 제주시 원노형로 9 (노형동) 다인헤어",
+ "phone": "064-744-9242",
+ "representativeMenu": "컷트",
+ "price": 10000,
+ "latitude": 33.487776208529105,
+ "longitude": 126.48422199658157,
+ "pageIndex": 11,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "952",
+ "name": "종묘이용원",
+ "categoryName": "이용업",
+ "address": "서울특별시 종로구 종로 146 (종로3가) (종로4가)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 37.57022814518435,
+ "longitude": 126.99369870159373,
+ "pageIndex": 12,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16865",
+ "name": "중국",
+ "categoryName": "중식",
+ "address": "서울특별시 종로구 자하문로33길 2 (청운동) 1층",
+ "phone": "02-737-8055",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 37.58619403165867,
+ "longitude": 126.96972945340502,
+ "pageIndex": 12,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "10019",
+ "name": "황소식당",
+ "categoryName": "한식",
+ "address": "부산광역시 중구 충장대로 4번길 8 (중앙동4가)",
+ "phone": "051-465-6648",
+ "representativeMenu": "부대찌개",
+ "price": 7000,
+ "latitude": 35.1044916301827,
+ "longitude": 129.036809946537,
+ "pageIndex": 12,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1420",
+ "name": "3678통장어",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 구덕로 280번길 17 (동대신동1가)",
+ "phone": "051-242-3678",
+ "representativeMenu": "장어탕",
+ "price": 10000,
+ "latitude": 35.1095112240639,
+ "longitude": 129.01944149398,
+ "pageIndex": 12,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1393",
+ "name": "777헤어샵",
+ "categoryName": "미용업",
+ "address": "부산광역시 서구 자갈치로 8-1 (충무동1가)",
+ "phone": "051-244-2430",
+ "representativeMenu": "커트(남)",
+ "price": 10000,
+ "latitude": 35.0961210951299,
+ "longitude": 129.025327657564,
+ "pageIndex": 12,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "10083",
+ "name": "강변복어",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 호반길67 (방촌동)",
+ "phone": "053-982-7252",
+ "representativeMenu": "복어탕",
+ "price": 8000,
+ "latitude": 35.8788829142879,
+ "longitude": 128.660877483508,
+ "pageIndex": 12,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "1870",
+ "name": "고향손칼국수",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 장등로 9 (신천동)",
+ "phone": "053-752-8894",
+ "representativeMenu": "잔치국수",
+ "price": 4500,
+ "latitude": 35.8682732754141,
+ "longitude": 128.622905927079,
+ "pageIndex": 12,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2222",
+ "name": "현대세탁소",
+ "categoryName": "세탁업",
+ "address": "인천광역시 중구 인항로 34 1층 102호 (신흥동3가)",
+ "phone": "032-891-5252",
+ "representativeMenu": "바지",
+ "price": 5000,
+ "latitude": 37.4571633075413,
+ "longitude": 126.634101603919,
+ "pageIndex": 12,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "16954",
+ "name": "혼밥밥상",
+ "categoryName": "한식",
+ "address": "인천광역시 중구 하늘중앙로225번길 11 (중산동) 2층 206,207호",
+ "phone": "-",
+ "representativeMenu": "백반",
+ "price": 10000,
+ "latitude": 37.487838041971756,
+ "longitude": 126.55922287899413,
+ "pageIndex": 12,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2281",
+ "name": "한우물",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 필문대로191번길 15-2 (산수동)",
+ "phone": "062-675-9944",
+ "representativeMenu": "생선구이(모듬)",
+ "price": 9000,
+ "latitude": 35.1533803800092,
+ "longitude": 126.933174859781,
+ "pageIndex": 12,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2282",
+ "name": "해뜨는식당",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 제봉로190번길 7-1 1층(대인동)",
+ "phone": "062-227-6063",
+ "representativeMenu": "백반",
+ "price": 1000,
+ "latitude": 35.1540271398023,
+ "longitude": 126.917438484668,
+ "pageIndex": 12,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "17166",
+ "name": "헤어필(학동)",
+ "categoryName": "미용업",
+ "address": "광주광역시 동구 천변우로 603 (학동, 백화아파트) 상가102동 104호",
+ "phone": "-",
+ "representativeMenu": "성인커트",
+ "price": 10000,
+ "latitude": 35.13097376055375,
+ "longitude": 126.92644589626747,
+ "pageIndex": 12,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2568",
+ "name": "옛고을식당",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 역전시장길 8 (정동)",
+ "phone": "042-274-1983",
+ "representativeMenu": "비빔밥",
+ "price": 7000,
+ "latitude": 36.3304560058946,
+ "longitude": 127.433731277703,
+ "pageIndex": 12,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "14911",
+ "name": "왕관식당",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 선화로196번길 6 (중동) 중동",
+ "phone": "042-221-1663",
+ "representativeMenu": "콩나물밥",
+ "price": 6000,
+ "latitude": 36.33360283723725,
+ "longitude": 127.42754191112995,
+ "pageIndex": 12,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2887",
+ "name": "경주이용원",
+ "categoryName": "이용업",
+ "address": "울산광역시 남구 월평로159번길 4 1층",
+ "phone": "052-268-5170",
+ "representativeMenu": "초등부컷트",
+ "price": 10000,
+ "latitude": 35.545149268254,
+ "longitude": 129.322629378239,
+ "pageIndex": 12,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "15106",
+ "name": "경주칼국수",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층",
+ "phone": "052-271-3278",
+ "representativeMenu": "손칼국수",
+ "price": 6000,
+ "latitude": 35.541808785746284,
+ "longitude": 129.30930615922028,
+ "pageIndex": 12,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "18735",
+ "name": "궁전중화요리",
+ "categoryName": "중식",
+ "address": "울산광역시 남구 두왕로22번길 5-16 (선암동) 1층",
+ "phone": "052-256-3003",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 35.505829524208984,
+ "longitude": 129.30959340736075,
+ "pageIndex": 12,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "14935",
+ "name": "만두촌",
+ "categoryName": "한식",
+ "address": "경기도 수원시 권선구 하탑로 39 (탑동) 102호",
+ "phone": "031-295-8798",
+ "representativeMenu": "고기찐만두(10개)",
+ "price": 5000,
+ "latitude": 37.26911230608807,
+ "longitude": 126.97589883567454,
+ "pageIndex": 12,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "10202",
+ "name": "멋진남자",
+ "categoryName": "이용업",
+ "address": "경기도 수원시 영통구 매봉로35번길 50 1층(매탄동)",
+ "phone": "-",
+ "representativeMenu": "남성커트",
+ "price": 10000,
+ "latitude": 37.2719859731344,
+ "longitude": 127.050140470108,
+ "pageIndex": 12,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "14015",
+ "name": "메종드커피",
+ "categoryName": "기타요식업",
+ "address": "경기도 수원시 팔달구 매산로 131 (교동) 1층",
+ "phone": "031-258-3545",
+ "representativeMenu": "아메리카노",
+ "price": 3400,
+ "latitude": 37.27211175333725,
+ "longitude": 127.01481129960187,
+ "pageIndex": 12,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "16199",
+ "name": "명랑꽈배기",
+ "categoryName": "기타요식업",
+ "address": "경기도 수원시 권선구 하탑로 43 (탑동) 1층",
+ "phone": "010-9532-0088",
+ "representativeMenu": "찹쌀꽈배기(3개)",
+ "price": 2000,
+ "latitude": 37.26917399031983,
+ "longitude": 126.97642424590657,
+ "pageIndex": 12,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "13799",
+ "name": "블루밍",
+ "categoryName": "기타요식업",
+ "address": "강원특별자치도 춘천시 옥천길54번길 26-1 (옥천동)",
+ "phone": "-",
+ "representativeMenu": "아메리카노",
+ "price": 2000,
+ "latitude": 37.88199230616044,
+ "longitude": 127.73200418707303,
+ "pageIndex": 12,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4390",
+ "name": "삼남매",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 춘천로170번길 8 1층(운교동)",
+ "phone": "033-637-5770",
+ "representativeMenu": "가정식백반",
+ "price": 8000,
+ "latitude": 37.8756946677783,
+ "longitude": 127.73332299084,
+ "pageIndex": 12,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "10312",
+ "name": "석사반점",
+ "categoryName": "중식",
+ "address": "강원특별자치도 춘천시 효석로67번길 25 (석사동)",
+ "phone": "033-262-2354",
+ "representativeMenu": "자장면",
+ "price": 4000,
+ "latitude": 37.862559878518,
+ "longitude": 127.739362733706,
+ "pageIndex": 12,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15843",
+ "name": "더 맨",
+ "categoryName": "미용업",
+ "address": "충청북도 청주시 청원구 율봉로 258 (율량동)",
+ "phone": "043-214-2500",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.666703430250955,
+ "longitude": 127.49720884874743,
+ "pageIndex": 12,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4748",
+ "name": "덤블식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 향군로31번길 32 (우암동)",
+ "phone": "043-257-2237",
+ "representativeMenu": "된장찌개",
+ "price": 7000,
+ "latitude": 36.6477777347953,
+ "longitude": 127.485430090266,
+ "pageIndex": 12,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15776",
+ "name": "도니수제돈까스",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 호국로 99 (사직동) 1층",
+ "phone": "043-277-8230",
+ "representativeMenu": "등심돈까스정식",
+ "price": 6000,
+ "latitude": 36.636876933056726,
+ "longitude": 127.47622733012022,
+ "pageIndex": 12,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4964",
+ "name": "미헤어샵",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 서북구 쌍용16길 24 (쌍용동)",
+ "phone": "041-575-1196",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 36.798721258652,
+ "longitude": 127.120954088064,
+ "pageIndex": 12,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4913",
+ "name": "박정미5000냥헤어",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 동남구 대흥로 127 (사직동)",
+ "phone": "041-561-3344",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 36.800548575871,
+ "longitude": 127.148519132471,
+ "pageIndex": 12,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "11119",
+ "name": "박정미5000냥헤어2호점",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 동남구 영성로 36 (중앙동)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 36.8014348547938,
+ "longitude": 127.150782653869,
+ "pageIndex": 12,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5412",
+ "name": "청년식탁 사잇길",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 덕진구 백제대로 563 2층",
+ "phone": "063-272-0214",
+ "representativeMenu": "김치찌개",
+ "price": 3000,
+ "latitude": 35.8409178469739,
+ "longitude": 127.131238280077,
+ "pageIndex": 12,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5446",
+ "name": "청라회관",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 노송여울2길 10",
+ "phone": "063-286-3044",
+ "representativeMenu": "돌솥비빔밥",
+ "price": 8000,
+ "latitude": 35.8242200343495,
+ "longitude": 127.146544090353,
+ "pageIndex": 12,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5421",
+ "name": "초희미용실",
+ "categoryName": "미용업",
+ "address": "전북특별자치도 전주시 완산구 모악로 4683 우미아파트 상가",
+ "phone": "063-226-3701",
+ "representativeMenu": "커트(성인)",
+ "price": 8000,
+ "latitude": 35.7876745457672,
+ "longitude": 127.130038142656,
+ "pageIndex": 12,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15994",
+ "name": "최가돈",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 후곡길 23-24 (효자동2가) 1층",
+ "phone": "063-227-5931",
+ "representativeMenu": "김치찌개",
+ "price": 7000,
+ "latitude": 35.81087083441043,
+ "longitude": 127.09465897893688,
+ "pageIndex": 12,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "10495",
+ "name": "홍가네만두분식",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 삼일로 12 (창평동)",
+ "phone": "061-242-6705",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 34.7933588484617,
+ "longitude": 126.38358115361,
+ "pageIndex": 12,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "18288",
+ "name": "홍두깨멸치칼국수",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 교육로 45-1 (상동) 1층",
+ "phone": "061-282-7669",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 34.8014150837424,
+ "longitude": 126.42079872738657,
+ "pageIndex": 12,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "15146",
+ "name": "황가네보리밥",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 노적봉길 19-4 (무안동) 황가네보리밥",
+ "phone": "061-278-3986",
+ "representativeMenu": "보리밥",
+ "price": 9000,
+ "latitude": 34.78982445409798,
+ "longitude": 126.38334964496875,
+ "pageIndex": 12,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "10504",
+ "name": "흑산도전복",
+ "categoryName": "한식",
+ "address": "전라남도 목포시 양을로208번길 9 (용당동)",
+ "phone": "061-276-5095",
+ "representativeMenu": "백반",
+ "price": 9000,
+ "latitude": 34.8103104782939,
+ "longitude": 126.393158316771,
+ "pageIndex": 12,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6327",
+ "name": "내가본미용실",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 남구 대이로45번길 15 내가본미용실",
+ "phone": "054-274-7754",
+ "representativeMenu": "여자커트",
+ "price": 10000,
+ "latitude": 36.0187057254121,
+ "longitude": 129.340316118787,
+ "pageIndex": 12,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "11257",
+ "name": "넌지시",
+ "categoryName": "기타요식업",
+ "address": "경상북도 포항시 남구 오천읍 남원로 85-99 나동 101호",
+ "phone": "070-8870-3318",
+ "representativeMenu": "아메리카노",
+ "price": 2500,
+ "latitude": 35.9659854034839,
+ "longitude": 129.400825078075,
+ "pageIndex": 12,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6805",
+ "name": "메밀한판",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 마디미로 28 B동 202호(상남동, 상남재래시장)",
+ "phone": "055-262-2002",
+ "representativeMenu": "냄비우동",
+ "price": 5500,
+ "latitude": 35.2222148675498,
+ "longitude": 128.683379990696,
+ "pageIndex": 12,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "6811",
+ "name": "명동식당",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 원이대로589번길 12 (용호동)",
+ "phone": "055-262-8374",
+ "representativeMenu": "정식",
+ "price": 8000,
+ "latitude": 35.2286912789379,
+ "longitude": 128.679710134939,
+ "pageIndex": 12,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "17137",
+ "name": "모도면집",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 창이대로881번길 17 (대방동) 대방대동황토방아파트상가 12동 2층 206호",
+ "phone": "055-713-1130",
+ "representativeMenu": "비빔면",
+ "price": 8500,
+ "latitude": 35.20742717951569,
+ "longitude": 128.7086999798537,
+ "pageIndex": 12,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "10625",
+ "name": "도남오거리도남점",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 도남로6길 16",
+ "phone": "064-722-4844",
+ "representativeMenu": "김치찌개",
+ "price": 5000,
+ "latitude": 33.4965453079539,
+ "longitude": 126.526082680031,
+ "pageIndex": 12,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "14005",
+ "name": "진미김밥",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로46길 28 (창신동) 1층",
+ "phone": "02-2268-0069",
+ "representativeMenu": "진미김밥",
+ "price": 4000,
+ "latitude": 37.57045965794985,
+ "longitude": 127.01018731204245,
+ "pageIndex": 13,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "19059",
+ "name": "착한커피공장",
+ "categoryName": "기타요식업",
+ "address": "서울특별시 종로구 자하문로7길 66 (누하동) 1층",
+ "phone": "02-738-7774",
+ "representativeMenu": "아메리카노",
+ "price": 2000,
+ "latitude": 37.58019735852819,
+ "longitude": 126.9691947292228,
+ "pageIndex": 13,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "18198",
+ "name": "창신숯불돼지갈비",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로 322-11 (창신동) 1층",
+ "phone": "02-766-5861",
+ "representativeMenu": "돼지갈비정식",
+ "price": 10000,
+ "latitude": 37.5716697926823,
+ "longitude": 127.01361493727262,
+ "pageIndex": 13,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "11365",
+ "name": "광화냉면",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 대영로 73번길 108 (동대신동3가)",
+ "phone": "051-253-4823",
+ "representativeMenu": "냉면",
+ "price": 9000,
+ "latitude": 35.1150878509163,
+ "longitude": 129.016829835228,
+ "pageIndex": 13,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17709",
+ "name": "국수집국모",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 팔공로27길 24 (불로동) 1층",
+ "phone": "053-981-3339",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 35.9115976360345,
+ "longitude": 128.63861561811987,
+ "pageIndex": 13,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "13033",
+ "name": "갓구워낸빵",
+ "categoryName": "베이커리",
+ "address": "인천광역시 동구 샛골로 173 (송림동) 1층",
+ "phone": "032-567-9019",
+ "representativeMenu": "단팥빵",
+ "price": 1200,
+ "latitude": 37.47786072727075,
+ "longitude": 126.64475585486453,
+ "pageIndex": 13,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13022",
+ "name": "남성여성커트전문점",
+ "categoryName": "미용업",
+ "address": "인천광역시 동구 샛골로161번길 26 (송림동) 1층",
+ "phone": "010-8670-9155",
+ "representativeMenu": "남성커트",
+ "price": 5000,
+ "latitude": 37.47703198808541,
+ "longitude": 126.64334345184642,
+ "pageIndex": 13,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13798",
+ "name": "냠냠분식",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 수문통로 39 (송현동) 1층",
+ "phone": "032-777-3355",
+ "representativeMenu": "떡볶이",
+ "price": 3500,
+ "latitude": 37.47984549987457,
+ "longitude": 126.63397144892058,
+ "pageIndex": 13,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2093",
+ "name": "네오클리닝센타",
+ "categoryName": "세탁업",
+ "address": "인천광역시 동구 송현로 19번길 14 (송현동)",
+ "phone": "032-766-0030",
+ "representativeMenu": "정장1벌",
+ "price": 10000,
+ "latitude": 37.4785676119164,
+ "longitude": 126.634101843256,
+ "pageIndex": 13,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13184",
+ "name": "호수목욕탕",
+ "categoryName": "목욕업",
+ "address": "광주광역시 동구 구성로194번길 7-1 (대인동) 1층",
+ "phone": "062-226-1142",
+ "representativeMenu": "성인",
+ "price": 4000,
+ "latitude": 35.15276002074088,
+ "longitude": 126.9147242991847,
+ "pageIndex": 13,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "17171",
+ "name": "홀인원김밥",
+ "categoryName": "한식",
+ "address": "광주광역시 동구 독립로 262-1 (금남로5가) 1",
+ "phone": "1555-5878",
+ "representativeMenu": "그냥김밥",
+ "price": 3500,
+ "latitude": 35.15454223324605,
+ "longitude": 126.91127651626087,
+ "pageIndex": 13,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2569",
+ "name": "왕산",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 계족로 202 (대동)",
+ "phone": "042-626-7006",
+ "representativeMenu": "갈비탕",
+ "price": 7000,
+ "latitude": 36.3312406960166,
+ "longitude": 127.441181784066,
+ "pageIndex": 13,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "18678",
+ "name": "우리뷰티",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 용운로1번길 5 (대동) 대동",
+ "phone": "042-282-7718",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.32944033216982,
+ "longitude": 127.44360995154223,
+ "pageIndex": 13,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "14912",
+ "name": "우리헤어클럽",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 백룡로57번길 118 (자양동) 자양동",
+ "phone": "0507-1367-4071",
+ "representativeMenu": "미용료(커트)",
+ "price": 10000,
+ "latitude": 36.3383596687159,
+ "longitude": 127.45088284522323,
+ "pageIndex": 13,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2525",
+ "name": "운동화목욕한날",
+ "categoryName": "세탁업",
+ "address": "대전광역시 동구 용운로 170가동 102호(용운동)",
+ "phone": "-",
+ "representativeMenu": "운동화 빨래",
+ "price": 5000,
+ "latitude": 36.3276734373929,
+ "longitude": 127.460965313411,
+ "pageIndex": 13,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "17508",
+ "name": "꽃보다남자남성커트",
+ "categoryName": "미용업",
+ "address": "울산광역시 남구 두왕로190번길 31 (선암동) 1층",
+ "phone": "0507-1315-4144",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 35.518683361146806,
+ "longitude": 129.31515922674268,
+ "pageIndex": 13,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "15094",
+ "name": "나일57",
+ "categoryName": "베이커리",
+ "address": "울산광역시 남구 삼산로83번길 35 (달동) 1층 101호",
+ "phone": "0507-1346-4157",
+ "representativeMenu": "아메리카노",
+ "price": 3000,
+ "latitude": 35.53775574203502,
+ "longitude": 129.3154140122934,
+ "pageIndex": 13,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "15102",
+ "name": "내고향추어탕",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 산업로339번길 24-13 (선암동) 105호",
+ "phone": "052-256-7972",
+ "representativeMenu": "추어탕",
+ "price": 9000,
+ "latitude": 35.516428145861525,
+ "longitude": 129.33786343766934,
+ "pageIndex": 13,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "3398",
+ "name": "명품세탁 빨래터",
+ "categoryName": "세탁업",
+ "address": "경기도 수원시 영통구 동탄원천로 915번길 36 104호",
+ "phone": "031-216-8939",
+ "representativeMenu": "세탁료",
+ "price": 7500,
+ "latitude": 37.2569793706321,
+ "longitude": 127.043828501468,
+ "pageIndex": 13,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "11096",
+ "name": "모아헤어",
+ "categoryName": "미용업",
+ "address": "경기도 수원시 장안구 화산로 285번길 12 화남아파트상가 102호(율전동)",
+ "phone": "031-295-4005",
+ "representativeMenu": "커트",
+ "price": 9000,
+ "latitude": 37.3002864705875,
+ "longitude": 126.964407790648,
+ "pageIndex": 13,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "11689",
+ "name": "모이세 분식",
+ "categoryName": "한식",
+ "address": "경기도 수원시 팔달구 팔달문로3번길 5 (팔달로2가)",
+ "phone": "031-245-1189",
+ "representativeMenu": "돈까스",
+ "price": 8000,
+ "latitude": 37.2779056593256,
+ "longitude": 127.017591481138,
+ "pageIndex": 13,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "4343",
+ "name": "송혜진미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 신흥길5번길 8-6 1층(우두동)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 9000,
+ "latitude": 37.9005696948236,
+ "longitude": 127.727393589753,
+ "pageIndex": 13,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "13802",
+ "name": "수제돈가스",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 명동길 43 (죽림동)",
+ "phone": "033-254-5074",
+ "representativeMenu": "돈가스정식",
+ "price": 7000,
+ "latitude": 37.87732611130328,
+ "longitude": 127.72485363921628,
+ "pageIndex": 13,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "11113",
+ "name": "숙미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 공지로 432-1 (근화동)",
+ "phone": "033-253-9217",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 37.8737216981244,
+ "longitude": 127.719469536522,
+ "pageIndex": 13,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4761",
+ "name": "도토리명가",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 흥덕구 흥덕로162번길 13 (운천동)",
+ "phone": "-",
+ "representativeMenu": "도토리묵밥",
+ "price": 7000,
+ "latitude": 36.6476629164762,
+ "longitude": 127.477294311131,
+ "pageIndex": 13,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15760",
+ "name": "동의명가 뼈해장국,순대국,감자탕",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 상당구 무심동로392번길 4 (서문동) 1층",
+ "phone": "-",
+ "representativeMenu": "순대국밥",
+ "price": 6900,
+ "latitude": 36.6354992792621,
+ "longitude": 127.48497460255712,
+ "pageIndex": 13,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4743",
+ "name": "돼풍이국내산생고기",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 율봉로94번길 27 (율량동)",
+ "phone": "043-211-5959",
+ "representativeMenu": "삼겹살(150g)",
+ "price": 9000,
+ "latitude": 36.6654896584325,
+ "longitude": 127.480643814831,
+ "pageIndex": 13,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4915",
+ "name": "백미용실",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 동남구 우영1길 10 106호(봉명동)",
+ "phone": "041-572-5953",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 36.805213750612,
+ "longitude": 127.140789087028,
+ "pageIndex": 13,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4989",
+ "name": "별난생태나라",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 서북구 봉서5길 10 104호(쌍용동)",
+ "phone": "041-575-3675",
+ "representativeMenu": "동태탕",
+ "price": 9000,
+ "latitude": 36.808266626223,
+ "longitude": 127.132230635153,
+ "pageIndex": 13,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "15998",
+ "name": "춘향골밥상",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 덕진구 벚꽃2길 5 (진북동)",
+ "phone": "063-255-8500",
+ "representativeMenu": "우렁된장찌개",
+ "price": 8000,
+ "latitude": 35.827911752494195,
+ "longitude": 127.1324721401412,
+ "pageIndex": 13,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15995",
+ "name": "하루국수",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 메너머1길 30 (중화산동2가)",
+ "phone": "0507-1347-0031",
+ "representativeMenu": "물국수",
+ "price": 5000,
+ "latitude": 35.82106396957341,
+ "longitude": 127.11962562598723,
+ "pageIndex": 13,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5402",
+ "name": "하얀세탁나라",
+ "categoryName": "세탁업",
+ "address": "전북특별자치도 전주시 덕진구 시천로 29-30 (송천동1가, 한양아파트 상가 1층)",
+ "phone": "063-902-4555",
+ "representativeMenu": "양복",
+ "price": 6000,
+ "latitude": 35.8605364471238,
+ "longitude": 127.113373136028,
+ "pageIndex": 13,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "17489",
+ "name": "e쁘제헤어프리",
+ "categoryName": "미용업",
+ "address": "전라남도 여수시 허문정1길 52 (문수동) 1층",
+ "phone": "061-651-0612",
+ "representativeMenu": "성인여자커트",
+ "price": 10000,
+ "latitude": 34.74984276015307,
+ "longitude": 127.69462555986541,
+ "pageIndex": 13,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5747",
+ "name": "가든회관",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 시청동1길 7 (학동) 가든회관",
+ "phone": "061-681-5940",
+ "representativeMenu": "백반",
+ "price": 9000,
+ "latitude": 34.76010930737318,
+ "longitude": 127.66429037149783,
+ "pageIndex": 13,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6433",
+ "name": "뉴현대미용실",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 북구 새마을로 2 뉴현대미용실",
+ "phone": "054-241-5678",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 36.0384567529592,
+ "longitude": 129.358106840482,
+ "pageIndex": 13,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6363",
+ "name": "다미손만두돈까스",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 구룡포읍 구룡포길 85-1 다미손만두돈까스",
+ "phone": "054-284-2291",
+ "representativeMenu": "냉면",
+ "price": 7000,
+ "latitude": 35.9912234274676,
+ "longitude": 129.555134254705,
+ "pageIndex": 13,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6828",
+ "name": "미가칼국수",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 벚꽃로60번길 19-6 832(화천동)",
+ "phone": "055-543-5200",
+ "representativeMenu": "보리밥",
+ "price": 4000,
+ "latitude": 35.1512659472656,
+ "longitude": 128.665285213057,
+ "pageIndex": 13,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "6825",
+ "name": "미진과자점",
+ "categoryName": "기타요식업",
+ "address": "경상남도 창원시 진해구 충장로130번길 4 (충무동)",
+ "phone": "055-545-3133",
+ "representativeMenu": "벚꽃크림치즈타르트",
+ "price": 3500,
+ "latitude": 35.151815090165,
+ "longitude": 128.66605694706,
+ "pageIndex": 13,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "16321",
+ "name": "바름카페공방",
+ "categoryName": "기타요식업",
+ "address": "경상남도 창원시 마산회원구 구암동정길 63 (구암동) 101호 바름카페공방",
+ "phone": "010-6878-7075",
+ "representativeMenu": "커피(아메리카노)",
+ "price": 2000,
+ "latitude": 35.253547999427646,
+ "longitude": 128.6004429633202,
+ "pageIndex": 13,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "14254",
+ "name": "도넛킹",
+ "categoryName": "기타요식업",
+ "address": "제주특별자치도 제주시 구남로6길 25 (이도이동) 1층",
+ "phone": "010-7443-1282",
+ "representativeMenu": "오리지널 글레이즈",
+ "price": 1500,
+ "latitude": 33.48841844009604,
+ "longitude": 126.53559021440631,
+ "pageIndex": 13,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "11363",
+ "name": "청정바지락칼국수",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 창신길 11 1층",
+ "phone": "02-743-6557",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 37.5722071295158,
+ "longitude": 127.010524084538,
+ "pageIndex": 14,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "19060",
+ "name": "체부동잔치집",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 자하문로1길 16 (체부동) 1층",
+ "phone": "02-730-5420",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 37.57655121434925,
+ "longitude": 126.97150085198783,
+ "pageIndex": 14,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16867",
+ "name": "카츠연",
+ "categoryName": "일식",
+ "address": "서울특별시 종로구 삼봉로 81 (수송동) 지하1층 136호",
+ "phone": "010-4015-1318",
+ "representativeMenu": "등심돈카츠정식",
+ "price": 9500,
+ "latitude": 37.572557012406925,
+ "longitude": 126.98181439015927,
+ "pageIndex": 14,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "13949",
+ "name": "토리베이커리",
+ "categoryName": "베이커리",
+ "address": "서울특별시 종로구 옥인길 30-3 (옥인동) 1층",
+ "phone": "010-5330-0771",
+ "representativeMenu": "막걸리식빵",
+ "price": 4000,
+ "latitude": 37.58107428102593,
+ "longitude": 126.96708919813716,
+ "pageIndex": 14,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1410",
+ "name": "남강숯불갈비",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 충무대로 255번길 9 (남부민동)",
+ "phone": "051-254-8108",
+ "representativeMenu": "된장찌개",
+ "price": 8000,
+ "latitude": 35.0930541909753,
+ "longitude": 129.023262189766,
+ "pageIndex": 14,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "19202",
+ "name": "대신 벚꽃길 빙수",
+ "categoryName": "기타요식업",
+ "address": "부산광역시 서구 대영로73번길 60 (동대신동3가) 1층",
+ "phone": "051-991-3610",
+ "representativeMenu": "팥빙수",
+ "price": 8500,
+ "latitude": 35.11309551348351,
+ "longitude": 129.0178920843254,
+ "pageIndex": 14,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1388",
+ "name": "대영탕",
+ "categoryName": "목욕업",
+ "address": "부산광역시 서구 구덕로 132번길 9 (토성동5가)",
+ "phone": "051-254-9515",
+ "representativeMenu": "대인",
+ "price": 8000,
+ "latitude": 35.0972775635676,
+ "longitude": 129.022430372656,
+ "pageIndex": 14,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17930",
+ "name": "길목식당",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 평화로 58 (신암동)",
+ "phone": "053-957-9711",
+ "representativeMenu": "청국장 찌개",
+ "price": 7500,
+ "latitude": 35.88437674353279,
+ "longitude": 128.62015239131767,
+ "pageIndex": 14,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14954",
+ "name": "날마다좋은집1호점",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 아양로11길 10 (신암동)",
+ "phone": "053-426-3531",
+ "representativeMenu": "고딧국(2~3인용)",
+ "price": 6000,
+ "latitude": 35.88346970782011,
+ "longitude": 128.62034336657473,
+ "pageIndex": 14,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "1882",
+ "name": "다모아식당",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 파계로 54 (지묘동)",
+ "phone": "053-986-2929",
+ "representativeMenu": "해물칼국수",
+ "price": 5000,
+ "latitude": 35.9386980766118,
+ "longitude": 128.638782921677,
+ "pageIndex": 14,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17599",
+ "name": "만석골",
+ "categoryName": "한식",
+ "address": "인천 동구 화도진로192번길 2 1층 101호(만석동, 계성빌라)",
+ "phone": "032-766-8080",
+ "representativeMenu": "육개장",
+ "price": 10000,
+ "latitude": 37.4859697544878,
+ "longitude": 126.622682978871,
+ "pageIndex": 14,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "19034",
+ "name": "명가순대",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 화수로 18 (송현동) 명가순대",
+ "phone": "032-765-8833",
+ "representativeMenu": "설렁탕",
+ "price": 9000,
+ "latitude": 37.48123968414481,
+ "longitude": 126.6356097358181,
+ "pageIndex": 14,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "17593",
+ "name": "모모식당",
+ "categoryName": "양식",
+ "address": "인천 동구 화수로 7 1층 102호 (송현동, 센타빌딩)",
+ "phone": "032-213-2434",
+ "representativeMenu": "모모등심돈까스",
+ "price": 10000,
+ "latitude": 37.4803199313529,
+ "longitude": 126.636012820597,
+ "pageIndex": 14,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2094",
+ "name": "문성각",
+ "categoryName": "중식",
+ "address": "인천광역시 동구 송미로 35 (송림동) 1층",
+ "phone": "032-777-0400",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 37.482903570468814,
+ "longitude": 126.6497277170181,
+ "pageIndex": 14,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2304",
+ "name": "금강식당",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 천변우하로 373 (동천동)",
+ "phone": "062-514-9111",
+ "representativeMenu": "생고기비빔밥",
+ "price": 8000,
+ "latitude": 35.1689145192112,
+ "longitude": 126.861118425373,
+ "pageIndex": 14,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "14921",
+ "name": "금룡",
+ "categoryName": "중식",
+ "address": "광주광역시 서구 염화로 115 (화정동) 1층",
+ "phone": "062-681-2500",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 35.1430601138362,
+ "longitude": 126.87725557866646,
+ "pageIndex": 14,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2535",
+ "name": "은성미용실",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 새터2길 26 (신흥동)",
+ "phone": "042-283-9633",
+ "representativeMenu": "미용료(커트)",
+ "price": 8000,
+ "latitude": 36.3227027931205,
+ "longitude": 127.443901827716,
+ "pageIndex": 14,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "14916",
+ "name": "인동왕만두",
+ "categoryName": "베이커리",
+ "address": "대전광역시 동구 대전로 697 (인동) 인동",
+ "phone": "042-285-5060",
+ "representativeMenu": "왕만두(고기만두)",
+ "price": 6000,
+ "latitude": 36.32247820088637,
+ "longitude": 127.43724722008199,
+ "pageIndex": 14,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16532",
+ "name": "장가네대구왕뽈데기",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 계족로 309-1 (성남동) 1층",
+ "phone": "042-623-0750",
+ "representativeMenu": "대구탕(점심)",
+ "price": 10000,
+ "latitude": 36.3400092088714,
+ "longitude": 127.43610509783201,
+ "pageIndex": 14,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2541",
+ "name": "장성",
+ "categoryName": "중식",
+ "address": "대전광역시 동구 우암로 85번길 14 (삼성동)",
+ "phone": "042-622-8494",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 36.3380538647397,
+ "longitude": 127.427767366719,
+ "pageIndex": 14,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "15118",
+ "name": "대박분식",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 월평로171번길 26 (신정동, 신정 지웰) 119호",
+ "phone": "052-269-8845",
+ "representativeMenu": "김밥",
+ "price": 3500,
+ "latitude": 35.54739693327833,
+ "longitude": 129.32322710623595,
+ "pageIndex": 14,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "18786",
+ "name": "더짬뽕",
+ "categoryName": "중식",
+ "address": "울산광역시 남구 달삼로23번길 12 (달동) 1층",
+ "phone": "0507-1356-8941",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 35.53660268642255,
+ "longitude": 129.33148195611733,
+ "pageIndex": 14,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2899",
+ "name": "덤",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 대학로84번길 5-5",
+ "phone": "052-247-1217",
+ "representativeMenu": "냉칼국수",
+ "price": 8000,
+ "latitude": 35.5426013606551,
+ "longitude": 129.260284008748,
+ "pageIndex": 14,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "3377",
+ "name": "못골해장국",
+ "categoryName": "한식",
+ "address": "경기도 수원시 권선구 금호로246번길 15-4 1층",
+ "phone": "031-278-3493",
+ "representativeMenu": "선지해장국",
+ "price": 6000,
+ "latitude": 37.2749502849126,
+ "longitude": 126.977331077535,
+ "pageIndex": 14,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "16346",
+ "name": "몽뻬르베이커리카페",
+ "categoryName": "베이커리",
+ "address": "경기도 수원시 장안구 파장로 70 (파장동)",
+ "phone": "031-246-5474",
+ "representativeMenu": "아메리카노",
+ "price": 2900,
+ "latitude": 37.30605816813522,
+ "longitude": 126.9931791203893,
+ "pageIndex": 14,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3403",
+ "name": "문화미용실",
+ "categoryName": "미용업",
+ "address": "경기도 수원시 장안구 정조로 934번길 29-18 (영화동)",
+ "phone": "031-256-1463",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 37.2923701800345,
+ "longitude": 127.013797271773,
+ "pageIndex": 14,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "16643",
+ "name": "실비아미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 춘천로296번길 18 (후평동)",
+ "phone": "033-253-5746",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.879961550470746,
+ "longitude": 127.74662200640537,
+ "pageIndex": 14,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "10306",
+ "name": "쌍다리이용소",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 춘천순환로 42 상가동 101호 (석사동)",
+ "phone": "033-262-5087",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 37.8546857141914,
+ "longitude": 127.748703975697,
+ "pageIndex": 14,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15784",
+ "name": "또또와식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 내수동로108번길 43 (사창동) 1층",
+ "phone": "-",
+ "representativeMenu": "순두부찌개",
+ "price": 6000,
+ "latitude": 36.63225988198158,
+ "longitude": 127.45773160968325,
+ "pageIndex": 14,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15782",
+ "name": "럭키마라탕 양꼬치",
+ "categoryName": "중식",
+ "address": "충청북도 청주시 서원구 서원남로 27-1 (모충동) 1층",
+ "phone": "-",
+ "representativeMenu": "마라탕(100g)",
+ "price": 1800,
+ "latitude": 36.622339731999546,
+ "longitude": 127.4846288209598,
+ "pageIndex": 14,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "19234",
+ "name": "부흥만두",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 사직로 30 (사직동) 부흥만두",
+ "phone": "0507-1412-5388",
+ "representativeMenu": "고기만두 10개",
+ "price": 6000,
+ "latitude": 36.802733785154345,
+ "longitude": 127.14941788531904,
+ "pageIndex": 14,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4926",
+ "name": "북경중화요리",
+ "categoryName": "중식",
+ "address": "충청남도 천안시 동남구 신부1길 6 (신부동)",
+ "phone": "041-554-1585",
+ "representativeMenu": "짜장면",
+ "price": 6500,
+ "latitude": 36.8141759551811,
+ "longitude": 127.158996108759,
+ "pageIndex": 14,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4965",
+ "name": "비비헤어샵",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 서북구 미라2길 26-1 (쌍용동)",
+ "phone": "041-571-1666",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 36.8018297147943,
+ "longitude": 127.129696210405,
+ "pageIndex": 14,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "16875",
+ "name": "빵미당",
+ "categoryName": "기타요식업",
+ "address": "충청남도 천안시 동남구 충절로 407 (삼룡동) 1층",
+ "phone": "0507-1387-9046",
+ "representativeMenu": "단팥빵",
+ "price": 1700,
+ "latitude": 36.78497963691765,
+ "longitude": 127.16873525335542,
+ "pageIndex": 14,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5424",
+ "name": "한들각중화요리",
+ "categoryName": "중식",
+ "address": "전북특별자치도 전주시 완산구 안행로 112 1층",
+ "phone": "063-232-0317",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 35.8062940498025,
+ "longitude": 127.134355429754,
+ "pageIndex": 14,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5447",
+ "name": "한일옥",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 완산구 중산중앙로 29",
+ "phone": "063-222-3118",
+ "representativeMenu": "한우육회비빔밥",
+ "price": 9000,
+ "latitude": 35.8166803897759,
+ "longitude": 127.121458191969,
+ "pageIndex": 14,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15997",
+ "name": "향촌",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 덕진구 숲정이4길 3 (진북동, 다세대주택)",
+ "phone": "063-252-5733",
+ "representativeMenu": "김치찌개",
+ "price": 8000,
+ "latitude": 35.82908945757786,
+ "longitude": 127.13270073754536,
+ "pageIndex": 14,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "11766",
+ "name": "훈희국수",
+ "categoryName": "한식",
+ "address": "전북특별자치도 전주시 덕진구 우아8길 8",
+ "phone": "063-247-1275",
+ "representativeMenu": "백반(청국장 육개장 뼈다귀탕)",
+ "price": 8000,
+ "latitude": 35.8506326095344,
+ "longitude": 127.156849553268,
+ "pageIndex": 14,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5711",
+ "name": "개성미용실",
+ "categoryName": "미용업",
+ "address": "전라남도 여수시 율촌면 당머리길3-1",
+ "phone": "061-684-7114",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 34.882586423451,
+ "longitude": 127.579141600752,
+ "pageIndex": 14,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "11806",
+ "name": "광장서대회",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 이순신광장로 196 (종화동) A동 1층",
+ "phone": "061-666-2013",
+ "representativeMenu": "서대회(1인)",
+ "price": 10000,
+ "latitude": 34.73862390148165,
+ "longitude": 127.74443243353089,
+ "pageIndex": 14,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "11807",
+ "name": "광장서대회(이순신광장점)",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 이순신광장로 129 (중앙동) 1층(교동)",
+ "phone": "0507-1384-2782",
+ "representativeMenu": "서대회(1인)",
+ "price": 10000,
+ "latitude": 34.738245805249676,
+ "longitude": 127.73846543180578,
+ "pageIndex": 14,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "16128",
+ "name": "다정한정식",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 장기면 동해안로 3273 다정한정식",
+ "phone": "054-284-9005",
+ "representativeMenu": "한정식",
+ "price": 7000,
+ "latitude": 35.87919614059732,
+ "longitude": 129.5172000677791,
+ "pageIndex": 14,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6423",
+ "name": "닥터크리닝",
+ "categoryName": "세탁업",
+ "address": "경상북도 포항시 북구 삼호로253번길 14-1",
+ "phone": "054-249-4519",
+ "representativeMenu": "세탁료 (상의)",
+ "price": 4000,
+ "latitude": 36.0612792841722,
+ "longitude": 129.378003776355,
+ "pageIndex": 14,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "18356",
+ "name": "달전밀면",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 북구 흥해읍 도음로917번길 12 달전밀면",
+ "phone": "054-261-6468",
+ "representativeMenu": "밀면",
+ "price": 7000,
+ "latitude": 36.07939354295344,
+ "longitude": 129.33344894912452,
+ "pageIndex": 14,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6424",
+ "name": "대명세탁소",
+ "categoryName": "세탁업",
+ "address": "경상북도 포항시 북구 중흥로213번길 18-1",
+ "phone": "054-275-9579",
+ "representativeMenu": "와이셔츠",
+ "price": 2500,
+ "latitude": 36.0236667659089,
+ "longitude": 129.356179134247,
+ "pageIndex": 14,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "18617",
+ "name": "바보엄마칼국수 진해석동점",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 석동로59번길 6-9 (석동) 1층",
+ "phone": "055-547-5255",
+ "representativeMenu": "사골칼국수",
+ "price": 5500,
+ "latitude": 35.15643049996103,
+ "longitude": 128.7056441225601,
+ "pageIndex": 14,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "18612",
+ "name": "바보엄마칼국수 창원점",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 의창구 의창대로247번길 33 (소답동) 1층",
+ "phone": "055-299-0094",
+ "representativeMenu": "사골칼국수",
+ "price": 5500,
+ "latitude": 35.26473140031365,
+ "longitude": 128.625169764524,
+ "pageIndex": 14,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "15989",
+ "name": "바삭왕돈까스",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 중앙대로 111 (중앙동) 205호",
+ "phone": "055-268-5008",
+ "representativeMenu": "바삭돈까스",
+ "price": 8500,
+ "latitude": 35.22477010317151,
+ "longitude": 128.67987955499908,
+ "pageIndex": 14,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "15406",
+ "name": "박하헤어",
+ "categoryName": "미용업",
+ "address": "경상남도 창원시 진해구 충장로 397-1 (이동) 1층",
+ "phone": "055-542-5894",
+ "representativeMenu": "컷트",
+ "price": 10000,
+ "latitude": 35.15259896527641,
+ "longitude": 128.69534269679198,
+ "pageIndex": 14,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "18050",
+ "name": "돌하루방방",
+ "categoryName": "기타비요식업",
+ "address": "제주특별자치도 제주시 화삼북로 43 (화북일동) 돌하루방방",
+ "phone": "010-9487-4132",
+ "representativeMenu": "트램펄린(30분)",
+ "price": 3000,
+ "latitude": 33.517489993448145,
+ "longitude": 126.57772441179883,
+ "pageIndex": 14,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "953",
+ "name": "파고다이용원",
+ "categoryName": "이용업",
+ "address": "서울특별시 종로구 종로17길 12 (종로2가)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 6000,
+ "latitude": 37.5709410977686,
+ "longitude": 126.988999535085,
+ "pageIndex": 15,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "19241",
+ "name": "현궁",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로1길 42 (수송동) 지하1층",
+ "phone": "02-736-3369",
+ "representativeMenu": "철판제육쌈밥",
+ "price": 10000,
+ "latitude": 37.57390412787066,
+ "longitude": 126.97898519648197,
+ "pageIndex": 15,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1423",
+ "name": "뚜레박",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 엄광산로 32 (서대신동3가)",
+ "phone": "051-246-5233",
+ "representativeMenu": "청국장",
+ "price": 8000,
+ "latitude": 35.1283242912417,
+ "longitude": 129.008759677418,
+ "pageIndex": 15,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1390",
+ "name": "류박사종합세탁",
+ "categoryName": "세탁업",
+ "address": "부산광역시 서구 대영로 40 (서대신동1가)",
+ "phone": "051-253-0972",
+ "representativeMenu": "양복",
+ "price": 7000,
+ "latitude": 35.1092342130678,
+ "longitude": 129.015966141997,
+ "pageIndex": 15,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1404",
+ "name": "마산손팥칼국수",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 자갈치로 10 (충무동1가)",
+ "phone": "051-243-7226",
+ "representativeMenu": "팥칼국수",
+ "price": 6000,
+ "latitude": 35.0960483857352,
+ "longitude": 129.025418401842,
+ "pageIndex": 15,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17711",
+ "name": "다반트",
+ "categoryName": "기타요식업",
+ "address": "대구광역시 동구 용진길 4 (중대동)",
+ "phone": "010-9774-7888",
+ "representativeMenu": "아메리카노",
+ "price": 4500,
+ "latitude": 35.97887295843366,
+ "longitude": 128.6327864396004,
+ "pageIndex": 15,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17929",
+ "name": "다온가야밀면",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 반야월로 311-11 (신서동)",
+ "phone": "053-269-7771",
+ "representativeMenu": "물밀면",
+ "price": 7000,
+ "latitude": 35.872498143444936,
+ "longitude": 128.7226197105274,
+ "pageIndex": 15,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17932",
+ "name": "다옴한식뷔페",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 동대구로83길 18 (신천동, 동림아파트) 상가동 101호(신천동, 동림아파트)",
+ "phone": "053-755-4446",
+ "representativeMenu": "한식뷔페(일반)",
+ "price": 8000,
+ "latitude": 35.869577777820616,
+ "longitude": 128.62410506814535,
+ "pageIndex": 15,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "13035",
+ "name": "밥심",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 샛골로 129 (송림동) 1층",
+ "phone": "032-766-5648",
+ "representativeMenu": "한식부페",
+ "price": 8000,
+ "latitude": 37.473936489089034,
+ "longitude": 126.6440676374549,
+ "pageIndex": 15,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2099",
+ "name": "벽란식당",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 화도진로 102-4 (화수동) 1층",
+ "phone": "032-766-7022",
+ "representativeMenu": "벤뎅이덮밥",
+ "price": 9000,
+ "latitude": 37.48049836555108,
+ "longitude": 126.6292399056602,
+ "pageIndex": 15,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "17584",
+ "name": "브레드 오뉴",
+ "categoryName": "기타요식업",
+ "address": "인천 동구 송미로 50 1층, 2층 일부호 (송림동)",
+ "phone": "032-777-4997",
+ "representativeMenu": "단팥빵",
+ "price": 2000,
+ "latitude": 37.4826357598258,
+ "longitude": 126.650995645435,
+ "pageIndex": 15,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2302",
+ "name": "김강심 칼국수",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 회재로 841 (매월동)",
+ "phone": "062-682-8801",
+ "representativeMenu": "바지락칼국수",
+ "price": 9000,
+ "latitude": 35.1193464844953,
+ "longitude": 126.857831988453,
+ "pageIndex": 15,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "11081",
+ "name": "꺳잎머리",
+ "categoryName": "미용업",
+ "address": "광주광역시 서구 경열로76번길 6 (농성동)",
+ "phone": "062-361-1781",
+ "representativeMenu": "성인커트",
+ "price": 10000,
+ "latitude": 35.151028051239,
+ "longitude": 126.894249830137,
+ "pageIndex": 15,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "14467",
+ "name": "나주곰탕 노안집",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 서광주로 171 (마륵동) 101호",
+ "phone": "062-382-0525",
+ "representativeMenu": "곰탕",
+ "price": 9000,
+ "latitude": 35.1424008219587,
+ "longitude": 126.84867047979041,
+ "pageIndex": 15,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2542",
+ "name": "정통짜장",
+ "categoryName": "중식",
+ "address": "대전광역시 동구 동대전로 102 (대동)",
+ "phone": "042-631-3535",
+ "representativeMenu": "짜장면",
+ "price": 7500,
+ "latitude": 36.3313112531177,
+ "longitude": 127.444394046485,
+ "pageIndex": 15,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "18133",
+ "name": "제일국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 계족로 398 (성남동) (성남동)",
+ "phone": "042-626-7467",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 36.34716116444066,
+ "longitude": 127.43251503519676,
+ "pageIndex": 15,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "18134",
+ "name": "제일짜장",
+ "categoryName": "중식",
+ "address": "대전광역시 동구 옥천로176번길 15-17 (판암동) (판암동)",
+ "phone": "042-322-9999",
+ "representativeMenu": "짜장면",
+ "price": 3900,
+ "latitude": 36.316651760925616,
+ "longitude": 127.46034281277733,
+ "pageIndex": 15,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16820",
+ "name": "동호손칼국수",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 월평로37번길 8 (신정동) 1층",
+ "phone": "0507-1348-4813",
+ "representativeMenu": "손칼국수",
+ "price": 6000,
+ "latitude": 35.542081300176,
+ "longitude": 129.3095258019906,
+ "pageIndex": 15,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "15119",
+ "name": "만리장성",
+ "categoryName": "중식",
+ "address": "울산광역시 남구 번영로233번길 2 (신정동) 1층",
+ "phone": "052-256-1325",
+ "representativeMenu": "유니짜장",
+ "price": 6000,
+ "latitude": 35.5456689671537,
+ "longitude": 129.32345313112896,
+ "pageIndex": 15,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2900",
+ "name": "만추",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 돋질로239번길 4-4",
+ "phone": "052-260-0123",
+ "representativeMenu": "낙지볶음",
+ "price": 9000,
+ "latitude": 35.5434956538115,
+ "longitude": 129.331253640737,
+ "pageIndex": 15,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "14019",
+ "name": "미랑",
+ "categoryName": "한식",
+ "address": "경기도 수원시 장안구 만석로 181 (송죽동) 1층",
+ "phone": "031-255-7200",
+ "representativeMenu": "소고기국밥",
+ "price": 5900,
+ "latitude": 37.30303778554212,
+ "longitude": 126.99929045467675,
+ "pageIndex": 15,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3444",
+ "name": "미소레",
+ "categoryName": "기타요식업",
+ "address": "경기도 수원시 팔달구 덕영대로 지하911 (매산로1가) 64호",
+ "phone": "031-247-9449",
+ "representativeMenu": "아메리카노",
+ "price": 3400,
+ "latitude": 37.2674076594333,
+ "longitude": 127.00066634836122,
+ "pageIndex": 15,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "11033",
+ "name": "미영목욕탕",
+ "categoryName": "목욕업",
+ "address": "경기도 수원시 권선구 정조로 432 (세류동)",
+ "phone": "031-236-5038",
+ "representativeMenu": "목욕료",
+ "price": 9000,
+ "latitude": 37.2474693136438,
+ "longitude": 127.014533989176,
+ "pageIndex": 15,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "16810",
+ "name": "민속왕순대",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 매탄로 61 (매탄동) 1층",
+ "phone": "031-238-5862",
+ "representativeMenu": "순대국밥",
+ "price": 9000,
+ "latitude": 37.25670557506686,
+ "longitude": 127.04114285158384,
+ "pageIndex": 15,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "4392",
+ "name": "안가네밥집",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 남춘로25번길 4-1 1층(퇴계동)",
+ "phone": "033-255-0528",
+ "representativeMenu": "두부전골(2인이상)",
+ "price": 7000,
+ "latitude": 37.863683071761,
+ "longitude": 127.730587479698,
+ "pageIndex": 15,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4393",
+ "name": "양지뜨락",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 동면 만천양지길 114 양지뜨락",
+ "phone": "033-244-6690",
+ "representativeMenu": "손두부전골",
+ "price": 8000,
+ "latitude": 37.88764975508379,
+ "longitude": 127.7665243763595,
+ "pageIndex": 15,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "16986",
+ "name": "로얄생고기",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 봉명로 238-1 (사창동) (사창동)",
+ "phone": "043-262-9233",
+ "representativeMenu": "점심특선(짜글이)",
+ "price": 9000,
+ "latitude": 36.63972616939694,
+ "longitude": 127.46810353853678,
+ "pageIndex": 15,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15780",
+ "name": "마신네제육볶음짜장",
+ "categoryName": "중식",
+ "address": "충청북도 청주시 흥덕구 1순환로594번길 48 (봉명동) 1층",
+ "phone": "043-262-0789",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 36.640964119481026,
+ "longitude": 127.45784060326959,
+ "pageIndex": 15,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4966",
+ "name": "사라헤어라인",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 서북구 양지21길 25 (성정동)",
+ "phone": "041-575-5093",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.8127160425691,
+ "longitude": 127.138482517182,
+ "pageIndex": 15,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4967",
+ "name": "사천냥클럽",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 서북구 두정로 271 (두정동)",
+ "phone": "041-564-5283",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 36.8332567599608,
+ "longitude": 127.147007440446,
+ "pageIndex": 15,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4943",
+ "name": "삼양순대",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 공설시장1길 9 (대흥동)",
+ "phone": "041-562-3980",
+ "representativeMenu": "순대국밥",
+ "price": 8000,
+ "latitude": 36.8099075703016,
+ "longitude": 127.148908259385,
+ "pageIndex": 15,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4944",
+ "name": "서산순대집",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 큰시장길 17 (사직동)",
+ "phone": "041-555-3723",
+ "representativeMenu": "순대국밥",
+ "price": 8000,
+ "latitude": 36.8018424794039,
+ "longitude": 127.148521406806,
+ "pageIndex": 15,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5183",
+ "name": "가야장",
+ "categoryName": "중식",
+ "address": "전북특별자치도 군산시 경암4길 4 경암동",
+ "phone": "063-442-2760",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 35.9758848350524,
+ "longitude": 126.731277098377,
+ "pageIndex": 15,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "14783",
+ "name": "건행사",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 문화로 194 (미장동) 미장동",
+ "phone": "063-452-3880",
+ "representativeMenu": "양념 제육(600g)",
+ "price": 3500,
+ "latitude": 35.96975827182978,
+ "longitude": 126.72713182040677,
+ "pageIndex": 15,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "13060",
+ "name": "국일식당",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 평화길 99-4 (죽성동) 국일식당",
+ "phone": "063-445-2716",
+ "representativeMenu": "생선탕",
+ "price": 10000,
+ "latitude": 35.98618129717657,
+ "longitude": 126.71664597988809,
+ "pageIndex": 15,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5737",
+ "name": "구봉국수",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 좌수영로 18-4 (서교동)",
+ "phone": "061-641-0389",
+ "representativeMenu": "잔치국수",
+ "price": 6000,
+ "latitude": 34.7420171629949,
+ "longitude": 127.728259892105,
+ "pageIndex": 15,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5750",
+ "name": "구이구이식당",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 공화남 2길 19 (공화동)",
+ "phone": "061-666-6567",
+ "representativeMenu": "생선구이백반",
+ "price": 10000,
+ "latitude": 34.7446444430853,
+ "longitude": 127.742681652413,
+ "pageIndex": 15,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5738",
+ "name": "국수가 맛있는 집",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 거북선공원2길 11 (학동)",
+ "phone": "061-686-6640",
+ "representativeMenu": "잔치국수",
+ "price": 6000,
+ "latitude": 34.7606101451048,
+ "longitude": 127.66632099815,
+ "pageIndex": 15,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6391",
+ "name": "대왕한정식",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 상도로26번길 10 대왕한정식",
+ "phone": "054-277-8570",
+ "representativeMenu": "된장찌개",
+ "price": 9000,
+ "latitude": 36.0112042608931,
+ "longitude": 129.353700089153,
+ "pageIndex": 15,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "14877",
+ "name": "더(the) 공감",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 북구 환호공원길 17-4 (환호동) 1층",
+ "phone": "054-615-9097",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.06810739171294,
+ "longitude": 129.39160852450493,
+ "pageIndex": 15,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6785",
+ "name": "발리불소사우나",
+ "categoryName": "목욕업",
+ "address": "경상남도 창원시 마산회원구 석전동16길 28 (석전동)",
+ "phone": "055-292-3588",
+ "representativeMenu": "목욕(대인)",
+ "price": 7000,
+ "latitude": 35.2368615089355,
+ "longitude": 128.579505619476,
+ "pageIndex": 15,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "7130",
+ "name": "동문시장고기국수금복식당",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 동문로 16",
+ "phone": "064-757-6055",
+ "representativeMenu": "고기국수",
+ "price": 8000,
+ "latitude": 33.5127966491588,
+ "longitude": 126.5283196783,
+ "pageIndex": 15,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7198",
+ "name": "동진",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 동문로4길 9 (일도일동)",
+ "phone": "-",
+ "representativeMenu": "멸치국수",
+ "price": 6000,
+ "latitude": 33.5120874337174,
+ "longitude": 126.528242265925,
+ "pageIndex": 15,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "15821",
+ "name": "디벨롭(주식회사 마켓로스팅)",
+ "categoryName": "기타요식업",
+ "address": "제주특별자치도 제주시 고산동산5길 4 (이도이동) 1층",
+ "phone": "1800-6816",
+ "representativeMenu": "플렛 화이트",
+ "price": 3000,
+ "latitude": 33.49553210244031,
+ "longitude": 126.53372036725969,
+ "pageIndex": 15,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "11580",
+ "name": "홍순두부",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 명륜길 50 1층",
+ "phone": "-",
+ "representativeMenu": "홍순두부",
+ "price": 5500,
+ "latitude": 37.5892935619767,
+ "longitude": 126.994629871047,
+ "pageIndex": 16,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "13929",
+ "name": "효자왕족발",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 자하문로 31-2 (통인동) 1층",
+ "phone": "02-735-7601",
+ "representativeMenu": "보쌈정식(점심)",
+ "price": 9000,
+ "latitude": 37.578801957623014,
+ "longitude": 126.9712764779437,
+ "pageIndex": 16,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "19242",
+ "name": "흥진옥",
+ "categoryName": "한식",
+ "address": "서울특별시 종로구 종로5길 19-12 (청진동) 1층",
+ "phone": "02-732-2214",
+ "representativeMenu": "뼈해장국",
+ "price": 10000,
+ "latitude": 37.571396433403386,
+ "longitude": 126.98027437148129,
+ "pageIndex": 16,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1424",
+ "name": "마을식당",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 구덕로148번길 37 (토성동1가)",
+ "phone": "051-231-7877",
+ "representativeMenu": "순두부찌개",
+ "price": 7000,
+ "latitude": 35.098196151826,
+ "longitude": 129.022780265053,
+ "pageIndex": 16,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "16518",
+ "name": "만두우",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 충무대로255번길 5-39 (남부민동) 1층",
+ "phone": "051-244-1719",
+ "representativeMenu": "고기만두",
+ "price": 4500,
+ "latitude": 35.09250331554456,
+ "longitude": 129.02367538034923,
+ "pageIndex": 16,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1425",
+ "name": "명문김밥",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 구덕로 124번길 16-1 (토성동4가)",
+ "phone": "051-254-9295",
+ "representativeMenu": "원조김밥",
+ "price": 2500,
+ "latitude": 35.097384071594,
+ "longitude": 129.022711843754,
+ "pageIndex": 16,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1866",
+ "name": "도심속바닷가식당",
+ "categoryName": "일식",
+ "address": "대구광역시 동구 화랑로 508 (용계동)",
+ "phone": "053-962-5444",
+ "representativeMenu": "회덮밥",
+ "price": 7000,
+ "latitude": 35.8746900465407,
+ "longitude": 128.67940877344,
+ "pageIndex": 16,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17588",
+ "name": "브레드나눔터",
+ "categoryName": "베이커리",
+ "address": "인천 동구 화도진로 36 1층(송현동)",
+ "phone": "010-6435-2786",
+ "representativeMenu": "꽈배기 12개",
+ "price": 5000,
+ "latitude": 37.4759668751201,
+ "longitude": 126.634280823838,
+ "pageIndex": 16,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13023",
+ "name": "석이네분식",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 샛골로162번길 17 (송림동) 1층 (현대시장 내)",
+ "phone": "010-2307-9215",
+ "representativeMenu": "백반",
+ "price": 7000,
+ "latitude": 37.47696074463108,
+ "longitude": 126.64588420994905,
+ "pageIndex": 16,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "17597",
+ "name": "선이네생선구이",
+ "categoryName": "한식",
+ "address": "인천 동구 샛골로 128-1 1층(송림동)",
+ "phone": "032-762-4358",
+ "representativeMenu": "생선구이",
+ "price": 10000,
+ "latitude": 37.4737972412671,
+ "longitude": 126.64440141639,
+ "pageIndex": 16,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "17610",
+ "name": "송학남원추어탕",
+ "categoryName": "한식",
+ "address": "인천 동구 수문통로 15 1층(송현동)",
+ "phone": "032-765-5256",
+ "representativeMenu": "추어탕",
+ "price": 10000,
+ "latitude": 37.4779829436,
+ "longitude": 126.632329265245,
+ "pageIndex": 16,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2288",
+ "name": "남진컴퓨터",
+ "categoryName": "세탁업",
+ "address": "광주광역시 서구 구성로 109-3 (양동)",
+ "phone": "062-368-3931",
+ "representativeMenu": "정장1벌드라이",
+ "price": 6000,
+ "latitude": 35.1488007460721,
+ "longitude": 126.907060175109,
+ "pageIndex": 16,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "14036",
+ "name": "담양통추어탕",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 월드컵4강로229번길 47 (쌍촌동) 1층",
+ "phone": "062-384-9980",
+ "representativeMenu": "추어탕",
+ "price": 10000,
+ "latitude": 35.154919778981,
+ "longitude": 126.86578570780239,
+ "pageIndex": 16,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "14736",
+ "name": "대성떡방앗간",
+ "categoryName": "기타비요식업",
+ "address": "광주광역시 서구 상무대로1005번길 46 (내방동) 1층",
+ "phone": "062-365-0059",
+ "representativeMenu": "참기름 350ml",
+ "price": 10000,
+ "latitude": 35.155975871786964,
+ "longitude": 126.87179971307111,
+ "pageIndex": 16,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2548",
+ "name": "주연칼국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 흥룡로 29-1 (가양동)",
+ "phone": "042-626-3838",
+ "representativeMenu": "바지락 칼국수",
+ "price": 5500,
+ "latitude": 36.3488890741268,
+ "longitude": 127.447085109324,
+ "pageIndex": 16,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16082",
+ "name": "중국집",
+ "categoryName": "중식",
+ "address": "대전광역시 동구 대전로791번길 44 (중동) 1층 중국집",
+ "phone": "042-226-0648",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 36.32950860974082,
+ "longitude": 127.43082628893573,
+ "pageIndex": 16,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2536",
+ "name": "지선미용타운",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 솔랑시울길 87 (소제동)",
+ "phone": "-",
+ "representativeMenu": "미용료(커트)",
+ "price": 5000,
+ "latitude": 36.3353609397276,
+ "longitude": 127.434496484742,
+ "pageIndex": 16,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "15108",
+ "name": "명문칼국수",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층",
+ "phone": "052-274-2719",
+ "representativeMenu": "손칼국수",
+ "price": 6000,
+ "latitude": 35.541808785746284,
+ "longitude": 129.30930615922028,
+ "pageIndex": 16,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "11681",
+ "name": "모두랑국수먹는날",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 수암로 54번길 17 1층",
+ "phone": "052-260-2411",
+ "representativeMenu": "국수",
+ "price": 5000,
+ "latitude": 35.5292661959496,
+ "longitude": 129.313833538665,
+ "pageIndex": 16,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "17495",
+ "name": "무교동갈비",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 북부순환도로13번길 6-3 (무거동) 1층",
+ "phone": "052-221-0472",
+ "representativeMenu": "뷔페정식",
+ "price": 8000,
+ "latitude": 35.55177936582806,
+ "longitude": 129.26483586878214,
+ "pageIndex": 16,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "3440",
+ "name": "백천홍두깨칼국수",
+ "categoryName": "한식",
+ "address": "경기도 수원시 팔달구 수원천로 264번길 21-11",
+ "phone": "070-7559-1261",
+ "representativeMenu": "칼국수(보통)",
+ "price": 5000,
+ "latitude": 37.2774167510803,
+ "longitude": 127.019892600036,
+ "pageIndex": 16,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "13686",
+ "name": "벽산세탁소",
+ "categoryName": "세탁업",
+ "address": "경기도 수원시 장안구 파장로 53 (정자동, 정자 벽산블루밍) 108호",
+ "phone": "031-245-1269",
+ "representativeMenu": "드라이클리닝",
+ "price": 6000,
+ "latitude": 37.3054993333515,
+ "longitude": 126.99475365985273,
+ "pageIndex": 16,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "4394",
+ "name": "언덕집",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 금강로83번길 6 (운교동)",
+ "phone": "033-256-2220",
+ "representativeMenu": "보리밥뷔페",
+ "price": 7000,
+ "latitude": 37.8783065745038,
+ "longitude": 127.730392278353,
+ "pageIndex": 16,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4357",
+ "name": "연화각",
+ "categoryName": "중식",
+ "address": "강원특별자치도 춘천시 충혼길52번길 20-23 (온의동)",
+ "phone": "033-256-5863",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 37.8617817124155,
+ "longitude": 127.71898650725,
+ "pageIndex": 16,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "16640",
+ "name": "예대미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 후만로 69-1 (후평동) 1층",
+ "phone": "033-241-2937",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 37.87612733597792,
+ "longitude": 127.75221288287008,
+ "pageIndex": 16,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4395",
+ "name": "옛촌",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 향교앞길 4 (교동)",
+ "phone": "033-254-1511",
+ "representativeMenu": "백반",
+ "price": 8000,
+ "latitude": 37.8810059576535,
+ "longitude": 127.734270783857,
+ "pageIndex": 16,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "14740",
+ "name": "만나김치식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 남이면 양촌2길 12 (남이면)",
+ "phone": "043-295-2366",
+ "representativeMenu": "백반",
+ "price": 6000,
+ "latitude": 36.59132784293651,
+ "longitude": 127.46831535088468,
+ "pageIndex": 16,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "14764",
+ "name": "만리장성",
+ "categoryName": "중식",
+ "address": "충청북도 청주시 흥덕구 덕암로 2 (봉명동) 봉명동 2803",
+ "phone": "0507-1440-7787",
+ "representativeMenu": "짬뽕",
+ "price": 8000,
+ "latitude": 36.6525501290308,
+ "longitude": 127.45432666746878,
+ "pageIndex": 16,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "14755",
+ "name": "맘이가",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 청원구 팔결로 170 (외남동)",
+ "phone": "043-225-0033",
+ "representativeMenu": "백반",
+ "price": 6000,
+ "latitude": 36.69825806579632,
+ "longitude": 127.48090489420618,
+ "pageIndex": 16,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "16991",
+ "name": "메르토스트",
+ "categoryName": "기타요식업",
+ "address": "충청북도 청주시 서원구 창신로26번길 4 (사창동) (사창동)",
+ "phone": "0507-1411-1253",
+ "representativeMenu": "계란햄치즈토스트",
+ "price": 3000,
+ "latitude": 36.633121740098396,
+ "longitude": 127.46456147717325,
+ "pageIndex": 16,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4945",
+ "name": "서산집",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 사직로 18 (사직동)",
+ "phone": "041-552-6650",
+ "representativeMenu": "순대국밥",
+ "price": 8000,
+ "latitude": 36.8017540145744,
+ "longitude": 127.149508884078,
+ "pageIndex": 16,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "11164",
+ "name": "선경세탁소",
+ "categoryName": "세탁업",
+ "address": "충청남도 천안시 동남구 양지4길 15 (봉명동)",
+ "phone": "041-574-7001",
+ "representativeMenu": "신사복드라이",
+ "price": 9000,
+ "latitude": 36.8084580969342,
+ "longitude": 127.137098587523,
+ "pageIndex": 16,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "14780",
+ "name": "군산꽁보리",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 신금길 18 (신영동) 2층, 414호(공설시장)",
+ "phone": "063-732-6065",
+ "representativeMenu": "보리비빔밥",
+ "price": 5500,
+ "latitude": 35.98317108726744,
+ "longitude": 126.72032453610362,
+ "pageIndex": 16,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5187",
+ "name": "꼬꼬꽥꽥",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 백릉로 35 경암동",
+ "phone": "063-464-4943",
+ "representativeMenu": "닭곰탕",
+ "price": 8000,
+ "latitude": 35.9750863927652,
+ "longitude": 126.729895097495,
+ "pageIndex": 16,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5188",
+ "name": "나라식당",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 서흥안2길 30 문화동",
+ "phone": "063-462-0673",
+ "representativeMenu": "백반",
+ "price": 8000,
+ "latitude": 35.9722769459747,
+ "longitude": 126.708026322198,
+ "pageIndex": 16,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "16455",
+ "name": "김연선 헤어뷰",
+ "categoryName": "미용업",
+ "address": "전라남도 여수시 돌산읍 강남동로 46-19 1층 104호(청솔상가)",
+ "phone": "061-643-0669",
+ "representativeMenu": "소아 커트",
+ "price": 8000,
+ "latitude": 34.71784643561729,
+ "longitude": 127.75728889294511,
+ "pageIndex": 16,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5712",
+ "name": "남성커트클럽 블루가이",
+ "categoryName": "이용업",
+ "address": "전라남도 여수시 여문2로 97 (문수동)",
+ "phone": "061-653-0317",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 34.7547925562527,
+ "longitude": 127.695461279732,
+ "pageIndex": 16,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5751",
+ "name": "남촌식당",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 신기남길 33 (신기동)",
+ "phone": "061-682-1619",
+ "representativeMenu": "삼겹살",
+ "price": 10000,
+ "latitude": 34.7607366293679,
+ "longitude": 127.672645842488,
+ "pageIndex": 16,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "13340",
+ "name": "내고향식당",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 어항로 13-1 (봉산동) 내고향식당",
+ "phone": "061-642-9032",
+ "representativeMenu": "비빔밥(점심)",
+ "price": 7000,
+ "latitude": 34.732507178346495,
+ "longitude": 127.72016163447275,
+ "pageIndex": 16,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6435",
+ "name": "더헤어",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 북구 흥해읍 중성로32번길 14 (1층)",
+ "phone": "054-261-6785",
+ "representativeMenu": "여성커트",
+ "price": 8000,
+ "latitude": 36.1074175340788,
+ "longitude": 129.346453745514,
+ "pageIndex": 16,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6484",
+ "name": "돈부야",
+ "categoryName": "일식",
+ "address": "경상북도 포항시 북구 삼호로8번길 1 1층",
+ "phone": "054-246-0771",
+ "representativeMenu": "우동",
+ "price": 7500,
+ "latitude": 36.0418016819054,
+ "longitude": 129.36741065867,
+ "pageIndex": 16,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6436",
+ "name": "동동이네시니어펌전문점",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 북구 월막길 2",
+ "phone": "054-247-6989",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 36.049135177781,
+ "longitude": 129.367187661289,
+ "pageIndex": 16,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6812",
+ "name": "보리밥집",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 마디미로28 D동 203호 (상남동, 상남재래시장)",
+ "phone": "055-263-7298",
+ "representativeMenu": "보리밥",
+ "price": 7000,
+ "latitude": 35.2222148675498,
+ "longitude": 128.683379990696,
+ "pageIndex": 16,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "6772",
+ "name": "복가득뚱보갈비",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산합포구 노산서18길 114 (교방동)",
+ "phone": "055-243-0172",
+ "representativeMenu": "물냉면",
+ "price": 6000,
+ "latitude": 35.2148634483788,
+ "longitude": 128.564078372768,
+ "pageIndex": 16,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "6835",
+ "name": "복개천감자탕",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 중원로79번길 13-1 (송학동)",
+ "phone": "055-546-5580",
+ "representativeMenu": "뼈해장국",
+ "price": 8000,
+ "latitude": 35.1513509347336,
+ "longitude": 128.65847962579,
+ "pageIndex": 16,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "14091",
+ "name": "복자네뼈해장국",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 이동로38번길 8 (이동) 1층",
+ "phone": "0507-1404-5766",
+ "representativeMenu": "뼈해장국(1인분)",
+ "price": 8500,
+ "latitude": 35.15045351250758,
+ "longitude": 128.6957928158142,
+ "pageIndex": 16,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "11864",
+ "name": "또옵서식당",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 번영로 459",
+ "phone": "064-794-0051",
+ "representativeMenu": "된장찌개",
+ "price": 6000,
+ "latitude": 33.4922578901329,
+ "longitude": 126.591494992712,
+ "pageIndex": 16,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7216",
+ "name": "또와헤어샾",
+ "categoryName": "미용업",
+ "address": "제주특별자치도 제주시 지석6길 9 또와헤어샾",
+ "phone": "064-756-6528",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 33.5203409285847,
+ "longitude": 126.581100037461,
+ "pageIndex": 16,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "18037",
+ "name": "뛰니뛰니",
+ "categoryName": "기타비요식업",
+ "address": "제주특별자치도 제주시 연신로 76 (이도이동) 뛰니뛰니",
+ "phone": "064-727-0369",
+ "representativeMenu": "어린이입장료",
+ "price": 6000,
+ "latitude": 33.4946894705016,
+ "longitude": 126.54802422292092,
+ "pageIndex": 16,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "968",
+ "name": "345국수",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 청구로 83-9 1층",
+ "phone": "02-223-5257",
+ "representativeMenu": "손수제비",
+ "price": 8000,
+ "latitude": 37.560172073734,
+ "longitude": 127.013228537389,
+ "pageIndex": 17,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "979",
+ "name": "거목식당",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 을지로36길 18 (을지로5가)",
+ "phone": "02-226-0010",
+ "representativeMenu": "된장찌개",
+ "price": 7000,
+ "latitude": 37.5659767545803,
+ "longitude": 127.001477572948,
+ "pageIndex": 17,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16085",
+ "name": "공화춘",
+ "categoryName": "중식",
+ "address": "서울특별시 중구 청파로 457-1 (중림동) 2층",
+ "phone": "02-723-4038",
+ "representativeMenu": "짜장면",
+ "price": 6000,
+ "latitude": 37.56020605082971,
+ "longitude": 126.96781059246393,
+ "pageIndex": 17,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1426",
+ "name": "미소정 멸치국수",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 대영로 85번길 24-1 (동대신동2가)",
+ "phone": "051-242-8531",
+ "representativeMenu": "멸치국수",
+ "price": 4000,
+ "latitude": 35.1121156286607,
+ "longitude": 129.020062894885,
+ "pageIndex": 17,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1427",
+ "name": "바보면가",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 임시수도기념로 21-10 (부민동3가)",
+ "phone": "051-255-8336",
+ "representativeMenu": "손칼국수+돈까스",
+ "price": 7000,
+ "latitude": 35.1030261158569,
+ "longitude": 129.018574291429,
+ "pageIndex": 17,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17740",
+ "name": "동림식당",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 파계로116길 49 (중대동)",
+ "phone": "053-982-2860",
+ "representativeMenu": "칼국수",
+ "price": 4000,
+ "latitude": 35.98617130128156,
+ "longitude": 128.6374302331672,
+ "pageIndex": 17,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "1871",
+ "name": "만보칼국수",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 팔공로209길 15 (백안동)",
+ "phone": "053-982-7524",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 35.9539345412516,
+ "longitude": 128.693850133799,
+ "pageIndex": 17,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14063",
+ "name": "머리쟁이",
+ "categoryName": "미용업",
+ "address": "대구광역시 동구 아양로 117 (신암동)",
+ "phone": "053-957-0050",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 35.88476589784557,
+ "longitude": 128.62608730053938,
+ "pageIndex": 17,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "13034",
+ "name": "시온이네집밥",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 샛골로 168-3 (송림동) 1층 (현대시장 내)",
+ "phone": "032-710-9274",
+ "representativeMenu": "청국장",
+ "price": 6000,
+ "latitude": 37.47735018760701,
+ "longitude": 126.6452386553363,
+ "pageIndex": 17,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2101",
+ "name": "신대청마루",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 방축로 105 (송림동, 산업용품유통센타 편익 C동 지하 21호)",
+ "phone": "032-589-2355",
+ "representativeMenu": "백반",
+ "price": 7000,
+ "latitude": 37.4841229128464,
+ "longitude": 126.656111822612,
+ "pageIndex": 17,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2311",
+ "name": "대정회관",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 대남대로462번길 3 (농성동)",
+ "phone": "062-364-7999",
+ "representativeMenu": "청국장",
+ "price": 8000,
+ "latitude": 35.1515316175609,
+ "longitude": 126.88645436957,
+ "pageIndex": 17,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "14042",
+ "name": "대흥민속목욕탕",
+ "categoryName": "목욕업",
+ "address": "광주광역시 서구 운천로 34 (금호동) 금호1동",
+ "phone": "062-374-7079",
+ "representativeMenu": "성인",
+ "price": 7000,
+ "latitude": 35.13576588266793,
+ "longitude": 126.85944266692678,
+ "pageIndex": 17,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "13667",
+ "name": "동해계절맛집",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 계수로 56 (쌍촌동) 1층",
+ "phone": "062-385-6363",
+ "representativeMenu": "김치찌개",
+ "price": 9000,
+ "latitude": 35.16026802456817,
+ "longitude": 126.8567005862501,
+ "pageIndex": 17,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2312",
+ "name": "동해회바다",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 경열로26번길 3 (농성동)",
+ "phone": "062-367-1023",
+ "representativeMenu": "생선초밥",
+ "price": 10000,
+ "latitude": 35.1514604680169,
+ "longitude": 126.88894822121,
+ "pageIndex": 17,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "16084",
+ "name": "진심만두",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로785번길 41-3 (원동) 119호",
+ "phone": "0507-1378-0210",
+ "representativeMenu": "고기교자만두",
+ "price": 5000,
+ "latitude": 36.32895512036512,
+ "longitude": 127.4312023578623,
+ "pageIndex": 17,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2549",
+ "name": "진짜손칼국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 우암로 341-2 (가양동)",
+ "phone": "042-622-0109",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 36.3496914492847,
+ "longitude": 127.451550689252,
+ "pageIndex": 17,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2537",
+ "name": "착한미용실",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 중앙로204번길 6 (중동)",
+ "phone": "042-222-0594",
+ "representativeMenu": "미용료(커트)",
+ "price": 9000,
+ "latitude": 36.3305464456764,
+ "longitude": 127.431800535141,
+ "pageIndex": 17,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "18135",
+ "name": "커피언니",
+ "categoryName": "기타요식업",
+ "address": "대전광역시 동구 중앙로203번길 36 (중동) (중동)",
+ "phone": "010-2254-7813",
+ "representativeMenu": "아메리카노",
+ "price": 3000,
+ "latitude": 36.33236086267619,
+ "longitude": 127.43077262275567,
+ "pageIndex": 17,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "15095",
+ "name": "미송",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 수암로 171 (야음동) 1층",
+ "phone": "052-276-5445",
+ "representativeMenu": "김밥",
+ "price": 4000,
+ "latitude": 35.52698514192849,
+ "longitude": 129.3255895227967,
+ "pageIndex": 17,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2890",
+ "name": "산동만두",
+ "categoryName": "중식",
+ "address": "울산광역시 남구 월평로37번길 8",
+ "phone": "052-226-7459",
+ "representativeMenu": "자장면",
+ "price": 5000,
+ "latitude": 35.5421330808182,
+ "longitude": 129.309578534087,
+ "pageIndex": 17,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "13862",
+ "name": "삼산국수",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 삼산중로 41 (달동) 1층",
+ "phone": "052-256-3998",
+ "representativeMenu": "손칼국수",
+ "price": 6000,
+ "latitude": 35.53723577488518,
+ "longitude": 129.3356157418434,
+ "pageIndex": 17,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "11692",
+ "name": "분식나라 김밥마을",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 덕영대로 1699 (영통동)",
+ "phone": "031-206-0599",
+ "representativeMenu": "비빔밥",
+ "price": 7500,
+ "latitude": 37.2479713166815,
+ "longitude": 127.077097970377,
+ "pageIndex": 17,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3395",
+ "name": "붕붕샐러드",
+ "categoryName": "기타요식업",
+ "address": "경기도 수원시 영통구 신원로 146 .",
+ "phone": "031-206-9891",
+ "representativeMenu": "아메리카노",
+ "price": 3000,
+ "latitude": 37.2494809372827,
+ "longitude": 127.057033352061,
+ "pageIndex": 17,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "14021",
+ "name": "블랙남성컷",
+ "categoryName": "미용업",
+ "address": "경기도 수원시 권선구 세권로 76 (세류동, 경일아파트) 105호",
+ "phone": "031-234-7585",
+ "representativeMenu": "커트",
+ "price": 9000,
+ "latitude": 37.25844888657563,
+ "longitude": 127.01243796592051,
+ "pageIndex": 17,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "13803",
+ "name": "오믈하우스",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 서부대성로227번길 24 (효자동) 2층",
+ "phone": "0507-1363-1331",
+ "representativeMenu": "오므라이스",
+ "price": 5000,
+ "latitude": 37.873367758817224,
+ "longitude": 127.74517942757676,
+ "pageIndex": 17,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4364",
+ "name": "와송칼국수",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 명동길 46-1 (중앙로3가)",
+ "phone": "033-255-7600",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 37.8772319253533,
+ "longitude": 127.724402610449,
+ "pageIndex": 17,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4396",
+ "name": "왕가",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 석사길 15 (석사동)",
+ "phone": "033-261-0559",
+ "representativeMenu": "한식뷔페",
+ "price": 6000,
+ "latitude": 37.8579328322032,
+ "longitude": 127.744971856148,
+ "pageIndex": 17,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4762",
+ "name": "명동식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 흥덕구 천석로 56 (봉명동)",
+ "phone": "043-268-8320",
+ "representativeMenu": "청국장",
+ "price": 7000,
+ "latitude": 36.6403799754467,
+ "longitude": 127.465551511862,
+ "pageIndex": 17,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15524",
+ "name": "몽키만두",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 흥덕구 사직대로 62 (복대동) 101호(몽키만두)",
+ "phone": "043-260-9132",
+ "representativeMenu": "고기만두",
+ "price": 5000,
+ "latitude": 36.634284271568625,
+ "longitude": 127.45416055015329,
+ "pageIndex": 17,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "18723",
+ "name": "성환반점",
+ "categoryName": "중식",
+ "address": "충청남도 천안시 서북구 성환읍 성진로 27 성환반점",
+ "phone": "041-581-3353",
+ "representativeMenu": "짬뽕",
+ "price": 9000,
+ "latitude": 36.91213733151647,
+ "longitude": 127.13855017469305,
+ "pageIndex": 17,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4968",
+ "name": "세븐데이남성커트",
+ "categoryName": "이용업",
+ "address": "충청남도 천안시 서북구 두정로 212 107호 (두정동)",
+ "phone": "041-568-6808",
+ "representativeMenu": "커트",
+ "price": 9000,
+ "latitude": 36.8333285541934,
+ "longitude": 127.140544198528,
+ "pageIndex": 17,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "14668",
+ "name": "셀프밥집",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 서북구 나사렛대길 22-4 (쌍용동) .",
+ "phone": "041-575-1213",
+ "representativeMenu": "고추장불고기",
+ "price": 8000,
+ "latitude": 36.79863752371899,
+ "longitude": 127.11896536809991,
+ "pageIndex": 17,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "17033",
+ "name": "담다한식뷔페",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 문화로 151 (수송동) 1층",
+ "phone": "0507-1495-1228",
+ "representativeMenu": "한식(초등학생)",
+ "price": 7000,
+ "latitude": 35.9701627176277,
+ "longitude": 126.72247350070346,
+ "pageIndex": 17,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "17032",
+ "name": "돔베초밥",
+ "categoryName": "일식",
+ "address": "전북특별자치도 군산시 수송남로 2 (수송동) 1층",
+ "phone": "063-471-8884",
+ "representativeMenu": "모듬초밥(10p)",
+ "price": 10000,
+ "latitude": 35.95970510152752,
+ "longitude": 126.71457201468164,
+ "pageIndex": 17,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "13056",
+ "name": "동신미용실",
+ "categoryName": "미용업",
+ "address": "전북특별자치도 군산시 창성3길 13 (개복동) 동신미용실",
+ "phone": "-",
+ "representativeMenu": "커트(여)",
+ "price": 8000,
+ "latitude": 35.984326824789925,
+ "longitude": 126.71266844987171,
+ "pageIndex": 17,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5713",
+ "name": "뉴미인",
+ "categoryName": "미용업",
+ "address": "전라남도 여수시 구봉산길 11-2 (국동)",
+ "phone": "061-642-7885",
+ "representativeMenu": "여성 커트",
+ "price": 10000,
+ "latitude": 34.7344828301154,
+ "longitude": 127.718486920101,
+ "pageIndex": 17,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5714",
+ "name": "늘고운 미용실",
+ "categoryName": "미용업",
+ "address": "전라남도 여수시 서교 6길 5 (서교동)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 7000,
+ "latitude": 34.7423213814819,
+ "longitude": 127.728456280602,
+ "pageIndex": 17,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5753",
+ "name": "대명한우소머리곰탕",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 시청서5길 8 (학동)",
+ "phone": "061-666-9988",
+ "representativeMenu": "한우설렁탕",
+ "price": 9000,
+ "latitude": 34.7567070697685,
+ "longitude": 127.657703549652,
+ "pageIndex": 17,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5754",
+ "name": "대성국밥",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 좌수영로 42 (서교동)",
+ "phone": "-",
+ "representativeMenu": "소머리국밥",
+ "price": 6000,
+ "latitude": 34.7440040528689,
+ "longitude": 127.728555791744,
+ "pageIndex": 17,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6328",
+ "name": "동진이용소",
+ "categoryName": "이용업",
+ "address": "경상북도 포항시 남구 대해로 114",
+ "phone": "-",
+ "representativeMenu": "성인조발",
+ "price": 10000,
+ "latitude": 36.0208157469306,
+ "longitude": 129.364260018145,
+ "pageIndex": 17,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "18349",
+ "name": "두꺼비컷트",
+ "categoryName": "미용업",
+ "address": "경상북도 포항시 북구 문화로13번길 4 (덕수동) 두꺼비컷트",
+ "phone": "010-4538-8845",
+ "representativeMenu": "성인커트",
+ "price": 10000,
+ "latitude": 36.04313828411014,
+ "longitude": 129.36688103561735,
+ "pageIndex": 17,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "14090",
+ "name": "본가냉면",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 이동로40번길 5 (이동) 1층, 이동 화이트광장 뒷골목",
+ "phone": "010-6664-3402",
+ "representativeMenu": "물냉면",
+ "price": 8000,
+ "latitude": 35.150346456545456,
+ "longitude": 128.69686429984836,
+ "pageIndex": 17,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "15394",
+ "name": "블랙맨",
+ "categoryName": "미용업",
+ "address": "경상남도 창원시 성산구 안민안길 17 (안민동) 103호, 블랙맨",
+ "phone": "070-4065-4802",
+ "representativeMenu": "컷트",
+ "price": 9000,
+ "latitude": 35.186564515371245,
+ "longitude": 128.69139110245138,
+ "pageIndex": 17,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "19281",
+ "name": "블루남성컷트",
+ "categoryName": "이용업",
+ "address": "경상남도 창원시 성산구 창이대로901번길 4 (대방동) 상가 112동 109호",
+ "phone": "010-4551-0848",
+ "representativeMenu": "컷트",
+ "price": 8000,
+ "latitude": 35.2047363655845,
+ "longitude": 128.70762132136215,
+ "pageIndex": 17,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "7046",
+ "name": "라영헤어숍",
+ "categoryName": "미용업",
+ "address": "제주특별자치도 제주시 다랑곶4길 18",
+ "phone": "064-744-3340",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 33.4883543798046,
+ "longitude": 126.480241062992,
+ "pageIndex": 17,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7135",
+ "name": "마라톤식당",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 서광로2길 15",
+ "phone": "064-757-1945",
+ "representativeMenu": "김치찌개",
+ "price": 7000,
+ "latitude": 33.498788985127,
+ "longitude": 126.512962697004,
+ "pageIndex": 17,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "980",
+ "name": "광희식당",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 장충단로 212-2 (광희동2가)",
+ "phone": "02-226-1555",
+ "representativeMenu": "된장찌개",
+ "price": 7000,
+ "latitude": 37.5636366550507,
+ "longitude": 127.007233814214,
+ "pageIndex": 18,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16087",
+ "name": "뉴욕스넥",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 을지로 지하131 (을지로3가) 56호",
+ "phone": "02-2274-1110",
+ "representativeMenu": "야채김밥",
+ "price": 3500,
+ "latitude": 37.566442970950895,
+ "longitude": 126.99419916729464,
+ "pageIndex": 18,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "15373",
+ "name": "대박물갈비",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 퇴계로4길 7 (남창동) 1층",
+ "phone": "02-755-6974",
+ "representativeMenu": "제육볶음",
+ "price": 9000,
+ "latitude": 37.557537858746215,
+ "longitude": 126.97773067463572,
+ "pageIndex": 18,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "981",
+ "name": "돈우가식당",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 남대문로 25-17 1층(북창동)",
+ "phone": "02-378-1313",
+ "representativeMenu": "김치찌개",
+ "price": 7000,
+ "latitude": 37.5620306338518,
+ "longitude": 126.97816807023,
+ "pageIndex": 18,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16515",
+ "name": "베이커리 루마카",
+ "categoryName": "기타요식업",
+ "address": "부산광역시 서구 구덕로265번길 34 (서대신동1가) 1층",
+ "phone": "051-243-4874",
+ "representativeMenu": "소금빵",
+ "price": 2200,
+ "latitude": 35.10824564582161,
+ "longitude": 129.0177444252452,
+ "pageIndex": 18,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1428",
+ "name": "별미집",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 구덕로333번길 14 (서대신동3가)",
+ "phone": "051-254-9891",
+ "representativeMenu": "추어탕",
+ "price": 8000,
+ "latitude": 35.1133251923336,
+ "longitude": 129.015381162663,
+ "pageIndex": 18,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "15507",
+ "name": "보리정",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 대영로74번길 27-7 (동대신동1가) 1층",
+ "phone": "051-248-8703",
+ "representativeMenu": "집밥정식",
+ "price": 7000,
+ "latitude": 35.109533954678874,
+ "longitude": 129.02014367187397,
+ "pageIndex": 18,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17744",
+ "name": "면만드는사람들 팔공산점",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 팔공로197길 39 (백안동)",
+ "phone": "053-982-3511",
+ "representativeMenu": "온메밀국수",
+ "price": 8000,
+ "latitude": 35.955968687471895,
+ "longitude": 128.69084189551475,
+ "pageIndex": 18,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "1872",
+ "name": "면사랑칼국수",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 효동로 126 2층(효목동)",
+ "phone": "053-954-2001",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 35.8872864225781,
+ "longitude": 128.64111680973,
+ "pageIndex": 18,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "18130",
+ "name": "미도반점",
+ "categoryName": "중식",
+ "address": "대구광역시 동구 송라로12길 29 (신천동)",
+ "phone": "053-755-7524",
+ "representativeMenu": "짜장면",
+ "price": 4000,
+ "latitude": 35.874262579029114,
+ "longitude": 128.62137941519185,
+ "pageIndex": 18,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "1864",
+ "name": "미미미용실",
+ "categoryName": "미용업",
+ "address": "대구광역시 동구 동촌로346 백자맨션상가9동 103호(용계동)",
+ "phone": "010-5689-8867",
+ "representativeMenu": "컷(어린이)",
+ "price": 7000,
+ "latitude": 35.8767267035582,
+ "longitude": 128.677260687309,
+ "pageIndex": 18,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2102",
+ "name": "아구군갈비양",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 샛골로 117-1 (송림동)",
+ "phone": "032-766-5002",
+ "representativeMenu": "백반",
+ "price": 6000,
+ "latitude": 37.472961619829,
+ "longitude": 126.643853360434,
+ "pageIndex": 18,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13021",
+ "name": "어도(魚島)",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 금곡로 56-1 (금곡동) 1층",
+ "phone": "032-761-8887",
+ "representativeMenu": "순두부",
+ "price": 8000,
+ "latitude": 37.47325445087663,
+ "longitude": 126.6418035282525,
+ "pageIndex": 18,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13026",
+ "name": "에불바리 떡볶이",
+ "categoryName": "기타요식업",
+ "address": "인천광역시 동구 중앙로 15 (금곡동) 1층",
+ "phone": "070-8818-1919",
+ "representativeMenu": "아메리카노",
+ "price": 1500,
+ "latitude": 37.4734332394039,
+ "longitude": 126.63504718718686,
+ "pageIndex": 18,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "14300",
+ "name": "와글와글 맛있는 국수집",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 솔빛로 87-1 (송림동) 1층",
+ "phone": "032-764-3959",
+ "representativeMenu": "잔치국수",
+ "price": 5000,
+ "latitude": 37.47626291093436,
+ "longitude": 126.64329789059067,
+ "pageIndex": 18,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2289",
+ "name": "럭키세탁소",
+ "categoryName": "세탁업",
+ "address": "광주광역시 서구 염화로40번길 20 (화정동)",
+ "phone": "062-372-6901",
+ "representativeMenu": "양복1벌드라이",
+ "price": 7000,
+ "latitude": 35.1366373980231,
+ "longitude": 126.87488624762,
+ "pageIndex": 18,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2315",
+ "name": "모리화",
+ "categoryName": "중식",
+ "address": "광주광역시 서구 풍금로 31-1 (풍암동)",
+ "phone": "062-652-8552",
+ "representativeMenu": "짜장면",
+ "price": 5500,
+ "latitude": 35.122275201315,
+ "longitude": 126.863800531773,
+ "pageIndex": 18,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2316",
+ "name": "무등회관",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 죽봉대로111번길 12 (광천동)",
+ "phone": "062-364-2746",
+ "representativeMenu": "돌솥비빔밥",
+ "price": 9000,
+ "latitude": 35.1635482674685,
+ "longitude": 126.882202724351,
+ "pageIndex": 18,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2573",
+ "name": "평양숨두부",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로 387 (가오동) (대성동)",
+ "phone": "042-284-4141",
+ "representativeMenu": "숨두부백반",
+ "price": 7000,
+ "latitude": 36.30147395225034,
+ "longitude": 127.45595934984647,
+ "pageIndex": 18,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "14917",
+ "name": "하늘이용원",
+ "categoryName": "이용업",
+ "address": "대전광역시 동구 비래서로42번길 89 (가양동) 가양동",
+ "phone": "-",
+ "representativeMenu": "컷트",
+ "price": 6000,
+ "latitude": 36.3502938694925,
+ "longitude": 127.44709305501448,
+ "pageIndex": 18,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2578",
+ "name": "한성짜장",
+ "categoryName": "중식",
+ "address": "대전광역시 동구 흥룡로74 (가양동)",
+ "phone": "042-635-2160",
+ "representativeMenu": "갈비탕",
+ "price": 8500,
+ "latitude": 36.3505650431666,
+ "longitude": 127.45145602789,
+ "pageIndex": 18,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "16814",
+ "name": "삼산국수전문점",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 돋질로251번길 14-1 (삼산동) 1층",
+ "phone": "052-258-3998",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 35.544723940575366,
+ "longitude": 129.3321969935939,
+ "pageIndex": 18,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "11682",
+ "name": "삼시세끼만포장",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 대학로 145번길 25",
+ "phone": "052-223-7847",
+ "representativeMenu": "정식",
+ "price": 9000,
+ "latitude": 35.5491127108744,
+ "longitude": 129.25926425639,
+ "pageIndex": 18,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "15101",
+ "name": "삼호밀면",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 삼호로37번길 13 (무거동) 1층",
+ "phone": "052-277-6933",
+ "representativeMenu": "밀면",
+ "price": 7000,
+ "latitude": 35.551037197714315,
+ "longitude": 129.26826664991606,
+ "pageIndex": 18,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "18124",
+ "name": "블럭앤키즈 화서점",
+ "categoryName": "기타비요식업",
+ "address": "경기도 수원시 팔달구 일월로22번길 22-5 (화서동) 301호",
+ "phone": "031-292-9265",
+ "representativeMenu": "블럭방(1시간)",
+ "price": 7000,
+ "latitude": 37.28583154659394,
+ "longitude": 126.98139721057959,
+ "pageIndex": 18,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "14527",
+ "name": "빵마루",
+ "categoryName": "베이커리",
+ "address": "경기도 수원시 팔달구 세지로174번길 33 (인계동) 1층",
+ "phone": "031-225-4507",
+ "representativeMenu": "팥빵",
+ "price": 1700,
+ "latitude": 37.26651280121945,
+ "longitude": 127.02379082579587,
+ "pageIndex": 18,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "15307",
+ "name": "사랑이네 베트남쌀국수",
+ "categoryName": "기타요식업",
+ "address": "경기도 수원시 장안구 조원로89번길 44-2 (조원동) 1층",
+ "phone": "010-3122-7457",
+ "representativeMenu": "쌀국수",
+ "price": 5000,
+ "latitude": 37.29972174575287,
+ "longitude": 127.0138643281873,
+ "pageIndex": 18,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "4347",
+ "name": "왕언니네미장원",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 중앙로 77-2 (중앙로2가)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 37.8786098574848,
+ "longitude": 127.72562344249,
+ "pageIndex": 18,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "13804",
+ "name": "왕짱구",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 춘천로 195 (효자동) 1층",
+ "phone": "033-254-4862",
+ "representativeMenu": "꼬마김밥(8줄)",
+ "price": 3500,
+ "latitude": 37.87691958683272,
+ "longitude": 127.7358144650472,
+ "pageIndex": 18,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "10311",
+ "name": "우두동밥집",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 벌말길 54-1 (석사동)",
+ "phone": "033-255-5999",
+ "representativeMenu": "한식뷔페",
+ "price": 8000,
+ "latitude": 37.859382765949,
+ "longitude": 127.742351389083,
+ "pageIndex": 18,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4397",
+ "name": "우리순대국",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 후석로45번길 15 (석사동)",
+ "phone": "033-252-9545",
+ "representativeMenu": "순대국",
+ "price": 8000,
+ "latitude": 37.8593067249022,
+ "longitude": 127.740549073063,
+ "pageIndex": 18,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4710",
+ "name": "미소국밥",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 상당구 상당로 135 (북문로2가)",
+ "phone": "043-223-8848",
+ "representativeMenu": "바지락순두부",
+ "price": 7000,
+ "latitude": 36.6403948654709,
+ "longitude": 127.48970770266,
+ "pageIndex": 18,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15848",
+ "name": "미소수제돈까스",
+ "categoryName": "양식",
+ "address": "충청북도 청주시 흥덕구 강내면 태성탑연로 441",
+ "phone": "043-234-5789",
+ "representativeMenu": "등심돈까스",
+ "price": 9500,
+ "latitude": 36.62173390753512,
+ "longitude": 127.35834796838594,
+ "pageIndex": 18,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4917",
+ "name": "소망미용실",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 동남구 구성5길 31 (구성동)",
+ "phone": "041-556-8816",
+ "representativeMenu": "커트",
+ "price": 6000,
+ "latitude": 36.7972975969191,
+ "longitude": 127.162734320004,
+ "pageIndex": 18,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "13652",
+ "name": "송원떡집",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 서북구 봉서5길 10 (쌍용동)",
+ "phone": "041-578-6753",
+ "representativeMenu": "인절미 1팩",
+ "price": 2500,
+ "latitude": 36.80825811514656,
+ "longitude": 127.13224341449542,
+ "pageIndex": 18,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4918",
+ "name": "스타미용실",
+ "categoryName": "미용업",
+ "address": "충청남도 천안시 동남구 대흥로 271 (대흥동)",
+ "phone": "041-562-0155",
+ "representativeMenu": "커트(어르신)",
+ "price": 5000,
+ "latitude": 36.8123236063302,
+ "longitude": 127.148852869095,
+ "pageIndex": 18,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5176",
+ "name": "두꺼비탕",
+ "categoryName": "목욕업",
+ "address": "전북특별자치도 군산시 동팔마길 31 장재동",
+ "phone": "063-442-8985",
+ "representativeMenu": "성인",
+ "price": 8000,
+ "latitude": 35.9769871090007,
+ "longitude": 126.721038103437,
+ "pageIndex": 18,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "14778",
+ "name": "두리식당",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 미원안길 8 (미원동) 미원동",
+ "phone": "063-445-3417",
+ "representativeMenu": "청국장",
+ "price": 8000,
+ "latitude": 35.98047012095301,
+ "longitude": 126.71553829446381,
+ "pageIndex": 18,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15533",
+ "name": "디어왁싱",
+ "categoryName": "미용업",
+ "address": "전북특별자치도 군산시 궁포1로 24-3 (조촌동) 1층, 109호",
+ "phone": "0507-1437-1061",
+ "representativeMenu": "왁싱(인중)",
+ "price": 6000,
+ "latitude": 35.9768524162065,
+ "longitude": 126.74059066427611,
+ "pageIndex": 18,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5756",
+ "name": "대수식당",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 성산6길 32 (화장동)",
+ "phone": "061-681-2292",
+ "representativeMenu": "백반",
+ "price": 6000,
+ "latitude": 34.7724434221449,
+ "longitude": 127.641942601437,
+ "pageIndex": 18,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "11801",
+ "name": "덕충식당",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 공화남3길 9 (공화동)",
+ "phone": "061-664-7838",
+ "representativeMenu": "백반",
+ "price": 7000,
+ "latitude": 34.7468001047787,
+ "longitude": 127.744235818224,
+ "pageIndex": 18,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5759",
+ "name": "도담식당",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 충무로 54-9 (충무동)",
+ "phone": "-",
+ "representativeMenu": "백반",
+ "price": 9000,
+ "latitude": 34.7414865862163,
+ "longitude": 127.731736351422,
+ "pageIndex": 18,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "14725",
+ "name": "또또분식",
+ "categoryName": "한식",
+ "address": "경상북도 포항시 남구 장기면 양포항길 21-1 -",
+ "phone": "054-276-1052",
+ "representativeMenu": "손칼국수",
+ "price": 6000,
+ "latitude": 35.87917402242877,
+ "longitude": 129.51773492819117,
+ "pageIndex": 18,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6795",
+ "name": "빅보이분식",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 봉암북4길 58 (봉암동)",
+ "phone": "055-297-9292",
+ "representativeMenu": "김치찌개",
+ "price": 6000,
+ "latitude": 35.2232485628643,
+ "longitude": 128.597549978846,
+ "pageIndex": 18,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "14351",
+ "name": "사철밀면",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 의창구 사림로130번길 5-5 (사림동) 주택 1층",
+ "phone": "055-287-8307",
+ "representativeMenu": "물밀면",
+ "price": 7000,
+ "latitude": 35.24312887541039,
+ "longitude": 128.68505183829419,
+ "pageIndex": 18,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "13735",
+ "name": "산장국수",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산합포구 고운로 22 (평화동, 평화아파트) 12호",
+ "phone": "010-5550-2460",
+ "representativeMenu": "잔치국수",
+ "price": 4000,
+ "latitude": 35.186161057327695,
+ "longitude": 128.55869543926426,
+ "pageIndex": 18,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "6816",
+ "name": "삼구반점",
+ "categoryName": "중식",
+ "address": "경상남도 창원시 의창구 대산면 유등로 170-15",
+ "phone": "055-291-4373",
+ "representativeMenu": "짬뽕",
+ "price": 7000,
+ "latitude": 35.3363515087417,
+ "longitude": 128.726725367192,
+ "pageIndex": 18,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "7136",
+ "name": "마모루",
+ "categoryName": "일식",
+ "address": "제주특별자치도 제주시 광양13길 10-1 1층",
+ "phone": "0507-1404-4303",
+ "representativeMenu": "돈코츠라멘",
+ "price": 8500,
+ "latitude": 33.4988561334146,
+ "longitude": 126.531499520634,
+ "pageIndex": 18,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "18751",
+ "name": "마시쭈",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 서사로 97 (삼도일동, 레미안빌) 마시쭈",
+ "phone": "064-702-3544",
+ "representativeMenu": "쭈꾸미 덮밥",
+ "price": 10000,
+ "latitude": 33.503675132111844,
+ "longitude": 126.52012010252068,
+ "pageIndex": 18,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "10623",
+ "name": "만강촌옛날칼국수",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 월랑로 42 (노형동)",
+ "phone": "064-744-4780",
+ "representativeMenu": "닭칼국수",
+ "price": 7900,
+ "latitude": 33.4893502595565,
+ "longitude": 126.476040481369,
+ "pageIndex": 18,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "18573",
+ "name": "동경우동(2호점)",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 퇴계로27길 16 (필동1가) 1층 105호",
+ "phone": "02-2277-3223",
+ "representativeMenu": "우동",
+ "price": 5000,
+ "latitude": 37.56195219030635,
+ "longitude": 126.99184490399296,
+ "pageIndex": 19,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "18572",
+ "name": "동경우동집",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 충무로 48 (초동) 1층 1호",
+ "phone": "02-2274-3440",
+ "representativeMenu": "우동",
+ "price": 5000,
+ "latitude": 37.56537537416687,
+ "longitude": 126.99296134367208,
+ "pageIndex": 19,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "10673",
+ "name": "명동얼큰수제비",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 남대문로 64 1층",
+ "phone": "02-752-7649",
+ "representativeMenu": "김치찌개",
+ "price": 8000,
+ "latitude": 37.5627658956023,
+ "longitude": 126.982216802182,
+ "pageIndex": 19,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1405",
+ "name": "부산밀면",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 대영로 18번길 13 (서대신동2가)",
+ "phone": "010-4017-4082",
+ "representativeMenu": "물밀면",
+ "price": 7000,
+ "latitude": 35.1094771001795,
+ "longitude": 129.013487853455,
+ "pageIndex": 19,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "18715",
+ "name": "부산식당",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 대청로6번길 43 (토성동3가) 부산식당",
+ "phone": "051-241-5080",
+ "representativeMenu": "명태탕",
+ "price": 8000,
+ "latitude": 35.101316967405765,
+ "longitude": 129.02048922780577,
+ "pageIndex": 19,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1861",
+ "name": "미소띤하루",
+ "categoryName": "베이커리",
+ "address": "대구광역시 동구 이노밸리로 168 103호(각산동, 안심빌딩)",
+ "phone": "053-965-9794",
+ "representativeMenu": "소보로빵",
+ "price": 1500,
+ "latitude": 35.8784451966479,
+ "longitude": 128.715684288524,
+ "pageIndex": 19,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "1873",
+ "name": "미진손칼국수",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 아양로50길 119-1 (효목동)",
+ "phone": "053-941-4664",
+ "representativeMenu": "손칼국수",
+ "price": 6000,
+ "latitude": 35.8824649802755,
+ "longitude": 128.642824663592,
+ "pageIndex": 19,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "14952",
+ "name": "불로회 수산",
+ "categoryName": "일식",
+ "address": "대구광역시 동구 팔공로30길 9 (불로동)",
+ "phone": "053-983-8070",
+ "representativeMenu": "회덮밥",
+ "price": 8000,
+ "latitude": 35.91179442743553,
+ "longitude": 128.64211388427978,
+ "pageIndex": 19,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "13032",
+ "name": "유풍반점",
+ "categoryName": "중식",
+ "address": "인천광역시 동구 샛골로194번길 16 (송림동) 1층",
+ "phone": "032-772-5119",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 37.47926076663097,
+ "longitude": 126.64636358766377,
+ "pageIndex": 19,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "17608",
+ "name": "잘된정",
+ "categoryName": "중식",
+ "address": "인천광역시 동구 샛골로171번길 5 (송림동) 1층(송림동)",
+ "phone": "032-761-0038",
+ "representativeMenu": "짜장면",
+ "price": 5000,
+ "latitude": 37.477691922823226,
+ "longitude": 126.64454299959506,
+ "pageIndex": 19,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2105",
+ "name": "청해물텀벙",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 수문통로 5-1 (화평동) 1층",
+ "phone": "032-761-4140",
+ "representativeMenu": "점심아구뚝배기",
+ "price": 10000,
+ "latitude": 37.477346435473336,
+ "longitude": 126.63159719785347,
+ "pageIndex": 19,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "17602",
+ "name": "친친",
+ "categoryName": "중식",
+ "address": "인천 동구 샛골로210번길 9 1층 107호(송림동)",
+ "phone": "032-766-5533",
+ "representativeMenu": "중화제육덮밥",
+ "price": 10000,
+ "latitude": 37.4809530287519,
+ "longitude": 126.646384617566,
+ "pageIndex": 19,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13665",
+ "name": "별천지",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 상무대로695번길 8 (마륵동) 1층",
+ "phone": "062-375-2795",
+ "representativeMenu": "생선구이백반",
+ "price": 9500,
+ "latitude": 35.143450019964995,
+ "longitude": 126.84034418110387,
+ "pageIndex": 19,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2574",
+ "name": "한우농장30년",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 동부로 13 (판암동)",
+ "phone": "042-274-9393",
+ "representativeMenu": "냉면",
+ "price": 7000,
+ "latitude": 36.3182694180623,
+ "longitude": 127.456048288873,
+ "pageIndex": 19,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2550",
+ "name": "행복칼국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로 815번길 15 (정동)",
+ "phone": "042-222-9632",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 36.3326785842423,
+ "longitude": 127.43143840488,
+ "pageIndex": 19,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2538",
+ "name": "헤어코리아미용실",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 한남로 7번길 87 (홍도동)",
+ "phone": "0507-1376-0694",
+ "representativeMenu": "미용료(커트)",
+ "price": 9000,
+ "latitude": 36.3477117403251,
+ "longitude": 127.429378780645,
+ "pageIndex": 19,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "13383",
+ "name": "헤어코리아착한나눔",
+ "categoryName": "미용업",
+ "address": "대전광역시 동구 대전로797번길 38 (중동) 중동 27-33",
+ "phone": "042-274-2221",
+ "representativeMenu": "미용료(커트)",
+ "price": 6000,
+ "latitude": 36.33006491325828,
+ "longitude": 127.43082686518471,
+ "pageIndex": 19,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "17496",
+ "name": "샤브리브",
+ "categoryName": "일식",
+ "address": "울산광역시 남구 대공원입구로21번길 27 (옥동) 1층",
+ "phone": "0507-1377-2688",
+ "representativeMenu": "얼큰육수샤브",
+ "price": 9000,
+ "latitude": 35.5341764411374,
+ "longitude": 129.29127740367105,
+ "pageIndex": 19,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2905",
+ "name": "서울식당",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 중앙로258번길 7",
+ "phone": "052-271-5103",
+ "representativeMenu": "김치,된장,순두부찌개",
+ "price": 7000,
+ "latitude": 35.5440882982423,
+ "longitude": 129.311623070929,
+ "pageIndex": 19,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "18787",
+ "name": "선경기사식당",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 삼산로402번길 31 (삼산동) 1층",
+ "phone": "052-267-8487",
+ "representativeMenu": "순두부",
+ "price": 9000,
+ "latitude": 35.53656890072942,
+ "longitude": 129.35102283113696,
+ "pageIndex": 19,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "14532",
+ "name": "샐러디치오도씨 수원성대점",
+ "categoryName": "양식",
+ "address": "경기도 수원시 장안구 서부로2106번길 21 (율전동) 1층 4호",
+ "phone": "031-205-5636",
+ "representativeMenu": "햄치즈샌드위치",
+ "price": 6200,
+ "latitude": 37.29725954060872,
+ "longitude": 126.97136033632337,
+ "pageIndex": 19,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "17115",
+ "name": "서서김밥",
+ "categoryName": "한식",
+ "address": "경기도 수원시 영통구 매영로 33 (매탄동) 1층",
+ "phone": "031-214-6330",
+ "representativeMenu": "야채김밥",
+ "price": 3000,
+ "latitude": 37.26960250984764,
+ "longitude": 127.04648154679711,
+ "pageIndex": 19,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "16798",
+ "name": "서울한우 홈플러스 북수원점",
+ "categoryName": "한식",
+ "address": "경기도 수원시 장안구 경수대로 930 (조원동) 1층 X3YC호",
+ "phone": "031-241-9680",
+ "representativeMenu": "얼큰한우국밥",
+ "price": 9900,
+ "latitude": 37.30276736285418,
+ "longitude": 127.00880909013584,
+ "pageIndex": 19,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "3368",
+ "name": "서현대미용실",
+ "categoryName": "미용업",
+ "address": "경기도 수원시 권선구 정조로576번길 3 (세류동)",
+ "phone": "031-232-6686",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.2604055446764,
+ "longitude": 127.013461026266,
+ "pageIndex": 19,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "13805",
+ "name": "원식이네손칼국수",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 후석로 591 (소양로1가) 원식이네손칼국수",
+ "phone": "033-257-5652",
+ "representativeMenu": "해물칼국수",
+ "price": 8000,
+ "latitude": 37.89357805500181,
+ "longitude": 127.7279325507315,
+ "pageIndex": 19,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "16647",
+ "name": "이레미용실",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 효석로67번길 18-1 (석사동)",
+ "phone": "-",
+ "representativeMenu": "커트",
+ "price": 8000,
+ "latitude": 37.86191645758754,
+ "longitude": 127.73930830005943,
+ "pageIndex": 19,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15518",
+ "name": "민들레식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 상당구 대성로 57 (서운동) (민들레식당)",
+ "phone": "043-255-3028",
+ "representativeMenu": "된장찌개(백반)",
+ "price": 7000,
+ "latitude": 36.63047211931871,
+ "longitude": 127.49290793289809,
+ "pageIndex": 19,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "4733",
+ "name": "박현순헤어",
+ "categoryName": "미용업",
+ "address": "충청북도 청주시 청원구 율봉로159번길 48-20 1층(율량동)",
+ "phone": "043-211-7623",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.6705031580318,
+ "longitude": 127.486655068416,
+ "pageIndex": 19,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "14743",
+ "name": "백합미용실",
+ "categoryName": "미용업",
+ "address": "충청북도 청주시 상당구 당산로 10-1 (대성동)",
+ "phone": "043-224-8890",
+ "representativeMenu": "커트(남성)",
+ "price": 7000,
+ "latitude": 36.6330216282411,
+ "longitude": 127.4969961822045,
+ "pageIndex": 19,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15577",
+ "name": "스탠바이커피",
+ "categoryName": "기타요식업",
+ "address": "충청남도 천안시 서북구 불당21로 67-18 (불당동) 114호",
+ "phone": "0507-1384-6480",
+ "representativeMenu": "아메리카노",
+ "price": 2000,
+ "latitude": 36.81404962232316,
+ "longitude": 127.10850447130197,
+ "pageIndex": 19,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "18725",
+ "name": "시골손칼국수",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 사직로 28-1 (사직동) 시골손칼국수",
+ "phone": "041-556-6181",
+ "representativeMenu": "칼국수",
+ "price": 5000,
+ "latitude": 36.802628752680896,
+ "longitude": 127.14939807826286,
+ "pageIndex": 19,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "4954",
+ "name": "쌍용동사진관",
+ "categoryName": "기타비요식업",
+ "address": "충청남도 천안시 서북구 미라3길 27 (쌍용동)",
+ "phone": "041-571-9182",
+ "representativeMenu": "반명함",
+ "price": 10000,
+ "latitude": 36.8021171826636,
+ "longitude": 127.130754046358,
+ "pageIndex": 19,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "5177",
+ "name": "머리박사",
+ "categoryName": "미용업",
+ "address": "전북특별자치도 군산시 문화로36 203호",
+ "phone": "063-462-9680",
+ "representativeMenu": "남성커트",
+ "price": 9000,
+ "latitude": 35.9694641851937,
+ "longitude": 126.709955551767,
+ "pageIndex": 19,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5191",
+ "name": "명산칼국수",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 오룡로 57-2 명산동",
+ "phone": "063-468-1470",
+ "representativeMenu": "바지락칼국수",
+ "price": 6000,
+ "latitude": 35.9825246812404,
+ "longitude": 126.709954003925,
+ "pageIndex": 19,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5707",
+ "name": "돈까스천국",
+ "categoryName": "양식",
+ "address": "전라남도 여수시 통제영3길 14 (교동)",
+ "phone": "061-662-0239",
+ "representativeMenu": "돈까스",
+ "price": 10000,
+ "latitude": 34.7413896058147,
+ "longitude": 127.734325663512,
+ "pageIndex": 19,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5708",
+ "name": "돈뗄",
+ "categoryName": "양식",
+ "address": "전라남도 여수시 양지1길 30 1층(미평동)",
+ "phone": "061-652-2760",
+ "representativeMenu": "수제돈가스",
+ "price": 9000,
+ "latitude": 34.7727185677749,
+ "longitude": 127.702281894777,
+ "pageIndex": 19,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5760",
+ "name": "돈사랑",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 중앙로 93-2 (중앙동)",
+ "phone": "061-663-0866",
+ "representativeMenu": "백반",
+ "price": 10000,
+ "latitude": 34.7393455980908,
+ "longitude": 127.737831078851,
+ "pageIndex": 19,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6439",
+ "name": "롯데이용소",
+ "categoryName": "이용업",
+ "address": "경상북도 포항시 북구 두호로 19-11",
+ "phone": "054-247-8775",
+ "representativeMenu": "남자커트",
+ "price": 8000,
+ "latitude": 36.0594247293204,
+ "longitude": 129.376181188119,
+ "pageIndex": 19,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6311",
+ "name": "루머팡",
+ "categoryName": "기타요식업",
+ "address": "경상북도 포항시 남구 오천읍 장기로1690번길 5 다동 5호",
+ "phone": "-",
+ "representativeMenu": "아메리카노",
+ "price": 3000,
+ "latitude": 35.9660455313984,
+ "longitude": 129.417540251313,
+ "pageIndex": 19,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6803",
+ "name": "삼포복집",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 성산구 용지로 78 2층 5호(중앙동,남선상가)",
+ "phone": "055-281-3535",
+ "representativeMenu": "지리",
+ "price": 9000,
+ "latitude": 35.2227526441192,
+ "longitude": 128.676906326096,
+ "pageIndex": 19,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "10582",
+ "name": "새마을찌개나라",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 중원로85번길 13 103호(화천동, 평화빌라)",
+ "phone": "055-545-1134",
+ "representativeMenu": "불고기정식",
+ "price": 10000,
+ "latitude": 35.1518273238499,
+ "longitude": 128.658677263667,
+ "pageIndex": 19,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "18613",
+ "name": "새맛정 한식뷔페",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 봉암공단로 26 (봉암동) 1층",
+ "phone": "0507-1459-0857",
+ "representativeMenu": "한식뷔페",
+ "price": 6500,
+ "latitude": 35.21671451783592,
+ "longitude": 128.60004187399605,
+ "pageIndex": 19,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "16569",
+ "name": "서민갈비",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산합포구 산호북18길 21 (산호동) 서민갈비",
+ "phone": "055-243-7171",
+ "representativeMenu": "돼지갈비(200g)",
+ "price": 10000,
+ "latitude": 35.220823467615624,
+ "longitude": 128.58465602110726,
+ "pageIndex": 19,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "14242",
+ "name": "만나빵집",
+ "categoryName": "베이커리",
+ "address": "제주특별자치도 제주시 구좌읍 종달로5길 5-1 1층",
+ "phone": "010-6701-1885",
+ "representativeMenu": "반미바게트",
+ "price": 2500,
+ "latitude": 33.49324369426974,
+ "longitude": 126.89703211799348,
+ "pageIndex": 19,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7139",
+ "name": "맛소",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 원노형5길 5 1층",
+ "phone": "064-742-0455",
+ "representativeMenu": "콩국수",
+ "price": 9000,
+ "latitude": 33.4882010292329,
+ "longitude": 126.484560727674,
+ "pageIndex": 19,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "11266",
+ "name": "맠(makk)",
+ "categoryName": "기타요식업",
+ "address": "제주특별자치도 제주시 진남로 6길 3 (주소변경)",
+ "phone": "-",
+ "representativeMenu": "마카롱",
+ "price": 2000,
+ "latitude": 33.5192267759866,
+ "longitude": 126.565536590436,
+ "pageIndex": 19,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "7140",
+ "name": "매콤명태촌",
+ "categoryName": "한식",
+ "address": "제주특별자치도 제주시 절물3길 7 1층",
+ "phone": "064-743-6868",
+ "representativeMenu": "황태해장국",
+ "price": 8000,
+ "latitude": 33.4918593353103,
+ "longitude": 126.433805337832,
+ "pageIndex": 19,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "983",
+ "name": "민정이네",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 만리재로 37길 21 (만리동1가)",
+ "phone": "02-312-1420",
+ "representativeMenu": "점심백반",
+ "price": 7000,
+ "latitude": 37.5565915616197,
+ "longitude": 126.967168586088,
+ "pageIndex": 20,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "16086",
+ "name": "바재커피",
+ "categoryName": "기타요식업",
+ "address": "서울특별시 중구 남대문시장8길 25 (남창동) 1층",
+ "phone": "02-776-5577",
+ "representativeMenu": "아메리카노(핫)",
+ "price": 2000,
+ "latitude": 37.55934272418682,
+ "longitude": 126.97870933285441,
+ "pageIndex": 20,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "15377",
+ "name": "산과들그리고바다",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 을지로14길 22 (을지로3가) 1층",
+ "phone": "02-2277-7887",
+ "representativeMenu": "모듬돌솥비빔밥",
+ "price": 10000,
+ "latitude": 37.56523732282778,
+ "longitude": 126.99202506646904,
+ "pageIndex": 20,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1402",
+ "name": "부원",
+ "categoryName": "중식",
+ "address": "부산광역시 서구 구덕로157번길 6 (토성동3가)",
+ "phone": "051-256-0061",
+ "representativeMenu": "짜장면",
+ "price": 4000,
+ "latitude": 35.0987972600376,
+ "longitude": 129.01970425062,
+ "pageIndex": 20,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "18716",
+ "name": "북경반점",
+ "categoryName": "중식",
+ "address": "부산광역시 서구 충무대로 64 (암남동, 송도삼정비치) 북경반점",
+ "phone": "051-244-8454",
+ "representativeMenu": "간짜장",
+ "price": 7000,
+ "latitude": 35.07836072507977,
+ "longitude": 129.01969618711593,
+ "pageIndex": 20,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1429",
+ "name": "뷔페청",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 흑교로109번길 43 (부용동1가)",
+ "phone": "051-242-4311",
+ "representativeMenu": "성인",
+ "price": 8000,
+ "latitude": 35.1056136879459,
+ "longitude": 129.02082234077,
+ "pageIndex": 20,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1394",
+ "name": "사랑방미용실",
+ "categoryName": "미용업",
+ "address": "부산광역시 서구 대티로 131 (서대신동3가)",
+ "phone": "051-242-8977",
+ "representativeMenu": "커트",
+ "price": 5000,
+ "latitude": 35.1109554946482,
+ "longitude": 129.009654362478,
+ "pageIndex": 20,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "17766",
+ "name": "삼보식당",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 큰고개로 33 (신암동)",
+ "phone": "010-3530-0133",
+ "representativeMenu": "한식뷔페",
+ "price": 7000,
+ "latitude": 35.88761259935702,
+ "longitude": 128.6247276701282,
+ "pageIndex": 20,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "1862",
+ "name": "삼일라사세탁소",
+ "categoryName": "세탁업",
+ "address": "대구광역시 동구 효목로5길 7 (효목동)",
+ "phone": "053-755-1276",
+ "representativeMenu": "티셔츠드라이",
+ "price": 4000,
+ "latitude": 35.8750480007903,
+ "longitude": 128.63888107243,
+ "pageIndex": 20,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17703",
+ "name": "생선엔밥",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 경대로 48 (신암동)",
+ "phone": "053-262-4197",
+ "representativeMenu": "생선구이정식",
+ "price": 8000,
+ "latitude": 35.88509005641053,
+ "longitude": 128.6149836033377,
+ "pageIndex": 20,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17604",
+ "name": "카페립",
+ "categoryName": "기타요식업",
+ "address": "인천 동구 박문로 1 교구청, 청소년센터3층(송림동)",
+ "phone": "070-4443-1726",
+ "representativeMenu": "휘낭시에 플레인",
+ "price": 2000,
+ "latitude": 37.4706891169897,
+ "longitude": 126.651839572554,
+ "pageIndex": 20,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "14301",
+ "name": "하루도넛",
+ "categoryName": "기타요식업",
+ "address": "인천광역시 동구 송림로 106-1 (송림동) 1,2층",
+ "phone": "032-777-1648",
+ "representativeMenu": "꽈배기",
+ "price": 800,
+ "latitude": 37.47620674347315,
+ "longitude": 126.64651702408199,
+ "pageIndex": 20,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2106",
+ "name": "한울타리",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 석수로 47-1 (만석동)",
+ "phone": "032-221-8887",
+ "representativeMenu": "청국장",
+ "price": 8000,
+ "latitude": 37.4812201279796,
+ "longitude": 126.626544029841,
+ "pageIndex": 20,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "2107",
+ "name": "해주식당",
+ "categoryName": "한식",
+ "address": "인천광역시 동구 화도진로44번길 3 (송현동) 1층 송현시장 내",
+ "phone": "032-888-4009",
+ "representativeMenu": "백반",
+ "price": 8000,
+ "latitude": 37.47650336140443,
+ "longitude": 126.6339042004762,
+ "pageIndex": 20,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "13670",
+ "name": "상무본가장어",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 시청서편로4번길 16-1 (치평동) 1층",
+ "phone": "062-372-9293",
+ "representativeMenu": "장어탕",
+ "price": 10000,
+ "latitude": 35.15909682794521,
+ "longitude": 126.84738486591091,
+ "pageIndex": 20,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "18043",
+ "name": "서울족발보쌈",
+ "categoryName": "한식",
+ "address": "광주광역시 서구 상무화원로32번길 13-18 (치평동) 1층",
+ "phone": "062-373-7211",
+ "representativeMenu": "족발정식",
+ "price": 10000,
+ "latitude": 35.14598060035197,
+ "longitude": 126.84439065995004,
+ "pageIndex": 20,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2285",
+ "name": "세븐노래연습장",
+ "categoryName": "기타비요식업",
+ "address": "광주광역시 서구 시청로56번길 8 지하1층(치평동)",
+ "phone": "062-372-8331",
+ "representativeMenu": "30분",
+ "price": 4000,
+ "latitude": 35.1532792040005,
+ "longitude": 126.852731376864,
+ "pageIndex": 20,
+ "regionCode": "29",
+ "regionName": "광주광역시"
+ },
+ {
+ "bsshSn": "2551",
+ "name": "홍가네칼국수",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 대전로 807번길 40 (중동)",
+ "phone": "042-254-5945",
+ "representativeMenu": "칼국수",
+ "price": 7000,
+ "latitude": 36.3309478641562,
+ "longitude": 127.430241597664,
+ "pageIndex": 20,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2543",
+ "name": "홍가짜장",
+ "categoryName": "중식",
+ "address": "대전광역시 동구 동대전로 278 (가양동)",
+ "phone": "042-365-3323",
+ "representativeMenu": "홍가짜장",
+ "price": 4000,
+ "latitude": 36.3459230781175,
+ "longitude": 127.445797225616,
+ "pageIndex": 20,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2558",
+ "name": "희원숯불갈비식당",
+ "categoryName": "한식",
+ "address": "대전광역시 동구 가양로 56번길 19 (가양동)",
+ "phone": "042-627-5329",
+ "representativeMenu": "돼지갈비(250g)",
+ "price": 10000,
+ "latitude": 36.3418094483622,
+ "longitude": 127.443094601499,
+ "pageIndex": 20,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2857",
+ "name": "0시50분",
+ "categoryName": "한식",
+ "address": "대전광역시 중구 대종로 504 1층(은행동)",
+ "phone": "042-524-5816",
+ "representativeMenu": "우거지해장국",
+ "price": 7000,
+ "latitude": 36.3293358176833,
+ "longitude": 127.425489899251,
+ "pageIndex": 20,
+ "regionCode": "30",
+ "regionName": "대전광역시"
+ },
+ {
+ "bsshSn": "2906",
+ "name": "소문난 고추장불고기 국밥",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 월평로37번길 3",
+ "phone": "052-273-6661",
+ "representativeMenu": "돼지,섞어,순대,선지국밥",
+ "price": 7000,
+ "latitude": 35.5416195196528,
+ "longitude": 129.309458628481,
+ "pageIndex": 20,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "2908",
+ "name": "솟대",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 대학로47번길 10 1층",
+ "phone": "052-223-4346",
+ "representativeMenu": "순두부찌개",
+ "price": 9000,
+ "latitude": 35.5407837447282,
+ "longitude": 129.255862186774,
+ "pageIndex": 20,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "17504",
+ "name": "수지미용실",
+ "categoryName": "미용업",
+ "address": "울산광역시 남구 번영로107번길 17 (달동) 205호",
+ "phone": "052-269-3868",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 35.53427924703676,
+ "longitude": 129.32685098572432,
+ "pageIndex": 20,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "18785",
+ "name": "순복식당",
+ "categoryName": "한식",
+ "address": "울산광역시 남구 월평로85번길 20 (신정동) 1층",
+ "phone": "052-266-9347",
+ "representativeMenu": "김치찌개",
+ "price": 8000,
+ "latitude": 35.54457488092627,
+ "longitude": 129.3142706641577,
+ "pageIndex": 20,
+ "regionCode": "31",
+ "regionName": "울산광역시"
+ },
+ {
+ "bsshSn": "3399",
+ "name": "성일사우나",
+ "categoryName": "목욕업",
+ "address": "경기도 수원시 장안구 경수대로973번길 13-20 (송죽동)",
+ "phone": "031-246-6489",
+ "representativeMenu": "대인",
+ "price": 9000,
+ "latitude": 37.3031115091404,
+ "longitude": 127.005025091289,
+ "pageIndex": 20,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "16205",
+ "name": "세븐힐여성사우나",
+ "categoryName": "목욕업",
+ "address": "경기도 수원시 팔달구 중부대로 47 (지동) 지하1층",
+ "phone": "031-244-0071",
+ "representativeMenu": "일반",
+ "price": 9000,
+ "latitude": 37.27569315113086,
+ "longitude": 127.0220900432593,
+ "pageIndex": 20,
+ "regionCode": "41",
+ "regionName": "경기도"
+ },
+ {
+ "bsshSn": "13806",
+ "name": "이미경헤어클릭",
+ "categoryName": "미용업",
+ "address": "강원특별자치도 춘천시 충열로 10-5 (우두동) 이미경헤어클릭",
+ "phone": "033-253-0028",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 37.900210305145734,
+ "longitude": 127.72949847551419,
+ "pageIndex": 20,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "13807",
+ "name": "이서냉면",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 우석로 14-1 (석사동) 1층",
+ "phone": "0507-1487-4040",
+ "representativeMenu": "냉면",
+ "price": 7000,
+ "latitude": 37.86193728705492,
+ "longitude": 127.74766638895937,
+ "pageIndex": 20,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "15475",
+ "name": "일리터",
+ "categoryName": "기타요식업",
+ "address": "강원특별자치도 춘천시 중앙로68번길 3 (중앙로2가) 1, 2층(중앙로2가)",
+ "phone": "033-241-7778",
+ "representativeMenu": "아메리카노",
+ "price": 1000,
+ "latitude": 37.87936544046061,
+ "longitude": 127.72610245830614,
+ "pageIndex": 20,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "10309",
+ "name": "임가네",
+ "categoryName": "한식",
+ "address": "강원특별자치도 춘천시 새롬공원길 25 (석사동)",
+ "phone": "033-262-5245",
+ "representativeMenu": "소고기뭇국",
+ "price": 8000,
+ "latitude": 37.8544088335552,
+ "longitude": 127.747076544582,
+ "pageIndex": 20,
+ "regionCode": "51",
+ "regionName": "강원특별자치도"
+ },
+ {
+ "bsshSn": "4712",
+ "name": "보글보글식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 상당구 영운로11번길 23 (영운동)",
+ "phone": "043-250-0012",
+ "representativeMenu": "가정식백반",
+ "price": 6000,
+ "latitude": 36.6166130893195,
+ "longitude": 127.497059927318,
+ "pageIndex": 20,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15838",
+ "name": "보라매 미용타운",
+ "categoryName": "미용업",
+ "address": "충청북도 청주시 청원구 1순환로342번길 16-1 (내덕동)",
+ "phone": "043-223-3044",
+ "representativeMenu": "커트",
+ "price": 10000,
+ "latitude": 36.65914920998362,
+ "longitude": 127.47618218928218,
+ "pageIndex": 20,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "15772",
+ "name": "복실이 식당",
+ "categoryName": "한식",
+ "address": "충청북도 청주시 서원구 매봉로2번길 40 (분평동) 1층",
+ "phone": "043-294-3667",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 36.61043494588689,
+ "longitude": 127.47990007377227,
+ "pageIndex": 20,
+ "regionCode": "43",
+ "regionName": "충청북도"
+ },
+ {
+ "bsshSn": "16876",
+ "name": "안골식당",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 먹거리2길 6-1 (신부동) 2층",
+ "phone": "0507-1348-2664",
+ "representativeMenu": "만두전골",
+ "price": 10000,
+ "latitude": 36.81768377259163,
+ "longitude": 127.15402963313205,
+ "pageIndex": 20,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "17020",
+ "name": "엄마밥상 한식뷔페",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 서북구 오성9길 5 (두정동) 1층",
+ "phone": "041-554-8335",
+ "representativeMenu": "한식뷔페",
+ "price": 9000,
+ "latitude": 36.833566400988474,
+ "longitude": 127.12808573112298,
+ "pageIndex": 20,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "11410",
+ "name": "옛김포식당",
+ "categoryName": "한식",
+ "address": "충청남도 천안시 동남구 영성로 25-19 (사직동)",
+ "phone": "041-554-3029",
+ "representativeMenu": "칼국수",
+ "price": 6000,
+ "latitude": 36.8004524284923,
+ "longitude": 127.150097319368,
+ "pageIndex": 20,
+ "regionCode": "44",
+ "regionName": "충청남도"
+ },
+ {
+ "bsshSn": "17041",
+ "name": "모정식당",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 조촌4길 34-4 (조촌동) 1층",
+ "phone": "063-461-0102",
+ "representativeMenu": "김치찌개",
+ "price": 9000,
+ "latitude": 35.96943678402732,
+ "longitude": 126.73620476668584,
+ "pageIndex": 20,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15532",
+ "name": "묵은지삼겹살",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 경암로 56 (경암동) 묵은지삼겹살",
+ "phone": "063-442-3055",
+ "representativeMenu": "된장찌개",
+ "price": 7000,
+ "latitude": 35.97555034978496,
+ "longitude": 126.73025962030721,
+ "pageIndex": 20,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5192",
+ "name": "미주옥",
+ "categoryName": "한식",
+ "address": "전북특별자치도 군산시 구영7길 133-4 영화동",
+ "phone": "063-442-5505",
+ "representativeMenu": "아욱국",
+ "price": 8000,
+ "latitude": 35.9893754831364,
+ "longitude": 126.712272232213,
+ "pageIndex": 20,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "15530",
+ "name": "베테랑돈까스",
+ "categoryName": "양식",
+ "address": "전북특별자치도 군산시 양안로 103-1 (조촌동) 조촌동",
+ "phone": "063-452-5582",
+ "representativeMenu": "베테랑 생돈까스",
+ "price": 6000,
+ "latitude": 35.971740241807225,
+ "longitude": 126.74345325965865,
+ "pageIndex": 20,
+ "regionCode": "52",
+ "regionName": "전북특별자치도"
+ },
+ {
+ "bsshSn": "5705",
+ "name": "동광탕",
+ "categoryName": "목욕업",
+ "address": "전라남도 여수시 동문로 101 2층(공화동)",
+ "phone": "061-662-4272",
+ "representativeMenu": "목욕비",
+ "price": 8000,
+ "latitude": 34.7456605198534,
+ "longitude": 127.742352326201,
+ "pageIndex": 20,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "5762",
+ "name": "두레",
+ "categoryName": "한식",
+ "address": "전라남도 여수시 학동1길 12-7 (학동) 1층",
+ "phone": "061-684-1808",
+ "representativeMenu": "백반",
+ "price": 7000,
+ "latitude": 34.76449978425705,
+ "longitude": 127.66474470490957,
+ "pageIndex": 20,
+ "regionCode": "46",
+ "regionName": "전라남도"
+ },
+ {
+ "bsshSn": "6412",
+ "name": "리클라스",
+ "categoryName": "기타요식업",
+ "address": "경상북도 포항시 북구 대신로7번길 7 리클라스",
+ "phone": "054-248-3742",
+ "representativeMenu": "카페라떼",
+ "price": 4800,
+ "latitude": 36.0448115361729,
+ "longitude": 129.367277819827,
+ "pageIndex": 20,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "6312",
+ "name": "마실카페",
+ "categoryName": "기타요식업",
+ "address": "경상북도 포항시 남구 동해면 일월로81번길 9 마실카페",
+ "phone": "-",
+ "representativeMenu": "아메리카노",
+ "price": 3000,
+ "latitude": 35.989400103331,
+ "longitude": 129.44204186305,
+ "pageIndex": 20,
+ "regionCode": "47",
+ "regionName": "경상북도"
+ },
+ {
+ "bsshSn": "14603",
+ "name": "선백면옥",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 자은로28번길 8 (자은동) 선백면옥",
+ "phone": "055-542-9969",
+ "representativeMenu": "물밀면",
+ "price": 7000,
+ "latitude": 35.14906570208649,
+ "longitude": 128.7052270170308,
+ "pageIndex": 20,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "11516",
+ "name": "성안식당",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 합성서5길 18 (합성동)",
+ "phone": "055-256-6696",
+ "representativeMenu": "갈비탕",
+ "price": 8000,
+ "latitude": 35.2412291831889,
+ "longitude": 128.583488769265,
+ "pageIndex": 20,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "15415",
+ "name": "소금깎이 창원진해본점",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 진해구 동진로61번길 6 (석동) 소금깎이 창원진해본점",
+ "phone": "055-547-0062",
+ "representativeMenu": "토마호크(100g)",
+ "price": 9000,
+ "latitude": 35.15181122430042,
+ "longitude": 128.70271441863437,
+ "pageIndex": 20,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "18615",
+ "name": "소문난김밥",
+ "categoryName": "한식",
+ "address": "경상남도 창원시 마산회원구 내서읍 중리상곡로 129 소문난김밥",
+ "phone": "055-231-4893",
+ "representativeMenu": "소문난김밥",
+ "price": 3000,
+ "latitude": 35.25181139457977,
+ "longitude": 128.51144426255615,
+ "pageIndex": 20,
+ "regionCode": "48",
+ "regionName": "경상남도"
+ },
+ {
+ "bsshSn": "11154",
+ "name": "머리하기좋은날",
+ "categoryName": "미용업",
+ "address": "제주특별자치도 제주시 신대로6길 11 ()",
+ "phone": "064-713-6667",
+ "representativeMenu": "커트(샴푸 미포함)",
+ "price": 10000,
+ "latitude": 33.4922364704893,
+ "longitude": 126.495273237818,
+ "pageIndex": 20,
+ "regionCode": "50",
+ "regionName": "제주특별자치도"
+ },
+ {
+ "bsshSn": "18570",
+ "name": "신라미용실",
+ "categoryName": "미용업",
+ "address": "서울특별시 중구 퇴계로 217 (충무로4가, 진양상가, 진양아파트) 1층 36호, 37호",
+ "phone": "010-9264-3072",
+ "representativeMenu": "남성컷",
+ "price": 10000,
+ "latitude": 37.562423982135904,
+ "longitude": 126.99593553115459,
+ "pageIndex": 21,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "967",
+ "name": "신빙고",
+ "categoryName": "기타요식업",
+ "address": "서울특별시 중구 동호로12길 93 1층(신당동)",
+ "phone": "02-223-8819",
+ "representativeMenu": "아메리카노",
+ "price": 2300,
+ "latitude": 37.559329134852,
+ "longitude": 127.012071243923,
+ "pageIndex": 21,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "984",
+ "name": "영자씨우동김밥",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 마른내로 15-1 (저동2가)",
+ "phone": "02-227-9791",
+ "representativeMenu": "김치찌개",
+ "price": 7000,
+ "latitude": 37.5649541262687,
+ "longitude": 126.989606762221,
+ "pageIndex": 21,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "969",
+ "name": "옛날홍두깨손칼국수",
+ "categoryName": "한식",
+ "address": "서울특별시 중구 동호로7길 32 1층",
+ "phone": "02-223-1458",
+ "representativeMenu": "손수제비",
+ "price": 6000,
+ "latitude": 37.5525136777809,
+ "longitude": 127.010624637953,
+ "pageIndex": 21,
+ "regionCode": "11",
+ "regionName": "서울특별시"
+ },
+ {
+ "bsshSn": "1430",
+ "name": "산바다",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 엄광산로 6 (서대신동3가)",
+ "phone": "051-241-2976",
+ "representativeMenu": "메기매운탕",
+ "price": 8000,
+ "latitude": 35.1277404417829,
+ "longitude": 129.007513285213,
+ "pageIndex": 21,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1431",
+ "name": "삼원두루치기",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 구덕로193번길 12-17 (부민동2가)",
+ "phone": "051-231-5452",
+ "representativeMenu": "두루치기",
+ "price": 8000,
+ "latitude": 35.1024534581686,
+ "longitude": 129.019112839039,
+ "pageIndex": 21,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1406",
+ "name": "성일칼국수",
+ "categoryName": "한식",
+ "address": "부산광역시 서구 해안새벽시장길 8 (충무동1가)",
+ "phone": "051-244-1547",
+ "representativeMenu": "칼국수",
+ "price": 5000,
+ "latitude": 35.0958892269302,
+ "longitude": 129.025392096138,
+ "pageIndex": 21,
+ "regionCode": "26",
+ "regionName": "부산광역시"
+ },
+ {
+ "bsshSn": "1874",
+ "name": "시장냉면",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 팔공로30길 10-3 (불로동)",
+ "phone": "053-981-4044",
+ "representativeMenu": "얼큰냉면",
+ "price": 6000,
+ "latitude": 35.9113533839705,
+ "longitude": 128.642338260752,
+ "pageIndex": 21,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "1885",
+ "name": "신산홍",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 아양로7길 12 가상가동 지하1층 108호(신암동, 신암뜨란채)",
+ "phone": "053-944-5650",
+ "representativeMenu": "양념닭목살(130g)",
+ "price": 9000,
+ "latitude": 35.8823321773353,
+ "longitude": 128.61768521709,
+ "pageIndex": 21,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "17768",
+ "name": "엄마솥밥상",
+ "categoryName": "한식",
+ "address": "대구광역시 동구 동대구로 423 (신천동)",
+ "phone": "053-753-2030",
+ "representativeMenu": "된장정식",
+ "price": 8000,
+ "latitude": 35.86819851346647,
+ "longitude": 128.6259527502153,
+ "pageIndex": 21,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "1868",
+ "name": "영남루반점",
+ "categoryName": "중식",
+ "address": "대구광역시 동구 해동로 18 (지저동)",
+ "phone": "053-981-9881",
+ "representativeMenu": "자장면",
+ "price": 5000,
+ "latitude": 35.896627045467,
+ "longitude": 128.637690520629,
+ "pageIndex": 21,
+ "regionCode": "27",
+ "regionName": "대구광역시"
+ },
+ {
+ "bsshSn": "2108",
+ "name": "화도진순대국",
+ "categoryName": "한식",
+ "address": "인천 동구 화도진로 101 1층(화평동)",
+ "phone": "032-777-1289",
+ "representativeMenu": "순대국",
+ "price": 9000,
+ "latitude": 37.4801807743095,
+ "longitude": 126.628989131469,
+ "pageIndex": 21,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ },
+ {
+ "bsshSn": "17895",
+ "name": "가족이발관",
+ "categoryName": "미용업",
+ "address": "인천광역시 미추홀구 석정로 372 (주안동) 1층",
+ "phone": "-",
+ "representativeMenu": "염색",
+ "price": 7000,
+ "latitude": 37.467045636101226,
+ "longitude": 126.67678399359703,
+ "pageIndex": 21,
+ "regionCode": "28",
+ "regionName": "인천광역시"
+ }
+ ]
+}
diff --git a/docs/cloudflare-account-to-deploy.md b/docs/cloudflare-account-to-deploy.md
index c343458..3da5aa9 100644
--- a/docs/cloudflare-account-to-deploy.md
+++ b/docs/cloudflare-account-to-deploy.md
@@ -15,6 +15,7 @@
- 배포 명령은 이미 준비되어 있다.
- `npm run preview`
- `npm run deploy`
+ - 필요 시 `npm run deploy:public`, `npm run deploy:admin`
- 현재 앱은 Cloudflare D1이 아니라 외부 PostgreSQL 연결 문자열 `DATABASE_URL`을 사용한다.
- 현재 앱은 Hyperdrive binding을 쓰지 않는다.
- 첫 배포는 `DATABASE_URL` 직접 연결로 진행하고, Hyperdrive는 나중에 별도 작업으로 붙이는 편이 안전하다.
@@ -102,6 +103,10 @@ npx wrangler login
현재 저장소는 `npm run deploy` 시 로컬에서 OpenNext build를 만든 뒤 Cloudflare로 업로드한다.
+현재 배포 경로는 Cloudflare Workers Free 한도 기준으로 `next build --webpack`과 clean build를 전제로 맞춰져 있다.
+- `npm run deploy`는 내부적으로 `cf:clean -> opennextjs-cloudflare build -> opennextjs-cloudflare deploy` 순서로 실행된다.
+- 직접 배포할 때는 `.next`, `.open-next`를 남긴 채 재사용하지 않는 것이 안전하다.
+
즉 환경 변수는 두 군데가 모두 중요하다.
### A. 로컬 빌드 환경 변수
@@ -132,6 +137,7 @@ npx wrangler login
DATABASE_URL=
AUTH_SECRET=
NEXTAUTH_URL=
+ADMIN_APP_URL=
NEXT_PUBLIC_NAVER_MAP_KEY_ID=
AUTH_KAKAO_CLIENT_ID=
AUTH_KAKAO_CLIENT_SECRET=
@@ -161,6 +167,7 @@ RESEND_API_KEY=
- `AUTH_KAKAO_CLIENT_ID`
- `AUTH_NAVER_CLIENT_ID`
- `NEXTAUTH_URL`
+ - `ADMIN_APP_URL`
## 7. `NEXTAUTH_URL`을 어떻게 잡을지
@@ -231,6 +238,17 @@ npm run deploy
를 순서대로 수행한다.
+관리자 앱을 public 앱과 분리해서 운영할 계획이면 아래 순서를 쓴다.
+
+```bash
+npm run deploy:admin
+# altteulmap-admin workers.dev 주소 확인
+# ADMIN_APP_URL에 위 주소 반영
+npm run deploy:public
+```
+
+이때 `deploy:public`은 `ADMIN_APP_URL`이 비어 있으면 실패한다. public 번들에서 `/admin`, `/api/admin`을 제거하는 대신 관리자 링크를 외부 관리자 앱으로 보내기 때문이다.
+
공식 문서:
- [Cloudflare Next.js guide](https://developers.cloudflare.com/workers/framework-guides/web-apps/nextjs/)
- [OpenNext get started](https://opennext.js.org/cloudflare/get-started)
diff --git a/docs/deploy-cloudflare.md b/docs/deploy-cloudflare.md
index 4797adf..e9b52fc 100644
--- a/docs/deploy-cloudflare.md
+++ b/docs/deploy-cloudflare.md
@@ -20,6 +20,7 @@
- `DATABASE_URL`
- `AUTH_SECRET`
- `NEXTAUTH_URL`
+- `ADMIN_APP_URL` (`deploy:public` 또는 외부 관리자 앱 분리 시)
- `NEXT_PUBLIC_NAVER_MAP_KEY_ID`
- `AUTH_KAKAO_CLIENT_ID`
- `AUTH_KAKAO_CLIENT_SECRET`
@@ -56,6 +57,26 @@ npm run smoke:local
npm run deploy:check
```
+배포는 목적에 따라 아래를 사용한다.
+
+```bash
+npm run deploy
+npm run deploy:public
+npm run deploy:admin
+```
+
+- `deploy`: 현재 앱 전체 배포
+- `deploy:public`: 관리자 route를 제외한 public 앱 배포
+- `deploy:admin`: 별도 `apps/admin` 관리자 앱 배포
+
+관리자 분리 기준 배포 순서는 아래를 권장한다.
+1. `npm run deploy:admin`
+2. `ADMIN_APP_URL=https://altteulmap-admin..workers.dev` 설정
+3. `npm run deploy:public`
+
+이 명령들은 `.next`, `.open-next`를 먼저 비우고 다시 OpenNext build를 만든 뒤 업로드한다.
+현재 저장소는 Cloudflare Workers Free 한도에 맞추기 위해 `webpack` build를 사용한다.
+
preview 기준으로 로컬 URL 허용 상태만 보려면:
```bash
@@ -63,7 +84,7 @@ npm run deploy:check -- --preview
```
## 7. 첫 배포 직후 확인
-1. `/map`에서 지도 렌더링
+1. `/`에서 지도 렌더링
2. `/login`에서 카카오/네이버 로그인 버튼 노출
3. `/robots.txt`
4. `/sitemap.xml`
@@ -72,6 +93,7 @@ npm run deploy:check -- --preview
## 8. 주의사항
- production에서는 `NEXTAUTH_URL`에 `localhost`를 쓰면 안 된다.
+- `deploy:public`은 `ADMIN_APP_URL` 없이 실행하면 실패하게 해두었다. public 번들에서 `/admin`, `/api/admin`을 제거하므로 외부 관리자 앱 주소가 필요하다.
- 네이버 지도 키와 네이버 로그인 키는 서로 다른 값이다.
- 지도용 네이버 키는 `NEXT_PUBLIC_NAVER_MAP_KEY_ID`, 로그인용은 `AUTH_NAVER_CLIENT_ID` / `AUTH_NAVER_CLIENT_SECRET`이다.
- 네이버 지도는 환경 변수만 맞춰도 끝나지 않는다. NAVER Cloud Platform 지도 애플리케이션 설정의 웹 서비스 URL 또는 허용 도메인에 실제 배포 주소(`https://..workers.dev` 또는 custom domain)를 같이 등록해야 한다.
diff --git a/eslint.config.mjs b/eslint.config.mjs
index 0dfda7c..183a20f 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -9,9 +9,14 @@ const eslintConfig = defineConfig([
globalIgnores([
// Default ignores of eslint-config-next:
".next/**",
+ ".next-dev/**",
+ "apps/admin/.next/**",
+ "apps/admin/.next-dev/**",
+ "apps/admin/.open-next/**",
"out/**",
"build/**",
"next-env.d.ts",
+ "apps/admin/next-env.d.ts",
".open-next/**",
".wrangler/**",
"drizzle/**",
diff --git a/next.config.ts b/next.config.ts
index 437d71c..3f434e4 100644
--- a/next.config.ts
+++ b/next.config.ts
@@ -1,8 +1,21 @@
import { initOpenNextCloudflareForDev } from "@opennextjs/cloudflare";
import type { NextConfig } from "next";
+const isDevServer =
+ process.argv.some((argument) => argument === "dev") ||
+ process.env.NODE_ENV === "development";
+
const nextConfig: NextConfig = {
- /* config options here */
+ distDir: isDevServer ? ".next-dev" : ".next",
+ async redirects() {
+ return [
+ {
+ source: "/map",
+ destination: "/",
+ permanent: true,
+ },
+ ];
+ },
};
initOpenNextCloudflareForDev();
diff --git a/package.json b/package.json
index e85ae5e..f8b1d52 100644
--- a/package.json
+++ b/package.json
@@ -3,12 +3,16 @@
"version": "0.1.0",
"private": true,
"scripts": {
- "build": "next build",
- "dev": "next dev",
+ "build": "npm run admin:sync && rm -rf .next .next-dev && next build --webpack",
+ "dev": "ALTTEULMAP_ADMIN_MODE=embedded npm run admin:sync && rm -rf .next-dev && next dev --webpack",
+ "admin:sync": "node scripts/sync-admin-entrypoints.mjs",
+ "admin:build": "npm_config_workspaces=false npm --prefix apps/admin run build",
+ "admin:dev": "npm_config_workspaces=false npm --prefix apps/admin run dev",
+ "admin:start": "npm_config_workspaces=false npm --prefix apps/admin run start",
"start": "next start",
"lint": "eslint",
"e2e:prepare": "lsof -tiTCP:3107 -sTCP:LISTEN | xargs -r kill && rm -rf .next test-results playwright-report && mkdir -p .next/types .next/dev/types && printf 'export {};\\n' > .next/types/routes.d.ts && printf 'export {};\\n' > .next/dev/types/routes.d.ts",
- "test:e2e:smoke:ci": "playwright test tests/e2e/map.spec.ts tests/e2e/signup.spec.ts tests/e2e/submission-admin.spec.ts",
+ "test:e2e:smoke:ci": "playwright test tests/e2e/map.spec.ts tests/e2e/admin-dashboard.spec.ts tests/e2e/signup.spec.ts tests/e2e/submission-admin.spec.ts",
"test:e2e:full:ci": "npm run test:e2e:smoke:ci && USE_MOCK_DATA=true playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium && playwright test tests/e2e/bookmarks.spec.ts tests/e2e/comments.spec.ts tests/e2e/price-review.spec.ts tests/e2e/report-admin.spec.ts",
"test:e2e:smoke": "node scripts/run-local-e2e.mjs smoke",
"test:e2e:full": "node scripts/run-local-e2e.mjs full",
@@ -22,15 +26,24 @@
"smoke:local": "node scripts/smoke-local.mjs",
"deploy:check": "node scripts/check-cloudflare-deploy.mjs",
"hooks:install": "node scripts/git-hooks/install-hooks.mjs",
+ "cf:clean": "rm -rf .next .next-dev .open-next",
+ "cf:build": "npm run admin:sync && npm run cf:clean && opennextjs-cloudflare build",
+ "cf:build:public": "npm run cf:clean && node scripts/build-public-worker.mjs",
+ "cf:build:admin": "node scripts/build-admin-worker.mjs",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"db:seed": "tsx src/db/seed.ts",
+ "data:goodprice": "tsx scripts/import-goodprice.ts",
"db:studio": "drizzle-kit studio",
"db:up": "docker compose up -d postgres",
"db:down": "docker compose down",
- "preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
- "deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
- "upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
+ "preview": "npm run cf:build && opennextjs-cloudflare preview",
+ "preview:public": "npm run cf:build:public && opennextjs-cloudflare preview -c wrangler.jsonc",
+ "preview:admin": "npm run cf:build:admin && opennextjs-cloudflare preview -c wrangler.admin.jsonc",
+ "deploy": "npm run cf:build && opennextjs-cloudflare deploy",
+ "deploy:public": "npm run cf:build:public && opennextjs-cloudflare deploy -c wrangler.jsonc",
+ "deploy:admin": "npm run cf:build:admin && opennextjs-cloudflare deploy -c wrangler.admin.jsonc",
+ "upload": "npm run cf:build && opennextjs-cloudflare upload",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"dependencies": {
diff --git a/prd.md b/prd.md
index 49e930d..3dd2bbf 100644
--- a/prd.md
+++ b/prd.md
@@ -194,10 +194,10 @@ MVP 핵심 기능은 다음과 같다.
- 장소 등록 시 최소 입력값:
- 장소 이름
- 주소
- - 텍스트 주소 기반 위치 확인
- 카테고리
- 가격 또는 가격 항목 1개 이상
- 메모(선택)
+- 공개 등록은 텍스트 정보만 받고, 지도 표시 위치와 네이버 지도 검색 확인은 운영자가 승인 단계에서 처리한다.
- 이후 가격 항목 추가 등록이 가능해야 한다.
#### 7.2.7 검증 처리
@@ -246,6 +246,8 @@ MVP 핵심 기능은 다음과 같다.
- 코멘트 작성
- 신고/수정 요청
- 기존 장소 가격 제보
+- 로그인 상태에서 상단 계정 라벨과 로그아웃 액션 확인
+- 운영자 계정이면 관리자 화면 진입
### 8.3 로그인 방식
MVP 로그인 방식은 다음을 지원한다.
@@ -376,7 +378,8 @@ MVP 이후 아래 개선을 고려한다.
- 지도
- 등록
- 북마크
-- 로그인/마이페이지
+- 로그인/로그아웃
+- 운영자 계정일 때 관리자 진입
---
@@ -401,7 +404,7 @@ MVP 이후 아래 개선을 고려한다.
### 13.2 가격 모델 원칙
- 카테고리별 대표 가격 기준을 정의할 수 있다.
-- 대표 가격 기준은 검색/필터/정렬에 활용할 수 있다.
+- 대표 가격 기준은 검색과 가격 필터에 활용할 수 있다.
- 필수 입력은 아니며, 자유 가격 항목 등록을 허용한다.
- 장소 단위와 가격 항목 단위를 분리하여 저장해야 한다.
diff --git a/scripts/build-admin-worker.mjs b/scripts/build-admin-worker.mjs
new file mode 100644
index 0000000..4676a00
--- /dev/null
+++ b/scripts/build-admin-worker.mjs
@@ -0,0 +1,28 @@
+import { execFileSync } from "node:child_process";
+import path from "node:path";
+import { rmSync } from "node:fs";
+
+const projectRoot = process.cwd();
+const adminAppRoot = path.join(projectRoot, "apps", "admin");
+const openNextBin = path.join(
+ projectRoot,
+ "node_modules",
+ ".bin",
+ "opennextjs-cloudflare",
+);
+
+for (const relativePath of [".next", ".next-dev", ".open-next"]) {
+ rmSync(path.join(adminAppRoot, relativePath), {
+ recursive: true,
+ force: true,
+ });
+}
+
+execFileSync(openNextBin, ["build"], {
+ cwd: adminAppRoot,
+ env: {
+ ...process.env,
+ npm_config_workspaces: "false",
+ },
+ stdio: "inherit",
+});
diff --git a/scripts/build-public-worker.mjs b/scripts/build-public-worker.mjs
new file mode 100644
index 0000000..5227589
--- /dev/null
+++ b/scripts/build-public-worker.mjs
@@ -0,0 +1,81 @@
+import { execFileSync } from "node:child_process";
+import { cpSync, existsSync, mkdirSync, mkdtempSync, rmSync } from "node:fs";
+import { tmpdir } from "node:os";
+import path from "node:path";
+import dotenv from "dotenv";
+
+const projectRoot = process.cwd();
+const backupRoot = mkdtempSync(path.join(tmpdir(), "altteulmap-public-build-"));
+const adminTargets = [
+ "src/app/admin",
+ "src/app/api/admin",
+];
+
+for (const filename of [
+ ".env",
+ ".env.production",
+ ".env.local",
+ ".env.production.local",
+]) {
+ dotenv.config({
+ path: path.join(projectRoot, filename),
+ override: true,
+ });
+}
+
+function backupAndRemove(relativePath) {
+ const sourcePath = path.join(projectRoot, relativePath);
+
+ if (!existsSync(sourcePath)) {
+ return;
+ }
+
+ const backupPath = path.join(backupRoot, relativePath);
+ mkdirSync(path.dirname(backupPath), { recursive: true });
+ cpSync(sourcePath, backupPath, { recursive: true });
+ rmSync(sourcePath, { recursive: true, force: true });
+}
+
+function restore(relativePath) {
+ const sourcePath = path.join(projectRoot, relativePath);
+ const backupPath = path.join(backupRoot, relativePath);
+
+ rmSync(sourcePath, { recursive: true, force: true });
+
+ if (!existsSync(backupPath)) {
+ return;
+ }
+
+ mkdirSync(path.dirname(sourcePath), { recursive: true });
+ cpSync(backupPath, sourcePath, { recursive: true });
+}
+
+if (!process.env.ADMIN_APP_URL) {
+ throw new Error(
+ "[build-public-worker] ADMIN_APP_URL is required when building the public-only worker.",
+ );
+}
+
+try {
+ for (const relativePath of adminTargets) {
+ backupAndRemove(relativePath);
+ }
+
+ execFileSync(
+ "npx",
+ ["opennextjs-cloudflare", "build"],
+ {
+ cwd: projectRoot,
+ env: {
+ ...process.env,
+ },
+ stdio: "inherit",
+ },
+ );
+} finally {
+ for (const relativePath of adminTargets) {
+ restore(relativePath);
+ }
+
+ rmSync(backupRoot, { recursive: true, force: true });
+}
diff --git a/scripts/import-goodprice.ts b/scripts/import-goodprice.ts
new file mode 100644
index 0000000..1c08bea
--- /dev/null
+++ b/scripts/import-goodprice.ts
@@ -0,0 +1,667 @@
+import { mkdir, writeFile } from "node:fs/promises";
+import { createHash } from "node:crypto";
+import path from "node:path";
+
+type CliOptions = {
+ limit: number;
+ maxPrice: number;
+ delayMs: number;
+ timeoutMs: number;
+ includeDetail: boolean;
+ outputPath: string;
+ manifestPath: string;
+};
+
+type RegionOption = {
+ code: string;
+ name: string;
+};
+
+type GoodpriceListItem = {
+ bsshSn: string;
+ name: string;
+ categoryName: string;
+ address: string;
+ phone: string;
+ representativeMenu: string;
+ price: number;
+ latitude: number;
+ longitude: number;
+ pageIndex: number;
+ regionCode: string;
+ regionName: string;
+};
+
+type GoodpriceDetailMenu = {
+ label: string;
+ amount: number;
+ isDesignated: boolean;
+};
+
+type GoodpriceDetail = {
+ description: string;
+ businessHours: string;
+ phone: string;
+ menus: GoodpriceDetailMenu[];
+};
+
+type PlacePriceItem = {
+ id: string;
+ label: string;
+ amount: number;
+ verificationStatus: "verified" | "unverified";
+ reportedAt: string;
+};
+
+type PlaceRecord = {
+ id: string;
+ name: string;
+ businessName?: string;
+ categorySlug: string;
+ address: string;
+ district: string;
+ latitude: number;
+ longitude: number;
+ representativePriceAmount: number;
+ representativePriceLabel: string;
+ verificationStatus: "verified" | "unverified";
+ lastPriceUpdatedAt: string;
+ description: string;
+ note: string;
+ likeCount: number;
+ dislikeCount: number;
+ viewerReaction: "like" | "dislike" | null;
+ priceItems: PlacePriceItem[];
+ history: Array<{
+ id: string;
+ label: string;
+ amount: number;
+ verificationStatus: "verified" | "unverified";
+ recordedAt: string;
+ }>;
+ comments: Array<{
+ id: string;
+ authorLabel: string;
+ body: string;
+ createdAt: string;
+ }>;
+};
+
+const GOODPRICE_BASE_URL = "https://goodprice.go.kr";
+const LIST_PATH = "/bssh/bsshList.do";
+const DETAIL_PATH = "/bssh/bsshInfo.json";
+
+function getKstDateStamp() {
+ return new Intl.DateTimeFormat("sv-SE", {
+ timeZone: "Asia/Seoul",
+ }).format(new Date());
+}
+
+const IMPORTED_AT = getKstDateStamp();
+
+function parseArgs(argv: string[]): CliOptions {
+ const options: CliOptions = {
+ limit: 1000,
+ maxPrice: 10000,
+ delayMs: 120,
+ timeoutMs: 15000,
+ includeDetail: true,
+ outputPath: "src/features/places/imported-goodprice.json",
+ manifestPath: "data/goodprice/import-meta.json",
+ };
+
+ for (const arg of argv) {
+ if (!arg.startsWith("--")) {
+ continue;
+ }
+
+ const [flag, rawValue] = arg.slice(2).split("=", 2);
+ const value = rawValue ?? "";
+
+ switch (flag) {
+ case "limit":
+ options.limit = Number(value) || options.limit;
+ break;
+ case "max-price":
+ options.maxPrice = Number(value) || options.maxPrice;
+ break;
+ case "delay-ms":
+ options.delayMs = Number(value) || options.delayMs;
+ break;
+ case "timeout-ms":
+ options.timeoutMs = Number(value) || options.timeoutMs;
+ break;
+ case "include-detail":
+ options.includeDetail = value !== "false";
+ break;
+ case "output":
+ options.outputPath = value || options.outputPath;
+ break;
+ case "manifest":
+ options.manifestPath = value || options.manifestPath;
+ break;
+ default:
+ break;
+ }
+ }
+
+ return options;
+}
+
+function sleep(ms: number) {
+ return new Promise((resolve) => setTimeout(resolve, ms));
+}
+
+function stripTags(value: string) {
+ return value.replace(/<[^>]*>/g, " ");
+}
+
+function decodeEntities(value: string) {
+ return value
+ .replace(/ /g, " ")
+ .replace(/&/g, "&")
+ .replace(/</g, "<")
+ .replace(/>/g, ">")
+ .replace(/'/g, "'")
+ .replace(/"/g, '"');
+}
+
+function cleanText(value: string | undefined) {
+ if (!value) {
+ return "";
+ }
+
+ return decodeEntities(stripTags(value))
+ .replace(/\s+/g, " ")
+ .trim();
+}
+
+function parsePrice(value: string) {
+ const digits = value.replace(/[^\d]/g, "");
+ return digits.length > 0 ? Number(digits) : Number.NaN;
+}
+
+function createSlug(bsshSn: string) {
+ return `goodprice-${bsshSn}`;
+}
+
+function createStableId(...parts: string[]) {
+ return createHash("sha1").update(parts.join("|")).digest("hex").slice(0, 20);
+}
+
+function getDistrict(address: string) {
+ const tokens = address.split(/\s+/).filter(Boolean);
+ return tokens.slice(0, 2).join(" ");
+}
+
+function mapCategorySlug(categoryName: string) {
+ switch (categoryName) {
+ case "한식":
+ return "korean";
+ case "일식":
+ return "japanese";
+ case "양식":
+ return "western";
+ case "중식":
+ return "chinese";
+ case "베이커리":
+ return "bakery";
+ case "기타요식업":
+ return "other-food";
+ case "세탁업":
+ return "laundry";
+ case "목욕업":
+ return "bath";
+ case "숙박업":
+ return "lodging";
+ case "이용업":
+ return "barber";
+ case "미용업":
+ return "beauty";
+ case "기타비요식업":
+ return "other-service";
+ default:
+ return "other-service";
+ }
+}
+
+async function fetchText(
+ pathname: string,
+ form: Record,
+ timeoutMs: number,
+ expectJson = false,
+) {
+ const controller = new AbortController();
+ const timeout = setTimeout(() => controller.abort(), timeoutMs);
+
+ try {
+ const response = await fetch(`${GOODPRICE_BASE_URL}${pathname}`, {
+ method: "POST",
+ headers: {
+ "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
+ },
+ body: new URLSearchParams(form),
+ signal: controller.signal,
+ });
+
+ if (!response.ok) {
+ throw new Error(`${pathname} ${response.status} ${response.statusText}`);
+ }
+
+ return expectJson ? response.json() : response.text();
+ } finally {
+ clearTimeout(timeout);
+ }
+}
+
+function extractRegionOptions(html: string) {
+ const selectMatch = html.match(
+ /([\s\S]*?)<\/select>/,
+ );
+
+ if (!selectMatch) {
+ throw new Error("Failed to find ctpv select options.");
+ }
+
+ return Array.from(
+ selectMatch[1].matchAll(/([^<]+)<\/option>/g),
+ )
+ .map((match) => ({
+ code: cleanText(match[1]),
+ name: cleanText(match[2]),
+ }))
+ .filter((option) => option.code.length > 0);
+}
+
+function parseCoordinatePayload(html: string) {
+ const payloadMatch = html.match(/var articleObject2 = '([\s\S]*?)';/);
+
+ if (!payloadMatch) {
+ return [];
+ }
+
+ const raw = payloadMatch[1]
+ .replace(/\\'/g, "'")
+ .replace(/^\[/, "")
+ .replace(/\]$/, "");
+
+ if (raw.trim().length === 0) {
+ return [];
+ }
+
+ return raw
+ .split("},")
+ .map((chunk) =>
+ chunk
+ .replace(/[{}\[\]]/g, "")
+ .split(",")
+ .map((value) => cleanText(value)),
+ )
+ .filter((parts) => parts.length >= 4)
+ .map((parts) => ({
+ latitude: Number(parts[0]),
+ longitude: Number(parts[1]),
+ categoryName: parts[2],
+ name: parts.slice(3).join(","),
+ }));
+}
+
+function parseListPage(
+ html: string,
+ pageIndex: number,
+ region: RegionOption,
+): GoodpriceListItem[] {
+ const coords = parseCoordinatePayload(html);
+ const listBlocks = Array.from(
+ html.matchAll(/\s*([\s\S]*?)<\/li>/g),
+ ).map((match) => match[0]);
+
+ const itemCount = Math.min(coords.length, listBlocks.length);
+
+ return Array.from({ length: itemCount }, (_, index) => {
+ const block = listBlocks[index];
+ const idMatch = block.match(/goInfo\('(\d+)'\)/);
+ const nameMatch = block.match(/
([\s\S]*?)<\/div>/);
+ const addressMatch = block.match(
+ /
주소<\/div>\s*
([\s\S]*?)<\/div>/,
+ );
+ const phoneMatch = block.match(
+ /
전화번호<\/div>\s*(?:
([\s\S]*?)<\/div>)?/,
+ );
+ const menuAndPriceMatch = block.match(
+ /
주요품목<\/div>\s*
([\s\S]*?)<\/div>\s*
가격<\/div>\s*
([\s\S]*?)<\/div>/,
+ );
+
+ return {
+ bsshSn: cleanText(idMatch?.[1]),
+ name: cleanText(nameMatch?.[1]),
+ categoryName: coords[index]?.categoryName ?? "기타비요식업",
+ address: cleanText(addressMatch?.[1]),
+ phone: cleanText(phoneMatch?.[1]),
+ representativeMenu: cleanText(menuAndPriceMatch?.[1]),
+ price: parsePrice(cleanText(menuAndPriceMatch?.[2])),
+ latitude: coords[index]?.latitude ?? Number.NaN,
+ longitude: coords[index]?.longitude ?? Number.NaN,
+ pageIndex,
+ regionCode: region.code,
+ regionName: region.name,
+ };
+ }).filter(
+ (item) =>
+ item.bsshSn.length > 0 &&
+ item.name.length > 0 &&
+ item.address.length > 0 &&
+ item.representativeMenu.length > 0 &&
+ Number.isFinite(item.price) &&
+ Number.isFinite(item.latitude) &&
+ Number.isFinite(item.longitude),
+ );
+}
+
+async function fetchDetail(
+ bsshSn: string,
+ delayMs: number,
+ timeoutMs: number,
+) {
+ try {
+ const data = (await fetchText(
+ DETAIL_PATH,
+ {
+ bsshSn,
+ pageIndex: "1",
+ pageStyle: "list",
+ menuId: "MN-0103",
+ },
+ timeoutMs,
+ true,
+ )) as {
+ result?: {
+ bsshDc?: string;
+ bsnHr?: string;
+ bsshTelno?: string;
+ };
+ menuList?: Array<{
+ menuNm?: string;
+ menuPc?: number;
+ menuDsgnYn?: string;
+ }>;
+ };
+
+ await sleep(delayMs);
+
+ return {
+ description: cleanText(data.result?.bsshDc),
+ businessHours: cleanText(data.result?.bsnHr),
+ phone: cleanText(data.result?.bsshTelno),
+ menus:
+ data.menuList
+ ?.filter(
+ (menu) =>
+ cleanText(menu.menuNm).length > 0 &&
+ typeof menu.menuPc === "number" &&
+ Number.isFinite(menu.menuPc),
+ )
+ .map((menu) => ({
+ label: cleanText(menu.menuNm),
+ amount: Number(menu.menuPc),
+ isDesignated: menu.menuDsgnYn === "Y",
+ })) ?? [],
+ } satisfies GoodpriceDetail;
+ } catch (error) {
+ console.warn(`Detail fetch failed for ${bsshSn}:`, error);
+
+ return {
+ description: "",
+ businessHours: "",
+ phone: "",
+ menus: [],
+ } satisfies GoodpriceDetail;
+ }
+}
+
+function buildDescription(item: GoodpriceListItem, detail: GoodpriceDetail) {
+ if (detail.description && detail.description !== "-") {
+ return detail.description;
+ }
+
+ return `행정안전부 착한가격업소 목록에서 수집한 ${item.categoryName} 업소입니다. 대표 항목은 ${item.representativeMenu} ${item.price.toLocaleString("ko-KR")}원입니다.`;
+}
+
+function buildNote(item: GoodpriceListItem, detail: GoodpriceDetail) {
+ const notes = [
+ `출처: 행정안전부 착한가격업소`,
+ `수집일: ${IMPORTED_AT}`,
+ detail.phone || item.phone ? `전화: ${detail.phone || item.phone}` : "",
+ detail.businessHours && detail.businessHours !== "-" ? `영업시간: ${detail.businessHours}` : "",
+ ].filter(Boolean);
+
+ return notes.join(" / ");
+}
+
+function buildPriceItems(
+ item: GoodpriceListItem,
+ detail: GoodpriceDetail,
+ maxPrice: number,
+): PlacePriceItem[] {
+ const filteredDetailMenus = detail.menus.filter((menu) => menu.amount <= maxPrice);
+ const sourceMenus =
+ filteredDetailMenus.length > 0
+ ? filteredDetailMenus
+ : [
+ {
+ label: item.representativeMenu,
+ amount: item.price,
+ isDesignated: true,
+ },
+ ];
+
+ const deduped = new Map
();
+
+ for (const menu of sourceMenus) {
+ const key = `${menu.label}-${menu.amount}`;
+
+ if (deduped.has(key)) {
+ continue;
+ }
+
+ deduped.set(key, {
+ id: createStableId(item.bsshSn, menu.label, String(menu.amount)),
+ label: menu.label,
+ amount: menu.amount,
+ verificationStatus: "verified",
+ reportedAt: IMPORTED_AT,
+ });
+ }
+
+ return Array.from(deduped.values());
+}
+
+function toPlaceRecord(
+ item: GoodpriceListItem,
+ detail: GoodpriceDetail,
+ maxPrice: number,
+): PlaceRecord {
+ const priceItems = buildPriceItems(item, detail, maxPrice);
+ const representativePrice =
+ detail.menus.find(
+ (menu) => menu.isDesignated && menu.amount <= maxPrice,
+ ) ??
+ detail.menus.find(
+ (menu) =>
+ menu.label === item.representativeMenu && menu.amount <= maxPrice,
+ ) ?? {
+ label: item.representativeMenu,
+ amount: item.price,
+ isDesignated: true,
+ };
+
+ return {
+ id: createSlug(item.bsshSn),
+ name: item.name,
+ businessName: item.name,
+ categorySlug: mapCategorySlug(item.categoryName),
+ address: item.address,
+ district: getDistrict(item.address),
+ latitude: item.latitude,
+ longitude: item.longitude,
+ representativePriceAmount: representativePrice.amount,
+ representativePriceLabel: representativePrice.label,
+ verificationStatus: "verified",
+ lastPriceUpdatedAt: IMPORTED_AT,
+ description: buildDescription(item, detail),
+ note: buildNote(item, detail),
+ likeCount: 0,
+ dislikeCount: 0,
+ viewerReaction: null,
+ priceItems,
+ history: priceItems.map((priceItem) => ({
+ id: `${priceItem.id}-history`,
+ label: priceItem.label,
+ amount: priceItem.amount,
+ verificationStatus: "verified",
+ recordedAt: IMPORTED_AT,
+ })),
+ comments: [],
+ };
+}
+
+async function main() {
+ const options = parseArgs(process.argv.slice(2));
+ const firstPageHtml = (await fetchText(LIST_PATH, {
+ pageIndex: "1",
+ menuId: "MN-0103",
+ }, options.timeoutMs)) as string;
+
+ const regions = extractRegionOptions(firstPageHtml);
+ const seenAddresses = new Set();
+ const collected: GoodpriceListItem[] = [];
+ const pageState = new Map(
+ regions.map((region) => [region.code, { nextPage: 1, done: false }]),
+ );
+
+ while (collected.length < options.limit) {
+ let progressed = false;
+
+ for (const region of regions) {
+ if (collected.length >= options.limit) {
+ break;
+ }
+
+ const state = pageState.get(region.code);
+
+ if (!state || state.done) {
+ continue;
+ }
+
+ const html =
+ ((await fetchText(LIST_PATH, {
+ pageIndex: String(state.nextPage),
+ menuId: "MN-0103",
+ srchCtpvCd: region.code,
+ }, options.timeoutMs)) as string);
+
+ const pageItems = parseListPage(html, state.nextPage, region);
+ state.nextPage += 1;
+ progressed = true;
+
+ if (pageItems.length === 0) {
+ state.done = true;
+ continue;
+ }
+
+ const affordableItems = pageItems.filter(
+ (item) =>
+ item.price <= options.maxPrice &&
+ !seenAddresses.has(`${item.name}@@${item.address}`),
+ );
+
+ for (const item of affordableItems) {
+ collected.push(item);
+ seenAddresses.add(`${item.name}@@${item.address}`);
+
+ if (collected.length >= options.limit) {
+ break;
+ }
+ }
+
+ if (collected.length > 0 && collected.length % 100 === 0) {
+ console.log(`Collected ${collected.length}/${options.limit} places...`);
+ }
+
+ await sleep(options.delayMs);
+ }
+
+ if (!progressed) {
+ break;
+ }
+ }
+
+ const selected = collected.slice(0, options.limit);
+ const detailMap = new Map();
+
+ if (options.includeDetail) {
+ for (const [index, item] of selected.entries()) {
+ detailMap.set(
+ item.bsshSn,
+ await fetchDetail(item.bsshSn, options.delayMs, options.timeoutMs),
+ );
+
+ if ((index + 1) % 100 === 0) {
+ console.log(`Fetched detail ${index + 1}/${selected.length}...`);
+ }
+ }
+ }
+
+ const placeRecords = selected.map((item) =>
+ toPlaceRecord(
+ item,
+ detailMap.get(item.bsshSn) ?? {
+ description: "",
+ businessHours: "",
+ phone: item.phone,
+ menus: [],
+ },
+ options.maxPrice,
+ ),
+ );
+
+ const manifest = {
+ source: `${GOODPRICE_BASE_URL}${LIST_PATH}`,
+ importedAt: new Date().toISOString(),
+ options,
+ selectedCount: selected.length,
+ regions: Array.from(
+ selected.reduce((map, item) => {
+ map.set(item.regionName, (map.get(item.regionName) ?? 0) + 1);
+ return map;
+ }, new Map()),
+ ).map(([name, count]) => ({ name, count })),
+ categories: Array.from(
+ selected.reduce((map, item) => {
+ map.set(item.categoryName, (map.get(item.categoryName) ?? 0) + 1);
+ return map;
+ }, new Map()),
+ ).map(([name, count]) => ({ name, count })),
+ items: selected,
+ };
+
+ const outputAbsolutePath = path.resolve(process.cwd(), options.outputPath);
+ const manifestAbsolutePath = path.resolve(process.cwd(), options.manifestPath);
+
+ await mkdir(path.dirname(outputAbsolutePath), { recursive: true });
+ await mkdir(path.dirname(manifestAbsolutePath), { recursive: true });
+ await writeFile(outputAbsolutePath, `${JSON.stringify(placeRecords, null, 2)}\n`);
+ await writeFile(
+ manifestAbsolutePath,
+ `${JSON.stringify(manifest, null, 2)}\n`,
+ );
+
+ console.log(
+ `Imported ${placeRecords.length} places to ${path.relative(process.cwd(), outputAbsolutePath)}`,
+ );
+}
+
+main().catch((error) => {
+ console.error(error);
+ process.exitCode = 1;
+});
diff --git a/scripts/sync-admin-entrypoints.mjs b/scripts/sync-admin-entrypoints.mjs
new file mode 100644
index 0000000..4099d4f
--- /dev/null
+++ b/scripts/sync-admin-entrypoints.mjs
@@ -0,0 +1,51 @@
+import { cpSync, mkdirSync, rmSync } from "node:fs";
+import path from "node:path";
+import { fileURLToPath } from "node:url";
+
+const __filename = fileURLToPath(import.meta.url);
+const __dirname = path.dirname(__filename);
+const rootDir = path.resolve(__dirname, "..");
+const mode =
+ process.env.ALTTEULMAP_ADMIN_MODE === "external" ? "external" : "embedded";
+
+const destinationBase = path.join(
+ rootDir,
+ "src",
+ "features",
+ "admin",
+ "entrypoints",
+);
+
+const fileMap = [
+ ["pages/dashboard-page.tsx", "pages/dashboard-page.tsx"],
+ ["pages/places-page.tsx", "pages/places-page.tsx"],
+ ["pages/prices-page.tsx", "pages/prices-page.tsx"],
+ ["pages/place-prices-page.tsx", "pages/place-prices-page.tsx"],
+ ["pages/reports-page.tsx", "pages/reports-page.tsx"],
+ ["api/places-list.ts", "api/places-list.ts"],
+ ["api/place-detail.ts", "api/place-detail.ts"],
+ ["api/prices-list.ts", "api/prices-list.ts"],
+ ["api/price-detail.ts", "api/price-detail.ts"],
+ ["api/price-item-detail.ts", "api/price-item-detail.ts"],
+ ["api/reports-list.ts", "api/reports-list.ts"],
+ ["api/report-detail.ts", "api/report-detail.ts"],
+];
+
+rmSync(destinationBase, { recursive: true, force: true });
+mkdirSync(path.join(destinationBase, "pages"), { recursive: true });
+mkdirSync(path.join(destinationBase, "api"), { recursive: true });
+
+for (const [destination, embeddedSource] of fileMap) {
+ const source = path.join(
+ rootDir,
+ "src",
+ "features",
+ "admin",
+ mode === "external" ? "stubs" : "",
+ embeddedSource,
+ );
+
+ cpSync(source, path.join(destinationBase, destination));
+}
+
+process.stdout.write(`[admin:sync] mode=${mode}\n`);
diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx
index 8845316..842893d 100644
--- a/src/app/admin/page.tsx
+++ b/src/app/admin/page.tsx
@@ -1,122 +1,4 @@
-import Link from "next/link";
-import { redirect } from "next/navigation";
-
-import { AccessDeniedPanel } from "@/components/access-denied-panel";
-import {
- listPendingPlaces,
- listPendingPriceReports,
-} from "@/features/places/repository";
-import { listReports } from "@/features/reports/repository";
-import {
- createLoginHref,
- getSessionUser,
- getSessionUserLabel,
-} from "@/lib/session";
-
-export const dynamic = "force-dynamic";
-
-export default async function AdminPage() {
- const user = await getSessionUser();
-
- if (!user) {
- redirect(createLoginHref("/admin"));
- }
-
- if (user.role !== "admin") {
- return (
-
- );
- }
-
- const [pendingPlaces, pendingPriceReports, reports] = await Promise.all([
- listPendingPlaces(),
- listPendingPriceReports(),
- listReports(),
- ]);
-
- const openReportCount = reports.items.filter(
- (report) => report.status === "open" || report.status === "reviewing",
- ).length;
-
- return (
-
-
-
- Admin
-
-
- 운영 대시보드 초안
-
-
- 로컬 개발 단계에서 제보 승인과 신고 검토를 끝까지 확인할 수 있도록
- 최소 운영 도구를 붙였습니다.
-
-
-
-
-
- Place queue
-
-
- 승인 대기 장소 {pendingPlaces.items.length}건
-
-
- 등록 폼으로 들어온 신규 장소 제보를 승인하거나 반려합니다. 제출된
- 좌표를 검수하고 필요하면 조정한 뒤 공개 목록에 반영합니다.
-
-
- 장소 검토 열기
-
-
-
-
-
- Price queue
-
-
- 대기 중인 가격 제보 {pendingPriceReports.items.length}건
-
-
- 기존 장소에 들어온 가격 변경 제보를 검토하고 대표 가격에 반영합니다.
-
-
- 가격 제보 검토 열기
-
-
-
-
-
- Report queue
-
-
- 열린 신고 {openReportCount}건
-
-
- 가격 오류, 중복 장소, 정보 오류 신고를 상태별로 관리합니다.
-
-
- 신고 검토 열기
-
-
-
-
-
- );
-}
+export {
+ default,
+ dynamic,
+} from "@/features/admin/entrypoints/pages/dashboard-page";
diff --git a/src/app/admin/places/page.tsx b/src/app/admin/places/page.tsx
index 77150aa..61aba61 100644
--- a/src/app/admin/places/page.tsx
+++ b/src/app/admin/places/page.tsx
@@ -1,194 +1,4 @@
-import Link from "next/link";
-import { redirect } from "next/navigation";
-
-import { AccessDeniedPanel } from "@/components/access-denied-panel";
-import { getCategoryBySlug } from "@/features/categories/catalog";
-import { AdminPlaceReviewForm } from "@/features/places/admin-place-review-form";
-import { formatKrw } from "@/features/places/queries";
-import { listPendingPlaces } from "@/features/places/repository";
-import {
- createLoginHref,
- getSessionUser,
- getSessionUserLabel,
-} from "@/lib/session";
-
-export const dynamic = "force-dynamic";
-
-export default async function AdminPlacesPage() {
- const user = await getSessionUser();
-
- if (!user) {
- redirect(createLoginHref("/admin/places"));
- }
-
- if (user.role !== "admin") {
- return (
-
- );
- }
-
- const result = await listPendingPlaces();
-
- return (
-
-
-
-
-
- Admin
-
-
- 신규 장소 승인 큐
-
-
- 등록 폼으로 들어온 장소 제보를 검토합니다. 제출된 좌표를 확인하고
- 필요하면 조정한 뒤 승인하면 바로 지도와 상세 페이지에서 확인할 수
- 있습니다.
-
-
-
-
- 대시보드
-
-
- API 보기
-
-
- 가격 제보 큐
-
-
-
-
-
-
- 데이터 소스: {result.source === "database" ? "DB" : "목업"}
-
-
-
- {result.items.length > 0 ? (
-
- {result.items.map((place) => {
- const category = getCategoryBySlug(place.categorySlug);
-
- return (
-
-
-
-
- {place.id}
-
-
- {place.name}
-
-
- {place.businessName ?? place.name} ·{" "}
- {category?.name ?? "기타"} · 접수 {place.createdAt}
-
-
-
-
- 대표 가격
-
-
- {formatKrw(place.representativePriceAmount)}원
-
-
- {place.representativePriceLabel}
-
-
-
-
-
-
-
-
- 주소
-
-
{place.address}
-
{place.district}
-
-
-
- 메모
-
-
{place.note}
-
-
-
- 제출된 가격 항목
-
-
- {place.priceItems.map((item) => (
-
- {item.label} · {formatKrw(item.amount)}원
- {item.unitLabel ? ` / ${item.unitLabel}` : ""}
-
- ))}
-
-
-
-
-
-
-
- );
- })}
-
- ) : (
-
- 현재 승인 대기 중인 장소 제보가 없습니다.
-
- )}
-
-
- );
-}
+export {
+ default,
+ dynamic,
+} from "@/features/admin/entrypoints/pages/places-page";
diff --git a/src/app/admin/prices/page.tsx b/src/app/admin/prices/page.tsx
index 55dfebc..441f30e 100644
--- a/src/app/admin/prices/page.tsx
+++ b/src/app/admin/prices/page.tsx
@@ -1,275 +1,4 @@
-import Link from "next/link";
-import { redirect } from "next/navigation";
-
-import { AccessDeniedPanel } from "@/components/access-denied-panel";
-import { AdminPriceReportReviewForm } from "@/features/places/admin-price-report-review-form";
-import { formatKrw } from "@/features/places/queries";
-import {
- listPendingPriceReports,
- listPlaces,
-} from "@/features/places/repository";
-import {
- createLoginHref,
- getSessionUser,
- getSessionUserLabel,
-} from "@/lib/session";
-
-export const dynamic = "force-dynamic";
-
-export default async function AdminPricesPage() {
- const user = await getSessionUser();
-
- if (!user) {
- redirect(createLoginHref("/admin/prices"));
- }
-
- if (user.role !== "admin") {
- return (
-
- );
- }
-
- const [result, recentPlaces] = await Promise.all([
- listPendingPriceReports(),
- listPlaces({ sort: "recent" }),
- ]);
-
- return (
-
-
-
-
-
- Admin
-
-
- 가격 제보 검토 큐
-
-
- 기존 장소에 추가로 들어온 가격 제보를 검토합니다. 승인하면 현재
- 가격 항목과 대표 가격이 함께 갱신됩니다.
-
-
-
-
- 대시보드
-
-
- 장소 승인 큐
-
-
- 신고 검토 큐
-
-
- API 보기
-
-
-
-
-
-
- 데이터 소스: {result.source === "database" ? "DB" : "목업"}
-
-
-
- {result.items.length > 0 ? (
-
- {result.items.map((report) => (
-
-
-
-
- {report.id}
-
-
- {report.placeName}
-
-
- {report.district} · 접수 {report.createdAt}
-
-
-
-
- 제보 가격
-
-
- {formatKrw(report.amount)}원
-
-
- {report.label}
- {report.unitLabel ? ` / ${report.unitLabel}` : ""}
-
-
-
-
-
-
-
-
- 현재 저장된 가격
-
- {typeof report.existingPriceAmount === "number" ? (
- <>
-
- {report.existingPriceLabel}
-
-
- {formatKrw(report.existingPriceAmount)}원
- {report.existingPriceUnitLabel
- ? ` / ${report.existingPriceUnitLabel}`
- : ""}
-
-
- {report.existingPriceVerificationStatus === "verified"
- ? "현재 검증됨"
- : "현재 미검증"}
-
- >
- ) : (
-
같은 이름의 기존 가격 항목이 없습니다.
- )}
-
-
-
-
- 제보 메모
-
-
- {report.comment || "메모 없이 가격만 접수되었습니다."}
-
-
-
-
-
- 장소 보기
-
-
- 현재 가격 관리
-
-
-
-
-
-
-
- 검토 액션
-
-
- 승인하면 현재 가격 항목을 덮어쓰거나 새 항목으로 추가합니다.
-
-
-
-
-
-
- ))}
-
- ) : (
-
- 현재 검토 대기 중인 가격 제보가 없습니다.
-
- )}
-
-
-
-
-
- 현재 가격 관리
-
-
- 최근 업데이트된 장소부터 현재 가격 항목을 직접 수정하거나 숨길 수
- 있습니다.
-
-
-
- {recentPlaces.items.length}개 장소
-
-
-
-
- {recentPlaces.items.slice(0, 9).map((place) => (
-
-
- {place.district}
-
-
- {place.name}
-
-
- {place.representativePriceLabel}
-
-
- {formatKrw(place.representativePriceAmount)}원
-
-
-
- 가격 관리
-
-
- 장소 보기
-
-
-
- ))}
-
-
-
-
- );
-}
+export {
+ default,
+ dynamic,
+} from "@/features/admin/entrypoints/pages/prices-page";
diff --git a/src/app/admin/prices/places/[id]/page.tsx b/src/app/admin/prices/places/[id]/page.tsx
index af249cb..b22cce1 100644
--- a/src/app/admin/prices/places/[id]/page.tsx
+++ b/src/app/admin/prices/places/[id]/page.tsx
@@ -1,160 +1,4 @@
-import Link from "next/link";
-import { notFound, redirect } from "next/navigation";
-
-import { AccessDeniedPanel } from "@/components/access-denied-panel";
-import { AdminPriceItemForm } from "@/features/places/admin-price-item-form";
-import { formatKrw } from "@/features/places/queries";
-import { getAdminPlacePriceDetail } from "@/features/places/repository";
-import {
- createLoginHref,
- getSessionUser,
- getSessionUserLabel,
-} from "@/lib/session";
-
-type AdminPlacePricePageProps = {
- params: Promise<{
- id: string;
- }>;
-};
-
-export const dynamic = "force-dynamic";
-
-export default async function AdminPlacePricesDetailPage({
- params,
-}: AdminPlacePricePageProps) {
- const user = await getSessionUser();
-
- if (!user) {
- redirect(createLoginHref("/admin/prices"));
- }
-
- if (user.role !== "admin") {
- return (
-
- );
- }
-
- const { id } = await params;
- const result = await getAdminPlacePriceDetail(id);
-
- if (!result.item) {
- notFound();
- }
-
- const place = result.item;
-
- return (
-
-
-
-
-
- Admin
-
-
- {place.name} 가격 관리
-
-
- 대표 가격 규칙은 `대표 가격 플래그 + 검증 상태 + 최신성` 우선이며,
- 대표 플래그가 없으면 현재 활성 항목 중 최저가를 대표값으로 사용합니다.
-
-
-
-
- 가격 검토 큐
-
-
- 장소 보기
-
-
-
-
-
-
-
현재 대표 가격
-
- {formatKrw(place.representativePriceAmount)}원
-
-
- {place.representativePriceLabel}
-
-
-
-
지역
-
- {place.district}
-
-
-
-
대표 검증 상태
-
- {place.verificationStatus === "verified" ? "검증됨" : "미검증"}
-
-
-
-
-
- {place.priceItems.map((item) => (
-
-
-
-
- {item.id}
-
-
- {item.label}
-
-
- 최근 반영 {item.reportedAt || "기록 없음"} · 검증 누적{" "}
- {item.verifiedReportCount}회
-
-
-
-
- 현재 금액
-
-
- {formatKrw(item.amount)}원
-
-
- {item.unitLabel ? ` / ${item.unitLabel}` : "단위 없음"}
-
-
-
-
-
-
- ))}
-
-
-
- );
-}
+export {
+ default,
+ dynamic,
+} from "@/features/admin/entrypoints/pages/place-prices-page";
diff --git a/src/app/admin/reports/page.tsx b/src/app/admin/reports/page.tsx
index eeca2ed..0ceca55 100644
--- a/src/app/admin/reports/page.tsx
+++ b/src/app/admin/reports/page.tsx
@@ -1,165 +1,4 @@
-import Link from "next/link";
-import { redirect } from "next/navigation";
-
-import { AccessDeniedPanel } from "@/components/access-denied-panel";
-import { AdminReportStatusForm } from "@/features/reports/admin-report-status-form";
-import { listReports } from "@/features/reports/repository";
-import {
- reportReasonMap,
- reportStatusMap,
-} from "@/features/reports/schema";
-import {
- createLoginHref,
- getSessionUser,
- getSessionUserLabel,
-} from "@/lib/session";
-
-export const dynamic = "force-dynamic";
-
-const statusClassMap = {
- open: "bg-rose-100 text-rose-700",
- reviewing: "bg-amber-100 text-amber-700",
- resolved: "bg-emerald-100 text-emerald-700",
- dismissed: "bg-stone-200 text-stone-700",
-} as const;
-
-export default async function AdminReportsPage() {
- const user = await getSessionUser();
-
- if (!user) {
- redirect(createLoginHref("/admin/reports"));
- }
-
- if (user.role !== "admin") {
- return (
-
- );
- }
-
- const result = await listReports();
-
- return (
-
-
-
-
-
- Admin
-
-
- 신고 검토 큐 초안
-
-
- 1인 운영 기준 최소 검토 화면입니다. 로컬 초기 단계에서는 목업으로도
- 확인할 수 있고, DB가 붙으면 같은 화면에서 실제 신고 큐를 볼 수
- 있습니다.
-
-
-
-
- 대시보드
-
-
- 장소 승인 큐
-
-
- 가격 제보 큐
-
-
- API 보기
-
-
-
-
-
-
- 데이터 소스: {result.source === "database" ? "DB" : "목업"}
-
-
-
-
- {result.items.map((report) => (
-
-
-
-
- {report.id}
-
-
- {report.placeName}
-
-
- {reportReasonMap[report.reasonType]} · 접수 {report.createdAt}
-
-
-
- {reportStatusMap[report.status]}
-
-
-
- {report.detail}
-
-
-
-
- 장소 보기
-
-
- 신고 재현
-
-
-
-
-
- ))}
-
-
-
- );
-}
+export {
+ default,
+ dynamic,
+} from "@/features/admin/entrypoints/pages/reports-page";
diff --git a/src/app/api/admin/places/[id]/route.ts b/src/app/api/admin/places/[id]/route.ts
index 0d063a2..1e5e91d 100644
--- a/src/app/api/admin/places/[id]/route.ts
+++ b/src/app/api/admin/places/[id]/route.ts
@@ -1,105 +1,4 @@
-import { revalidatePath } from "next/cache";
-import { NextResponse } from "next/server";
-
-import {
- listPendingPlaces,
- moderatePlaceSubmission,
-} from "@/features/places/repository";
-import { placeModerationSchema } from "@/features/submission/schema";
-import { getSessionUser } from "@/lib/session";
-
-type RouteContext = {
- params: Promise<{
- id: string;
- }>;
-};
-
-export async function GET(_: Request, context: RouteContext) {
- const user = await getSessionUser();
-
- if (!user) {
- return NextResponse.json(
- {
- ok: false,
- message: "로그인이 필요합니다.",
- },
- { status: 401 },
- );
- }
-
- if (user.role !== "admin") {
- return NextResponse.json(
- {
- ok: false,
- message: "운영자 권한이 필요합니다.",
- },
- { status: 403 },
- );
- }
-
- const { id } = await context.params;
- const result = await listPendingPlaces();
- const item = result.items.find((place) => place.id === id) ?? null;
-
- return NextResponse.json(
- {
- item,
- source: result.source,
- mock: result.source === "mock",
- },
- { status: item ? 200 : 404 },
- );
-}
-
-export async function PATCH(request: Request, context: RouteContext) {
- const user = await getSessionUser();
-
- if (!user) {
- return NextResponse.json(
- {
- ok: false,
- message: "로그인이 필요합니다.",
- },
- { status: 401 },
- );
- }
-
- if (user.role !== "admin") {
- return NextResponse.json(
- {
- ok: false,
- message: "운영자 권한이 필요합니다.",
- },
- { status: 403 },
- );
- }
-
- const body = await request.json();
- const parsed = placeModerationSchema.safeParse(body);
-
- if (!parsed.success) {
- return NextResponse.json(
- {
- ok: false,
- message: "장소 검토 입력값 검증에 실패했습니다.",
- error: parsed.error.flatten(),
- },
- { status: 400 },
- );
- }
-
- const { id } = await context.params;
- const result = await moderatePlaceSubmission(id, parsed.data, user.id);
-
- if (result.ok) {
- revalidatePath("/admin");
- revalidatePath("/admin/places");
- revalidatePath("/api/admin/places");
- revalidatePath("/");
- revalidatePath("/api/places/map");
- revalidatePath(`/place/${id}`);
- revalidatePath(`/api/places/${id}`);
- }
-
- return NextResponse.json(result, { status: result.ok ? 200 : 404 });
-}
+export {
+ GET,
+ PATCH,
+} from "@/features/admin/entrypoints/api/place-detail";
diff --git a/src/app/api/admin/places/route.ts b/src/app/api/admin/places/route.ts
index e48b0f7..fd33671 100644
--- a/src/app/api/admin/places/route.ts
+++ b/src/app/api/admin/places/route.ts
@@ -1,39 +1,4 @@
-import { NextResponse } from "next/server";
-
-import { listPendingPlaces } from "@/features/places/repository";
-import { getSessionUser } from "@/lib/session";
-
-export const dynamic = "force-dynamic";
-
-export async function GET() {
- const user = await getSessionUser();
-
- if (!user) {
- return NextResponse.json(
- {
- ok: false,
- message: "로그인이 필요합니다.",
- },
- { status: 401 },
- );
- }
-
- if (user.role !== "admin") {
- return NextResponse.json(
- {
- ok: false,
- message: "운영자 권한이 필요합니다.",
- },
- { status: 403 },
- );
- }
-
- const result = await listPendingPlaces();
-
- return NextResponse.json({
- items: result.items,
- count: result.items.length,
- source: result.source,
- mock: result.source === "mock",
- });
-}
+export {
+ dynamic,
+ GET,
+} from "@/features/admin/entrypoints/api/places-list";
diff --git a/src/app/api/admin/price-items/[id]/route.ts b/src/app/api/admin/price-items/[id]/route.ts
index 6bfd9d8..601df19 100644
--- a/src/app/api/admin/price-items/[id]/route.ts
+++ b/src/app/api/admin/price-items/[id]/route.ts
@@ -1,76 +1 @@
-import { revalidatePath } from "next/cache";
-import { NextResponse } from "next/server";
-
-import { updatePriceItem } from "@/features/places/repository";
-import { adminPriceItemUpdateSchema } from "@/features/places/write-schema";
-import { getSessionUser } from "@/lib/session";
-
-type RouteContext = {
- params: Promise<{
- id: string;
- }>;
-};
-
-export async function PATCH(request: Request, context: RouteContext) {
- const user = await getSessionUser();
-
- if (!user) {
- return NextResponse.json(
- {
- ok: false,
- message: "로그인이 필요합니다.",
- },
- { status: 401 },
- );
- }
-
- if (user.role !== "admin") {
- return NextResponse.json(
- {
- ok: false,
- message: "운영자 권한이 필요합니다.",
- },
- { status: 403 },
- );
- }
-
- const body = await request.json();
- const parsed = adminPriceItemUpdateSchema.safeParse(body);
-
- if (!parsed.success) {
- return NextResponse.json(
- {
- ok: false,
- message: "가격 항목 수정 입력값 검증에 실패했습니다.",
- error: parsed.error.flatten(),
- },
- { status: 400 },
- );
- }
-
- const { id } = await context.params;
- const result = await updatePriceItem(id, parsed.data, user.id);
-
- if (result.ok) {
- revalidatePath("/admin");
- revalidatePath("/admin/prices");
- revalidatePath("/api/admin/prices");
-
- if (result.placeId) {
- revalidatePath(`/admin/prices/places/${result.placeId}`);
- revalidatePath(`/place/${result.placeId}`);
- revalidatePath(`/api/places/${result.placeId}`);
- }
-
- revalidatePath("/");
- revalidatePath("/api/places/map");
- }
-
- const status = result.ok
- ? 200
- : result.message === "같은 이름의 가격 항목이 이미 있습니다."
- ? 400
- : 404;
-
- return NextResponse.json(result, { status });
-}
+export { PATCH } from "@/features/admin/entrypoints/api/price-item-detail";
diff --git a/src/app/api/admin/prices/[id]/route.ts b/src/app/api/admin/prices/[id]/route.ts
index e011a22..ddca47a 100644
--- a/src/app/api/admin/prices/[id]/route.ts
+++ b/src/app/api/admin/prices/[id]/route.ts
@@ -1,65 +1 @@
-import { revalidatePath } from "next/cache";
-import { NextResponse } from "next/server";
-
-import { moderatePriceReport } from "@/features/places/repository";
-import { priceReportModerationSchema } from "@/features/places/write-schema";
-import { getSessionUser } from "@/lib/session";
-
-type RouteContext = {
- params: Promise<{
- id: string;
- }>;
-};
-
-export async function PATCH(request: Request, context: RouteContext) {
- const user = await getSessionUser();
-
- if (!user) {
- return NextResponse.json(
- {
- ok: false,
- message: "로그인이 필요합니다.",
- },
- { status: 401 },
- );
- }
-
- if (user.role !== "admin") {
- return NextResponse.json(
- {
- ok: false,
- message: "운영자 권한이 필요합니다.",
- },
- { status: 403 },
- );
- }
-
- const body = await request.json();
- const parsed = priceReportModerationSchema.safeParse(body);
-
- if (!parsed.success) {
- return NextResponse.json(
- {
- ok: false,
- message: "가격 제보 검토 입력값 검증에 실패했습니다.",
- error: parsed.error.flatten(),
- },
- { status: 400 },
- );
- }
-
- const { id } = await context.params;
- const result = await moderatePriceReport(id, parsed.data, user.id);
-
- if (result.ok && result.item) {
- revalidatePath("/admin");
- revalidatePath("/admin/prices");
- revalidatePath("/api/admin/prices");
- revalidatePath(`/place/${result.item.placeId}`);
- revalidatePath(`/api/places/${result.item.placeId}`);
- revalidatePath("/");
- revalidatePath("/api/places/map");
- }
-
- return NextResponse.json(result, { status: result.ok ? 200 : 404 });
-}
+export { PATCH } from "@/features/admin/entrypoints/api/price-detail";
diff --git a/src/app/api/admin/prices/route.ts b/src/app/api/admin/prices/route.ts
index 6110963..361fc4b 100644
--- a/src/app/api/admin/prices/route.ts
+++ b/src/app/api/admin/prices/route.ts
@@ -1,39 +1,4 @@
-import { NextResponse } from "next/server";
-
-import { listPendingPriceReports } from "@/features/places/repository";
-import { getSessionUser } from "@/lib/session";
-
-export const dynamic = "force-dynamic";
-
-export async function GET() {
- const user = await getSessionUser();
-
- if (!user) {
- return NextResponse.json(
- {
- ok: false,
- message: "로그인이 필요합니다.",
- },
- { status: 401 },
- );
- }
-
- if (user.role !== "admin") {
- return NextResponse.json(
- {
- ok: false,
- message: "운영자 권한이 필요합니다.",
- },
- { status: 403 },
- );
- }
-
- const result = await listPendingPriceReports();
-
- return NextResponse.json({
- items: result.items,
- count: result.items.length,
- source: result.source,
- mock: result.source === "mock",
- });
-}
+export {
+ dynamic,
+ GET,
+} from "@/features/admin/entrypoints/api/prices-list";
diff --git a/src/app/api/admin/reports/[id]/route.ts b/src/app/api/admin/reports/[id]/route.ts
index a040fd8..c03a46b 100644
--- a/src/app/api/admin/reports/[id]/route.ts
+++ b/src/app/api/admin/reports/[id]/route.ts
@@ -1,61 +1 @@
-import { revalidatePath } from "next/cache";
-import { NextResponse } from "next/server";
-
-import { updateReportStatus } from "@/features/reports/repository";
-import { reportModerationSchema } from "@/features/reports/schema";
-import { getSessionUser } from "@/lib/session";
-
-type RouteContext = {
- params: Promise<{
- id: string;
- }>;
-};
-
-export async function PATCH(request: Request, context: RouteContext) {
- const user = await getSessionUser();
-
- if (!user) {
- return NextResponse.json(
- {
- ok: false,
- message: "로그인이 필요합니다.",
- },
- { status: 401 },
- );
- }
-
- if (user.role !== "admin") {
- return NextResponse.json(
- {
- ok: false,
- message: "운영자 권한이 필요합니다.",
- },
- { status: 403 },
- );
- }
-
- const body = await request.json();
- const parsed = reportModerationSchema.safeParse(body);
-
- if (!parsed.success) {
- return NextResponse.json(
- {
- ok: false,
- message: "신고 상태 검증에 실패했습니다.",
- error: parsed.error.flatten(),
- },
- { status: 400 },
- );
- }
-
- const { id } = await context.params;
- const result = await updateReportStatus(id, parsed.data, user.id);
-
- if (result.ok) {
- revalidatePath("/admin");
- revalidatePath("/admin/reports");
- revalidatePath("/api/admin/reports");
- }
-
- return NextResponse.json(result, { status: result.ok ? 200 : 404 });
-}
+export { PATCH } from "@/features/admin/entrypoints/api/report-detail";
diff --git a/src/app/api/admin/reports/route.ts b/src/app/api/admin/reports/route.ts
index 95a72fa..fdee9ee 100644
--- a/src/app/api/admin/reports/route.ts
+++ b/src/app/api/admin/reports/route.ts
@@ -1,39 +1,4 @@
-import { NextResponse } from "next/server";
-
-import { listReports } from "@/features/reports/repository";
-import { getSessionUser } from "@/lib/session";
-
-export const dynamic = "force-dynamic";
-
-export async function GET() {
- const user = await getSessionUser();
-
- if (!user) {
- return NextResponse.json(
- {
- ok: false,
- message: "로그인이 필요합니다.",
- },
- { status: 401 },
- );
- }
-
- if (user.role !== "admin") {
- return NextResponse.json(
- {
- ok: false,
- message: "운영자 권한이 필요합니다.",
- },
- { status: 403 },
- );
- }
-
- const result = await listReports();
-
- return NextResponse.json({
- items: result.items,
- count: result.items.length,
- source: result.source,
- mock: result.source === "mock",
- });
-}
+export {
+ dynamic,
+ GET,
+} from "@/features/admin/entrypoints/api/reports-list";
diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts
index d0b5ff8..fd22bbd 100644
--- a/src/app/api/auth/[...nextauth]/route.ts
+++ b/src/app/api/auth/[...nextauth]/route.ts
@@ -1,9 +1,11 @@
import NextAuth from "next-auth";
-import { authOptions } from "@/auth";
+import { getAuthOptions } from "@/auth";
export const runtime = "nodejs";
-const handler = NextAuth(authOptions);
+async function handler(request: Request) {
+ return NextAuth(getAuthOptions())(request);
+}
export { handler as GET, handler as POST };
diff --git a/src/app/api/auth/signup/route.ts b/src/app/api/auth/signup/route.ts
index 775aff9..cfadab6 100644
--- a/src/app/api/auth/signup/route.ts
+++ b/src/app/api/auth/signup/route.ts
@@ -1,5 +1,3 @@
-import { NextResponse } from "next/server";
-
import { createCredentialsUser } from "@/features/auth/repository";
import { credentialsSignupSchema } from "@/features/auth/schema";
import { consumeRateLimit } from "@/lib/rate-limit";
@@ -18,7 +16,7 @@ export async function POST(request: Request) {
});
if (!rateLimit.ok) {
- return NextResponse.json(
+ return Response.json(
{
ok: false,
message: "회원가입 요청이 너무 빠릅니다. 잠시 후 다시 시도해주세요.",
@@ -33,7 +31,7 @@ export async function POST(request: Request) {
const parsed = credentialsSignupSchema.safeParse(body);
if (!parsed.success) {
- return NextResponse.json(
+ return Response.json(
{
ok: false,
message: "회원가입 입력값 검증에 실패했습니다.",
@@ -49,9 +47,9 @@ export async function POST(request: Request) {
? 201
: result.message.includes("이미 가입된 이메일")
? 409
- : result.message.includes("DB 연결")
+ : result.message.includes("데이터 연결")
? 503
: 500;
- return NextResponse.json(result, { status });
+ return Response.json(result, { status });
}
diff --git a/src/app/api/bookmarks/[id]/route.ts b/src/app/api/bookmarks/[id]/route.ts
index fd7204c..9ff7652 100644
--- a/src/app/api/bookmarks/[id]/route.ts
+++ b/src/app/api/bookmarks/[id]/route.ts
@@ -1,6 +1,4 @@
import { revalidatePath } from "next/cache";
-import { NextResponse } from "next/server";
-
import { setBookmark } from "@/features/bookmarks/repository";
import { bookmarkToggleSchema } from "@/features/bookmarks/schema";
import { getSessionUser } from "@/lib/session";
@@ -15,7 +13,7 @@ export async function PUT(request: Request, context: RouteContext) {
const user = await getSessionUser();
if (!user) {
- return NextResponse.json(
+ return Response.json(
{
ok: false,
message: "로그인이 필요합니다.",
@@ -29,7 +27,7 @@ export async function PUT(request: Request, context: RouteContext) {
const parsed = bookmarkToggleSchema.safeParse(body);
if (!parsed.success) {
- return NextResponse.json(
+ return Response.json(
{
ok: false,
message: "북마크 입력값 검증에 실패했습니다.",
@@ -51,5 +49,5 @@ export async function PUT(request: Request, context: RouteContext) {
revalidatePath(`/api/places/${id}`);
}
- return NextResponse.json(result, { status: result.ok ? 200 : 404 });
+ return Response.json(result, { status: result.ok ? 200 : 404 });
}
diff --git a/src/app/api/bookmarks/route.ts b/src/app/api/bookmarks/route.ts
index ba2b579..e359709 100644
--- a/src/app/api/bookmarks/route.ts
+++ b/src/app/api/bookmarks/route.ts
@@ -1,5 +1,3 @@
-import { NextResponse } from "next/server";
-
import { listBookmarks } from "@/features/bookmarks/repository";
import { getSessionUser } from "@/lib/session";
@@ -9,7 +7,7 @@ export async function GET() {
const user = await getSessionUser();
if (!user) {
- return NextResponse.json(
+ return Response.json(
{
ok: false,
message: "로그인이 필요합니다.",
@@ -20,7 +18,7 @@ export async function GET() {
const result = await listBookmarks(user);
- return NextResponse.json({
+ return Response.json({
items: result.items,
count: result.items.length,
source: result.source,
diff --git a/src/app/api/categories/route.ts b/src/app/api/categories/route.ts
index de5298c..98419ca 100644
--- a/src/app/api/categories/route.ts
+++ b/src/app/api/categories/route.ts
@@ -1,9 +1,7 @@
-import { NextResponse } from "next/server";
-
import { categoryGroups, categoryOptions } from "@/features/categories/catalog";
export function GET() {
- return NextResponse.json({
+ return Response.json({
groups: categoryGroups,
categories: categoryOptions,
});
diff --git a/src/app/api/places/[id]/comments/[commentId]/route.ts b/src/app/api/places/[id]/comments/[commentId]/route.ts
index 33b6320..8db4a3c 100644
--- a/src/app/api/places/[id]/comments/[commentId]/route.ts
+++ b/src/app/api/places/[id]/comments/[commentId]/route.ts
@@ -1,6 +1,4 @@
import { revalidatePath } from "next/cache";
-import { NextResponse } from "next/server";
-
import { deletePlaceComment } from "@/features/places/repository";
import { getPublicWriteActor } from "@/lib/public-write-actor";
@@ -17,7 +15,7 @@ export async function DELETE(request: Request, context: RouteContext) {
});
if (!actor.user && !actor.visitorId) {
- return NextResponse.json(
+ return Response.json(
{
ok: false,
message: "삭제 권한이 없습니다.",
@@ -41,5 +39,5 @@ export async function DELETE(request: Request, context: RouteContext) {
const status =
result.ok ? 200 : result.message === "삭제 권한이 없습니다." ? 403 : 404;
- return NextResponse.json(result, { status });
+ return Response.json(result, { status });
}
diff --git a/src/app/api/places/[id]/comments/route.ts b/src/app/api/places/[id]/comments/route.ts
index bb959e3..f23c591 100644
--- a/src/app/api/places/[id]/comments/route.ts
+++ b/src/app/api/places/[id]/comments/route.ts
@@ -1,6 +1,4 @@
import { revalidatePath } from "next/cache";
-import { NextResponse } from "next/server";
-
import { createPlaceComment } from "@/features/places/repository";
import { placeCommentSchema } from "@/features/places/write-schema";
import {
@@ -26,7 +24,7 @@ export async function POST(request: Request, context: RouteContext) {
});
if (!rateLimit.ok) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "코멘트 등록 요청이 너무 빠릅니다. 잠시 후 다시 시도해주세요.",
@@ -44,7 +42,7 @@ export async function POST(request: Request, context: RouteContext) {
const parsed = placeCommentSchema.safeParse(body);
if (!parsed.success) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "코멘트 입력값 검증에 실패했습니다.",
@@ -78,7 +76,7 @@ export async function POST(request: Request, context: RouteContext) {
revalidatePath(`/api/places/${id}`);
}
- const response = NextResponse.json(result, { status: result.ok ? 200 : 404 });
+ const response = Response.json(result, { status: result.ok ? 200 : 404 });
setPublicWriteActorCookie(response, actor, request);
return response;
}
diff --git a/src/app/api/places/[id]/prices/route.ts b/src/app/api/places/[id]/prices/route.ts
index 336f055..d9798ec 100644
--- a/src/app/api/places/[id]/prices/route.ts
+++ b/src/app/api/places/[id]/prices/route.ts
@@ -1,6 +1,4 @@
import { revalidatePath } from "next/cache";
-import { NextResponse } from "next/server";
-
import { createPlacePriceReport } from "@/features/places/repository";
import { placePriceReportSchema } from "@/features/places/write-schema";
import {
@@ -26,7 +24,7 @@ export async function POST(request: Request, context: RouteContext) {
});
if (!rateLimit.ok) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "가격 제보 요청이 너무 빠릅니다. 잠시 후 다시 시도해주세요.",
@@ -44,7 +42,7 @@ export async function POST(request: Request, context: RouteContext) {
const parsed = placePriceReportSchema.safeParse(body);
if (!parsed.success) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "가격 제보 입력값 검증에 실패했습니다.",
@@ -69,7 +67,7 @@ export async function POST(request: Request, context: RouteContext) {
revalidatePath(`/api/places/${id}`);
}
- const response = NextResponse.json(result, { status: result.ok ? 200 : 404 });
+ const response = Response.json(result, { status: result.ok ? 200 : 404 });
setPublicWriteActorCookie(response, actor, request);
return response;
}
diff --git a/src/app/api/places/[id]/reaction/route.ts b/src/app/api/places/[id]/reaction/route.ts
index 0cce2c0..2c0231b 100644
--- a/src/app/api/places/[id]/reaction/route.ts
+++ b/src/app/api/places/[id]/reaction/route.ts
@@ -1,6 +1,4 @@
import { revalidatePath } from "next/cache";
-import { NextResponse } from "next/server";
-
import { setPlaceReaction } from "@/features/places/repository";
import { placeReactionSchema } from "@/features/places/reaction-schema";
import { consumeRateLimit } from "@/lib/rate-limit";
@@ -30,7 +28,7 @@ export async function PUT(request: Request, context: RouteContext) {
});
if (!rateLimit.ok) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "반응 요청이 너무 빠릅니다. 잠시 후 다시 시도해주세요.",
@@ -50,7 +48,7 @@ export async function PUT(request: Request, context: RouteContext) {
const parsed = placeReactionSchema.safeParse(body);
if (!parsed.success) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "반응 입력값 검증에 실패했습니다.",
@@ -88,7 +86,7 @@ export async function PUT(request: Request, context: RouteContext) {
revalidatePath("/api/places/map");
}
- const response = NextResponse.json(result, { status: result.ok ? 200 : 404 });
+ const response = Response.json(result, { status: result.ok ? 200 : 404 });
if (!user && visitorId) {
setVisitorIdCookie(response, visitorId, request.url);
diff --git a/src/app/api/places/[id]/route.ts b/src/app/api/places/[id]/route.ts
index e8ddb3d..32ceb4b 100644
--- a/src/app/api/places/[id]/route.ts
+++ b/src/app/api/places/[id]/route.ts
@@ -1,5 +1,3 @@
-import { NextResponse } from "next/server";
-
import { getPlaceDetail } from "@/features/places/repository";
import { getSessionUser } from "@/lib/session";
import { getVisitorIdFromCookie } from "@/lib/visitor-id";
@@ -37,7 +35,7 @@ export async function GET(_: Request, context: RouteContext) {
const place = result.item;
if (!place) {
- return NextResponse.json(
+ return Response.json(
{
error: {
code: "NOT_FOUND",
@@ -51,7 +49,7 @@ export async function GET(_: Request, context: RouteContext) {
);
}
- return NextResponse.json(
+ return Response.json(
{
item: place,
source: result.source,
diff --git a/src/app/api/places/map/route.ts b/src/app/api/places/map/route.ts
index 726c5e1..e2f64e7 100644
--- a/src/app/api/places/map/route.ts
+++ b/src/app/api/places/map/route.ts
@@ -1,7 +1,4 @@
-import { NextRequest, NextResponse } from "next/server";
-
import { listPlaces } from "@/features/places/repository";
-import type { PlaceSort } from "@/features/places/types";
export const dynamic = "force-dynamic";
@@ -29,20 +26,8 @@ function parseFiniteNumber(value: string | null) {
return Number.isFinite(parsed) ? parsed : null;
}
-function parseSort(value: string | null): PlaceSort {
- if (value === "recent") {
- return "recent";
- }
-
- if (value === "likes") {
- return "likes";
- }
-
- return "price";
-}
-
-export async function GET(request: NextRequest) {
- const searchParams = request.nextUrl.searchParams;
+export async function GET(request: Request) {
+ const searchParams = new URL(request.url).searchParams;
const category = searchParams.get("category");
const query = searchParams.get("query")?.trim() || null;
const searchScope =
@@ -52,7 +37,6 @@ export async function GET(request: NextRequest) {
const maxLat = parseFiniteNumber(searchParams.get("maxLat"));
const minLng = parseFiniteNumber(searchParams.get("minLng"));
const maxLng = parseFiniteNumber(searchParams.get("maxLng"));
- const sort = parseSort(searchParams.get("sort"));
const bounds =
minLat !== null && maxLat !== null && minLng !== null && maxLng !== null
? {
@@ -67,11 +51,10 @@ export async function GET(request: NextRequest) {
category,
maxPrice,
query,
- sort,
bounds: searchScope === "viewport" ? bounds : null,
});
- return NextResponse.json(
+ return Response.json(
{
items: result.items,
count: result.items.length,
@@ -81,7 +64,6 @@ export async function GET(request: NextRequest) {
maxPrice,
query,
searchScope,
- sort,
bounds: searchScope === "viewport" ? bounds : null,
},
source: result.source,
diff --git a/src/app/api/places/route.ts b/src/app/api/places/route.ts
index 7625de4..8cafdcc 100644
--- a/src/app/api/places/route.ts
+++ b/src/app/api/places/route.ts
@@ -1,5 +1,3 @@
-import { NextResponse } from "next/server";
-
import { createPlaceSubmission } from "@/features/places/repository";
import { placeSubmissionSchema } from "@/features/submission/schema";
import {
@@ -19,7 +17,7 @@ export async function POST(request: Request) {
});
if (!rateLimit.ok) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "장소 등록 요청이 너무 빠릅니다. 잠시 후 다시 시도해주세요.",
@@ -37,7 +35,7 @@ export async function POST(request: Request) {
const parsed = placeSubmissionSchema.safeParse(body);
if (!parsed.success) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "입력값 검증에 실패했습니다.",
@@ -52,7 +50,7 @@ export async function POST(request: Request) {
}
const result = await createPlaceSubmission(parsed.data, actor.user?.id ?? null);
- const response = NextResponse.json(result);
+ const response = Response.json(result);
setPublicWriteActorCookie(response, actor, request);
diff --git a/src/app/api/reports/route.ts b/src/app/api/reports/route.ts
index b154569..1d72ee7 100644
--- a/src/app/api/reports/route.ts
+++ b/src/app/api/reports/route.ts
@@ -1,5 +1,3 @@
-import { NextResponse } from "next/server";
-
import { createReportSubmission } from "@/features/reports/repository";
import { reportSubmissionSchema } from "@/features/reports/schema";
import {
@@ -19,7 +17,7 @@ export async function POST(request: Request) {
});
if (!rateLimit.ok) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "신고 요청이 너무 빠릅니다. 잠시 후 다시 시도해주세요.",
@@ -37,7 +35,7 @@ export async function POST(request: Request) {
const parsed = reportSubmissionSchema.safeParse(body);
if (!parsed.success) {
- const response = NextResponse.json(
+ const response = Response.json(
{
ok: false,
message: "신고 입력값 검증에 실패했습니다.",
@@ -51,7 +49,7 @@ export async function POST(request: Request) {
return response;
}
- const response = NextResponse.json(
+ const response = Response.json(
await createReportSubmission(parsed.data, actor.user?.id ?? null),
);
setPublicWriteActorCookie(response, actor, request);
diff --git a/src/app/bookmarks/page.tsx b/src/app/bookmarks/page.tsx
index 836b197..ce76269 100644
--- a/src/app/bookmarks/page.tsx
+++ b/src/app/bookmarks/page.tsx
@@ -1,6 +1,7 @@
import Link from "next/link";
import { redirect } from "next/navigation";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
import { BookmarkToggleButton } from "@/features/bookmarks/bookmark-toggle-button";
import { listBookmarks } from "@/features/bookmarks/repository";
import { getCategoryBySlug } from "@/features/categories/catalog";
@@ -49,9 +50,7 @@ export default async function BookmarksPage() {
북마크한 장소
-
- {bookmarkResult.userLabel}
-
+
{bookmarkedPlaces.length > 0 ? (
diff --git a/src/app/globals.css b/src/app/globals.css
index 0db10b4..32ad822 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -32,13 +32,18 @@
}
.altteulmap-accent-chip {
- border-color: var(--altteul-accent-border);
- background-color: var(--altteul-accent-soft);
- color: var(--altteul-accent-text);
+ border-color: #9c5934;
+ background: linear-gradient(180deg, #cb7c4d 0%, #b96b41 100%);
+ box-shadow:
+ inset 0 1px 0 rgba(255, 255, 255, 0.18),
+ 0 0 0 1px rgba(156, 89, 52, 0.12);
+ color: #fff;
}
.altteulmap-accent-chip:hover {
- background-color: var(--altteul-accent-soft-hover);
+ border-color: #8f522f;
+ background: linear-gradient(180deg, #bf7145 0%, #a95f38 100%);
+ color: #fff;
}
.altteulmap-accent-panel {
@@ -105,11 +110,12 @@
.altteulmap-chip {
border-radius: 0.9rem;
- background-color: rgba(255, 251, 247, 0.94);
+ background-color: rgba(255, 255, 255, 0.96);
transition:
border-color 160ms ease,
background-color 160ms ease,
- color 160ms ease;
+ color 160ms ease,
+ box-shadow 160ms ease;
}
.altteulmap-chip:hover {
@@ -117,6 +123,38 @@
background-color: var(--altteul-surface-fill-hover);
}
+.altteulmap-scope-chip {
+ border: 1px solid rgba(186, 173, 161, 0.75);
+ background-color: rgba(255, 255, 255, 0.96);
+ color: rgb(68, 64, 60);
+}
+
+.altteulmap-scope-input:hover + .altteulmap-scope-chip {
+ border-color: var(--altteul-surface-border-strong);
+ background-color: var(--altteul-surface-fill-hover);
+}
+
+.altteulmap-scope-input:checked + .altteulmap-scope-chip {
+ border-color: #9c5934;
+ background: linear-gradient(180deg, #cb7c4d 0%, #b96b41 100%);
+ box-shadow:
+ inset 0 1px 0 rgba(255, 255, 255, 0.18),
+ 0 0 0 1px rgba(156, 89, 52, 0.14);
+ color: #fff;
+}
+
+.altteulmap-scope-input:focus-visible + .altteulmap-scope-chip {
+ outline: none;
+ box-shadow: 0 0 0 3px var(--altteul-focus-ring);
+}
+
+.altteulmap-scope-input:checked:focus-visible + .altteulmap-scope-chip {
+ box-shadow:
+ 0 0 0 3px var(--altteul-focus-ring),
+ inset 0 1px 0 rgba(255, 255, 255, 0.18),
+ 0 0 0 1px rgba(156, 89, 52, 0.14);
+}
+
.altteulmap-badge {
border-radius: 0.9rem;
border: 1px solid rgba(189, 164, 143, 0.46);
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index ece809c..aa9f6d8 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -15,28 +15,6 @@ export const metadata: Metadata = {
template: `%s | ${siteName}`,
},
description: siteDescription,
- applicationName: siteName,
- keywords: [
- "알뜰맵",
- "가성비 지도",
- "저렴한 식당",
- "생활비 절약",
- "학생 식당",
- "문구 프린트",
- ],
- openGraph: {
- type: "website",
- locale: "ko_KR",
- siteName,
- title: siteName,
- description: siteDescription,
- url: "/",
- },
- twitter: {
- card: "summary",
- title: siteName,
- description: siteDescription,
- },
};
export default function RootLayout({
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3ebe8a7..45dae16 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,22 +1,5 @@
-import type { Metadata } from "next";
-
-import MapPage from "@/app/map/page";
-
-type HomePageProps = {
- searchParams: Promise
>;
-};
-
-export const dynamic = "force-dynamic";
-
-export const metadata: Metadata = {
- title: "지도에서 알뜰 장소 찾기",
- description:
- "주변 식당, 문구점, 프린트, 생활 서비스 가격을 지도에서 비교하고 알뜰 장소를 찾아보세요.",
- alternates: {
- canonical: "/",
- },
-};
-
-export default function Home(props: HomePageProps) {
- return ;
-}
+export {
+ default,
+ dynamic,
+ metadata,
+} from "@/features/map/map-page";
diff --git a/src/app/place/[id]/page.tsx b/src/app/place/[id]/page.tsx
index 30caa34..ed80ff8 100644
--- a/src/app/place/[id]/page.tsx
+++ b/src/app/place/[id]/page.tsx
@@ -2,6 +2,7 @@ import type { Metadata } from "next";
import Link from "next/link";
import { notFound } from "next/navigation";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
import { BookmarkToggleButton } from "@/features/bookmarks/bookmark-toggle-button";
import { listBookmarks } from "@/features/bookmarks/repository";
import { getCategoryBySlug } from "@/features/categories/catalog";
@@ -53,17 +54,6 @@ export async function generateMetadata({
alternates: {
canonical: `/place/${place.id}`,
},
- openGraph: {
- type: "article",
- title,
- description,
- url: `/place/${place.id}`,
- },
- twitter: {
- card: "summary",
- title,
- description,
- },
};
}
@@ -98,19 +88,28 @@ export default async function PlacePage({ params }: PlacePageProps) {
const isBookmarked = bookmarkResult.items.some(
(bookmark) => bookmark.placeId === place.id,
);
+ const placePath = `/place/${place.id}`;
const bookmarkLoginHref = createLoginHref(`/place/${place.id}`);
+ const loginHref = createLoginHref(placePath);
const reportPath = `/report?placeId=${place.id}&placeName=${encodeURIComponent(place.name)}`;
const reportHref = reportPath;
return (
-
- 목록으로 돌아가기
-
+
+
+ 목록으로 돌아가기
+
+
+
diff --git a/src/app/report/page.tsx b/src/app/report/page.tsx
index fee5f3a..06a64c4 100644
--- a/src/app/report/page.tsx
+++ b/src/app/report/page.tsx
@@ -1,5 +1,9 @@
+import { SessionActionGroup } from "@/features/auth/session-action-group";
import { ReportSubmitForm } from "@/features/reports/report-submit-form";
-import { getSessionUser, getSessionUserLabel } from "@/lib/session";
+import {
+ createLoginHref,
+ getSessionUser,
+} from "@/lib/session";
type ReportPageProps = {
searchParams: Promise
>;
@@ -14,20 +18,26 @@ export default async function ReportPage({ searchParams }: ReportPageProps) {
const placeId = getFirstValue(params.placeId, "unknown-place");
const placeName = getFirstValue(params.placeName, "이름 없는 장소");
const user = await getSessionUser();
+ const reportPath = `/report?placeId=${encodeURIComponent(placeId)}&placeName=${encodeURIComponent(placeName)}`;
+ const loginHref = createLoginHref(reportPath);
return (
-
- 장소 신고
-
-
- 정보 수정 요청
-
-
- {user
- ? `신고 계정: ${getSessionUserLabel(user)}`
- : "로그인 없이도 신고를 남길 수 있습니다."}
+
+
+
+ 장소 신고
+
+
+ 정보 수정 요청
+
+
+
diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx
index e9193f3..2e4cef6 100644
--- a/src/app/signup/page.tsx
+++ b/src/app/signup/page.tsx
@@ -1,6 +1,4 @@
import type { Metadata } from "next";
-
-import Link from "next/link";
import { redirect } from "next/navigation";
import { BrandMark } from "@/components/brand-mark";
@@ -52,13 +50,6 @@ export default async function SignupPage({ searchParams }: SignupPageProps) {
socialProviders={socialProviders}
credentialsSignupEnabled={credentialsSignupEnabled}
/>
- {!credentialsSignupEnabled ? (
-
- 로컬 DB 없이 실행 중이면 회원가입은 저장되지 않습니다. 기존 계정 로그인이
- 필요하면 로그인
- 을 사용하세요.
-
- ) : null}
);
diff --git a/src/app/submit/page.tsx b/src/app/submit/page.tsx
index 079e61e..30150ad 100644
--- a/src/app/submit/page.tsx
+++ b/src/app/submit/page.tsx
@@ -1,27 +1,32 @@
+import { SessionActionGroup } from "@/features/auth/session-action-group";
import { PlaceSubmitForm } from "@/features/submission/place-submit-form";
-import { getSessionUser, getSessionUserLabel } from "@/lib/session";
+import {
+ createLoginHref,
+ getSessionUser,
+} from "@/lib/session";
export default async function SubmitPage() {
const user = await getSessionUser();
+ const loginHref = createLoginHref("/submit");
return (
-
- 장소 등록
-
-
- 새 장소 등록
-
-
- {user
- ? `등록 계정: ${getSessionUserLabel(user)}`
- : "로그인 없이도 장소를 등록할 수 있습니다."}
+
+
+
+ 장소 등록
+
+
+ 새 장소 등록
+
+
+
-
- 주소만 적고 끝내지 않고, 지도에 표시될 위치를 함께 확인해야 등록이
- 접수됩니다.
-
diff --git a/src/auth.ts b/src/auth.ts
index 76ca7ff..2f10ac1 100644
--- a/src/auth.ts
+++ b/src/auth.ts
@@ -1,4 +1,4 @@
-import NextAuth, { type NextAuthOptions } from "next-auth";
+import { type NextAuthOptions } from "next-auth";
import CredentialsProvider from "next-auth/providers/credentials";
import KakaoProvider from "next-auth/providers/kakao";
import NaverProvider from "next-auth/providers/naver";
@@ -72,89 +72,89 @@ function createAuthProviders() {
return providers;
}
-export const authOptions: NextAuthOptions = {
- secret: getRequiredServerEnv("AUTH_SECRET"),
- session: {
- strategy: "jwt",
- },
- pages: {
- signIn: "/login",
- },
- providers: createAuthProviders(),
- callbacks: {
- async signIn({ user, account }) {
- if (!account || account.provider === "credentials") {
- return true;
- }
-
- if (account.provider !== "kakao" && account.provider !== "naver") {
- return true;
- }
-
- if (!user.email) {
- return "/login?error=OAuthEmailRequired";
- }
-
- const syncedUser = await syncOAuthUser({
- provider: account.provider,
- providerAccountId: account.providerAccountId,
- type: account.type,
- email: user.email,
- name: user.name,
- accessToken:
- typeof account.access_token === "string" ? account.access_token : null,
- refreshToken:
- typeof account.refresh_token === "string"
- ? account.refresh_token
- : null,
- expiresAt:
- typeof account.expires_at === "number" ? account.expires_at : null,
- tokenType:
- typeof account.token_type === "string" ? account.token_type : null,
- scope: typeof account.scope === "string" ? account.scope : null,
- idToken:
- typeof account.id_token === "string" ? account.id_token : null,
- sessionState:
- typeof account.session_state === "string"
- ? account.session_state
- : null,
- });
-
- if (!syncedUser) {
- return "/login?error=OAuthAccountSyncFailed";
- }
-
- user.id = syncedUser.id;
- user.email = syncedUser.email;
- user.name = syncedUser.nickname ?? syncedUser.email.split("@")[0];
- user.role = syncedUser.role;
-
- return true;
+export function getAuthOptions(): NextAuthOptions {
+ return {
+ secret: getRequiredServerEnv("AUTH_SECRET"),
+ session: {
+ strategy: "jwt",
},
- jwt({ token, user }) {
- if (user) {
- token.sub = user.id;
- token.email = user.email;
- token.name = user.name;
- token.role = (user as { role: AppUserRole }).role;
- }
-
- return token;
+ pages: {
+ signIn: "/login",
},
- session({ session, token }) {
- if (session.user) {
- session.user.id = token.sub ?? "";
- session.user.email = token.email ?? session.user.email ?? "";
- session.user.name = token.name ?? session.user.name;
- session.user.role =
- token.role === "admin" || token.role === "user"
- ? token.role
- : "user";
- }
-
- return session;
- },
- },
-};
+ providers: createAuthProviders(),
+ callbacks: {
+ async signIn({ user, account }) {
+ if (!account || account.provider === "credentials") {
+ return true;
+ }
+
+ if (account.provider !== "kakao" && account.provider !== "naver") {
+ return true;
+ }
+
+ if (!user.email) {
+ return "/login?error=OAuthEmailRequired";
+ }
+
+ const syncedUser = await syncOAuthUser({
+ provider: account.provider,
+ providerAccountId: account.providerAccountId,
+ type: account.type,
+ email: user.email,
+ name: user.name,
+ accessToken:
+ typeof account.access_token === "string" ? account.access_token : null,
+ refreshToken:
+ typeof account.refresh_token === "string"
+ ? account.refresh_token
+ : null,
+ expiresAt:
+ typeof account.expires_at === "number" ? account.expires_at : null,
+ tokenType:
+ typeof account.token_type === "string" ? account.token_type : null,
+ scope: typeof account.scope === "string" ? account.scope : null,
+ idToken:
+ typeof account.id_token === "string" ? account.id_token : null,
+ sessionState:
+ typeof account.session_state === "string"
+ ? account.session_state
+ : null,
+ });
+
+ if (!syncedUser) {
+ return "/login?error=OAuthAccountSyncFailed";
+ }
-export default NextAuth(authOptions);
+ user.id = syncedUser.id;
+ user.email = syncedUser.email;
+ user.name = syncedUser.nickname ?? syncedUser.email.split("@")[0];
+ user.role = syncedUser.role;
+
+ return true;
+ },
+ jwt({ token, user }) {
+ if (user) {
+ token.sub = user.id;
+ token.email = user.email;
+ token.name = user.name;
+ token.role = (user as { role: AppUserRole }).role;
+ }
+
+ return token;
+ },
+ session({ session, token }) {
+ if (session.user) {
+ session.user.id = token.sub ?? "";
+ session.user.email = token.email ?? session.user.email ?? "";
+ session.user.name = token.name ?? session.user.name;
+ session.user.role =
+ token.role === "admin" || token.role === "user"
+ ? token.role
+ : "user";
+ }
+
+ return session;
+ },
+ },
+ };
+}
diff --git a/src/components/brand-mark.tsx b/src/components/brand-mark.tsx
index 0e5e76c..edb9dff 100644
--- a/src/components/brand-mark.tsx
+++ b/src/components/brand-mark.tsx
@@ -29,11 +29,6 @@ function BrandMarkInner({
return (
-
- Local Saving Map
-
diff --git a/src/db/seed.ts b/src/db/seed.ts
index 5373b84..3406f12 100644
--- a/src/db/seed.ts
+++ b/src/db/seed.ts
@@ -4,7 +4,7 @@ import { eq } from "drizzle-orm";
import { hashPassword } from "../features/auth/password";
import { categoryGroups } from "../features/categories/catalog";
-import { mockPlaces } from "../features/places/mock-data";
+import { mockPlaces } from "../features/places/catalog-data";
import { normalizePriceLabel } from "../features/places/normalization";
import { mockReports } from "../features/reports/mock-data";
diff --git a/src/features/admin/api/place-detail.ts b/src/features/admin/api/place-detail.ts
new file mode 100644
index 0000000..6ea06e4
--- /dev/null
+++ b/src/features/admin/api/place-detail.ts
@@ -0,0 +1,103 @@
+import { revalidatePath } from "next/cache";
+import {
+ listPendingPlaces,
+ moderatePlaceSubmission,
+} from "@/features/places/repository";
+import { placeModerationSchema } from "@/features/submission/schema";
+import { getSessionUser } from "@/lib/session";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function GET(_: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await listPendingPlaces();
+ const item = result.items.find((place) => place.id === id) ?? null;
+
+ return Response.json(
+ {
+ item,
+ source: result.source,
+ mock: result.source === "mock",
+ },
+ { status: item ? 200 : 404 },
+ );
+}
+
+export async function PATCH(request: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const body = await request.json();
+ const parsed = placeModerationSchema.safeParse(body);
+
+ if (!parsed.success) {
+ return Response.json(
+ {
+ ok: false,
+ message: "장소 검토 입력값 검증에 실패했습니다.",
+ error: parsed.error.flatten(),
+ },
+ { status: 400 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await moderatePlaceSubmission(id, parsed.data, user.id);
+
+ if (result.ok) {
+ revalidatePath("/admin");
+ revalidatePath("/admin/places");
+ revalidatePath("/api/admin/places");
+ revalidatePath("/");
+ revalidatePath("/api/places/map");
+ revalidatePath(`/place/${id}`);
+ revalidatePath(`/api/places/${id}`);
+ }
+
+ return Response.json(result, { status: result.ok ? 200 : 404 });
+}
diff --git a/src/features/admin/api/places-list.ts b/src/features/admin/api/places-list.ts
new file mode 100644
index 0000000..8730e34
--- /dev/null
+++ b/src/features/admin/api/places-list.ts
@@ -0,0 +1,37 @@
+import { listPendingPlaces } from "@/features/places/repository";
+import { getSessionUser } from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export async function GET() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const result = await listPendingPlaces();
+
+ return Response.json({
+ items: result.items,
+ count: result.items.length,
+ source: result.source,
+ mock: result.source === "mock",
+ });
+}
diff --git a/src/features/admin/api/price-detail.ts b/src/features/admin/api/price-detail.ts
new file mode 100644
index 0000000..2cebdd9
--- /dev/null
+++ b/src/features/admin/api/price-detail.ts
@@ -0,0 +1,63 @@
+import { revalidatePath } from "next/cache";
+import { moderatePriceReport } from "@/features/places/repository";
+import { priceReportModerationSchema } from "@/features/places/write-schema";
+import { getSessionUser } from "@/lib/session";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function PATCH(request: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const body = await request.json();
+ const parsed = priceReportModerationSchema.safeParse(body);
+
+ if (!parsed.success) {
+ return Response.json(
+ {
+ ok: false,
+ message: "가격 제보 검토 입력값 검증에 실패했습니다.",
+ error: parsed.error.flatten(),
+ },
+ { status: 400 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await moderatePriceReport(id, parsed.data, user.id);
+
+ if (result.ok && result.item) {
+ revalidatePath("/admin");
+ revalidatePath("/admin/prices");
+ revalidatePath("/api/admin/prices");
+ revalidatePath(`/place/${result.item.placeId}`);
+ revalidatePath(`/api/places/${result.item.placeId}`);
+ revalidatePath("/");
+ revalidatePath("/api/places/map");
+ }
+
+ return Response.json(result, { status: result.ok ? 200 : 404 });
+}
diff --git a/src/features/admin/api/price-item-detail.ts b/src/features/admin/api/price-item-detail.ts
new file mode 100644
index 0000000..65fd15d
--- /dev/null
+++ b/src/features/admin/api/price-item-detail.ts
@@ -0,0 +1,74 @@
+import { revalidatePath } from "next/cache";
+import { updatePriceItem } from "@/features/places/repository";
+import { adminPriceItemUpdateSchema } from "@/features/places/write-schema";
+import { getSessionUser } from "@/lib/session";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function PATCH(request: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const body = await request.json();
+ const parsed = adminPriceItemUpdateSchema.safeParse(body);
+
+ if (!parsed.success) {
+ return Response.json(
+ {
+ ok: false,
+ message: "가격 항목 수정 입력값 검증에 실패했습니다.",
+ error: parsed.error.flatten(),
+ },
+ { status: 400 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await updatePriceItem(id, parsed.data, user.id);
+
+ if (result.ok) {
+ revalidatePath("/admin");
+ revalidatePath("/admin/prices");
+ revalidatePath("/api/admin/prices");
+
+ if (result.placeId) {
+ revalidatePath(`/admin/prices/places/${result.placeId}`);
+ revalidatePath(`/place/${result.placeId}`);
+ revalidatePath(`/api/places/${result.placeId}`);
+ }
+
+ revalidatePath("/");
+ revalidatePath("/api/places/map");
+ }
+
+ const status = result.ok
+ ? 200
+ : result.message === "같은 이름의 가격 항목이 이미 있습니다."
+ ? 400
+ : 404;
+
+ return Response.json(result, { status });
+}
diff --git a/src/features/admin/api/prices-list.ts b/src/features/admin/api/prices-list.ts
new file mode 100644
index 0000000..114f0e5
--- /dev/null
+++ b/src/features/admin/api/prices-list.ts
@@ -0,0 +1,37 @@
+import { listPendingPriceReports } from "@/features/places/repository";
+import { getSessionUser } from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export async function GET() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const result = await listPendingPriceReports();
+
+ return Response.json({
+ items: result.items,
+ count: result.items.length,
+ source: result.source,
+ mock: result.source === "mock",
+ });
+}
diff --git a/src/features/admin/api/report-detail.ts b/src/features/admin/api/report-detail.ts
new file mode 100644
index 0000000..d2732c1
--- /dev/null
+++ b/src/features/admin/api/report-detail.ts
@@ -0,0 +1,59 @@
+import { revalidatePath } from "next/cache";
+import { updateReportStatus } from "@/features/reports/repository";
+import { reportModerationSchema } from "@/features/reports/schema";
+import { getSessionUser } from "@/lib/session";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function PATCH(request: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const body = await request.json();
+ const parsed = reportModerationSchema.safeParse(body);
+
+ if (!parsed.success) {
+ return Response.json(
+ {
+ ok: false,
+ message: "신고 상태 검증에 실패했습니다.",
+ error: parsed.error.flatten(),
+ },
+ { status: 400 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await updateReportStatus(id, parsed.data, user.id);
+
+ if (result.ok) {
+ revalidatePath("/admin");
+ revalidatePath("/admin/reports");
+ revalidatePath("/api/admin/reports");
+ }
+
+ return Response.json(result, { status: result.ok ? 200 : 404 });
+}
diff --git a/src/features/admin/api/reports-list.ts b/src/features/admin/api/reports-list.ts
new file mode 100644
index 0000000..551be5c
--- /dev/null
+++ b/src/features/admin/api/reports-list.ts
@@ -0,0 +1,37 @@
+import { listReports } from "@/features/reports/repository";
+import { getSessionUser } from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export async function GET() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const result = await listReports();
+
+ return Response.json({
+ items: result.items,
+ count: result.items.length,
+ source: result.source,
+ mock: result.source === "mock",
+ });
+}
diff --git a/src/features/admin/entrypoints/api/place-detail.ts b/src/features/admin/entrypoints/api/place-detail.ts
new file mode 100644
index 0000000..6ea06e4
--- /dev/null
+++ b/src/features/admin/entrypoints/api/place-detail.ts
@@ -0,0 +1,103 @@
+import { revalidatePath } from "next/cache";
+import {
+ listPendingPlaces,
+ moderatePlaceSubmission,
+} from "@/features/places/repository";
+import { placeModerationSchema } from "@/features/submission/schema";
+import { getSessionUser } from "@/lib/session";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function GET(_: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await listPendingPlaces();
+ const item = result.items.find((place) => place.id === id) ?? null;
+
+ return Response.json(
+ {
+ item,
+ source: result.source,
+ mock: result.source === "mock",
+ },
+ { status: item ? 200 : 404 },
+ );
+}
+
+export async function PATCH(request: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const body = await request.json();
+ const parsed = placeModerationSchema.safeParse(body);
+
+ if (!parsed.success) {
+ return Response.json(
+ {
+ ok: false,
+ message: "장소 검토 입력값 검증에 실패했습니다.",
+ error: parsed.error.flatten(),
+ },
+ { status: 400 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await moderatePlaceSubmission(id, parsed.data, user.id);
+
+ if (result.ok) {
+ revalidatePath("/admin");
+ revalidatePath("/admin/places");
+ revalidatePath("/api/admin/places");
+ revalidatePath("/");
+ revalidatePath("/api/places/map");
+ revalidatePath(`/place/${id}`);
+ revalidatePath(`/api/places/${id}`);
+ }
+
+ return Response.json(result, { status: result.ok ? 200 : 404 });
+}
diff --git a/src/features/admin/entrypoints/api/places-list.ts b/src/features/admin/entrypoints/api/places-list.ts
new file mode 100644
index 0000000..8730e34
--- /dev/null
+++ b/src/features/admin/entrypoints/api/places-list.ts
@@ -0,0 +1,37 @@
+import { listPendingPlaces } from "@/features/places/repository";
+import { getSessionUser } from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export async function GET() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const result = await listPendingPlaces();
+
+ return Response.json({
+ items: result.items,
+ count: result.items.length,
+ source: result.source,
+ mock: result.source === "mock",
+ });
+}
diff --git a/src/features/admin/entrypoints/api/price-detail.ts b/src/features/admin/entrypoints/api/price-detail.ts
new file mode 100644
index 0000000..2cebdd9
--- /dev/null
+++ b/src/features/admin/entrypoints/api/price-detail.ts
@@ -0,0 +1,63 @@
+import { revalidatePath } from "next/cache";
+import { moderatePriceReport } from "@/features/places/repository";
+import { priceReportModerationSchema } from "@/features/places/write-schema";
+import { getSessionUser } from "@/lib/session";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function PATCH(request: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const body = await request.json();
+ const parsed = priceReportModerationSchema.safeParse(body);
+
+ if (!parsed.success) {
+ return Response.json(
+ {
+ ok: false,
+ message: "가격 제보 검토 입력값 검증에 실패했습니다.",
+ error: parsed.error.flatten(),
+ },
+ { status: 400 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await moderatePriceReport(id, parsed.data, user.id);
+
+ if (result.ok && result.item) {
+ revalidatePath("/admin");
+ revalidatePath("/admin/prices");
+ revalidatePath("/api/admin/prices");
+ revalidatePath(`/place/${result.item.placeId}`);
+ revalidatePath(`/api/places/${result.item.placeId}`);
+ revalidatePath("/");
+ revalidatePath("/api/places/map");
+ }
+
+ return Response.json(result, { status: result.ok ? 200 : 404 });
+}
diff --git a/src/features/admin/entrypoints/api/price-item-detail.ts b/src/features/admin/entrypoints/api/price-item-detail.ts
new file mode 100644
index 0000000..65fd15d
--- /dev/null
+++ b/src/features/admin/entrypoints/api/price-item-detail.ts
@@ -0,0 +1,74 @@
+import { revalidatePath } from "next/cache";
+import { updatePriceItem } from "@/features/places/repository";
+import { adminPriceItemUpdateSchema } from "@/features/places/write-schema";
+import { getSessionUser } from "@/lib/session";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function PATCH(request: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const body = await request.json();
+ const parsed = adminPriceItemUpdateSchema.safeParse(body);
+
+ if (!parsed.success) {
+ return Response.json(
+ {
+ ok: false,
+ message: "가격 항목 수정 입력값 검증에 실패했습니다.",
+ error: parsed.error.flatten(),
+ },
+ { status: 400 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await updatePriceItem(id, parsed.data, user.id);
+
+ if (result.ok) {
+ revalidatePath("/admin");
+ revalidatePath("/admin/prices");
+ revalidatePath("/api/admin/prices");
+
+ if (result.placeId) {
+ revalidatePath(`/admin/prices/places/${result.placeId}`);
+ revalidatePath(`/place/${result.placeId}`);
+ revalidatePath(`/api/places/${result.placeId}`);
+ }
+
+ revalidatePath("/");
+ revalidatePath("/api/places/map");
+ }
+
+ const status = result.ok
+ ? 200
+ : result.message === "같은 이름의 가격 항목이 이미 있습니다."
+ ? 400
+ : 404;
+
+ return Response.json(result, { status });
+}
diff --git a/src/features/admin/entrypoints/api/prices-list.ts b/src/features/admin/entrypoints/api/prices-list.ts
new file mode 100644
index 0000000..114f0e5
--- /dev/null
+++ b/src/features/admin/entrypoints/api/prices-list.ts
@@ -0,0 +1,37 @@
+import { listPendingPriceReports } from "@/features/places/repository";
+import { getSessionUser } from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export async function GET() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const result = await listPendingPriceReports();
+
+ return Response.json({
+ items: result.items,
+ count: result.items.length,
+ source: result.source,
+ mock: result.source === "mock",
+ });
+}
diff --git a/src/features/admin/entrypoints/api/report-detail.ts b/src/features/admin/entrypoints/api/report-detail.ts
new file mode 100644
index 0000000..d2732c1
--- /dev/null
+++ b/src/features/admin/entrypoints/api/report-detail.ts
@@ -0,0 +1,59 @@
+import { revalidatePath } from "next/cache";
+import { updateReportStatus } from "@/features/reports/repository";
+import { reportModerationSchema } from "@/features/reports/schema";
+import { getSessionUser } from "@/lib/session";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function PATCH(request: Request, context: RouteContext) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const body = await request.json();
+ const parsed = reportModerationSchema.safeParse(body);
+
+ if (!parsed.success) {
+ return Response.json(
+ {
+ ok: false,
+ message: "신고 상태 검증에 실패했습니다.",
+ error: parsed.error.flatten(),
+ },
+ { status: 400 },
+ );
+ }
+
+ const { id } = await context.params;
+ const result = await updateReportStatus(id, parsed.data, user.id);
+
+ if (result.ok) {
+ revalidatePath("/admin");
+ revalidatePath("/admin/reports");
+ revalidatePath("/api/admin/reports");
+ }
+
+ return Response.json(result, { status: result.ok ? 200 : 404 });
+}
diff --git a/src/features/admin/entrypoints/api/reports-list.ts b/src/features/admin/entrypoints/api/reports-list.ts
new file mode 100644
index 0000000..551be5c
--- /dev/null
+++ b/src/features/admin/entrypoints/api/reports-list.ts
@@ -0,0 +1,37 @@
+import { listReports } from "@/features/reports/repository";
+import { getSessionUser } from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export async function GET() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ return Response.json(
+ {
+ ok: false,
+ message: "로그인이 필요합니다.",
+ },
+ { status: 401 },
+ );
+ }
+
+ if (user.role !== "admin") {
+ return Response.json(
+ {
+ ok: false,
+ message: "운영자 권한이 필요합니다.",
+ },
+ { status: 403 },
+ );
+ }
+
+ const result = await listReports();
+
+ return Response.json({
+ items: result.items,
+ count: result.items.length,
+ source: result.source,
+ mock: result.source === "mock",
+ });
+}
diff --git a/src/features/admin/entrypoints/pages/dashboard-page.tsx b/src/features/admin/entrypoints/pages/dashboard-page.tsx
new file mode 100644
index 0000000..447e3df
--- /dev/null
+++ b/src/features/admin/entrypoints/pages/dashboard-page.tsx
@@ -0,0 +1,377 @@
+import Link from "next/link";
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { getAdminOverview } from "@/features/admin/repository";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import {
+ listPendingPlaces,
+ listPendingPriceReports,
+} from "@/features/places/repository";
+import { listReports } from "@/features/reports/repository";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPage() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const [overview, pendingPlaces, pendingPriceReports, reports] =
+ await Promise.all([
+ getAdminOverview(),
+ listPendingPlaces(),
+ listPendingPriceReports(),
+ listReports(),
+ ]);
+
+ const openReports = reports.items.filter(
+ (report) => report.status === "open" || report.status === "reviewing",
+ );
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ 운영 대시보드
+
+
+ 승인 대기 목록, 신고 큐, 사용자 현황을 한 화면에서 보고 바로
+ 운영 액션으로 넘어갈 수 있게 정리했습니다.
+
+
+
+
+
+
+
+ 운영 데이터: {overview.source === "database" ? "실데이터" : "목업"}
+
+
+ 방문 지표: 수집 전
+
+
+
+
+
+
+ Users
+
+
+ {overview.stats.totalUsers}
+
+
+ 일반 {overview.stats.regularUsers}명 · 운영자 {overview.stats.adminUsers}
+ 명
+
+
+
+
+
+ Sessions
+
+
+ {overview.stats.currentSessions}
+
+
+ 현재 세션 사용자 {overview.stats.activeUsers}명
+
+
+
+
+
+ Places
+
+
+ {overview.stats.activePlaces}
+
+
+ 공개 중 장소 · 승인 대기 {overview.stats.pendingPlaces}건
+
+
+
+
+
+ Reports
+
+
+ {overview.stats.openReports}
+
+
+ 열린 신고 · 가격 제보 대기 {overview.stats.pendingPriceReports}건
+
+
+
+
+
+
+
+ 장소 검토
+
+
+ 승인 대기 장소 {pendingPlaces.items.length}건
+
+
+ 공개 폼으로 들어온 텍스트 기반 장소 제보를 승인하거나 반려합니다.
+ 운영자가 주소와 네이버 지도 검색 결과를 확인한 뒤 좌표를 확정해
+ 공개 목록에 반영합니다.
+
+
+ 장소 검토 열기
+
+
+
+
+
+ 가격 검토
+
+
+ 대기 중인 가격 제보 {pendingPriceReports.items.length}건
+
+
+ 기존 장소에 들어온 가격 변경 제보를 검토하고 대표 가격에 반영합니다.
+
+
+ 가격 제보 검토 열기
+
+
+
+
+
+ 신고 검토
+
+
+ 열린 신고 {openReports.length}건
+
+
+ 가격 오류, 중복 장소, 정보 오류 신고를 상태별로 관리합니다.
+
+
+ 신고 검토 열기
+
+
+
+
+
+
+
+
+ 최근 가입 사용자
+
+
+ 최근 생성된 계정과 현재 세션 상태를 같이 확인합니다.
+
+
+
+ {overview.recentUsers.length}명
+
+
+
+
+ {overview.recentUsers.map((account) => (
+
+
+
+
+ {account.role === "admin" ? "운영자" : "일반 사용자"}
+
+
+ {account.nickname || account.email}
+
+
{account.email}
+
+
+ {account.hasActiveSession ? "세션 활성" : "세션 없음"}
+
+
+
+ 가입 {account.joinedAt}
+
+
+ ))}
+
+
+
+
+
+
+
+
+ 최신 장소 등록 목록
+
+
+ 운영자 승인이 필요한 신규 장소 제보입니다.
+
+
+
+ 전체 보기
+
+
+
+ {pendingPlaces.items.length > 0 ? (
+
+ {pendingPlaces.items.slice(0, 4).map((place) => (
+
+
+ 접수 {place.createdAt}
+
+
+ {place.name}
+
+ {place.address}
+ {place.district}
+
+ ))}
+
+ ) : (
+
+ 현재 승인 대기 장소가 없습니다.
+
+ )}
+
+
+
+
+
+
+ 최신 신고 목록
+
+
+ 열린 상태의 신고만 먼저 요약해 보여줍니다.
+
+
+
+ 전체 보기
+
+
+
+ {openReports.length > 0 ? (
+
+ {openReports.slice(0, 4).map((report) => (
+
+
+ {report.status === "open" ? "열림" : "검토 중"} · {report.createdAt}
+
+
+ {report.placeName}
+
+ {report.detail}
+
+ ))}
+
+ ) : (
+
+ 현재 열린 신고가 없습니다.
+
+ )}
+
+
+
+
+
+
+
+ 방문/활성 사용자 지표
+
+
+ 현재 DB에는 방문 이벤트가 저장되지 않아 방문 수, DAU/WAU,
+ 재방문율은 아직 계산하지 않습니다. 다음 단계에서 visit/activity
+ 적재를 붙인 뒤 이 섹션에 운영 지표를 추가합니다.
+
+
+
+ 2차 작업 예정
+
+
+
+
+
+ );
+}
diff --git a/src/features/admin/entrypoints/pages/place-prices-page.tsx b/src/features/admin/entrypoints/pages/place-prices-page.tsx
new file mode 100644
index 0000000..a1884cf
--- /dev/null
+++ b/src/features/admin/entrypoints/pages/place-prices-page.tsx
@@ -0,0 +1,162 @@
+import Link from "next/link";
+import { notFound, redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import { AdminPriceItemForm } from "@/features/places/admin-price-item-form";
+import { formatKrw } from "@/features/places/queries";
+import { getAdminPlacePriceDetail } from "@/features/places/repository";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+type AdminPlacePricePageProps = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPlacePricesDetailPage({
+ params,
+}: AdminPlacePricePageProps) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin/prices"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const { id } = await params;
+ const result = await getAdminPlacePriceDetail(id);
+
+ if (!result.item) {
+ notFound();
+ }
+
+ const place = result.item;
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ {place.name} 가격 관리
+
+
+ 대표 가격 규칙은 `대표 가격 플래그 + 검증 상태 + 최신성` 우선이며,
+ 대표 플래그가 없으면 현재 활성 항목 중 최저가를 대표값으로 사용합니다.
+
+
+
+
+ 가격 검토 큐
+
+
+ 장소 보기
+
+
+
+
+
+
+
+
현재 대표 가격
+
+ {formatKrw(place.representativePriceAmount)}원
+
+
+ {place.representativePriceLabel}
+
+
+
+
지역
+
+ {place.district}
+
+
+
+
대표 검증 상태
+
+ {place.verificationStatus === "verified" ? "검증됨" : "미검증"}
+
+
+
+
+
+ {place.priceItems.map((item) => (
+
+
+
+
+ {item.id}
+
+
+ {item.label}
+
+
+ 최근 반영 {item.reportedAt || "기록 없음"} · 검증 누적{" "}
+ {item.verifiedReportCount}회
+
+
+
+
+ 현재 금액
+
+
+ {formatKrw(item.amount)}원
+
+
+ {item.unitLabel ? ` / ${item.unitLabel}` : "단위 없음"}
+
+
+
+
+
+
+ ))}
+
+
+
+ );
+}
diff --git a/src/features/admin/entrypoints/pages/places-page.tsx b/src/features/admin/entrypoints/pages/places-page.tsx
new file mode 100644
index 0000000..9a3e7fb
--- /dev/null
+++ b/src/features/admin/entrypoints/pages/places-page.tsx
@@ -0,0 +1,196 @@
+import Link from "next/link";
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import { getCategoryBySlug } from "@/features/categories/catalog";
+import { AdminPlaceReviewForm } from "@/features/places/admin-place-review-form";
+import { formatKrw } from "@/features/places/queries";
+import { listPendingPlaces } from "@/features/places/repository";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPlacesPage() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin/places"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const result = await listPendingPlaces();
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ 신규 장소 승인 큐
+
+
+ 공개 등록 폼으로 들어온 텍스트 기반 장소 제보를 검토합니다.
+ 운영자가 주소와 네이버 지도 검색 결과를 참고해 좌표를 확정한 뒤
+ 승인하면 바로 지도와 상세 페이지에서 확인할 수 있습니다.
+
+
+
+
+ 대시보드
+
+
+ 응답 보기
+
+
+ 가격 제보 큐
+
+
+
+
+
+
+
+ 데이터 구분: {result.source === "database" ? "실데이터" : "목업"}
+
+
+
+ {result.items.length > 0 ? (
+
+ {result.items.map((place) => {
+ const category = getCategoryBySlug(place.categorySlug);
+
+ return (
+
+
+
+
+ {place.id}
+
+
+ {place.name}
+
+
+ {place.businessName ?? place.name} ·{" "}
+ {category?.name ?? "기타"} · 접수 {place.createdAt}
+
+
+
+
+ 대표 가격
+
+
+ {formatKrw(place.representativePriceAmount)}원
+
+
+ {place.representativePriceLabel}
+
+
+
+
+
+
+
+
+ 주소
+
+
{place.address}
+
{place.district}
+
+
+
+ 메모
+
+
{place.note}
+
+
+
+ 제출된 가격 항목
+
+
+ {place.priceItems.map((item) => (
+
+ {item.label} · {formatKrw(item.amount)}원
+ {item.unitLabel ? ` / ${item.unitLabel}` : ""}
+
+ ))}
+
+
+
+
+
+
+
+ );
+ })}
+
+ ) : (
+
+ 현재 승인 대기 중인 장소 제보가 없습니다.
+
+ )}
+
+
+ );
+}
diff --git a/src/features/admin/entrypoints/pages/prices-page.tsx b/src/features/admin/entrypoints/pages/prices-page.tsx
new file mode 100644
index 0000000..87a5bd9
--- /dev/null
+++ b/src/features/admin/entrypoints/pages/prices-page.tsx
@@ -0,0 +1,277 @@
+import Link from "next/link";
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import { AdminPriceReportReviewForm } from "@/features/places/admin-price-report-review-form";
+import { formatKrw } from "@/features/places/queries";
+import {
+ listPendingPriceReports,
+ listPlaces,
+} from "@/features/places/repository";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPricesPage() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin/prices"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const [result, recentPlaces] = await Promise.all([
+ listPendingPriceReports(),
+ listPlaces({ sort: "recent" }),
+ ]);
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ 가격 제보 검토 큐
+
+
+ 기존 장소에 추가로 들어온 가격 제보를 검토합니다. 승인하면 현재
+ 가격 항목과 대표 가격이 함께 갱신됩니다.
+
+
+
+
+ 대시보드
+
+
+ 장소 승인 큐
+
+
+ 신고 검토 큐
+
+
+ 응답 보기
+
+
+
+
+
+
+
+ 데이터 구분: {result.source === "database" ? "실데이터" : "목업"}
+
+
+
+ {result.items.length > 0 ? (
+
+ {result.items.map((report) => (
+
+
+
+
+ {report.id}
+
+
+ {report.placeName}
+
+
+ {report.district} · 접수 {report.createdAt}
+
+
+
+
+ 제보 가격
+
+
+ {formatKrw(report.amount)}원
+
+
+ {report.label}
+ {report.unitLabel ? ` / ${report.unitLabel}` : ""}
+
+
+
+
+
+
+
+
+ 현재 저장된 가격
+
+ {typeof report.existingPriceAmount === "number" ? (
+ <>
+
+ {report.existingPriceLabel}
+
+
+ {formatKrw(report.existingPriceAmount)}원
+ {report.existingPriceUnitLabel
+ ? ` / ${report.existingPriceUnitLabel}`
+ : ""}
+
+
+ {report.existingPriceVerificationStatus === "verified"
+ ? "현재 검증됨"
+ : "현재 미검증"}
+
+ >
+ ) : (
+
같은 이름의 기존 가격 항목이 없습니다.
+ )}
+
+
+
+
+ 제보 메모
+
+
+ {report.comment || "메모 없이 가격만 접수되었습니다."}
+
+
+
+
+
+ 장소 보기
+
+
+ 현재 가격 관리
+
+
+
+
+
+
+
+ 검토 액션
+
+
+ 승인하면 현재 가격 항목을 덮어쓰거나 새 항목으로 추가합니다.
+
+
+
+
+
+
+ ))}
+
+ ) : (
+
+ 현재 검토 대기 중인 가격 제보가 없습니다.
+
+ )}
+
+
+
+
+
+ 현재 가격 관리
+
+
+ 최근 업데이트된 장소부터 현재 가격 항목을 직접 수정하거나 숨길 수
+ 있습니다.
+
+
+
+ {recentPlaces.items.length}개 장소
+
+
+
+
+ {recentPlaces.items.slice(0, 9).map((place) => (
+
+
+ {place.district}
+
+
+ {place.name}
+
+
+ {place.representativePriceLabel}
+
+
+ {formatKrw(place.representativePriceAmount)}원
+
+
+
+ 가격 관리
+
+
+ 장소 보기
+
+
+
+ ))}
+
+
+
+
+ );
+}
diff --git a/src/features/admin/entrypoints/pages/reports-page.tsx b/src/features/admin/entrypoints/pages/reports-page.tsx
new file mode 100644
index 0000000..a062ca5
--- /dev/null
+++ b/src/features/admin/entrypoints/pages/reports-page.tsx
@@ -0,0 +1,167 @@
+import Link from "next/link";
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import { AdminReportStatusForm } from "@/features/reports/admin-report-status-form";
+import { listReports } from "@/features/reports/repository";
+import {
+ reportReasonMap,
+ reportStatusMap,
+} from "@/features/reports/schema";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+const statusClassMap = {
+ open: "bg-rose-100 text-rose-700",
+ reviewing: "bg-amber-100 text-amber-700",
+ resolved: "bg-emerald-100 text-emerald-700",
+ dismissed: "bg-stone-200 text-stone-700",
+} as const;
+
+export default async function AdminReportsPage() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin/reports"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const result = await listReports();
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ 신고 검토 큐 초안
+
+
+ 1인 운영 기준 최소 검토 화면입니다. 로컬 초기 단계에서는 목업으로도
+ 확인할 수 있고, DB가 붙으면 같은 화면에서 실제 신고 큐를 볼 수
+ 있습니다.
+
+
+
+
+ 대시보드
+
+
+ 장소 승인 큐
+
+
+ 가격 제보 큐
+
+
+ 응답 보기
+
+
+
+
+
+
+
+ 데이터 구분: {result.source === "database" ? "실데이터" : "목업"}
+
+
+
+
+ {result.items.map((report) => (
+
+
+
+
+ {report.id}
+
+
+ {report.placeName}
+
+
+ {reportReasonMap[report.reasonType]} · 접수 {report.createdAt}
+
+
+
+ {reportStatusMap[report.status]}
+
+
+
+ {report.detail}
+
+
+
+
+ 장소 보기
+
+
+ 신고 재현
+
+
+
+
+
+ ))}
+
+
+
+ );
+}
diff --git a/src/features/admin/pages/dashboard-page.tsx b/src/features/admin/pages/dashboard-page.tsx
new file mode 100644
index 0000000..447e3df
--- /dev/null
+++ b/src/features/admin/pages/dashboard-page.tsx
@@ -0,0 +1,377 @@
+import Link from "next/link";
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { getAdminOverview } from "@/features/admin/repository";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import {
+ listPendingPlaces,
+ listPendingPriceReports,
+} from "@/features/places/repository";
+import { listReports } from "@/features/reports/repository";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPage() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const [overview, pendingPlaces, pendingPriceReports, reports] =
+ await Promise.all([
+ getAdminOverview(),
+ listPendingPlaces(),
+ listPendingPriceReports(),
+ listReports(),
+ ]);
+
+ const openReports = reports.items.filter(
+ (report) => report.status === "open" || report.status === "reviewing",
+ );
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ 운영 대시보드
+
+
+ 승인 대기 목록, 신고 큐, 사용자 현황을 한 화면에서 보고 바로
+ 운영 액션으로 넘어갈 수 있게 정리했습니다.
+
+
+
+
+
+
+
+ 운영 데이터: {overview.source === "database" ? "실데이터" : "목업"}
+
+
+ 방문 지표: 수집 전
+
+
+
+
+
+
+ Users
+
+
+ {overview.stats.totalUsers}
+
+
+ 일반 {overview.stats.regularUsers}명 · 운영자 {overview.stats.adminUsers}
+ 명
+
+
+
+
+
+ Sessions
+
+
+ {overview.stats.currentSessions}
+
+
+ 현재 세션 사용자 {overview.stats.activeUsers}명
+
+
+
+
+
+ Places
+
+
+ {overview.stats.activePlaces}
+
+
+ 공개 중 장소 · 승인 대기 {overview.stats.pendingPlaces}건
+
+
+
+
+
+ Reports
+
+
+ {overview.stats.openReports}
+
+
+ 열린 신고 · 가격 제보 대기 {overview.stats.pendingPriceReports}건
+
+
+
+
+
+
+
+ 장소 검토
+
+
+ 승인 대기 장소 {pendingPlaces.items.length}건
+
+
+ 공개 폼으로 들어온 텍스트 기반 장소 제보를 승인하거나 반려합니다.
+ 운영자가 주소와 네이버 지도 검색 결과를 확인한 뒤 좌표를 확정해
+ 공개 목록에 반영합니다.
+
+
+ 장소 검토 열기
+
+
+
+
+
+ 가격 검토
+
+
+ 대기 중인 가격 제보 {pendingPriceReports.items.length}건
+
+
+ 기존 장소에 들어온 가격 변경 제보를 검토하고 대표 가격에 반영합니다.
+
+
+ 가격 제보 검토 열기
+
+
+
+
+
+ 신고 검토
+
+
+ 열린 신고 {openReports.length}건
+
+
+ 가격 오류, 중복 장소, 정보 오류 신고를 상태별로 관리합니다.
+
+
+ 신고 검토 열기
+
+
+
+
+
+
+
+
+ 최근 가입 사용자
+
+
+ 최근 생성된 계정과 현재 세션 상태를 같이 확인합니다.
+
+
+
+ {overview.recentUsers.length}명
+
+
+
+
+ {overview.recentUsers.map((account) => (
+
+
+
+
+ {account.role === "admin" ? "운영자" : "일반 사용자"}
+
+
+ {account.nickname || account.email}
+
+
{account.email}
+
+
+ {account.hasActiveSession ? "세션 활성" : "세션 없음"}
+
+
+
+ 가입 {account.joinedAt}
+
+
+ ))}
+
+
+
+
+
+
+
+
+ 최신 장소 등록 목록
+
+
+ 운영자 승인이 필요한 신규 장소 제보입니다.
+
+
+
+ 전체 보기
+
+
+
+ {pendingPlaces.items.length > 0 ? (
+
+ {pendingPlaces.items.slice(0, 4).map((place) => (
+
+
+ 접수 {place.createdAt}
+
+
+ {place.name}
+
+ {place.address}
+ {place.district}
+
+ ))}
+
+ ) : (
+
+ 현재 승인 대기 장소가 없습니다.
+
+ )}
+
+
+
+
+
+
+ 최신 신고 목록
+
+
+ 열린 상태의 신고만 먼저 요약해 보여줍니다.
+
+
+
+ 전체 보기
+
+
+
+ {openReports.length > 0 ? (
+
+ {openReports.slice(0, 4).map((report) => (
+
+
+ {report.status === "open" ? "열림" : "검토 중"} · {report.createdAt}
+
+
+ {report.placeName}
+
+ {report.detail}
+
+ ))}
+
+ ) : (
+
+ 현재 열린 신고가 없습니다.
+
+ )}
+
+
+
+
+
+
+
+ 방문/활성 사용자 지표
+
+
+ 현재 DB에는 방문 이벤트가 저장되지 않아 방문 수, DAU/WAU,
+ 재방문율은 아직 계산하지 않습니다. 다음 단계에서 visit/activity
+ 적재를 붙인 뒤 이 섹션에 운영 지표를 추가합니다.
+
+
+
+ 2차 작업 예정
+
+
+
+
+
+ );
+}
diff --git a/src/features/admin/pages/place-prices-page.tsx b/src/features/admin/pages/place-prices-page.tsx
new file mode 100644
index 0000000..a1884cf
--- /dev/null
+++ b/src/features/admin/pages/place-prices-page.tsx
@@ -0,0 +1,162 @@
+import Link from "next/link";
+import { notFound, redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import { AdminPriceItemForm } from "@/features/places/admin-price-item-form";
+import { formatKrw } from "@/features/places/queries";
+import { getAdminPlacePriceDetail } from "@/features/places/repository";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+type AdminPlacePricePageProps = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPlacePricesDetailPage({
+ params,
+}: AdminPlacePricePageProps) {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin/prices"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const { id } = await params;
+ const result = await getAdminPlacePriceDetail(id);
+
+ if (!result.item) {
+ notFound();
+ }
+
+ const place = result.item;
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ {place.name} 가격 관리
+
+
+ 대표 가격 규칙은 `대표 가격 플래그 + 검증 상태 + 최신성` 우선이며,
+ 대표 플래그가 없으면 현재 활성 항목 중 최저가를 대표값으로 사용합니다.
+
+
+
+
+ 가격 검토 큐
+
+
+ 장소 보기
+
+
+
+
+
+
+
+
현재 대표 가격
+
+ {formatKrw(place.representativePriceAmount)}원
+
+
+ {place.representativePriceLabel}
+
+
+
+
지역
+
+ {place.district}
+
+
+
+
대표 검증 상태
+
+ {place.verificationStatus === "verified" ? "검증됨" : "미검증"}
+
+
+
+
+
+ {place.priceItems.map((item) => (
+
+
+
+
+ {item.id}
+
+
+ {item.label}
+
+
+ 최근 반영 {item.reportedAt || "기록 없음"} · 검증 누적{" "}
+ {item.verifiedReportCount}회
+
+
+
+
+ 현재 금액
+
+
+ {formatKrw(item.amount)}원
+
+
+ {item.unitLabel ? ` / ${item.unitLabel}` : "단위 없음"}
+
+
+
+
+
+
+ ))}
+
+
+
+ );
+}
diff --git a/src/features/admin/pages/places-page.tsx b/src/features/admin/pages/places-page.tsx
new file mode 100644
index 0000000..9a3e7fb
--- /dev/null
+++ b/src/features/admin/pages/places-page.tsx
@@ -0,0 +1,196 @@
+import Link from "next/link";
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import { getCategoryBySlug } from "@/features/categories/catalog";
+import { AdminPlaceReviewForm } from "@/features/places/admin-place-review-form";
+import { formatKrw } from "@/features/places/queries";
+import { listPendingPlaces } from "@/features/places/repository";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPlacesPage() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin/places"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const result = await listPendingPlaces();
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ 신규 장소 승인 큐
+
+
+ 공개 등록 폼으로 들어온 텍스트 기반 장소 제보를 검토합니다.
+ 운영자가 주소와 네이버 지도 검색 결과를 참고해 좌표를 확정한 뒤
+ 승인하면 바로 지도와 상세 페이지에서 확인할 수 있습니다.
+
+
+
+
+ 대시보드
+
+
+ 응답 보기
+
+
+ 가격 제보 큐
+
+
+
+
+
+
+
+ 데이터 구분: {result.source === "database" ? "실데이터" : "목업"}
+
+
+
+ {result.items.length > 0 ? (
+
+ {result.items.map((place) => {
+ const category = getCategoryBySlug(place.categorySlug);
+
+ return (
+
+
+
+
+ {place.id}
+
+
+ {place.name}
+
+
+ {place.businessName ?? place.name} ·{" "}
+ {category?.name ?? "기타"} · 접수 {place.createdAt}
+
+
+
+
+ 대표 가격
+
+
+ {formatKrw(place.representativePriceAmount)}원
+
+
+ {place.representativePriceLabel}
+
+
+
+
+
+
+
+
+ 주소
+
+
{place.address}
+
{place.district}
+
+
+
+ 메모
+
+
{place.note}
+
+
+
+ 제출된 가격 항목
+
+
+ {place.priceItems.map((item) => (
+
+ {item.label} · {formatKrw(item.amount)}원
+ {item.unitLabel ? ` / ${item.unitLabel}` : ""}
+
+ ))}
+
+
+
+
+
+
+
+ );
+ })}
+
+ ) : (
+
+ 현재 승인 대기 중인 장소 제보가 없습니다.
+
+ )}
+
+
+ );
+}
diff --git a/src/features/admin/pages/prices-page.tsx b/src/features/admin/pages/prices-page.tsx
new file mode 100644
index 0000000..87a5bd9
--- /dev/null
+++ b/src/features/admin/pages/prices-page.tsx
@@ -0,0 +1,277 @@
+import Link from "next/link";
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import { AdminPriceReportReviewForm } from "@/features/places/admin-price-report-review-form";
+import { formatKrw } from "@/features/places/queries";
+import {
+ listPendingPriceReports,
+ listPlaces,
+} from "@/features/places/repository";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPricesPage() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin/prices"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const [result, recentPlaces] = await Promise.all([
+ listPendingPriceReports(),
+ listPlaces({ sort: "recent" }),
+ ]);
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ 가격 제보 검토 큐
+
+
+ 기존 장소에 추가로 들어온 가격 제보를 검토합니다. 승인하면 현재
+ 가격 항목과 대표 가격이 함께 갱신됩니다.
+
+
+
+
+ 대시보드
+
+
+ 장소 승인 큐
+
+
+ 신고 검토 큐
+
+
+ 응답 보기
+
+
+
+
+
+
+
+ 데이터 구분: {result.source === "database" ? "실데이터" : "목업"}
+
+
+
+ {result.items.length > 0 ? (
+
+ {result.items.map((report) => (
+
+
+
+
+ {report.id}
+
+
+ {report.placeName}
+
+
+ {report.district} · 접수 {report.createdAt}
+
+
+
+
+ 제보 가격
+
+
+ {formatKrw(report.amount)}원
+
+
+ {report.label}
+ {report.unitLabel ? ` / ${report.unitLabel}` : ""}
+
+
+
+
+
+
+
+
+ 현재 저장된 가격
+
+ {typeof report.existingPriceAmount === "number" ? (
+ <>
+
+ {report.existingPriceLabel}
+
+
+ {formatKrw(report.existingPriceAmount)}원
+ {report.existingPriceUnitLabel
+ ? ` / ${report.existingPriceUnitLabel}`
+ : ""}
+
+
+ {report.existingPriceVerificationStatus === "verified"
+ ? "현재 검증됨"
+ : "현재 미검증"}
+
+ >
+ ) : (
+
같은 이름의 기존 가격 항목이 없습니다.
+ )}
+
+
+
+
+ 제보 메모
+
+
+ {report.comment || "메모 없이 가격만 접수되었습니다."}
+
+
+
+
+
+ 장소 보기
+
+
+ 현재 가격 관리
+
+
+
+
+
+
+
+ 검토 액션
+
+
+ 승인하면 현재 가격 항목을 덮어쓰거나 새 항목으로 추가합니다.
+
+
+
+
+
+
+ ))}
+
+ ) : (
+
+ 현재 검토 대기 중인 가격 제보가 없습니다.
+
+ )}
+
+
+
+
+
+ 현재 가격 관리
+
+
+ 최근 업데이트된 장소부터 현재 가격 항목을 직접 수정하거나 숨길 수
+ 있습니다.
+
+
+
+ {recentPlaces.items.length}개 장소
+
+
+
+
+ {recentPlaces.items.slice(0, 9).map((place) => (
+
+
+ {place.district}
+
+
+ {place.name}
+
+
+ {place.representativePriceLabel}
+
+
+ {formatKrw(place.representativePriceAmount)}원
+
+
+
+ 가격 관리
+
+
+ 장소 보기
+
+
+
+ ))}
+
+
+
+
+ );
+}
diff --git a/src/features/admin/pages/reports-page.tsx b/src/features/admin/pages/reports-page.tsx
new file mode 100644
index 0000000..a062ca5
--- /dev/null
+++ b/src/features/admin/pages/reports-page.tsx
@@ -0,0 +1,167 @@
+import Link from "next/link";
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
+import { AdminReportStatusForm } from "@/features/reports/admin-report-status-form";
+import { listReports } from "@/features/reports/repository";
+import {
+ reportReasonMap,
+ reportStatusMap,
+} from "@/features/reports/schema";
+import {
+ createLoginHref,
+ getSessionUser,
+ getSessionUserLabel,
+} from "@/lib/session";
+
+export const dynamic = "force-dynamic";
+
+const statusClassMap = {
+ open: "bg-rose-100 text-rose-700",
+ reviewing: "bg-amber-100 text-amber-700",
+ resolved: "bg-emerald-100 text-emerald-700",
+ dismissed: "bg-stone-200 text-stone-700",
+} as const;
+
+export default async function AdminReportsPage() {
+ const user = await getSessionUser();
+
+ if (!user) {
+ redirect(createLoginHref("/admin/reports"));
+ }
+
+ if (user.role !== "admin") {
+ return (
+
+ );
+ }
+
+ const result = await listReports();
+
+ return (
+
+
+
+
+
+ 운영
+
+
+ 신고 검토 큐 초안
+
+
+ 1인 운영 기준 최소 검토 화면입니다. 로컬 초기 단계에서는 목업으로도
+ 확인할 수 있고, DB가 붙으면 같은 화면에서 실제 신고 큐를 볼 수
+ 있습니다.
+
+
+
+
+ 대시보드
+
+
+ 장소 승인 큐
+
+
+ 가격 제보 큐
+
+
+ 응답 보기
+
+
+
+
+
+
+
+ 데이터 구분: {result.source === "database" ? "실데이터" : "목업"}
+
+
+
+
+ {result.items.map((report) => (
+
+
+
+
+ {report.id}
+
+
+ {report.placeName}
+
+
+ {reportReasonMap[report.reasonType]} · 접수 {report.createdAt}
+
+
+
+ {reportStatusMap[report.status]}
+
+
+
+ {report.detail}
+
+
+
+
+ 장소 보기
+
+
+ 신고 재현
+
+
+
+
+
+ ))}
+
+
+
+ );
+}
diff --git a/src/features/admin/repository.ts b/src/features/admin/repository.ts
new file mode 100644
index 0000000..a3cec26
--- /dev/null
+++ b/src/features/admin/repository.ts
@@ -0,0 +1,204 @@
+import "server-only";
+
+import { and, desc, eq, gt, or, sql } from "drizzle-orm";
+
+import { getDb, isDatabaseEnabled } from "@/db/client";
+import {
+ authSessions,
+ contentReports,
+ places,
+ priceReports,
+ users,
+} from "@/db/schema";
+import {
+ authAccountHints,
+ type AppUserRole,
+} from "@/features/auth/constants";
+import { mockPlaces } from "@/features/places/catalog-data";
+import { mockReports } from "@/features/reports/mock-data";
+
+type DataSource = "mock" | "database";
+
+export type AdminOverviewUserRecord = {
+ id: string;
+ email: string;
+ nickname: string | null;
+ role: AppUserRole;
+ joinedAt: string;
+ hasActiveSession: boolean;
+};
+
+export type AdminOverviewResult = {
+ source: DataSource;
+ visitMetricsAvailable: boolean;
+ stats: {
+ totalUsers: number;
+ adminUsers: number;
+ regularUsers: number;
+ currentSessions: number;
+ activeUsers: number;
+ activePlaces: number;
+ pendingPlaces: number;
+ pendingPriceReports: number;
+ openReports: number;
+ };
+ recentUsers: AdminOverviewUserRecord[];
+};
+
+const dateFormatter = new Intl.DateTimeFormat("sv-SE", {
+ timeZone: "Asia/Seoul",
+});
+
+function formatDate(value: Date) {
+ return dateFormatter.format(value);
+}
+
+function getMockAdminOverview(): AdminOverviewResult {
+ return {
+ source: "mock",
+ visitMetricsAvailable: false,
+ stats: {
+ totalUsers: 2,
+ adminUsers: 1,
+ regularUsers: 1,
+ currentSessions: 0,
+ activeUsers: 0,
+ activePlaces: mockPlaces.length,
+ pendingPlaces: 0,
+ pendingPriceReports: 0,
+ openReports: mockReports.filter(
+ (report) => report.status === "open" || report.status === "reviewing",
+ ).length,
+ },
+ recentUsers: authAccountHints.map((account) => ({
+ id: account.email,
+ email: account.email,
+ nickname: account.role === "admin" ? "운영자" : "근처 주민",
+ role: account.role,
+ joinedAt: "기본 계정",
+ hasActiveSession: false,
+ })),
+ };
+}
+
+async function getDatabaseAdminOverview(): Promise {
+ const db = getDb();
+ const now = new Date();
+
+ const [
+ [userCountsRow],
+ [sessionCountsRow],
+ [placeCountsRow],
+ [pendingPriceReportCountsRow],
+ [openReportCountsRow],
+ recentUsersRows,
+ activeSessionUserRows,
+ ] = await Promise.all([
+ db
+ .select({
+ totalUsers: sql`count(*)::int`,
+ adminUsers:
+ sql`count(*) filter (where ${users.role} = 'admin')::int`,
+ regularUsers:
+ sql`count(*) filter (where ${users.role} = 'user')::int`,
+ })
+ .from(users),
+ db
+ .select({
+ currentSessions: sql`count(*)::int`,
+ activeUsers: sql`count(distinct ${authSessions.userId})::int`,
+ })
+ .from(authSessions)
+ .where(gt(authSessions.expires, now)),
+ db
+ .select({
+ activePlaces:
+ sql`count(*) filter (where ${places.status} = 'active')::int`,
+ pendingPlaces:
+ sql`count(*) filter (where ${places.status} = 'pending_review')::int`,
+ })
+ .from(places),
+ db
+ .select({
+ pendingPriceReports: sql`count(*)::int`,
+ })
+ .from(priceReports)
+ .where(eq(priceReports.reportStatus, "pending_review")),
+ db
+ .select({
+ openReports: sql`count(*)::int`,
+ })
+ .from(contentReports)
+ .where(
+ and(
+ eq(contentReports.targetType, "place"),
+ or(
+ eq(contentReports.status, "open"),
+ eq(contentReports.status, "reviewing"),
+ ),
+ ),
+ ),
+ db
+ .select({
+ id: users.id,
+ email: users.email,
+ nickname: users.nickname,
+ role: users.role,
+ createdAt: users.createdAt,
+ })
+ .from(users)
+ .orderBy(desc(users.createdAt))
+ .limit(6),
+ db
+ .select({
+ userId: authSessions.userId,
+ })
+ .from(authSessions)
+ .where(gt(authSessions.expires, now))
+ .groupBy(authSessions.userId),
+ ]);
+
+ const activeSessionUserIds = new Set(
+ activeSessionUserRows.map((row) => row.userId),
+ );
+
+ return {
+ source: "database",
+ visitMetricsAvailable: false,
+ stats: {
+ totalUsers: Number(userCountsRow?.totalUsers ?? 0),
+ adminUsers: Number(userCountsRow?.adminUsers ?? 0),
+ regularUsers: Number(userCountsRow?.regularUsers ?? 0),
+ currentSessions: Number(sessionCountsRow?.currentSessions ?? 0),
+ activeUsers: Number(sessionCountsRow?.activeUsers ?? 0),
+ activePlaces: Number(placeCountsRow?.activePlaces ?? 0),
+ pendingPlaces: Number(placeCountsRow?.pendingPlaces ?? 0),
+ pendingPriceReports: Number(
+ pendingPriceReportCountsRow?.pendingPriceReports ?? 0,
+ ),
+ openReports: Number(openReportCountsRow?.openReports ?? 0),
+ },
+ recentUsers: recentUsersRows.map((user) => ({
+ id: user.id,
+ email: user.email,
+ nickname: user.nickname ?? null,
+ role: user.role,
+ joinedAt: formatDate(user.createdAt),
+ hasActiveSession: activeSessionUserIds.has(user.id),
+ })),
+ };
+}
+
+export async function getAdminOverview() {
+ if (!isDatabaseEnabled()) {
+ return getMockAdminOverview();
+ }
+
+ try {
+ return await getDatabaseAdminOverview();
+ } catch (error) {
+ console.error("Failed to load admin overview. Falling back to mock data.", error);
+
+ return getMockAdminOverview();
+ }
+}
diff --git a/src/features/admin/stubs/api/place-detail.ts b/src/features/admin/stubs/api/place-detail.ts
new file mode 100644
index 0000000..e88a20b
--- /dev/null
+++ b/src/features/admin/stubs/api/place-detail.ts
@@ -0,0 +1,19 @@
+import { createExternalAdminApiResponse } from "@/lib/admin-app";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function GET(_: Request, context: RouteContext) {
+ const { id } = await context.params;
+
+ return createExternalAdminApiResponse(`/admin/places#${id}`);
+}
+
+export async function PATCH(_: Request, context: RouteContext) {
+ const { id } = await context.params;
+
+ return createExternalAdminApiResponse(`/admin/places#${id}`);
+}
diff --git a/src/features/admin/stubs/api/places-list.ts b/src/features/admin/stubs/api/places-list.ts
new file mode 100644
index 0000000..bc86c4f
--- /dev/null
+++ b/src/features/admin/stubs/api/places-list.ts
@@ -0,0 +1,7 @@
+import { createExternalAdminApiResponse } from "@/lib/admin-app";
+
+export const dynamic = "force-dynamic";
+
+export async function GET() {
+ return createExternalAdminApiResponse("/admin/places");
+}
diff --git a/src/features/admin/stubs/api/price-detail.ts b/src/features/admin/stubs/api/price-detail.ts
new file mode 100644
index 0000000..6c41d19
--- /dev/null
+++ b/src/features/admin/stubs/api/price-detail.ts
@@ -0,0 +1,13 @@
+import { createExternalAdminApiResponse } from "@/lib/admin-app";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function PATCH(_: Request, context: RouteContext) {
+ const { id } = await context.params;
+
+ return createExternalAdminApiResponse(`/admin/prices#${id}`);
+}
diff --git a/src/features/admin/stubs/api/price-item-detail.ts b/src/features/admin/stubs/api/price-item-detail.ts
new file mode 100644
index 0000000..40216dc
--- /dev/null
+++ b/src/features/admin/stubs/api/price-item-detail.ts
@@ -0,0 +1,13 @@
+import { createExternalAdminApiResponse } from "@/lib/admin-app";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function PATCH(_: Request, context: RouteContext) {
+ const { id } = await context.params;
+
+ return createExternalAdminApiResponse(`/admin/prices#price-item-${id}`);
+}
diff --git a/src/features/admin/stubs/api/prices-list.ts b/src/features/admin/stubs/api/prices-list.ts
new file mode 100644
index 0000000..0be75a9
--- /dev/null
+++ b/src/features/admin/stubs/api/prices-list.ts
@@ -0,0 +1,7 @@
+import { createExternalAdminApiResponse } from "@/lib/admin-app";
+
+export const dynamic = "force-dynamic";
+
+export async function GET() {
+ return createExternalAdminApiResponse("/admin/prices");
+}
diff --git a/src/features/admin/stubs/api/report-detail.ts b/src/features/admin/stubs/api/report-detail.ts
new file mode 100644
index 0000000..148d062
--- /dev/null
+++ b/src/features/admin/stubs/api/report-detail.ts
@@ -0,0 +1,13 @@
+import { createExternalAdminApiResponse } from "@/lib/admin-app";
+
+type RouteContext = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export async function PATCH(_: Request, context: RouteContext) {
+ const { id } = await context.params;
+
+ return createExternalAdminApiResponse(`/admin/reports#${id}`);
+}
diff --git a/src/features/admin/stubs/api/reports-list.ts b/src/features/admin/stubs/api/reports-list.ts
new file mode 100644
index 0000000..b8ed868
--- /dev/null
+++ b/src/features/admin/stubs/api/reports-list.ts
@@ -0,0 +1,7 @@
+import { createExternalAdminApiResponse } from "@/lib/admin-app";
+
+export const dynamic = "force-dynamic";
+
+export async function GET() {
+ return createExternalAdminApiResponse("/admin/reports");
+}
diff --git a/src/features/admin/stubs/pages/dashboard-page.tsx b/src/features/admin/stubs/pages/dashboard-page.tsx
new file mode 100644
index 0000000..cf2e9bf
--- /dev/null
+++ b/src/features/admin/stubs/pages/dashboard-page.tsx
@@ -0,0 +1,25 @@
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import {
+ getAdminAppHref,
+ hasExternalAdminApp,
+} from "@/lib/admin-app";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminDashboardPage() {
+ if (!hasExternalAdminApp()) {
+ return (
+
+ );
+ }
+
+ redirect(getAdminAppHref("/admin"));
+}
diff --git a/src/features/admin/stubs/pages/place-prices-page.tsx b/src/features/admin/stubs/pages/place-prices-page.tsx
new file mode 100644
index 0000000..0433d6a
--- /dev/null
+++ b/src/features/admin/stubs/pages/place-prices-page.tsx
@@ -0,0 +1,35 @@
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import {
+ getAdminAppHref,
+ hasExternalAdminApp,
+} from "@/lib/admin-app";
+
+type AdminPlacePricePageProps = {
+ params: Promise<{
+ id: string;
+ }>;
+};
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPlacePricesPage({
+ params,
+}: AdminPlacePricePageProps) {
+ if (!hasExternalAdminApp()) {
+ return (
+
+ );
+ }
+
+ const { id } = await params;
+
+ redirect(getAdminAppHref(`/admin/prices/places/${id}`));
+}
diff --git a/src/features/admin/stubs/pages/places-page.tsx b/src/features/admin/stubs/pages/places-page.tsx
new file mode 100644
index 0000000..5c3dca2
--- /dev/null
+++ b/src/features/admin/stubs/pages/places-page.tsx
@@ -0,0 +1,25 @@
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import {
+ getAdminAppHref,
+ hasExternalAdminApp,
+} from "@/lib/admin-app";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPlacesPage() {
+ if (!hasExternalAdminApp()) {
+ return (
+
+ );
+ }
+
+ redirect(getAdminAppHref("/admin/places"));
+}
diff --git a/src/features/admin/stubs/pages/prices-page.tsx b/src/features/admin/stubs/pages/prices-page.tsx
new file mode 100644
index 0000000..4adb515
--- /dev/null
+++ b/src/features/admin/stubs/pages/prices-page.tsx
@@ -0,0 +1,25 @@
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import {
+ getAdminAppHref,
+ hasExternalAdminApp,
+} from "@/lib/admin-app";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminPricesPage() {
+ if (!hasExternalAdminApp()) {
+ return (
+
+ );
+ }
+
+ redirect(getAdminAppHref("/admin/prices"));
+}
diff --git a/src/features/admin/stubs/pages/reports-page.tsx b/src/features/admin/stubs/pages/reports-page.tsx
new file mode 100644
index 0000000..0c0e835
--- /dev/null
+++ b/src/features/admin/stubs/pages/reports-page.tsx
@@ -0,0 +1,25 @@
+import { redirect } from "next/navigation";
+
+import { AccessDeniedPanel } from "@/components/access-denied-panel";
+import {
+ getAdminAppHref,
+ hasExternalAdminApp,
+} from "@/lib/admin-app";
+
+export const dynamic = "force-dynamic";
+
+export default async function AdminReportsPage() {
+ if (!hasExternalAdminApp()) {
+ return (
+
+ );
+ }
+
+ redirect(getAdminAppHref("/admin/reports"));
+}
diff --git a/src/features/auth/login-form.tsx b/src/features/auth/login-form.tsx
index 1434f57..96a94f2 100644
--- a/src/features/auth/login-form.tsx
+++ b/src/features/auth/login-form.tsx
@@ -122,7 +122,7 @@ export function LoginForm({
onChange={(event) => setEmail(event.target.value)}
data-testid="login-email"
className="altteulmap-input px-4 py-3.5 text-stone-900"
- placeholder="name@example.com"
+ placeholder="이메일 주소"
autoComplete="email"
/>
diff --git a/src/features/auth/repository.ts b/src/features/auth/repository.ts
index d2d60b2..0d927e3 100644
--- a/src/features/auth/repository.ts
+++ b/src/features/auth/repository.ts
@@ -226,7 +226,7 @@ export function listSocialAuthProviders(): SocialAuthProviderAvailability[] {
id: provider.id,
label: provider.label,
enabled: false,
- unavailableReason: "로컬 DB 연결 후 사용할 수 있습니다.",
+ unavailableReason: "데이터 연결 후 사용할 수 있습니다.",
};
}
@@ -235,7 +235,7 @@ export function listSocialAuthProviders(): SocialAuthProviderAvailability[] {
id: provider.id,
label: provider.label,
enabled: false,
- unavailableReason: `AUTH_${provider.id.toUpperCase()}_CLIENT_ID와 AUTH_${provider.id.toUpperCase()}_CLIENT_SECRET이 필요합니다.`,
+ unavailableReason: "로그인 연동 설정이 아직 완료되지 않았습니다.",
};
}
@@ -257,7 +257,7 @@ export async function createCredentialsUser(
if (!isDatabaseEnabled()) {
return {
ok: false,
- message: "회원가입은 DB 연결 후 사용할 수 있습니다.",
+ message: "회원가입은 데이터 연결 후 사용할 수 있습니다.",
item: null,
};
}
diff --git a/src/features/auth/session-action-group.tsx b/src/features/auth/session-action-group.tsx
new file mode 100644
index 0000000..190ec76
--- /dev/null
+++ b/src/features/auth/session-action-group.tsx
@@ -0,0 +1,71 @@
+import Link from "next/link";
+
+import { appUserRoleLabelMap } from "@/features/auth/constants";
+import { SignOutButton } from "@/features/auth/sign-out-button";
+import { getAdminAppHref } from "@/lib/admin-app";
+import {
+ getSessionUserLabel,
+ type SessionUser,
+} from "@/lib/session";
+
+type SessionActionGroupProps = {
+ user: SessionUser | null;
+ loginHref?: string;
+ signOutCallbackUrl?: string;
+ compact?: boolean;
+};
+
+function getBadgeLabel(user: SessionUser) {
+ const userLabel = getSessionUserLabel(user);
+ const roleLabel = appUserRoleLabelMap[user.role];
+
+ return userLabel === roleLabel ? userLabel : `${userLabel} · ${roleLabel}`;
+}
+
+export function SessionActionGroup({
+ user,
+ loginHref,
+ signOutCallbackUrl = "/",
+ compact = false,
+}: SessionActionGroupProps) {
+ const badgeClassName = compact
+ ? "altteulmap-badge whitespace-nowrap border border-stone-200 bg-stone-50 px-3 py-1.5 text-xs text-stone-700"
+ : "altteulmap-badge whitespace-nowrap border border-stone-200 bg-stone-50 px-4 py-3 text-sm text-stone-700";
+ const linkClassName = compact
+ ? "altteulmap-button whitespace-nowrap border border-stone-300 bg-white px-3 py-1.5 text-xs text-stone-700 transition hover:bg-stone-100"
+ : "altteulmap-button whitespace-nowrap border border-stone-300 bg-white px-4 py-2 text-sm text-stone-700 transition hover:bg-stone-100";
+
+ if (!user) {
+ if (!loginHref) {
+ return null;
+ }
+
+ return (
+
+ 로그인
+
+ );
+ }
+
+ return (
+
+
+ {getBadgeLabel(user)}
+
+ {user.role === "admin" ? (
+
+ 관리
+
+ ) : null}
+
+
+ );
+}
diff --git a/src/features/auth/signup-form.tsx b/src/features/auth/signup-form.tsx
index 75a3a8f..faa3658 100644
--- a/src/features/auth/signup-form.tsx
+++ b/src/features/auth/signup-form.tsx
@@ -40,7 +40,7 @@ export function SignupForm({
event.preventDefault();
if (!credentialsSignupEnabled) {
- setMessage("회원가입은 DB 연결 후 사용할 수 있습니다.");
+ setMessage("회원가입은 데이터 연결 후 사용할 수 있습니다.");
return;
}
@@ -107,9 +107,6 @@ export function SignupForm({
이메일로 가입
-
- 가입이 완료되면 같은 이메일과 비밀번호로 바로 로그인됩니다.
-
닉네임
@@ -134,7 +131,7 @@ export function SignupForm({
disabled={isPending || !credentialsSignupEnabled}
data-testid="signup-email"
className="altteulmap-input px-4 py-3.5 text-stone-900"
- placeholder="name@example.com"
+ placeholder="이메일 주소"
autoComplete="email"
/>
@@ -167,12 +164,6 @@ export function SignupForm({
/>
- {!credentialsSignupEnabled ? (
-
- 새 계정 생성은 DB 연결 후 사용할 수 있습니다. 지금은 기존 시드 계정이나
- 소셜 로그인만 사용할 수 있습니다.
-
- ) : null}
{message ? (
diff --git a/src/app/map/page.tsx b/src/features/map/map-page.tsx
similarity index 70%
rename from src/app/map/page.tsx
rename to src/features/map/map-page.tsx
index 678c00d..258583c 100644
--- a/src/app/map/page.tsx
+++ b/src/features/map/map-page.tsx
@@ -3,13 +3,14 @@ import Link from "next/link";
import { BrandMark } from "@/components/brand-mark";
import { listBookmarks } from "@/features/bookmarks/repository";
+import { SessionActionGroup } from "@/features/auth/session-action-group";
import {
categoryGroups,
getCategoryBySlug,
} from "@/features/categories/catalog";
import { MapExplorer } from "@/features/places/map-explorer";
import { listPlaces } from "@/features/places/repository";
-import type { PlaceSearchScope, PlaceSort } from "@/features/places/types";
+import type { PlaceSearchScope } from "@/features/places/types";
import { createLoginHref, getSessionUser } from "@/lib/session";
type MapPageProps = {
@@ -19,7 +20,6 @@ type MapPageProps = {
export const dynamic = "force-dynamic";
export const metadata: Metadata = {
- title: "지도에서 알뜰 장소 찾기",
description:
"주변 식당, 문구점, 프린트, 생활 서비스 가격을 지도에서 비교하고 알뜰 장소를 찾아보세요.",
alternates: {
@@ -34,11 +34,16 @@ const priceOptions = [
{ label: "20,000원 이하", value: 20000 },
];
-const sortOptions = [
- { label: "가격순", value: "price" },
- { label: "최근 갱신순", value: "recent" },
- { label: "좋아요순", value: "likes" },
-] as const;
+const mobileFilterChipClass =
+ "altteulmap-chip whitespace-nowrap border px-3 py-2 text-xs transition";
+const desktopFilterChipClass =
+ "altteulmap-chip whitespace-nowrap border px-4 py-2 text-sm transition";
+const inactiveFilterChipClass =
+ "border-stone-300 bg-white text-stone-700 hover:bg-stone-100";
+const mobileScopeChipClass =
+ "altteulmap-chip altteulmap-scope-chip inline-flex whitespace-nowrap px-3 py-2 text-xs transition";
+const desktopScopeChipClass =
+ "altteulmap-chip altteulmap-scope-chip inline-flex whitespace-nowrap px-4 py-2 text-sm transition";
function getFirstValue(value: string | string[] | undefined) {
return Array.isArray(value) ? value[0] : value;
@@ -49,7 +54,6 @@ function createHref(params: {
maxPrice?: number | null;
query?: string | null;
searchScope?: PlaceSearchScope;
- sort?: PlaceSort | null;
}) {
const search = new URLSearchParams();
const trimmedQuery = params.query?.trim();
@@ -67,29 +71,11 @@ function createHref(params: {
search.set("maxPrice", String(params.maxPrice));
}
- if (params.sort && params.sort !== "price") {
- search.set("sort", params.sort);
- }
-
const query = search.toString();
return query ? `/?${query}` : "/";
}
-function parseSort(value: string | string[] | undefined): PlaceSort {
- const sort = getFirstValue(value);
-
- if (sort === "recent") {
- return "recent";
- }
-
- if (sort === "likes") {
- return "likes";
- }
-
- return "price";
-}
-
export default async function MapPage({ searchParams }: MapPageProps) {
const params = await searchParams;
const activeCategory = getFirstValue(params.category) ?? null;
@@ -99,7 +85,6 @@ export default async function MapPage({ searchParams }: MapPageProps) {
activeQuery && getFirstValue(params.scope) === "global"
? "global"
: "viewport";
- const activeSort = parseSort(params.sort);
const user = await getSessionUser();
const [result, bookmarkResult] = await Promise.all([
@@ -107,7 +92,6 @@ export default async function MapPage({ searchParams }: MapPageProps) {
category: activeCategory,
maxPrice: activeMaxPrice,
query: activeQuery,
- sort: activeSort,
}),
listBookmarks(user),
]);
@@ -116,7 +100,6 @@ export default async function MapPage({ searchParams }: MapPageProps) {
maxPrice: activeMaxPrice,
query: activeQuery,
searchScope: activeSearchScope,
- sort: activeSort,
});
const loginHref = createLoginHref(currentMapHref);
const bookmarkLoginHref = createLoginHref(currentMapHref);
@@ -128,13 +111,10 @@ export default async function MapPage({ searchParams }: MapPageProps) {
const selectedCategory = getCategoryBySlug(activeCategory);
const activePriceLabel =
priceOptions.find((option) => option.value === activeMaxPrice)?.label ?? null;
- const activeSortLabel =
- sortOptions.find((option) => option.value === activeSort)?.label ?? "가격순";
const mobileSummaryItems = [
activeQuery ? `검색 ${activeQuery}` : null,
selectedCategory?.name ?? null,
activePriceLabel,
- activeSort !== "price" ? activeSortLabel : null,
activeSearchScope === "global" ? "전체 검색" : "현재 지도",
].filter((item): item is string => Boolean(item));
@@ -157,14 +137,11 @@ export default async function MapPage({ searchParams }: MapPageProps) {
>
북마크
- {!user ? (
-
- 로그인
-
- ) : null}
+
@@ -180,7 +157,6 @@ export default async function MapPage({ searchParams }: MapPageProps) {
href={createHref({
category: activeCategory,
maxPrice: activeMaxPrice,
- sort: activeSort,
})}
className="text-xs font-medium text-stone-500 transition hover:text-stone-900"
>
@@ -239,9 +215,9 @@ export default async function MapPage({ searchParams }: MapPageProps) {
name="scope"
value="viewport"
defaultChecked={activeSearchScope === "viewport"}
- className="peer sr-only"
+ className="altteulmap-scope-input sr-only"
/>
-
+
현재 지도에서 찾기
@@ -251,46 +227,15 @@ export default async function MapPage({ searchParams }: MapPageProps) {
name="scope"
value="global"
defaultChecked={activeSearchScope === "global"}
- className="peer sr-only"
+ className="altteulmap-scope-input sr-only"
/>
-
+
전체에서 찾기
-
-
- 정렬
-
-
- {sortOptions.map((option) => {
- const isActive = activeSort === option.value;
-
- return (
-
- {option.label}
-
- );
- })}
-
-
-
가격 필터
@@ -307,12 +252,11 @@ export default async function MapPage({ searchParams }: MapPageProps) {
maxPrice: option.value,
query: activeQuery,
searchScope: activeSearchScope,
- sort: activeSort,
})}
- className={`altteulmap-chip whitespace-nowrap border px-3 py-2 text-xs transition ${
+ className={`${mobileFilterChipClass} ${
isActive
? "altteulmap-accent-chip"
- : "border border-stone-300 bg-white text-stone-700 hover:bg-stone-100"
+ : inactiveFilterChipClass
}`}
>
{option.label}
@@ -333,12 +277,11 @@ export default async function MapPage({ searchParams }: MapPageProps) {
maxPrice: activeMaxPrice,
query: activeQuery,
searchScope: activeSearchScope,
- sort: activeSort,
})}
- className={`altteulmap-chip whitespace-nowrap border px-3 py-2 text-xs transition ${
+ className={`${mobileFilterChipClass} ${
!activeCategory
? "altteulmap-accent-chip"
- : "border border-stone-300 bg-white text-stone-700 hover:bg-stone-100"
+ : inactiveFilterChipClass
}`}
>
전체
@@ -350,17 +293,16 @@ export default async function MapPage({ searchParams }: MapPageProps) {
return (
{category.name}
@@ -379,9 +321,6 @@ export default async function MapPage({ searchParams }: MapPageProps) {
{activeMaxPrice ? (
) : null}
- {activeSort !== "price" ? (
-
- ) : null}
@@ -395,12 +334,11 @@ export default async function MapPage({ searchParams }: MapPageProps) {
maxPrice: activeMaxPrice,
query: activeQuery,
searchScope: activeSearchScope,
- sort: activeSort,
})}
- className={`altteulmap-chip whitespace-nowrap border px-4 py-2 text-sm transition ${
+ className={`${desktopFilterChipClass} ${
!activeCategory
? "altteulmap-accent-chip"
- : "border border-stone-300 bg-white text-stone-700 hover:bg-stone-100"
+ : inactiveFilterChipClass
}`}
>
전체
@@ -417,12 +355,11 @@ export default async function MapPage({ searchParams }: MapPageProps) {
maxPrice: activeMaxPrice,
query: activeQuery,
searchScope: activeSearchScope,
- sort: activeSort,
})}
- className={`altteulmap-chip whitespace-nowrap border px-4 py-2 text-sm transition ${
+ className={`${desktopFilterChipClass} ${
isActive
? "altteulmap-accent-chip"
- : "border border-stone-300 bg-white text-stone-700 hover:bg-stone-100"
+ : inactiveFilterChipClass
}`}
>
{category.name}
@@ -433,7 +370,7 @@ export default async function MapPage({ searchParams }: MapPageProps) {
-
+
가격 필터
@@ -448,42 +385,11 @@ export default async function MapPage({ searchParams }: MapPageProps) {
maxPrice: option.value,
query: activeQuery,
searchScope: activeSearchScope,
- sort: activeSort,
- })}
- className={`altteulmap-chip whitespace-nowrap border px-4 py-2 text-sm transition ${
- isActive
- ? "altteulmap-accent-chip"
- : "border border-stone-300 bg-white text-stone-700 hover:bg-stone-100"
- }`}
- >
- {option.label}
-
- );
- })}
-
-
-
-
-
정렬
-
- {sortOptions.map((option) => {
- const isActive = activeSort === option.value;
-
- return (
-
{option.label}
@@ -502,7 +408,6 @@ export default async function MapPage({ searchParams }: MapPageProps) {
href={createHref({
category: activeCategory,
maxPrice: activeMaxPrice,
- sort: activeSort,
})}
className="altteulmap-button whitespace-nowrap border border-stone-300 bg-white px-4 py-2 text-sm text-stone-700 transition hover:bg-stone-100"
>
@@ -538,9 +443,9 @@ export default async function MapPage({ searchParams }: MapPageProps) {
value="viewport"
data-testid="search-scope-viewport"
defaultChecked={activeSearchScope === "viewport"}
- className="peer sr-only"
+ className="altteulmap-scope-input sr-only"
/>
-
+
현재 지도에서 찾기
@@ -551,9 +456,9 @@ export default async function MapPage({ searchParams }: MapPageProps) {
value="global"
data-testid="search-scope-global"
defaultChecked={activeSearchScope === "global"}
- className="peer sr-only"
+ className="altteulmap-scope-input sr-only"
/>
-
+
전체에서 찾기
@@ -565,15 +470,12 @@ export default async function MapPage({ searchParams }: MapPageProps) {
{activeMaxPrice ? (
) : null}
- {activeSort !== "price" ? (
-
- ) : null}
diff --git a/src/features/places/admin-place-coordinate-picker.tsx b/src/features/places/admin-place-coordinate-picker.tsx
index 6db22a0..f0628cb 100644
--- a/src/features/places/admin-place-coordinate-picker.tsx
+++ b/src/features/places/admin-place-coordinate-picker.tsx
@@ -209,7 +209,7 @@ export function AdminPlaceCoordinatePicker({
- Coordinate picker
+ 위치 선택
지도에서 승인 좌표 선택
diff --git a/src/features/places/admin-place-review-form.tsx b/src/features/places/admin-place-review-form.tsx
index e91a4fe..24543b2 100644
--- a/src/features/places/admin-place-review-form.tsx
+++ b/src/features/places/admin-place-review-form.tsx
@@ -66,6 +66,11 @@ export function AdminPlaceReviewForm({
data-testid="admin-review-form"
className="space-y-4 rounded-3xl border border-stone-200 bg-white p-4"
>
+
+ 공개 등록은 텍스트 정보만 받습니다. 승인 전에 운영자가 네이버 지도
+ 검색 결과와 주소를 대조해 위치를 확정해주세요.
+
+
0 ? importedPlaces : fallbackMockPlaces;
+
+export const hasImportedGoodpricePlaces = importedPlaces.length > 0;
diff --git a/src/features/places/imported-goodprice.json b/src/features/places/imported-goodprice.json
new file mode 100644
index 0000000..749bcf1
--- /dev/null
+++ b/src/features/places/imported-goodprice.json
@@ -0,0 +1,60626 @@
+[
+ {
+ "id": "goodprice-11005",
+ "name": "㈜추억을 파는 극장 (허리우드클래식)",
+ "businessName": "㈜추억을 파는 극장 (허리우드클래식)",
+ "categorySlug": "other-service",
+ "address": "서울특별시 종로구 삼일대로 428 (낙원동, 4층)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5727635233966,
+ "longitude": 126.987902476529,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "영화입장권(경로)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 영화입장권(경로) 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-3672-4235",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2368ab480eae129e277b",
+ "label": "영화입장권(경로)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2368ab480eae129e277b-history",
+ "label": "영화입장권(경로)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16045",
+ "name": "국수전문점",
+ "businessName": "국수전문점",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로 246 (종로5가) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57083727146669,
+ "longitude": 127.00511941421306,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2275-7443 / 영업시간: 9:30~19:00(일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "67acf2c28ea2d7fa313a",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5c5279c4fad2cb08c1b3",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "67acf2c28ea2d7fa313a-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5c5279c4fad2cb08c1b3-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1643",
+ "name": "고등어구이정식",
+ "businessName": "고등어구이정식",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 자갈치로 64-2 1층 (남포동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.0973974519139,
+ "longitude": 129.03117988708,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "고등어구이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고등어구이 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-241-6526 / 영업시간: 06:00~19:30 매주 수요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "245a1697d335ed77aaef",
+ "label": "고등어구이",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5ac68bc0db9219b6469e",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "245a1697d335ed77aaef-history",
+ "label": "고등어구이",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5ac68bc0db9219b6469e-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1640",
+ "name": "구포밀면",
+ "businessName": "구포밀면",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 대청로141 (중앙동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1030494036287,
+ "longitude": 129.035366385151,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-466-6112 / 영업시간: 10:00~20:00 매주 토요일만 3시 이후 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bafa59e1bbeddf3019f6",
+ "label": "손칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "96f6745a5a5caf531f9f",
+ "label": "해물칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bafa59e1bbeddf3019f6-history",
+ "label": "손칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "96f6745a5a5caf531f9f-history",
+ "label": "해물칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1644",
+ "name": "급행",
+ "businessName": "급행",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 중앙대로41번길 11-2 (중앙동1가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.101031137809,
+ "longitude": 129.035081756288,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "밀면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 밀면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-6970 / 영업시간: 10:00 - 18:00 일요일 휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3df807afbc739e1bdaab",
+ "label": "밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "270f6f96fcde00989e94",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3df807afbc739e1bdaab-history",
+ "label": "밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "270f6f96fcde00989e94-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1645",
+ "name": "기와집",
+ "businessName": "기와집",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 대청로 137번길 7-2 (중앙동3가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1035458476205,
+ "longitude": 129.034884173445,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "자연산송이밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 자연산송이밥 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-961-8851 / 영업시간: 10:00 - 21:30, 휴무일 없음",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "334440224171292d652d",
+ "label": "자연산송이밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cc9bc80207ae187134e4",
+ "label": "자연산송이전골",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "404af1b2f74fbda03ba0",
+ "label": "된장찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "334440224171292d652d-history",
+ "label": "자연산송이밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cc9bc80207ae187134e4-history",
+ "label": "자연산송이전골",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "404af1b2f74fbda03ba0-history",
+ "label": "된장찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17985",
+ "name": "갑석이네",
+ "businessName": "갑석이네",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 큰장로26안길 66 (대신동) 대신동",
+ "district": "대구광역시 중구",
+ "latitude": 35.86637337234426,
+ "longitude": 128.57702787483387,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "소갈비살(120g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소갈비살(120g) 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-252-3307 / 영업시간: 월~토 16:30~24:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "06810c2ee0df4632e8fa",
+ "label": "소갈비살(120g)",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5d8f97725559dc73d99b",
+ "label": "안창살(120g)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "06810c2ee0df4632e8fa-history",
+ "label": "소갈비살(120g)",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5d8f97725559dc73d99b-history",
+ "label": "안창살(120g)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17983",
+ "name": "교동생선구이비빔밥",
+ "businessName": "교동생선구이비빔밥",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 교동길 48-1 (교동) 교동",
+ "district": "대구광역시 중구",
+ "latitude": 35.87327790566105,
+ "longitude": 128.5972021600524,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "교동생선구이정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 교동생선구이정식 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-257-0778 / 영업시간: 월~토 11:00~19:30 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "591572cfa5aaf2105ba2",
+ "label": "교동생선구이정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "db6e49bf5bd13d740bcc",
+ "label": "고등어가자미구이정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "591572cfa5aaf2105ba2-history",
+ "label": "교동생선구이정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "db6e49bf5bd13d740bcc-history",
+ "label": "고등어가자미구이정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2011",
+ "name": "낙동강반점",
+ "businessName": "낙동강반점",
+ "categorySlug": "chinese",
+ "address": "대구광역시 중구 서성로14길 115 (향촌동)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8732438953014,
+ "longitude": 128.593902587658,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-252-7866 / 영업시간: 11:00~19:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cf9b58242a1c8a658e3e",
+ "label": "짜장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "407b99b9e234ef5eca97",
+ "label": "짬뽕",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8f5a4945c8a36ac68842",
+ "label": "간짜장",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "50b57bcaa7e994f8540c",
+ "label": "우동",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "419c9fe860ee9996a241",
+ "label": "울면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cf9b58242a1c8a658e3e-history",
+ "label": "짜장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "407b99b9e234ef5eca97-history",
+ "label": "짬뽕",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8f5a4945c8a36ac68842-history",
+ "label": "간짜장",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "50b57bcaa7e994f8540c-history",
+ "label": "우동",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "419c9fe860ee9996a241-history",
+ "label": "울면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2230",
+ "name": "골목집",
+ "businessName": "골목집",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 신포로 32-22 (신포동)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4714816686167,
+ "longitude": 126.625847852578,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-3149 / 영업시간: 09:00~20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1109a18fce1baf9fa3ea",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "99c1841a0aca4d86a084",
+ "label": "수제비",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "586bb4fd1cf7e792100d",
+ "label": "쫄면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1109a18fce1baf9fa3ea-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "99c1841a0aca4d86a084-history",
+ "label": "수제비",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "586bb4fd1cf7e792100d-history",
+ "label": "쫄면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13183",
+ "name": "계림동나주곰탕",
+ "businessName": "계림동나주곰탕",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 구성로 262-9 (계림동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.15717956808311,
+ "longitude": 126.91948612900808,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "곰탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 곰탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-225-0970",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "45b441a27c25f96066af",
+ "label": "곰탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "45b441a27c25f96066af-history",
+ "label": "곰탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10150",
+ "name": "24시서울식당",
+ "businessName": "24시서울식당",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 동서대로 1695번길 53 (용전동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3518040236434,
+ "longitude": 127.436526849885,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "김치찌개 백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 백반 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-626-1969 / 영업시간: 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "df97b62fd4855f03d45f",
+ "label": "김치찌개 백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ca4a6e18cd21fb4c1c17",
+ "label": "우렁된장 백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "10f6d85f58205baa42e3",
+ "label": "설렁탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "97ca271ec531cda817e3",
+ "label": "갈비탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "241cebfb5d95f2402f79",
+ "label": "콩나물해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "42d99941401c900adfeb",
+ "label": "순두부 백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8123b0ac7d0d29408f6d",
+ "label": "청국장 백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8fa540578e4d3e670dcb",
+ "label": "전주비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f8c644b5f169ea1dcfc7",
+ "label": "돌솥비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fd927ba1e7a25f824f7a",
+ "label": "육개장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fa2196d03c5bbcfa45ec",
+ "label": "물냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "68f721783aeac01b0f0b",
+ "label": "비빔냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6c771d7082b6fd5dadf1",
+ "label": "만둣국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "df97b62fd4855f03d45f-history",
+ "label": "김치찌개 백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ca4a6e18cd21fb4c1c17-history",
+ "label": "우렁된장 백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "10f6d85f58205baa42e3-history",
+ "label": "설렁탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "97ca271ec531cda817e3-history",
+ "label": "갈비탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "241cebfb5d95f2402f79-history",
+ "label": "콩나물해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "42d99941401c900adfeb-history",
+ "label": "순두부 백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8123b0ac7d0d29408f6d-history",
+ "label": "청국장 백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8fa540578e4d3e670dcb-history",
+ "label": "전주비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f8c644b5f169ea1dcfc7-history",
+ "label": "돌솥비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fd927ba1e7a25f824f7a-history",
+ "label": "육개장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fa2196d03c5bbcfa45ec-history",
+ "label": "물냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "68f721783aeac01b0f0b-history",
+ "label": "비빔냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6c771d7082b6fd5dadf1-history",
+ "label": "만둣국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10151",
+ "name": "2900냥식당",
+ "businessName": "2900냥식당",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로 815번길 5 (정동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3322630706726,
+ "longitude": 127.431757660701,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "선지해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "SBS생방송 투데이 명품맛집 출연",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-256-8686 / 영업시간: 07:00~22:00 / 매주 월요일 정기 휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a7991d596eb91c0d3bdc",
+ "label": "선지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c4c978111dab726e679f",
+ "label": "콩나물해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d3206eb0e0ca51a4bd7b",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bf6ade39616a62674085",
+ "label": "콩나물비빔밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "403f4cceedc11c3b5352",
+ "label": "콩국수(여름)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f436d23c9f252cc3a788",
+ "label": "냉국수(여름)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fdfb1167b37b65c2109c",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a7991d596eb91c0d3bdc-history",
+ "label": "선지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c4c978111dab726e679f-history",
+ "label": "콩나물해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d3206eb0e0ca51a4bd7b-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bf6ade39616a62674085-history",
+ "label": "콩나물비빔밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "403f4cceedc11c3b5352-history",
+ "label": "콩국수(여름)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f436d23c9f252cc3a788-history",
+ "label": "냉국수(여름)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fdfb1167b37b65c2109c-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2561",
+ "name": "강청골순대국밥",
+ "businessName": "강청골순대국밥",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 동대전로 229 (가양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3419614517988,
+ "longitude": 127.447983980001,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-635-8181 / 영업시간: 09:30 ~ 22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "81177c1ed8033f658e8f",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "149ff55a0f3908c520c5",
+ "label": "감투국밥",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "67676e6f2da3f3f8be70",
+ "label": "고기감자만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0f44f308fe881207211f",
+ "label": "수육국밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "81177c1ed8033f658e8f-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "149ff55a0f3908c520c5-history",
+ "label": "감투국밥",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "67676e6f2da3f3f8be70-history",
+ "label": "고기감자만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0f44f308fe881207211f-history",
+ "label": "수육국밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14317",
+ "name": "개천식당",
+ "businessName": "개천식당",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로779번길 41 (원동) 중앙시장 내 위치",
+ "district": "대전광역시 동구",
+ "latitude": 36.32850763956439,
+ "longitude": 127.43158384633288,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "만둣국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만둣국 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-256-1003 / 영업시간: 11:00~20:00 / 둘째, 넷째주 월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b5e7a7cc751575e66fff",
+ "label": "만둣국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0d6a10ca0a7d28a2ae90",
+ "label": "떡만둣국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8269f3357eea70e01e03",
+ "label": "떡국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3f0f3b58c72596edd55b",
+ "label": "물냉면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f1ce28094c460677f79d",
+ "label": "소머리국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "89cab6923a1e2b09472d",
+ "label": "부추만두튀김",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d572293f547483a02696",
+ "label": "개천김치만두",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1d44046fe77b92d0c815",
+ "label": "부추고기만두",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b5e7a7cc751575e66fff-history",
+ "label": "만둣국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0d6a10ca0a7d28a2ae90-history",
+ "label": "떡만둣국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8269f3357eea70e01e03-history",
+ "label": "떡국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3f0f3b58c72596edd55b-history",
+ "label": "물냉면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f1ce28094c460677f79d-history",
+ "label": "소머리국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "89cab6923a1e2b09472d-history",
+ "label": "부추만두튀김",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d572293f547483a02696-history",
+ "label": "개천김치만두",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1d44046fe77b92d0c815-history",
+ "label": "부추고기만두",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2986",
+ "name": "노르쇠핑",
+ "businessName": "노르쇠핑",
+ "categorySlug": "bakery",
+ "address": "울산광역시 중구 태화로 136 (태화동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5531564921762,
+ "longitude": 129.290936456527,
+ "representativePriceAmount": 1500,
+ "representativePriceLabel": "단팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 1,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-267-5873 / 영업시간: 설 연휴 3일 외 연중무휴 09:00~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "176cf145a2a97f7ef7a9",
+ "label": "단팥빵",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d2f140054a89f3268c73",
+ "label": "슈크림빵",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "176cf145a2a97f7ef7a9-history",
+ "label": "단팥빵",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d2f140054a89f3268c73-history",
+ "label": "슈크림빵",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2987",
+ "name": "뉴강남탕",
+ "businessName": "뉴강남탕",
+ "categorySlug": "bath",
+ "address": "울산광역시 중구 당산4길 15 (우정동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5540646829463,
+ "longitude": 129.310128409134,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "대인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-211-4873 / 영업시간: 정기휴무(매주 수요일) 05:30 ~ 17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "81b5524f16c4f0bbd3a1",
+ "label": "대인",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d2d6fbe109f29cc0fe67",
+ "label": "소인",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "81b5524f16c4f0bbd3a1-history",
+ "label": "대인",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d2d6fbe109f29cc0fe67-history",
+ "label": "소인",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10200",
+ "name": "6000냥돌솥추어탕",
+ "businessName": "6000냥돌솥추어탕",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 조치원읍 새내10길 61",
+ "district": "세종특별자치시 조치원읍",
+ "latitude": 36.6008005980251,
+ "longitude": 127.301683744225,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "돌솥추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥추어탕 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-864-2133",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8caee87a41b8d7569d17",
+ "label": "돌솥추어탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "df13da9bfacdc2a6196d",
+ "label": "돈가스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8caee87a41b8d7569d17-history",
+ "label": "돌솥추어탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "df13da9bfacdc2a6196d-history",
+ "label": "돈가스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19179",
+ "name": "광진손짜장",
+ "businessName": "광진손짜장",
+ "categorySlug": "chinese",
+ "address": "세종특별자치시 조치원읍 새내10길 27 1층",
+ "district": "세종특별자치시 조치원읍",
+ "latitude": 36.60059049054393,
+ "longitude": 127.29972619189017,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-865-3657",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7eb87fba685d5dc64049",
+ "label": "짜장면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "207dd0c797e556814196",
+ "label": "짬뽕",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7eb87fba685d5dc64049-history",
+ "label": "짜장면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "207dd0c797e556814196-history",
+ "label": "짬뽕",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10192",
+ "name": "꼬막짬뽕",
+ "businessName": "꼬막짬뽕",
+ "categorySlug": "chinese",
+ "address": "세종특별자치시 도움3로 105-6 2층",
+ "district": "세종특별자치시 도움3로",
+ "latitude": 36.5045900450719,
+ "longitude": 127.249051704513,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "유니자장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 유니자장 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-865-0655",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1d8570cb6f7cf7ae659f",
+ "label": "유니자장",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1d8570cb6f7cf7ae659f-history",
+ "label": "유니자장",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16371",
+ "name": "(권선)컷트클럽",
+ "businessName": "(권선)컷트클럽",
+ "categorySlug": "beauty",
+ "address": "경기도 수원시 권선구 금곡로 46 (금곡동, 호매실역 서희 스타힐스) 나동 103호",
+ "district": "경기도 수원시",
+ "latitude": 37.27181301997054,
+ "longitude": 126.938271063389,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "남성커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-297-2979 / 영업시간: 10:00~20:00 첫째,셋째주 화요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9a977b0c6b18c9d56d14",
+ "label": "남성커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "349c4044f54ea0c836f4",
+ "label": "여성커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9a977b0c6b18c9d56d14-history",
+ "label": "남성커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "349c4044f54ea0c836f4-history",
+ "label": "여성커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3406",
+ "name": "(장안)컷트클럽",
+ "businessName": "(장안)컷트클럽",
+ "categorySlug": "beauty",
+ "address": "경기도 수원시 장안구 조원로 100 .",
+ "district": "경기도 수원시",
+ "latitude": 37.301600598246,
+ "longitude": 127.015159002188,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "남성커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-246-6306 / 영업시간: 10:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "500ebdcebe9a75361eb5",
+ "label": "남성커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "500ebdcebe9a75361eb5-history",
+ "label": "남성커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14932",
+ "name": "24시 전주국밥(콩마루)",
+ "businessName": "24시 전주국밥(콩마루)",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 청명남로 46 (영통동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.25344290305785,
+ "longitude": 127.0765394153501,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "콩나물국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-202-3324 / 영업시간: 06:30~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5d12ac001cdb365a29d6",
+ "label": "콩나물국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1f1a95d628d95c907349",
+ "label": "콩나물비빔밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f1d408248dc704abc628",
+ "label": "돌솥밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "53302cdfb9883c71c963",
+ "label": "김치콩나물국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5d12ac001cdb365a29d6-history",
+ "label": "콩나물국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1f1a95d628d95c907349-history",
+ "label": "콩나물비빔밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f1d408248dc704abc628-history",
+ "label": "돌솥밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "53302cdfb9883c71c963-history",
+ "label": "김치콩나물국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16372",
+ "name": "Bestie(카페베스티)",
+ "businessName": "Bestie(카페베스티)",
+ "categorySlug": "other-food",
+ "address": "경기도 수원시 권선구 권광로 87 (권선동) 2층",
+ "district": "경기도 수원시",
+ "latitude": 37.255736139357296,
+ "longitude": 127.02931494445001,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-221-2034 / 영업시간: 10:00~19:00 매주일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "95bb42015d456e08b7ed",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "95bb42015d456e08b7ed-history",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4336",
+ "name": "가고파미용실",
+ "businessName": "가고파미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 안마산로 216 (퇴계동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8495302656251,
+ "longitude": 127.737647046448,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-262-9488 / 영업시간: 첫째, 셋째 화요일 휴무 여름 08;30-19:30 겨울 09:00-19:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e2ac7533fec6c035ecaa",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4a1c547a4de6094510b4",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e2ac7533fec6c035ecaa-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4a1c547a4de6094510b4-history",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15775",
+ "name": "2교시간식시간",
+ "businessName": "2교시간식시간",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 서원남로 62 (모충동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.622448560220946,
+ "longitude": 127.48123556595677,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "돈가스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-288-7473",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "03afe48b29e4cbc95127",
+ "label": "돈가스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "03afe48b29e4cbc95127-history",
+ "label": "돈가스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4736",
+ "name": "357짜장 짬뽕",
+ "businessName": "357짜장 짬뽕",
+ "categorySlug": "chinese",
+ "address": "충청북도 청주시 청원구 내덕로 19 1층(내덕동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6565710804677,
+ "longitude": 127.482796815455,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-225-3357 / 영업시간: 매일 17:00-05:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fbb8fd31377f5efb6683",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c8364329a9f59fa313d3",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bf34a6fe2a9ec1834f76",
+ "label": "짬 뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fbb8fd31377f5efb6683-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c8364329a9f59fa313d3-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bf34a6fe2a9ec1834f76-history",
+ "label": "짬 뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17000",
+ "name": "86카츠",
+ "businessName": "86카츠",
+ "categorySlug": "western",
+ "address": "충청북도 청주시 청원구 상당로302번길 117-1 (내덕동) 1층(내덕동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.65322329929266,
+ "longitude": 127.49392991767124,
+ "representativePriceAmount": 9500,
+ "representativePriceLabel": "돈카츠",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 돈카츠 9,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 11:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dd6ca8cc10c7a0d9243c",
+ "label": "돈카츠",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dd6ca8cc10c7a0d9243c-history",
+ "label": "돈카츠",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16062",
+ "name": "9.9추어탕",
+ "businessName": "9.9추어탕",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 상당구 남사로140번길 33 (남문로1가) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.63060364132639,
+ "longitude": 127.49034759503,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-256-9900",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9a066c6e02ff8cec2425",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9a066c6e02ff8cec2425-history",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4909",
+ "name": "9000냥프로헤어",
+ "businessName": "9000냥프로헤어",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 동남구 충무로 412-27 2층(영성동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.7971238482422,
+ "longitude": 127.151205811449,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 09:30~19:00 정기휴무(매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c610564b7ba9ddf10570",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c610564b7ba9ddf10570-history",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4935",
+ "name": "가마솥 선지국밥",
+ "businessName": "가마솥 선지국밥",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 사직로 2-2 1층(사직동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8003866595724,
+ "longitude": 127.149801708648,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "선지국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지국밥 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-574-5665 / 영업시간: 07:00~19:00 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "10bfc424eaaaed18b6df",
+ "label": "선지국밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "10bfc424eaaaed18b6df-history",
+ "label": "선지국밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11752",
+ "name": "가화손만두 옛날통닭",
+ "businessName": "가화손만두 옛날통닭",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 큰재빼기길 28 (오룡동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8039869569013,
+ "longitude": 127.149159570599,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "옛날통닭",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날통닭 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-558-0863 / 영업시간: 08:00~20:00 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2cb8d8343457d3a854e6",
+ "label": "옛날통닭",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fa7f4c44011e8f5fb4f3",
+ "label": "손만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8668dbc202a9fba6872c",
+ "label": "찐빵",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2cb8d8343457d3a854e6-history",
+ "label": "옛날통닭",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fa7f4c44011e8f5fb4f3-history",
+ "label": "손만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8668dbc202a9fba6872c-history",
+ "label": "찐빵",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16879",
+ "name": "강짬뽕",
+ "businessName": "강짬뽕",
+ "categorySlug": "chinese",
+ "address": "충청남도 천안시 동남구 신부12길 12 (신부동) 1층",
+ "district": "충청남도 천안시",
+ "latitude": 36.81807192926583,
+ "longitude": 127.15946515907602,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1357-6142 / 영업시간: 영업시간 10:30~20:00 휴무일 매주 월요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "27e8a45f07882ea086db",
+ "label": "자장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f951b96a01afae6625f6",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "27e8a45f07882ea086db-history",
+ "label": "자장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f951b96a01afae6625f6-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5413",
+ "name": "나눔공정카페",
+ "businessName": "나눔공정카페",
+ "categorySlug": "other-food",
+ "address": "전북특별자치도 전주시 완산구 전룡4길 8 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8258068254203,
+ "longitude": 127.119654841458,
+ "representativePriceAmount": 1800,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,800원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-278-9799",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0542ea396478a8472b1b",
+ "label": "아메리카노",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "99aad9fdd1f6494a549a",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "22c7f585bd12c29b5191",
+ "label": "(수제)자몽차, 레몬차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0542ea396478a8472b1b-history",
+ "label": "아메리카노",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "99aad9fdd1f6494a549a-history",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "22c7f585bd12c29b5191-history",
+ "label": "(수제)자몽차, 레몬차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11329",
+ "name": "경남식당",
+ "businessName": "경남식당",
+ "categorySlug": "chinese",
+ "address": "전라남도 목포시 산대로2번길 3-2 (산정동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.8024474268616,
+ "longitude": 126.391838705576,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-272-8111",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "628a76247a4348727d95",
+ "label": "자장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d3e8dfe6f7fe8aa595fc",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "40ccd46eaf04de17ea10",
+ "label": "볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "628a76247a4348727d95-history",
+ "label": "자장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d3e8dfe6f7fe8aa595fc-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "40ccd46eaf04de17ea10-history",
+ "label": "볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15142",
+ "name": "경성회관",
+ "businessName": "경성회관",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 용당로 54 (산정동) 1층",
+ "district": "전라남도 목포시",
+ "latitude": 34.792331194754645,
+ "longitude": 126.4023009728321,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "청국장 백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 백반 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-5993",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "df51362a43ce9e05d0ea",
+ "label": "청국장 백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d8b6852a2d7bca07901c",
+ "label": "김치찌개 백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "df51362a43ce9e05d0ea-history",
+ "label": "청국장 백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d8b6852a2d7bca07901c-history",
+ "label": "김치찌개 백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15158",
+ "name": "고향삼겹살",
+ "businessName": "고향삼겹살",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 영산로 691 (석현동) 고향삼겹살",
+ "district": "전라남도 목포시",
+ "latitude": 34.82641754948634,
+ "longitude": 126.42137100869118,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-281-3931",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "57881a1dcd7f7fee2049",
+ "label": "청국장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "57881a1dcd7f7fee2049-history",
+ "label": "청국장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6367",
+ "name": "45번길국수",
+ "businessName": "45번길국수",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 대이로45번길 12-4 45번길국수",
+ "district": "경상북도 포항시",
+ "latitude": 36.019222777464,
+ "longitude": 129.340576077049,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 07:30~19시30분 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e9d37e23106dbae83c25",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9b14ba5b4e426b9ed0a8",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "980c8483067c1f551f07",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e9d37e23106dbae83c25-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9b14ba5b4e426b9ed0a8-history",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "980c8483067c1f551f07-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6384",
+ "name": "감자바위",
+ "businessName": "감자바위",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 연일읍 유강길9번길 32 감자바위",
+ "district": "경상북도 포항시",
+ "latitude": 36.0033909011122,
+ "longitude": 129.316527350566,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-272-8877",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "41923ace59b89f149d63",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "41923ace59b89f149d63-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13952",
+ "name": "119찹쌀꽈배기",
+ "businessName": "119찹쌀꽈배기",
+ "categorySlug": "other-food",
+ "address": "경상남도 창원시 마산합포구 해안대로 11 (해운동) 1층 119호(해운동, 이화월드프라자)",
+ "district": "경상남도 창원시",
+ "latitude": 35.180646134171674,
+ "longitude": 128.560237476249,
+ "representativePriceAmount": 500,
+ "representativePriceLabel": "꽈배기",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "이화월드프라자상가 내 1층",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-245-7939",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c8f47db80be51eb49d16",
+ "label": "꽈배기",
+ "amount": 500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2ed6791c52b828305f40",
+ "label": "팥씨앗도너츠",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c8f47db80be51eb49d16-history",
+ "label": "꽈배기",
+ "amount": 500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2ed6791c52b828305f40-history",
+ "label": "팥씨앗도너츠",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19285",
+ "name": "강남추어탕",
+ "businessName": "강남추어탕",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 중원로85번길 18 (화천동) 강남추어탕",
+ "district": "경상남도 창원시",
+ "latitude": 35.15213845076089,
+ "longitude": 128.65821162206046,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-541-5033",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3640f861d8b74ede7232",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9b7f34ec6e82a23746c9",
+ "label": "순두부 정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ee83be5bb2ed6dcfe054",
+ "label": "시래기 정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3640f861d8b74ede7232-history",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9b7f34ec6e82a23746c9-history",
+ "label": "순두부 정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ee83be5bb2ed6dcfe054-history",
+ "label": "시래기 정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17141",
+ "name": "고운프리티",
+ "businessName": "고운프리티",
+ "categorySlug": "other-food",
+ "address": "경상남도 창원시 진해구 돌리로9번길 10-1 (석동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.159411115795905,
+ "longitude": 128.69968744654085,
+ "representativePriceAmount": 1500,
+ "representativePriceLabel": "아메리카노 HOT(ICE +500원)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 HOT(ICE +500원) 1,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1428-2177",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c5e10493f9ba8d5216eb",
+ "label": "아메리카노 HOT(ICE +500원)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "37db1ec28219d84232a5",
+ "label": "수제청자 HOT(ICE +500원)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0e4885f25d5821129ebd",
+ "label": "생과일주스",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c1f1a2a27d9a0ff8f4b9",
+ "label": "한방차",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c5e10493f9ba8d5216eb-history",
+ "label": "아메리카노 HOT(ICE +500원)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "37db1ec28219d84232a5-history",
+ "label": "수제청자 HOT(ICE +500원)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0e4885f25d5821129ebd-history",
+ "label": "생과일주스",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c1f1a2a27d9a0ff8f4b9-history",
+ "label": "한방차",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10627",
+ "name": "24시국수회관",
+ "businessName": "24시국수회관",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 남성로 122-1",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5087686026345,
+ "longitude": 126.518427788905,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-702-1162",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7fb45907af5738af6d21",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6464c7f6d87e3f3388a9",
+ "label": "고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7fb45907af5738af6d21-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6464c7f6d87e3f3388a9-history",
+ "label": "고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7012",
+ "name": "JJ노블휘트니스클럽",
+ "businessName": "JJ노블휘트니스클럽",
+ "categorySlug": "other-service",
+ "address": "제주특별자치도 제주시 성신로 1길 34 3층(연동, 신동부삼무3차아파트)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4922271525915,
+ "longitude": 126.48897408179,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "1일",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 1일 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-743-1515 / 영업시간: 금 06:00-23:00 토 09:00-17:00 일 정기휴무(매주일요일) 월(12/25) 성탄절휴무 화 06:00-23:00 수 06:00-23:00 목 06:00-23:00 01/01새해첫날휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "37459ec7ac4cc2983b05",
+ "label": "1일",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "37459ec7ac4cc2983b05-history",
+ "label": "1일",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7203",
+ "name": "가람",
+ "businessName": "가람",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 복지로북길 4 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4888491368419,
+ "longitude": 126.520646841034,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-756-0012 / 영업시간: 매일 09:00-21:00 토요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d64795c2c718505cf336",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d295198876104e99dab4",
+ "label": "고사리육개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5459042df9035ef44fdb",
+ "label": "닭칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bd4d62ae4cde0a46c8d7",
+ "label": "돌솥밥추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "177eaa4addc85646657a",
+ "label": "일품닭칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d64795c2c718505cf336-history",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d295198876104e99dab4-history",
+ "label": "고사리육개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5459042df9035ef44fdb-history",
+ "label": "닭칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bd4d62ae4cde0a46c8d7-history",
+ "label": "돌솥밥추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "177eaa4addc85646657a-history",
+ "label": "일품닭칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16639",
+ "name": "남도식당",
+ "businessName": "남도식당",
+ "categorySlug": "chinese",
+ "address": "서울특별시 종로구 종로 374-1 (숭인동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5737068376897,
+ "longitude": 127.01922365532883,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2234-5544 / 영업시간: 매일 10:00 - 21:30 (명절 당일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5fa694c0c7efd2c74cc6",
+ "label": "짜장면",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ca9234c7e96562216df5",
+ "label": "우동",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "70fce31d335253c3f16c",
+ "label": "탕수육",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5fa694c0c7efd2c74cc6-history",
+ "label": "짜장면",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ca9234c7e96562216df5-history",
+ "label": "우동",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "70fce31d335253c3f16c-history",
+ "label": "탕수육",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11579",
+ "name": "눈나무집",
+ "businessName": "눈나무집",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 삼청로 136-1 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5874798577018,
+ "longitude": 126.981887109774,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "김치말이국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치말이국수 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-739-6742",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b8c116b0d27e0665b6d5",
+ "label": "김치말이국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9cb869347bd6a1506cf8",
+ "label": "김치볶음밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b8c116b0d27e0665b6d5-history",
+ "label": "김치말이국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9cb869347bd6a1506cf8-history",
+ "label": "김치볶음밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-946",
+ "name": "돈까스보라",
+ "businessName": "돈까스보라",
+ "categorySlug": "western",
+ "address": "서울특별시 종로구 대학로5길 5 (연건동)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5781982996716,
+ "longitude": 127.001695852612,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "수제 돈까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 수제 돈까스 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-741-3455 / 영업시간: 10:00~19:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "161f06011a9c632033da",
+ "label": "수제 돈까스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "52385f46e7f987997c56",
+ "label": "돈까스정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f82184cd6efa27098bbc",
+ "label": "생선까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "89edba03d99da739e832",
+ "label": "생선까스정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b7dcb1baa972a47a5e3f",
+ "label": "치즈돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "247ec5a88e49e063cd3c",
+ "label": "치즈돈까스정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7f5036f7fb2ab997bf9d",
+ "label": "치킨까스정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d48fbcb4818de62f6bd0",
+ "label": "치킨돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "161f06011a9c632033da-history",
+ "label": "수제 돈까스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "52385f46e7f987997c56-history",
+ "label": "돈까스정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f82184cd6efa27098bbc-history",
+ "label": "생선까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "89edba03d99da739e832-history",
+ "label": "생선까스정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b7dcb1baa972a47a5e3f-history",
+ "label": "치즈돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "247ec5a88e49e063cd3c-history",
+ "label": "치즈돈까스정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7f5036f7fb2ab997bf9d-history",
+ "label": "치킨까스정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d48fbcb4818de62f6bd0-history",
+ "label": "치킨돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16864",
+ "name": "동대문 한국통닭",
+ "businessName": "동대문 한국통닭",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로 304 (창신동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.571667373066134,
+ "longitude": 127.01153873736409,
+ "representativePriceAmount": 4500,
+ "representativePriceLabel": "통닭 1마리",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 통닭 1마리 4,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-747-2443 / 영업시간: 24시간 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "60e767ae63295d2180ce",
+ "label": "통닭 1마리",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f78665c740c41d61b60e",
+ "label": "통닭 2마리",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "60e767ae63295d2180ce-history",
+ "label": "통닭 1마리",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f78665c740c41d61b60e-history",
+ "label": "통닭 2마리",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10018",
+ "name": "깡통골목할매 유부전골 본점",
+ "businessName": "깡통골목할매 유부전골 본점",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 부평3길 29 (부평동1가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1020375328885,
+ "longitude": 129.027061206734,
+ "representativePriceAmount": 6800,
+ "representativePriceLabel": "유부전골",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 유부전골 6,800원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-245-1878",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "063d5c815bd0710ed85d",
+ "label": "유부전골",
+ "amount": 6800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f9f7f658ad66649404fd",
+ "label": "유부보따리우동",
+ "amount": 6800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1c46f9e2aa279483dfb2",
+ "label": "유부떡볶이",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "063d5c815bd0710ed85d-history",
+ "label": "유부전골",
+ "amount": 6800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f9f7f658ad66649404fd-history",
+ "label": "유부보따리우동",
+ "amount": 6800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1c46f9e2aa279483dfb2-history",
+ "label": "유부떡볶이",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15032",
+ "name": "꽃가람 남포직영점",
+ "businessName": "꽃가람 남포직영점",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 비프광장로 3 (부평동2가) 꽃가람 남포직영점",
+ "district": "부산광역시 중구",
+ "latitude": 35.09835574338491,
+ "longitude": 129.02574087593763,
+ "representativePriceAmount": 9500,
+ "representativePriceLabel": "고추장돼지불고기정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고추장돼지불고기정식 9,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1317-4600 / 영업시간: 영업시간 : 11시~21시(브레이크타임 :15시~17시)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "318786e64c63fa2df039",
+ "label": "고추장돼지불고기정식",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a5965cb9425caef103f1",
+ "label": "쭈낙",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6fdd4c6739c30b2ada2c",
+ "label": "쭈낙곱새",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d20f9f4e80b26cf91310",
+ "label": "쭈불낙새",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "318786e64c63fa2df039-history",
+ "label": "고추장돼지불고기정식",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a5965cb9425caef103f1-history",
+ "label": "쭈낙",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6fdd4c6739c30b2ada2c-history",
+ "label": "쭈낙곱새",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d20f9f4e80b26cf91310-history",
+ "label": "쭈불낙새",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1646",
+ "name": "남선식당",
+ "businessName": "남선식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 충장대로4번길6 (중앙동4가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1046241396056,
+ "longitude": 129.03680238801,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "순두부찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-469-3828 / 영업시간: 11:00 - 18:00 매주 일요일 휴무(예약시 일요일 가능)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "feb9b64e11620b376937",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "73748362c1678678be07",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "feb9b64e11620b376937-history",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "73748362c1678678be07-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1647",
+ "name": "남원원조추어탕",
+ "businessName": "남원원조추어탕",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 해관로 37-1 (중앙동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1022868055746,
+ "longitude": 129.035469797726,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-5636 / 영업시간: 월-금 09;00 - 20:00, 토요일 및 공휴일은 09:00 - 17:00 일요일 휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3d8b26d06680e0c030ca",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8fb9fb86945f335dd0df",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3d8b26d06680e0c030ca-history",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8fb9fb86945f335dd0df-history",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10075",
+ "name": "누렁소식당",
+ "businessName": "누렁소식당",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 국채보상로131길 24 (동인동2가) 누렁소식당",
+ "district": "대구광역시 중구",
+ "latitude": 35.87085460440117,
+ "longitude": 128.60218193488083,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-422-8327",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "199c72ff3c9c007f83df",
+ "label": "한식뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2d69069fb639b3313249",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "834593138c60ccc553b0",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "944c489bfd916641ff96",
+ "label": "불고기정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "199c72ff3c9c007f83df-history",
+ "label": "한식뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2d69069fb639b3313249-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "834593138c60ccc553b0-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "944c489bfd916641ff96-history",
+ "label": "불고기정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15357",
+ "name": "덕종국수",
+ "businessName": "덕종국수",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 약령길 53 (수동) 1층",
+ "district": "대구광역시 중구",
+ "latitude": 35.86868347395729,
+ "longitude": 128.5892390743561,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-353-7971 / 영업시간: 월~토 11:00~21:00 정기휴무 매달 1번째 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "77acec879aa3eecca88e",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "12f0d028103646e50485",
+ "label": "오리들깨탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "77acec879aa3eecca88e-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "12f0d028103646e50485-history",
+ "label": "오리들깨탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17975",
+ "name": "도리집",
+ "businessName": "도리집",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 달구벌대로 2109-34 (동성로3가) 1층",
+ "district": "대구광역시 중구",
+ "latitude": 35.86686640891391,
+ "longitude": 128.59398585931365,
+ "representativePriceAmount": 4900,
+ "representativePriceLabel": "까만도리밥(덮밥)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 까만도리밥(덮밥) 4,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-253-3062 / 영업시간: 월~금 11:30~20:00(14:50~16:30 브레이크타임) 매주 토, 일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f476dadcb2fd2aca1ed7",
+ "label": "까만도리밥(덮밥)",
+ "amount": 4900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5a1b5911ed91d7aad70b",
+ "label": "빨간도리밥(덮밥)",
+ "amount": 5300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f476dadcb2fd2aca1ed7-history",
+ "label": "까만도리밥(덮밥)",
+ "amount": 4900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5a1b5911ed91d7aad70b-history",
+ "label": "빨간도리밥(덮밥)",
+ "amount": 5300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13117",
+ "name": "김윤식의 착한국수, 솥뚜껑삼겹살",
+ "businessName": "김윤식의 착한국수, 솥뚜껑삼겹살",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 운중로 8 (운남동) 2층",
+ "district": "인천광역시 중구",
+ "latitude": 37.49336872061384,
+ "longitude": 126.53441990901412,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "국수+떡갈비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국수+떡갈비 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-255-9510",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "166deb52fbf8bb762aaf",
+ "label": "국수+떡갈비",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "166deb52fbf8bb762aaf-history",
+ "label": "국수+떡갈비",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14133",
+ "name": "다정가마솥순두부",
+ "businessName": "다정가마솥순두부",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 운중로 140-4 (중산동) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.49373607272692,
+ "longitude": 126.54783653076029,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "초당(백)순두부",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 초당(백)순두부 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1320-8254",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0b45c52b799f7e195579",
+ "label": "초당(백)순두부",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0b45c52b799f7e195579-history",
+ "label": "초당(백)순두부",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2223",
+ "name": "도래순",
+ "businessName": "도래순",
+ "categorySlug": "chinese",
+ "address": "인천광역시 중구 신포로15번길 68-1 1층(해안동2가)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4724317342844,
+ "longitude": 126.621168040258,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-3907 / 영업시간: 화~일 : 11:00~21:00 브레이크타임 : 15:00~17:00 정기휴무(월요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4e0f1c1c68dea7ed843a",
+ "label": "짜장면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "63f367f2dafd1d389dcc",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "58eeb8364b1da73e2cdd",
+ "label": "오늘의 점심",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4e0f1c1c68dea7ed843a-history",
+ "label": "짜장면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "63f367f2dafd1d389dcc-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "58eeb8364b1da73e2cdd-history",
+ "label": "오늘의 점심",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14638",
+ "name": "그냥집밥",
+ "businessName": "그냥집밥",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 서석로85번길 8-3 (대의동) 지하",
+ "district": "광주광역시 동구",
+ "latitude": 35.15002860036522,
+ "longitude": 126.9201698199041,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-2624 / 영업시간: 월-토 10:30~14:30 휴무일 : 일요일, 공휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5c1fd68a2d19ba50b134",
+ "label": "한식뷔페",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5c1fd68a2d19ba50b134-history",
+ "label": "한식뷔페",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13743",
+ "name": "담양국수",
+ "businessName": "담양국수",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 증심사길30번길 28-3 (운림동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.132817322727675,
+ "longitude": 126.95774143856892,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "멸치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-226-1174 / 영업시간: 08:00-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c97ca460a18cc7d4bea2",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "556e858b40484d9e0eef",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d089b601fd9732f89d74",
+ "label": "파전",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c97ca460a18cc7d4bea2-history",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "556e858b40484d9e0eef-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d089b601fd9732f89d74-history",
+ "label": "파전",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2258",
+ "name": "대왕김밥(대인동)",
+ "businessName": "대왕김밥(대인동)",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 구성로204번길 15-6 1층(대인동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1525929911284,
+ "longitude": 126.91613437943,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-529-3363 / 영업시간: 09:00-19:00 휴일 일요일, 명절",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "650638df6a128b277f01",
+ "label": "김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "de42f31d1011f2b430fc",
+ "label": "라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0bb71c7ec045a64c6643",
+ "label": "햄야채볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "348116809e1e1ad778a4",
+ "label": "오므라이스",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e1b2077f665207815225",
+ "label": "제육덮밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "650638df6a128b277f01-history",
+ "label": "김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "de42f31d1011f2b430fc-history",
+ "label": "라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0bb71c7ec045a64c6643-history",
+ "label": "햄야채볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "348116809e1e1ad778a4-history",
+ "label": "오므라이스",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e1b2077f665207815225-history",
+ "label": "제육덮밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2562",
+ "name": "경성화로",
+ "businessName": "경성화로",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 동서대로 1748번길 152 (가양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3488134723206,
+ "longitude": 127.450323327516,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "삼겹살(150g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(150g) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-632-1087 / 영업시간: 16:00 ~ 23:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "23c58d26998b6de36ccd",
+ "label": "삼겹살(150g)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6677d6e7241b4f40c371",
+ "label": "갈매기살(150g)",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bea4c467b06a7eebc475",
+ "label": "김치말이국수(냉/온)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5e869f27b14e5558b43d",
+ "label": "껍데기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "37ab8c34ea0389c8587a",
+ "label": "꼬들살((150g)",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "705d66c7eba21f12fc8f",
+ "label": "두툼삼겹살(150g)",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "11b65af72596a6f64404",
+ "label": "목살(150g)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1626153ab556d897affa",
+ "label": "물냉면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "71f331f42ed424bf7aca",
+ "label": "비빔냉면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "29de8b31534459d7077a",
+ "label": "새우롤",
+ "amount": 6800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "dfa28d1c5775f9f16721",
+ "label": "참숯초벌삼겹살(150g)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "23c58d26998b6de36ccd-history",
+ "label": "삼겹살(150g)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6677d6e7241b4f40c371-history",
+ "label": "갈매기살(150g)",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bea4c467b06a7eebc475-history",
+ "label": "김치말이국수(냉/온)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5e869f27b14e5558b43d-history",
+ "label": "껍데기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "37ab8c34ea0389c8587a-history",
+ "label": "꼬들살((150g)",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "705d66c7eba21f12fc8f-history",
+ "label": "두툼삼겹살(150g)",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "11b65af72596a6f64404-history",
+ "label": "목살(150g)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1626153ab556d897affa-history",
+ "label": "물냉면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "71f331f42ed424bf7aca-history",
+ "label": "비빔냉면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "29de8b31534459d7077a-history",
+ "label": "새우롤",
+ "amount": 6800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "dfa28d1c5775f9f16721-history",
+ "label": "참숯초벌삼겹살(150g)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2527",
+ "name": "곽은아미용실",
+ "businessName": "곽은아미용실",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 새울로 100 (용운동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3271167002537,
+ "longitude": 127.461826711325,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트(여성 일반)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(여성 일반) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-272-4478 / 영업시간: 09:00 ~ 19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c7f90b0f60740869361a",
+ "label": "커트(여성 일반)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c7f90b0f60740869361a-history",
+ "label": "커트(여성 일반)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18955",
+ "name": "국민추어탕",
+ "businessName": "국민추어탕",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 옥천로 52-2 (신흥동) 1층",
+ "district": "대전광역시 동구",
+ "latitude": 36.31971954491453,
+ "longitude": 127.44667251762813,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "추어탕+돌솥밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕+돌솥밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-282-1585 / 영업시간: 11:00~20:30 / 브레이크타임: 14:30~17:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4c3af4162c248af5fe89",
+ "label": "추어탕+돌솥밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4c3af4162c248af5fe89-history",
+ "label": "추어탕+돌솥밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2544",
+ "name": "김화칼국수",
+ "businessName": "김화칼국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 중앙로 203번길 28 (중동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.332041975521,
+ "longitude": 127.431018789434,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-221-7594 / 영업시간: 09:00 ~ 20:00 / 매주 일요일 정기 후뮤 / 브레이크타임 14:30 ~ 16:00 / 라스트오더 17:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7cb413361b5ab7c6b822",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8917affda81918473e5a",
+ "label": "선지국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "51f3de5f30416fa27743",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "19f1878ff7a60db94f0d",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e8e386a72ca492f41def",
+ "label": "수육(小)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7cb413361b5ab7c6b822-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8917affda81918473e5a-history",
+ "label": "선지국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "51f3de5f30416fa27743-history",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "19f1878ff7a60db94f0d-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e8e386a72ca492f41def-history",
+ "label": "수육(小)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11675",
+ "name": "다원식당",
+ "businessName": "다원식당",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 옥교6길 19 (옥교동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5541946842973,
+ "longitude": 129.327531124694,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-211-4068",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "56f4cc2738e1a554420c",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3398bddac217b7999209",
+ "label": "삼겹살(120g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "56f4cc2738e1a554420c-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3398bddac217b7999209-history",
+ "label": "삼겹살(120g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16555",
+ "name": "대가국밥",
+ "businessName": "대가국밥",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 화진길 11-4 (태화동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.55523350485414,
+ "longitude": 129.3085469323432,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "돼지국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-212-2988",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3353aeed703c363f87af",
+ "label": "돼지국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "488230157473ef834fb6",
+ "label": "내장국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3353aeed703c363f87af-history",
+ "label": "돼지국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "488230157473ef834fb6-history",
+ "label": "내장국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19374",
+ "name": "돈대박 복산점",
+ "businessName": "돈대박 복산점",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 계변로 92-1 (복산동) 돈대박복산점",
+ "district": "울산광역시 중구",
+ "latitude": 35.563484990060665,
+ "longitude": 129.3294908791611,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "대패삼겹살(100g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 대패삼겹살(100g) 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-282-3313 / 영업시간: 16:00~24:00(매주 화요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "62794c4b1abdfb6fa747",
+ "label": "대패삼겹살(100g)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a6c43cd15ddbbcd918b6",
+ "label": "생삼겹살(120g)",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "62794c4b1abdfb6fa747-history",
+ "label": "대패삼겹살(100g)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a6c43cd15ddbbcd918b6-history",
+ "label": "생삼겹살(120g)",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10182",
+ "name": "농부의한우",
+ "businessName": "농부의한우",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 금남면 세종로 470 1층",
+ "district": "세종특별자치시 금남면",
+ "latitude": 36.4608221175864,
+ "longitude": 127.27888584,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-866-1181",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f9a48487aba9bb17d13b",
+ "label": "국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7b33ed6903d1c2a750bf",
+ "label": "선지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "96d800e86310b7ae4e36",
+ "label": "맑은탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f9a48487aba9bb17d13b-history",
+ "label": "국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7b33ed6903d1c2a750bf-history",
+ "label": "선지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "96d800e86310b7ae4e36-history",
+ "label": "맑은탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10167",
+ "name": "대신식당",
+ "businessName": "대신식당",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 연서면 당산로 349",
+ "district": "세종특별자치시 연서면",
+ "latitude": 36.562836822603,
+ "longitude": 127.282636054749,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-7127",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9bbb3b4aea0264105991",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7bb96d9dae19066c425a",
+ "label": "동태찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9bbb3b4aea0264105991-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7bb96d9dae19066c425a-history",
+ "label": "동태찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10185",
+ "name": "도담얼큰이 칼국수",
+ "businessName": "도담얼큰이 칼국수",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 보듬4로 9 1동 2층 29호(도담동 카림애비뉴)",
+ "district": "세종특별자치시 보듬4로",
+ "latitude": 36.5131131389938,
+ "longitude": 127.260704077872,
+ "representativePriceAmount": 5900,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-0309",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "93b6fab347968a6b99ee",
+ "label": "칼국수",
+ "amount": 5900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e3be1a0beb6e16c0ccba",
+ "label": "유부초밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "93b6fab347968a6b99ee-history",
+ "label": "칼국수",
+ "amount": 5900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e3be1a0beb6e16c0ccba-history",
+ "label": "유부초밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17109",
+ "name": "가치있는밥상",
+ "businessName": "가치있는밥상",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 월드컵로179번길 14-2 (원천동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.27819928647353,
+ "longitude": 127.0453792190971,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-221-5581 / 영업시간: 월~금 06:0~21:00/토06:00~20:00/일09:00~20:00 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b448ef56584d276c466b",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d4a5ff92cb826b567a96",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b448ef56584d276c466b-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d4a5ff92cb826b567a96-history",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13884",
+ "name": "강릉장칼국수",
+ "businessName": "강릉장칼국수",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 팔달구 수원천로 314 (남수동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.28145528956532,
+ "longitude": 127.01857508520432,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "장칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장칼국수 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-241-7959 / 영업시간: 11:00~20:00/월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "df9def7cafee662de23d",
+ "label": "장칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "df9def7cafee662de23d-history",
+ "label": "장칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4338",
+ "name": "개성시대미용실",
+ "businessName": "개성시대미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 춘천로68번길 10 (효자동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8700600426461,
+ "longitude": 127.725474230628,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-256-9304",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "617566df0d93ea81d80a",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "617566df0d93ea81d80a-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4375",
+ "name": "골목손두부",
+ "businessName": "골목손두부",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 공지로 439번길 16-4 (근화동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8726486894719,
+ "longitude": 127.719572641824,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순두부",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-256-6259 / 영업시간: 11:00 - 16:00 라스트오더 15:00 매주 일요일 정기휴뮤",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "24c63ceed7b14d171816",
+ "label": "순두부",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f8dfeb360bfbc417291d",
+ "label": "비지찌개(2인이상)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "330539baa060891944b0",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "24c63ceed7b14d171816-history",
+ "label": "순두부",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f8dfeb360bfbc417291d-history",
+ "label": "비지찌개(2인이상)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "330539baa060891944b0-history",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4368",
+ "name": "곱돌생삼겹살",
+ "businessName": "곱돌생삼겹살",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 백령로138번길 55 (효자동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8731172068198,
+ "longitude": 127.745471505129,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "생삼겹살(캐나다)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생삼겹살(캐나다) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-4241 / 영업시간: 11:00-24:00 브레이크타임 14:00-16:00 매달 2,4번째 일요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2a17d71522c30fe71a0f",
+ "label": "생삼겹살(캐나다)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ce00d6f3c6b61e86002f",
+ "label": "생목살(캐나다)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2a17d71522c30fe71a0f-history",
+ "label": "생삼겹살(캐나다)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ce00d6f3c6b61e86002f-history",
+ "label": "생목살(캐나다)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4679",
+ "name": "가든미용실",
+ "businessName": "가든미용실",
+ "categorySlug": "beauty",
+ "address": "충청북도 청주시 상당구 청남로2197번길 12 (석교동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6278271128724,
+ "longitude": 127.490164264559,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-223-8097 / 영업시간: 매일 08:00-20:00 ※ 매주 셋째주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4d68936f48655a532de8",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fcccfbd8443bf06caee3",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c59347fc470a4c1daa6f",
+ "label": "염색 염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4d68936f48655a532de8-history",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fcccfbd8443bf06caee3-history",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c59347fc470a4c1daa6f-history",
+ "label": "염색 염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15768",
+ "name": "가이오청년밥상",
+ "businessName": "가이오청년밥상",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 사직대로164번길 27 (사창동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.6339341047818,
+ "longitude": 127.46555600261848,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-271-1009",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dca331fc13a1e8cd89f3",
+ "label": "김치찌개",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dca331fc13a1e8cd89f3-history",
+ "label": "김치찌개",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4742",
+ "name": "감촌삼겹살",
+ "businessName": "감촌삼겹살",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 안덕벌로39번길 43-1 (내덕동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6591837012203,
+ "longitude": 127.491676959315,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "생삼겹살(180g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생삼겹살(180g) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-211-2472 / 영업시간: 매일 17:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f158b74b2231eca7acf3",
+ "label": "생삼겹살(180g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5ad8f96978603127ec5c",
+ "label": "생목살(180g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f158b74b2231eca7acf3-history",
+ "label": "생삼겹살(180g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5ad8f96978603127ec5c-history",
+ "label": "생목살(180g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4708",
+ "name": "개미돈까스",
+ "businessName": "개미돈까스",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 상당구 사직대로361번길 54-11 (북문로2가)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6394461100471,
+ "longitude": 127.487984622146,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "돈가스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-223-7456 / 영업시간: 매일 11:00-19:30 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bcb8c66bf0a1b5fe1b06",
+ "label": "돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "28c0447ecc140114140c",
+ "label": "김치볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "65844b4bf0ab980e4165",
+ "label": "셋트메뉴",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "581da7556f4a4ae89388",
+ "label": "돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bcb8c66bf0a1b5fe1b06-history",
+ "label": "돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "28c0447ecc140114140c-history",
+ "label": "김치볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "65844b4bf0ab980e4165-history",
+ "label": "셋트메뉴",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "581da7556f4a4ae89388-history",
+ "label": "돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11028",
+ "name": "겨자씨까페",
+ "businessName": "겨자씨까페",
+ "categorySlug": "other-food",
+ "address": "충청남도 천안시 동남구 사직로 10-6 (사직동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8006603819216,
+ "longitude": 127.150044275946,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-555-0738 / 영업시간: 09:30~17:30 명절휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "da0270c422e8f3e55436",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "81fc55ca88578e0a5d68",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8eb4692b74d569b152bf",
+ "label": "카페모카",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "da0270c422e8f3e55436-history",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "81fc55ca88578e0a5d68-history",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8eb4692b74d569b152bf-history",
+ "label": "카페모카",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11409",
+ "name": "경북당",
+ "businessName": "경북당",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 병천면 아우내장터2길 46",
+ "district": "충청남도 천안시",
+ "latitude": 36.7626220651971,
+ "longitude": 127.297917324637,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-561-4133 / 영업시간: 10:00~15:00 일요일 휴무(병천장날 제외)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2f7d99d7436e543b01e4",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "723ba712fff6f652776a",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2f7d99d7436e543b01e4-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "723ba712fff6f652776a-history",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16877",
+ "name": "경자네칼국수",
+ "businessName": "경자네칼국수",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 서북구 월봉5길 7 (쌍용동) 102호",
+ "district": "충청남도 천안시",
+ "latitude": 36.790593294551826,
+ "longitude": 127.11713150353609,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-578-7676 / 영업시간: 영업시간 10:00~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "61fb3c20b5d2ca027b2f",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bb39a76e50b3c1a6ea3d",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "61fb3c20b5d2ca027b2f-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bb39a76e50b3c1a6ea3d-history",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13651",
+ "name": "고운육회방앗간",
+ "businessName": "고운육회방앗간",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 서북구 백석3로 25 (백석동) 1층",
+ "district": "충청남도 천안시",
+ "latitude": 36.821819579628574,
+ "longitude": 127.11424205567585,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "한우육회비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우육회비빔밥 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-551-8890 / 영업시간: 10:30~21:00 (15:00~17:00 브레이크타임) 정기휴무 매주 월요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1cc5d31be856fc54d2fb",
+ "label": "한우육회비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "af4170b0538c07538f7a",
+ "label": "들기름막국수",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1cc5d31be856fc54d2fb-history",
+ "label": "한우육회비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "af4170b0538c07538f7a-history",
+ "label": "들기름막국수",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13856",
+ "name": "돈초야",
+ "businessName": "돈초야",
+ "categorySlug": "western",
+ "address": "전북특별자치도 전주시 완산구 송정로 43 (효자동1가)",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.802405949453835,
+ "longitude": 127.12153109657699,
+ "representativePriceAmount": 5900,
+ "representativePriceLabel": "돈가스 2장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 돈가스 2장 5,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-222-1983 / 영업시간: 매일 (AM)10:00~(AM)2:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "45e1ac4eb9dfd4168fbd",
+ "label": "돈가스 2장",
+ "amount": 5900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cc0912107db70a36a783",
+ "label": "히레(안심)가스(미니우동 포함)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "45e1ac4eb9dfd4168fbd-history",
+ "label": "돈가스 2장",
+ "amount": 5900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cc0912107db70a36a783-history",
+ "label": "히레(안심)가스(미니우동 포함)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5435",
+ "name": "동래분식",
+ "businessName": "동래분식",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 풍남문2길 39",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8125817693067,
+ "longitude": 127.147152512312,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-288-4607",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "429a300e8e475b4709d4",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fd3c89c165e10ac4cf37",
+ "label": "손수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "429a300e8e475b4709d4-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fd3c89c165e10ac4cf37-history",
+ "label": "손수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16971",
+ "name": "곰순이식당",
+ "businessName": "곰순이식당",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 용당로216번길 21 (용당동) 곰순이식당",
+ "district": "전라남도 목포시",
+ "latitude": 34.80645255778166,
+ "longitude": 126.40056637892347,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-279-4811",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "42b2b68f744ccd902c28",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "42b2b68f744ccd902c28-history",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5616",
+ "name": "광양숯불갈비",
+ "businessName": "광양숯불갈비",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 노적봉길 21 (죽동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7896123625075,
+ "longitude": 126.383187062276,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "산채비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 산채비빔밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-5282 / 영업시간: 10:30-21:00 정기휴무(매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7e8251d3688b8403561f",
+ "label": "산채비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "51a14b61f19fcb09c99e",
+ "label": "냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7b9a909e7b05c9fcd91a",
+ "label": "육개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7e8251d3688b8403561f-history",
+ "label": "산채비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "51a14b61f19fcb09c99e-history",
+ "label": "냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7b9a909e7b05c9fcd91a-history",
+ "label": "육개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16974",
+ "name": "김밥나라(중앙병원점)",
+ "businessName": "김밥나라(중앙병원점)",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 텃골로13번길 32 (석현동) 상가동 104호",
+ "district": "전라남도 목포시",
+ "latitude": 34.82007683022403,
+ "longitude": 126.41976655741243,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-282-5888",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d23ffa7c560042eab671",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4e682284233580af54f8",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7e177f19c740209b565d",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d23ffa7c560042eab671-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4e682284233580af54f8-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7e177f19c740209b565d-history",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18284",
+ "name": "김밥마트(용당점)",
+ "businessName": "김밥마트(용당점)",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 영산로 260 (용당동) 김밥마트",
+ "district": "전라남도 목포시",
+ "latitude": 34.803356100920574,
+ "longitude": 126.3947727037926,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-272-4288",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "68579e82250a6cf772b0",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5c2e1d6c901df49fef8f",
+ "label": "참치김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "68579e82250a6cf772b0-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5c2e1d6c901df49fef8f-history",
+ "label": "참치김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6368",
+ "name": "강가박가92",
+ "businessName": "강가박가92",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 중앙로134번길 3 강가박가92",
+ "district": "경상북도 포항시",
+ "latitude": 36.025206265541,
+ "longitude": 129.368486584177,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-281-7838 / 영업시간: 11시~19시",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2aa404cc20ad510569e3",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0cf225164971f21fbb33",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "35b929c3bcfe01b8428e",
+ "label": "수제비",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2aa404cc20ad510569e3-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0cf225164971f21fbb33-history",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "35b929c3bcfe01b8428e-history",
+ "label": "수제비",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14874",
+ "name": "강변식당",
+ "businessName": "강변식당",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 북구 죽도로40번길 44-2 (죽도동) 강변식당",
+ "district": "경상북도 포항시",
+ "latitude": 36.02997134258029,
+ "longitude": 129.36267202809643,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-272-8328",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "982cff70193b7ded5e8b",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "43ada5360fbfb5898af8",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "72d036ac3ffd6bcacb88",
+ "label": "제육볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "982cff70193b7ded5e8b-history",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "43ada5360fbfb5898af8-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "72d036ac3ffd6bcacb88-history",
+ "label": "제육볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18324",
+ "name": "개나리분식",
+ "businessName": "개나리분식",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 정몽주로879번길 8 (청림동) 개나리분식",
+ "district": "경상북도 포항시",
+ "latitude": 35.99320750163037,
+ "longitude": 129.40410586349998,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-292-9136",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b313422c175eef83653c",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5fb4bb2106ef744eed21",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ef8eef3706fc890ab226",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b313422c175eef83653c-history",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5fb4bb2106ef744eed21-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ef8eef3706fc890ab226-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6380",
+ "name": "거성갈비살",
+ "businessName": "거성갈비살",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 대해로 134 거성갈비살",
+ "district": "경상북도 포항시",
+ "latitude": 36.0193468713474,
+ "longitude": 129.365579165755,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 매일 09:00-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2efb5e0350c8f3879de6",
+ "label": "정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2efb5e0350c8f3879de6-history",
+ "label": "정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6792",
+ "name": "고인돌",
+ "businessName": "고인돌",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 합성옛길 309 (합성동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2443031085876,
+ "longitude": 128.588528120564,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "흑돼지삼겹살",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 흑돼지삼겹살 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-297-9070",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "280e999dd17edbc4526c",
+ "label": "흑돼지삼겹살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "27ff3bd00c28f49bf118",
+ "label": "차돌박이",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "280e999dd17edbc4526c-history",
+ "label": "흑돼지삼겹살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "27ff3bd00c28f49bf118-history",
+ "label": "차돌박이",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6929",
+ "name": "곰내커피",
+ "businessName": "곰내커피",
+ "categorySlug": "other-food",
+ "address": "경상남도 창원시 진해구 웅천중로56번길 12-1 1,2층(성내동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.1113597022546,
+ "longitude": 128.750465382937,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "아메리카노(hot)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(hot) 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-544-3040",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "465ae2659f21654d3d2f",
+ "label": "아메리카노(hot)",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "594e07abe92d3cfe5693",
+ "label": "생강차",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1cb4935685a044c98c94",
+ "label": "팥빙수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "465ae2659f21654d3d2f-history",
+ "label": "아메리카노(hot)",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "594e07abe92d3cfe5693-history",
+ "label": "생강차",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1cb4935685a044c98c94-history",
+ "label": "팥빙수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10635",
+ "name": "감나무집",
+ "businessName": "감나무집",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 오남로 12 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4941885992074,
+ "longitude": 126.519518313018,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "흑돼지두루치기정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 흑돼지두루치기정식 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-722-8292",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7750b8f548a954e5a228",
+ "label": "흑돼지두루치기정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "db0dd97eb0a7a8d46fde",
+ "label": "돌솥갈비비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1dbcf01fec338b056cf1",
+ "label": "차돌국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "af7b6113e108f84d8545",
+ "label": "차돌된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7750b8f548a954e5a228-history",
+ "label": "흑돼지두루치기정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "db0dd97eb0a7a8d46fde-history",
+ "label": "돌솥갈비비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1dbcf01fec338b056cf1-history",
+ "label": "차돌국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "af7b6113e108f84d8545-history",
+ "label": "차돌된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7114",
+ "name": "강김밥집",
+ "businessName": "강김밥집",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 애월읍 하귀9길 2 1층 114호",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4864182898895,
+ "longitude": 126.414565502113,
+ "representativePriceAmount": 2900,
+ "representativePriceLabel": "강김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 강김밥 2,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-711-5096 / 영업시간: 목 08:00-19:30 금 08:00-19:30 토 08:00-19:30 일 정기휴무(매주일요일) 월 08:00-19:30 화 08:00-19:30 수 08:00-19:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dfe290287c15985bedb0",
+ "label": "강김밥",
+ "amount": 2900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1f2df78ffce0c8fbb025",
+ "label": "멸치김밥",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "61b76b781caa4d861175",
+ "label": "우엉김밥",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c6a9b5a83d9d42a6764a",
+ "label": "치즈김밥",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cfa78e45eb527f6a4d1d",
+ "label": "참치김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4f51358c063e8f336627",
+ "label": "진미김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dfe290287c15985bedb0-history",
+ "label": "강김밥",
+ "amount": 2900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1f2df78ffce0c8fbb025-history",
+ "label": "멸치김밥",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "61b76b781caa4d861175-history",
+ "label": "우엉김밥",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c6a9b5a83d9d42a6764a-history",
+ "label": "치즈김밥",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cfa78e45eb527f6a4d1d-history",
+ "label": "참치김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4f51358c063e8f336627-history",
+ "label": "진미김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7202",
+ "name": "고기서맛나(하몽이네)",
+ "businessName": "고기서맛나(하몽이네)",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 중앙로21길 4 1층(이도일동)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5078471486649,
+ "longitude": 126.524747667261,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "제주산 생뒷고기",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제주산 생뒷고기 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1322-1011 / 영업시간: 매일 11:00-22:00 브레이크다임 15:00`17:00 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a0bbd0f2f8179f57b983",
+ "label": "제주산 생뒷고기",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0a647ed4f4747f9a4c40",
+ "label": "흑돼지 제육백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "231fef98c1476ca30bb4",
+ "label": "추억의 냉동삼겹",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "80034990534affe1f1c4",
+ "label": "해물된장찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6745f9907878d060dbf2",
+ "label": "흑돈 제육밴반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "20f9c35838639a01c16f",
+ "label": "흑돈김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a0bbd0f2f8179f57b983-history",
+ "label": "제주산 생뒷고기",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0a647ed4f4747f9a4c40-history",
+ "label": "흑돼지 제육백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "231fef98c1476ca30bb4-history",
+ "label": "추억의 냉동삼겹",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "80034990534affe1f1c4-history",
+ "label": "해물된장찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6745f9907878d060dbf2-history",
+ "label": "흑돈 제육밴반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "20f9c35838639a01c16f-history",
+ "label": "흑돈김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18196",
+ "name": "동문식당",
+ "businessName": "동문식당",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로 300-1 (창신동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57159249625645,
+ "longitude": 127.01124193717713,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "콩나물비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물비빔밥 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f638b225b0cd7383e1bb",
+ "label": "콩나물비빔밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4325c924996e2b4442a2",
+ "label": "소고기콩나물밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f638b225b0cd7383e1bb-history",
+ "label": "콩나물비빔밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4325c924996e2b4442a2-history",
+ "label": "소고기콩나물밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19249",
+ "name": "둘리분식",
+ "businessName": "둘리분식",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 창경궁로34길 15 (혜화동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.584324897003846,
+ "longitude": 127.0011787060946,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-744-8626",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f2a45b6501b4f06b43a4",
+ "label": "된장찌개",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2a1c7a9c1192f4dae37c",
+ "label": "제육덮밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7662b80088e954e58acd",
+ "label": "비빔밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f2a45b6501b4f06b43a4-history",
+ "label": "된장찌개",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2a1c7a9c1192f4dae37c-history",
+ "label": "제육덮밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7662b80088e954e58acd-history",
+ "label": "비빔밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19006",
+ "name": "남포설렁탕",
+ "businessName": "남포설렁탕",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 구덕로34번길 5 (남포동2가) 1층",
+ "district": "부산광역시 중구",
+ "latitude": 35.098466691867394,
+ "longitude": 129.03204192140768,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "설렁탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 설렁탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-255-2263 / 영업시간: 00:00~24:00(24시간영업)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8728e87de7a398f79d78",
+ "label": "설렁탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d0fad082c41e37e8fcfa",
+ "label": "맑은양지탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8728e87de7a398f79d78-history",
+ "label": "설렁탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d0fad082c41e37e8fcfa-history",
+ "label": "맑은양지탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1648",
+ "name": "남포수제비",
+ "businessName": "남포수제비",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 광복로 49번길 7-1 (창선동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.0998830313842,
+ "longitude": 129.030510175225,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "충무김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 충무김밥 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-245-6821 / 영업시간: 영업시간 09:00 - 20:30 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "03e6e57e0d54bc6f101d",
+ "label": "충무김밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fde52b8d69803118d518",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3affe8654f96b7c247e1",
+ "label": "비빔국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "03e6e57e0d54bc6f101d-history",
+ "label": "충무김밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fde52b8d69803118d518-history",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3affe8654f96b7c247e1-history",
+ "label": "비빔국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10020",
+ "name": "남포이발컷트",
+ "businessName": "남포이발컷트",
+ "categorySlug": "barber",
+ "address": "부산광역시 중구 중구로 2 2층(남포동5가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.0979757736079,
+ "longitude": 129.028282683866,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "68c18452d2019bc77658",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b25a2b0f04850a64793a",
+ "label": "일반염색",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "68c18452d2019bc77658-history",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b25a2b0f04850a64793a-history",
+ "label": "일반염색",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1649",
+ "name": "단골식당",
+ "businessName": "단골식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 동광길 193 (영주1동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1109965770514,
+ "longitude": 129.037200736899,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "묵은지김치전골",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 묵은지김치전골 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-441-8540 / 영업시간: 영업시간 09:00 - 21:00, ,일요일 휴무(예약시 일요일 가능)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8484e82e12fccb4f630c",
+ "label": "묵은지김치전골",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e19baca9d16c8f41a779",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8484e82e12fccb4f630c-history",
+ "label": "묵은지김치전골",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e19baca9d16c8f41a779-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14626",
+ "name": "동인1번지",
+ "businessName": "동인1번지",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 동덕로36길 78 (동인동4가) 동인1번지",
+ "district": "대구광역시 중구",
+ "latitude": 35.869513126099164,
+ "longitude": 128.6084875504821,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "김치돼지찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치돼지찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-257-6244",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "029fcc538cd19a4303f8",
+ "label": "김치돼지찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "215670c21d5e5dee723f",
+ "label": "돼지갈비(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d5c03fb6505aaae6f6c1",
+ "label": "차돌된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "346c055e61cbd40f18af",
+ "label": "국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "029fcc538cd19a4303f8-history",
+ "label": "김치돼지찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "215670c21d5e5dee723f-history",
+ "label": "돼지갈비(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d5c03fb6505aaae6f6c1-history",
+ "label": "차돌된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "346c055e61cbd40f18af-history",
+ "label": "국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17986",
+ "name": "동인식당",
+ "businessName": "동인식당",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 동덕로36길 130 (동인동4가) 동인동",
+ "district": "대구광역시 중구",
+ "latitude": 35.869224595714726,
+ "longitude": 128.6114387547134,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-423-9961",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "90263472c8212c00d06c",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e96223a1bbac10ac34a1",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c06d1b159d3a0fcdeec5",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ffdf5286021df621990a",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "90263472c8212c00d06c-history",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e96223a1bbac10ac34a1-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c06d1b159d3a0fcdeec5-history",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ffdf5286021df621990a-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14949",
+ "name": "만리장성",
+ "businessName": "만리장성",
+ "categorySlug": "chinese",
+ "address": "대구광역시 중구 공평로 95 (동문동) .",
+ "district": "대구광역시 중구",
+ "latitude": 35.87252613112093,
+ "longitude": 128.60076336835849,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-2412 / 영업시간: 11:00 ~20:00 (일요일 : 정기휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4e9bece4bff507f8c909",
+ "label": "짜장면",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d4df1afef8fa73d5b7b2",
+ "label": "짬뽕",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "65941241259b61e7d563",
+ "label": "미니탕수육",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4e9bece4bff507f8c909-history",
+ "label": "짜장면",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d4df1afef8fa73d5b7b2-history",
+ "label": "짬뽕",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "65941241259b61e7d563-history",
+ "label": "미니탕수육",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2012",
+ "name": "만리향반점",
+ "businessName": "만리향반점",
+ "categorySlug": "chinese",
+ "address": "대구광역시 중구 명덕로35길 112 (남산)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8614534554198,
+ "longitude": 128.590364961693,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-255-9380 / 영업시간: 11:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "37f1b2a0603790c7a5ed",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9472fb294a2cf5f4b93e",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f9b470b9d8675c5ed72f",
+ "label": "볶음밥(기본)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a56fd77fcbbe8572e3b6",
+ "label": "우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1dc2c2aeadd1d877031e",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "37f1b2a0603790c7a5ed-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9472fb294a2cf5f4b93e-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f9b470b9d8675c5ed72f-history",
+ "label": "볶음밥(기본)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a56fd77fcbbe8572e3b6-history",
+ "label": "우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1dc2c2aeadd1d877031e-history",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16953",
+ "name": "마카롱데이즈",
+ "businessName": "마카롱데이즈",
+ "categorySlug": "bakery",
+ "address": "인천광역시 중구 우현로35번길 13-2 (신생동) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.47044194467634,
+ "longitude": 126.62613140213853,
+ "representativePriceAmount": 1700,
+ "representativePriceLabel": "다쿠마롱(10개 이상 주문시)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 다쿠마롱(10개 이상 주문시) 1,700원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1485-5016",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fda68ad7ef9a5d1829f4",
+ "label": "다쿠마롱(10개 이상 주문시)",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d2735f6b8409c638120b",
+ "label": "다쿠마롱(10개 이하 주문시)",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ef9665f9b336776fe277",
+ "label": "아메키라노",
+ "amount": 1900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fda68ad7ef9a5d1829f4-history",
+ "label": "다쿠마롱(10개 이상 주문시)",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d2735f6b8409c638120b-history",
+ "label": "다쿠마롱(10개 이하 주문시)",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ef9665f9b336776fe277-history",
+ "label": "아메키라노",
+ "amount": 1900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17145",
+ "name": "명동식당",
+ "businessName": "명동식당",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 답동로30번길 25 (경동) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.47170701109189,
+ "longitude": 126.63290688540795,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-5668",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b35d607374c66c1a3955",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "efe3ff7f0f89be35e09b",
+ "label": "돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b35d607374c66c1a3955-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "efe3ff7f0f89be35e09b-history",
+ "label": "돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2259",
+ "name": "대왕김밥(학동)",
+ "businessName": "대왕김밥(학동)",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 남문로 671 (학동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1305985718859,
+ "longitude": 126.929101660948,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-0868 / 영업시간: 08:00-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "851421a095f615319405",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c8526a8c3e62e6648c5e",
+ "label": "라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "613a12f23ed5a9bd704e",
+ "label": "돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a1cf82a34512a7cb378f",
+ "label": "고추참치김밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e00fc6cfc4e33b152133",
+ "label": "김치김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0340974e787b9db61d31",
+ "label": "대왕김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1b6fe8cb891f0c813351",
+ "label": "참치김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "328231d8905cd6930276",
+ "label": "치즈김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "851421a095f615319405-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c8526a8c3e62e6648c5e-history",
+ "label": "라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "613a12f23ed5a9bd704e-history",
+ "label": "돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a1cf82a34512a7cb378f-history",
+ "label": "고추참치김밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e00fc6cfc4e33b152133-history",
+ "label": "김치김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0340974e787b9db61d31-history",
+ "label": "대왕김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1b6fe8cb891f0c813351-history",
+ "label": "참치김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "328231d8905cd6930276-history",
+ "label": "치즈김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15363",
+ "name": "대접",
+ "businessName": "대접",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 서석로85번길 8-7 (대의동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.150050907279855,
+ "longitude": 126.9203188050476,
+ "representativePriceAmount": 4500,
+ "representativePriceLabel": "잔치국수/비빔국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수/비빔국수 4,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-651-9998 / 영업시간: 월~토 10:00-19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4a48e10e48e1c650017e",
+ "label": "잔치국수/비빔국수",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d9c51afa54dd8255cd18",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "344db3218ce407f34bb3",
+ "label": "콩나물국밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "49da7ea78c24239788bc",
+ "label": "김치찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4a48e10e48e1c650017e-history",
+ "label": "잔치국수/비빔국수",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d9c51afa54dd8255cd18-history",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "344db3218ce407f34bb3-history",
+ "label": "콩나물국밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "49da7ea78c24239788bc-history",
+ "label": "김치찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14224",
+ "name": "덕산오징어보쌈",
+ "businessName": "덕산오징어보쌈",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 남문로622번길 20 (소태동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.127077487064696,
+ "longitude": 126.93344224312833,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "점심 백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 점심 백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-5868 / 영업시간: 월-토 11:30-21:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1b2b1b1501e0b1398bd3",
+ "label": "점심 백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1b2b1b1501e0b1398bd3-history",
+ "label": "점심 백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14430",
+ "name": "넘치는국수한그릇",
+ "businessName": "넘치는국수한그릇",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 신기로 123-15 (가오동) 가오초등학교 앞",
+ "district": "대전광역시 동구",
+ "latitude": 36.31171842237039,
+ "longitude": 127.458444535411,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-284-7888 / 영업시간: 11:00 ~ 20:30 (15:00~16:00 브레이크 타임) / 매주 일요일 정기 휴무 /",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7917751f80db1b7e3ff4",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bf7b8cc9a1a31089ffac",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3cab0c34fb3afcf90786",
+ "label": "냉비빔국수(4~11월)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d066ac7ca4cbcd8eb158",
+ "label": "동치미국수(4~10월)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9edad30051340aa74b5c",
+ "label": "어묵국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b4d763f86db3a79385ea",
+ "label": "반반국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7917751f80db1b7e3ff4-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bf7b8cc9a1a31089ffac-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3cab0c34fb3afcf90786-history",
+ "label": "냉비빔국수(4~11월)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d066ac7ca4cbcd8eb158-history",
+ "label": "동치미국수(4~10월)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9edad30051340aa74b5c-history",
+ "label": "어묵국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b4d763f86db3a79385ea-history",
+ "label": "반반국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2528",
+ "name": "뉴모델이용원",
+ "businessName": "뉴모델이용원",
+ "categorySlug": "barber",
+ "address": "대전광역시 동구 계족로 103 (신흥동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3235977678715,
+ "longitude": 127.445302754,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "이용료",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-282-1933 / 영업시간: 06:00 ~ 19:00 / 매주 수요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "360b54a4464b7a97a3a4",
+ "label": "이용료",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "82c47b4c16a4a29e816d",
+ "label": "일반(남)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c03cc7b524a64cbbd09f",
+ "label": "염색",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "360b54a4464b7a97a3a4-history",
+ "label": "이용료",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "82c47b4c16a4a29e816d-history",
+ "label": "일반(남)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c03cc7b524a64cbbd09f-history",
+ "label": "염색",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2529",
+ "name": "대광이용원",
+ "businessName": "대광이용원",
+ "categorySlug": "barber",
+ "address": "대전광역시 동구 계족로 73-2 (신흥동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3212528089861,
+ "longitude": 127.443947726738,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "이용료",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-282-7720 / 영업시간: 09:00 ~ 19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f4e0e20600dc3854997e",
+ "label": "이용료",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f4e0e20600dc3854997e-history",
+ "label": "이용료",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14196",
+ "name": "떡볶이가좋다",
+ "businessName": "떡볶이가좋다",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 중앙시장길 2-7 (옥교동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.55501926169491,
+ "longitude": 129.32205281017949,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "즉석떡볶이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 즉석떡볶이 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-246-4702 / 영업시간: 월~일 10:00~20:30 (라스트오더 20:00)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6f96eef1ec37f3aa712f",
+ "label": "즉석떡볶이",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "89890e63a738df1d6442",
+ "label": "치즈떡볶이",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6f96eef1ec37f3aa712f-history",
+ "label": "즉석떡볶이",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "89890e63a738df1d6442-history",
+ "label": "치즈떡볶이",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16674",
+ "name": "마마칼국수",
+ "businessName": "마마칼국수",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 남외1길 56 (남외동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.56704089419386,
+ "longitude": 129.35042603603065,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "돌솥비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-291-1159 / 영업시간: 월~토: 10:30~20:00 / 19:30 라스트오더 일: 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "21ebc90cdcb3a27ae77d",
+ "label": "돌솥비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5b6953bd2c10a59e736a",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "21ebc90cdcb3a27ae77d-history",
+ "label": "돌솥비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5b6953bd2c10a59e736a-history",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2999",
+ "name": "만수원숯불갈비",
+ "businessName": "만수원숯불갈비",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 해오름16길 2 (남외동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5607915680552,
+ "longitude": 129.342737348461,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "쌈정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 쌈정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-297-4327",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "511924dcbb4f0c748f92",
+ "label": "쌈정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ecd2d1aabfd88ed02092",
+ "label": "삼겹살(120g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "511924dcbb4f0c748f92-history",
+ "label": "쌈정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ecd2d1aabfd88ed02092-history",
+ "label": "삼겹살(120g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19370",
+ "name": "모닝베이커리",
+ "businessName": "모닝베이커리",
+ "categorySlug": "bakery",
+ "address": "울산광역시 중구 구교6길 63 (반구동) 모닝베이커리",
+ "district": "울산광역시 중구",
+ "latitude": 35.565210010138046,
+ "longitude": 129.34129671811115,
+ "representativePriceAmount": 1000,
+ "representativePriceLabel": "팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 1,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-294-6636 / 영업시간: 07:00~21:00 / 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f60a47bfb867e2bc5d0b",
+ "label": "팥빵",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e7252a9efbc87280b15f",
+ "label": "머핀",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f60a47bfb867e2bc5d0b-history",
+ "label": "팥빵",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e7252a9efbc87280b15f-history",
+ "label": "머핀",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15902",
+ "name": "만리장성",
+ "businessName": "만리장성",
+ "categorySlug": "chinese",
+ "address": "세종특별자치시 조치원읍 충현로 91 101호 만리장성",
+ "district": "세종특별자치시 조치원읍",
+ "latitude": 36.59668528394338,
+ "longitude": 127.29539473219728,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-868-5400",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d068a6690371d4a2a718",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "efcb3135ce46ba5e8636",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d068a6690371d4a2a718-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "efcb3135ce46ba5e8636-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10190",
+ "name": "맛있는 수다",
+ "businessName": "맛있는 수다",
+ "categorySlug": "bakery",
+ "address": "세종특별자치시 조치원읍 새내10길 41 맛있는 수다",
+ "district": "세종특별자치시 조치원읍",
+ "latitude": 36.6006451799859,
+ "longitude": 127.300531090282,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "고기만두(8개)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 고기만두(8개) 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-4967",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "da70e68ebc4cfb8b68cb",
+ "label": "고기만두(8개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4dadc3bbeb3ca6378693",
+ "label": "김치만두(8개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3becf493f79fd4f786a1",
+ "label": "오색쌀찐빵(5개)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "da70e68ebc4cfb8b68cb-history",
+ "label": "고기만두(8개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4dadc3bbeb3ca6378693-history",
+ "label": "김치만두(8개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3becf493f79fd4f786a1-history",
+ "label": "오색쌀찐빵(5개)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17111",
+ "name": "경희당구클럽",
+ "businessName": "경희당구클럽",
+ "categorySlug": "other-service",
+ "address": "경기도 수원시 영통구 덕영대로 1707 (영통동) 4층",
+ "district": "경기도 수원시",
+ "latitude": 37.24799357407884,
+ "longitude": 127.07820639116257,
+ "representativePriceAmount": 1000,
+ "representativePriceLabel": "10분",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 10분 1,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-5631-2323 / 영업시간: 10:00~03:00 / 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "805ed0c8d272513bf5a3",
+ "label": "10분",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "572caa1f64e66b284464",
+ "label": "1시간",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "805ed0c8d272513bf5a3-history",
+ "label": "10분",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "572caa1f64e66b284464-history",
+ "label": "1시간",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15567",
+ "name": "고운돈 79냉삼집",
+ "businessName": "고운돈 79냉삼집",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 반달로 50 (영통동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.249825831037455,
+ "longitude": 127.07722668063614,
+ "representativePriceAmount": 7900,
+ "representativePriceLabel": "냉삼겹(150g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉삼겹(150g) 7,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-205-5678 / 영업시간: 16:00~01:30 월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ba784350a1ea24409a84",
+ "label": "냉삼겹(150g)",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "27f258eada25c948846d",
+ "label": "김치찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "61669d372441f81a7ff9",
+ "label": "우삼겹(150g)",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ba784350a1ea24409a84-history",
+ "label": "냉삼겹(150g)",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "27f258eada25c948846d-history",
+ "label": "김치찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "61669d372441f81a7ff9-history",
+ "label": "우삼겹(150g)",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14640",
+ "name": "광명수산 수원역점",
+ "businessName": "광명수산 수원역점",
+ "categorySlug": "japanese",
+ "address": "경기도 수원시 팔달구 갓매산로 38 (매산로2가) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.267869938538816,
+ "longitude": 127.00558487313573,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "활어회덮밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 활어회덮밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-244-8899",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "91772ea5ed9663a78080",
+ "label": "활어회덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "91772ea5ed9663a78080-history",
+ "label": "활어회덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16650",
+ "name": "광명세탁",
+ "businessName": "광명세탁",
+ "categorySlug": "laundry",
+ "address": "강원특별자치도 춘천시 삭주로 27 (교동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.88154669495617,
+ "longitude": 127.73468581005257,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "양복상의",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복상의 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-252-6271",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1a784509b2c55dc1ce18",
+ "label": "양복상의",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8b2426d21428445f60cf",
+ "label": "양복하의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "baa3c7b1c9cecf7fda97",
+ "label": "셔츠",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1a784509b2c55dc1ce18-history",
+ "label": "양복상의",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8b2426d21428445f60cf-history",
+ "label": "양복하의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "baa3c7b1c9cecf7fda97-history",
+ "label": "셔츠",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4376",
+ "name": "광치해장국",
+ "businessName": "광치해장국",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 소양로 108 (소양동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8932252439588,
+ "longitude": 127.726036660624,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "선지해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지해장국 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-1100 / 영업시간: 06:30 - 19:30 브레이크타임 15:00 - 17:00 라스트오더 19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e478b3a32ffd704d858a",
+ "label": "선지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b1083bba4bf8219041f1",
+ "label": "콩나물해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "de509c5458fa554531ee",
+ "label": "우거지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e478b3a32ffd704d858a-history",
+ "label": "선지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b1083bba4bf8219041f1-history",
+ "label": "콩나물해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "de509c5458fa554531ee-history",
+ "label": "우거지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4358",
+ "name": "국수닭",
+ "businessName": "국수닭",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 남춘로 36번길 48 (퇴계동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8615806593812,
+ "longitude": 127.735535866785,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "닭국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭국수 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-262-6399 / 영업시간: 11:00 - 21:00 브레이크타임 15:00 - 17:00 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "76c1c7337d49062c4ad3",
+ "label": "닭국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f7a1530cf8c7285c8549",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6af260349a1b531b4c8c",
+ "label": "얼큰닭국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "76c1c7337d49062c4ad3-history",
+ "label": "닭국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f7a1530cf8c7285c8549-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6af260349a1b531b4c8c-history",
+ "label": "얼큰닭국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4359",
+ "name": "그랑블루바다향기칼국수",
+ "businessName": "그랑블루바다향기칼국수",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 동내면 고은길 168 2층",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8383207877726,
+ "longitude": 127.783588716154,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "해물칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물칼국수 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-263-2801 / 영업시간: 08:00 - 21:00 매주 일요일은 점심식사만 가능 (11:00 - 14:00)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7e078491a1b88611f581",
+ "label": "해물칼국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b2709beac0aede322dfe",
+ "label": "야채비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fdf913938dabbaef97cd",
+ "label": "비빔국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7e078491a1b88611f581-history",
+ "label": "해물칼국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b2709beac0aede322dfe-history",
+ "label": "야채비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fdf913938dabbaef97cd-history",
+ "label": "비빔국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14756",
+ "name": "고가네왕돈까스",
+ "businessName": "고가네왕돈까스",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 중앙로 135-2 (우암동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.64938771590744,
+ "longitude": 127.48776069611203,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "왕돈까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 왕돈까스 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-255-1855",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bffc62fde919d2b7e84d",
+ "label": "왕돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a3dad97c4b0af72a3bcd",
+ "label": "양푼이비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6aa6ce43ee5851f276f6",
+ "label": "부대찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bffc62fde919d2b7e84d-history",
+ "label": "왕돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a3dad97c4b0af72a3bcd-history",
+ "label": "양푼이비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6aa6ce43ee5851f276f6-history",
+ "label": "부대찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15786",
+ "name": "고가네행복밥상",
+ "businessName": "고가네행복밥상",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 수곡로113번길 11 (수곡동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.6203686371318,
+ "longitude": 127.47013521623991,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "동태찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 동태찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-285-6878",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "781d3edd28c885c48723",
+ "label": "동태찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "781d3edd28c885c48723-history",
+ "label": "동태찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15852",
+ "name": "고드미손두부",
+ "businessName": "고드미손두부",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 흥덕구 서현로 12-31 (가경동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6159289050475,
+ "longitude": 127.42453456395413,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "국산콩순두부",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국산콩순두부 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-284-0944",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e5fea02235fd66fe7c50",
+ "label": "국산콩순두부",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0dc95ee288d7ad4eba3f",
+ "label": "국산콩비지장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "82c05f63ab969fedeb42",
+ "label": "국산콩청국장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e5fea02235fd66fe7c50-history",
+ "label": "국산콩순두부",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0dc95ee288d7ad4eba3f-history",
+ "label": "국산콩비지장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "82c05f63ab969fedeb42-history",
+ "label": "국산콩청국장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4724",
+ "name": "고려미용실",
+ "businessName": "고려미용실",
+ "categorySlug": "beauty",
+ "address": "충청북도 청주시 서원구 모충로 98-1 (모충동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6277882283516,
+ "longitude": 127.474142701453,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-274-6207 / 영업시간: 09:00~15:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d5a005a75f069902501b",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d5a005a75f069902501b-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5410",
+ "name": "또또분식",
+ "businessName": "또또분식",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 덕진구 삼송3길 14",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8424270036272,
+ "longitude": 127.135459918463,
+ "representativePriceAmount": 4500,
+ "representativePriceLabel": "떡볶이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 4,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ea9bd3f31d7800fbe561",
+ "label": "떡볶이",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9206dc170a859a859780",
+ "label": "수제모듬튀김",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ea9bd3f31d7800fbe561-history",
+ "label": "떡볶이",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9206dc170a859a859780-history",
+ "label": "수제모듬튀김",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13854",
+ "name": "또또커피",
+ "businessName": "또또커피",
+ "categorySlug": "other-food",
+ "address": "전북특별자치도 전주시 덕진구 삼송3길 11-1 (금암동) 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.842528730789724,
+ "longitude": 127.13507910263799,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 운영시간 - (월요일~금요일) 08:00 ~ 17:00 - (토요일~일요일) 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5775daff34ce353fc537",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1e0b78ca486403b40892",
+ "label": "카페라떼",
+ "amount": 2700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "48aecec2a77f9e0eb606",
+ "label": "3샷 아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5775daff34ce353fc537-history",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1e0b78ca486403b40892-history",
+ "label": "카페라떼",
+ "amount": 2700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "48aecec2a77f9e0eb606-history",
+ "label": "3샷 아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5436",
+ "name": "또와분식",
+ "businessName": "또와분식",
+ "categorySlug": "bakery",
+ "address": "전북특별자치도 전주시 완산구 태평5길 41-5",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8241917473874,
+ "longitude": 127.143168338244,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "찹쌀도너츠(3개)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 찹쌀도너츠(3개) 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-273-2923 / 영업시간: 10:00-19:30 (화요잃휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b844696d599c621e9582",
+ "label": "찹쌀도너츠(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b1991af3478a7e4a0c8c",
+ "label": "찐빵(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "835200d53f0e4397df2f",
+ "label": "고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d2e8f4c3218c8c0cebfb",
+ "label": "꽈배기 3개",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e63ebca853e51549606f",
+ "label": "만두 10개",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e1460d3a5748974ba320",
+ "label": "슈크림",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2053ab0d1046729ed09c",
+ "label": "어묵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "83549f88ab427ae63ea5",
+ "label": "찐빵 3개",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "61d0d63b13af7cdc1b75",
+ "label": "찹쌀도너츠 2개",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fff9c10e9fc7dfbe3e8e",
+ "label": "치즈고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "573a8276161bd4d80fcf",
+ "label": "팥도너츠 2개",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b844696d599c621e9582-history",
+ "label": "찹쌀도너츠(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b1991af3478a7e4a0c8c-history",
+ "label": "찐빵(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "835200d53f0e4397df2f-history",
+ "label": "고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d2e8f4c3218c8c0cebfb-history",
+ "label": "꽈배기 3개",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e63ebca853e51549606f-history",
+ "label": "만두 10개",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e1460d3a5748974ba320-history",
+ "label": "슈크림",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2053ab0d1046729ed09c-history",
+ "label": "어묵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "83549f88ab427ae63ea5-history",
+ "label": "찐빵 3개",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "61d0d63b13af7cdc1b75-history",
+ "label": "찹쌀도너츠 2개",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fff9c10e9fc7dfbe3e8e-history",
+ "label": "치즈고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "573a8276161bd4d80fcf-history",
+ "label": "팥도너츠 2개",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15156",
+ "name": "까망헤어필",
+ "businessName": "까망헤어필",
+ "categorySlug": "beauty",
+ "address": "전라남도 목포시 산정로79번길 15-1 (산정동) 까망헤어필",
+ "district": "전라남도 목포시",
+ "latitude": 34.795406737074515,
+ "longitude": 126.39113623218255,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-277-3173",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f05825a65b8f9b868b16",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f05825a65b8f9b868b16-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10497",
+ "name": "남도먹거리방",
+ "businessName": "남도먹거리방",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 삼일로13번길 2-1 (남교동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7936753216335,
+ "longitude": 126.383348462671,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-9895",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "373664cd7e365f55d122",
+ "label": "순대",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "21d3ffb6ab86ea4f79b3",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "373664cd7e365f55d122-history",
+ "label": "순대",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "21d3ffb6ab86ea4f79b3-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16973",
+ "name": "낭만맛집",
+ "businessName": "낭만맛집",
+ "categorySlug": "korean",
+ "address": "전남 목포시 만호로 11-1 (금동2가)",
+ "district": "전남 목포시",
+ "latitude": 34.784382080202,
+ "longitude": 126.381886313664,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "톳비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 톳비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-244-6668",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1d3e5aa406a5acb8f99b",
+ "label": "톳비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "55e31c2f3b130d4f2586",
+ "label": "해초국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1d3e5aa406a5acb8f99b-history",
+ "label": "톳비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "55e31c2f3b130d4f2586-history",
+ "label": "해초국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15149",
+ "name": "대영한우식육식당",
+ "businessName": "대영한우식육식당",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 영산로257번길 4-1 (용당동) 대영한우식육식당",
+ "district": "전라남도 목포시",
+ "latitude": 34.80385281569496,
+ "longitude": 126.39420318915167,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "갈비탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 갈비탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-273-7789",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4274231ce70048a90409",
+ "label": "갈비탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "581c27ee46cf57f75203",
+ "label": "곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4274231ce70048a90409-history",
+ "label": "갈비탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "581c27ee46cf57f75203-history",
+ "label": "곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6320",
+ "name": "걸앤맨",
+ "businessName": "걸앤맨",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 남구 축항로72번길 14",
+ "district": "경상북도 포항시",
+ "latitude": 36.0285256046441,
+ "longitude": 129.376479161194,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-272-1533 / 영업시간: 월~금",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5485b19bbdee1f16101a",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5485b19bbdee1f16101a-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6321",
+ "name": "경민헤어샵",
+ "businessName": "경민헤어샵",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 남구 대해로79번길 27",
+ "district": "경상북도 포항시",
+ "latitude": 36.0254310711759,
+ "longitude": 129.36329181671,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 일요일휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "700ad9548558ff2bafe2",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fca0f6b9f2a7589534df",
+ "label": "기타 여자커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "700ad9548558ff2bafe2-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fca0f6b9f2a7589534df-history",
+ "label": "기타 여자커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6322",
+ "name": "경아미용실",
+ "businessName": "경아미용실",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 남구 송림로 61",
+ "district": "경상북도 포항시",
+ "latitude": 36.0352517105272,
+ "longitude": 129.374922321202,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-247-4573 / 영업시간: 09시~18시 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "31fe6dcc868ed7289379",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9c20aefc22d461ac9c6d",
+ "label": "기타 성인여자커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "31fe6dcc868ed7289379-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9c20aefc22d461ac9c6d-history",
+ "label": "기타 성인여자커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6427",
+ "name": "경희미용실",
+ "businessName": "경희미용실",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 북구 서동로47번길 25-4 1층(덕수동)",
+ "district": "경상북도 포항시",
+ "latitude": 36.0433237553854,
+ "longitude": 129.364506666177,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 9시30분~17시 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "29322a23a4fce53c70d1",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "29322a23a4fce53c70d1-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16322",
+ "name": "구서방네손칼국수",
+ "businessName": "구서방네손칼국수",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산합포구 해안대로 1 (월남동5가) 1층 구서방네손칼국수",
+ "district": "경상남도 창원시",
+ "latitude": 35.18079038371285,
+ "longitude": 128.55905853200002,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-222-9549",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c79af2c4561fcd80e8e1",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "472195a4c7a5261977be",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c79af2c4561fcd80e8e1-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "472195a4c7a5261977be-history",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17102",
+ "name": "국밥명가 온마루",
+ "businessName": "국밥명가 온마루",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 의창구 북면 천주로 472 103호",
+ "district": "경상남도 창원시",
+ "latitude": 35.29896206632041,
+ "longitude": 128.6039200218082,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "돼지국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1346-4134",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d8c5cb2a22a6fa6624f6",
+ "label": "돼지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac038d64cd7093b1dd13",
+ "label": "닭한마리국밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d8c5cb2a22a6fa6624f6-history",
+ "label": "돼지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac038d64cd7093b1dd13-history",
+ "label": "닭한마리국밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17142",
+ "name": "국수랑돈가스랑",
+ "businessName": "국수랑돈가스랑",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 진해대로597번길 8 (경화동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.15809278309137,
+ "longitude": 128.6810665767454,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "왕돈가스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 왕돈가스 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1440-7000",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dacc06289b07263ba786",
+ "label": "왕돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a3bab3fcadec04ba2289",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dacc06289b07263ba786-history",
+ "label": "왕돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a3bab3fcadec04ba2289-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14292",
+ "name": "김영이헤어모드",
+ "businessName": "김영이헤어모드",
+ "categorySlug": "beauty",
+ "address": "경상남도 창원시 진해구 돌리로10번길 25 (석동, 유일수정빌라) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.15791820070982,
+ "longitude": 128.7029593955796,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-543-4053",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "300aaa243e3de4332da2",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "04456398c23e2c23c7be",
+ "label": "청소년커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "300aaa243e3de4332da2-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "04456398c23e2c23c7be-history",
+ "label": "청소년커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15812",
+ "name": "고산동산",
+ "businessName": "고산동산",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 고산동산5길 18 (이도이동) 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.49614111635461,
+ "longitude": 126.53452311902686,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-3693-1604",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0f878fc924e81b4a562f",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0f878fc924e81b4a562f-history",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18065",
+ "name": "고슬",
+ "businessName": "고슬",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 문송길 22 (연동) 고슬",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.487975312677904,
+ "longitude": 126.49712441188434,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "떡볶이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-8900-8495",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f36b386df545f2c4a4fe",
+ "label": "떡볶이",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b26392775e5182585b52",
+ "label": "잔치국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "479ab7798a69a21709f8",
+ "label": "냉모밀",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fc49d9247085d877a38b",
+ "label": "옛날수제돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f36b386df545f2c4a4fe-history",
+ "label": "떡볶이",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b26392775e5182585b52-history",
+ "label": "잔치국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "479ab7798a69a21709f8-history",
+ "label": "냉모밀",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fc49d9247085d877a38b-history",
+ "label": "옛날수제돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14253",
+ "name": "고찌가게",
+ "businessName": "고찌가게",
+ "categorySlug": "western",
+ "address": "제주특별자치도 제주시 가령로4길 27 (이도이동) 1층 101호",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.49814114694817,
+ "longitude": 126.53535069630652,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "함박스테이크",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 함박스테이크 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4424-4619",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6ba609703f973a04bf71",
+ "label": "함박스테이크",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a2f7c53682f2c7dc44cf",
+ "label": "오므라이스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "808e2a980828652b81dc",
+ "label": "카레라이스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6ba609703f973a04bf71-history",
+ "label": "함박스테이크",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a2f7c53682f2c7dc44cf-history",
+ "label": "오므라이스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "808e2a980828652b81dc-history",
+ "label": "카레라이스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7116",
+ "name": "공주네국수",
+ "businessName": "공주네국수",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 삼봉로 353 1층(봉개동)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4913445688525,
+ "longitude": 126.59371518559,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "물만두",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물만두 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-722-4533 / 영업시간: 금 09:00-20:00 15:00-16:30브레이크타임 토 09:00-20:00 15:00-16:30브레이크타임 일 09:00-20:00 15:00-16:30브레이크타임 월 정기휴무(매주월요일) 화 09:00-20:00 15:00-16:30브레이크타임 수 09:00-20:00 15:00-16:30브레이크타임 목 09:00-20:00 15:00-16:30브레이크타임",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "74bac47162c47cfcf040",
+ "label": "물만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b153d3349fd951528712",
+ "label": "고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "16b7d0de929243d46e93",
+ "label": "돔배고기 소",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "aec5b6286581a5ec740d",
+ "label": "멸고국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cf4a24ccb7f5688e0447",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a4e200b4d17d38ca2815",
+ "label": "몸국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ec0543b166e3a870bf49",
+ "label": "비빔국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9511c857e2e1071c8b94",
+ "label": "순대국밥 말아서",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "90a6d6deec7edc606479",
+ "label": "순대국밥 밥따로",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1125055be5aa0c78b9d2",
+ "label": "열무국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "41637bdd0df10ea92217",
+ "label": "전복뚝배기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8368129e0af096780778",
+ "label": "콩국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "74bac47162c47cfcf040-history",
+ "label": "물만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b153d3349fd951528712-history",
+ "label": "고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "16b7d0de929243d46e93-history",
+ "label": "돔배고기 소",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "aec5b6286581a5ec740d-history",
+ "label": "멸고국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cf4a24ccb7f5688e0447-history",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a4e200b4d17d38ca2815-history",
+ "label": "몸국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ec0543b166e3a870bf49-history",
+ "label": "비빔국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9511c857e2e1071c8b94-history",
+ "label": "순대국밥 말아서",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "90a6d6deec7edc606479-history",
+ "label": "순대국밥 밥따로",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1125055be5aa0c78b9d2-history",
+ "label": "열무국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "41637bdd0df10ea92217-history",
+ "label": "전복뚝배기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8368129e0af096780778-history",
+ "label": "콩국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19250",
+ "name": "맛밥김밥전문점",
+ "businessName": "맛밥김밥전문점",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 창경궁로 269 (혜화동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.585295075666664,
+ "longitude": 127.00073357977945,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "돈가스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-747-5425",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dc7ff9fedce2653ece09",
+ "label": "돈가스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0b5d5dab9355115dac84",
+ "label": "떡만둣국",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1b0a0b72c6b4f59e5755",
+ "label": "라볶이",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dc7ff9fedce2653ece09-history",
+ "label": "돈가스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0b5d5dab9355115dac84-history",
+ "label": "떡만둣국",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1b0a0b72c6b4f59e5755-history",
+ "label": "라볶이",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11063",
+ "name": "믿음미용실",
+ "businessName": "믿음미용실",
+ "categorySlug": "beauty",
+ "address": "서울특별시 종로구 계동길 91 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5814377145875,
+ "longitude": 126.986679281786,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a49be5b0b7a61e894c60",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a49be5b0b7a61e894c60-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1650",
+ "name": "대교식당",
+ "businessName": "대교식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 충장대로 4번길 8 (중앙동4가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1044916301827,
+ "longitude": 129.036809946537,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-469-0146 / 영업시간: 5:30 - 19:00 토,일 휴무 일요일 격주 휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "037e090f49b285ed6a44",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "74b48f2a99c0db3236c8",
+ "label": "나물비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4d74bcf0933dfbdc433b",
+ "label": "만두백반",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "037e090f49b285ed6a44-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "74b48f2a99c0db3236c8-history",
+ "label": "나물비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4d74bcf0933dfbdc433b-history",
+ "label": "만두백반",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1641",
+ "name": "대성밀냉면전문",
+ "businessName": "대성밀냉면전문",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 보수대로 44번길 6 (부평동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1008554024383,
+ "longitude": 129.02385096253,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "밀면(소)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 밀면(소) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-9658 / 영업시간: 10:00~17:00 (여름: 10:00 - 19:30)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "319803107beee9b91030",
+ "label": "밀면(소)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c2d4dbc5158d326bced8",
+ "label": "비빔밀면(소)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "319803107beee9b91030-history",
+ "label": "밀면(소)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c2d4dbc5158d326bced8-history",
+ "label": "비빔밀면(소)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13811",
+ "name": "돌고래",
+ "businessName": "돌고래",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 중구로40번길 15 (신창동2가) 2층",
+ "district": "부산광역시 중구",
+ "latitude": 35.1015493615088,
+ "longitude": 129.02959068112168,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순두부백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-1825 / 영업시간: 7:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9e92e3ee7f73ae4772f4",
+ "label": "순두부백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "33d108c703cb0d4a00f8",
+ "label": "된장찌개백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9e92e3ee7f73ae4772f4-history",
+ "label": "순두부백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "33d108c703cb0d4a00f8-history",
+ "label": "된장찌개백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1651",
+ "name": "동경식당",
+ "businessName": "동경식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 대청로99번길 16 (대청동2가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.104213999781,
+ "longitude": 129.030751512242,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-469-7162 / 영업시간: 영업시간 : 09:00 - 20:00 토, 일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ed91316640219f41a2db",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9a4aa8bb5933e1352c16",
+ "label": "순두부",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ed91316640219f41a2db-history",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9a4aa8bb5933e1352c16-history",
+ "label": "순두부",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10076",
+ "name": "명가",
+ "businessName": "명가",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 달구벌대로 지하 2100 (106)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8644213158621,
+ "longitude": 128.593340834492,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "된장비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장비빔밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-252-9743",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ab8ce8c3f64bd6fae335",
+ "label": "된장비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c570dff3c757cbb1ca0c",
+ "label": "왕돈가스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "45a2bda57af2477c1cfc",
+ "label": "비빔밥",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c5f991ae60a5098d9d46",
+ "label": "야채돌솥비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ab8ce8c3f64bd6fae335-history",
+ "label": "된장비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c570dff3c757cbb1ca0c-history",
+ "label": "왕돈가스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "45a2bda57af2477c1cfc-history",
+ "label": "비빔밥",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c5f991ae60a5098d9d46-history",
+ "label": "야채돌솥비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15468",
+ "name": "명성김밥",
+ "businessName": "명성김밥",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 국채보상로131길 55 (동인동1가, 시티타운) 시티상가 10호",
+ "district": "대구광역시 중구",
+ "latitude": 35.872799919942665,
+ "longitude": 128.60198095419133,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-0276 / 영업시간: 07:00 ~ 18:00 *재료 소진에 따라 변동 있음 정기휴무 : 매월 4주차 목요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cacd811d1c0ba04b84b8",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9937c6d668691e3099a6",
+ "label": "컵라면(소)",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cacd811d1c0ba04b84b8-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9937c6d668691e3099a6-history",
+ "label": "컵라면(소)",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15355",
+ "name": "모정",
+ "businessName": "모정",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 달구벌대로 2037-16 (동산동) 모정(식당)",
+ "district": "대구광역시 중구",
+ "latitude": 35.86701996348072,
+ "longitude": 128.58658111123873,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 월~토 09:30 ~ 15:00 일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "94f75fd423c179197743",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "224dc1ce0026b73a4a82",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "29f2df216ad5f851d555",
+ "label": "비지찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "94f75fd423c179197743-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "224dc1ce0026b73a4a82-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "29f2df216ad5f851d555-history",
+ "label": "비지찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2231",
+ "name": "백원이네",
+ "businessName": "백원이네",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 예단포1로 2-10 (운북동)",
+ "district": "인천광역시 중구",
+ "latitude": 37.5314534478937,
+ "longitude": 126.502439167743,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "해물라면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물라면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-751-5059 / 영업시간: 10:00~21:00 브레이크타임 : 15:30~16:00 정기휴무(화요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6697dfcad4f16afd23de",
+ "label": "해물라면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6697dfcad4f16afd23de-history",
+ "label": "해물라면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18031",
+ "name": "복락만두",
+ "businessName": "복락만두",
+ "categorySlug": "chinese",
+ "address": "인천광역시 중구 신포로27번길 49 (중앙동3가) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.47256655347608,
+ "longitude": 126.6227457445627,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "찐만두",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 찐만두 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-772-8868",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "93093dd912dbdb36d3c8",
+ "label": "찐만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "93093dd912dbdb36d3c8-history",
+ "label": "찐만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14637",
+ "name": "마시타",
+ "businessName": "마시타",
+ "categorySlug": "japanese",
+ "address": "광주광역시 동구 서석로85번길 8 (대의동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.14995826194754,
+ "longitude": 126.92008294904745,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "마시타라멘",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 마시타라멘 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-4027-2166 / 영업시간: 월-토 11:30~19:30 휴무일 : 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2434328ea9c8d1592370",
+ "label": "마시타라멘",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cca63712ab180208b9fa",
+ "label": "규동",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2434328ea9c8d1592370-history",
+ "label": "마시타라멘",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cca63712ab180208b9fa-history",
+ "label": "규동",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11651",
+ "name": "마쏘라까망베르",
+ "businessName": "마쏘라까망베르",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 필문대로205번길 19 (지산동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1520673077606,
+ "longitude": 126.933228831241,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "돈가스(L)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스(L) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-224-5004 / 영업시간: 11:00~20:30 휴무 일요일, 공휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dde8295439ec2de5ed79",
+ "label": "돈가스(L)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "52d772aff97fb7dafaea",
+ "label": "돈가스(S)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "aa62f808299de4f169f3",
+ "label": "덮밥(해물 김치제육)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dde8295439ec2de5ed79-history",
+ "label": "돈가스(L)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "52d772aff97fb7dafaea-history",
+ "label": "돈가스(S)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "aa62f808299de4f169f3-history",
+ "label": "덮밥(해물 김치제육)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2247",
+ "name": "명문목욕탕",
+ "businessName": "명문목욕탕",
+ "categorySlug": "bath",
+ "address": "광주광역시 동구 지원로 5 (소태동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1238630581617,
+ "longitude": 126.932939954425,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "목욕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-227-2459 / 영업시간: 5:00-22:00 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2ecce32d8db27ece1f28",
+ "label": "목욕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2ecce32d8db27ece1f28-history",
+ "label": "목욕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2526",
+ "name": "돈하우스",
+ "businessName": "돈하우스",
+ "categorySlug": "western",
+ "address": "대전광역시 동구 동대전로 131번길 8-16 1층(자양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3347457791416,
+ "longitude": 127.44561323845,
+ "representativePriceAmount": 6900,
+ "representativePriceLabel": "치킨까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 치킨까스 6,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-624-5050 / 영업시간: 09:40 ~ 19:00 매주 토, 일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a168a752b180f707f868",
+ "label": "치킨까스",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ad3793808f51239374a8",
+ "label": "등심까스",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e46df206a25f29a61dde",
+ "label": "매운돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "27ba89782378e5c7fff9",
+ "label": "매운치즈돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f8bddecc24c951d96e80",
+ "label": "치즈돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "917306669c3a333e2383",
+ "label": "모듬돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "224a09061c08487c9396",
+ "label": "콤비까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0d69c85c4434933e6f95",
+ "label": "까스정식",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d8195a92873703db8e5f",
+ "label": "카레돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "06c2b84d4f0c8800bd86",
+ "label": "매운치즈카레돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "974b4859622e8a20f954",
+ "label": "해물볶음 돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e670fc4ea20add0f8e0c",
+ "label": "칠리해물볶음 돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ecae1d03e180302f8e7e",
+ "label": "해물스파게티 돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "20d547de72c7e5c7975d",
+ "label": "칠리해물스파게티 돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "77605b0a8e5f8be50114",
+ "label": "돌솥김치알밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "12af40b0db698d36eb6a",
+ "label": "돌솥낙지알밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0b84441da5e524375ce2",
+ "label": "회덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "011d5939e4987e5118a8",
+ "label": "해물볶음우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d2528f7c5a5d6bcd9cb2",
+ "label": "꼬마우동(사이드)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a4d61966ca5dd60c2b40",
+ "label": "비빔우동(사이드)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a168a752b180f707f868-history",
+ "label": "치킨까스",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ad3793808f51239374a8-history",
+ "label": "등심까스",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e46df206a25f29a61dde-history",
+ "label": "매운돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "27ba89782378e5c7fff9-history",
+ "label": "매운치즈돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f8bddecc24c951d96e80-history",
+ "label": "치즈돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "917306669c3a333e2383-history",
+ "label": "모듬돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "224a09061c08487c9396-history",
+ "label": "콤비까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0d69c85c4434933e6f95-history",
+ "label": "까스정식",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d8195a92873703db8e5f-history",
+ "label": "카레돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "06c2b84d4f0c8800bd86-history",
+ "label": "매운치즈카레돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "974b4859622e8a20f954-history",
+ "label": "해물볶음 돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e670fc4ea20add0f8e0c-history",
+ "label": "칠리해물볶음 돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ecae1d03e180302f8e7e-history",
+ "label": "해물스파게티 돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "20d547de72c7e5c7975d-history",
+ "label": "칠리해물스파게티 돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "77605b0a8e5f8be50114-history",
+ "label": "돌솥김치알밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "12af40b0db698d36eb6a-history",
+ "label": "돌솥낙지알밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0b84441da5e524375ce2-history",
+ "label": "회덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "011d5939e4987e5118a8-history",
+ "label": "해물볶음우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d2528f7c5a5d6bcd9cb2-history",
+ "label": "꼬마우동(사이드)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a4d61966ca5dd60c2b40-history",
+ "label": "비빔우동(사이드)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16531",
+ "name": "돌구이 돼지마을 해장국",
+ "businessName": "돌구이 돼지마을 해장국",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로815번길 54-1 (정동) 1층",
+ "district": "대전광역시 동구",
+ "latitude": 36.334231713428856,
+ "longitude": 127.4305695784201,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-226-1330 / 영업시간: 11:00 ~ 22:00 영업 매주 일요일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2678f914f24bde3a3721",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8e4c0ea337dcd68fcbf2",
+ "label": "콩나물비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2678f914f24bde3a3721-history",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8e4c0ea337dcd68fcbf2-history",
+ "label": "콩나물비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2519",
+ "name": "동양전자",
+ "businessName": "동양전자",
+ "categorySlug": "other-service",
+ "address": "대전광역시 동구 대전로 797번길 11 (중동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3304315762194,
+ "longitude": 127.432265782557,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "전자장비 수리비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 전자장비 수리비 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-254-3090 / 영업시간: 09:00 ~ 18:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "15953e6ceaec90dbcc71",
+ "label": "전자장비 수리비",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0774875f7c140289b664",
+ "label": "마이크",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "beabaee99f23087f8b4c",
+ "label": "음향 케이블",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "15953e6ceaec90dbcc71-history",
+ "label": "전자장비 수리비",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0774875f7c140289b664-history",
+ "label": "마이크",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "beabaee99f23087f8b4c-history",
+ "label": "음향 케이블",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13641",
+ "name": "배가한식",
+ "businessName": "배가한식",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 중앙길 255 (학산동) .",
+ "district": "울산광역시 중구",
+ "latitude": 35.55841683163878,
+ "longitude": 129.32668187695438,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 월요일~일요일 10:00~21:00 15:00~17:00 브레이크타임 토요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d0081aa03eebed3a8ead",
+ "label": "김치찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f18dcf04c5ee58a6a6d7",
+ "label": "된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d0081aa03eebed3a8ead-history",
+ "label": "김치찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f18dcf04c5ee58a6a6d7-history",
+ "label": "된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11235",
+ "name": "빠삐용 베이커리",
+ "businessName": "빠삐용 베이커리",
+ "categorySlug": "bakery",
+ "address": "울산광역시 중구 중앙길 91 (성남동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5555689712778,
+ "longitude": 129.318463151667,
+ "representativePriceAmount": 1900,
+ "representativePriceLabel": "팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 1,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-248-0250",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "27f3409dfa14004080ca",
+ "label": "팥빵",
+ "amount": 1900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "006356111478f98c5ec6",
+ "label": "소금빵",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "27f3409dfa14004080ca-history",
+ "label": "팥빵",
+ "amount": 1900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "006356111478f98c5ec6-history",
+ "label": "소금빵",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14775",
+ "name": "서울본갈비본감자탕성안점",
+ "businessName": "서울본갈비본감자탕성안점",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 백양로 54 (성안동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.573990867359086,
+ "longitude": 129.31211816914396,
+ "representativePriceAmount": 8500,
+ "representativePriceLabel": "돼지갈비(180g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지갈비(180g) 8,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1314-2168 / 영업시간: 21:30에 라스트오더",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "676b776a0922bbf5bf3e",
+ "label": "돼지갈비(180g)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e5a1865dea96e6d9eda8",
+ "label": "뼈해장국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "676b776a0922bbf5bf3e-history",
+ "label": "돼지갈비(180g)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e5a1865dea96e6d9eda8-history",
+ "label": "뼈해장국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2989",
+ "name": "선경이용원",
+ "businessName": "선경이용원",
+ "categorySlug": "barber",
+ "address": "울산광역시 중구 유곡로 10 (우정동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5582366838079,
+ "longitude": 129.30845466344,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 컷트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-246-1703 / 영업시간: 정기휴무(매주월요일) 화 06:00-18:00 수 06:00-18:00 목 06:00-18:00 금 06:00-18:00 토 06:00-18:00 일 06:00-18:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "02baad9c2ca802b6cfef",
+ "label": "컷트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c850dce8fe7a02fc11a8",
+ "label": "염색",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "02baad9c2ca802b6cfef-history",
+ "label": "컷트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c850dce8fe7a02fc11a8-history",
+ "label": "염색",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10172",
+ "name": "명품한우타운",
+ "businessName": "명품한우타운",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 금남면 금남구즉로 110-3",
+ "district": "세종특별자치시 금남면",
+ "latitude": 36.4730253891059,
+ "longitude": 127.290692559985,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "한우탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우탕 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-866-6660",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ac32988437ca2b1cdf09",
+ "label": "한우탕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c85cbab11f87947fa0ef",
+ "label": "한우국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ac32988437ca2b1cdf09-history",
+ "label": "한우탕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c85cbab11f87947fa0ef-history",
+ "label": "한우국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10198",
+ "name": "모란반점",
+ "businessName": "모란반점",
+ "categorySlug": "chinese",
+ "address": "세종특별자치시 보듬3로 104-11 202호(아름동, 행복프라자)",
+ "district": "세종특별자치시 보듬3로",
+ "latitude": 36.5123101279615,
+ "longitude": 127.248844235046,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-2477",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "645757dd9eb34fb73825",
+ "label": "자장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "57edcd330c8085c6825c",
+ "label": "짬뽕",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6ff4e23e02a086973b05",
+ "label": "볶음밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "645757dd9eb34fb73825-history",
+ "label": "자장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "57edcd330c8085c6825c-history",
+ "label": "짬뽕",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6ff4e23e02a086973b05-history",
+ "label": "볶음밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10195",
+ "name": "무진장 황태칼국수",
+ "businessName": "무진장 황태칼국수",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 금남면 용포로 74 금남면 용포로74",
+ "district": "세종특별자치시 금남면",
+ "latitude": 36.4651078017756,
+ "longitude": 127.281290524669,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "황태얼큰이칼국수+보리밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 황태얼큰이칼국수+보리밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-866-7151",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1248b7a05a86c0e4a554",
+ "label": "황태얼큰이칼국수+보리밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cf0f0e216fc2a2e83f11",
+ "label": "황태순둥이칼국수+보리밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1248b7a05a86c0e4a554-history",
+ "label": "황태얼큰이칼국수+보리밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cf0f0e216fc2a2e83f11-history",
+ "label": "황태순둥이칼국수+보리밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19000",
+ "name": "구름빵집",
+ "businessName": "구름빵집",
+ "categorySlug": "bakery",
+ "address": "경기도 수원시 장안구 이목로 24 (정자동, 수원 SK SKY VIEW) 603동 1층 114호",
+ "district": "경기도 수원시",
+ "latitude": 37.308841568254806,
+ "longitude": 126.98470292444611,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "단팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-223-7727 / 영업시간: 08:00~19:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c0c8d66e2a0becee0207",
+ "label": "단팥빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "778ecab0dfbb69f3907d",
+ "label": "우유식빵",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "15ee63572296c7a498b7",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c0c8d66e2a0becee0207-history",
+ "label": "단팥빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "778ecab0dfbb69f3907d-history",
+ "label": "우유식빵",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "15ee63572296c7a498b7-history",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16201",
+ "name": "국수명가",
+ "businessName": "국수명가",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 권선구 평동로79번길 45 (평동) 1층 154호",
+ "district": "경기도 수원시",
+ "latitude": 37.259876627948074,
+ "longitude": 126.99277737503824,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-242-8473 / 영업시간: 11:00~16:00 매주 일요일 및 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e13597ce03a8ba47fa74",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f32f61ea850c645f8f21",
+ "label": "제돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6bc6a3bc254b524fe90c",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "57d33a75e7f4d1e30228",
+ "label": "비빔국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2be10149fd266404e42c",
+ "label": "돈까스+잔치국수",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e13597ce03a8ba47fa74-history",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f32f61ea850c645f8f21-history",
+ "label": "제돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6bc6a3bc254b524fe90c-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "57d33a75e7f4d1e30228-history",
+ "label": "비빔국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2be10149fd266404e42c-history",
+ "label": "돈까스+잔치국수",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3384",
+ "name": "국수촌",
+ "businessName": "국수촌",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 매여울로53번길 63-2 (매탄동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2726657638748,
+ "longitude": 127.041141095451,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-213-5033 / 영업시간: 월~금 10:00~18:00 토 10:00~17:00 일요일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "82ffee7d19a683506c88",
+ "label": "잔치국수",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8edfc58c86a1c22a77da",
+ "label": "비빔국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c2560c357a021f8112ec",
+ "label": "멸치칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "34aa9d50ccad366f7fa9",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "82ffee7d19a683506c88-history",
+ "label": "잔치국수",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8edfc58c86a1c22a77da-history",
+ "label": "비빔국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c2560c357a021f8112ec-history",
+ "label": "멸치칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "34aa9d50ccad366f7fa9-history",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15487",
+ "name": "금란미용실",
+ "businessName": "금란미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 둥지길 7 (효자동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.874828386296336,
+ "longitude": 127.73569431782938,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-257-4174",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d2ba494aa16e2af56d92",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d2ba494aa16e2af56d92-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10303",
+ "name": "금옥",
+ "businessName": "금옥",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 동면 금옥길 289-27 1층",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.9229090212663,
+ "longitude": 127.80680948061,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "막국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 막국수 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-241-1791 / 영업시간: 11:00 - 20:00 라스트오더 19:30 매주 월요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2bda609ef3877510c64f",
+ "label": "막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0fc52f34a464010016d5",
+ "label": "돼지 곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c078cd6529cdfc09759e",
+ "label": "동치미 막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2bda609ef3877510c64f-history",
+ "label": "막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0fc52f34a464010016d5-history",
+ "label": "돼지 곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c078cd6529cdfc09759e-history",
+ "label": "동치미 막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4378",
+ "name": "낭만국수집",
+ "businessName": "낭만국수집",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 서부대성로57번길2 (옥천동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8829699924835,
+ "longitude": 127.72960354019,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "돌솥비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-251-5688 / 영업시간: 10:00 - 15:00 주말 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "068def9ab6d56e24b327",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4d40ca6d18dbb06776b3",
+ "label": "낙지덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "326599d4911ee0f08e2b",
+ "label": "들깨국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "068def9ab6d56e24b327-history",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4d40ca6d18dbb06776b3-history",
+ "label": "낙지덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "326599d4911ee0f08e2b-history",
+ "label": "들깨국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15779",
+ "name": "괴산식당",
+ "businessName": "괴산식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 매봉로76번길 30 (수곡동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.61685424168219,
+ "longitude": 127.48003972548739,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-285-6045",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "aa792fb908852a342ab3",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "018d18d2b7beccc3c706",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0991847f164845e4aefa",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "aa792fb908852a342ab3-history",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "018d18d2b7beccc3c706-history",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0991847f164845e4aefa-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13537",
+ "name": "국가대표",
+ "businessName": "국가대표",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 수암로88번길 5-1 (우암동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.65014622761729,
+ "longitude": 127.49373602311476,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "순두부찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "de73e5a12c370c04b575",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "86eba20ba26cc122cc27",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c2cc6d086df03748df08",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "de73e5a12c370c04b575-history",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "86eba20ba26cc122cc27-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c2cc6d086df03748df08-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15534",
+ "name": "국수좋은날",
+ "businessName": "국수좋은날",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 1순환로1063번길 34 (분평동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.60797810746097,
+ "longitude": 127.48522816108827,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-291-5962",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b99876411920970c6eff",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ec53c560b46142bbd78c",
+ "label": "비빔국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "124c230d8d9cd06e92e5",
+ "label": "간장비빔국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b99876411920970c6eff-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ec53c560b46142bbd78c-history",
+ "label": "비빔국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "124c230d8d9cd06e92e5-history",
+ "label": "간장비빔국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13709",
+ "name": "굼드림",
+ "businessName": "굼드림",
+ "categorySlug": "other-food",
+ "address": "충청북도 청주시 상당구 상당로69번길 15 (북문로1가) 대신증권 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.63425701957848,
+ "longitude": 127.48966620404532,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c7b9f41e9f2f693084fe",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bb8c33ba749ca59b57a9",
+ "label": "에이드",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c7b9f41e9f2f693084fe-history",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bb8c33ba749ca59b57a9-history",
+ "label": "에이드",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4910",
+ "name": "국빈4000냥미용실",
+ "businessName": "국빈4000냥미용실",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 동남구 대흥로 132-2 (사직동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8008837521399,
+ "longitude": 127.148549025545,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00~17:30 정기휴무(매월 1일, 15일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "799b3be66829861ba64b",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "799b3be66829861ba64b-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13065",
+ "name": "김밥군쫄면양",
+ "businessName": "김밥군쫄면양",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 충절로 311 (구성동) 109호",
+ "district": "충청남도 천안시",
+ "latitude": 36.791883821934995,
+ "longitude": 127.16249631665832,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 매일 05:30~20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8e31a4277cfd977e3d61",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "73f4b40e68f46c316875",
+ "label": "양푼이비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "addadf12708308ff174f",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8e31a4277cfd977e3d61-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "73f4b40e68f46c316875-history",
+ "label": "양푼이비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "addadf12708308ff174f-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11750",
+ "name": "김밥하나",
+ "businessName": "김밥하나",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 대흥로 340 (신부동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8177959668313,
+ "longitude": 127.15176650569,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-556-6247 / 영업시간: 09:30~19:00 정기휴무(매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b3fd014582793ad8a3b3",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3e2298e5def48b546804",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9bf2c88de259a80a021b",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b3fd014582793ad8a3b3-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3e2298e5def48b546804-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9bf2c88de259a80a021b-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18214",
+ "name": "란미용실",
+ "businessName": "란미용실",
+ "categorySlug": "beauty",
+ "address": "전북특별자치도 전주시 완산구 공수내1길 7-2 (서서학동) 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.805287710386786,
+ "longitude": 127.14763371176575,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-4007-3960 / 영업시간: 06:00~19:00 / 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cfa171665a12ca64d48c",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cfa171665a12ca64d48c-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5437",
+ "name": "만나별미",
+ "businessName": "만나별미",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 거마평로 122",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8032647559385,
+ "longitude": 127.116997533405,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "돈가스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-224-9529 / 영업시간: 매일 09:00~20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a59b69b704cc8dbedaf2",
+ "label": "돈가스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4d59b3c13492fb8991bf",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fa87ad1b6972ade86c9e",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a59b69b704cc8dbedaf2-history",
+ "label": "돈가스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4d59b3c13492fb8991bf-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fa87ad1b6972ade86c9e-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5438",
+ "name": "만남의집",
+ "businessName": "만남의집",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 서학로 28-1",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8095241776664,
+ "longitude": 127.152553371019,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-287-5589",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e425df176ff052738706",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b5064f35e55248f2c814",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e425df176ff052738706-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b5064f35e55248f2c814-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15140",
+ "name": "대흥정",
+ "businessName": "대흥정",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 용당로216번길 25-1 (용당동) 대흥정",
+ "district": "전라남도 목포시",
+ "latitude": 34.80647798540608,
+ "longitude": 126.40112936933254,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-273-0414",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0b06029b639dac26b59e",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d6ba8a8addb01723ff08",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0b06029b639dac26b59e-history",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d6ba8a8addb01723ff08-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15153",
+ "name": "드라이하우스 북항점",
+ "businessName": "드라이하우스 북항점",
+ "categorySlug": "laundry",
+ "address": "전라남도 목포시 청호로219번길 30 (산정동) 1층 106호",
+ "district": "전라남도 목포시",
+ "latitude": 34.80742822388893,
+ "longitude": 126.36751972578438,
+ "representativePriceAmount": 6100,
+ "representativePriceLabel": "정장한벌",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장한벌 6,100원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-278-2788",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ac950f07c547d294a204",
+ "label": "정장한벌",
+ "amount": 6100,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c192f6731539b045a68e",
+ "label": "와이셔츠",
+ "amount": 1900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ac950f07c547d294a204-history",
+ "label": "정장한벌",
+ "amount": 6100,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c192f6731539b045a68e-history",
+ "label": "와이셔츠",
+ "amount": 1900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10506",
+ "name": "맹순이네 국밥",
+ "businessName": "맹순이네 국밥",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 북항로 73 1층(죽교동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7998878782976,
+ "longitude": 126.376318072647,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "돼지머리국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지머리국밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a3b8c5a76add204a24b9",
+ "label": "돼지머리국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1f8e963b2529babbd023",
+ "label": "돼지내장국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a3b8c5a76add204a24b9-history",
+ "label": "돼지머리국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1f8e963b2529babbd023-history",
+ "label": "돼지내장국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6386",
+ "name": "고을마당",
+ "businessName": "고을마당",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 대이로9번길 22 고을마당",
+ "district": "경상북도 포항시",
+ "latitude": 36.015803950231,
+ "longitude": 129.341696748169,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "해물칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 평일 09시~13시 매주 토요일, 일요일 휴무 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0663eed122250f594a03",
+ "label": "해물칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1222cb2d111ee305ea9c",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "80894533405ef057115d",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0663eed122250f594a03-history",
+ "label": "해물칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1222cb2d111ee305ea9c-history",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "80894533405ef057115d-history",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6387",
+ "name": "고향식당",
+ "businessName": "고향식당",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 대송면 제내길75번길 29-5 고향식당",
+ "district": "경상북도 포항시",
+ "latitude": 35.9795204842443,
+ "longitude": 129.364706422308,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-293-1230 / 영업시간: 12시~14시, 17시~19시 (브레이크타임 14시~17시) 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c7e1e5e573a22d7633df",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3ee670e9e84c60e4d764",
+ "label": "순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "de69e0a3fbf9e5a072e5",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0e7d9c647979636a7c9d",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c7e1e5e573a22d7633df-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3ee670e9e84c60e4d764-history",
+ "label": "순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "de69e0a3fbf9e5a072e5-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0e7d9c647979636a7c9d-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6809",
+ "name": "낙동추어탕",
+ "businessName": "낙동추어탕",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 대정로35번길 4-1 (가음동, 정진상가)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2078507245462,
+ "longitude": 128.698126634249,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-286-5565",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "acc354f0a62434ebca7c",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2906154d2bda172d11bb",
+ "label": "추어국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0f277528753dbe4cbb80",
+ "label": "우렁이추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "acc354f0a62434ebca7c-history",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2906154d2bda172d11bb-history",
+ "label": "추어국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0f277528753dbe4cbb80-history",
+ "label": "우렁이추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7117",
+ "name": "광양왕소금깡통구이",
+ "businessName": "광양왕소금깡통구이",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 광양13길 13",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4992265614392,
+ "longitude": 126.531680684457,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "돌솥밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-755-9966",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d651b6e2cc6ce72c9e34",
+ "label": "돌솥밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "47fc39df2e7a91b3314e",
+ "label": "비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4d9bbb17687cf75c1de3",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "23b203d52b956db9d87f",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "389137d7df54bd8ee7e2",
+ "label": "낙지볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bb0a6df3cdf4131a9bed",
+ "label": "돌솥비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3a01971e08b17a622530",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "501b04238a701571b5cf",
+ "label": "열무국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2737e787519babbbb92d",
+ "label": "제,낙볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e3a13ec54c88325f2072",
+ "label": "제육볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d651b6e2cc6ce72c9e34-history",
+ "label": "돌솥밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "47fc39df2e7a91b3314e-history",
+ "label": "비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4d9bbb17687cf75c1de3-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "23b203d52b956db9d87f-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "389137d7df54bd8ee7e2-history",
+ "label": "낙지볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bb0a6df3cdf4131a9bed-history",
+ "label": "돌솥비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3a01971e08b17a622530-history",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "501b04238a701571b5cf-history",
+ "label": "열무국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2737e787519babbbb92d-history",
+ "label": "제,낙볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e3a13ec54c88325f2072-history",
+ "label": "제육볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15758",
+ "name": "국수한상",
+ "businessName": "국수한상",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 남광로 7 (이도이동) 국수한상",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.492506273154056,
+ "longitude": 126.53696512732265,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "멸치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-751-5808",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f36185cc427f2c0bf707",
+ "label": "멸치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d8e12b4226badadf42d6",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3344d88eb7fbcd421a37",
+ "label": "우거지국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f40ef7066486c324aa0d",
+ "label": "제육덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f36185cc427f2c0bf707-history",
+ "label": "멸치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d8e12b4226badadf42d6-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3344d88eb7fbcd421a37-history",
+ "label": "우거지국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f40ef7066486c324aa0d-history",
+ "label": "제육덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7018",
+ "name": "굴무기낭",
+ "businessName": "굴무기낭",
+ "categorySlug": "other-food",
+ "address": "제주특별자치도 제주시 애월읍 납읍남로2길 6 1동 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.433110680166,
+ "longitude": 126.327918925624,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "감귤쉰다리에이드",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 감귤쉰다리에이드 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1484-1370 / 영업시간: 목 11:00-17:00 금 11:00-17:00 토 11:00-17:00 일 13:00-17:00 월 11:00-17:00 화 11:00-17:00 수 11:00-17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4a3fd0f6cb56822b8ed6",
+ "label": "감귤쉰다리에이드",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b465b697026b652c62d1",
+ "label": "쉰다리빙수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "872ca46652fa94011308",
+ "label": "쉰다리",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "628921140fff40fd236a",
+ "label": "쉰다리빵",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0bf5847e3dbf53051c7e",
+ "label": "댕유지에이드",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "86aae23244401f987b0a",
+ "label": "쉰다리쌀빵",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "536d8efd3e651cb0ccfb",
+ "label": "아메리카노",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4a3fd0f6cb56822b8ed6-history",
+ "label": "감귤쉰다리에이드",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b465b697026b652c62d1-history",
+ "label": "쉰다리빙수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "872ca46652fa94011308-history",
+ "label": "쉰다리",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "628921140fff40fd236a-history",
+ "label": "쉰다리빵",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0bf5847e3dbf53051c7e-history",
+ "label": "댕유지에이드",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "86aae23244401f987b0a-history",
+ "label": "쉰다리쌀빵",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "536d8efd3e651cb0ccfb-history",
+ "label": "아메리카노",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16044",
+ "name": "복코돼지",
+ "businessName": "복코돼지",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로 232 (종로5가) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.570761508765074,
+ "longitude": 127.00353272937728,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "김치찌개(점심)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개(점심) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2271-5989 / 영업시간: 10:00~22:00(일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "90b8964717454311b3c1",
+ "label": "김치찌개(점심)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e681d716facfe8474855",
+ "label": "황태해장국(점심)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1308d2d6a76ac72e96d5",
+ "label": "제육볶음(점심)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "90b8964717454311b3c1-history",
+ "label": "김치찌개(점심)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e681d716facfe8474855-history",
+ "label": "황태해장국(점심)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1308d2d6a76ac72e96d5-history",
+ "label": "제육볶음(점심)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17542",
+ "name": "불백당",
+ "businessName": "불백당",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 우정국로2길 34 (관철동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.56946019643439,
+ "longitude": 126.98494601675547,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "고추장불백",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고추장불백 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-722-0086",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "98d9c05fee2aa79a4a0d",
+ "label": "고추장불백",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c508865947f43112feb1",
+ "label": "갈비양념불백",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b7b9eca4f669fa51c1ea",
+ "label": "오삼불백",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "98d9c05fee2aa79a4a0d-history",
+ "label": "고추장불백",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c508865947f43112feb1-history",
+ "label": "갈비양념불백",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b7b9eca4f669fa51c1ea-history",
+ "label": "오삼불백",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-958",
+ "name": "삼삼 뚝배기",
+ "businessName": "삼삼 뚝배기",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 동숭길 51 (동숭동)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5805564090189,
+ "longitude": 127.004190744723,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "된장뚝배기",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장뚝배기 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-765-4683 / 영업시간: 매일(연중휴무) 06:00-21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2bb0c68db03d24cfb08c",
+ "label": "된장뚝배기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b6fd9b9c9a5913724d73",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e221d77ff5f21605419a",
+ "label": "순두부뚝배기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "24fbfa95674453c3c62c",
+ "label": "황기반계탕",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e0808b8abe987072d2b4",
+ "label": "고추장 매운찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "18f03e73f70dc1a02d53",
+ "label": "돼지불고기뚝배기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c8df1ea7191cb9e76949",
+ "label": "소고기미역국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d8c42cc8525b67c45859",
+ "label": "고등어조림",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "787a33431a7139a3a5d3",
+ "label": "생선백반",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2f505184b539a6f5e169",
+ "label": "사골곰탕",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2bb0c68db03d24cfb08c-history",
+ "label": "된장뚝배기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b6fd9b9c9a5913724d73-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e221d77ff5f21605419a-history",
+ "label": "순두부뚝배기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "24fbfa95674453c3c62c-history",
+ "label": "황기반계탕",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e0808b8abe987072d2b4-history",
+ "label": "고추장 매운찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "18f03e73f70dc1a02d53-history",
+ "label": "돼지불고기뚝배기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c8df1ea7191cb9e76949-history",
+ "label": "소고기미역국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d8c42cc8525b67c45859-history",
+ "label": "고등어조림",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "787a33431a7139a3a5d3-history",
+ "label": "생선백반",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2f505184b539a6f5e169-history",
+ "label": "사골곰탕",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16866",
+ "name": "샐러드하우스",
+ "businessName": "샐러드하우스",
+ "categorySlug": "other-food",
+ "address": "서울특별시 종로구 새문안로5가길 28 (적선동) 지하1층 119호",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57446023473285,
+ "longitude": 126.97359705813241,
+ "representativePriceAmount": 4900,
+ "representativePriceLabel": "에그듬뿍샌드위치",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 에그듬뿍샌드위치 4,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-722-5891 / 영업시간: 10:00~19:30 토, 일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "572aae6e386976cd09db",
+ "label": "에그듬뿍샌드위치",
+ "amount": 4900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d19637cfa84a052c76c6",
+ "label": "그린샐러드",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a26d4fe5f1d8762b295c",
+ "label": "닭가슴살샐러드",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "572aae6e386976cd09db-history",
+ "label": "에그듬뿍샌드위치",
+ "amount": 4900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d19637cfa84a052c76c6-history",
+ "label": "그린샐러드",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a26d4fe5f1d8762b295c-history",
+ "label": "닭가슴살샐러드",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16480",
+ "name": "동광세탁소",
+ "businessName": "동광세탁소",
+ "categorySlug": "laundry",
+ "address": "부산광역시 중구 법수길 19 (보수동1가) 1층",
+ "district": "부산광역시 중구",
+ "latitude": 35.10490454876418,
+ "longitude": 129.02599093842454,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "드라이크리닝(하의)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이크리닝(하의) 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-256-9047 / 영업시간: 영업시간: 07:00 ~ 19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "93f539f8cfc41416b859",
+ "label": "드라이크리닝(하의)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "09b3e617d1902b70ec8a",
+ "label": "드라이크리닝(코트)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cd76f2e3262ca78bc590",
+ "label": "드라이크리닝(상의)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "93f539f8cfc41416b859-history",
+ "label": "드라이크리닝(하의)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "09b3e617d1902b70ec8a-history",
+ "label": "드라이크리닝(코트)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cd76f2e3262ca78bc590-history",
+ "label": "드라이크리닝(상의)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17048",
+ "name": "동명칼국수",
+ "businessName": "동명칼국수",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 중구로34번길 23 (신창동1가) 2층",
+ "district": "부산광역시 중구",
+ "latitude": 35.10111918682593,
+ "longitude": 129.03031073104827,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-241-0061",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "06cfe5771920bde25e5c",
+ "label": "칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cb3a7d9e1deca75458cb",
+ "label": "비빔칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bad98e05b000afc95f9a",
+ "label": "만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9df2faaf4c862981198a",
+ "label": "김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "06cfe5771920bde25e5c-history",
+ "label": "칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cb3a7d9e1deca75458cb-history",
+ "label": "비빔칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bad98e05b000afc95f9a-history",
+ "label": "만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9df2faaf4c862981198a-history",
+ "label": "김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19007",
+ "name": "된장한상",
+ "businessName": "된장한상",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 대청로141번길 17 (중앙동4가) 1층",
+ "district": "부산광역시 중구",
+ "latitude": 35.104348496848104,
+ "longitude": 129.03506122917605,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "된장한상(비빔밥+된장)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장한상(비빔밥+된장) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-442-3006 / 영업시간: 11:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a32552b0f126e1fd4c5a",
+ "label": "된장한상(비빔밥+된장)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a32552b0f126e1fd4c5a-history",
+ "label": "된장한상(비빔밥+된장)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1653",
+ "name": "뚱보집",
+ "businessName": "뚱보집",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 중앙대로 29번길 2-11 (중앙동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1006950852985,
+ "longitude": 129.036117527715,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "콩나물밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물밥 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-7466 / 영업시간: 매일 11:30-22:50, 넷쨰 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2ce775b1d0eb92eaaa69",
+ "label": "콩나물밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2ce775b1d0eb92eaaa69-history",
+ "label": "콩나물밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14627",
+ "name": "밥맛나는집",
+ "businessName": "밥맛나는집",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 경상감영길 37 (서문로1가) 밥맛나는집",
+ "district": "대구광역시 중구",
+ "latitude": 35.87145492938626,
+ "longitude": 128.58946800122544,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-428-0121",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e61d5d3ed66dd90dbcc6",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "486ae8502b6898d241b7",
+ "label": "고등어구이 정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f554a0c23b7a1d9637bd",
+ "label": "순두부 찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9397c3bfe66274b9ac0b",
+ "label": "가자미구이 정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e61d5d3ed66dd90dbcc6-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "486ae8502b6898d241b7-history",
+ "label": "고등어구이 정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f554a0c23b7a1d9637bd-history",
+ "label": "순두부 찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9397c3bfe66274b9ac0b-history",
+ "label": "가자미구이 정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17982",
+ "name": "배사공멸치국수",
+ "businessName": "배사공멸치국수",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 관덕정길 10 (남산동) 남산동",
+ "district": "대구광역시 중구",
+ "latitude": 35.865329712937886,
+ "longitude": 128.59079734801406,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-422-8866",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2cc2ff88399f167b3e56",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0fd48557f1fb2fb21b1a",
+ "label": "해물칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2cc2ff88399f167b3e56-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0fd48557f1fb2fb21b1a-history",
+ "label": "해물칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11440",
+ "name": "쎈밤 종로점",
+ "businessName": "쎈밤 종로점",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 종로 30-1 1층",
+ "district": "대구광역시 중구",
+ "latitude": 35.8686744440218,
+ "longitude": 128.592029244117,
+ "representativePriceAmount": 8900,
+ "representativePriceLabel": "국내산 삼겹살(150g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국내산 삼겹살(150g) 8,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-7685-7137",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ab2cab99f999438c90a9",
+ "label": "국내산 삼겹살(150g)",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "71a493c52bf8e193cad5",
+ "label": "국내산 목살(150g)",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e34151b30a7438ee95d1",
+ "label": "국내산 막창(150g)",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ab2cab99f999438c90a9-history",
+ "label": "국내산 삼겹살(150g)",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "71a493c52bf8e193cad5-history",
+ "label": "국내산 목살(150g)",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e34151b30a7438ee95d1-history",
+ "label": "국내산 막창(150g)",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2007",
+ "name": "영생이용소",
+ "businessName": "영생이용소",
+ "categorySlug": "barber",
+ "address": "대구광역시 중구 이천로 184-8 (대봉동)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8575452270514,
+ "longitude": 128.598969402186,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-9732 / 영업시간: 06:30-18:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4f5f596ea16799b45001",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4f5f596ea16799b45001-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14222",
+ "name": "삼미",
+ "businessName": "삼미",
+ "categorySlug": "other-food",
+ "address": "인천광역시 중구 제물량로 210-4 (해안동2가) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.47195223689287,
+ "longitude": 126.62120161220716,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "치즈카야토스트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 치즈카야토스트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-812-4055",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bef8d50609936549c2a1",
+ "label": "치즈카야토스트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bef8d50609936549c2a1-history",
+ "label": "치즈카야토스트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16743",
+ "name": "삼시국수",
+ "businessName": "삼시국수",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 운중로 97 (운남동) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.49421029445236,
+ "longitude": 126.5443392421388,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "멸치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1479-2358",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4c36d8749245f92dbe2d",
+ "label": "멸치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4c36d8749245f92dbe2d-history",
+ "label": "멸치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14009",
+ "name": "소미국수",
+ "businessName": "소미국수",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 서해대로 486-2 (유동) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.46916114263947,
+ "longitude": 126.63654581942478,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "감자칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 감자칼국수 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-773-1003",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ec21bf0a8991773e9087",
+ "label": "감자칼국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ec21bf0a8991773e9087-history",
+ "label": "감자칼국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19356",
+ "name": "무등산국밥",
+ "businessName": "무등산국밥",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 제봉로17번길 2 (학동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.14024503188192,
+ "longitude": 126.92183479745447,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "암뽕순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 암뽕순대국밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-2051 / 영업시간: 매일 10:00~20:30 브레이크타임 2:00~2:30 첫째, 셋째 주 일요일 휴무(시장 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "75452c3f5b208cb22d46",
+ "label": "암뽕순대국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d2aea4228515e9ed89b4",
+ "label": "살코기국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "75452c3f5b208cb22d46-history",
+ "label": "암뽕순대국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d2aea4228515e9ed89b4-history",
+ "label": "살코기국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2264",
+ "name": "박순자녹두집",
+ "businessName": "박순자녹두집",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 구성로204번길 26 (대인동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1518665091161,
+ "longitude": 126.916416294973,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "수제비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제비 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-8694 / 영업시간: 화-일 11:30-21:00/ 월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3c37ba479fe8fa6cc177",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bb57049bebaa85d00219",
+ "label": "팥죽",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6256deaaa98f9da16fac",
+ "label": "동지죽",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9f5041d5579f8c893cb2",
+ "label": "콩나물국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5352f6362859edb2be0d",
+ "label": "콩물국수",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7c21100b2ff6d0594b46",
+ "label": "파전",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3c37ba479fe8fa6cc177-history",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bb57049bebaa85d00219-history",
+ "label": "팥죽",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6256deaaa98f9da16fac-history",
+ "label": "동지죽",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9f5041d5579f8c893cb2-history",
+ "label": "콩나물국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5352f6362859edb2be0d-history",
+ "label": "콩물국수",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7c21100b2ff6d0594b46-history",
+ "label": "파전",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2265",
+ "name": "반디식당",
+ "businessName": "반디식당",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 구성로 258 (계림동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1570933401735,
+ "longitude": 126.918837815272,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-222-0809 / 영업시간: 월-목 09:00-15:00 금-일 09:00-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "debe2d932314ed5907fd",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "debe2d932314ed5907fd-history",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2564",
+ "name": "뒤집어진뚝배기",
+ "businessName": "뒤집어진뚝배기",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 동대전로131번길 8-11 (자양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3346159683747,
+ "longitude": 127.445358439471,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "제육",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-622-3692 / 영업시간: 10:00 ~ 19:00 / 토요일, 일요일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "968d6d74fd1c637fd1b5",
+ "label": "제육",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "25d11598124354dc3727",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1376effedab108d5a83e",
+ "label": "닭계장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7803ceaf4daf9338462e",
+ "label": "김치 볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "829f5325118c463428f3",
+ "label": "뚝배기 김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8263dd3157d0058c54ae",
+ "label": "뚝배기 닭계장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ecadbbe5e1c44c9dc2a3",
+ "label": "뚝배기 라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "29e37499a3ec297011f4",
+ "label": "뚝배기 라면밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6427cffbe30e2be2592f",
+ "label": "뚝배기 만두국",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7c16a40d39d0b9a755db",
+ "label": "뚝배기 수제비",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "dd37eeb5635b5bc238ad",
+ "label": "뚝배기 순대국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8228c0466980f3143642",
+ "label": "뚝배기 순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "82c444f803c12974e52d",
+ "label": "뚝배기 오징어볶음",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9edb102bb923703d0cf7",
+ "label": "뚝배기 제육",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "222c5bffe6bab588024b",
+ "label": "뚝배기 참치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "968d6d74fd1c637fd1b5-history",
+ "label": "제육",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "25d11598124354dc3727-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1376effedab108d5a83e-history",
+ "label": "닭계장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7803ceaf4daf9338462e-history",
+ "label": "김치 볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "829f5325118c463428f3-history",
+ "label": "뚝배기 김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8263dd3157d0058c54ae-history",
+ "label": "뚝배기 닭계장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ecadbbe5e1c44c9dc2a3-history",
+ "label": "뚝배기 라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "29e37499a3ec297011f4-history",
+ "label": "뚝배기 라면밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6427cffbe30e2be2592f-history",
+ "label": "뚝배기 만두국",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7c16a40d39d0b9a755db-history",
+ "label": "뚝배기 수제비",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "dd37eeb5635b5bc238ad-history",
+ "label": "뚝배기 순대국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8228c0466980f3143642-history",
+ "label": "뚝배기 순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "82c444f803c12974e52d-history",
+ "label": "뚝배기 오징어볶음",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9edb102bb923703d0cf7-history",
+ "label": "뚝배기 제육",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "222c5bffe6bab588024b-history",
+ "label": "뚝배기 참치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16819",
+ "name": "또와짬뽕",
+ "businessName": "또와짬뽕",
+ "categorySlug": "chinese",
+ "address": "대전광역시 동구 동대전로 153-5 (자양동) 1층",
+ "district": "대전광역시 동구",
+ "latitude": 36.335615601209376,
+ "longitude": 127.446345541849,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-623-6237 / 영업시간: 10:00 ~ 19:30( 매주 일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "915670eca6799fae27d7",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "616ebfd5badf33b8a9b6",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "915670eca6799fae27d7-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "616ebfd5badf33b8a9b6-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2575",
+ "name": "마실",
+ "businessName": "마실",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 동산초교로 22번길 45 (홍도동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3475476850448,
+ "longitude": 127.429039114596,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "수제비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제비 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-635-7086 / 영업시간: 11:00 ~ 22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e3bf68ada9bf9499a474",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "42c9f13e5e1a190741c1",
+ "label": "손수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e3bf68ada9bf9499a474-history",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "42c9f13e5e1a190741c1-history",
+ "label": "손수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14774",
+ "name": "송림식당",
+ "businessName": "송림식당",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 성안6길 1 (성안동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.575033452695315,
+ "longitude": 129.31651249571607,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-246-8751 / 영업시간: 월요일~토요일 11:00~17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d2dbe13167ff89157f79",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7a1a9a1e3ca7d8412e1c",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d2dbe13167ff89157f79-history",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7a1a9a1e3ca7d8412e1c-history",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2994",
+ "name": "수다라",
+ "businessName": "수다라",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 서원1길 3 (반구동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5632555809223,
+ "longitude": 129.335301504887,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-293-8818 / 영업시간: 10:00~18:00 -1인분은13:30이후주문가능",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f24d2eb74ac6f49a318c",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5a858002c4b084e7747b",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f24d2eb74ac6f49a318c-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5a858002c4b084e7747b-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14577",
+ "name": "순정분식",
+ "businessName": "순정분식",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 반구정15길 18 (반구동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.55845233751778,
+ "longitude": 129.34466380262637,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:40~19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8c27edd344aef9057696",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "967807d427281b4c30a1",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8c27edd344aef9057696-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "967807d427281b4c30a1-history",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10174",
+ "name": "복조갈비",
+ "businessName": "복조갈비",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 조치원읍 새내12길 51 1층",
+ "district": "세종특별자치시 조치원읍",
+ "latitude": 36.6026560183833,
+ "longitude": 127.300695361905,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "육개장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 육개장 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-3890",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "feb7c5375ccf1a9567ad",
+ "label": "육개장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5c9cbbb6e6dd94cdeb0d",
+ "label": "갈비탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "feb7c5375ccf1a9567ad-history",
+ "label": "육개장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5c9cbbb6e6dd94cdeb0d-history",
+ "label": "갈비탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19176",
+ "name": "부산면가",
+ "businessName": "부산면가",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 호려울로 29 (보람동) 110호",
+ "district": "세종특별자치시 호려울로",
+ "latitude": 36.477909935227785,
+ "longitude": 127.29023798268373,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "옛날칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "5233600915",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-0626",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8e9ab34e11b7e10d86bf",
+ "label": "옛날칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8e9ab34e11b7e10d86bf-history",
+ "label": "옛날칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14528",
+ "name": "까페시모 우만점",
+ "businessName": "까페시모 우만점",
+ "categorySlug": "other-food",
+ "address": "경기도 수원시 팔달구 경수대로656번길 37-22 (우만동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.28563203757849,
+ "longitude": 127.02975069485917,
+ "representativePriceAmount": 2900,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-304-0307 / 영업시간: 09:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c12ccc64e732c15fb3c6",
+ "label": "아메리카노",
+ "amount": 2900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b3c037742f241acb148d",
+ "label": "카페라떼",
+ "amount": 3700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c12ccc64e732c15fb3c6-history",
+ "label": "아메리카노",
+ "amount": 2900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b3c037742f241acb148d-history",
+ "label": "카페라떼",
+ "amount": 3700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14526",
+ "name": "꼼빠도르",
+ "businessName": "꼼빠도르",
+ "categorySlug": "bakery",
+ "address": "경기도 수원시 팔달구 정조로 797-2 (팔달로2가) 101, 102호",
+ "district": "경기도 수원시",
+ "latitude": 37.279316026053095,
+ "longitude": 127.01637087798076,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-243-0588 / 영업시간: 08:00~23:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "393b5e2b7035fd37d6b8",
+ "label": "팥빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e023ccfd5df8d23acd8b",
+ "label": "아메리카노",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "393b5e2b7035fd37d6b8-history",
+ "label": "팥빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e023ccfd5df8d23acd8b-history",
+ "label": "아메리카노",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3367",
+ "name": "꽃씨미용실",
+ "businessName": "꽃씨미용실",
+ "categorySlug": "beauty",
+ "address": "경기도 수원시 권선구 금호로15번길12 (금곡동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2692497847657,
+ "longitude": 126.953624838044,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-297-6106 / 영업시간: 10:00~19:00 (첫째, 셋째 일요일, 둘째,넷째 화요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "951e63c163567473259a",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "951e63c163567473259a-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15303",
+ "name": "남문건강제분소",
+ "businessName": "남문건강제분소",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 팔달구 창룡대로26번길 42-7 (남수동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.28002458529435,
+ "longitude": 127.0188847877665,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "콩나물국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-241-8002 / 영업시간: 09:00~21:00 화요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e4166fabea6e8b8229a7",
+ "label": "콩나물국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f9821c6901d3e9c45004",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "488afc84183a91d07510",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "96eab12924a0fb14f46a",
+ "label": "순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e4166fabea6e8b8229a7-history",
+ "label": "콩나물국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f9821c6901d3e9c45004-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "488afc84183a91d07510-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "96eab12924a0fb14f46a-history",
+ "label": "순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10304",
+ "name": "낭만국시",
+ "businessName": "낭만국시",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 명동길29번길 3 (죽림동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8781171202343,
+ "longitude": 127.725962552609,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국시",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국시 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-252-6255 / 영업시간: 10:00 - 18:00 라스트오더 17:30 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "751668ef606b1ac02aad",
+ "label": "칼국시",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0771aac23c5ade21f90e",
+ "label": "잔치국시",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2c39310e2e26d6a19f6f",
+ "label": "비빔국시",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "751668ef606b1ac02aad-history",
+ "label": "칼국시",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0771aac23c5ade21f90e-history",
+ "label": "잔치국시",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2c39310e2e26d6a19f6f-history",
+ "label": "비빔국시",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4354",
+ "name": "누이네",
+ "businessName": "누이네",
+ "categorySlug": "japanese",
+ "address": "강원특별자치도 춘천시 영서로2279번길 25 (온의동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8628068929099,
+ "longitude": 127.720326390422,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "회덮밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 회덮밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-251-2261 / 영업시간: 11:30 21:00 매달 2, 4번째 일요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ace69905acad0bbab5c3",
+ "label": "회덮밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6c616a8382253184d272",
+ "label": "알탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4688354b55ddad95947a",
+ "label": "구이백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ace69905acad0bbab5c3-history",
+ "label": "회덮밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6c616a8382253184d272-history",
+ "label": "알탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4688354b55ddad95947a-history",
+ "label": "구이백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4327",
+ "name": "달콤한게으름",
+ "businessName": "달콤한게으름",
+ "categorySlug": "other-food",
+ "address": "강원특별자치도 춘천시 신북읍 신샘밭로 502 달콤한게으름",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.9295512271344,
+ "longitude": 127.765130880111,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1359-7877 / 영업시간: 매일 11:00 - 19:30 라스트오더 19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "59c64e68c76af501daeb",
+ "label": "아메리카노",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b051f9997a67624f5bf9",
+ "label": "아이스티",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "840a24c2af32ddbfb655",
+ "label": "얼그레이",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "59c64e68c76af501daeb-history",
+ "label": "아메리카노",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b051f9997a67624f5bf9-history",
+ "label": "아이스티",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "840a24c2af32ddbfb655-history",
+ "label": "얼그레이",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18315",
+ "name": "닭갈비짱",
+ "businessName": "닭갈비짱",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 스무숲1길 38-9 -",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8492683443013,
+ "longitude": 127.750878159251,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "특선 도시락",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 특선 도시락 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-261-3688",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "05516091ff2faa9f178c",
+ "label": "특선 도시락",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4111dc51498daccc6580",
+ "label": "냉동 삼겹살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7954571b2e15a7f02521",
+ "label": "대패 삼겹살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "05516091ff2faa9f178c-history",
+ "label": "특선 도시락",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4111dc51498daccc6580-history",
+ "label": "냉동 삼겹살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7954571b2e15a7f02521-history",
+ "label": "대패 삼겹살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16059",
+ "name": "그레이스 칼국수",
+ "businessName": "그레이스 칼국수",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 상당구 남일면 효촌송암길 18-11 1층 103호",
+ "district": "충청북도 청주시",
+ "latitude": 36.58914562523452,
+ "longitude": 127.50987272855514,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-288-1932 / 영업시간: 영업 10:30 - 15:00 14:30 라스트오더",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c27c37310072791440fb",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c27c37310072791440fb-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4746",
+ "name": "금와가든",
+ "businessName": "금와가든",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 팔결로 66 (주중동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6890862826954,
+ "longitude": 127.482711215662,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-211-8660 / 영업시간: 매일 11:30-21:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d41df5501e8462705fa8",
+ "label": "한식뷔페",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "514552fef1f075725c4c",
+ "label": "돼지고기 김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d41df5501e8462705fa8-history",
+ "label": "한식뷔페",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "514552fef1f075725c4c-history",
+ "label": "돼지고기 김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16069",
+ "name": "기쁨가득 엄마밥상",
+ "businessName": "기쁨가득 엄마밥상",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 흥덕구 사운로190번길 1 (운천동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.64618197563589,
+ "longitude": 127.47854183832706,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d10fa185c4111ed3f338",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "29dd0404ebb25a96757b",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d10fa185c4111ed3f338-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "29dd0404ebb25a96757b-history",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15849",
+ "name": "김진헤어",
+ "businessName": "김진헤어",
+ "categorySlug": "beauty",
+ "address": "충청북도 청주시 흥덕구 증안로 44 (복대동) 2층",
+ "district": "충청북도 청주시",
+ "latitude": 36.63652312339393,
+ "longitude": 127.42812791746137,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-239-4129",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "32efda9dfa42915a3c5a",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "32efda9dfa42915a3c5a-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19313",
+ "name": "깨돌이김밥",
+ "businessName": "깨돌이김밥",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 각원사길 52 (안서동) 깨돌이김밥",
+ "district": "충청남도 천안시",
+ "latitude": 36.830711862714494,
+ "longitude": 127.1776761133309,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1420-7277",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e6646b5b885e609b83d4",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e6646b5b885e609b83d4-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18220",
+ "name": "만족",
+ "businessName": "만족",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 안터6길 41 (서신동) 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8300315070019,
+ "longitude": 127.11645550914488,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1358-5650 / 영업시간: 10:30~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4f6ad6b8aeba8882a119",
+ "label": "비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4f6ad6b8aeba8882a119-history",
+ "label": "비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5425",
+ "name": "맛자랑 팥고향집",
+ "businessName": "맛자랑 팥고향집",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 서학로 32-4",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8093835840183,
+ "longitude": 127.152905612703,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-231-0993",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5ddd346193ead1403888",
+ "label": "손칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3a64512ae4b163d91457",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f76b70ac7411791853bc",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "26ac6b25d3fa63898b9a",
+ "label": "비빔냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "48c5cfdca728f63d79ae",
+ "label": "새알팥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6edb1760271046232b96",
+ "label": "열무냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7342ff9bb3ff4d3efc0b",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0a073ee47d85b1d84a2e",
+ "label": "팥칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5ddd346193ead1403888-history",
+ "label": "손칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3a64512ae4b163d91457-history",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f76b70ac7411791853bc-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "26ac6b25d3fa63898b9a-history",
+ "label": "비빔냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "48c5cfdca728f63d79ae-history",
+ "label": "새알팥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6edb1760271046232b96-history",
+ "label": "열무냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7342ff9bb3ff4d3efc0b-history",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0a073ee47d85b1d84a2e-history",
+ "label": "팥칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5419",
+ "name": "명보헤어",
+ "businessName": "명보헤어",
+ "categorySlug": "beauty",
+ "address": "전북특별자치도 전주시 완산구 팔달로 101-26",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8123674581985,
+ "longitude": 127.148537758879,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-282-1643 / 영업시간: 월-토 10:00-19:00 (일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "40adc52430bed74b804a",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "40adc52430bed74b804a-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18209",
+ "name": "바다미용샵",
+ "businessName": "바다미용샵",
+ "categorySlug": "beauty",
+ "address": "전북특별자치도 전주시 완산구 영경1길 21 (중화산동2가) 우성근영타운상가 1-101",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.81809189327877,
+ "longitude": 127.12518062331628,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트(학생)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(학생) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-223-8840 / 영업시간: 09:00~19:00 / 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "846c5f93ac02c15bc985",
+ "label": "커트(학생)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "846c5f93ac02c15bc985-history",
+ "label": "커트(학생)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15151",
+ "name": "몽헤어갤러리",
+ "businessName": "몽헤어갤러리",
+ "categorySlug": "beauty",
+ "address": "전라남도 목포시 산정로 211 (용당동) 몽헤어갤러리",
+ "district": "전라남도 목포시",
+ "latitude": 34.80675654469635,
+ "longitude": 126.38939338794059,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "학생커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 학생커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-276-0479",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fd7465cbf63d5ce69aae",
+ "label": "학생커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fd7465cbf63d5ce69aae-history",
+ "label": "학생커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15141",
+ "name": "미달이네집밥",
+ "businessName": "미달이네집밥",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 용당로 52 (산정동) 미달이네집밥",
+ "district": "전라남도 목포시",
+ "latitude": 34.79223219163826,
+ "longitude": 126.40229481607567,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-244-0222",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "308b1dc7aedb92d05068",
+ "label": "한식뷔페",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "308b1dc7aedb92d05068-history",
+ "label": "한식뷔페",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10507",
+ "name": "백련가정식백반",
+ "businessName": "백련가정식백반",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 백년대로 83 (용당동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7993153187521,
+ "longitude": 126.398708002647,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "고등어구이백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고등어구이백반 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-281-3931",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7fe6bed28d1e3429824b",
+ "label": "고등어구이백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0c344ea2e2d595dc43e3",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7fe6bed28d1e3429824b-history",
+ "label": "고등어구이백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0c344ea2e2d595dc43e3-history",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6388",
+ "name": "고향식당",
+ "businessName": "고향식당",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 오천읍 세계길 34-2 고향식당",
+ "district": "경상북도 포항시",
+ "latitude": 35.9651038865803,
+ "longitude": 129.415954040359,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-291-5806 / 영업시간: 5시 30분~17시 (브레이크타임 14시30분~17시) 명절 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "74015a8b72777526b52c",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b3afd5378138bfdcfd6b",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "74015a8b72777526b52c-history",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b3afd5378138bfdcfd6b-history",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16132",
+ "name": "공원분식",
+ "businessName": "공원분식",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 북구 환호공원길 19-1 (환호동) 공원분식",
+ "district": "경상북도 포항시",
+ "latitude": 36.06805492716173,
+ "longitude": 129.3918551381414,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-242-9337",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "37a5cfb5aea0128d0cff",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "be65fe5e71e17e07df73",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "37a5cfb5aea0128d0cff-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "be65fe5e71e17e07df73-history",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6428",
+ "name": "곽헤어뷰티",
+ "businessName": "곽헤어뷰티",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 북구 장량중앙로65번길 18-1 (양덕동) 1층",
+ "district": "경상북도 포항시",
+ "latitude": 36.09024160303488,
+ "longitude": 129.3898774029156,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "남자커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남자커트 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1449-1250",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5e910dff72088d32f430",
+ "label": "남자커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e29d82a25317fb61f503",
+ "label": "여자커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5e910dff72088d32f430-history",
+ "label": "남자커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e29d82a25317fb61f503-history",
+ "label": "여자커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15582",
+ "name": "낙지엔닭갈비",
+ "businessName": "낙지엔닭갈비",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 내서읍 중리상곡로 77 101호",
+ "district": "경상남도 창원시",
+ "latitude": 35.24768918750772,
+ "longitude": 128.50844422463186,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "낙지비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 낙지비빔밥 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-231-3217",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5a4de9a27ba2b32af2ef",
+ "label": "낙지비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5a4de9a27ba2b32af2ef-history",
+ "label": "낙지비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10579",
+ "name": "남양스튜디오",
+ "businessName": "남양스튜디오",
+ "categorySlug": "other-service",
+ "address": "경상남도 창원시 마산합포구 장장군로 31-23 (장군동4가)",
+ "district": "경상남도 창원시",
+ "latitude": 35.1971042919322,
+ "longitude": 128.565386781544,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "가족사진",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 가족사진 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-245-0548 / 영업시간: 월~금 : 09:00~17:00 토 : 10:00~14:00 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0f3671e4a445390d71a6",
+ "label": "가족사진",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0f3671e4a445390d71a6-history",
+ "label": "가족사진",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15129",
+ "name": "남원식당",
+ "businessName": "남원식당",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 의창구 도계로83번길 6-24 (도계동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.25676280757884,
+ "longitude": 128.6403988733871,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "가정식 백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식 백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-238-0517",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ed8010247b41922f5e19",
+ "label": "가정식 백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eb8df1eddebc4719c5ea",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8fac1bdb8ce3bec3270f",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d1f5c6f74863baf32cf1",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ed8010247b41922f5e19-history",
+ "label": "가정식 백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eb8df1eddebc4719c5ea-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8fac1bdb8ce3bec3270f-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d1f5c6f74863baf32cf1-history",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17648",
+ "name": "뉴헤어라인 이용원",
+ "businessName": "뉴헤어라인 이용원",
+ "categorySlug": "barber",
+ "address": "경상남도 창원시 진해구 제황로 83-1 (충무동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.15172782098772,
+ "longitude": 128.66680204776503,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "남성커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 남성커트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1405-1427",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2fdf97762dd7ec37d164",
+ "label": "남성커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "791e159366a70c60d39e",
+ "label": "70세 이상 커드",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c2f0a8eb36e5dc2fd22b",
+ "label": "청소년 커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2fdf97762dd7ec37d164-history",
+ "label": "남성커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "791e159366a70c60d39e-history",
+ "label": "70세 이상 커드",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c2f0a8eb36e5dc2fd22b-history",
+ "label": "청소년 커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7068",
+ "name": "귀빈반점",
+ "businessName": "귀빈반점",
+ "categorySlug": "chinese",
+ "address": "제주특별자치도 제주시 정원로 53-1 (노형동)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4771339388759,
+ "longitude": 126.47755224554,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-749-3080 / 영업시간: 19:15에라스트오더 19시15분에라스트오더 목 10:00-19:30 19:15라스트오더 금 10:00-19:30 19:15라스트오더 토 10:00-19:30 19:15라스트오더 일 정기휴무(매주일요일) 월 10:00-19:30 19:15라스트오더 화 10:00-19:30 19:15라스트오더 수 10:00-19:30 19:15라스트오더",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3255eb85ffb83365cdf6",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5f1f828c55e5cb838837",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4122038c540974b7c625",
+ "label": "고기짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a479919e533e019ac74d",
+ "label": "짜장밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "035f3bb1b783447e5c4f",
+ "label": "짬뽕밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3255eb85ffb83365cdf6-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5f1f828c55e5cb838837-history",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4122038c540974b7c625-history",
+ "label": "고기짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a479919e533e019ac74d-history",
+ "label": "짜장밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "035f3bb1b783447e5c4f-history",
+ "label": "짬뽕밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11423",
+ "name": "금악 똣똣라면",
+ "businessName": "금악 똣똣라면",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 한림읍 금악로 18",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.3586559057476,
+ "longitude": 126.296620943982,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "똣똣라면(오리지널)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 똣똣라면(오리지널) 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c9f40e1c42381560a249",
+ "label": "똣똣라면(오리지널)",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5dde784b339aec88659d",
+ "label": "똣똣라면(순한맛)",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c9f40e1c42381560a249-history",
+ "label": "똣똣라면(오리지널)",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5dde784b339aec88659d-history",
+ "label": "똣똣라면(순한맛)",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17999",
+ "name": "금악리자양식당",
+ "businessName": "금악리자양식당",
+ "categorySlug": "chinese",
+ "address": "제주특별자치도 제주시 한림읍 금악로 18 자양식당",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.35865254119738,
+ "longitude": 126.29662954404655,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "닭짬뽕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 닭짬뽕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-7163-3544",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8e7fb0fb36592123c972",
+ "label": "닭짬뽕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8e7fb0fb36592123c972-history",
+ "label": "닭짬뽕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14004",
+ "name": "서울식당",
+ "businessName": "서울식당",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 창신길 50 (창신동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57383386363352,
+ "longitude": 127.01070027218017,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-764-7587 / 영업시간: 10:00-20:00(일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "830940aae72c16d83a2d",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4e55d00ce953b9ddeb9f",
+ "label": "된장찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "830940aae72c16d83a2d-history",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4e55d00ce953b9ddeb9f-history",
+ "label": "된장찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13892",
+ "name": "세종커피",
+ "businessName": "세종커피",
+ "categorySlug": "other-food",
+ "address": "서울특별시 종로구 세종대로23길 54 (당주동) 지하1층 26호",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57183953065674,
+ "longitude": 126.97328450326039,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "테이크아웃 시 예쁜 캔에 실링하여 편하게 가지고 가실 수 있도록 포장해드립니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-5827-9542 / 영업시간: 영업시간 : 월~금 06:00 ~ 15:00 / 토 06:00 ~ 13:00 휴무일 : 일요일, 공휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "aebe8bb4831474a64dc6",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5b76cbc9342d19e56ac5",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d75fa438dc234fc55a4b",
+ "label": "에이드/스무디",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "aebe8bb4831474a64dc6-history",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5b76cbc9342d19e56ac5-history",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d75fa438dc234fc55a4b-history",
+ "label": "에이드/스무디",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1637",
+ "name": "미도리우동",
+ "businessName": "미도리우동",
+ "categorySlug": "japanese",
+ "address": "부산광역시 중구 흑교로 45번길 10-1 (보수동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1036985758005,
+ "longitude": 129.024128409662,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "유부초밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 유부초밥 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-8246 / 영업시간: 10:30 - 15:00, 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0dd8eea8d696633292eb",
+ "label": "유부초밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5ea365b83b6a80f89238",
+ "label": "우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "432af4dcd26e1381275b",
+ "label": "모밀국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0dd8eea8d696633292eb-history",
+ "label": "유부초밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5ea365b83b6a80f89238-history",
+ "label": "우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "432af4dcd26e1381275b-history",
+ "label": "모밀국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17051",
+ "name": "미향장어탕",
+ "businessName": "미향장어탕",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 남포길 45-1 (남포동2가) 1층",
+ "district": "부산광역시 중구",
+ "latitude": 35.09811695918981,
+ "longitude": 129.03373733333655,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "장어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1430-2452",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "21b813ee10539f5b6b97",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "05698e2d28ba78dd1ff7",
+ "label": "물냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0ece2db7189f0014c1a1",
+ "label": "비빔냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "21b813ee10539f5b6b97-history",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "05698e2d28ba78dd1ff7-history",
+ "label": "물냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0ece2db7189f0014c1a1-history",
+ "label": "비빔냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14624",
+ "name": "예원생선구이",
+ "businessName": "예원생선구이",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 동덕로 114-12 (삼덕동2가) 1층",
+ "district": "대구광역시 중구",
+ "latitude": 35.8646330747017,
+ "longitude": 128.60381216563215,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "고등어구이 정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고등어구이 정식 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-421-4440 / 영업시간: 평일 10:30 - 20:00 15:00 - 16:00 브레이크타임 19:30 라스트오더 (토, 일 정기휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ccf2862d7c44ba120557",
+ "label": "고등어구이 정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "60ca412b5c6768262dea",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4ba5de9dd196b0d9096b",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ccf2862d7c44ba120557-history",
+ "label": "고등어구이 정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "60ca412b5c6768262dea-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4ba5de9dd196b0d9096b-history",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15358",
+ "name": "옛고을",
+ "businessName": "옛고을",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 달구벌대로 2197-39 (삼덕동2가) 옛고을식당",
+ "district": "대구광역시 중구",
+ "latitude": 35.86464415410117,
+ "longitude": 128.60349499293326,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "제육덮밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육덮밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-427-8503",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "971d2201e466cfc873b7",
+ "label": "제육덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "00bf1ea43be2559b2a81",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "971d2201e466cfc873b7-history",
+ "label": "제육덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "00bf1ea43be2559b2a81-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10074",
+ "name": "옛날국수",
+ "businessName": "옛날국수",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 중앙대로 439 향촌동",
+ "district": "대구광역시 중구",
+ "latitude": 35.8724146556383,
+ "longitude": 128.594100102946,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-256-1221",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bac684aa9229002191a1",
+ "label": "잔치국수",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "11e6b304423b06b51aa1",
+ "label": "연탄불고기(1/2)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bac684aa9229002191a1-history",
+ "label": "잔치국수",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "11e6b304423b06b51aa1-history",
+ "label": "연탄불고기(1/2)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17977",
+ "name": "와래이수제꼬치전문점",
+ "businessName": "와래이수제꼬치전문점",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 달구벌대로450길 16-6 (대봉동) 달구벌대로450길 16-6",
+ "district": "대구광역시 중구",
+ "latitude": 35.86127644033642,
+ "longitude": 128.60713054755325,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "닭꼬치",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭꼬치 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-254-1553",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "597e56444a8edbd0b616",
+ "label": "닭꼬치",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "901440c19185c8c9a7fb",
+ "label": "염통꼬치(8pcs)",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "597e56444a8edbd0b616-history",
+ "label": "닭꼬치",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "901440c19185c8c9a7fb-history",
+ "label": "염통꼬치(8pcs)",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2234",
+ "name": "신신분식",
+ "businessName": "신신분식",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 자유공원로27번길 1 (내동)",
+ "district": "인천광역시 중구",
+ "latitude": 37.475111739177,
+ "longitude": 126.627848403961,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "우동",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-762-0992 / 영업시간: 11:00~16:00 정기휴무(화요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "86af0e63ff25026bf1be",
+ "label": "우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "86af0e63ff25026bf1be-history",
+ "label": "우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2225",
+ "name": "신포대패",
+ "businessName": "신포대패",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 개항로 23 (관동3가)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4719246800065,
+ "longitude": 126.625275097774,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "신포대패(120g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 신포대패(120g) 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-5237 / 영업시간: 16:00~01:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3c524898e96b91558a54",
+ "label": "신포대패(120g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "207a1dad1c0c2af09497",
+ "label": "냉동삼겹(120g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3c524898e96b91558a54-history",
+ "label": "신포대패(120g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "207a1dad1c0c2af09497-history",
+ "label": "냉동삼겹(120g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2235",
+ "name": "신포화로구이",
+ "businessName": "신포화로구이",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 신포로 27번길 16 (관동3가)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4719823087487,
+ "longitude": 126.624610999499,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-0099 / 영업시간: 11:30~23:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1425fa97eed209cdb448",
+ "label": "김치찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c9773354e1b10224b0e1",
+ "label": "양푼비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1425fa97eed209cdb448-history",
+ "label": "김치찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c9773354e1b10224b0e1-history",
+ "label": "양푼비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2226",
+ "name": "신흥숯불갈비",
+ "businessName": "신흥숯불갈비",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 서해대로454번길 14-2 (선화동)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4656929791796,
+ "longitude": 126.636120369468,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-883-7717 / 영업시간: 10:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4c4bb3eb690ec16c2d60",
+ "label": "냉면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4c4bb3eb690ec16c2d60-history",
+ "label": "냉면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2266",
+ "name": "밥s",
+ "businessName": "밥s",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 지산로 21 (지산동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1460563034625,
+ "longitude": 126.931121713111,
+ "representativePriceAmount": 4500,
+ "representativePriceLabel": "돈가스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 4,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-222-2838 / 영업시간: 11:00-20:30 휴일 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6136b6929e51c959155d",
+ "label": "돈가스",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d6867df1620da57623e0",
+ "label": "치즈돈가스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a597f42336e5d96b7b20",
+ "label": "도리아(치킨 해물 김치 피자)",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ef0be6f803895d3d6426",
+ "label": "돈까스",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "342f62f8f63391446790",
+ "label": "치즈돈까스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a01cf777fefe2a904b13",
+ "label": "치킨·해물·김치·피자 도리아",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6136b6929e51c959155d-history",
+ "label": "돈가스",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d6867df1620da57623e0-history",
+ "label": "치즈돈가스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a597f42336e5d96b7b20-history",
+ "label": "도리아(치킨 해물 김치 피자)",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ef0be6f803895d3d6426-history",
+ "label": "돈까스",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "342f62f8f63391446790-history",
+ "label": "치즈돈까스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a01cf777fefe2a904b13-history",
+ "label": "치킨·해물·김치·피자 도리아",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10138",
+ "name": "삼미관",
+ "businessName": "삼미관",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 백서로189번길 14-32 (서석동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1458043478303,
+ "longitude": 126.924281394451,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "간짜장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 간짜장 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-227-0391 / 영업시간: 월-토 11:00~15:00 휴무일 일요일, 공휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cfc2a6194cfcd3eb49bd",
+ "label": "간짜장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d96115f5ed37a3094072",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "890a2b70ed4f0a4afea8",
+ "label": "짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cfc2a6194cfcd3eb49bd-history",
+ "label": "간짜장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d96115f5ed37a3094072-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "890a2b70ed4f0a4afea8-history",
+ "label": "짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2530",
+ "name": "머리카락&피부샵",
+ "businessName": "머리카락&피부샵",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 동서대로 1692번길 153 (성남동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3424896102607,
+ "longitude": 127.438366074824,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "미용료(여자커트)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(여자커트) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:00 ~ 20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fcaeeb63d33b42d5a28b",
+ "label": "미용료(여자커트)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "810a84ac80c50de48b41",
+ "label": "커트(성인 일반)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fcaeeb63d33b42d5a28b-history",
+ "label": "미용료(여자커트)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "810a84ac80c50de48b41-history",
+ "label": "커트(성인 일반)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16081",
+ "name": "메밀고개 시골막국수",
+ "businessName": "메밀고개 시골막국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 판교3길 3 (판암동) 메밀고개 시골막국수",
+ "district": "대전광역시 동구",
+ "latitude": 36.31841600671825,
+ "longitude": 127.45230275069078,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "메밀만두",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 메밀만두 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-274-7787 / 영업시간: 11:00~15:00 / 매주 월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "97255311643d762b605b",
+ "label": "메밀만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eeb9b4250141c8552383",
+ "label": "물막국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "88d4d07894265b8a6606",
+ "label": "비빔막국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5506f93d282204b45f93",
+ "label": "들깨수제비",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "343123752f9a077f538e",
+ "label": "수제왕돈까스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "97255311643d762b605b-history",
+ "label": "메밀만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eeb9b4250141c8552383-history",
+ "label": "물막국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "88d4d07894265b8a6606-history",
+ "label": "비빔막국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5506f93d282204b45f93-history",
+ "label": "들깨수제비",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "343123752f9a077f538e-history",
+ "label": "수제왕돈까스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16083",
+ "name": "명동만두",
+ "businessName": "명동만두",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 중앙로203번길 15 (중동) 약수식당",
+ "district": "대전광역시 동구",
+ "latitude": 36.331539175383156,
+ "longitude": 127.43111599831819,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-256-0444 / 영업시간: 08:00~21:00 / 매주 일요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c50ae2d299a22b770fb6",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d612c941b5afb28cbb55",
+ "label": "갈비탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "308a680d766079f9851c",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "311e61c2b9f273ffde5b",
+ "label": "콩나물국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c8ea766fc76a33962432",
+ "label": "고기만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac610a1e3a8e55b14c7d",
+ "label": "김치만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ece6a8e8eaa8524af341",
+ "label": "해물라면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fb2169ecf96f3fbec687",
+ "label": "육개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4370c9fb015d10957f20",
+ "label": "손만두국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "882daae7dceca67a1b86",
+ "label": "떡만두국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c50ae2d299a22b770fb6-history",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d612c941b5afb28cbb55-history",
+ "label": "갈비탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "308a680d766079f9851c-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "311e61c2b9f273ffde5b-history",
+ "label": "콩나물국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c8ea766fc76a33962432-history",
+ "label": "고기만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac610a1e3a8e55b14c7d-history",
+ "label": "김치만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ece6a8e8eaa8524af341-history",
+ "label": "해물라면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fb2169ecf96f3fbec687-history",
+ "label": "육개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4370c9fb015d10957f20-history",
+ "label": "손만두국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "882daae7dceca67a1b86-history",
+ "label": "떡만두국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2545",
+ "name": "미가칼국수",
+ "businessName": "미가칼국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 백룡로 3 (자양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3365141375393,
+ "longitude": 127.447715649929,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-621-7533 / 영업시간: 11:00 ~ 15:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a2fbf71b41db68773f98",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5678b4d0b4e5f8abb3e3",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2361f79e49285ec49000",
+ "label": "양푼이 비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f8cfcf148953e283f06c",
+ "label": "칼제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a2fbf71b41db68773f98-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5678b4d0b4e5f8abb3e3-history",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2361f79e49285ec49000-history",
+ "label": "양푼이 비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f8cfcf148953e283f06c-history",
+ "label": "칼제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2995",
+ "name": "엄마네뷔페",
+ "businessName": "엄마네뷔페",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 당산4길 22 (우정동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5537031836629,
+ "longitude": 129.310593372233,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 정기휴무(매주 일요일 오후) 08:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b58d6aa93223736e0c1a",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "82e599b443c7424b8ca9",
+ "label": "삼겹살(120g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b58d6aa93223736e0c1a-history",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "82e599b443c7424b8ca9-history",
+ "label": "삼겹살(120g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16557",
+ "name": "에뜨왈베이커리",
+ "businessName": "에뜨왈베이커리",
+ "categorySlug": "bakery",
+ "address": "울산광역시 중구 화합로 492-1 (복산동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.5679065905029,
+ "longitude": 129.33295718527037,
+ "representativePriceAmount": 1200,
+ "representativePriceLabel": "단팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 1,200원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-227-8388 / 영업시간: 월~금 09:00~22:30 토 12:00~22:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "78580876c5b89eb11ad0",
+ "label": "단팥빵",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "79c7ebef2540ba79e16b",
+ "label": "소보루빵",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "78580876c5b89eb11ad0-history",
+ "label": "단팥빵",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "79c7ebef2540ba79e16b-history",
+ "label": "소보루빵",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11677",
+ "name": "옥교국밥",
+ "businessName": "옥교국밥",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 중앙시장길 2-5 (옥교동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5550846130913,
+ "longitude": 129.322138841423,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "돼지국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-245-1163",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "aca3f745e94361f51d8f",
+ "label": "돼지국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "aca3f745e94361f51d8f-history",
+ "label": "돼지국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2996",
+ "name": "유가냉면",
+ "businessName": "유가냉면",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 먹자거리 12 (성남동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5545078517398,
+ "longitude": 129.320075389132,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "물냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-258-6696 / 영업시간: 11:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d83cde0a7c9287fcab3d",
+ "label": "물냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "568b249cfe73386e6316",
+ "label": "비빔냉면",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d83cde0a7c9287fcab3d-history",
+ "label": "물냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "568b249cfe73386e6316-history",
+ "label": "비빔냉면",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10183",
+ "name": "세종세탁 명품",
+ "businessName": "세종세탁 명품",
+ "categorySlug": "laundry",
+ "address": "세종특별자치시 만남로 190 상가 203호",
+ "district": "세종특별자치시 만남로",
+ "latitude": 36.5170635630589,
+ "longitude": 127.241017466402,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "이불",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 이불 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-864-2226",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "16fca95d5bf03bc33bf6",
+ "label": "이불",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8cc85838e93e0a2893c1",
+ "label": "정장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "16fca95d5bf03bc33bf6-history",
+ "label": "이불",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8cc85838e93e0a2893c1-history",
+ "label": "정장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10168",
+ "name": "송덕이용원",
+ "businessName": "송덕이용원",
+ "categorySlug": "barber",
+ "address": "세종특별자치시 전동면 금이로 266",
+ "district": "세종특별자치시 전동면",
+ "latitude": 36.6302394683097,
+ "longitude": 127.260476864844,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "조발",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 조발 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-1488",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b65a37608da6a8e24445",
+ "label": "조발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d1db79db0f0b7ce5cb75",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b65a37608da6a8e24445-history",
+ "label": "조발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d1db79db0f0b7ce5cb75-history",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10196",
+ "name": "스페이스",
+ "businessName": "스페이스",
+ "categorySlug": "western",
+ "address": "세종특별자치시 한누리대로 311 110호~111호",
+ "district": "세종특별자치시 한누리대로",
+ "latitude": 36.492070617908,
+ "longitude": 127.255836690696,
+ "representativePriceAmount": 9900,
+ "representativePriceLabel": "갈릭누들파스타",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 갈릭누들파스타 9,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-863-1122",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1fe89e56e0a7ce8d8911",
+ "label": "갈릭누들파스타",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1fe89e56e0a7ce8d8911-history",
+ "label": "갈릭누들파스타",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10186",
+ "name": "시장감자탕",
+ "businessName": "시장감자탕",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 조치원읍 조치원로 30-8 101호",
+ "district": "세종특별자치시 조치원읍",
+ "latitude": 36.6012589737358,
+ "longitude": 127.300019359062,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "뼈해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뼈해장국 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-6513",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2c8c36853a41b93faaaa",
+ "label": "뼈해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d41544045b8a3d54de98",
+ "label": "콩나물해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2c8c36853a41b93faaaa-history",
+ "label": "뼈해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d41544045b8a3d54de98-history",
+ "label": "콩나물해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15882",
+ "name": "냉삼집",
+ "businessName": "냉삼집",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 영통로214번길 9 (영통동) 106호",
+ "district": "경기도 수원시",
+ "latitude": 37.246578887390704,
+ "longitude": 127.05763865693096,
+ "representativePriceAmount": 9900,
+ "representativePriceLabel": "급랭삼겹살(200g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 급랭삼겹살(200g) 9,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-206-3389",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "18b4012f8a2dba791d3a",
+ "label": "급랭삼겹살(200g)",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "01954e678a6c4c9cccf3",
+ "label": "차돌된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a549238239c91339deba",
+ "label": "계란찜",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "18b4012f8a2dba791d3a-history",
+ "label": "급랭삼겹살(200g)",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "01954e678a6c4c9cccf3-history",
+ "label": "차돌된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a549238239c91339deba-history",
+ "label": "계란찜",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3419",
+ "name": "논골손칼국수",
+ "businessName": "논골손칼국수",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 장안구 장안로75번길 52-2 102호(정자동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2903281507546,
+ "longitude": 127.000141983781,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-252-9696 / 영업시간: 10:30~19:00 화요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "069e23b5a12414009833",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9a547388375aa41f09b2",
+ "label": "만둣국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "069e23b5a12414009833-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9a547388375aa41f09b2-history",
+ "label": "만둣국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17117",
+ "name": "늘하얀세탁소",
+ "businessName": "늘하얀세탁소",
+ "categorySlug": "laundry",
+ "address": "경기도 수원시 팔달구 화양로68번길 61 (화서동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.28181847804219,
+ "longitude": 126.99725940969884,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "드라이클리닝(신사복)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이클리닝(신사복) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-242-5554 / 영업시간: 08:00~20:00 / 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5d4f9b0d6264a9e79e8d",
+ "label": "드라이클리닝(신사복)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4bc573741c3f7ac8b5a3",
+ "label": "수선료(바지밑단)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5d4f9b0d6264a9e79e8d-history",
+ "label": "드라이클리닝(신사복)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4bc573741c3f7ac8b5a3-history",
+ "label": "수선료(바지밑단)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3401",
+ "name": "닛시헤어필",
+ "businessName": "닛시헤어필",
+ "categorySlug": "beauty",
+ "address": "경기도 수원시 장안구 파장로21번길 27 (송죽동)",
+ "district": "경기도 수원시",
+ "latitude": 37.3033791048968,
+ "longitude": 126.997399634911,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-257-1411 / 영업시간: 10:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5bb0af0ea18e2d562304",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5bb0af0ea18e2d562304-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10313",
+ "name": "더밥",
+ "businessName": "더밥",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 춘주로91번길 10 (온의동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.862555029709,
+ "longitude": 127.720541103243,
+ "representativePriceAmount": 8900,
+ "representativePriceLabel": "제육덮밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육덮밥 8,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-242-2178 / 영업시간: 10:00 - 20:00 라스트오더 19:30 * 배달주문시 8,900원",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ad23a47aa3834388560e",
+ "label": "제육덮밥",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "58b4291a3325e385af14",
+ "label": "오므라이스",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4c424c21e47efc2f16a4",
+ "label": "불고기필라프",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ad23a47aa3834388560e-history",
+ "label": "제육덮밥",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "58b4291a3325e385af14-history",
+ "label": "오므라이스",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4c424c21e47efc2f16a4-history",
+ "label": "불고기필라프",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4340",
+ "name": "동네미용실",
+ "businessName": "동네미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 동내면 영서로 1747 1층",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8327701426154,
+ "longitude": 127.761293705291,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-262-3257 / 영업시간: 09:00 - 20:00 휴게시간 12:30 - 13:00 매주 월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "469044ccf4c96da0605b",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "469044ccf4c96da0605b-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10310",
+ "name": "동이만두",
+ "businessName": "동이만두",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 효제길 36 (효자동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8709546627662,
+ "longitude": 127.737049930361,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-3633 / 영업시간: 09:00 - 22:00 생방송투데이 3385회(23.09.22.)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a6e1819c32fc48701a42",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c54d01c1d180ca223f92",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "42fc5b5d5b27fe50374f",
+ "label": "제육볶음",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a6e1819c32fc48701a42-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c54d01c1d180ca223f92-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "42fc5b5d5b27fe50374f-history",
+ "label": "제육볶음",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15783",
+ "name": "꽃돼지댁",
+ "businessName": "꽃돼지댁",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 서원남로20번길 4 (모충동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.6220030068416,
+ "longitude": 127.48577351993595,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "1인보쌈정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 1인보쌈정식 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-295-3423",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6de1595354bd39f2465d",
+ "label": "1인보쌈정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e60fa561e099305d5765",
+ "label": "1인삼겹김치찜",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6de1595354bd39f2465d-history",
+ "label": "1인보쌈정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e60fa561e099305d5765-history",
+ "label": "1인삼겹김치찜",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4687",
+ "name": "나누리장터",
+ "businessName": "나누리장터",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 상당구 쇠내로 69-1 (금천동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6249932875208,
+ "longitude": 127.501521214447,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "장터칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장터칼국수 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 매일 10:00-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4b4d55156223430dbeae",
+ "label": "장터칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8f697746c32510a33280",
+ "label": "바지락칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9c615e2b212f3f1d8315",
+ "label": "떡만두국",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "71352ee06b7140a02e1a",
+ "label": "비빔국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4b4d55156223430dbeae-history",
+ "label": "장터칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8f697746c32510a33280-history",
+ "label": "바지락칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9c615e2b212f3f1d8315-history",
+ "label": "떡만두국",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "71352ee06b7140a02e1a-history",
+ "label": "비빔국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4747",
+ "name": "나성불고기쌈밥",
+ "businessName": "나성불고기쌈밥",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 향군로 51 (우암동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6501623292297,
+ "longitude": 127.485399652549,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-253-3511 / 영업시간: 매일 11:00~21:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "420b234cc7df8cb5a739",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3479badd86901c0c6ee0",
+ "label": "된장백반",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "420b234cc7df8cb5a739-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3479badd86901c0c6ee0-history",
+ "label": "된장백반",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4959",
+ "name": "남성커트오천",
+ "businessName": "남성커트오천",
+ "categorySlug": "barber",
+ "address": "충청남도 천안시 서북구 월봉로 66 (쌍용동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.7964851683758,
+ "longitude": 127.118063685574,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:00~18:00 정기휴무(매주 화, 수요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "94f7f3c1fc4d8eb87add",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "94f7f3c1fc4d8eb87add-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4911",
+ "name": "남성컷트오천냥클럽",
+ "businessName": "남성컷트오천냥클럽",
+ "categorySlug": "barber",
+ "address": "충청남도 천안시 동남구 서부대로 257-3 105호(신방동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.7910983221181,
+ "longitude": 127.128572630944,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-572-5283 / 영업시간: 09:00~20:00 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f7a80cf023fef4fa1feb",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5ec42106ff35d77d26ae",
+ "label": "커트(70세이상)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f7a80cf023fef4fa1feb-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5ec42106ff35d77d26ae-history",
+ "label": "커트(70세이상)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10392",
+ "name": "넘버원 남성컷트",
+ "businessName": "넘버원 남성컷트",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 서북구 두정로 263 (두정동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8334141610709,
+ "longitude": 127.146148378172,
+ "representativePriceAmount": 7700,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,700원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-904-1020 / 영업시간: 09:00~20:00 명절휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "05c7fe5e6f4f8a7d222d",
+ "label": "커트",
+ "amount": 7700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "05c7fe5e6f4f8a7d222d-history",
+ "label": "커트",
+ "amount": 7700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13848",
+ "name": "백운면",
+ "businessName": "백운면",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 덕진구 떡전4길 20-1 (금암동)",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.83744887478051,
+ "longitude": 127.12964026212448,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-277-1007 / 영업시간: 운영시간 - (월요일~금요일) 10:30~19:00(브레이크 타임 15:00-17:00) - (토요일) 10:30 ~ 15:00 - (일요일) 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "90b64341e16932244b5f",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "db664707e014980b9248",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "32d52d173fa9d6123dac",
+ "label": "냉밀면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "df7a134f1aae7fbe1873",
+ "label": "수제 돈가스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "90b64341e16932244b5f-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "db664707e014980b9248-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "32d52d173fa9d6123dac-history",
+ "label": "냉밀면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "df7a134f1aae7fbe1873-history",
+ "label": "수제 돈가스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13852",
+ "name": "백운면아중점",
+ "businessName": "백운면아중점",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 덕진구 가재미로 38 (인후동1가) 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.82849083250596,
+ "longitude": 127.16271510485184,
+ "representativePriceAmount": 5900,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-714-3877 / 영업시간: 운영시간 - (월요일~금요일) 10:30 ~ 19:30 (브레이크 타임 16:00 ~ 17:00) - (토요일) 10:30 ~ 16:00 - (일요일) 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "83de07179908889b9467",
+ "label": "잔치국수",
+ "amount": 5900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4b284365460afdde05d3",
+ "label": "비빔국수",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a52909f7a40ecff6cbe2",
+ "label": "냉밀면",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7906c42d32927271b18a",
+ "label": "등심돈가스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "83de07179908889b9467-history",
+ "label": "잔치국수",
+ "amount": 5900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4b284365460afdde05d3-history",
+ "label": "비빔국수",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a52909f7a40ecff6cbe2-history",
+ "label": "냉밀면",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7906c42d32927271b18a-history",
+ "label": "등심돈가스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5414",
+ "name": "빵굽는나라",
+ "businessName": "빵굽는나라",
+ "categorySlug": "bakery",
+ "address": "전북특별자치도 전주시 완산구 팔달로 263",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8254765184598,
+ "longitude": 127.143901262223,
+ "representativePriceAmount": 1000,
+ "representativePriceLabel": "도너츠(2개)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 도너츠(2개) 1,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-275-2974 / 영업시간: 매일 06:30-20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "66ed61b15f5a8ee71c89",
+ "label": "도너츠(2개)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3ae4644d7c0d6c7107d5",
+ "label": "크림빵(1개)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "66ed61b15f5a8ee71c89-history",
+ "label": "도너츠(2개)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3ae4644d7c0d6c7107d5-history",
+ "label": "크림빵(1개)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5439",
+ "name": "서신정",
+ "businessName": "서신정",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 감나무4길 26",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8317212468129,
+ "longitude": 127.119926240397,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "고등어구이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고등어구이 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-277-3455 / 영업시간: 월~토 11:30-22:00 (휴일 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "196ff6eb3521dc9ae697",
+ "label": "고등어구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0cb7ba9e444ed0953d46",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b9859c41ab517909c607",
+ "label": "제육볶음",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "184639c8ba12d31afaa5",
+ "label": "이상배달)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "196ff6eb3521dc9ae697-history",
+ "label": "고등어구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0cb7ba9e444ed0953d46-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b9859c41ab517909c607-history",
+ "label": "제육볶음",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "184639c8ba12d31afaa5-history",
+ "label": "이상배달)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15145",
+ "name": "복스짜장짬뽕(용해점)",
+ "businessName": "복스짜장짬뽕(용해점)",
+ "categorySlug": "chinese",
+ "address": "전라남도 목포시 대양로 111 (용해동) 복스짜장짬뽕(용해점)",
+ "district": "전라남도 목포시",
+ "latitude": 34.82166789677919,
+ "longitude": 126.39167301998671,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-277-2737",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "74ed96c6204d7d0b83d4",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "74ed96c6204d7d0b83d4-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5609",
+ "name": "삼국지",
+ "businessName": "삼국지",
+ "categorySlug": "chinese",
+ "address": "전라남도 목포시 하당남부로 108 (옥암동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.8022264162699,
+ "longitude": 126.435217612049,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-284-8775 / 영업시간: 11:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "57287162157decfbdbb0",
+ "label": "자장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fe4abe27502504c8bfc8",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d24db216cce9e743c5a9",
+ "label": "간짜장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b19230bf31fea2b04293",
+ "label": "갈비탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6fc8a9170233778ea26f",
+ "label": "곰탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fb7a7c646dedc7cd46b7",
+ "label": "떡국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d120605263662b645376",
+ "label": "떡만두국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "853f8bff341a805cf8d8",
+ "label": "만두국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4141f87ba20ccfe9c704",
+ "label": "볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1abe81fd01dd40f081f0",
+ "label": "볶짜면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9e528a92b98409070588",
+ "label": "볶짬면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e842af80c8cd359a3e71",
+ "label": "사이다 1.25mL",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "40d444c35e66a2e2a478",
+ "label": "사이다 500mL",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eac97474c7f60405023f",
+ "label": "삼선볶음밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e1fd30c04c47c76720ac",
+ "label": "새우볶음밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "85f8a8dde7c5d1304f5c",
+ "label": "우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6b8f18e08a7d5f1ccef9",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fd7b8fa3652a77981a94",
+ "label": "짬뽕밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "364a90efac0606959c6f",
+ "label": "짬짜면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "594aa06e98144d5111fc",
+ "label": "콜라 1.25mL",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4f23a7ba91747661dec6",
+ "label": "콜라 500mL",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "57287162157decfbdbb0-history",
+ "label": "자장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fe4abe27502504c8bfc8-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d24db216cce9e743c5a9-history",
+ "label": "간짜장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b19230bf31fea2b04293-history",
+ "label": "갈비탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6fc8a9170233778ea26f-history",
+ "label": "곰탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fb7a7c646dedc7cd46b7-history",
+ "label": "떡국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d120605263662b645376-history",
+ "label": "떡만두국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "853f8bff341a805cf8d8-history",
+ "label": "만두국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4141f87ba20ccfe9c704-history",
+ "label": "볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1abe81fd01dd40f081f0-history",
+ "label": "볶짜면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9e528a92b98409070588-history",
+ "label": "볶짬면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e842af80c8cd359a3e71-history",
+ "label": "사이다 1.25mL",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "40d444c35e66a2e2a478-history",
+ "label": "사이다 500mL",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eac97474c7f60405023f-history",
+ "label": "삼선볶음밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e1fd30c04c47c76720ac-history",
+ "label": "새우볶음밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "85f8a8dde7c5d1304f5c-history",
+ "label": "우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6b8f18e08a7d5f1ccef9-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fd7b8fa3652a77981a94-history",
+ "label": "짬뽕밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "364a90efac0606959c6f-history",
+ "label": "짬짜면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "594aa06e98144d5111fc-history",
+ "label": "콜라 1.25mL",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4f23a7ba91747661dec6-history",
+ "label": "콜라 500mL",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16968",
+ "name": "서울대중",
+ "businessName": "서울대중",
+ "categorySlug": "chinese",
+ "address": "전남 목포시 소영길 7 (용당동)",
+ "district": "전남 목포시",
+ "latitude": 34.8046888223113,
+ "longitude": 126.395998892103,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "짜장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-276-0242",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "53c8884d0d49f2926e06",
+ "label": "짜장",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a817a7a7e8612f8f9d44",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "53c8884d0d49f2926e06-history",
+ "label": "짜장",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a817a7a7e8612f8f9d44-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5617",
+ "name": "손가네분식",
+ "businessName": "손가네분식",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 남해로 8-1 (산정동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7900774150742,
+ "longitude": 126.396716006428,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-3375",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b487a8fb655a489dfc21",
+ "label": "김밥",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b1325fdcffcc471076f5",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0f5a593522f328cf3b1f",
+ "label": "팥죽",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "28989ea315f0d903d897",
+ "label": "동지죽",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "da43af9d0c2186fc2e6c",
+ "label": "팥칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b487a8fb655a489dfc21-history",
+ "label": "김밥",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b1325fdcffcc471076f5-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0f5a593522f328cf3b1f-history",
+ "label": "팥죽",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "28989ea315f0d903d897-history",
+ "label": "동지죽",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "da43af9d0c2186fc2e6c-history",
+ "label": "팥칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6374",
+ "name": "국수마을",
+ "businessName": "국수마을",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 효자동5번길 10 나동 국수마을",
+ "district": "경상북도 포항시",
+ "latitude": 36.0078387636712,
+ "longitude": 129.329195759208,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 목 11:00-15:00 금 11:00-15:00 토 11:00-15:00 일(12/24) 정기휴무(매달2,4번째일요일) 월 11:00-15:00 화 11:00-15:00 수 11:00-15:00 매달2,4번째일요일정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "452d6dd00d54ae1c3672",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0f7295146e6ba2933806",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ff42ed3c643e620425fd",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "452d6dd00d54ae1c3672-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0f7295146e6ba2933806-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ff42ed3c643e620425fd-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14723",
+ "name": "국시묵자",
+ "businessName": "국시묵자",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 장기면 동해안로 3271-1 -",
+ "district": "경상북도 포항시",
+ "latitude": 35.87906957004322,
+ "longitude": 129.5171647482038,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "73e42d3d50ceb273e862",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4751a8df9cf113cbf16a",
+ "label": "만두국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "73e42d3d50ceb273e862-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4751a8df9cf113cbf16a-history",
+ "label": "만두국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10551",
+ "name": "굿맨",
+ "businessName": "굿맨",
+ "categorySlug": "barber",
+ "address": "경상북도 포항시 북구 아치로 57 상가동 101호 (우현동,화성아파트)",
+ "district": "경상북도 포항시",
+ "latitude": 36.0511457346007,
+ "longitude": 129.355698800567,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4401410467336e218626",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8b583938aa4f0b28ffdf",
+ "label": "학생커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4401410467336e218626-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8b583938aa4f0b28ffdf-history",
+ "label": "학생커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16131",
+ "name": "권민선남성컷",
+ "businessName": "권민선남성컷",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 남구 상공로221번길 28 (해도동) 권민선남성컷",
+ "district": "경상북도 포항시",
+ "latitude": 36.02519921582511,
+ "longitude": 129.3695250773602,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-277-4596",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5423f6077055a604ab96",
+ "label": "컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5423f6077055a604ab96-history",
+ "label": "컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14472",
+ "name": "다래성",
+ "businessName": "다래성",
+ "categorySlug": "chinese",
+ "address": "경상남도 창원시 마산합포구 교방북2길 1 (교방동) 육일약국 인근",
+ "district": "경상남도 창원시",
+ "latitude": 35.2148898765735,
+ "longitude": 128.56421595996898,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-243-6166",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e67d5f35a0c3bb2f806c",
+ "label": "짜장면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a48c97e026d335178d18",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "78e5b1f5be767c0c7f36",
+ "label": "간짜장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "50f44674f1a284dabd19",
+ "label": "우동",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e67d5f35a0c3bb2f806c-history",
+ "label": "짜장면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a48c97e026d335178d18-history",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "78e5b1f5be767c0c7f36-history",
+ "label": "간짜장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "50f44674f1a284dabd19-history",
+ "label": "우동",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13714",
+ "name": "다래원",
+ "businessName": "다래원",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 신촌로 21 (신촌동) 지하 21호(신촌동, 유신종합상가)",
+ "district": "경상남도 창원시",
+ "latitude": 35.20756422962718,
+ "longitude": 128.62678091758497,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "한식부페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "소방파출소 뒷편 양곡교회 맞은편",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-261-1930",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ffc5afe538ca686dd61c",
+ "label": "한식부페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1bbaa75eba45137ca793",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ffc5afe538ca686dd61c-history",
+ "label": "한식부페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1bbaa75eba45137ca793-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13719",
+ "name": "다복식당",
+ "businessName": "다복식당",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산합포구 진동면 진북산업로 82 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.123393709489115,
+ "longitude": 128.4878116919056,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "한식(뷔페)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "방문접수/출장",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-271-7783 / 영업시간: 월 11:00 - 13:30 화 11:00 - 13:30 수 11:00 - 13:30 목 11:00 - 13:30 금 11:00 - 13:30 토 정기휴무 (매주 토요일) 일 정기휴무 (매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1da55d5cd13c4148d9f1",
+ "label": "한식(뷔페)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "594b0b30c62c062e6c86",
+ "label": "도시락(배달)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1da55d5cd13c4148d9f1-history",
+ "label": "한식(뷔페)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "594b0b30c62c062e6c86-history",
+ "label": "도시락(배달)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6810",
+ "name": "다복한식부페",
+ "businessName": "다복한식부페",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 동산로65번길 33 (상남동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2170705144953,
+ "longitude": 128.684009304443,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "뷔페 1인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뷔페 1인 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-282-1212",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4f504bded820354ee27f",
+ "label": "뷔페 1인",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4f504bded820354ee27f-history",
+ "label": "뷔페 1인",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7201",
+ "name": "금천미용실",
+ "businessName": "금천미용실",
+ "categorySlug": "beauty",
+ "address": "제주특별자치도 제주시 중앙로23길 6 .",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5069619652156,
+ "longitude": 126.525476490278,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-758-9254",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8b5bfa5646aa6ee0bc92",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8b5bfa5646aa6ee0bc92-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7019",
+ "name": "김녕빵집",
+ "businessName": "김녕빵집",
+ "categorySlug": "bakery",
+ "address": "제주특별자치도 제주시 구좌읍 김녕로1길 25 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5559045926848,
+ "longitude": 126.747620056758,
+ "representativePriceAmount": 2100,
+ "representativePriceLabel": "소금버터빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 소금버터빵 2,100원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 목 10:00-17:00 금 10:00-17:00 토 10:00-17:00 일 10:00-17:00 월 10:00-17:00 화 정기휴무(매주화요일) 수 정기휴무(매주수요일) --통로앞정차금지-",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5152fce2db5cc2d3fdb4",
+ "label": "소금버터빵",
+ "amount": 2100,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0ac60737e39278293deb",
+ "label": "누룽지빵",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5152fce2db5cc2d3fdb4-history",
+ "label": "소금버터빵",
+ "amount": 2100,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0ac60737e39278293deb-history",
+ "label": "누룽지빵",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15002",
+ "name": "스윗샐러드",
+ "businessName": "스윗샐러드",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로1길 50 (중학동) 지하1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57491239937121,
+ "longitude": 126.97896535083947,
+ "representativePriceAmount": 7900,
+ "representativePriceLabel": "버섯샐러드",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "구운 계란, 푸실리, 오이 피클, 할라피뇨, 통밀빵 등 매일 매일 다른 재료의 무료 토핑을 제공하고 있습니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-733-3225 / 영업시간: 영업시간 : 11:00-20:00 (휴게시간 14:30-16:30) 휴무일 : 주말 및 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c1db80d47fa5fe7f6e16",
+ "label": "버섯샐러드",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f8cf42ca1c9bda7426b0",
+ "label": "닭가슴살샐러드",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c1db80d47fa5fe7f6e16-history",
+ "label": "버섯샐러드",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f8cf42ca1c9bda7426b0-history",
+ "label": "닭가슴살샐러드",
+ "amount": 8900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-943",
+ "name": "약속커피숍",
+ "businessName": "약속커피숍",
+ "categorySlug": "other-food",
+ "address": "서울특별시 종로구 종로 302 (창신동)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5716332944196,
+ "longitude": 127.01140072111,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "맥심커피",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 맥심커피 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-764-1100",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "55f21ee37fad20742c81",
+ "label": "맥심커피",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "48f4faf835f12c5b1aca",
+ "label": "녹차",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "55f21ee37fad20742c81-history",
+ "label": "맥심커피",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "48f4faf835f12c5b1aca-history",
+ "label": "녹차",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-947",
+ "name": "영미용실",
+ "businessName": "영미용실",
+ "categorySlug": "beauty",
+ "address": "서울특별시 종로구 지봉로 62 (숭인동)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5755618391963,
+ "longitude": 127.015850681862,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-743-6052 / 영업시간: 10:00~19:00(동네장사로 유동적)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bce0c66c28633940fff5",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bce0c66c28633940fff5-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1655",
+ "name": "민아식당",
+ "businessName": "민아식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 충장대로9번길 21-1 (중앙동4가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.107289725493,
+ "longitude": 129.037456085025,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "따로국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 따로국밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-462-1774 / 영업시간: 11:00 - 20:00 일요일,공휴일 휴일,",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0286e90b72d575254680",
+ "label": "따로국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0286e90b72d575254680-history",
+ "label": "따로국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1638",
+ "name": "석기시대",
+ "businessName": "석기시대",
+ "categorySlug": "chinese",
+ "address": "부산광역시 중구 동광길 75-1 1층(동광동5가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1061565412503,
+ "longitude": 129.034868484553,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "만둣국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 만둣국 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 월~토 15:00~22:00 매주 일요일 휴무 명절 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "90be9cfabbae89a06c59",
+ "label": "만둣국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e6cd1311830e29811642",
+ "label": "찐만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "538c2922de55b1b33762",
+ "label": "군만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "90be9cfabbae89a06c59-history",
+ "label": "만둣국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e6cd1311830e29811642-history",
+ "label": "찐만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "538c2922de55b1b33762-history",
+ "label": "군만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17050",
+ "name": "양가손만두 부평직영점",
+ "businessName": "양가손만두 부평직영점",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 부평1길 48 (부평동2가) 1층",
+ "district": "부산광역시 중구",
+ "latitude": 35.101570977897914,
+ "longitude": 129.02602680604465,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "고기찐만두",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기찐만두 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-243-8436",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c978c3f7c66a39ed66f1",
+ "label": "고기찐만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ed9e210fd664e04181b3",
+ "label": "고기군만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bec52f4a97622533d877",
+ "label": "김치찐만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0ad6b287f0e5c6ade870",
+ "label": "김치군만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c978c3f7c66a39ed66f1-history",
+ "label": "고기찐만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ed9e210fd664e04181b3-history",
+ "label": "고기군만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bec52f4a97622533d877-history",
+ "label": "김치찐만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0ad6b287f0e5c6ade870-history",
+ "label": "김치군만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14625",
+ "name": "용정반점",
+ "businessName": "용정반점",
+ "categorySlug": "chinese",
+ "address": "대구광역시 중구 중앙대로 376-16 (덕산동) .",
+ "district": "대구광역시 중구",
+ "latitude": 35.8664000572041,
+ "longitude": 128.5943258541125,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "쇠고기짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 쇠고기짜장면 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-423-8118 / 영업시간: 평일, 토요일 10:30 - 20:30 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0e7c9a64868c0096c327",
+ "label": "쇠고기짜장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8300ade851bc19ca5f98",
+ "label": "짬뽕",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8df52d9b92a90956e057",
+ "label": "해물야끼우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0cadf78055d29e8ca9a0",
+ "label": "우동",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3045c4408f6f80600d31",
+ "label": "볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0e7c9a64868c0096c327-history",
+ "label": "쇠고기짜장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8300ade851bc19ca5f98-history",
+ "label": "짬뽕",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8df52d9b92a90956e057-history",
+ "label": "해물야끼우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0cadf78055d29e8ca9a0-history",
+ "label": "우동",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3045c4408f6f80600d31-history",
+ "label": "볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2018",
+ "name": "우리할매칼국수",
+ "businessName": "우리할매칼국수",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 남산로7길 44 (남산)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8587866686385,
+ "longitude": 128.580391726297,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-255-8802 / 영업시간: 10:00~19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c0d8462b59ebf338ce48",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3cff33a3dcec4f057d79",
+ "label": "칼제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b180fd10b9b8d3b9ae3c",
+ "label": "손수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c0d8462b59ebf338ce48-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3cff33a3dcec4f057d79-history",
+ "label": "칼제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b180fd10b9b8d3b9ae3c-history",
+ "label": "손수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14950",
+ "name": "윤소인고단백장어죽",
+ "businessName": "윤소인고단백장어죽",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 동성로 19-11 (사일동) 1층",
+ "district": "대구광역시 중구",
+ "latitude": 35.86899504826444,
+ "longitude": 128.59462940407954,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-255-7097 / 영업시간: 11:00 ~ 21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2471f3f144f0f6387a08",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ce84d13c3048b2bbc70d",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3c1f90d4016c87ced9d1",
+ "label": "굴국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "609238e7a422027ccf25",
+ "label": "제육덮밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2471f3f144f0f6387a08-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ce84d13c3048b2bbc70d-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3c1f90d4016c87ced9d1-history",
+ "label": "굴국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "609238e7a422027ccf25-history",
+ "label": "제육덮밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14012",
+ "name": "옹진찰밥",
+ "businessName": "옹진찰밥",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 제물량로306번길 45 (북성동2가) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.476757097944784,
+ "longitude": 126.61796394907029,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "소라된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소라된장찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-2773",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7dbdcb1584bc109479ab",
+ "label": "소라된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7dbdcb1584bc109479ab-history",
+ "label": "소라된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13120",
+ "name": "우리두리머물다",
+ "businessName": "우리두리머물다",
+ "categorySlug": "other-food",
+ "address": "인천광역시 중구 제물량로166번길 5 (신생동) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.47050706598982,
+ "longitude": 126.62550477060184,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "미식혜(500ml)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 미식혜(500ml) 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1446-1503",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7231553709d1149d394a",
+ "label": "미식혜(500ml)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "64658319208128e9beb1",
+ "label": "박식혜(500ml)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7231553709d1149d394a-history",
+ "label": "미식혜(500ml)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "64658319208128e9beb1-history",
+ "label": "박식혜(500ml)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13187",
+ "name": "서림미용실",
+ "businessName": "서림미용실",
+ "categorySlug": "beauty",
+ "address": "광주광역시 동구 운림길 23 (운림동, 무등파크맨션) 상가동 202호",
+ "district": "광주광역시 동구",
+ "latitude": 35.13428906928481,
+ "longitude": 126.94139361034274,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트(성인)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(성인) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-228-2909 / 영업시간: 09:00~21:00 / 일요일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1e67da33ccc7748676cd",
+ "label": "커트(성인)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1e67da33ccc7748676cd-history",
+ "label": "커트(성인)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2284",
+ "name": "서석식당",
+ "businessName": "서석식당",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 백서로 171-3 1층(서석동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1438778671915,
+ "longitude": 126.92342010806,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "낚지비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 낚지비빔밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-9009 / 영업시간: 11:00-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a3826046570543db133c",
+ "label": "낚지비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "770d6cdd5f8722c5e587",
+ "label": "낚지볶음밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a3826046570543db133c-history",
+ "label": "낚지비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "770d6cdd5f8722c5e587-history",
+ "label": "낚지볶음밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2269",
+ "name": "수라상",
+ "businessName": "수라상",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 제봉로82번길 13-9 (동명동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1469059969152,
+ "longitude": 126.922577872694,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "찌개(된장순두부청국장김치)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 찌개(된장순두부청국장김치) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-234-2002 / 영업시간: 11:00-21:00 휴무일 일요일, 새해첫날",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5350144105790c5cad8f",
+ "label": "찌개(된장순두부청국장김치)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d953a623062d34e492fc",
+ "label": "돌솥(된장순두부청국장김치)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2375ddff47c791faee4e",
+ "label": "덮밥(낙지새우제육)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "87787b56273154c47c2f",
+ "label": "돌솥진지상",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5dd8619529fbc6d99540",
+ "label": "막국수 (땅콩 알레르기 확인 요함)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d3b22dc1e631054ed641",
+ "label": "생등심 돈가스(수제소스 따로 제공)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "70366d3f4c9d9f95cf53",
+ "label": "진지상(밥+정찬+찌개택일)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5350144105790c5cad8f-history",
+ "label": "찌개(된장순두부청국장김치)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d953a623062d34e492fc-history",
+ "label": "돌솥(된장순두부청국장김치)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2375ddff47c791faee4e-history",
+ "label": "덮밥(낙지새우제육)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "87787b56273154c47c2f-history",
+ "label": "돌솥진지상",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5dd8619529fbc6d99540-history",
+ "label": "막국수 (땅콩 알레르기 확인 요함)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d3b22dc1e631054ed641-history",
+ "label": "생등심 돈가스(수제소스 따로 제공)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "70366d3f4c9d9f95cf53-history",
+ "label": "진지상(밥+정찬+찌개택일)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13185",
+ "name": "옥땡김밥",
+ "businessName": "옥땡김밥",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 무등로 503-1 (산수동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.15563375812957,
+ "longitude": 126.93466382911126,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-263-0527 / 영업시간: 09:00~20:30(휴게시간 15:00~16:00)/ 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d6eeb687685a0d61aff2",
+ "label": "김밥",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d6eeb687685a0d61aff2-history",
+ "label": "김밥",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18131",
+ "name": "별이네 분식",
+ "businessName": "별이네 분식",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 비래서로42번길 70 (가양동) (가양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3512336467034,
+ "longitude": 127.44731554696641,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-673-7737",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e8a8bfbad03b38e0d0c7",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "75feb946aa8a51d9da9f",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d0431dbd82ee2abe99ef",
+ "label": "라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e8a8bfbad03b38e0d0c7-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "75feb946aa8a51d9da9f-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d0431dbd82ee2abe99ef-history",
+ "label": "라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2531",
+ "name": "복지이용원",
+ "businessName": "복지이용원",
+ "categorySlug": "barber",
+ "address": "대전광역시 동구 대전로 791번길 50 (중동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3295205271986,
+ "longitude": 127.430506838139,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "이용료",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-251-8428 / 영업시간: 08:00 ~ 20:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c432d5594cb929b8bb38",
+ "label": "이용료",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c432d5594cb929b8bb38-history",
+ "label": "이용료",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16673",
+ "name": "자금성",
+ "businessName": "자금성",
+ "categorySlug": "chinese",
+ "address": "울산광역시 중구 구교9길 64 (반구동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.56321242205221,
+ "longitude": 129.3378786473305,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-292-2346 / 영업시간: 매일 11:00~20:00 15:00~17:00 브레이크타임",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2c7c72bd25c0b980a4e4",
+ "label": "자장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "689c3d29289775d30c4f",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2c7c72bd25c0b980a4e4-history",
+ "label": "자장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "689c3d29289775d30c4f-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2997",
+ "name": "장현돼지국밥",
+ "businessName": "장현돼지국밥",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 종가로 745 (장현동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5881230965409,
+ "longitude": 129.343478559476,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "돼지국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-293-0392 / 영업시간: 일~토 09:30~21:30 (매월 첫번째, 세번째 일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "10e7b1d0e911f70ad0b2",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "10e7b1d0e911f70ad0b2-history",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10188",
+ "name": "엉클생고기(보람동)",
+ "businessName": "엉클생고기(보람동)",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 호려울로 29 207호",
+ "district": "세종특별자치시 호려울로",
+ "latitude": 36.4779099639115,
+ "longitude": 127.290238012216,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "파불고기+공기밥된장찌개(점심특선)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 파불고기+공기밥된장찌개(점심특선) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-868-9242",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2104446ec8c807edc2dd",
+ "label": "파불고기+공기밥된장찌개(점심특선)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cd4aac34a2901cc7b548",
+ "label": "대패삼겹+공기밥된장찌개(점심특선)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2104446ec8c807edc2dd-history",
+ "label": "파불고기+공기밥된장찌개(점심특선)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cd4aac34a2901cc7b548-history",
+ "label": "대패삼겹+공기밥된장찌개(점심특선)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10193",
+ "name": "엉클생고기(아름동)",
+ "businessName": "엉클생고기(아름동)",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 보듬3로 100 209, 210호",
+ "district": "세종특별자치시 보듬3로",
+ "latitude": 36.5119529197334,
+ "longitude": 127.248623728597,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "파불고기+공기밥된장찌개 점십특선",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 파불고기+공기밥된장찌개 점십특선 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-0267",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6daf75385fb1f66fcb9d",
+ "label": "파불고기+공기밥된장찌개 점십특선",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6fcabe069347fa57e9ab",
+ "label": "대패삼겹+공기밥된장찌개 점심특선",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6daf75385fb1f66fcb9d-history",
+ "label": "파불고기+공기밥된장찌개 점십특선",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6fcabe069347fa57e9ab-history",
+ "label": "대패삼겹+공기밥된장찌개 점심특선",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3363",
+ "name": "당수여성사우나",
+ "businessName": "당수여성사우나",
+ "categorySlug": "bath",
+ "address": "경기도 수원시 권선구 당진로15번길 56 (당수동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2920971102154,
+ "longitude": 126.938984343475,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "목욕료",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-419-9042 / 영업시간: 06:00~18:00 (화요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8af448a46d9a0e6142e2",
+ "label": "목욕료",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8af448a46d9a0e6142e2-history",
+ "label": "목욕료",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3428",
+ "name": "대복식당",
+ "businessName": "대복식당",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 팔달구 매산로84-1 (매산로3가)",
+ "district": "경기도 수원시",
+ "latitude": 37.269844360739,
+ "longitude": 127.010370350622,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-238-2080 / 영업시간: 11:00~14:30 토요일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "af92146eb190832c13ad",
+ "label": "한식뷔페",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "af92146eb190832c13ad-history",
+ "label": "한식뷔페",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11723",
+ "name": "뚝배기마을",
+ "businessName": "뚝배기마을",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 중앙로37-3 (중앙로1가)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8814765592669,
+ "longitude": 127.728258889089,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-5455 / 영업시간: 10:00 - 22:00 매월 두번째 화요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "95bd5df0eee7d02b94ca",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2f9b89fbdb9232968278",
+ "label": "두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "626cf3d2373cd9d98fcf",
+ "label": "제육덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "95bd5df0eee7d02b94ca-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2f9b89fbdb9232968278-history",
+ "label": "두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "626cf3d2373cd9d98fcf-history",
+ "label": "제육덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4381",
+ "name": "롯데자율식당",
+ "businessName": "롯데자율식당",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 공지로 387 지하층(약사동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8716410438521,
+ "longitude": 127.723885862381,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1395-5955 / 영업시간: 11:00 - 22:00 브레이크타임 14:00 - 17:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a6437fe4621de3be5c08",
+ "label": "한식뷔페",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a6437fe4621de3be5c08-history",
+ "label": "한식뷔페",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4356",
+ "name": "만리향",
+ "businessName": "만리향",
+ "categorySlug": "chinese",
+ "address": "강원특별자치도 춘천시 명동길29번길 4-5 (죽림동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8779879948066,
+ "longitude": 127.725893087544,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-251-2227 / 영업시간: 10:00 - 21:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1a98c9d84453277c7b49",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5a7492b3f45a54a92fc5",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "197d8b7c748cc1bdbb38",
+ "label": "탕수육(소)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1a98c9d84453277c7b49-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5a7492b3f45a54a92fc5-history",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "197d8b7c748cc1bdbb38-history",
+ "label": "탕수육(소)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16642",
+ "name": "머릿결사랑",
+ "businessName": "머릿결사랑",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 칠전서길 15-2 (칠전동, 칠전대우2차아파트)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8403768426874,
+ "longitude": 127.71243175796782,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-8940",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6b29b4816f2de47b43e0",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6b29b4816f2de47b43e0-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16981",
+ "name": "남문갤러리카페",
+ "businessName": "남문갤러리카페",
+ "categorySlug": "other-food",
+ "address": "충청북도 청주시 상당구 무심동로336번길 105 (남문로2가) (남문로2가)",
+ "district": "충청북도 청주시",
+ "latitude": 36.63162469216909,
+ "longitude": 127.4888655463895,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1437-8606 / 영업시간: 10:30~18:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "330cee2d9761628b1916",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3f65828b1ecf0a5beff7",
+ "label": "쌍화차",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6cf90869cb219a53e153",
+ "label": "대추차",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "330cee2d9761628b1916-history",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3f65828b1ecf0a5beff7-history",
+ "label": "쌍화차",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6cf90869cb219a53e153-history",
+ "label": "대추차",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16070",
+ "name": "남원추어탕",
+ "businessName": "남원추어탕",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 흥덕구 풍산로25번길 38-1 (가경동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.62809148912409,
+ "longitude": 127.43233008358878,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "찰솥밥추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 찰솥밥추어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-236-8959",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "021df2059f7225ab8a06",
+ "label": "찰솥밥추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "021df2059f7225ab8a06-history",
+ "label": "찰솥밥추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4938",
+ "name": "늑대골",
+ "businessName": "늑대골",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 풍세로696 (구룡동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.7722721143035,
+ "longitude": 127.13808266914,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-573-5122 / 영업시간: 06:00~21:00 (1월 1일, 명절 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3fa9349df27c5538579e",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "50cff938a52d2265ce57",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3fa9349df27c5538579e-history",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "50cff938a52d2265ce57-history",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19291",
+ "name": "단대로",
+ "businessName": "단대로",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 단대로 110 (신부동) 가동 1층",
+ "district": "충청남도 천안시",
+ "latitude": 36.83081336695418,
+ "longitude": 127.16257265306993,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "삼겹살 200g",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 200g 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-562-7767",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d2e578f8459eab215329",
+ "label": "삼겹살 200g",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a23ac1036c2170b864f0",
+ "label": "육회비빔밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d2e578f8459eab215329-history",
+ "label": "삼겹살 200g",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a23ac1036c2170b864f0-history",
+ "label": "육회비빔밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18728",
+ "name": "달식당",
+ "businessName": "달식당",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 대흥로 215 (대흥동) 달식당",
+ "district": "충청남도 천안시",
+ "latitude": 36.80733781767005,
+ "longitude": 127.14715925093927,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "냉모밀",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉모밀 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-557-2266",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9f90dccd12569b91cb8e",
+ "label": "냉모밀",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9f90dccd12569b91cb8e-history",
+ "label": "냉모밀",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5440",
+ "name": "섬진강백반",
+ "businessName": "섬진강백반",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 꽃밭정로 13",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.7967253851275,
+ "longitude": 127.134316971962,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-226-6809",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "12651c5ef8497ca10a3e",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "49c3b564da82a2eb6dd2",
+ "label": "동태찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d998a5dcf42324a3c09f",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "204c0a52dffa26d2ae10",
+ "label": "돼지주물럭",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3d7950a3520b4fe5905b",
+ "label": "홍어찌개",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "12651c5ef8497ca10a3e-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "49c3b564da82a2eb6dd2-history",
+ "label": "동태찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d998a5dcf42324a3c09f-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "204c0a52dffa26d2ae10-history",
+ "label": "돼지주물럭",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3d7950a3520b4fe5905b-history",
+ "label": "홍어찌개",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5426",
+ "name": "세은이네집",
+ "businessName": "세은이네집",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 풍남문2길 42-3 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8135584755908,
+ "longitude": 127.146849696525,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-283-3376 / 영업시간: 월~토 11:30-21:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ccb43b04b280416299e1",
+ "label": "국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d76b59514e3afa9bbe1a",
+ "label": "보리비빔밥(계절 5월~)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ccb43b04b280416299e1-history",
+ "label": "국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d76b59514e3afa9bbe1a-history",
+ "label": "보리비빔밥(계절 5월~)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5415",
+ "name": "수제왕돈까스(경원점)",
+ "businessName": "수제왕돈까스(경원점)",
+ "categorySlug": "western",
+ "address": "전북특별자치도 전주시 완산구 충경로 84",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8187713842813,
+ "longitude": 127.148157077333,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "기본돈가스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 기본돈가스 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-282-8855",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0e4bec155b3ae1f6125d",
+ "label": "기본돈가스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0351515dcdbb5aec0b3f",
+ "label": "왕돈가스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0e4bec155b3ae1f6125d-history",
+ "label": "기본돈가스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0351515dcdbb5aec0b3f-history",
+ "label": "왕돈가스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5442",
+ "name": "신뱅이",
+ "businessName": "신뱅이",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 경기전길 153-9",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8126362604144,
+ "longitude": 127.151819419275,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "야채비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 야채비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-282-3030",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d5e3cea80692f71b5659",
+ "label": "야채비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4046713fac44337dc9ce",
+ "label": "알비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d5e3cea80692f71b5659-history",
+ "label": "야채비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4046713fac44337dc9ce-history",
+ "label": "알비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11789",
+ "name": "시골집 순두부(연산)",
+ "businessName": "시골집 순두부(연산)",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 연산로 140 (연산동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.8096541758217,
+ "longitude": 126.3815570128,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "순두부",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-274-9999",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "726bacfc6565241140e2",
+ "label": "순두부",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fc28168b420dd0a54046",
+ "label": "청국장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3871c191d22cdf864f7a",
+ "label": "청국장백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "726bacfc6565241140e2-history",
+ "label": "순두부",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fc28168b420dd0a54046-history",
+ "label": "청국장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3871c191d22cdf864f7a-history",
+ "label": "청국장백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15155",
+ "name": "어락",
+ "businessName": "어락",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 평화로 45 (상동) 어락",
+ "district": "전라남도 목포시",
+ "latitude": 34.795442625350994,
+ "longitude": 126.43019587300199,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "장어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-287-8789",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1e8db80c38807ee3800c",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1e8db80c38807ee3800c-history",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11788",
+ "name": "연산순대국밥",
+ "businessName": "연산순대국밥",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 후광대로 105번안길 21 (옥암동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.8114935235184,
+ "longitude": 126.44243592283,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-285-4012",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ca1a9f75ccecd4db66be",
+ "label": "순대국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7b9ae25cbddb5662ad54",
+ "label": "순대한접시",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ca1a9f75ccecd4db66be-history",
+ "label": "순대국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7b9ae25cbddb5662ad54-history",
+ "label": "순대한접시",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10499",
+ "name": "영빈미용실",
+ "businessName": "영빈미용실",
+ "categorySlug": "beauty",
+ "address": "전라남도 목포시 삼학로343번길 6 (용해동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.8018144738611,
+ "longitude": 126.408611997702,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트(기본)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(기본) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ad41c9c68ad35724628c",
+ "label": "커트(기본)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ad41c9c68ad35724628c-history",
+ "label": "커트(기본)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6430",
+ "name": "권헤어",
+ "businessName": "권헤어",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 북구 죽도시장5길 4-6 권헤어",
+ "district": "경상북도 포항시",
+ "latitude": 36.0353351270253,
+ "longitude": 129.366985164135,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트(여성)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(여성) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 8시~18시 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d7e8dcdcf8b3a7218a35",
+ "label": "커트(여성)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1dbcc5c03b7016c67c79",
+ "label": "여성 커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d7e8dcdcf8b3a7218a35-history",
+ "label": "커트(여성)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1dbcc5c03b7016c67c79-history",
+ "label": "여성 커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6323",
+ "name": "그린빌미용실",
+ "businessName": "그린빌미용실",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 남구 대이로 138 그린빌미용실",
+ "district": "경상북도 포항시",
+ "latitude": 36.0267483836043,
+ "longitude": 129.341432453617,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "여자커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여자커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-274-0450 / 영업시간: 10시~19시 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f7656c9eead850126549",
+ "label": "여자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9d97b59dc651ec69ae40",
+ "label": "남자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f7656c9eead850126549-history",
+ "label": "여자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9d97b59dc651ec69ae40-history",
+ "label": "남자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6369",
+ "name": "그린손칼국수",
+ "businessName": "그린손칼국수",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 오천읍 장기로1690번길 7-1 1층",
+ "district": "경상북도 포항시",
+ "latitude": 35.9662564080845,
+ "longitude": 129.4171669752,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 11시~17시 매월 첫째, 셋째 화요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "652881ed5452415dbb40",
+ "label": "손칼국수",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "36d4910fce62ffc16639",
+ "label": "손수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fc824afc2610083c3075",
+ "label": "수제비칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "652881ed5452415dbb40-history",
+ "label": "손칼국수",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "36d4910fce62ffc16639-history",
+ "label": "손수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fc824afc2610083c3075-history",
+ "label": "수제비칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15982",
+ "name": "다정다맛",
+ "businessName": "다정다맛",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 의창구 퇴촌로25번길 6-31 (사림동) 다정다맛",
+ "district": "경상남도 창원시",
+ "latitude": 35.24267515982134,
+ "longitude": 128.68959344279395,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-284-6114",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9f2b6cb1cf6189c5819c",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a8e803a17352dc89ca05",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e2a856962b1d3d96f88d",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a4c03bc456bb73fbbda2",
+ "label": "돼지찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9f2b6cb1cf6189c5819c-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a8e803a17352dc89ca05-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e2a856962b1d3d96f88d-history",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a4c03bc456bb73fbbda2-history",
+ "label": "돼지찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6834",
+ "name": "대도식당",
+ "businessName": "대도식당",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 중원로 67-14 (평안동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.1504050990581,
+ "longitude": 128.659012145261,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-546-3458",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "33d26ac2f77bb05c8849",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5922e146b7eb33fa6d38",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0566341d1a3a705cfa80",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "33d26ac2f77bb05c8849-history",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5922e146b7eb33fa6d38-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0566341d1a3a705cfa80-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17127",
+ "name": "대림식당",
+ "businessName": "대림식당",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 회원동24길 36 (회원동) 대림식당",
+ "district": "경상남도 창원시",
+ "latitude": 35.21968201084791,
+ "longitude": 128.57667591118778,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "삼겹살",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-223-2407",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5d9679d0e4cfbcf31110",
+ "label": "삼겹살",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9658d787087e20d730b0",
+ "label": "불고기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4fc5a4baed5b7bf92ac4",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac439e49aef611de0f86",
+ "label": "오리불고기",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5d9679d0e4cfbcf31110-history",
+ "label": "삼겹살",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9658d787087e20d730b0-history",
+ "label": "불고기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4fc5a4baed5b7bf92ac4-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac439e49aef611de0f86-history",
+ "label": "오리불고기",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14394",
+ "name": "대복갈비",
+ "businessName": "대복갈비",
+ "categorySlug": "korean",
+ "address": "경남 창원시 마산회원구 3.15성역로 131 대복갈비(구암동)",
+ "district": "경남 창원시",
+ "latitude": 35.2520164772151,
+ "longitude": 128.593762598517,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "물냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1351-3061",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "420950f063159f2a6827",
+ "label": "물냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2af70ac89fa6bb94466a",
+ "label": "비빔냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2191567b3cd214345b6b",
+ "label": "김치(된장)찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "420950f063159f2a6827-history",
+ "label": "물냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2af70ac89fa6bb94466a-history",
+ "label": "비빔냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2191567b3cd214345b6b-history",
+ "label": "김치(된장)찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17558",
+ "name": "완판생국수",
+ "businessName": "완판생국수",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로 258 (종로6가) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5706572089172,
+ "longitude": 127.00647971676864,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "멸치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2272-0066",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "eb2e7363c89139327d93",
+ "label": "멸치국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "883e38c7ef88f2392f15",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "eb2e7363c89139327d93-history",
+ "label": "멸치국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "883e38c7ef88f2392f15-history",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-944",
+ "name": "왕관커피숍",
+ "businessName": "왕관커피숍",
+ "categorySlug": "other-food",
+ "address": "서울특별시 종로구 종로 222 (종로5가)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.570760396587,
+ "longitude": 127.002357657235,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "커피",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2266-8365 / 영업시간: 09:00~18:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "589b50ab85c3d3b1339b",
+ "label": "커피",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a13c9d3d8da8bd238191",
+ "label": "국산차",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0da9e5fac80ae607b184",
+ "label": "냉커피",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4051288f2212f7110ff5",
+ "label": "대추차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9681f1d0f0ab1e0a2686",
+ "label": "둥굴레차",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "288da99611c4d647cc83",
+ "label": "레몬차",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f36a175292c51d3eec5b",
+ "label": "마차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "925a6a927ae2b424a2ca",
+ "label": "매실차",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ca29ecf06b2079fcab10",
+ "label": "쌍화차",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7ad3a58569c8a7f9eae4",
+ "label": "오미자",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5ad15331f58b4136fcd8",
+ "label": "율무차",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d1e4f48f43afac440ec4",
+ "label": "칡차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "589b50ab85c3d3b1339b-history",
+ "label": "커피",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a13c9d3d8da8bd238191-history",
+ "label": "국산차",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0da9e5fac80ae607b184-history",
+ "label": "냉커피",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4051288f2212f7110ff5-history",
+ "label": "대추차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9681f1d0f0ab1e0a2686-history",
+ "label": "둥굴레차",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "288da99611c4d647cc83-history",
+ "label": "레몬차",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f36a175292c51d3eec5b-history",
+ "label": "마차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "925a6a927ae2b424a2ca-history",
+ "label": "매실차",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ca29ecf06b2079fcab10-history",
+ "label": "쌍화차",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7ad3a58569c8a7f9eae4-history",
+ "label": "오미자",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5ad15331f58b4136fcd8-history",
+ "label": "율무차",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d1e4f48f43afac440ec4-history",
+ "label": "칡차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19246",
+ "name": "유로시안커피전문점",
+ "businessName": "유로시안커피전문점",
+ "categorySlug": "other-food",
+ "address": "서울특별시 종로구 종로40길 4 (종로6가) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57075442433323,
+ "longitude": 127.00654859833715,
+ "representativePriceAmount": 1500,
+ "representativePriceLabel": "아메리카노(16oz) 포장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(16oz) 포장 1,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2268-1007",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2c591da9d2aa85636432",
+ "label": "아메리카노(16oz) 포장",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7b6b4b24806a785a4c65",
+ "label": "아메리카노(1L) 포장",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2c591da9d2aa85636432-history",
+ "label": "아메리카노(16oz) 포장",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7b6b4b24806a785a4c65-history",
+ "label": "아메리카노(1L) 포장",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17052",
+ "name": "오야꼬",
+ "businessName": "오야꼬",
+ "categorySlug": "japanese",
+ "address": "부산광역시 중구 중구로 68 (대청동4가) 1층",
+ "district": "부산광역시 중구",
+ "latitude": 35.10349395265852,
+ "longitude": 129.02867590895872,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "모밀셋트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 모밀셋트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-462-8989",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0d6c71d1226f4f504c9e",
+ "label": "모밀셋트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eb893cc8f310600b51a6",
+ "label": "우동셋트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0d6c71d1226f4f504c9e-history",
+ "label": "모밀셋트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eb893cc8f310600b51a6-history",
+ "label": "우동셋트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1635",
+ "name": "용두산이용원",
+ "businessName": "용두산이용원",
+ "categorySlug": "barber",
+ "address": "부산광역시 중구 남포길 43 (남포동2가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.0981609773096,
+ "longitude": 129.033460927363,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-7007 / 영업시간: 7:00-17:00, 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "38b005a03ec17376a075",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f40aee7a4dee63c9e433",
+ "label": "염색",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "38b005a03ec17376a075-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f40aee7a4dee63c9e433-history",
+ "label": "염색",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1658",
+ "name": "일미기사식당",
+ "businessName": "일미기사식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 흑교로 16-1 (부평동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1008721419571,
+ "longitude": 129.02530342269,
+ "representativePriceAmount": 4500,
+ "representativePriceLabel": "시락국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 시락국밥 4,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-253-4440 / 영업시간: 24시간 매주 월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bb43475fb649859bbcf0",
+ "label": "시락국밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1df15c9b9f1f257c038c",
+ "label": "선지국밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2c1984aeab4d63b75fb8",
+ "label": "우동",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bb43475fb649859bbcf0-history",
+ "label": "시락국밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1df15c9b9f1f257c038c-history",
+ "label": "선지국밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2c1984aeab4d63b75fb8-history",
+ "label": "우동",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14157",
+ "name": "재성밀면",
+ "businessName": "재성밀면",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 중앙대로41번길 14-1 (동광동3가) 1층",
+ "district": "부산광역시 중구",
+ "latitude": 35.1011509548915,
+ "longitude": 129.03476576507273,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "물밀면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-3836 / 영업시간: 10:00~16:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "adfb245e85615664bd7d",
+ "label": "물밀면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b317446981832cb962cf",
+ "label": "비빔밀면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "adfb245e85615664bd7d-history",
+ "label": "물밀면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b317446981832cb962cf-history",
+ "label": "비빔밀면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2013",
+ "name": "장성루",
+ "businessName": "장성루",
+ "categorySlug": "chinese",
+ "address": "대구광역시 중구 국채보상로139길 10 (동인동4가) 장성루",
+ "district": "대구광역시 중구",
+ "latitude": 35.86951806204098,
+ "longitude": 128.606526645754,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-4303 / 영업시간: 금 10:00-21:00 토 10:00-21:00 일 정기휴무(매주일요일) 월 10:00-21:00 화 10:00-21:00 수 10:00-21:00 목 10:00-21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b52e031e6fa4c0bb03fe",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8f5b635a5a80379ad958",
+ "label": "짬뽕",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2ad0a04fecdcf9581065",
+ "label": "볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b52e031e6fa4c0bb03fe-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8f5b635a5a80379ad958-history",
+ "label": "짬뽕",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2ad0a04fecdcf9581065-history",
+ "label": "볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2025",
+ "name": "장셰프한식전통중화요리",
+ "businessName": "장셰프한식전통중화요리",
+ "categorySlug": "chinese",
+ "address": "대구광역시 중구 경상감영길 117-7 (향촌동)",
+ "district": "대구광역시 중구",
+ "latitude": 35.872626221362,
+ "longitude": 128.593626482761,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-214-0706 / 영업시간: 10:00~20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1c07e60235eb66ef2430",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e139bb940cd0b51d94da",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9defbd8da25d44d2f6f8",
+ "label": "점심특선(매일변동)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d34617fc60371d13f54b",
+ "label": "누룽지 짜장면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b38364fc4ca0e5527bfb",
+ "label": "누룽지 짬뽕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1c07e60235eb66ef2430-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e139bb940cd0b51d94da-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9defbd8da25d44d2f6f8-history",
+ "label": "점심특선(매일변동)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d34617fc60371d13f54b-history",
+ "label": "누룽지 짜장면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b38364fc4ca0e5527bfb-history",
+ "label": "누룽지 짬뽕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10078",
+ "name": "제일분식",
+ "businessName": "제일분식",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 남산로2길 26 (남산동)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8569075638758,
+ "longitude": 128.584273183178,
+ "representativePriceAmount": 1500,
+ "representativePriceLabel": "떡볶이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 1,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-256-6630",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7757f9a1894cf70510db",
+ "label": "떡볶이",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac07f3ca5a35dac14d14",
+ "label": "김밥",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3c904db5f7f4c6dc97f8",
+ "label": "순대",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7757f9a1894cf70510db-history",
+ "label": "떡볶이",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac07f3ca5a35dac14d14-history",
+ "label": "김밥",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3c904db5f7f4c6dc97f8-history",
+ "label": "순대",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2014",
+ "name": "중해반점",
+ "businessName": "중해반점",
+ "categorySlug": "chinese",
+ "address": "대구광역시 중구 명륜로 63 (남산동)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8617367040049,
+ "longitude": 128.591676584073,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-255-8555 / 영업시간: 금 11:00-21:00 토 11:00-21:00 일 정기휴무(매주일요일) 월 11:00-21:00 화 11:00-21:00 수 11:00-21:00 목 11:00-21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1889eda77a10238d3fe0",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3a3fb336173a72573ff5",
+ "label": "원조야끼우동",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1889eda77a10238d3fe0-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3a3fb336173a72573ff5-history",
+ "label": "원조야끼우동",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2224",
+ "name": "월미식당",
+ "businessName": "월미식당",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 월미로234번길 6 (북성동1가)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4754721671142,
+ "longitude": 126.598889031169,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 짜장면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-761-6800 / 영업시간: 월~금 : 10:00~22:30 토, 일 : 09:00~24:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5a9729bb4a1a700f0650",
+ "label": "짜장면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6f26ac36a6eb641a891d",
+ "label": "새우우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f61365aa71a3965d1a50",
+ "label": "해물라면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "241ab5662a8e3a7cd7a4",
+ "label": "냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5a9729bb4a1a700f0650-history",
+ "label": "짜장면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6f26ac36a6eb641a891d-history",
+ "label": "새우우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f61365aa71a3965d1a50-history",
+ "label": "해물라면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "241ab5662a8e3a7cd7a4-history",
+ "label": "냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13118",
+ "name": "일등짬뽕",
+ "businessName": "일등짬뽕",
+ "categorySlug": "chinese",
+ "address": "인천광역시 중구 운중로 28 (운남동) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.493135983340906,
+ "longitude": 126.53660042079217,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-747-0660",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4afa38907d4861c19996",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "48bb5a461c32561eba42",
+ "label": "짬뽕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4afa38907d4861c19996-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "48bb5a461c32561eba42-history",
+ "label": "짬뽕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2270",
+ "name": "우리뷔페",
+ "businessName": "우리뷔페",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 금남로 181 1층 102호(금남로5가)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1519634025693,
+ "longitude": 126.913207209362,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-364-3816 / 영업시간: 월~금 10:30-14:00 휴일 주말, 공휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "016f9c8e114a5c9a4efb",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3970c190bc5bf32b4537",
+ "label": "백반 1인",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "016f9c8e114a5c9a4efb-history",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3970c190bc5bf32b4537-history",
+ "label": "백반 1인",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14226",
+ "name": "이가진우동",
+ "businessName": "이가진우동",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 학소로 141 (학동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.13224809736366,
+ "longitude": 126.93196652792969,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "우동",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-233-3488 / 영업시간: 월-금 09:00-20:00 토,일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fa33bd1d23b12e0fec90",
+ "label": "우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fa33bd1d23b12e0fec90-history",
+ "label": "우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2565",
+ "name": "부림식당",
+ "businessName": "부림식당",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 중앙로 200번길 27 (중동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.329614784984,
+ "longitude": 127.43223119972,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "된장찌개 백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 백반 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-226-8346 / 영업시간: 10:00 ~ 15:00 / 목요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fb94d1443e4e3c642625",
+ "label": "된장찌개 백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8dafd01b36769af31444",
+ "label": "김치찌개 백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ce97efd1f47803d645f5",
+ "label": "시골밥상",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fb94d1443e4e3c642625-history",
+ "label": "된장찌개 백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8dafd01b36769af31444-history",
+ "label": "김치찌개 백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ce97efd1f47803d645f5-history",
+ "label": "시골밥상",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2532",
+ "name": "뿌리미용실",
+ "businessName": "뿌리미용실",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 충무로 219 (인동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3225191758149,
+ "longitude": 127.440235253078,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "미용료(커트)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-286-4444 / 영업시간: 08:00 ~ 19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "848102457249a42636eb",
+ "label": "미용료(커트)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e4f0bdb9555a3ea7c742",
+ "label": "커트(성인 일반)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "848102457249a42636eb-history",
+ "label": "미용료(커트)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e4f0bdb9555a3ea7c742-history",
+ "label": "커트(성인 일반)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17349",
+ "name": "좋은고기팜",
+ "businessName": "좋은고기팜",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 유곡로 58 (유곡동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.557166607144175,
+ "longitude": 129.3034434213232,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "생 삼겹살(100g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생 삼겹살(100g) 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1342-5431 / 영업시간: 매일 09:00~23:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8fe30b159961f4024e6c",
+ "label": "생 삼겹살(100g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cbee7a7e072de3c9f530",
+ "label": "생 목살(100g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8fe30b159961f4024e6c-history",
+ "label": "생 삼겹살(100g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cbee7a7e072de3c9f530-history",
+ "label": "생 목살(100g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11315",
+ "name": "탕짜",
+ "businessName": "탕짜",
+ "categorySlug": "chinese",
+ "address": "울산광역시 중구 시계탑거리 6 (성남동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5550431249539,
+ "longitude": 129.321593713924,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-246-5566",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7751369f534fd84d5e66",
+ "label": "짜장면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "24d62bebfe53b1a3a4f1",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7751369f534fd84d5e66-history",
+ "label": "짜장면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "24d62bebfe53b1a3a4f1-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3001",
+ "name": "태화식육식당",
+ "businessName": "태화식육식당",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 중앙시장길 21-3 (성남동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5552643330267,
+ "longitude": 129.323407871925,
+ "representativePriceAmount": 4700,
+ "representativePriceLabel": "삼겹살(100g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(100g) 4,700원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-244-7968 / 영업시간: 10:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bb8386c22a424db015a9",
+ "label": "삼겹살(100g)",
+ "amount": 4700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bb8386c22a424db015a9-history",
+ "label": "삼겹살(100g)",
+ "amount": 4700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10178",
+ "name": "옛날통닭",
+ "businessName": "옛날통닭",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 조치원읍 조치원6길 16 조치원읍",
+ "district": "세종특별자치시 조치원읍",
+ "latitude": 36.6009257081913,
+ "longitude": 127.299491553093,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "옛날통닭",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날통닭 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fc162fc42b5fe2a0fdb0",
+ "label": "옛날통닭",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "26b6b84a7a7f0839c32f",
+ "label": "수제핫도그",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fc162fc42b5fe2a0fdb0-history",
+ "label": "옛날통닭",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "26b6b84a7a7f0839c32f-history",
+ "label": "수제핫도그",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19180",
+ "name": "오가네빵굼터",
+ "businessName": "오가네빵굼터",
+ "categorySlug": "other-food",
+ "address": "세종특별자치시 조치원읍 조치원6길 27 1층",
+ "district": "세종특별자치시 조치원읍",
+ "latitude": 36.600210807134104,
+ "longitude": 127.2997884074273,
+ "representativePriceAmount": 800,
+ "representativePriceLabel": "단팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 단팥빵 800원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-864-0261",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ed839a09fa371232d114",
+ "label": "단팥빵",
+ "amount": 800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2d7e832b46f55db65934",
+ "label": "슈크림빵",
+ "amount": 800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ed839a09fa371232d114-history",
+ "label": "단팥빵",
+ "amount": 800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2d7e832b46f55db65934-history",
+ "label": "슈크림빵",
+ "amount": 800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10191",
+ "name": "유정칼국수",
+ "businessName": "유정칼국수",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 장군면 장척로 417-1",
+ "district": "세종특별자치시 장군면",
+ "latitude": 36.4980690848686,
+ "longitude": 127.206482661374,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "돌솥비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-857-5999",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "198fd293e1edb0ec5392",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "774e9fc03c0546bd8873",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "33c1c8eb7790fafbdc5d",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "198fd293e1edb0ec5392-history",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "774e9fc03c0546bd8873-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "33c1c8eb7790fafbdc5d-history",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16805",
+ "name": "대왕칼국수",
+ "businessName": "대왕칼국수",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 팔달구 창룡대로7번길 11 (북수동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.28246168863594,
+ "longitude": 127.01757013330725,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수 보통",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 보통 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-252-2820 / 영업시간: 10:00~19:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a5b4d5b723247de7ae39",
+ "label": "칼국수 보통",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8d721627df886cba9325",
+ "label": "칼국수 중특",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a5b4d5b723247de7ae39-history",
+ "label": "칼국수 보통",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8d721627df886cba9325-history",
+ "label": "칼국수 중특",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19003",
+ "name": "데일리샌듀(DailySandew)",
+ "businessName": "데일리샌듀(DailySandew)",
+ "categorySlug": "bakery",
+ "address": "경기도 수원시 영통구 광교중앙로248번길 95-1 (하동) 102호",
+ "district": "경기도 수원시",
+ "latitude": 37.291532557494804,
+ "longitude": 127.06836414210785,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "단호박샌드위치",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단호박샌드위치 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00~19:00(브레이크타임 14:00~16:00) 토요일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f3d408a08c97c508d291",
+ "label": "단호박샌드위치",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f3d408a08c97c508d291-history",
+ "label": "단호박샌드위치",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14336",
+ "name": "도담칡냉면",
+ "businessName": "도담칡냉면",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 장안구 수성로382번길 32-3 (영화동) .",
+ "district": "경기도 수원시",
+ "latitude": 37.29270733638951,
+ "longitude": 127.01452356573881,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-247-0925 / 영업시간: 10:00~15:00 / 매주 일요일 휴무(하절기 정상영업)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7673753a575dcd223146",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a0a6ac029b4f8d656c4e",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b8fb0dbaff9640718dba",
+ "label": "칼제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7673753a575dcd223146-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a0a6ac029b4f8d656c4e-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b8fb0dbaff9640718dba-history",
+ "label": "칼제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14020",
+ "name": "동남사우나",
+ "businessName": "동남사우나",
+ "categorySlug": "bath",
+ "address": "경기도 수원시 장안구 영화로25번길 22 (영화동, 태영아파트) .",
+ "district": "경기도 수원시",
+ "latitude": 37.288921701882735,
+ "longitude": 127.00821781483458,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "목욕비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕비 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-243-6422 / 영업시간: 05:00~22:00 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "333a47bae8b960a75c81",
+ "label": "목욕비",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "333a47bae8b960a75c81-history",
+ "label": "목욕비",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4328",
+ "name": "메이카드",
+ "businessName": "메이카드",
+ "categorySlug": "other-food",
+ "address": "강원특별자치도 춘천시 복골길6번길 21 1층(후평동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8743681928941,
+ "longitude": 127.755540944248,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1391-1402 / 영업시간: 10:00 - 22:00 매주 월요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1f164b31103c657d4a92",
+ "label": "아메리카노",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b14bda9a2d7575828278",
+ "label": "에이드",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "23b52bec28cca0100b13",
+ "label": "콤부차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1f164b31103c657d4a92-history",
+ "label": "아메리카노",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b14bda9a2d7575828278-history",
+ "label": "에이드",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "23b52bec28cca0100b13-history",
+ "label": "콤부차",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4332",
+ "name": "바위목욕탕",
+ "businessName": "바위목욕탕",
+ "categorySlug": "bath",
+ "address": "강원특별자치도 춘천시 춘천로213번길 9 (효자동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8781770353052,
+ "longitude": 127.737068247626,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "대인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-3610",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "654a900f5c9576ba7b32",
+ "label": "대인",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9b3a48ce955e78c64943",
+ "label": "소인",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "654a900f5c9576ba7b32-history",
+ "label": "대인",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9b3a48ce955e78c64943-history",
+ "label": "소인",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4382",
+ "name": "바탕골분식",
+ "businessName": "바탕골분식",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 서부대성로44번길 19 (요선동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.88168933514,
+ "longitude": 127.727315490081,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-254-3564 / 영업시간: 매일 10:00-21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "536425aed5930eece8da",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9f8339f06bd675f41ec5",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "729605784c506f688a3f",
+ "label": "숝두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "536425aed5930eece8da-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9f8339f06bd675f41ec5-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "729605784c506f688a3f-history",
+ "label": "숝두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4759",
+ "name": "내고향맛집",
+ "businessName": "내고향맛집",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 흥덕구 운천로3번길 2 (운천동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6506697774039,
+ "longitude": 127.474773448765,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-276-4414 / 영업시간: 매일 09:00-21:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ebe25566c25218ee4a76",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b777d1158f9c2a62665c",
+ "label": "비지장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9db2ef4c0296f59bc07c",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "15862eb2aed14bda3fd7",
+ "label": "양푼이동태탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ebe25566c25218ee4a76-history",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b777d1158f9c2a62665c-history",
+ "label": "비지장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9db2ef4c0296f59bc07c-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "15862eb2aed14bda3fd7-history",
+ "label": "양푼이동태탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14757",
+ "name": "내수시민미용실",
+ "businessName": "내수시민미용실",
+ "categorySlug": "beauty",
+ "address": "충청북도 청주시 청원구 내수읍 내수로 729-2",
+ "district": "충청북도 청주시",
+ "latitude": 36.72673097882712,
+ "longitude": 127.53610288381759,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-214-5124",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e1274c13d8cd4b76e5cd",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "14bf8409775f801b39d4",
+ "label": "뿌리염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e1274c13d8cd4b76e5cd-history",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "14bf8409775f801b39d4-history",
+ "label": "뿌리염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13536",
+ "name": "네모샘밥집",
+ "businessName": "네모샘밥집",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 상당로232번길 34 (우암동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.64906312692569,
+ "longitude": 127.49115091042215,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "보리밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8b9f8b46c9d7ab6cfe78",
+ "label": "보리밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1556f13c522998cf133b",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0c0903492988cc2a6baf",
+ "label": "제육덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8b9f8b46c9d7ab6cfe78-history",
+ "label": "보리밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1556f13c522998cf133b-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0c0903492988cc2a6baf-history",
+ "label": "제육덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15580",
+ "name": "더드림빵",
+ "businessName": "더드림빵",
+ "categorySlug": "bakery",
+ "address": "충청남도 천안시 동남구 차돌고개5길 15 (다가동) 1동 102호",
+ "district": "충청남도 천안시",
+ "latitude": 36.79908109750335,
+ "longitude": 127.13558280814556,
+ "representativePriceAmount": 1500,
+ "representativePriceLabel": "단팥빵/소보로빵/슈크림빵/생크림빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵/소보로빵/슈크림빵/생크림빵 1,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-577-4473 / 영업시간: 07:00~20:00 정기휴무 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0e1ff7170d31401abc06",
+ "label": "단팥빵/소보로빵/슈크림빵/생크림빵",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d85a86502ad518c0fd5d",
+ "label": "카스테라",
+ "amount": 1900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0e1ff7170d31401abc06-history",
+ "label": "단팥빵/소보로빵/슈크림빵/생크림빵",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d85a86502ad518c0fd5d-history",
+ "label": "카스테라",
+ "amount": 1900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4912",
+ "name": "동은헤어",
+ "businessName": "동은헤어",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 동남구 새말3길 38-4 지하1층(신방동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.7945688750786,
+ "longitude": 127.131044743835,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-4036-7721 / 영업시간: 09:30~18:00 정기휴무(매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4b627ab1e4a35bf94ec5",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4b627ab1e4a35bf94ec5-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15798",
+ "name": "동화당만두찐빵",
+ "businessName": "동화당만두찐빵",
+ "categorySlug": "bakery",
+ "address": "충청남도 천안시 서북구 미라8길 15 (쌍용동) 101호",
+ "district": "충청남도 천안시",
+ "latitude": 36.80331426026365,
+ "longitude": 127.12911330329518,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "고기/김치만두(10개)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 고기/김치만두(10개) 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-577-7238 / 영업시간: 매일 10:00~23:00 정기휴무 1, 3번째 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "04d01d8567b67bc92854",
+ "label": "고기/김치만두(10개)",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "981fe42ab31a0501329a",
+ "label": "고기/김치왕만두(5개)",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "771b8decfae022583858",
+ "label": "찐빵(5개)",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "041e502a06a9d51b25f9",
+ "label": "방문포장 시",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "04d01d8567b67bc92854-history",
+ "label": "고기/김치만두(10개)",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "981fe42ab31a0501329a-history",
+ "label": "고기/김치왕만두(5개)",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "771b8decfae022583858-history",
+ "label": "찐빵(5개)",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "041e502a06a9d51b25f9-history",
+ "label": "방문포장 시",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5411",
+ "name": "아리랑하우스",
+ "businessName": "아리랑하우스",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 덕진구 한배미1길 29",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8236184860742,
+ "longitude": 127.165468633315,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "한우탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-241-9300",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0f51deb75739214e8671",
+ "label": "한우탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0f51deb75739214e8671-history",
+ "label": "한우탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5403",
+ "name": "야미전북대점",
+ "businessName": "야미전북대점",
+ "categorySlug": "western",
+ "address": "전북특별자치도 전주시 덕진구 명륜4길 21-5 2층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.843953906049,
+ "longitude": 127.126451107898,
+ "representativePriceAmount": 6900,
+ "representativePriceLabel": "수제 생돈가스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 수제 생돈가스 6,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-277-6678 / 영업시간: 매일 10:00-20:30 15:00-17:00브레이크타임",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5a3b0803f6cf47537f82",
+ "label": "수제 생돈가스",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5a3b0803f6cf47537f82-history",
+ "label": "수제 생돈가스",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18216",
+ "name": "에바다미용실",
+ "businessName": "에바다미용실",
+ "categorySlug": "beauty",
+ "address": "전북특별자치도 전주시 완산구 관선1길 74-4 (남노송동) 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.81910634092517,
+ "longitude": 127.15785208426966,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:00~19:00 / 토요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a8f21afc8c80ed90e2c2",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a8f21afc8c80ed90e2c2-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15996",
+ "name": "영아네밥상",
+ "businessName": "영아네밥상",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 덕진구 송천로 35-4 (송천동1가)",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.856686667251026,
+ "longitude": 127.1180991261228,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "한식뷔페(점심)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페(점심) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-274-6598 / 영업시간: 평일 : 11:00 ~ 22:00(브레이크 타임 14 : 30 ~ 17 : 00) 토요일 : 17:00 ~ 22:00 일요일 : 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4b496e6ce95515933faa",
+ "label": "한식뷔페(점심)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4b496e6ce95515933faa-history",
+ "label": "한식뷔페(점심)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5622",
+ "name": "예향밥상",
+ "businessName": "예향밥상",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 수문로20번길 7-3 1층(남교동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7925532071234,
+ "longitude": 126.383301637162,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-247-8989 / 영업시간: 11:30~20:00 정기휴무(매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "69b28fb837efe2ba10a4",
+ "label": "한식뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "69b28fb837efe2ba10a4-history",
+ "label": "한식뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10496",
+ "name": "옛날짜장",
+ "businessName": "옛날짜장",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 산정로 120-1 (산정동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7992827458212,
+ "longitude": 126.393162428108,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "옛날짜장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날짜장 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-272-1872",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4569c03b51c1283b489f",
+ "label": "옛날짜장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c09e84a4def102210157",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4569c03b51c1283b489f-history",
+ "label": "옛날짜장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c09e84a4def102210157-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10502",
+ "name": "용일식육식당",
+ "businessName": "용일식육식당",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 양을로196번길 7 (용당동, 용일아파트)",
+ "district": "전라남도 목포시",
+ "latitude": 34.8104772153102,
+ "longitude": 126.391872175823,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-272-0184",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8c17f8a3bac87f3437b9",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d64f84e1c73fb523e970",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8c17f8a3bac87f3437b9-history",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d64f84e1c73fb523e970-history",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10500",
+ "name": "우아미미용실",
+ "businessName": "우아미미용실",
+ "categorySlug": "beauty",
+ "address": "전라남도 목포시 영산로250번길 13 (용당동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.8020067240489,
+ "longitude": 126.39447577251,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트(기본)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(기본) 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-277-1869",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9fe7377200906dfb12e1",
+ "label": "커트(기본)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9fe7377200906dfb12e1-history",
+ "label": "커트(기본)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11261",
+ "name": "기계반점",
+ "businessName": "기계반점",
+ "categorySlug": "chinese",
+ "address": "경상북도 포항시 북구 기계면 자조길 15 1층",
+ "district": "경상북도 포항시",
+ "latitude": 36.070902333521,
+ "longitude": 129.211627068839,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "짬뽕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짬뽕 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-246-4244",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c609584069ad06057cb0",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c609584069ad06057cb0-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6831",
+ "name": "대봉막창",
+ "businessName": "대봉막창",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 벚꽃로60번길 25 1층 1025호(화천동, 중앙시장)",
+ "district": "경상남도 창원시",
+ "latitude": 35.1510678992756,
+ "longitude": 128.665642625987,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "돼지막창",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지막창 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-545-7292",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "49b78999cd1e2d745c4e",
+ "label": "돼지막창",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a41b62330d0d6581e063",
+ "label": "양념막창",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6cc00b980e1aa4aefa30",
+ "label": "생삼겹",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "49b78999cd1e2d745c4e-history",
+ "label": "돼지막창",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a41b62330d0d6581e063-history",
+ "label": "양념막창",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6cc00b980e1aa4aefa30-history",
+ "label": "생삼겹",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14220",
+ "name": "대패3000냥삼겹살",
+ "businessName": "대패3000냥삼겹살",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산합포구 산호남로 11 (산호동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.21758679106357,
+ "longitude": 128.58131775121527,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "대패삼겹살(1인분_기본5인)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 대패삼겹살(1인분_기본5인) 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-223-3538 / 영업시간: 영업시간 영업 중21:30에 라스트오더21시 30분에 라스트오더 매일 10:00 - 22:00 21:30 라스트오더 - 명절 당일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fc543510becaf8645c68",
+ "label": "대패삼겹살(1인분_기본5인)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fc543510becaf8645c68-history",
+ "label": "대패삼겹살(1인분_기본5인)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15973",
+ "name": "돌솥밥 수",
+ "businessName": "돌솥밥 수",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 의창구 용지로293번길 21 (사림동) 돌솥밥 수",
+ "district": "경상남도 창원시",
+ "latitude": 35.240281774923226,
+ "longitude": 128.68795184702972,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "돌솥밥 정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥밥 정식 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-261-2905",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a6ec06a067ff7bcaadc7",
+ "label": "돌솥밥 정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9a98f1d599567ecafdd7",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6471886fc4c35ee3cb41",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a6ec06a067ff7bcaadc7-history",
+ "label": "돌솥밥 정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9a98f1d599567ecafdd7-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6471886fc4c35ee3cb41-history",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7121",
+ "name": "김희선제주몸국",
+ "businessName": "김희선제주몸국",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 어영길 45-6 1층(용담삼동)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5185567991117,
+ "longitude": 126.49807778062,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "몸국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 몸국 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-745-0047 / 영업시간: 목 07:00-16:00 15:40라스트오더 금 07:00-16:00 15:40라스트오더 토 07:00-15:00 14:40라스트오더 일 정기휴무(매주일요일) 월 07:00-16:00 15:40라스트오더 화 07:00-16:00 15:40라스트오더 수 07:00-16:00 15:40라스트오더",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8c8ace33d8347cae2949",
+ "label": "몸국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a0afc4424070607b609e",
+ "label": "고사리육개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8f394ca05bd3322806ae",
+ "label": "고등어구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8c8ace33d8347cae2949-history",
+ "label": "몸국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a0afc4424070607b609e-history",
+ "label": "고사리육개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8f394ca05bd3322806ae-history",
+ "label": "고등어구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14247",
+ "name": "꽃가마식당",
+ "businessName": "꽃가마식당",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 신산로 97 (일도이동) 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.50533987098967,
+ "longitude": 126.53587722621165,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "갈비탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 갈비탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-755-6454",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2842c9b78ad0a6f496a7",
+ "label": "갈비탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0a0de8bdbeba3d67a2f1",
+ "label": "성게국",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2842c9b78ad0a6f496a7-history",
+ "label": "갈비탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0a0de8bdbeba3d67a2f1-history",
+ "label": "성게국",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18039",
+ "name": "꽃이피어나",
+ "businessName": "꽃이피어나",
+ "categorySlug": "beauty",
+ "address": "제주특별자치도 제주시 도남로 102-12 (도남동) 꽃이피어나",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.49138991942305,
+ "longitude": 126.52711922981103,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-722-1202",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4937d425a8e501efd994",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ceddd8e3c08db374db8f",
+ "label": "아이커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4937d425a8e501efd994-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ceddd8e3c08db374db8f-history",
+ "label": "아이커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-948",
+ "name": "은미용실",
+ "businessName": "은미용실",
+ "categorySlug": "beauty",
+ "address": "서울특별시 종로구 사직로 108-6 (내자동)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5757821511679,
+ "longitude": 126.970611077009,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-738-1882 / 영업시간: 09:00~14:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "450c14e54f2a3bb2dc7d",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "450c14e54f2a3bb2dc7d-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19244",
+ "name": "을밀대 (소문난국밥전문)",
+ "businessName": "을밀대 (소문난국밥전문)",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 수표로 131 (낙원동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.572493575407705,
+ "longitude": 126.98826091182536,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "우거지해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우거지해장국 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-742-1633 / 영업시간: 04:00-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1127911d1e95b303ee81",
+ "label": "우거지해장국",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1127911d1e95b303ee81-history",
+ "label": "우거지해장국",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11182",
+ "name": "이레이발관",
+ "businessName": "이레이발관",
+ "categorySlug": "barber",
+ "address": "서울특별시 종로구 수표로 115 (낙원동)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5715425171338,
+ "longitude": 126.989053894726,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-7192-6413",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bf2fc652e47245678158",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4b68b122e7ae32510251",
+ "label": "염색",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bf2fc652e47245678158-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4b68b122e7ae32510251-history",
+ "label": "염색",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1659",
+ "name": "전주식당",
+ "businessName": "전주식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 대청로 137번길9-1 (중앙동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1036816954121,
+ "longitude": 129.034881739077,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "돌솥밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-469-0771 / 영업시간: 월~금 : 10:00 - 22:00 영업 (토요일 09:00 - 20:00) 매주 일요일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6380d09504c638ac270c",
+ "label": "돌솥밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8e1c0819cd6701320216",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2703c820694b1f08bfd9",
+ "label": "치즈밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6380d09504c638ac270c-history",
+ "label": "돌솥밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8e1c0819cd6701320216-history",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2703c820694b1f08bfd9-history",
+ "label": "치즈밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19098",
+ "name": "정가는집밥",
+ "businessName": "정가는집밥",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 동광길 28 (중앙동4가) 정가는집밥",
+ "district": "부산광역시 중구",
+ "latitude": 35.10397220382151,
+ "longitude": 129.03454710183587,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-240-1138 / 영업시간: 11:00~20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e1cf6ea7dd56d76455e4",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6ac87f3e7db63b89301d",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e84e2b10eec7bbe6248f",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d2811fc177220df59686",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8fedfddef91a71595301",
+ "label": "불고기백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e1cf6ea7dd56d76455e4-history",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6ac87f3e7db63b89301d-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e84e2b10eec7bbe6248f-history",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d2811fc177220df59686-history",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8fedfddef91a71595301-history",
+ "label": "불고기백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11185",
+ "name": "정원이용원",
+ "businessName": "정원이용원",
+ "categorySlug": "barber",
+ "address": "부산광역시 중구 대청로134번길16 (동광동3가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1014290808544,
+ "longitude": 129.034814332461,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-0108",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "50531fb144926121ebde",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "50531fb144926121ebde-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17980",
+ "name": "지정식당",
+ "businessName": "지정식당",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 중앙대로58길 10 (남산동) 남산동",
+ "district": "대구광역시 중구",
+ "latitude": 35.85740112997052,
+ "longitude": 128.59163907520352,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "순두부",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-427-8322 / 영업시간: 월~토 10:00~21:00 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2f9467ebc816cc3b1d5c",
+ "label": "순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2f9467ebc816cc3b1d5c-history",
+ "label": "순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2015",
+ "name": "천선루",
+ "businessName": "천선루",
+ "categorySlug": "chinese",
+ "address": "대구광역시 중구 대봉로 261-1 (봉산동)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8618460883915,
+ "longitude": 128.600047477155,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-422-4222 / 영업시간: 매일 11:00-21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "de8080a658c318a727c9",
+ "label": "짜장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "14820699c3c0b28f88f8",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "de8080a658c318a727c9-history",
+ "label": "짜장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "14820699c3c0b28f88f8-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10070",
+ "name": "춘사김밥",
+ "businessName": "춘사김밥",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 중앙대로 282 (남산동)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8583288163274,
+ "longitude": 128.591617516822,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "참치김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 참치김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-423-7827",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f6f6ceae52993a1da95d",
+ "label": "참치김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ba3409f5bb110e88b6cf",
+ "label": "진미김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f6f6ceae52993a1da95d-history",
+ "label": "참치김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ba3409f5bb110e88b6cf-history",
+ "label": "진미김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17981",
+ "name": "콩나물과시래기밥맛집",
+ "businessName": "콩나물과시래기밥맛집",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 약령길 58-7 (장관동) 1층",
+ "district": "대구광역시 중구",
+ "latitude": 35.86881460101817,
+ "longitude": 128.5898667124599,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "콩나물국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1342-9756 / 영업시간: 월~토 11:00~21:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9c4fbf16da3528bc8ea0",
+ "label": "콩나물국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d4d18bee457d5874d5a3",
+ "label": "콩나물비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9c4fbf16da3528bc8ea0-history",
+ "label": "콩나물국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d4d18bee457d5874d5a3-history",
+ "label": "콩나물비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2227",
+ "name": "장터삼겹살(신흥)",
+ "businessName": "장터삼겹살(신흥)",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 서해대로454번길 11-3 (선화동)",
+ "district": "인천광역시 중구",
+ "latitude": 37.466061476741,
+ "longitude": 126.635998763313,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "삼겹살(200g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(200g) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-887-5355 / 영업시간: 16:00~24:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8a312be1a55ed7b9af67",
+ "label": "삼겹살(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b643b8c17fd6e7672bd8",
+ "label": "냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8a312be1a55ed7b9af67-history",
+ "label": "삼겹살(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b643b8c17fd6e7672bd8-history",
+ "label": "냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2228",
+ "name": "장터삼겹살(연안)",
+ "businessName": "장터삼겹살(연안)",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 연안부두로53번길 31 (항동7가)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4534364723169,
+ "longitude": 126.604052571574,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "삼겹살 (180g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 (180g) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-882-6880 / 영업시간: 15:00~23:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bcd88fde243b5377c6dd",
+ "label": "삼겹살 (180g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "de2afa9a2eb156f749e8",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bcd88fde243b5377c6dd-history",
+ "label": "삼겹살 (180g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "de2afa9a2eb156f749e8-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15362",
+ "name": "인촌",
+ "businessName": "인촌",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 구성로194번길 20-1 (금남로4가) 1-2층",
+ "district": "광주광역시 동구",
+ "latitude": 35.151739719004304,
+ "longitude": 126.91559598810717,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "고등어구이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고등어구이 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-234-3389 / 영업시간: 매일 11:30-21:00 브레이크타임 14:30~17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6797a39547b1f483a94d",
+ "label": "고등어구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "34110c983869b3e3ed91",
+ "label": "숯불주물럭구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "853f0355990e0d469cb7",
+ "label": "콩나물불고기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6797a39547b1f483a94d-history",
+ "label": "고등어구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "34110c983869b3e3ed91-history",
+ "label": "숯불주물럭구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "853f0355990e0d469cb7-history",
+ "label": "콩나물불고기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13190",
+ "name": "전지적돼지시점",
+ "businessName": "전지적돼지시점",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 지산로 40 (지산동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.147333475396294,
+ "longitude": 126.93215202959168,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1354-1656 / 영업시간: (월~금) 11:30~20:30 (토) 18:00~20:30 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7e9a772806d5ad5058e3",
+ "label": "김치찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7e9a772806d5ad5058e3-history",
+ "label": "김치찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11652",
+ "name": "종합분식",
+ "businessName": "종합분식",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 장동로 23-3 (장동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1482844984997,
+ "longitude": 126.924369524217,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-225-4928 / 영업시간: 10:00-17:00 휴무일 일요일, 공휴일, 명절",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0e825b169ec2a5a1b1db",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2818eb473f6d625f12e9",
+ "label": "볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "25fb1003a2dcdb593a95",
+ "label": "찌개(김치참치순두부부대)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0e825b169ec2a5a1b1db-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2818eb473f6d625f12e9-history",
+ "label": "볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "25fb1003a2dcdb593a95-history",
+ "label": "찌개(김치참치순두부부대)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2546",
+ "name": "삼대째전통칼국수",
+ "businessName": "삼대째전통칼국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로 825번길 13 (정동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3325533506759,
+ "longitude": 127.430855541848,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-257-5432 / 영업시간: 09:30 ~ 20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1911b6d1a1f052258302",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "beb82e09c717cd9f8ad2",
+ "label": "콩국수(여름)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b1f4e4f0b29ce136b60b",
+ "label": "칼국수(곱빼기)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1911b6d1a1f052258302-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "beb82e09c717cd9f8ad2-history",
+ "label": "콩국수(여름)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b1f4e4f0b29ce136b60b-history",
+ "label": "칼국수(곱빼기)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13385",
+ "name": "생일집",
+ "businessName": "생일집",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로791번길 45 (중동) (중동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.32931900162008,
+ "longitude": 127.43084985672475,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-226-5254 / 영업시간: 09:00~21:00 / 매주 목요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fe2e03543223f4b6d3f4",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fe3f449d61855b490c21",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2d41d1f601d941de9487",
+ "label": "소머리국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fe2e03543223f4b6d3f4-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fe3f449d61855b490c21-history",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2d41d1f601d941de9487-history",
+ "label": "소머리국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2540",
+ "name": "성심관",
+ "businessName": "성심관",
+ "categorySlug": "chinese",
+ "address": "대전광역시 동구 동대전로 208 (자양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3401647426563,
+ "longitude": 127.449098715918,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-637-2822 / 영업시간: 10:00~19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "977b62686594381835f6",
+ "label": "짜장면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d694d53bf0fbd89fe3cc",
+ "label": "짬뽕",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b941a41347bb287ba773",
+ "label": "탕수육(中)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8559e8126020cea8f7f3",
+ "label": "우동",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7e900dc1a2d6eced0202",
+ "label": "간짜장",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f690c3e46c20689a9dc1",
+ "label": "울면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9fb2710f75d429d2e76e",
+ "label": "군만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c4b07d809ff792f14c39",
+ "label": "볶음밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "15d5f0d4ee825328443d",
+ "label": "짜장밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9bdccac1be7483edc3d0",
+ "label": "짬뽕밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7f155dfd58302c2bea7a",
+ "label": "육개장",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "04e411fda35338dff7dd",
+ "label": "오므라이스",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0f9f2d6b0a9ac441eb40",
+ "label": "김치볶음밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f38ef6a5e8086b401504",
+ "label": "잡채밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "84b4197e31d352031433",
+ "label": "콩국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "35fb45c01a30e4416629",
+ "label": "새우볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d8393c6cfdc1f0696558",
+ "label": "삼선짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5a1e132c0754975be4cc",
+ "label": "양념탕수육",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "977b62686594381835f6-history",
+ "label": "짜장면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d694d53bf0fbd89fe3cc-history",
+ "label": "짬뽕",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b941a41347bb287ba773-history",
+ "label": "탕수육(中)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8559e8126020cea8f7f3-history",
+ "label": "우동",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7e900dc1a2d6eced0202-history",
+ "label": "간짜장",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f690c3e46c20689a9dc1-history",
+ "label": "울면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9fb2710f75d429d2e76e-history",
+ "label": "군만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c4b07d809ff792f14c39-history",
+ "label": "볶음밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "15d5f0d4ee825328443d-history",
+ "label": "짜장밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9bdccac1be7483edc3d0-history",
+ "label": "짬뽕밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7f155dfd58302c2bea7a-history",
+ "label": "육개장",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "04e411fda35338dff7dd-history",
+ "label": "오므라이스",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0f9f2d6b0a9ac441eb40-history",
+ "label": "김치볶음밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f38ef6a5e8086b401504-history",
+ "label": "잡채밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "84b4197e31d352031433-history",
+ "label": "콩국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "35fb45c01a30e4416629-history",
+ "label": "새우볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d8393c6cfdc1f0696558-history",
+ "label": "삼선짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5a1e132c0754975be4cc-history",
+ "label": "양념탕수육",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11390",
+ "name": "태화장터칼국수",
+ "businessName": "태화장터칼국수",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 화진길 11-4 (태화동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5552335681624,
+ "longitude": 129.308547033364,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "들깨칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 들깨칼국수 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-244-6569",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "330a321735bdbb9bd496",
+ "label": "들깨칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "96397dbe4ff058829cac",
+ "label": "수제비",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "330a321735bdbb9bd496-history",
+ "label": "들깨칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "96397dbe4ff058829cac-history",
+ "label": "수제비",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13648",
+ "name": "텃밭의반찬&분식",
+ "businessName": "텃밭의반찬&분식",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 계변고개 11 (복산동) .",
+ "district": "울산광역시 중구",
+ "latitude": 35.560346871362604,
+ "longitude": 129.328562284427,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "339e09172f62a1451b79",
+ "label": "된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8a8bb0a40a7946ab37e5",
+ "label": "비빔밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "339e09172f62a1451b79-history",
+ "label": "된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8a8bb0a40a7946ab37e5-history",
+ "label": "비빔밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18450",
+ "name": "파송송분식",
+ "businessName": "파송송분식",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 종가4길 5 (유곡동) 101호",
+ "district": "울산광역시 중구",
+ "latitude": 35.56051072842763,
+ "longitude": 129.29590608898556,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "떡볶이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1342-4911 / 영업시간: 월~금 08:30~20:00 토요일 08:30~18:00 일요일 08:30~15:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6cc4ca0bc9e0597d093f",
+ "label": "떡볶이",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0c535fc9e7aac3aed06e",
+ "label": "순대",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6cc4ca0bc9e0597d093f-history",
+ "label": "떡볶이",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0c535fc9e7aac3aed06e-history",
+ "label": "순대",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10199",
+ "name": "자연셀프 세차장",
+ "businessName": "자연셀프 세차장",
+ "categorySlug": "other-service",
+ "address": "세종특별자치시 금남면 용포로 32",
+ "district": "세종특별자치시 금남면",
+ "latitude": 36.4613848948516,
+ "longitude": 127.280691708831,
+ "representativePriceAmount": 1000,
+ "representativePriceLabel": "고압세척(2분30초)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 고압세척(2분30초) 1,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "39e8238573ef6b7fe94f",
+ "label": "고압세척(2분30초)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "220cf8bc20b062312379",
+ "label": "에어청소(3분)",
+ "amount": 500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "39e8238573ef6b7fe94f-history",
+ "label": "고압세척(2분30초)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "220cf8bc20b062312379-history",
+ "label": "에어청소(3분)",
+ "amount": 500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19178",
+ "name": "전주미담콩나물국바바",
+ "businessName": "전주미담콩나물국바바",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 아름서1길 27 (아름동) 101호",
+ "district": "세종특별자치시 아름서1길",
+ "latitude": 36.51128159316062,
+ "longitude": 127.24363527534015,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "콩나물국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1440-1549",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "57f35dba9f77b83d232e",
+ "label": "콩나물국밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ba61691b390963fbcac7",
+ "label": "만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "57f35dba9f77b83d232e-history",
+ "label": "콩나물국밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ba61691b390963fbcac7-history",
+ "label": "만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15901",
+ "name": "정브레드",
+ "businessName": "정브레드",
+ "categorySlug": "other-food",
+ "address": "세종특별자치시 새롬중앙1로 13 (새롬동, 새뜸마을6단지) 상가",
+ "district": "세종특별자치시 새롬중앙1로",
+ "latitude": 36.48442826252241,
+ "longitude": 127.25083904576256,
+ "representativePriceAmount": 1000,
+ "representativePriceLabel": "찹쌀 도너츠",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 찹쌀 도너츠 1,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-864-3311",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d77e5866677bbbc598b0",
+ "label": "찹쌀 도너츠",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6e1fb8e6a1113f981e13",
+ "label": "마들렌(레몬)",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d77e5866677bbbc598b0-history",
+ "label": "찹쌀 도너츠",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6e1fb8e6a1113f981e13-history",
+ "label": "마들렌(레몬)",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15900",
+ "name": "집밥한식뷔페",
+ "businessName": "집밥한식뷔페",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 부강면 부강외천로 139 집밥한식뷔페",
+ "district": "세종특별자치시 부강면",
+ "latitude": 36.52811606536304,
+ "longitude": 127.3824825445357,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1411-3828 / 영업시간: 월~토, 10:30~15:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e7d1602f1f9229f5c74e",
+ "label": "한식뷔페",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e7d1602f1f9229f5c74e-history",
+ "label": "한식뷔페",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3400",
+ "name": "동남세탁소",
+ "businessName": "동남세탁소",
+ "categorySlug": "laundry",
+ "address": "경기도 수원시 장안구 만석로101번길 46 (정자동)",
+ "district": "경기도 수원시",
+ "latitude": 37.3007439187584,
+ "longitude": 126.991377835815,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "드라이클리닝",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이클리닝 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-253-1414 / 영업시간: 09:00~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b9dd6eb50d4e0982f2c6",
+ "label": "드라이클리닝",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f716032a089d31acfc9a",
+ "label": "수선",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b9dd6eb50d4e0982f2c6-history",
+ "label": "드라이클리닝",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f716032a089d31acfc9a-history",
+ "label": "수선",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3393",
+ "name": "동아사우나",
+ "businessName": "동아사우나",
+ "categorySlug": "bath",
+ "address": "경기도 수원시 영통구 매여울로40번길 45 (매탄동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2727443891937,
+ "longitude": 127.047494082233,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "일반 입욕비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 일반 입욕비 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-214-3537 / 영업시간: 매일 05:30~19:00 * 계절별 조율",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "500c141507437ecee324",
+ "label": "일반 입욕비",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "500c141507437ecee324-history",
+ "label": "일반 입욕비",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11391",
+ "name": "똘똘이네M카페",
+ "businessName": "똘똘이네M카페",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 권선구 고색로 54번길66 (고색동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2474159314554,
+ "longitude": 126.983768254338,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "생삼겹(100g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생삼겹(100g) 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-278-5081",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fb2e0777ca23c579a3f2",
+ "label": "생삼겹(100g)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d4928b2e2aa9cd5bcb16",
+ "label": "비빔냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b64d55807afac44b1e7c",
+ "label": "물냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fb2e0777ca23c579a3f2-history",
+ "label": "생삼겹(100g)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d4928b2e2aa9cd5bcb16-history",
+ "label": "비빔냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b64d55807afac44b1e7c-history",
+ "label": "물냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13795",
+ "name": "박사로냉면",
+ "businessName": "박사로냉면",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 서면 박사로 839 박사로냉면",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8919570462785,
+ "longitude": 127.68961561665465,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1399-2411 / 영업시간: 10:00 - 18:50 라스트오더 18:45 매주 월요일 정기휴무 동절기에는 19시까지 운영",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1cd68a57dcf7082ef4dc",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b813102efdce95fcb76f",
+ "label": "갈비만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1cd68a57dcf7082ef4dc-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b813102efdce95fcb76f-history",
+ "label": "갈비만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11109",
+ "name": "박설매미용실",
+ "businessName": "박설매미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 서부대성로 126-1 1층(운교동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8783657017514,
+ "longitude": 127.73400940214,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "96d9e317af7948f7b465",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "96d9e317af7948f7b465-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4342",
+ "name": "박혜숙헤어",
+ "businessName": "박혜숙헤어",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 춘천로309번길 7 (후평동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8823136801827,
+ "longitude": 127.746727606313,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-257-1360",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "edb4ef5364fd6bde14c4",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "edb4ef5364fd6bde14c4-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4383",
+ "name": "밥보네집",
+ "businessName": "밥보네집",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 서부대성로 239번길 4 (효자동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8730237470997,
+ "longitude": 127.744950136894,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "제육볶음정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육볶음정식 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-2123 / 영업시간: 10:00 - 21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2c55b3f6e2c31807a34f",
+ "label": "제육볶음정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cb94c264dd00a9085c9e",
+ "label": "닭볶음정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "14d230bd3eeaf1bab585",
+ "label": "오징어볶음정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2c55b3f6e2c31807a34f-history",
+ "label": "제육볶음정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cb94c264dd00a9085c9e-history",
+ "label": "닭볶음정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "14d230bd3eeaf1bab585-history",
+ "label": "오징어볶음정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15845",
+ "name": "다정순대국",
+ "businessName": "다정순대국",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 직지대로 844-2 (우암동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.64864564378414,
+ "longitude": 127.48481810685502,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-274-1954",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c148af6519e95c97cfb2",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c148af6519e95c97cfb2-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16073",
+ "name": "달시쓰",
+ "businessName": "달시쓰",
+ "categorySlug": "other-food",
+ "address": "충청북도 청주시 서원구 창직로 104 (사직동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.63017696582773,
+ "longitude": 127.47323022163665,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "210e6550275650c1b076",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "972da0bcf512c5427e94",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "210e6550275650c1b076-history",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "972da0bcf512c5427e94-history",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15579",
+ "name": "듀팡과자점",
+ "businessName": "듀팡과자점",
+ "categorySlug": "bakery",
+ "address": "충청남도 천안시 서북구 늘푸른5길 22 (두정동) 102호",
+ "district": "충청남도 천안시",
+ "latitude": 36.827325601311905,
+ "longitude": 127.12967689750721,
+ "representativePriceAmount": 1600,
+ "representativePriceLabel": "슈크림빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 슈크림빵 1,600원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-556-0456 / 영업시간: 08:00~22:00 정기휴무 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3143e2b2896dc159931b",
+ "label": "슈크림빵",
+ "amount": 1600,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8bd5f88d4e398fb506a6",
+ "label": "단팥빵",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8da3666c430bf65f83d8",
+ "label": "추억의 야채빵",
+ "amount": 2900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3143e2b2896dc159931b-history",
+ "label": "슈크림빵",
+ "amount": 1600,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8bd5f88d4e398fb506a6-history",
+ "label": "단팥빵",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8da3666c430bf65f83d8-history",
+ "label": "추억의 야채빵",
+ "amount": 2900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14667",
+ "name": "디저트카페 아마이",
+ "businessName": "디저트카페 아마이",
+ "categorySlug": "other-food",
+ "address": "충청남도 천안시 동남구 신촌4로 34 (신방동) .",
+ "district": "충청남도 천안시",
+ "latitude": 36.789176140906456,
+ "longitude": 127.1251417877315,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1324-8466 / 영업시간: *주말 20% 할인 이벤트 진행 중 *소방, 경찰 공무원 아메리카노 무료 제공 월~토 10:00~02:00 일 12:00~22:00 휴무일 없음",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fb7e9ce3ff2cc5682c8e",
+ "label": "아메리카노",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fb7e9ce3ff2cc5682c8e-history",
+ "label": "아메리카노",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15305",
+ "name": "로봇카페 쉼21",
+ "businessName": "로봇카페 쉼21",
+ "categorySlug": "other-food",
+ "address": "충청남도 천안시 서북구 불당21로 71 (불당동) 1층 108호",
+ "district": "충청남도 천안시",
+ "latitude": 36.81296311764873,
+ "longitude": 127.1081762349608,
+ "representativePriceAmount": 1500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1365-2171 / 영업시간: 매일 09:00~23:30 휴무일 없음",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cbfcb38b1a09a84a970f",
+ "label": "아메리카노",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "00abe8aa6e7dc0a39eb5",
+ "label": "카페라떼",
+ "amount": 3600,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cbfcb38b1a09a84a970f-history",
+ "label": "아메리카노",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "00abe8aa6e7dc0a39eb5-history",
+ "label": "카페라떼",
+ "amount": 3600,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5445",
+ "name": "자유식당",
+ "businessName": "자유식당",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 풍남문3길 25 (전동)",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8148512494836,
+ "longitude": 127.146919020928,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-286-1986 / 영업시간: 오픈 시간은 일정하지 않으며 21:30분에 닫음",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ea016189c6520a3b928b",
+ "label": "청국장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "497b20890aa938d639aa",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "af4177e03dcbca143e57",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ea016189c6520a3b928b-history",
+ "label": "청국장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "497b20890aa938d639aa-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "af4177e03dcbca143e57-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5432",
+ "name": "전원갈비",
+ "businessName": "전원갈비",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 서신천변로 57",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8306785212809,
+ "longitude": 127.114061757425,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "우렁쌈밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우렁쌈밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-242-8560 / 영업시간: 월~토 11:00-22:00 (휴무 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "45a3aa1d1b5bdd8c5cc4",
+ "label": "우렁쌈밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "45a3aa1d1b5bdd8c5cc4-history",
+ "label": "우렁쌈밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18285",
+ "name": "울도숯불갈비",
+ "businessName": "울도숯불갈비",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 대양로 107-1 (연산동) 1층",
+ "district": "전라남도 목포시",
+ "latitude": 34.821537871081894,
+ "longitude": 126.39121589517268,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "돌판비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌판비빔밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-276-7800",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bacf125b3a3778b72f2e",
+ "label": "돌판비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bacf125b3a3778b72f2e-history",
+ "label": "돌판비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5624",
+ "name": "유달산추어탕",
+ "businessName": "유달산추어탕",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 노적봉길 22-1 (죽동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7900302636707,
+ "longitude": 126.383065291475,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-270-7030 / 영업시간: 09:00-20:00 정기휴무(매달 2번째 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fcf24ba0d32a3e39da5a",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "01227cf8be9994814481",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a651b28f0de7753f8903",
+ "label": "우렁이추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "97a22d9c5ab87071c91c",
+ "label": "해물파전",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fcf24ba0d32a3e39da5a-history",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "01227cf8be9994814481-history",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a651b28f0de7753f8903-history",
+ "label": "우렁이추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "97a22d9c5ab87071c91c-history",
+ "label": "해물파전",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11413",
+ "name": "유달손칼국수",
+ "businessName": "유달손칼국수",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 상동로 65 (상동) 유달손칼국수",
+ "district": "전라남도 목포시",
+ "latitude": 34.81503671921055,
+ "longitude": 126.41272602035068,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "멸치칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치칼국수 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-278-1093",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5e4c4ecbe6da655384c7",
+ "label": "멸치칼국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "abff08e830d679e828b0",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "38b11ac5d20005eaf1bf",
+ "label": "팥칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5e4c4ecbe6da655384c7-history",
+ "label": "멸치칼국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "abff08e830d679e828b0-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "38b11ac5d20005eaf1bf-history",
+ "label": "팥칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10498",
+ "name": "일로순대",
+ "businessName": "일로순대",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 삼일로13번길 4 (남교동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7936987314894,
+ "longitude": 126.383236507782,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-243-9424",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "86f6c662d39d33efee86",
+ "label": "순대",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e26475506926fc701851",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "86f6c662d39d33efee86-history",
+ "label": "순대",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e26475506926fc701851-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18335",
+ "name": "기와집식당",
+ "businessName": "기와집식당",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 연일읍 동문로 45-2 기와집식당",
+ "district": "경상북도 포항시",
+ "latitude": 35.994115629687634,
+ "longitude": 129.35170500121095,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "소고기국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소고기국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-283-9888",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5c9278fca628e9c9b6cd",
+ "label": "소고기국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "75c99f5c98c6a6e7a2de",
+ "label": "들깨시래기국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5c9278fca628e9c9b6cd-history",
+ "label": "소고기국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "75c99f5c98c6a6e7a2de-history",
+ "label": "들깨시래기국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14714",
+ "name": "길커피",
+ "businessName": "길커피",
+ "categorySlug": "other-food",
+ "address": "경상북도 포항시 남구 송도해안길73번길 2 (송도동) 1층",
+ "district": "경상북도 포항시",
+ "latitude": 36.03715240915286,
+ "longitude": 129.37803218689874,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "원두커피",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 원두커피 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "715ad751e95ea0678a95",
+ "label": "원두커피",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "47f422e25dd960f7b781",
+ "label": "생강차",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "148e7fdcbb54a07f71d8",
+ "label": "대추차",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "715ad751e95ea0678a95-history",
+ "label": "원두커피",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "47f422e25dd960f7b781-history",
+ "label": "생강차",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "148e7fdcbb54a07f71d8-history",
+ "label": "대추차",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18614",
+ "name": "동마산시장 815족발",
+ "businessName": "동마산시장 815족발",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 합성남9길 64 (합성동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.23951128222638,
+ "longitude": 128.58769435088436,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "족발한팩",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 족발한팩 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-255-0815 / 영업시간: 매일 12:00 - 21:40",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3c35275523522fb44011",
+ "label": "족발한팩",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3c35275523522fb44011-history",
+ "label": "족발한팩",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16320",
+ "name": "동북식당",
+ "businessName": "동북식당",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 회원동15길 32 (회원동, 대양빌라) 동북식당",
+ "district": "경상남도 창원시",
+ "latitude": 35.2204142401416,
+ "longitude": 128.57174853653618,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "한정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-224-4004",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b4562ec984db220e6d16",
+ "label": "한정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b4562ec984db220e6d16-history",
+ "label": "한정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11421",
+ "name": "동촌손칼국수",
+ "businessName": "동촌손칼국수",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 합성남3길 39 (합성동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2388486973012,
+ "longitude": 128.585592677036,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-255-3378",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e06ee87d76c7c08d12be",
+ "label": "손칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1a0bd269e52024979d0f",
+ "label": "손수제비",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c99dd348bee0e38f6fa2",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e06ee87d76c7c08d12be-history",
+ "label": "손칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1a0bd269e52024979d0f-history",
+ "label": "손수제비",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c99dd348bee0e38f6fa2-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7044",
+ "name": "남문이용원",
+ "businessName": "남문이용원",
+ "categorySlug": "barber",
+ "address": "제주특별자치도 제주시 남성로 125 (삼도일동)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5090975162483,
+ "longitude": 126.518756056763,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "일반컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 일반컷트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-757-5935 / 영업시간: 휴게시간 13:00에영업시작 13시0분에영업시작 화 08:00-18:00 12:00-13:00휴게시간 수 08:00-18:00 12:00-13:00휴게시간 목 08:00-18:00 12:00-13:00휴게시간 금 08:00-18:00 12:00-13:00휴게시간 토 08:00-18:00 12:00-13:00휴게시간 일 정기휴무(매주일요일) 월 08:00-18:00 12:00-13:00휴게시간",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "34c2ead86073e84db27e",
+ "label": "일반컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "434879a5992bfb82139a",
+ "label": "학생컷트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d1119eb47eff58f906c9",
+ "label": "컷 학생 컷트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "34c2ead86073e84db27e-history",
+ "label": "일반컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "434879a5992bfb82139a-history",
+ "label": "학생컷트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d1119eb47eff58f906c9-history",
+ "label": "컷 학생 컷트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7222",
+ "name": "남촌식당",
+ "businessName": "남촌식당",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 서광로 174",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4997144726038,
+ "longitude": 126.514871117614,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "멸치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-753-1502",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4d1830147abb74d3ddd9",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3bc7bcdcb0f05b10e245",
+ "label": "고기국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4d1830147abb74d3ddd9-history",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3bc7bcdcb0f05b10e245-history",
+ "label": "고기국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10624",
+ "name": "남현순대",
+ "businessName": "남현순대",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 천수로 56 108동 102호",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5039520338025,
+ "longitude": 126.542601590797,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "멸치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-751-3374",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "745a6a036b47c468f9a9",
+ "label": "멸치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "371fa92453effb52f340",
+ "label": "몸국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8dfbd885cafb69f43965",
+ "label": "냉국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "745a6a036b47c468f9a9-history",
+ "label": "멸치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "371fa92453effb52f340-history",
+ "label": "몸국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8dfbd885cafb69f43965-history",
+ "label": "냉국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19061",
+ "name": "이모네감자탕",
+ "businessName": "이모네감자탕",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 새문안로9길 29-3 (당주동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.571272473253565,
+ "longitude": 126.97522954478573,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "뼈해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뼈해장국 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-733-7314",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "40a48551f039f2610793",
+ "label": "뼈해장국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "40a48551f039f2610793-history",
+ "label": "뼈해장국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-950",
+ "name": "이소빈 머리나라",
+ "businessName": "이소빈 머리나라",
+ "categorySlug": "beauty",
+ "address": "서울특별시 종로구 명륜길 9 (명륜3가)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5879678107949,
+ "longitude": 126.996150319087,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-766-0545 / 영업시간: 17:00에17시0분에 금 09:00-17:00 토 09:00-17:00 일 정기휴무(매주일요일) 월 09:00-17:00 화 09:00-17:00 수 09:00-17:00 목 09:00-17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fe56a992178eae02d730",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fe56a992178eae02d730-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-955",
+ "name": "인사동칼국수",
+ "businessName": "인사동칼국수",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 인사동5길 25 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5720973140597,
+ "longitude": 126.985392406484,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-737-1151 / 영업시간: 월~금 07:00-19:00 토, 10:00~15:00 일요일,공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "db61cd965159e52c382c",
+ "label": "칼국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f79f357ac590e0446996",
+ "label": "된장찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f686f6d5824171628bb7",
+ "label": "순두부",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "db61cd965159e52c382c-history",
+ "label": "칼국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f79f357ac590e0446996-history",
+ "label": "된장찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f686f6d5824171628bb7-history",
+ "label": "순두부",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17053",
+ "name": "쭈니네부엌",
+ "businessName": "쭈니네부엌",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 중구로 86 (대청동4가) 1층",
+ "district": "부산광역시 중구",
+ "latitude": 35.10453814088189,
+ "longitude": 129.03021358937883,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "추억의쫄우동",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추억의쫄우동 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-467-9359",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a477ed2e3270932317be",
+ "label": "추억의쫄우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0475b2bc1cb47a5ae1c5",
+ "label": "카레덮밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "52f9ceb14db7343e765d",
+ "label": "제육덮밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a477ed2e3270932317be-history",
+ "label": "추억의쫄우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0475b2bc1cb47a5ae1c5-history",
+ "label": "카레덮밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "52f9ceb14db7343e765d-history",
+ "label": "제육덮밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1639",
+ "name": "청춘탕수육",
+ "businessName": "청춘탕수육",
+ "categorySlug": "chinese",
+ "address": "부산광역시 중구 대청로135번길18 (중앙동4가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1043355825209,
+ "longitude": 129.034908852842,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-468-3786 / 영업시간: 영업시간 :10:30~21:00 일요일 휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "aba099ccb520e0decfa3",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "628cb5d65691a553d363",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "be9f3f398176a40890cc",
+ "label": "볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "aba099ccb520e0decfa3-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "628cb5d65691a553d363-history",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "be9f3f398176a40890cc-history",
+ "label": "볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1633",
+ "name": "카페두콩",
+ "businessName": "카페두콩",
+ "categorySlug": "other-food",
+ "address": "부산광역시 중구 흑교로46번길8 (보수동1가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1034858345236,
+ "longitude": 129.025890398337,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:00-13:30 일요일 휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bc2096f155ba6bb3f86a",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "474931ab6a9b68a04a4c",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bc2096f155ba6bb3f86a-history",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "474931ab6a9b68a04a4c-history",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18938",
+ "name": "커피컵피",
+ "businessName": "커피컵피",
+ "categorySlug": "other-food",
+ "address": "부산광역시 중구 대청로135번길 13-1 (중앙동4가) 1,2층",
+ "district": "부산광역시 중구",
+ "latitude": 35.10404106218001,
+ "longitude": 129.03464555501037,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "커피",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-2085-0982 / 영업시간: 영업시간 : 08:00 ~ 21:00 / 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b1f6ae3317959e4df717",
+ "label": "커피",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "678e2952799ecfc6a4a9",
+ "label": "커피(스페셜)",
+ "amount": 2300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2357bd35e1f19931bf9c",
+ "label": "카페라떼",
+ "amount": 3300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7cbd2804bba6ebc41054",
+ "label": "시나몬카푸치노",
+ "amount": 3300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b1f6ae3317959e4df717-history",
+ "label": "커피",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "678e2952799ecfc6a4a9-history",
+ "label": "커피(스페셜)",
+ "amount": 2300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2357bd35e1f19931bf9c-history",
+ "label": "카페라떼",
+ "amount": 3300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7cbd2804bba6ebc41054-history",
+ "label": "시나몬카푸치노",
+ "amount": 3300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10077",
+ "name": "특별한돼지국밥",
+ "businessName": "특별한돼지국밥",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 국채보상로140길 35 (동인동4가) .",
+ "district": "대구광역시 중구",
+ "latitude": 35.867239763231744,
+ "longitude": 128.60637360935215,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "돼지국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-5243",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d2a4b69dd0703672f960",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "00a459006146926eaf37",
+ "label": "내장국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b713b99dd8c318257e1b",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d2a4b69dd0703672f960-history",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "00a459006146926eaf37-history",
+ "label": "내장국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b713b99dd8c318257e1b-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14629",
+ "name": "포항회식당",
+ "businessName": "포항회식당",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 대봉로 240 (대봉동, 대봉서한포레스트) 상가 106호. 포항회식당",
+ "district": "대구광역시 중구",
+ "latitude": 35.860129676053866,
+ "longitude": 128.6023289015774,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-422-4415 / 영업시간: 평일, 토요일 11:00 - 19:00 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "55e751eb61693caac548",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f057ee5e80db1e20a7e2",
+ "label": "제육정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "55e751eb61693caac548-history",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f057ee5e80db1e20a7e2-history",
+ "label": "제육정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17974",
+ "name": "한강반점",
+ "businessName": "한강반점",
+ "categorySlug": "chinese",
+ "address": "대구광역시 중구 달구벌대로387길 42 (대신동) 1층",
+ "district": "대구광역시 중구",
+ "latitude": 35.86500733659813,
+ "longitude": 128.57524030565048,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-253-7518 / 영업시간: 월~일 10:30~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "711d0094290f423fd152",
+ "label": "짜장면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5e780ecade65b2e66019",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d938fb7a4641d64161b9",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "711d0094290f423fd152-history",
+ "label": "짜장면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5e780ecade65b2e66019-history",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d938fb7a4641d64161b9-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2026",
+ "name": "한양뚝배기감자탕",
+ "businessName": "한양뚝배기감자탕",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 국채보상로140길 28 (동인동2가) .",
+ "district": "대구광역시 중구",
+ "latitude": 35.86756096197846,
+ "longitude": 128.60615118148775,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "뚝배기",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뚝배기 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-424-7161 / 영업시간: 08:00am~22:00pm",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f3920536e903fc1f2d1d",
+ "label": "뚝배기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4926930af46b09ba60c1",
+ "label": "갈비탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f740b1d230e58d2f4d1f",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ebbe16586b94ca25731a",
+ "label": "감자수제비",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bc1d5649063cfa0a4230",
+ "label": "냉콩국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fff0bd6c195422df88b1",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1a2e35e45673f2b95439",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b06857941b1acf9dc44c",
+ "label": "비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8749f3164fd538cf4d16",
+ "label": "삼겹살",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b28e6a28094add7850c6",
+ "label": "소곰탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "61cc82eaa6c5477a69da",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f3920536e903fc1f2d1d-history",
+ "label": "뚝배기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4926930af46b09ba60c1-history",
+ "label": "갈비탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f740b1d230e58d2f4d1f-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ebbe16586b94ca25731a-history",
+ "label": "감자수제비",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bc1d5649063cfa0a4230-history",
+ "label": "냉콩국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fff0bd6c195422df88b1-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1a2e35e45673f2b95439-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b06857941b1acf9dc44c-history",
+ "label": "비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8749f3164fd538cf4d16-history",
+ "label": "삼겹살",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b28e6a28094add7850c6-history",
+ "label": "소곰탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "61cc82eaa6c5477a69da-history",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14011",
+ "name": "진국",
+ "businessName": "진국",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 제물량로 245-2 (항동1가) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.473760992186925,
+ "longitude": 126.61789147782304,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "콩나물국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-772-0321",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bcffaa5439bea2013475",
+ "label": "콩나물국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "abb3cf337674e17de910",
+ "label": "사골곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bcffaa5439bea2013475-history",
+ "label": "콩나물국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "abb3cf337674e17de910-history",
+ "label": "사골곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16952",
+ "name": "진순두부",
+ "businessName": "진순두부",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 우현로35번길 24-3 (신포동) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.47101351299041,
+ "longitude": 126.62511183339346,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "바지락순두부+솥밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바지락순두부+솥밥 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-764-9898",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "35f28c5dbfae0f63efec",
+ "label": "바지락순두부+솥밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a5dfcdc7e5e213f8104d",
+ "label": "들깨버섯순두부+솥밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7b6013a8b48f30889b5d",
+ "label": "청국장순두부+솥밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "040cc557e0544e5f7257",
+ "label": "굴순두부+솥밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "35f28c5dbfae0f63efec-history",
+ "label": "바지락순두부+솥밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a5dfcdc7e5e213f8104d-history",
+ "label": "들깨버섯순두부+솥밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7b6013a8b48f30889b5d-history",
+ "label": "청국장순두부+솥밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "040cc557e0544e5f7257-history",
+ "label": "굴순두부+솥밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14225",
+ "name": "진흥각",
+ "businessName": "진흥각",
+ "categorySlug": "chinese",
+ "address": "인천광역시 중구 신포로23번길 20 (중앙동4가) 1층",
+ "district": "인천광역시 중구",
+ "latitude": 37.471703087227134,
+ "longitude": 126.62392009417408,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "유니짜장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 유니짜장 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-772-3058",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "43632da95f2069592ad4",
+ "label": "유니짜장",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "43632da95f2069592ad4-history",
+ "label": "유니짜장",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2249",
+ "name": "주영미용실",
+ "businessName": "주영미용실",
+ "categorySlug": "beauty",
+ "address": "광주광역시 동구 무등로375번길 27-1 1층(계림동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1630933471234,
+ "longitude": 126.924296217507,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "성인남녀컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 성인남녀컷트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-529-3184 / 영업시간: 09:30-18:00 휴무 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c4ea8ff6386742d45a3c",
+ "label": "성인남녀컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "04acd47e7859ddb088bc",
+ "label": "남녀커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c4ea8ff6386742d45a3c-history",
+ "label": "성인남녀컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "04acd47e7859ddb088bc-history",
+ "label": "남녀커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11310",
+ "name": "진 숯불갈비",
+ "businessName": "진 숯불갈비",
+ "categorySlug": "chinese",
+ "address": "광주광역시 동구 무등로 529 (산수동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1564823477708,
+ "longitude": 126.937445538702,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1482-7550 / 영업시간: 영업시간 11:30~22:00 휴게시간 13:30~17:00 휴무일 일요일, 명절",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c45663a1187bda86b4b0",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "db35e7b7781fd940f644",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c45663a1187bda86b4b0-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "db35e7b7781fd940f644-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2277",
+ "name": "참스민",
+ "businessName": "참스민",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 남문로 752-3 1층(학동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1370928662675,
+ "longitude": 126.925449709403,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-232-3883 / 영업시간: 08:30-20:30 휴무일 설, 추석 당일 휴게시간 15:30~16:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3b3332662ada72efe4cc",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a3ba18d38b66d118fb5b",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "56f13d9f3a1724ad18c3",
+ "label": "찌개(순두부된장)",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "70996290a4fefb65eb71",
+ "label": "고구마돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "787b2a1244dd3724b678",
+ "label": "김밥(1줄)",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "757df860f976d998dc0a",
+ "label": "김치김밥(1줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "765c24e93e58e9c847cf",
+ "label": "김치볶음밥",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "04db5a657af534692948",
+ "label": "김치우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "dcc9b5a06615a20a4ebd",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c600fc1c278953320abe",
+ "label": "김치참치볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d420a1c487ea53ed3364",
+ "label": "누드김밥(1줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1a4359de0f960ae4af29",
+ "label": "돈까스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4ed87534cdd732e05464",
+ "label": "된장찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cbb14a413c237f80e4bd",
+ "label": "떡국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7c607b4e88293f3c04a1",
+ "label": "떡만두국",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b5c9e802e978a546f096",
+ "label": "떡볶이(쌀)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d172a5ed9873c8e042fa",
+ "label": "라볶이",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d50498d3eb804549ea55",
+ "label": "만두국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ad8d2b30325ad42bc210",
+ "label": "바지락우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f4df5bb1906ea4e483c2",
+ "label": "볶음밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d803506ddfde04f5aed0",
+ "label": "불고기덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "99c38c564ac6fb657e2a",
+ "label": "비빔모밀",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e57e78d47bb44d53f27f",
+ "label": "비빔밥",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1dc85112625b4c4ee985",
+ "label": "새우볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b2a7f591405d9f4677eb",
+ "label": "순두부찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9cc71df65119f92f9b5e",
+ "label": "오뎅(한그릇)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "524eebe19e8826033910",
+ "label": "우동",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f08a6df82f87e0831e47",
+ "label": "유부우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "30661efa681329b425ea",
+ "label": "제육덮밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e628215001e3ab628050",
+ "label": "쫄면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4b6ed08c47f105140052",
+ "label": "참치김밥(1줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "41dae43ee979554f829f",
+ "label": "참치덮밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b3882edffdad430f95e4",
+ "label": "참치볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "27b1b920490fc16d4456",
+ "label": "참치비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "57b0f293d7bc585f3855",
+ "label": "참치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c99cea27a488fb99f62c",
+ "label": "치즈김밥(1줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "70a453876500ac76d897",
+ "label": "치즈돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4192c6b972661e9056b4",
+ "label": "치즈된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "05bfc5e205370e5f87fe",
+ "label": "치즈떡볶이",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bae3f2f4b7091c1bd49d",
+ "label": "치즈라볶이",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "34fd5d29782104030082",
+ "label": "칼국수(1인분)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3b3332662ada72efe4cc-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a3ba18d38b66d118fb5b-history",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "56f13d9f3a1724ad18c3-history",
+ "label": "찌개(순두부된장)",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "70996290a4fefb65eb71-history",
+ "label": "고구마돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "787b2a1244dd3724b678-history",
+ "label": "김밥(1줄)",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "757df860f976d998dc0a-history",
+ "label": "김치김밥(1줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "765c24e93e58e9c847cf-history",
+ "label": "김치볶음밥",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "04db5a657af534692948-history",
+ "label": "김치우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "dcc9b5a06615a20a4ebd-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c600fc1c278953320abe-history",
+ "label": "김치참치볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d420a1c487ea53ed3364-history",
+ "label": "누드김밥(1줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1a4359de0f960ae4af29-history",
+ "label": "돈까스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4ed87534cdd732e05464-history",
+ "label": "된장찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cbb14a413c237f80e4bd-history",
+ "label": "떡국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7c607b4e88293f3c04a1-history",
+ "label": "떡만두국",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b5c9e802e978a546f096-history",
+ "label": "떡볶이(쌀)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d172a5ed9873c8e042fa-history",
+ "label": "라볶이",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d50498d3eb804549ea55-history",
+ "label": "만두국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ad8d2b30325ad42bc210-history",
+ "label": "바지락우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f4df5bb1906ea4e483c2-history",
+ "label": "볶음밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d803506ddfde04f5aed0-history",
+ "label": "불고기덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "99c38c564ac6fb657e2a-history",
+ "label": "비빔모밀",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e57e78d47bb44d53f27f-history",
+ "label": "비빔밥",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1dc85112625b4c4ee985-history",
+ "label": "새우볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b2a7f591405d9f4677eb-history",
+ "label": "순두부찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9cc71df65119f92f9b5e-history",
+ "label": "오뎅(한그릇)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "524eebe19e8826033910-history",
+ "label": "우동",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f08a6df82f87e0831e47-history",
+ "label": "유부우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "30661efa681329b425ea-history",
+ "label": "제육덮밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e628215001e3ab628050-history",
+ "label": "쫄면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4b6ed08c47f105140052-history",
+ "label": "참치김밥(1줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "41dae43ee979554f829f-history",
+ "label": "참치덮밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b3882edffdad430f95e4-history",
+ "label": "참치볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "27b1b920490fc16d4456-history",
+ "label": "참치비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "57b0f293d7bc585f3855-history",
+ "label": "참치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c99cea27a488fb99f62c-history",
+ "label": "치즈김밥(1줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "70a453876500ac76d897-history",
+ "label": "치즈돈까스",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4192c6b972661e9056b4-history",
+ "label": "치즈된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "05bfc5e205370e5f87fe-history",
+ "label": "치즈떡볶이",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bae3f2f4b7091c1bd49d-history",
+ "label": "치즈라볶이",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "34fd5d29782104030082-history",
+ "label": "칼국수(1인분)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14318",
+ "name": "손복순수라상뷔페",
+ "businessName": "손복순수라상뷔페",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 석천로 7-15 (낭월동) 낭월동",
+ "district": "대전광역시 동구",
+ "latitude": 36.27595980984733,
+ "longitude": 127.46565739495651,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "뷔페(~7세)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뷔페(~7세) 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-272-3233 / 영업시간: 10:30~18:00 / 일요일 휴무, 토요일은 14시까지만 운영 갓길주차(주차장은 없음)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ce070dba0cbf2b762209",
+ "label": "뷔페(~7세)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bb64cd5b5214cb6a638f",
+ "label": "뷔페(초등~성인)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ce070dba0cbf2b762209-history",
+ "label": "뷔페(~7세)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bb64cd5b5214cb6a638f-history",
+ "label": "뷔페(초등~성인)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2533",
+ "name": "송미용실",
+ "businessName": "송미용실",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 산내로 1302 (낭월동) 103호",
+ "district": "대전광역시 동구",
+ "latitude": 36.27973981942758,
+ "longitude": 127.46857116346227,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "미용료(커트)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-271-9443",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3c54f63516c32d1aa9b1",
+ "label": "미용료(커트)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "14af74ec2d58b59c5e0d",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3c54f63516c32d1aa9b1-history",
+ "label": "미용료(커트)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "14af74ec2d58b59c5e0d-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2524",
+ "name": "수정목욕탕",
+ "businessName": "수정목욕탕",
+ "categorySlug": "bath",
+ "address": "대전광역시 동구 비래서로62번길 103 (가양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3498831171768,
+ "longitude": 127.449018725201,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "목욕료",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-631-3660 / 영업시간: 05:00 ~ 18:00 매주 수요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2ea7a3724ebf058ee693",
+ "label": "목욕료",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2ea7a3724ebf058ee693-history",
+ "label": "목욕료",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18132",
+ "name": "슈퍼몽테마파크",
+ "businessName": "슈퍼몽테마파크",
+ "categorySlug": "other-service",
+ "address": "대전광역시 동구 석천로 8 (낭월동) 2층",
+ "district": "대전광역시 동구",
+ "latitude": 36.27670405471021,
+ "longitude": 127.46581697285043,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "이용료(1시간)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 이용료(1시간) 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-271-1644 / 영업시간: 평일(수, 목, 금) 14:00 ~ 18:00 / 주말(공휴일) 11:00 ~ 18:00 매주 월요일, 화요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6f48025fab16125a38f7",
+ "label": "이용료(1시간)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "91800c208dc8353779c7",
+ "label": "이용료(2시간)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6f48025fab16125a38f7-history",
+ "label": "이용료(1시간)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "91800c208dc8353779c7-history",
+ "label": "이용료(2시간)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14576",
+ "name": "할매칼국수",
+ "businessName": "할매칼국수",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 중앙시장길 21-4 (옥교동) 1층",
+ "district": "울산광역시 중구",
+ "latitude": 35.55535577904836,
+ "longitude": 129.3236810137489,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-245-1333 / 영업시간: 10:00~18:30 매달 3번째 수요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "15c358645d752244231b",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8f50bc0fdad33ce8b487",
+ "label": "콩국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "15c358645d752244231b-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8f50bc0fdad33ce8b487-history",
+ "label": "콩국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2998",
+ "name": "할머니손칼국시",
+ "businessName": "할머니손칼국시",
+ "categorySlug": "korean",
+ "address": "울산광역시 중구 화진4길 20 (태화동)",
+ "district": "울산광역시 중구",
+ "latitude": 35.5559132736789,
+ "longitude": 129.307740756218,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-245-8542",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ee03ae6582839e0decad",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "28dc13a2cfe9f256f059",
+ "label": "비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ee03ae6582839e0decad-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "28dc13a2cfe9f256f059-history",
+ "label": "비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13647",
+ "name": "홍사부",
+ "businessName": "홍사부",
+ "categorySlug": "chinese",
+ "address": "울산광역시 중구 내황14길 50 (반구동, 나린헤리티지 2차) .",
+ "district": "울산광역시 중구",
+ "latitude": 35.55381618863106,
+ "longitude": 129.34837209424774,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-298-0777 / 영업시간: 월요일 정기휴무 화요일~일요일 10:00~20:30 / 20:00 라스트오더",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a5c2158a33f036ad7e61",
+ "label": "자장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "32d42c19bcd96d9aaf25",
+ "label": "냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a5c2158a33f036ad7e61-history",
+ "label": "자장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "32d42c19bcd96d9aaf25-history",
+ "label": "냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14612",
+ "name": "24시해장국",
+ "businessName": "24시해장국",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 번영로156번길 23 (달동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.53975218505595,
+ "longitude": 129.33041512613374,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "순두부찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-274-3344",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b1bf1f5c7b6568f13efc",
+ "label": "순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b1bf1f5c7b6568f13efc-history",
+ "label": "순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10180",
+ "name": "침산똥돼지",
+ "businessName": "침산똥돼지",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 조치원읍 행복6길 40",
+ "district": "세종특별자치시 조치원읍",
+ "latitude": 36.606084930284,
+ "longitude": 127.293726259292,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "오삼불고기(점심특선)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 오삼불고기(점심특선) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-3391",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1f2b1243d51c5431d7c7",
+ "label": "오삼불고기(점심특선)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "142e19855e58125e6d48",
+ "label": "김치찌개(점심특선)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1f2b1243d51c5431d7c7-history",
+ "label": "오삼불고기(점심특선)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "142e19855e58125e6d48-history",
+ "label": "김치찌개(점심특선)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10187",
+ "name": "큰나무식당",
+ "businessName": "큰나무식당",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 금남면 대평시장2길 6 1층",
+ "district": "세종특별자치시 금남면",
+ "latitude": 36.4658590703269,
+ "longitude": 127.282333172075,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "보리밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-866-4924",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e54b9d3d4229d440005f",
+ "label": "보리밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e54b9d3d4229d440005f-history",
+ "label": "보리밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10175",
+ "name": "한아름식당",
+ "businessName": "한아름식당",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 연동면 태산로 60 청정상가 102호",
+ "district": "세종특별자치시 연동면",
+ "latitude": 36.5290966808229,
+ "longitude": 127.351449156014,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-868-5005",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "aa04f0f6e38ef8cadc94",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8678ab83898f4483e007",
+ "label": "갈비탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "aa04f0f6e38ef8cadc94-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8678ab83898f4483e007-history",
+ "label": "갈비탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10197",
+ "name": "행복한 약초칼국수",
+ "businessName": "행복한 약초칼국수",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 보듬3로 8-15 1층 102호(도담동, 해피라움5)",
+ "district": "세종특별자치시 보듬3로",
+ "latitude": 36.5138053791972,
+ "longitude": 127.258063600072,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-1128",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9770ec500c57924bc47d",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9770ec500c57924bc47d-history",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3387",
+ "name": "뚱가네",
+ "businessName": "뚱가네",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 영통로 217번길5 (영통동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2466692531637,
+ "longitude": 127.056605302185,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "차돌된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 차돌된장찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-234-5208 / 영업시간: 매일 11:00~23:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9c46e5453519cb36428d",
+ "label": "차돌된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eae87ea1722df82cde8e",
+ "label": "돼지김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a48da9d1aa3684da4a43",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9c46e5453519cb36428d-history",
+ "label": "차돌된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eae87ea1722df82cde8e-history",
+ "label": "돼지김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a48da9d1aa3684da4a43-history",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19001",
+ "name": "뚱보네 꽈배기",
+ "businessName": "뚱보네 꽈배기",
+ "categorySlug": "bakery",
+ "address": "경기도 수원시 장안구 경수대로1081번길 39 (파장동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.30773025414107,
+ "longitude": 126.99299873461685,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "꽈배기(3개)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 꽈배기(3개) 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1489-1202 / 영업시간: 10:00~18:00 월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b243e59789df81c18fe7",
+ "label": "꽈배기(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ff51a2316345cd3ea86c",
+ "label": "고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1cb0ee5850013ae47096",
+ "label": "팥도너츠",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b243e59789df81c18fe7-history",
+ "label": "꽈배기(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ff51a2316345cd3ea86c-history",
+ "label": "고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1cb0ee5850013ae47096-history",
+ "label": "팥도너츠",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18122",
+ "name": "러너커피로스터스",
+ "businessName": "러너커피로스터스",
+ "categorySlug": "other-food",
+ "address": "경기도 수원시 장안구 만석로209번길 12 (송죽동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.305402508312305,
+ "longitude": 127.00062950713131,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-3245-3759 / 영업시간: 08:00~20:00 / 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ab87e8c82f8f93b4d808",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "65fffe08ce5e175049e7",
+ "label": "카페라뗴",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ab87e8c82f8f93b4d808-history",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "65fffe08ce5e175049e7-history",
+ "label": "카페라뗴",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4384",
+ "name": "밥짓는마을",
+ "businessName": "밥짓는마을",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 중앙로 63-1 2층(중앙로2가)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8793858304165,
+ "longitude": 127.726806123679,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-242-2624 / 영업시간: 11:30 - 18:30 매주 토요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e73d8af618c893616596",
+ "label": "한식뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e73d8af618c893616596-history",
+ "label": "한식뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11725",
+ "name": "백령밥집",
+ "businessName": "백령밥집",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 백령로 180 (후평동) 가운데 1층",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.87627632697244,
+ "longitude": 127.74631332467781,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "가정식백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-241-2287",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4e35d14492b2b93f5555",
+ "label": "가정식백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "15e19f04403770d0b27f",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1007818e1bed42493cbf",
+ "label": "제육볶음",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4e35d14492b2b93f5555-history",
+ "label": "가정식백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "15e19f04403770d0b27f-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1007818e1bed42493cbf-history",
+ "label": "제육볶음",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16648",
+ "name": "백양세탁소",
+ "businessName": "백양세탁소",
+ "categorySlug": "laundry",
+ "address": "강원특별자치도 춘천시 춘천로 263-1 (후평동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8799279349072,
+ "longitude": 127.74265772378813,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "양복상의",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복상의 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-252-6311 / 영업시간: 매일 09:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a7b23641d8a9cc56ad29",
+ "label": "양복상의",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2fb9d14f48673a5c9015",
+ "label": "양복하의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "349b2d08e465c0809d7a",
+ "label": "셔츠",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a7b23641d8a9cc56ad29-history",
+ "label": "양복상의",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2fb9d14f48673a5c9015-history",
+ "label": "양복하의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "349b2d08e465c0809d7a-history",
+ "label": "셔츠",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16651",
+ "name": "백조컴퓨터세탁",
+ "businessName": "백조컴퓨터세탁",
+ "categorySlug": "laundry",
+ "address": "강원특별자치도 춘천시 퇴계로146번길 12-1 (퇴계동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.85855890084086,
+ "longitude": 127.73469966103542,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "양복상의",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복상의 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-261-8348",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "145e5e2aff423a5b73ab",
+ "label": "양복상의",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "37291fd3ead059e4bbe5",
+ "label": "양복하의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "66c61efa6c13d5079bba",
+ "label": "셔츠",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "145e5e2aff423a5b73ab-history",
+ "label": "양복상의",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "37291fd3ead059e4bbe5-history",
+ "label": "양복하의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "66c61efa6c13d5079bba-history",
+ "label": "셔츠",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15770",
+ "name": "대길식당",
+ "businessName": "대길식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 창신로 34-1 (사창동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.633961660488815,
+ "longitude": 127.46479698824699,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "한우내장탕(보통)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우내장탕(보통) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 049-271-0284",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dda9658c4f877f1f55f0",
+ "label": "한우내장탕(보통)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7308fa66f65dd5b105a0",
+ "label": "한우소머리곰탕(보통)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dda9658c4f877f1f55f0-history",
+ "label": "한우내장탕(보통)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7308fa66f65dd5b105a0-history",
+ "label": "한우소머리곰탕(보통)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4737",
+ "name": "대동관",
+ "businessName": "대동관",
+ "categorySlug": "chinese",
+ "address": "충청북도 청주시 청원구 내수읍 내수로 731-2",
+ "district": "충청북도 청주시",
+ "latitude": 36.7268063827084,
+ "longitude": 127.536156682424,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-214-0020 / 영업시간: 매일 10:30~20:30 매월 첫째,셋째주 월요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9382d5bd361e8e01e946",
+ "label": "자장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fc2449e55df0014f321a",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d4ea0ceb3e46a90bd02f",
+ "label": "우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9382d5bd361e8e01e946-history",
+ "label": "자장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fc2449e55df0014f321a-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d4ea0ceb3e46a90bd02f-history",
+ "label": "우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15578",
+ "name": "로스팅포인트 오렌지",
+ "businessName": "로스팅포인트 오렌지",
+ "categorySlug": "other-food",
+ "address": "충청남도 천안시 서북구 불당25로 154 (불당동) 118호",
+ "district": "충청남도 천안시",
+ "latitude": 36.814917231485325,
+ "longitude": 127.10795228730834,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "핸드드립",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 핸드드립 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: \"07:30~19:00 정기휴무 매주 일요일\"",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3b272c1d1e72028ec231",
+ "label": "핸드드립",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "38a4ea5c1c248574ea24",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ecdf90a5585e5ce259c1",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3b272c1d1e72028ec231-history",
+ "label": "핸드드립",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "38a4ea5c1c248574ea24-history",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ecdf90a5585e5ce259c1-history",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4961",
+ "name": "루미너스헤어",
+ "businessName": "루미너스헤어",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 서북구 서부12길12 (성정동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8207843702587,
+ "longitude": 127.137340027875,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-575-0727 / 영업시간: 10:00~18:00 정기휴무(2, 4째주 화요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "05c6a69e24e5a6d0b58a",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "05c6a69e24e5a6d0b58a-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11751",
+ "name": "맛짱김밥",
+ "businessName": "맛짱김밥",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 원거리11길 42 (원성동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8010379639367,
+ "longitude": 127.157625650438,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-568-7775 / 영업시간: 10:00~19:00 정기휴무(매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "424837af5b2d64e0321a",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3ad09052c5d105b3a932",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f185c187488db012a2af",
+ "label": "비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "424837af5b2d64e0321a-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3ad09052c5d105b3a932-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f185c187488db012a2af-history",
+ "label": "비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4962",
+ "name": "머리못하는집",
+ "businessName": "머리못하는집",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 서북구 불당17길 14 (불당동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8091043219242,
+ "longitude": 127.11029060282,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-551-9111 / 영업시간: 10:30~20:00 정기휴무(매주 목요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "000796b9461ea31a16ce",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "000796b9461ea31a16ce-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5401",
+ "name": "제일크리너스샵",
+ "businessName": "제일크리너스샵",
+ "categorySlug": "laundry",
+ "address": "전북특별자치도 전주시 덕진구 쪽구름로 37",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8686263475242,
+ "longitude": 127.077142048735,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "양복(1벌)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복(1벌) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-211-2177 / 영업시간: 월~토 09:00-19:00 (일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "520f4becdbc8bdfbcfab",
+ "label": "양복(1벌)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ad600e3d70b05487b2e2",
+ "label": "바지",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "20b6a3bb3f5d6a1aa793",
+ "label": "티셔츠",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "520f4becdbc8bdfbcfab-history",
+ "label": "양복(1벌)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ad600e3d70b05487b2e2-history",
+ "label": "바지",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "20b6a3bb3f5d6a1aa793-history",
+ "label": "티셔츠",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18212",
+ "name": "조선옥미용실",
+ "businessName": "조선옥미용실",
+ "categorySlug": "beauty",
+ "address": "전북특별자치도 전주시 완산구 완산길 105 (서완산동1가) 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.81196716378034,
+ "longitude": 127.13938563394339,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트(학생)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(학생) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-288-1229 / 영업시간: 09:00~18:00 / 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b13190ba426a02608a5a",
+ "label": "커트(학생)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f05107ce65a47b2a2999",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b13190ba426a02608a5a-history",
+ "label": "커트(학생)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f05107ce65a47b2a2999-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11327",
+ "name": "중본이쟁반짜장",
+ "businessName": "중본이쟁반짜장",
+ "categorySlug": "chinese",
+ "address": "전북특별자치도 전주시 완산구 공북로71",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.826119320872,
+ "longitude": 127.139523334928,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-271-2223",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "48131c01c3d545957931",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d6ccc9d1b8fd281c70e6",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2fd47e14ec6d4388bf97",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "48131c01c3d545957931-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d6ccc9d1b8fd281c70e6-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2fd47e14ec6d4388bf97-history",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18286",
+ "name": "작은곰집",
+ "businessName": "작은곰집",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 삼일로13번길 3 (남교동) 작은곰집",
+ "district": "전라남도 목포시",
+ "latitude": 34.79357861479481,
+ "longitude": 126.38329621043106,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-244-2180",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "820a8e0363636a38ee3a",
+ "label": "순대",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5dec522e2e59735d417a",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "820a8e0363636a38ee3a-history",
+ "label": "순대",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5dec522e2e59735d417a-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18287",
+ "name": "조선국수",
+ "businessName": "조선국수",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 교육로66번길 23-1 (상동) 1층",
+ "district": "전라남도 목포시",
+ "latitude": 34.80412602893619,
+ "longitude": 126.42234641443257,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "비빔국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1303-3481",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c07f6ad5d3b7716b5a81",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1d3574d871445362f97b",
+ "label": "멸치국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c07f6ad5d3b7716b5a81-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1d3574d871445362f97b-history",
+ "label": "멸치국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5625",
+ "name": "종가집",
+ "businessName": "종가집",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 노적봉길 22 (죽동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7900216219656,
+ "longitude": 126.383192100449,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-7766 / 영업시간: 10:00-20:00 15:00-16:30 브레이크타임 19:30라스트오더 정기휴무(매달 2 ,4번째일요일) 첫째, 셋째, 다섯째 일요일은 15:00까지 영업",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "39f2f63c979e9ca26461",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "342152886893a912fd37",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a6203297caa1ef52a7bc",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8c46f4fc8089cc336d23",
+ "label": "종가집비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "71c968011e521d281bc5",
+ "label": "차돌청국장",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b97e60ee26a33b6d430d",
+ "label": "홍어청국장",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "39f2f63c979e9ca26461-history",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "342152886893a912fd37-history",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a6203297caa1ef52a7bc-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8c46f4fc8089cc336d23-history",
+ "label": "종가집비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "71c968011e521d281bc5-history",
+ "label": "차돌청국장",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b97e60ee26a33b6d430d-history",
+ "label": "홍어청국장",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18283",
+ "name": "진국밥",
+ "businessName": "진국밥",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 영산로250번길 35 (용당동) 주2동 1층",
+ "district": "전라남도 목포시",
+ "latitude": 34.80020715783033,
+ "longitude": 126.3957145704502,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "돼지머리국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지머리국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-278-0009",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "69520d57371424917108",
+ "label": "돼지머리국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4266560735d1c5c50422",
+ "label": "소머리국밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "69520d57371424917108-history",
+ "label": "돼지머리국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4266560735d1c5c50422-history",
+ "label": "소머리국밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6324",
+ "name": "김육환 미용실",
+ "businessName": "김육환 미용실",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 남구 대이로 14 김육환 미용실",
+ "district": "경상북도 포항시",
+ "latitude": 36.0170774969108,
+ "longitude": 129.343624477205,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "여자커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여자커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-281-7918 / 영업시간: 금 09:30-20:00 토 09:30-18:00 일 09:30-18:00 월 정기휴무(매주월요일) 화 09:30-20:00 수 09:30-20:00 목 09:30-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d1a76f35b76a79296a1e",
+ "label": "여자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "566bbc3ccb3aeeeed7dc",
+ "label": "남자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6c37e8e82bfbdf79e03a",
+ "label": "학생커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d1a76f35b76a79296a1e-history",
+ "label": "여자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "566bbc3ccb3aeeeed7dc-history",
+ "label": "남자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6c37e8e82bfbdf79e03a-history",
+ "label": "학생커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16134",
+ "name": "까꼬뽀꼬",
+ "businessName": "까꼬뽀꼬",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 북구 흥해읍 동해대로1574번길 18 까꼬뽀꼬",
+ "district": "경상북도 포항시",
+ "latitude": 36.11248157816856,
+ "longitude": 129.34344079201517,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "학생컷",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 학생컷 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ff224ada076d280d0e5f",
+ "label": "학생컷",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ff224ada076d280d0e5f-history",
+ "label": "학생컷",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15292",
+ "name": "둘리왕만두",
+ "businessName": "둘리왕만두",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 의창구 도계로60번길 13-16 (도계동) 둘리왕만두",
+ "district": "경상남도 창원시",
+ "latitude": 35.257774977009696,
+ "longitude": 128.63697480240288,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "만두",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만두 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-273-8700 / 영업시간: 브레이크타임없음",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "552260b0bb78563582ea",
+ "label": "만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "376de4409be62113574d",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b32ef4baab7df0d203fa",
+ "label": "떡볶이",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a74796f832c4ea079b67",
+ "label": "쫄면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "552260b0bb78563582ea-history",
+ "label": "만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "376de4409be62113574d-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b32ef4baab7df0d203fa-history",
+ "label": "떡볶이",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a74796f832c4ea079b67-history",
+ "label": "쫄면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18773",
+ "name": "따뜻한밥상",
+ "businessName": "따뜻한밥상",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 의창구 퇴촌로25번길 6-15 (사림동) 지하 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.24245999906216,
+ "longitude": 128.6887510304655,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-2587-5925 / 영업시간: 평일 10:00 - 20:00 브레이크타임 14:30 - 17:00 토일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "47301662c5612baeba9d",
+ "label": "김치찌개",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "47301662c5612baeba9d-history",
+ "label": "김치찌개",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19169",
+ "name": "만날재삼계탕",
+ "businessName": "만날재삼계탕",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산합포구 월영동6길 7 (해운동) 2층",
+ "district": "경상남도 창원시",
+ "latitude": 35.17985383679972,
+ "longitude": 128.56194235833954,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "삼계탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼계탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-222-3908 / 영업시간: 7월 제외 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ea259fd70c97c74f0422",
+ "label": "삼계탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ea259fd70c97c74f0422-history",
+ "label": "삼계탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18741",
+ "name": "넉둥베기",
+ "businessName": "넉둥베기",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 서문로 9 (용담일동) 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.50976651062224,
+ "longitude": 126.51245788210441,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "돼지머리국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지머리국밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-743-2585",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4b27eae84d890212cc45",
+ "label": "돼지머리국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "730723c261e932dd1ed5",
+ "label": "돼지내장국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4b27eae84d890212cc45-history",
+ "label": "돼지머리국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "730723c261e932dd1ed5-history",
+ "label": "돼지내장국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16863",
+ "name": "장원식당",
+ "businessName": "장원식당",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 창신5나길 3 (창신동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.573776039713145,
+ "longitude": 127.01117339129199,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "우거지뼈해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우거지뼈해장국 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-6777-1437 / 영업시간: 10:00~21:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "882032c91f93e367ee41",
+ "label": "우거지뼈해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eef2fe875cf9225acbfd",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ce003527662c73c29a0a",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fefa8941b4cf9b0a986a",
+ "label": "회냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "882032c91f93e367ee41-history",
+ "label": "우거지뼈해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eef2fe875cf9225acbfd-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ce003527662c73c29a0a-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fefa8941b4cf9b0a986a-history",
+ "label": "회냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-959",
+ "name": "전주콩나물국밥",
+ "businessName": "전주콩나물국밥",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 자하문로 3 (내자동)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5764830744797,
+ "longitude": 126.972264842484,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "콩나물국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-738-8223 / 영업시간: 월~일 06:00-20:30 정기휴무(매달2,4번째일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e4912d2a2f1544e0852b",
+ "label": "콩나물국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f9fbdd59e78be2f9830c",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1d371c13efba55cd6ab9",
+ "label": "돌솥알밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e4912d2a2f1544e0852b-history",
+ "label": "콩나물국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f9fbdd59e78be2f9830c-history",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1d371c13efba55cd6ab9-history",
+ "label": "돌솥알밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1634",
+ "name": "퍼짱",
+ "businessName": "퍼짱",
+ "categorySlug": "other-food",
+ "address": "부산광역시 중구 충장대로9번길 21 1층(중앙동4가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1072175500747,
+ "longitude": 129.037444857052,
+ "representativePriceAmount": 8500,
+ "representativePriceLabel": "양지곰탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 양지곰탕 8,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 11:00 - 20:00 일요일 휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8792a76cfacdb2ac50a6",
+ "label": "양지곰탕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "accb21e788f8737b851b",
+ "label": "양지쌀국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8792a76cfacdb2ac50a6-history",
+ "label": "양지곰탕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "accb21e788f8737b851b-history",
+ "label": "양지쌀국수",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10021",
+ "name": "학마을",
+ "businessName": "학마을",
+ "categorySlug": "chinese",
+ "address": "부산광역시 중구 중구로 29번길 7 (부평동1가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1003450042619,
+ "longitude": 129.02748323782,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-257-0221",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ffcac499abeb8049e1a7",
+ "label": "짜장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "503eab90627703f370a3",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3171ce2672c2c08d8942",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ffcac499abeb8049e1a7-history",
+ "label": "짜장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "503eab90627703f370a3-history",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3171ce2672c2c08d8942-history",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1661",
+ "name": "한양왕순대",
+ "businessName": "한양왕순대",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 해관로20-1 (중앙동)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1006289027265,
+ "longitude": 129.035905126423,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-245-9138 / 영업시간: 영업시간 : 08:30~22:00 일요일 격주 휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "189309bf6a6ac9ef20b4",
+ "label": "순대국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3deb0893498f9696e67a",
+ "label": "돼지국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "189309bf6a6ac9ef20b4-history",
+ "label": "순대국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3deb0893498f9696e67a-history",
+ "label": "돼지국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10072",
+ "name": "한우장",
+ "businessName": "한우장",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 국채보상로 555 (종로1가) (전)",
+ "district": "대구광역시 중구",
+ "latitude": 35.8709131264325,
+ "longitude": 128.59143517676986,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "설렁탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 설렁탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-257-1125",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a990ab67bf51e4741373",
+ "label": "설렁탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ab143281cd6070383d40",
+ "label": "따로국밥(선지국)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a990ab67bf51e4741373-history",
+ "label": "설렁탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ab143281cd6070383d40-history",
+ "label": "따로국밥(선지국)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17987",
+ "name": "한울식당",
+ "businessName": "한울식당",
+ "categorySlug": "korean",
+ "address": "대구광역시 중구 경상감영길 280 (동인동2가) 동인동",
+ "district": "대구광역시 중구",
+ "latitude": 35.87080928368533,
+ "longitude": 128.60257722168762,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-2462 / 영업시간: 월~토 05:30~20:00 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cb5319db29d00569909b",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "838da22814add8839176",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cb5319db29d00569909b-history",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "838da22814add8839176-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14064",
+ "name": "MHK정미용실",
+ "businessName": "MHK정미용실",
+ "categorySlug": "beauty",
+ "address": "대구광역시 동구 반야월로 134-1 (신기동) 동부프라자 나동",
+ "district": "대구광역시 동구",
+ "latitude": 35.87268975976554,
+ "longitude": 128.70304821144194,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-2829-6158 / 영업시간: 만65세이상 고객 커트비 2,000원 할인",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fcbf4c88a02705c97240",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fcbf4c88a02705c97240-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2237",
+ "name": "철이네손수제비랑칼국수(신포)",
+ "businessName": "철이네손수제비랑칼국수(신포)",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 개항로 9-1 1층(중앙동4가)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4714042648041,
+ "longitude": 126.623802333892,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "얼큰수제비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 얼큰수제비 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-1159 / 영업시간: 월~금 : 10:30~21:00 토 : 11:00~19:00 정기휴무(일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ce6f575af73081ffba36",
+ "label": "얼큰수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3db8d95d5b0a2906a756",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ce6f575af73081ffba36-history",
+ "label": "얼큰수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3db8d95d5b0a2906a756-history",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2238",
+ "name": "철이네손수제비랑칼국수(신흥)",
+ "businessName": "철이네손수제비랑칼국수(신흥)",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 인중로144번길 71-1 (답동)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4684000940284,
+ "longitude": 126.630126454085,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "수제비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제비 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-204-8990 / 영업시간: 11:00~21:00 정기휴무(일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "08f390f1a828edf4eb54",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a0901e7a576ff0f46db6",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "08f390f1a828edf4eb54-history",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a0901e7a576ff0f46db6-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2239",
+ "name": "청수식당",
+ "businessName": "청수식당",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 제물량로206번길 3 (해안동2가)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4717703194453,
+ "longitude": 126.621537648833,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "오삼불고기",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 오삼불고기 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-8586 / 영업시간: 10:00~22:00 정기휴무(일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "43c196e70c761d6af7fe",
+ "label": "오삼불고기",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "43c196e70c761d6af7fe-history",
+ "label": "오삼불고기",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2241",
+ "name": "할매왕족발순대",
+ "businessName": "할매왕족발순대",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 우현로45번길 13 (신포동) (신포동)",
+ "district": "인천광역시 중구",
+ "latitude": 37.47117471982517,
+ "longitude": 126.62741642573887,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-772-6919 / 영업시간: 10:00~22:00 정기휴무(월요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4b9667d260d9321a6486",
+ "label": "순대국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1e013739be8ba02c95e5",
+ "label": "냉면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4b9667d260d9321a6486-history",
+ "label": "순대국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1e013739be8ba02c95e5-history",
+ "label": "냉면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2278",
+ "name": "칠미우동만두",
+ "businessName": "칠미우동만두",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 지산로 69 1층(지산동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1498802119369,
+ "longitude": 126.933003887435,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-228-7228 / 영업시간: 09:00-20:00 휴일 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6b9540ec61b73da28287",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f93300567bbf1d4f41d9",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0acf0e5354357f1e5d0e",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7bdd16bdc6e06a722ac1",
+ "label": "등심돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "784a402709db14c51548",
+ "label": "떡라면",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6b9540ec61b73da28287-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f93300567bbf1d4f41d9-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0acf0e5354357f1e5d0e-history",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7bdd16bdc6e06a722ac1-history",
+ "label": "등심돈가스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "784a402709db14c51548-history",
+ "label": "떡라면",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2280",
+ "name": "학동김밥",
+ "businessName": "학동김밥",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 남문로 683 1층(학동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1315918766729,
+ "longitude": 126.928644258668,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-225-3248 / 영업시간: 08:00-21:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cf21c76fd5e83a446568",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e511ba57b1286bfca5a9",
+ "label": "라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "49cac81024525c9be628",
+ "label": "된장찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9fe3ed2277c710f8e8af",
+ "label": "고추·김치김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9ee2568f542715746261",
+ "label": "김치·치즈·만두·떡 라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3c794b63762e9a39865b",
+ "label": "떡볶이",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3412884f81d75b9cd03e",
+ "label": "오뎅",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "61ed44f768caa14b272a",
+ "label": "참치·치즈김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cf21c76fd5e83a446568-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e511ba57b1286bfca5a9-history",
+ "label": "라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "49cac81024525c9be628-history",
+ "label": "된장찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9fe3ed2277c710f8e8af-history",
+ "label": "고추·김치김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9ee2568f542715746261-history",
+ "label": "김치·치즈·만두·떡 라면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3c794b63762e9a39865b-history",
+ "label": "떡볶이",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3412884f81d75b9cd03e-history",
+ "label": "오뎅",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "61ed44f768caa14b272a-history",
+ "label": "참치·치즈김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2547",
+ "name": "신도칼국수",
+ "businessName": "신도칼국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로 825번길 11 (정동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3325852871967,
+ "longitude": 127.430995831215,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:00 ~ 19:30 15:00 ~ 17:00 브레이크타임",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d35f10373aa214126944",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b302eb0205fc3feeefa3",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4e43eba688b54f3057ef",
+ "label": "칼국수 곱",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5cde55f5862f0370071a",
+ "label": "칼국수 사리",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "72e2057f4b28c34247bf",
+ "label": "콩국수(계절)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d35f10373aa214126944-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b302eb0205fc3feeefa3-history",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4e43eba688b54f3057ef-history",
+ "label": "칼국수 곱",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5cde55f5862f0370071a-history",
+ "label": "칼국수 사리",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "72e2057f4b28c34247bf-history",
+ "label": "콩국수(계절)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16821",
+ "name": "신미식당",
+ "businessName": "신미식당",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 우암로85번길 35 (삼성동) 1층",
+ "district": "대전광역시 동구",
+ "latitude": 36.33884769737071,
+ "longitude": 127.42700019228904,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "선지국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지국밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-672-5728 / 영업시간: 11:30 ~ 20:00(매주 일요일, 공휴일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6b3ec501556a09da76bb",
+ "label": "선지국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6b3ec501556a09da76bb-history",
+ "label": "선지국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14611",
+ "name": "30년전통감자탕",
+ "businessName": "30년전통감자탕",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 봉월로8번길 15 (신정동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.53379995639712,
+ "longitude": 129.30877505918386,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "뼈다귀해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뼈다귀해장국 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1317-8555",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "913c9dd0fbe24116bc4d",
+ "label": "뼈다귀해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "913c9dd0fbe24116bc4d-history",
+ "label": "뼈다귀해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15122",
+ "name": "가을정류장",
+ "businessName": "가을정류장",
+ "categorySlug": "japanese",
+ "address": "울산광역시 남구 문수로 295 (옥동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.535986796355175,
+ "longitude": 129.28599318182114,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "오리지날함박스테이크",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 오리지날함박스테이크 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-266-1005",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a666c321c4b747dbeb10",
+ "label": "오리지날함박스테이크",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8a0069da1d0d230c5c23",
+ "label": "치즈함박스테이크",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a666c321c4b747dbeb10-history",
+ "label": "오리지날함박스테이크",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8a0069da1d0d230c5c23-history",
+ "label": "치즈함박스테이크",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2897",
+ "name": "경북식당",
+ "businessName": "경북식당",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 돋질로 145번길 38-25 -",
+ "district": "울산광역시 남구",
+ "latitude": 35.544040122471,
+ "longitude": 129.321265246852,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-267-7855 / 영업시간: 목 10:30-22:00 금 10:30-22:00 토 10:30-22:00 일 정보없음 월 10:30-22:00 화 10:30-22:00 수 10:30-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e73cbbafb52f3d0f302f",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7e34a880037cbbb93fa4",
+ "label": "된장김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "08b34988454c9e94d5d4",
+ "label": "제육정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cdefde9c7cb9a6f607eb",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "28bf0fc65b632bfe2c28",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e73cbbafb52f3d0f302f-history",
+ "label": "정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7e34a880037cbbb93fa4-history",
+ "label": "된장김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "08b34988454c9e94d5d4-history",
+ "label": "제육정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cdefde9c7cb9a6f607eb-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "28bf0fc65b632bfe2c28-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15109",
+ "name": "경북칼국수",
+ "businessName": "경북칼국수",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.541808785746284,
+ "longitude": 129.30930615922028,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-272-6903",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "00a4781a1b1d370b49d6",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "264e0f53045953e95e4e",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "00a4781a1b1d370b49d6-history",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "264e0f53045953e95e4e-history",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13003",
+ "name": "행복한곰탕",
+ "businessName": "행복한곰탕",
+ "categorySlug": "korean",
+ "address": "세종특별자치시 절재로 194 (어진동) 중앙타운 317호",
+ "district": "세종특별자치시 절재로",
+ "latitude": 36.50830733147383,
+ "longitude": 127.26244504454054,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "곰탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 곰탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3b3e425e1a9cf9a863d2",
+ "label": "곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3b3e425e1a9cf9a863d2-history",
+ "label": "곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18695",
+ "name": "헤이맨남성컷",
+ "businessName": "헤이맨남성컷",
+ "categorySlug": "barber",
+ "address": "세종특별자치시 새롬북로 13 (새롬동, 새뜸마을4단지) 상가동 1층",
+ "district": "세종특별자치시 새롬북로",
+ "latitude": 36.48655065561284,
+ "longitude": 127.24647322838923,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-864-7004",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "df3e20780e2cd4f3edbc",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "df3e20780e2cd4f3edbc-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14930",
+ "name": "레알떡볶이",
+ "businessName": "레알떡볶이",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 봉영로 1623 (영통동) 1층 133-2호",
+ "district": "경기도 수원시",
+ "latitude": 37.25592537670266,
+ "longitude": 127.07472815939546,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "떡볶이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1311-8698 / 영업시간: 11:30~22:00 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b1d8dc2d95dab6756874",
+ "label": "떡볶이",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e5911553e06ecaf9e71c",
+ "label": "라면",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b1d8dc2d95dab6756874-history",
+ "label": "떡볶이",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e5911553e06ecaf9e71c-history",
+ "label": "라면",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14332",
+ "name": "렛츠헤어",
+ "businessName": "렛츠헤어",
+ "categorySlug": "beauty",
+ "address": "경기도 수원시 권선구 권광로27번길 51 (권선동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.251111070274,
+ "longitude": 127.02439282380257,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "40f630d17b57cf4f217a",
+ "label": "컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "40f630d17b57cf4f217a-history",
+ "label": "컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13883",
+ "name": "만두가게",
+ "businessName": "만두가게",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 팔달구 수원천로 315 (남수동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.28148605591346,
+ "longitude": 127.01796582445644,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "만두",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만두 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-251-3900 / 영업시간: 09:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e5f8305340751b70a126",
+ "label": "만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "03a94c705c57ba2671ef",
+ "label": "만둣국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e5f8305340751b70a126-history",
+ "label": "만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "03a94c705c57ba2671ef-history",
+ "label": "만둣국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11724",
+ "name": "봉실스넥",
+ "businessName": "봉실스넥",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 서부대성로239번길 8 (효자동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8732547890045,
+ "longitude": 127.745099874572,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "순두부찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-251-6890 / 영업시간: 09:00 - 22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fd21c0ab648cf8fac19d",
+ "label": "순두부찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1378f3b954d6ddf36ca3",
+ "label": "된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bea231d37b6ebf04a351",
+ "label": "부대찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fd21c0ab648cf8fac19d-history",
+ "label": "순두부찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1378f3b954d6ddf36ca3-history",
+ "label": "된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bea231d37b6ebf04a351-history",
+ "label": "부대찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16632",
+ "name": "분식집에 하숙하는 붕어빵",
+ "businessName": "분식집에 하숙하는 붕어빵",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 삭주로 25 (교동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.88144386414532,
+ "longitude": 127.73456759786936,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "떡볶이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1402-8552 / 영업시간: 정기휴무(매주 월요일) 화~일 11:00~23:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "53fa31c0ce50b3a6e5d9",
+ "label": "떡볶이",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1ad5a2b1402018301ff5",
+ "label": "수제튀김",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4b9f7ef0b9db682c22d7",
+ "label": "순대",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "53fa31c0ce50b3a6e5d9-history",
+ "label": "떡볶이",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1ad5a2b1402018301ff5-history",
+ "label": "수제튀김",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4b9f7ef0b9db682c22d7-history",
+ "label": "순대",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15847",
+ "name": "대복분식",
+ "businessName": "대복분식",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 흥덕구 강내면 태성탑연로 454-1 주2동 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.622893602285906,
+ "longitude": 127.3588240445716,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-236-3142",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "299b7375994c2118d0d6",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4c14e89117e7f8086f5d",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "66ce61533574d6b6b49c",
+ "label": "쫄면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "299b7375994c2118d0d6-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4c14e89117e7f8086f5d-history",
+ "label": "순두부찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "66ce61533574d6b6b49c-history",
+ "label": "쫄면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16071",
+ "name": "대선집",
+ "businessName": "대선집",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 구룡산로51번다길 4 (성화동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.615134258549226,
+ "longitude": 127.45225164740799,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "돌솥제육정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥제육정식 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-233-2212",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5ce8c082381665cf2ff2",
+ "label": "돌솥제육정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5ce8c082381665cf2ff2-history",
+ "label": "돌솥제육정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15520",
+ "name": "대성식당",
+ "businessName": "대성식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 상당구 상당로186번길 17 (수동) (대성식당)",
+ "district": "충청북도 청주시",
+ "latitude": 36.64494841100788,
+ "longitude": 127.49068538143457,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "가정식백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-258-1345",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2d160139e90246671838",
+ "label": "가정식백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2d160139e90246671838-history",
+ "label": "가정식백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4760",
+ "name": "대운분식",
+ "businessName": "대운분식",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 흥덕구 옥산면 청주역로 654",
+ "district": "충청북도 청주시",
+ "latitude": 36.6654960294927,
+ "longitude": 127.374242450261,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "콩나물밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-260-0667 / 영업시간: 매일 08:00-21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ca8c450f9d7dacbb435c",
+ "label": "콩나물밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ca8c450f9d7dacbb435c-history",
+ "label": "콩나물밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16878",
+ "name": "명윤",
+ "businessName": "명윤",
+ "categorySlug": "chinese",
+ "address": "충청남도 천안시 서북구 직산읍 4산단로 241 1동",
+ "district": "충청남도 천안시",
+ "latitude": 36.85787766445741,
+ "longitude": 127.10949582855619,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1426-9775 / 영업시간: 영업시간 09:30~19:30 휴무일 매주 월요일 베 달 오후 4시 이후 가능",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "37b7f5af97e4039314bc",
+ "label": "자장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "75e28d12fd3f47a89fd9",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "37b7f5af97e4039314bc-history",
+ "label": "자장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "75e28d12fd3f47a89fd9-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16880",
+ "name": "모모아지트",
+ "businessName": "모모아지트",
+ "categorySlug": "other-food",
+ "address": "충청남도 천안시 서북구 봉정로 140 (성정동) 3층",
+ "district": "충청남도 천안시",
+ "latitude": 36.814482384883114,
+ "longitude": 127.14202209848756,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1337-4919 / 영업시간: 영업시간 24시간",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "302bc1d67e7d791f0a9f",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "57f43afe4c48be637fe1",
+ "label": "카페라떼",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "302bc1d67e7d791f0a9f-history",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "57f43afe4c48be637fe1-history",
+ "label": "카페라떼",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4994",
+ "name": "문헤어갤러리",
+ "businessName": "문헤어갤러리",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 서북구 미라14길 20 (쌍용동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8056741666016,
+ "longitude": 127.13015496868,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-577-4466 / 영업시간: 10:00~19:00 정기휴무(매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "559bb2baa3c1272ef0e2",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "559bb2baa3c1272ef0e2-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10501",
+ "name": "착한가격헤어",
+ "businessName": "착한가격헤어",
+ "categorySlug": "beauty",
+ "address": "전라남도 목포시 상리로9번길 22 1층(상동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.8137466442366,
+ "longitude": 126.41499805728,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "커트(기본)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(기본) 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-278-1571",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c220e2977a20f26351e2",
+ "label": "커트(기본)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c220e2977a20f26351e2-history",
+ "label": "커트(기본)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15147",
+ "name": "태동반점",
+ "businessName": "태동반점",
+ "categorySlug": "chinese",
+ "address": "전라남도 목포시 마인계터로40번길 10-1 (죽동) 태동반점",
+ "district": "전라남도 목포시",
+ "latitude": 34.7899992363049,
+ "longitude": 126.38341878576848,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-243-3351",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bc2b2fa462e04360456b",
+ "label": "짜장면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "aa3f443b5d64f1b7d84a",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bc2b2fa462e04360456b-history",
+ "label": "짜장면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "aa3f443b5d64f1b7d84a-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11126",
+ "name": "하나둘미용실",
+ "businessName": "하나둘미용실",
+ "categorySlug": "beauty",
+ "address": "전라남도 목포시 수강로 6 (수강동1가)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7856055450319,
+ "longitude": 126.386018127697,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "여성(일반)컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여성(일반)컷트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-243-9098",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a974478b8a1f35a99737",
+ "label": "여성(일반)컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a974478b8a1f35a99737-history",
+ "label": "여성(일반)컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6309",
+ "name": "끄티디저트카페",
+ "businessName": "끄티디저트카페",
+ "categorySlug": "other-food",
+ "address": "경상북도 포항시 남구 중앙로134번길 2 끄티디저트카페",
+ "district": "경상북도 포항시",
+ "latitude": 36.0250169966387,
+ "longitude": 129.368453187457,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-281-2496 / 영업시간: 매일 08:00-23:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "06960cc7b181198e6794",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0fc816676c10c2c04a1e",
+ "label": "생과일주스",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "06960cc7b181198e6794-history",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0fc816676c10c2c04a1e-history",
+ "label": "생과일주스",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6326",
+ "name": "나미화헤어클럽",
+ "businessName": "나미화헤어클럽",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 남구 송도로 10-1",
+ "district": "경상북도 포항시",
+ "latitude": 36.0337446127344,
+ "longitude": 129.372175309483,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10시~17시 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c7fd3d69efa5f351bde6",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "70b1a689297c345d3cba",
+ "label": "기타 성인여자커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c7fd3d69efa5f351bde6-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "70b1a689297c345d3cba-history",
+ "label": "기타 성인여자커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6495",
+ "name": "나주식당",
+ "businessName": "나주식당",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 북구 양학로32번길 9-1 나주식당",
+ "district": "경상북도 포항시",
+ "latitude": 36.0264062592383,
+ "longitude": 129.351296310605,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 11시~17시30분 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a7e0d5e6ee617d2e2363",
+ "label": "정식",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a7e0d5e6ee617d2e2363-history",
+ "label": "정식",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17129",
+ "name": "만원족발",
+ "businessName": "만원족발",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 양덕북2길 13 (양덕동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.232299773538415,
+ "longitude": 128.58552226970943,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "왕족발",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 왕족발 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-299-4822",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6c19aa2e7dea258f3d6c",
+ "label": "왕족발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6be6162cc2e80388c256",
+ "label": "미니족발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6c19aa2e7dea258f3d6c-history",
+ "label": "왕족발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6be6162cc2e80388c256-history",
+ "label": "미니족발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17130",
+ "name": "맛집",
+ "businessName": "맛집",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 구암북12길 17 (구암동) 맛집",
+ "district": "경상남도 창원시",
+ "latitude": 35.25555706724836,
+ "longitude": 128.59779095142022,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "맛집김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 맛집김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-255-9597",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7ee369ed63fdfb03f10f",
+ "label": "맛집김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d0e1902b346ab2ac56b5",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9a4850ad3d069d6ae818",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6480b3310eefd2a4e6ce",
+ "label": "국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7ee369ed63fdfb03f10f-history",
+ "label": "맛집김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d0e1902b346ab2ac56b5-history",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9a4850ad3d069d6ae818-history",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6480b3310eefd2a4e6ce-history",
+ "label": "국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17139",
+ "name": "먹거리아",
+ "businessName": "먹거리아",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 벚꽃로70번길 17-2 (화천동) 먹거리아",
+ "district": "경상남도 창원시",
+ "latitude": 35.151431963349566,
+ "longitude": 128.66566078665707,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "고구마튀김 8개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고구마튀김 8개 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-542-9476",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8f683efe80f43544e9fa",
+ "label": "고구마튀김 8개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b5ebfc444937dc484f11",
+ "label": "쥐포튀김 8개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8f683efe80f43544e9fa-history",
+ "label": "고구마튀김 8개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b5ebfc444937dc484f11-history",
+ "label": "쥐포튀김 8개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6804",
+ "name": "메밀파티",
+ "businessName": "메밀파티",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 토월로 88 (상남동) 지하",
+ "district": "경상남도 창원시",
+ "latitude": 35.21882052587623,
+ "longitude": 128.68409106230135,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "막국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 막국수 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-284-0618",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "df0afdc83052994bd6cd",
+ "label": "막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "df0afdc83052994bd6cd-history",
+ "label": "막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7013",
+ "name": "다마내기",
+ "businessName": "다마내기",
+ "categorySlug": "other-service",
+ "address": "제주특별자치도 제주시 원노형로 26 202호 (서림빌딩)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4864471773391,
+ "longitude": 126.484759413813,
+ "representativePriceAmount": 1700,
+ "representativePriceLabel": "중대 10분",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 중대 10분 1,700원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-747-0618 / 영업시간: 목요일12:00-00:00 매일12:00-00:00 금요일12:00-00:00 토요일12:00-00:00 일요일12:00-00:00 월요일12:00-00:00 화요일12:00-00:00 수요일12:00-00:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bbff1e48933862c8375c",
+ "label": "중대 10분",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "70efd2e12e5955def681",
+ "label": "기본 30분",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bbff1e48933862c8375c-history",
+ "label": "중대 10분",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "70efd2e12e5955def681-history",
+ "label": "기본 30분",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18086",
+ "name": "다올국수",
+ "businessName": "다올국수",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 서광로 209-1 (삼도일동) 다올국수",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.50016357321733,
+ "longitude": 126.51892020124394,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "멸치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-755-7076",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d609a71ccef8b28eb64b",
+ "label": "멸치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f1075f433017e089b0a0",
+ "label": "고기국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1f6ec4f2d7d32a4c82af",
+ "label": "찐만두",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "835d8c6bec9f80cf621f",
+ "label": "계란말이",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d609a71ccef8b28eb64b-history",
+ "label": "멸치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f1075f433017e089b0a0-history",
+ "label": "고기국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1f6ec4f2d7d32a4c82af-history",
+ "label": "찐만두",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "835d8c6bec9f80cf621f-history",
+ "label": "계란말이",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18078",
+ "name": "다인헤어",
+ "businessName": "다인헤어",
+ "categorySlug": "beauty",
+ "address": "제주특별자치도 제주시 원노형로 9 (노형동) 다인헤어",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.487776208529105,
+ "longitude": 126.48422199658157,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-744-9242",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bc492fd6657fe1d9812e",
+ "label": "컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bc492fd6657fe1d9812e-history",
+ "label": "컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-952",
+ "name": "종묘이용원",
+ "businessName": "종묘이용원",
+ "categorySlug": "barber",
+ "address": "서울특별시 종로구 종로 146 (종로3가) (종로4가)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57022814518435,
+ "longitude": 126.99369870159373,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1b85f27b1437d203ac50",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "05e7d5a67b77f4a893bd",
+ "label": "염색",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1b85f27b1437d203ac50-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "05e7d5a67b77f4a893bd-history",
+ "label": "염색",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16865",
+ "name": "중국",
+ "businessName": "중국",
+ "categorySlug": "chinese",
+ "address": "서울특별시 종로구 자하문로33길 2 (청운동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.58619403165867,
+ "longitude": 126.96972945340502,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-737-8055 / 영업시간: 10:00~13:00 (재료 소진 시 마감) 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "84706cbcda12f6223668",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "40eb4b8cc82012abea1c",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "84706cbcda12f6223668-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "40eb4b8cc82012abea1c-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10019",
+ "name": "황소식당",
+ "businessName": "황소식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 중구 충장대로 4번길 8 (중앙동4가)",
+ "district": "부산광역시 중구",
+ "latitude": 35.1044916301827,
+ "longitude": 129.036809946537,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "부대찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 부대찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-465-6648",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3850cf71cb847a965e5d",
+ "label": "부대찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "50d72a31c5707250be7e",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3850cf71cb847a965e5d-history",
+ "label": "부대찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "50d72a31c5707250be7e-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1420",
+ "name": "3678통장어",
+ "businessName": "3678통장어",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 구덕로 280번길 17 (동대신동1가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1095112240639,
+ "longitude": 129.01944149398,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "장어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-3678 / 영업시간: 11:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d08cad99192b1fe9cafc",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7d82857d8061822c187f",
+ "label": "장어들깨국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d08cad99192b1fe9cafc-history",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7d82857d8061822c187f-history",
+ "label": "장어들깨국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1393",
+ "name": "777헤어샵",
+ "businessName": "777헤어샵",
+ "categorySlug": "beauty",
+ "address": "부산광역시 서구 자갈치로 8-1 (충무동1가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.0961210951299,
+ "longitude": 129.025327657564,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트(남)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-2430 / 영업시간: 09:30~19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e5c4df49a26681b91ac8",
+ "label": "커트(남)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4cd75aa50b1daf44eec0",
+ "label": "커트(여)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e5c4df49a26681b91ac8-history",
+ "label": "커트(남)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4cd75aa50b1daf44eec0-history",
+ "label": "커트(여)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10083",
+ "name": "강변복어",
+ "businessName": "강변복어",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 호반길67 (방촌동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.8788829142879,
+ "longitude": 128.660877483508,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "복어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 복어탕 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-982-7252",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "30c5d3fb2997f3e50bf7",
+ "label": "복어탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "30c5d3fb2997f3e50bf7-history",
+ "label": "복어탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1870",
+ "name": "고향손칼국수",
+ "businessName": "고향손칼국수",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 장등로 9 (신천동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.8682732754141,
+ "longitude": 128.622905927079,
+ "representativePriceAmount": 4500,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 4,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-752-8894 / 영업시간: 금 10:00-22:00 토 10:00-22:00 일 정기휴무(매주일요일) 월 10:00-22:00 화 10:00-22:00 수 10:00-22:00 목 10:00-22:00 -일요일휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6edf3876036df9e3a321",
+ "label": "잔치국수",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "526da5701aacb92a2191",
+ "label": "칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4bdcc35674f61fa4147c",
+ "label": "들깨 칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "af526dd48edeecfbd220",
+ "label": "바지락 칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f629844b6121cacbd030",
+ "label": "손칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "955f0ad20cddbf8d1455",
+ "label": "얼큰 수제비",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1c62861c1120b7f95a0e",
+ "label": "얼큰 칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6edf3876036df9e3a321-history",
+ "label": "잔치국수",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "526da5701aacb92a2191-history",
+ "label": "칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4bdcc35674f61fa4147c-history",
+ "label": "들깨 칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "af526dd48edeecfbd220-history",
+ "label": "바지락 칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f629844b6121cacbd030-history",
+ "label": "손칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "955f0ad20cddbf8d1455-history",
+ "label": "얼큰 수제비",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1c62861c1120b7f95a0e-history",
+ "label": "얼큰 칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2222",
+ "name": "현대세탁소",
+ "businessName": "현대세탁소",
+ "categorySlug": "laundry",
+ "address": "인천광역시 중구 인항로 34 1층 102호 (신흥동3가)",
+ "district": "인천광역시 중구",
+ "latitude": 37.4571633075413,
+ "longitude": 126.634101603919,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "바지",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 바지 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-891-5252 / 영업시간: 월~금 : 09:30~21:00 토 : 10;00~17;00 정기휴무(일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e7b80e9540039dce2f39",
+ "label": "바지",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b35abd377b024318813c",
+ "label": "정장1벌",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e7b80e9540039dce2f39-history",
+ "label": "바지",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b35abd377b024318813c-history",
+ "label": "정장1벌",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16954",
+ "name": "혼밥밥상",
+ "businessName": "혼밥밥상",
+ "categorySlug": "korean",
+ "address": "인천광역시 중구 하늘중앙로225번길 11 (중산동) 2층 206,207호",
+ "district": "인천광역시 중구",
+ "latitude": 37.487838041971756,
+ "longitude": 126.55922287899413,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a4a6b446e9aa690c6668",
+ "label": "백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a4a6b446e9aa690c6668-history",
+ "label": "백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2281",
+ "name": "한우물",
+ "businessName": "한우물",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 필문대로191번길 15-2 (산수동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1533803800092,
+ "longitude": 126.933174859781,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "생선구이(모듬)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선구이(모듬) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-675-9944 / 영업시간: 10:00-22:00 휴식시간 15:00-17:00 휴무일 일요일 공휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3c5b964b15c4b19aa122",
+ "label": "생선구이(모듬)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "48939a8fa36e7670bb31",
+ "label": "모듬구이(1인)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3c5b964b15c4b19aa122-history",
+ "label": "생선구이(모듬)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "48939a8fa36e7670bb31-history",
+ "label": "모듬구이(1인)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2282",
+ "name": "해뜨는식당",
+ "businessName": "해뜨는식당",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 제봉로190번길 7-1 1층(대인동)",
+ "district": "광주광역시 동구",
+ "latitude": 35.1540271398023,
+ "longitude": 126.917438484668,
+ "representativePriceAmount": 1000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 1,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-227-6063 / 영업시간: 매일 11:30-14:00 휴일 일요일, 공휴일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fc2ee60c70744efad7d9",
+ "label": "백반",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fc2ee60c70744efad7d9-history",
+ "label": "백반",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17166",
+ "name": "헤어필(학동)",
+ "businessName": "헤어필(학동)",
+ "categorySlug": "beauty",
+ "address": "광주광역시 동구 천변우로 603 (학동, 백화아파트) 상가102동 104호",
+ "district": "광주광역시 동구",
+ "latitude": 35.13097376055375,
+ "longitude": 126.92644589626747,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "성인커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 성인커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 영업일: 월~토 08:30~17:30 휴무일: 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2b6375cab58b23acd2fb",
+ "label": "성인커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "da31e14cc4246429590c",
+ "label": "학생커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2b6375cab58b23acd2fb-history",
+ "label": "성인커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "da31e14cc4246429590c-history",
+ "label": "학생커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2568",
+ "name": "옛고을식당",
+ "businessName": "옛고을식당",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 역전시장길 8 (정동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3304560058946,
+ "longitude": 127.433731277703,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-274-1983 / 영업시간: 06:00 ~ 15:00 / 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "de31213beaaee7425384",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a936b28175aa0146ac45",
+ "label": "콩나물해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8b3606143c48e938388c",
+ "label": "돌솥비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "11d5fd582f68aeefd46a",
+ "label": "갈치조림",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8ef3b0fb6d9f002da605",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bc6aaa70f4107bb52caf",
+ "label": "돼지두루치기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1c773938032efe6392b8",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b634c230c499a3881006",
+ "label": "북어해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "238a71da04facc914932",
+ "label": "뼈다귀해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9e58913b0214ad9cbe58",
+ "label": "선지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b176c93b48f7fecfd6d2",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3c0a67a56becca138172",
+ "label": "양푼이비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "57277de7776386be1076",
+ "label": "육개장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "36f2c4eab80cd48a37a3",
+ "label": "제육덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "de31213beaaee7425384-history",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a936b28175aa0146ac45-history",
+ "label": "콩나물해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8b3606143c48e938388c-history",
+ "label": "돌솥비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "11d5fd582f68aeefd46a-history",
+ "label": "갈치조림",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8ef3b0fb6d9f002da605-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bc6aaa70f4107bb52caf-history",
+ "label": "돼지두루치기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1c773938032efe6392b8-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b634c230c499a3881006-history",
+ "label": "북어해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "238a71da04facc914932-history",
+ "label": "뼈다귀해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9e58913b0214ad9cbe58-history",
+ "label": "선지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b176c93b48f7fecfd6d2-history",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3c0a67a56becca138172-history",
+ "label": "양푼이비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "57277de7776386be1076-history",
+ "label": "육개장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "36f2c4eab80cd48a37a3-history",
+ "label": "제육덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14911",
+ "name": "왕관식당",
+ "businessName": "왕관식당",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 선화로196번길 6 (중동) 중동",
+ "district": "대전광역시 동구",
+ "latitude": 36.33360283723725,
+ "longitude": 127.42754191112995,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "콩나물밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-221-1663 / 영업시간: 12:00~14:00 / 휴무일(일) / 예약불가",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3028b2dd7bffd45b02aa",
+ "label": "콩나물밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3028b2dd7bffd45b02aa-history",
+ "label": "콩나물밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2887",
+ "name": "경주이용원",
+ "businessName": "경주이용원",
+ "categorySlug": "barber",
+ "address": "울산광역시 남구 월평로159번길 4 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.545149268254,
+ "longitude": 129.322629378239,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "초등부컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 초등부컷트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-268-5170 / 영업시간: 07:30~20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8670c1cb6d454dfeb00f",
+ "label": "초등부컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "36d3629e0b85d117cc6c",
+ "label": "중고등학생 컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cc5fad78ca00471a809c",
+ "label": "중고생커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c9d0a8b0866ead151f4e",
+ "label": "초등부커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8670c1cb6d454dfeb00f-history",
+ "label": "초등부컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "36d3629e0b85d117cc6c-history",
+ "label": "중고등학생 컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cc5fad78ca00471a809c-history",
+ "label": "중고생커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c9d0a8b0866ead151f4e-history",
+ "label": "초등부커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15106",
+ "name": "경주칼국수",
+ "businessName": "경주칼국수",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.541808785746284,
+ "longitude": 129.30930615922028,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-271-3278",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e1c28b8724bb1719167b",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0b62bb1eaf70d9b3dbe1",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e1c28b8724bb1719167b-history",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0b62bb1eaf70d9b3dbe1-history",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18735",
+ "name": "궁전중화요리",
+ "businessName": "궁전중화요리",
+ "categorySlug": "chinese",
+ "address": "울산광역시 남구 두왕로22번길 5-16 (선암동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.505829524208984,
+ "longitude": 129.30959340736075,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-256-3003",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "83ba90e8cc0e1a6b8f5e",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "78ce729bc6a336781955",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9ba89743d8949885c92c",
+ "label": "우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "83ba90e8cc0e1a6b8f5e-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "78ce729bc6a336781955-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9ba89743d8949885c92c-history",
+ "label": "우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14935",
+ "name": "만두촌",
+ "businessName": "만두촌",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 권선구 하탑로 39 (탑동) 102호",
+ "district": "경기도 수원시",
+ "latitude": 37.26911230608807,
+ "longitude": 126.97589883567454,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "고기찐만두(10개)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기찐만두(10개) 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-295-8798 / 영업시간: 09:30~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "98f81e9d9e02e9f780d1",
+ "label": "고기찐만두(10개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "dfff3b808529e51c761d",
+ "label": "김치찐만두(10개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cd63701e5438b1bee426",
+ "label": "군만두(8개)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "432ea2ba84a1ab249c94",
+ "label": "쫄면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "98f81e9d9e02e9f780d1-history",
+ "label": "고기찐만두(10개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "dfff3b808529e51c761d-history",
+ "label": "김치찐만두(10개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cd63701e5438b1bee426-history",
+ "label": "군만두(8개)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "432ea2ba84a1ab249c94-history",
+ "label": "쫄면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10202",
+ "name": "멋진남자",
+ "businessName": "멋진남자",
+ "categorySlug": "barber",
+ "address": "경기도 수원시 영통구 매봉로35번길 50 1층(매탄동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2719859731344,
+ "longitude": 127.050140470108,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "남성커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 남성커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "380217261036e1650647",
+ "label": "남성커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "380217261036e1650647-history",
+ "label": "남성커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14015",
+ "name": "메종드커피",
+ "businessName": "메종드커피",
+ "categorySlug": "other-food",
+ "address": "경기도 수원시 팔달구 매산로 131 (교동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.27211175333725,
+ "longitude": 127.01481129960187,
+ "representativePriceAmount": 3400,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,400원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-258-3545",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "36a2aa46986c4155a315",
+ "label": "아메리카노",
+ "amount": 3400,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3ce58dbefa9796abf3a1",
+ "label": "카페라떼",
+ "amount": 4900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2aa8d6f7ad79bc0032f1",
+ "label": "스무디",
+ "amount": 5200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "36a2aa46986c4155a315-history",
+ "label": "아메리카노",
+ "amount": 3400,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3ce58dbefa9796abf3a1-history",
+ "label": "카페라떼",
+ "amount": 4900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2aa8d6f7ad79bc0032f1-history",
+ "label": "스무디",
+ "amount": 5200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16199",
+ "name": "명랑꽈배기",
+ "businessName": "명랑꽈배기",
+ "categorySlug": "other-food",
+ "address": "경기도 수원시 권선구 하탑로 43 (탑동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.26917399031983,
+ "longitude": 126.97642424590657,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "찹쌀꽈배기(3개)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 찹쌀꽈배기(3개) 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-9532-0088 / 영업시간: 11:00 ~ 20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "19eeb8be882450f974ad",
+ "label": "찹쌀꽈배기(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9032ddf8c11945ee46c5",
+ "label": "팥도너츠(1개)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "55f5589ce73423bfd564",
+ "label": "찹쌀도너츠(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a205f61889efbc97dffa",
+ "label": "고구마고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "822fb6f5201530f33683",
+ "label": "고기고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3c611e6a50481448f544",
+ "label": "소세지핫도그",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6c88e90bdc72c83dea06",
+ "label": "치즈핫도그",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "19eeb8be882450f974ad-history",
+ "label": "찹쌀꽈배기(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9032ddf8c11945ee46c5-history",
+ "label": "팥도너츠(1개)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "55f5589ce73423bfd564-history",
+ "label": "찹쌀도너츠(3개)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a205f61889efbc97dffa-history",
+ "label": "고구마고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "822fb6f5201530f33683-history",
+ "label": "고기고로케",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3c611e6a50481448f544-history",
+ "label": "소세지핫도그",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6c88e90bdc72c83dea06-history",
+ "label": "치즈핫도그",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13799",
+ "name": "블루밍",
+ "businessName": "블루밍",
+ "categorySlug": "other-food",
+ "address": "강원특별자치도 춘천시 옥천길54번길 26-1 (옥천동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.88199230616044,
+ "longitude": 127.73200418707303,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00 - 17:00 매주 토, 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "77754efeb791174058f2",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "03b28cfec8ada9bab398",
+ "label": "아이스아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "535b8ca3f41c10d69092",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "77754efeb791174058f2-history",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "03b28cfec8ada9bab398-history",
+ "label": "아이스아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "535b8ca3f41c10d69092-history",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4390",
+ "name": "삼남매",
+ "businessName": "삼남매",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 춘천로170번길 8 1층(운교동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8756946677783,
+ "longitude": 127.73332299084,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "가정식백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-637-5770",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "31a1ca86fe5eff128a98",
+ "label": "가정식백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0a860cfd078ee39e1f12",
+ "label": "부대찌개",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "19e7c43280cf58cb6cfe",
+ "label": "파삼겹백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "31a1ca86fe5eff128a98-history",
+ "label": "가정식백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0a860cfd078ee39e1f12-history",
+ "label": "부대찌개",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "19e7c43280cf58cb6cfe-history",
+ "label": "파삼겹백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10312",
+ "name": "석사반점",
+ "businessName": "석사반점",
+ "categorySlug": "chinese",
+ "address": "강원특별자치도 춘천시 효석로67번길 25 (석사동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.862559878518,
+ "longitude": 127.739362733706,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-262-2354",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8ebeae938a1c9da40fb5",
+ "label": "자장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d6b48043c88c77e079af",
+ "label": "짬뽕",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3e5c895e8fa0797de7d1",
+ "label": "볶음밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8ebeae938a1c9da40fb5-history",
+ "label": "자장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d6b48043c88c77e079af-history",
+ "label": "짬뽕",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3e5c895e8fa0797de7d1-history",
+ "label": "볶음밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15843",
+ "name": "더 맨",
+ "businessName": "더 맨",
+ "categorySlug": "beauty",
+ "address": "충청북도 청주시 청원구 율봉로 258 (율량동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.666703430250955,
+ "longitude": 127.49720884874743,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-214-2500",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8538a72416af671b3ed3",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7bb74927e421cb36864f",
+ "label": "커트(학생)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8538a72416af671b3ed3-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7bb74927e421cb36864f-history",
+ "label": "커트(학생)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4748",
+ "name": "덤블식당",
+ "businessName": "덤블식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 향군로31번길 32 (우암동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6477777347953,
+ "longitude": 127.485430090266,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-257-2237 / 영업시간: 매일 11:00~15:00 매주 일요일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ab4cd716d01b798b2788",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "451cdee75a72d2346008",
+ "label": "짜글이",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cc77158266820e20bb4d",
+ "label": "제육볶음",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ab4cd716d01b798b2788-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "451cdee75a72d2346008-history",
+ "label": "짜글이",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cc77158266820e20bb4d-history",
+ "label": "제육볶음",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15776",
+ "name": "도니수제돈까스",
+ "businessName": "도니수제돈까스",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 호국로 99 (사직동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.636876933056726,
+ "longitude": 127.47622733012022,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "등심돈까스정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 등심돈까스정식 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-277-8230",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "822dc332234066aff0e7",
+ "label": "등심돈까스정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6cbd41db866e5a95b8aa",
+ "label": "카레돈까스정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "822dc332234066aff0e7-history",
+ "label": "등심돈까스정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6cbd41db866e5a95b8aa-history",
+ "label": "카레돈까스정식",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4964",
+ "name": "미헤어샵",
+ "businessName": "미헤어샵",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 서북구 쌍용16길 24 (쌍용동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.798721258652,
+ "longitude": 127.120954088064,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-575-1196 / 영업시간: 10:00~18:00 정기휴무(매주 월요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3d6eaedd18da5c5c9e7c",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3d6eaedd18da5c5c9e7c-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4913",
+ "name": "박정미5000냥헤어",
+ "businessName": "박정미5000냥헤어",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 동남구 대흥로 127 (사직동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.800548575871,
+ "longitude": 127.148519132471,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-561-3344 / 영업시간: 09:00~20:00 명절휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8c16c87ab89b8084da73",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8c16c87ab89b8084da73-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11119",
+ "name": "박정미5000냥헤어2호점",
+ "businessName": "박정미5000냥헤어2호점",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 동남구 영성로 36 (중앙동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8014348547938,
+ "longitude": 127.150782653869,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 09:00~20:00 명절휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "510f3ca575467210f36f",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "510f3ca575467210f36f-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5412",
+ "name": "청년식탁 사잇길",
+ "businessName": "청년식탁 사잇길",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 덕진구 백제대로 563 2층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8409178469739,
+ "longitude": 127.131238280077,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-272-0214",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f9be1f1705b7c2f9adb5",
+ "label": "김치찌개",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f9be1f1705b7c2f9adb5-history",
+ "label": "김치찌개",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5446",
+ "name": "청라회관",
+ "businessName": "청라회관",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 노송여울2길 10",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8242200343495,
+ "longitude": 127.146544090353,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "돌솥비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-286-3044 / 영업시간: 매일 06:00-20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "19cad06331469ebcd649",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f465cea17a43366651fa",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "36bf89d4e6972ffb6f24",
+ "label": "물갈비",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ff6f100dccb633519622",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "00d3457dbe087ce39806",
+ "label": "육회비빔냉면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f9ca06c43e4331d9a32d",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2753294c5a342ae7402b",
+ "label": "한우뚝불고기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c5d56f68e70ed8f8d644",
+ "label": "한우비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "19cad06331469ebcd649-history",
+ "label": "돌솥비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f465cea17a43366651fa-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "36bf89d4e6972ffb6f24-history",
+ "label": "물갈비",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ff6f100dccb633519622-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "00d3457dbe087ce39806-history",
+ "label": "육회비빔냉면",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f9ca06c43e4331d9a32d-history",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2753294c5a342ae7402b-history",
+ "label": "한우뚝불고기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c5d56f68e70ed8f8d644-history",
+ "label": "한우비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5421",
+ "name": "초희미용실",
+ "businessName": "초희미용실",
+ "categorySlug": "beauty",
+ "address": "전북특별자치도 전주시 완산구 모악로 4683 우미아파트 상가",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.7876745457672,
+ "longitude": 127.130038142656,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트(성인)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(성인) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-226-3701 / 영업시간: 매일 9:00-19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "36a472224728b891455d",
+ "label": "커트(성인)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "670b08838d2782e4fe24",
+ "label": "커트(학생)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "36a472224728b891455d-history",
+ "label": "커트(성인)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "670b08838d2782e4fe24-history",
+ "label": "커트(학생)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15994",
+ "name": "최가돈",
+ "businessName": "최가돈",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 후곡길 23-24 (효자동2가) 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.81087083441043,
+ "longitude": 127.09465897893688,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-227-5931 / 영업시간: 평일 : 11:00~22:00(21:00 라스트오더) 토요일 : 11:00~22:00(21:00 라스트오더) 일요일 : 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e5bc39e0c38bb9d17a16",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0557d32a29e3aadc5d71",
+ "label": "갈비찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e5bc39e0c38bb9d17a16-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0557d32a29e3aadc5d71-history",
+ "label": "갈비찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10495",
+ "name": "홍가네만두분식",
+ "businessName": "홍가네만두분식",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 삼일로 12 (창평동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.7933588484617,
+ "longitude": 126.38358115361,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-6705",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b3b8da95b964886f03a7",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "48e3e80d0dccba4c87c4",
+ "label": "고기만두",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f7c45f3c0a168538bdee",
+ "label": "떡국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b3b8da95b964886f03a7-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "48e3e80d0dccba4c87c4-history",
+ "label": "고기만두",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f7c45f3c0a168538bdee-history",
+ "label": "떡국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18288",
+ "name": "홍두깨멸치칼국수",
+ "businessName": "홍두깨멸치칼국수",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 교육로 45-1 (상동) 1층",
+ "district": "전라남도 목포시",
+ "latitude": 34.8014150837424,
+ "longitude": 126.42079872738657,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-282-7669",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dcecfd34f1293df491a5",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2b4e94ea6c723de5db88",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dcecfd34f1293df491a5-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2b4e94ea6c723de5db88-history",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15146",
+ "name": "황가네보리밥",
+ "businessName": "황가네보리밥",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 노적봉길 19-4 (무안동) 황가네보리밥",
+ "district": "전라남도 목포시",
+ "latitude": 34.78982445409798,
+ "longitude": 126.38334964496875,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "보리밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-278-3986",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "73826e3aa6fb4ca1b35e",
+ "label": "보리밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "281656b579a83985ec0c",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "73826e3aa6fb4ca1b35e-history",
+ "label": "보리밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "281656b579a83985ec0c-history",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10504",
+ "name": "흑산도전복",
+ "businessName": "흑산도전복",
+ "categorySlug": "korean",
+ "address": "전라남도 목포시 양을로208번길 9 (용당동)",
+ "district": "전라남도 목포시",
+ "latitude": 34.8103104782939,
+ "longitude": 126.393158316771,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-276-5095",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "47ce2f0ef84b41b1652c",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "47ce2f0ef84b41b1652c-history",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6327",
+ "name": "내가본미용실",
+ "businessName": "내가본미용실",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 남구 대이로45번길 15 내가본미용실",
+ "district": "경상북도 포항시",
+ "latitude": 36.0187057254121,
+ "longitude": 129.340316118787,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "여자커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여자커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-274-7754 / 영업시간: 18:00에18시0분에 금 10:00-18:00 토 10:00-18:00 일 정기휴무(매주일요일) 월 10:00-18:00 화 10:00-18:00 수 10:00-18:00 목 10:00-18:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "83a4638fc1727d98e015",
+ "label": "여자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5be7270e6b5f140f4590",
+ "label": "남자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "83a4638fc1727d98e015-history",
+ "label": "여자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5be7270e6b5f140f4590-history",
+ "label": "남자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11257",
+ "name": "넌지시",
+ "businessName": "넌지시",
+ "categorySlug": "other-food",
+ "address": "경상북도 포항시 남구 오천읍 남원로 85-99 나동 101호",
+ "district": "경상북도 포항시",
+ "latitude": 35.9659854034839,
+ "longitude": 129.400825078075,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-8870-3318",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "33887f7100c981dc4727",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "aeaca882d2092a4eb047",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "33887f7100c981dc4727-history",
+ "label": "아메리카노",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "aeaca882d2092a4eb047-history",
+ "label": "카페라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6805",
+ "name": "메밀한판",
+ "businessName": "메밀한판",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 마디미로 28 B동 202호(상남동, 상남재래시장)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2222148675498,
+ "longitude": 128.683379990696,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "냄비우동",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냄비우동 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-262-2002",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c3a0e1a95a66545e65b4",
+ "label": "냄비우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d4da09fa36d42a79f790",
+ "label": "메밀한판",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "71f4c18d3adfb7800ee9",
+ "label": "꼬마김밥",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c3a0e1a95a66545e65b4-history",
+ "label": "냄비우동",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d4da09fa36d42a79f790-history",
+ "label": "메밀한판",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "71f4c18d3adfb7800ee9-history",
+ "label": "꼬마김밥",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6811",
+ "name": "명동식당",
+ "businessName": "명동식당",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 원이대로589번길 12 (용호동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2286912789379,
+ "longitude": 128.679710134939,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-262-8374",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7b1cf8fe190b2f9ac28a",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6de09426bf9374c0d09c",
+ "label": "두루치기",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac13a91bba22676bfa8e",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7b1cf8fe190b2f9ac28a-history",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6de09426bf9374c0d09c-history",
+ "label": "두루치기",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac13a91bba22676bfa8e-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17137",
+ "name": "모도면집",
+ "businessName": "모도면집",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 창이대로881번길 17 (대방동) 대방대동황토방아파트상가 12동 2층 206호",
+ "district": "경상남도 창원시",
+ "latitude": 35.20742717951569,
+ "longitude": 128.7086999798537,
+ "representativePriceAmount": 8500,
+ "representativePriceLabel": "비빔면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔면 8,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-713-1130",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7a7deb22551682cf335f",
+ "label": "비빔면",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a7e8ab3e253763c91b7f",
+ "label": "수제 떡갈비",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1754c017343d05c32860",
+ "label": "정성갈비 구이",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "22685468c8172195bb56",
+ "label": "주먹 군만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7a7deb22551682cf335f-history",
+ "label": "비빔면",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a7e8ab3e253763c91b7f-history",
+ "label": "수제 떡갈비",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1754c017343d05c32860-history",
+ "label": "정성갈비 구이",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "22685468c8172195bb56-history",
+ "label": "주먹 군만두",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10625",
+ "name": "도남오거리도남점",
+ "businessName": "도남오거리도남점",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 도남로6길 16",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4965453079539,
+ "longitude": 126.526082680031,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-722-4844",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1b56f6a938727eb0dcd2",
+ "label": "김치찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1b56f6a938727eb0dcd2-history",
+ "label": "김치찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14005",
+ "name": "진미김밥",
+ "businessName": "진미김밥",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로46길 28 (창신동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57045965794985,
+ "longitude": 127.01018731204245,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "진미김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 진미김밥 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2268-0069 / 영업시간: 영업시간 : 월~금 08:00-21:30 / 토 08:00-19:00 휴무일 : 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5047c65c1b153c9f2849",
+ "label": "진미김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "406572e26edfea186c2c",
+ "label": "물냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5047c65c1b153c9f2849-history",
+ "label": "진미김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "406572e26edfea186c2c-history",
+ "label": "물냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19059",
+ "name": "착한커피공장",
+ "businessName": "착한커피공장",
+ "categorySlug": "other-food",
+ "address": "서울특별시 종로구 자하문로7길 66 (누하동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.58019735852819,
+ "longitude": 126.9691947292228,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-738-7774",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0b4a0972a271bd57ea99",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "900c77cbb93c60360788",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7441fe48e1aa31b47865",
+ "label": "허브티",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0b4a0972a271bd57ea99-history",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "900c77cbb93c60360788-history",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7441fe48e1aa31b47865-history",
+ "label": "허브티",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18198",
+ "name": "창신숯불돼지갈비",
+ "businessName": "창신숯불돼지갈비",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로 322-11 (창신동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5716697926823,
+ "longitude": 127.01361493727262,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "돼지갈비정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지갈비정식 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-766-5861",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "db72755398ff12364a07",
+ "label": "돼지갈비정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b102df77847429f1c2c1",
+ "label": "생선구이정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "db72755398ff12364a07-history",
+ "label": "돼지갈비정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b102df77847429f1c2c1-history",
+ "label": "생선구이정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11365",
+ "name": "광화냉면",
+ "businessName": "광화냉면",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 대영로 73번길 108 (동대신동3가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1150878509163,
+ "longitude": 129.016829835228,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-253-4823",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c1bacda4bb79e97a14d4",
+ "label": "냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9d4fd871ee68a752adb2",
+ "label": "밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d4d7d9be2eef5ccc67ae",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c1bacda4bb79e97a14d4-history",
+ "label": "냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9d4fd871ee68a752adb2-history",
+ "label": "밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d4d7d9be2eef5ccc67ae-history",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17709",
+ "name": "국수집국모",
+ "businessName": "국수집국모",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 팔공로27길 24 (불로동) 1층",
+ "district": "대구광역시 동구",
+ "latitude": 35.9115976360345,
+ "longitude": 128.63861561811987,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-981-3339 / 영업시간: 영업시간 : 11:00~20:00 정기휴무 : 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5e442101b960b766c6f8",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5e442101b960b766c6f8-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13033",
+ "name": "갓구워낸빵",
+ "businessName": "갓구워낸빵",
+ "categorySlug": "bakery",
+ "address": "인천광역시 동구 샛골로 173 (송림동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.47786072727075,
+ "longitude": 126.64475585486453,
+ "representativePriceAmount": 1200,
+ "representativePriceLabel": "단팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 1,200원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-567-9019 / 영업시간: 월~일 07:00-21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "45c5cda0b40a086d61df",
+ "label": "단팥빵",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "29effc8bb253f4f5b29d",
+ "label": "크림빵",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "45c5cda0b40a086d61df-history",
+ "label": "단팥빵",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "29effc8bb253f4f5b29d-history",
+ "label": "크림빵",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13022",
+ "name": "남성여성커트전문점",
+ "businessName": "남성여성커트전문점",
+ "categorySlug": "beauty",
+ "address": "인천광역시 동구 샛골로161번길 26 (송림동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.47703198808541,
+ "longitude": 126.64334345184642,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "남성커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-8670-9155 / 영업시간: 월~일 09:00-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e35fad3c00636f73168c",
+ "label": "남성커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bdf83478435f603d35e2",
+ "label": "여성커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e35fad3c00636f73168c-history",
+ "label": "남성커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bdf83478435f603d35e2-history",
+ "label": "여성커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13798",
+ "name": "냠냠분식",
+ "businessName": "냠냠분식",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 수문통로 39 (송현동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.47984549987457,
+ "longitude": 126.63397144892058,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "떡볶이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-3355 / 영업시간: 화 ~ 일 10:00 ~ 22:00 월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e64f240710635562762e",
+ "label": "떡볶이",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "964185b1a6efb71a72a3",
+ "label": "튀김만두(2개)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e64f240710635562762e-history",
+ "label": "떡볶이",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "964185b1a6efb71a72a3-history",
+ "label": "튀김만두(2개)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2093",
+ "name": "네오클리닝센타",
+ "businessName": "네오클리닝센타",
+ "categorySlug": "laundry",
+ "address": "인천광역시 동구 송현로 19번길 14 (송현동)",
+ "district": "인천광역시 동구",
+ "latitude": 37.4785676119164,
+ "longitude": 126.634101843256,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "정장1벌",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장1벌 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-0030 / 영업시간: 월~토 09:00:19:30 (일,공휴일) 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "50b8f58682680df11daf",
+ "label": "정장1벌",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "50b8f58682680df11daf-history",
+ "label": "정장1벌",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13184",
+ "name": "호수목욕탕",
+ "businessName": "호수목욕탕",
+ "categorySlug": "bath",
+ "address": "광주광역시 동구 구성로194번길 7-1 (대인동) 1층",
+ "district": "광주광역시 동구",
+ "latitude": 35.15276002074088,
+ "longitude": 126.9147242991847,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "성인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 성인 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-226-1142 / 영업시간: 월-토 04:30~16:00 / 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a299a6165b409b40254b",
+ "label": "성인",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a299a6165b409b40254b-history",
+ "label": "성인",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17171",
+ "name": "홀인원김밥",
+ "businessName": "홀인원김밥",
+ "categorySlug": "korean",
+ "address": "광주광역시 동구 독립로 262-1 (금남로5가) 1",
+ "district": "광주광역시 동구",
+ "latitude": 35.15454223324605,
+ "longitude": 126.91127651626087,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "그냥김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 그냥김밥 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 1555-5878 / 영업시간: 영업일: 월~토 오전 8시~오후4시(재료소진시 마감) 휴무일: 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f972a30d434866edcbb0",
+ "label": "그냥김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9122ffa379a3a0f739bc",
+ "label": "라면",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f972a30d434866edcbb0-history",
+ "label": "그냥김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9122ffa379a3a0f739bc-history",
+ "label": "라면",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2569",
+ "name": "왕산",
+ "businessName": "왕산",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 계족로 202 (대동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3312406960166,
+ "longitude": 127.441181784066,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "갈비탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 갈비탕 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-626-7006 / 영업시간: 09:30 ~ 21:30 / 매주 일요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "439620526ff9ca1c1ef6",
+ "label": "갈비탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6802179e82784d897836",
+ "label": "매생이갈비탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e18dd2ca48e87e571014",
+ "label": "왕갈비탕(특)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "439620526ff9ca1c1ef6-history",
+ "label": "갈비탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6802179e82784d897836-history",
+ "label": "매생이갈비탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e18dd2ca48e87e571014-history",
+ "label": "왕갈비탕(특)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18678",
+ "name": "우리뷰티",
+ "businessName": "우리뷰티",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 용운로1번길 5 (대동) 대동",
+ "district": "대전광역시 동구",
+ "latitude": 36.32944033216982,
+ "longitude": 127.44360995154223,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-282-7718 / 영업시간: 10:00 ~ 19:00 매주 월요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a0f704f45a317b1f5b2f",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a0f704f45a317b1f5b2f-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14912",
+ "name": "우리헤어클럽",
+ "businessName": "우리헤어클럽",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 백룡로57번길 118 (자양동) 자양동",
+ "district": "대전광역시 동구",
+ "latitude": 36.3383596687159,
+ "longitude": 127.45088284522323,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "미용료(커트)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1367-4071 / 영업시간: 15:00~19:00 / 휴무일(토요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "58b0cc4344c396ed705f",
+ "label": "미용료(커트)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "58b0cc4344c396ed705f-history",
+ "label": "미용료(커트)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2525",
+ "name": "운동화목욕한날",
+ "businessName": "운동화목욕한날",
+ "categorySlug": "laundry",
+ "address": "대전광역시 동구 용운로 170가동 102호(용운동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3276734373929,
+ "longitude": 127.460965313411,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "운동화 빨래",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 운동화 빨래 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:30 ~ 19:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "79d7d9be0c9d09c61767",
+ "label": "운동화 빨래",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7b5d4f759cc379ef97c4",
+ "label": "운동화 빨래(물세탁)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "79d7d9be0c9d09c61767-history",
+ "label": "운동화 빨래",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7b5d4f759cc379ef97c4-history",
+ "label": "운동화 빨래(물세탁)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17508",
+ "name": "꽃보다남자남성커트",
+ "businessName": "꽃보다남자남성커트",
+ "categorySlug": "beauty",
+ "address": "울산광역시 남구 두왕로190번길 31 (선암동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.518683361146806,
+ "longitude": 129.31515922674268,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1315-4144 / 영업시간: 10:00~19:00(매주 화요일 정기휴무, 매주 첫째주 일요일 정기휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2f864f122e56ed02c126",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2f864f122e56ed02c126-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15094",
+ "name": "나일57",
+ "businessName": "나일57",
+ "categorySlug": "bakery",
+ "address": "울산광역시 남구 삼산로83번길 35 (달동) 1층 101호",
+ "district": "울산광역시 남구",
+ "latitude": 35.53775574203502,
+ "longitude": 129.3154140122934,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 아메리카노 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1346-4157",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "503d64abb636178f22d9",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "189c4ad84a1362755998",
+ "label": "소금빵",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "503d64abb636178f22d9-history",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "189c4ad84a1362755998-history",
+ "label": "소금빵",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15102",
+ "name": "내고향추어탕",
+ "businessName": "내고향추어탕",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 산업로339번길 24-13 (선암동) 105호",
+ "district": "울산광역시 남구",
+ "latitude": 35.516428145861525,
+ "longitude": 129.33786343766934,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-256-7972",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d2e3cbcd0f6083571bf2",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "71876c917d57014c6db6",
+ "label": "삼겹 김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d2e3cbcd0f6083571bf2-history",
+ "label": "추어탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "71876c917d57014c6db6-history",
+ "label": "삼겹 김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3398",
+ "name": "명품세탁 빨래터",
+ "businessName": "명품세탁 빨래터",
+ "categorySlug": "laundry",
+ "address": "경기도 수원시 영통구 동탄원천로 915번길 36 104호",
+ "district": "경기도 수원시",
+ "latitude": 37.2569793706321,
+ "longitude": 127.043828501468,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "세탁료",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-216-8939 / 영업시간: 매일 09:00~20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b44b33137bc7284e67fa",
+ "label": "세탁료",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "236a0579eee4a8ccaf80",
+ "label": "의복수선료",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b44b33137bc7284e67fa-history",
+ "label": "세탁료",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "236a0579eee4a8ccaf80-history",
+ "label": "의복수선료",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11096",
+ "name": "모아헤어",
+ "businessName": "모아헤어",
+ "categorySlug": "beauty",
+ "address": "경기도 수원시 장안구 화산로 285번길 12 화남아파트상가 102호(율전동)",
+ "district": "경기도 수원시",
+ "latitude": 37.3002864705875,
+ "longitude": 126.964407790648,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-295-4005",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "624984a4be48bff5f97a",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "624984a4be48bff5f97a-history",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11689",
+ "name": "모이세 분식",
+ "businessName": "모이세 분식",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 팔달구 팔달문로3번길 5 (팔달로2가)",
+ "district": "경기도 수원시",
+ "latitude": 37.2779056593256,
+ "longitude": 127.017591481138,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "돈까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈까스 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-245-1189",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d22373c84a6f179206de",
+ "label": "돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e3cc8b2346f2927077ee",
+ "label": "물냉면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "366fcf1595f9db6334eb",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d22373c84a6f179206de-history",
+ "label": "돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e3cc8b2346f2927077ee-history",
+ "label": "물냉면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "366fcf1595f9db6334eb-history",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4343",
+ "name": "송혜진미용실",
+ "businessName": "송혜진미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 신흥길5번길 8-6 1층(우두동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.9005696948236,
+ "longitude": 127.727393589753,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "07cae761cdd68f6313f3",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a9694e8dbfbfce2cee86",
+ "label": "드라이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "07cae761cdd68f6313f3-history",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a9694e8dbfbfce2cee86-history",
+ "label": "드라이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13802",
+ "name": "수제돈가스",
+ "businessName": "수제돈가스",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 명동길 43 (죽림동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.87732611130328,
+ "longitude": 127.72485363921628,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "돈가스정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-254-5074",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "36659d5b5bfa2b099076",
+ "label": "돈가스정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7389a1cab263c622a2e5",
+ "label": "돈가스 포장",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "36659d5b5bfa2b099076-history",
+ "label": "돈가스정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7389a1cab263c622a2e5-history",
+ "label": "돈가스 포장",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11113",
+ "name": "숙미용실",
+ "businessName": "숙미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 공지로 432-1 (근화동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8737216981244,
+ "longitude": 127.719469536522,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-9217 / 영업시간: 10:00 - 20:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2a82778f35ed691610ae",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2a82778f35ed691610ae-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4761",
+ "name": "도토리명가",
+ "businessName": "도토리명가",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 흥덕구 흥덕로162번길 13 (운천동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6476629164762,
+ "longitude": 127.477294311131,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "도토리묵밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 도토리묵밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 예약제 운영",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cc66019aca85e687aa2d",
+ "label": "도토리묵밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ee55ebd9156c795ddf7d",
+ "label": "도토리 들깨칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d5ccc0474a059d279075",
+ "label": "도토리 들깨수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e039e1917744ecfbf138",
+ "label": "도토리들깨수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac6ddfa3458a87568663",
+ "label": "도토리들깨칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cc66019aca85e687aa2d-history",
+ "label": "도토리묵밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ee55ebd9156c795ddf7d-history",
+ "label": "도토리 들깨칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d5ccc0474a059d279075-history",
+ "label": "도토리 들깨수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e039e1917744ecfbf138-history",
+ "label": "도토리들깨수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac6ddfa3458a87568663-history",
+ "label": "도토리들깨칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15760",
+ "name": "동의명가 뼈해장국,순대국,감자탕",
+ "businessName": "동의명가 뼈해장국,순대국,감자탕",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 상당구 무심동로392번길 4 (서문동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.6354992792621,
+ "longitude": 127.48497460255712,
+ "representativePriceAmount": 6900,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 6,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2d5bbd8a86a8d5a107f8",
+ "label": "순대국밥",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "590ec222a3e719d34204",
+ "label": "뼈해장국",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2d5bbd8a86a8d5a107f8-history",
+ "label": "순대국밥",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "590ec222a3e719d34204-history",
+ "label": "뼈해장국",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4743",
+ "name": "돼풍이국내산생고기",
+ "businessName": "돼풍이국내산생고기",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 율봉로94번길 27 (율량동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6654896584325,
+ "longitude": 127.480643814831,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "삼겹살(150g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(150g) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-211-5959 / 영업시간: 매일 17:00-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ea61ab109f619bc3c33d",
+ "label": "삼겹살(150g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ea61ab109f619bc3c33d-history",
+ "label": "삼겹살(150g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4915",
+ "name": "백미용실",
+ "businessName": "백미용실",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 동남구 우영1길 10 106호(봉명동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.805213750612,
+ "longitude": 127.140789087028,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-572-5953 / 영업시간: 10:00~18:30 정기휴무(매주 수, 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2532a6004e61f0c118d0",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2532a6004e61f0c118d0-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4989",
+ "name": "별난생태나라",
+ "businessName": "별난생태나라",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 서북구 봉서5길 10 104호(쌍용동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.808266626223,
+ "longitude": 127.132230635153,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "동태탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 동태탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-575-3675 / 영업시간: 08:30~21:00 정기휴무(매주 월요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "67a67edc651b472a1e47",
+ "label": "동태탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4249ac5ed329497dde9c",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "67a67edc651b472a1e47-history",
+ "label": "동태탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4249ac5ed329497dde9c-history",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15998",
+ "name": "춘향골밥상",
+ "businessName": "춘향골밥상",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 덕진구 벚꽃2길 5 (진북동)",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.827911752494195,
+ "longitude": 127.1324721401412,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "우렁된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우렁된장찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-255-8500 / 영업시간: 월요일 ~ 토요일 : 11:00 ~ 21:00(브레이크 타임 15:00 ~ 17:00) 일요일 : 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fb20ff2c3b9804de4c7b",
+ "label": "우렁된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fb20ff2c3b9804de4c7b-history",
+ "label": "우렁된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15995",
+ "name": "하루국수",
+ "businessName": "하루국수",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 메너머1길 30 (중화산동2가)",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.82106396957341,
+ "longitude": 127.11962562598723,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "물국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1347-0031 / 영업시간: 평일 : 10:00 ~ 16:00 토요일 : 10:00 ~ 16:00 일요일 : 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bcefc48ef77d3a822f5d",
+ "label": "물국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f1ef1db9206639c653f7",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bcefc48ef77d3a822f5d-history",
+ "label": "물국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f1ef1db9206639c653f7-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5402",
+ "name": "하얀세탁나라",
+ "businessName": "하얀세탁나라",
+ "categorySlug": "laundry",
+ "address": "전북특별자치도 전주시 덕진구 시천로 29-30 (송천동1가, 한양아파트 상가 1층)",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8605364471238,
+ "longitude": 127.113373136028,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "양복",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-902-4555 / 영업시간: 금 08:00-20:00 토 08:00-20:00 일 정기휴무(매주일요일) 월 08:00-20:00 화 08:00-20:00 수 08:00-20:00 목 08:00-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3d29b3be1555e5293a6c",
+ "label": "양복",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ea29b9f252655b5050c9",
+ "label": "바지",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "43735d2ed97a30d95ac7",
+ "label": "티셔츠",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3d29b3be1555e5293a6c-history",
+ "label": "양복",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ea29b9f252655b5050c9-history",
+ "label": "바지",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "43735d2ed97a30d95ac7-history",
+ "label": "티셔츠",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17489",
+ "name": "e쁘제헤어프리",
+ "businessName": "e쁘제헤어프리",
+ "categorySlug": "beauty",
+ "address": "전라남도 여수시 허문정1길 52 (문수동) 1층",
+ "district": "전라남도 여수시",
+ "latitude": 34.74984276015307,
+ "longitude": 127.69462555986541,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "성인여자커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 성인여자커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-651-0612",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7eabe0e141ba7b8fb314",
+ "label": "성인여자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7eabe0e141ba7b8fb314-history",
+ "label": "성인여자커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5747",
+ "name": "가든회관",
+ "businessName": "가든회관",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 시청동1길 7 (학동) 가든회관",
+ "district": "전라남도 여수시",
+ "latitude": 34.76010930737318,
+ "longitude": 127.66429037149783,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-681-5940 / 영업시간: 9:30~21:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c012fd9e0b6d53a9fa64",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c012fd9e0b6d53a9fa64-history",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6433",
+ "name": "뉴현대미용실",
+ "businessName": "뉴현대미용실",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 북구 새마을로 2 뉴현대미용실",
+ "district": "경상북도 포항시",
+ "latitude": 36.0384567529592,
+ "longitude": 129.358106840482,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-241-5678 / 영업시간: 8시~18시 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "23fcc7a48f6035cc2c94",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "23fcc7a48f6035cc2c94-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6363",
+ "name": "다미손만두돈까스",
+ "businessName": "다미손만두돈까스",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 구룡포읍 구룡포길 85-1 다미손만두돈까스",
+ "district": "경상북도 포항시",
+ "latitude": 35.9912234274676,
+ "longitude": 129.555134254705,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-284-2291 / 영업시간: 11시~21시 (휴뮤일 없음)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "67fe9acf403017f0efa8",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "57daa89778316e271ac3",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "67fe9acf403017f0efa8-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "57daa89778316e271ac3-history",
+ "label": "비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6828",
+ "name": "미가칼국수",
+ "businessName": "미가칼국수",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 벚꽃로60번길 19-6 832(화천동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.1512659472656,
+ "longitude": 128.665285213057,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "보리밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-543-5200",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5f039dcfc50c77e53202",
+ "label": "보리밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5f039dcfc50c77e53202-history",
+ "label": "보리밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6825",
+ "name": "미진과자점",
+ "businessName": "미진과자점",
+ "categorySlug": "other-food",
+ "address": "경상남도 창원시 진해구 충장로130번길 4 (충무동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.151815090165,
+ "longitude": 128.66605694706,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "벚꽃크림치즈타르트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 벚꽃크림치즈타르트 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-545-3133",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4a0f84492c7dab78f8ce",
+ "label": "벚꽃크림치즈타르트",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "37e2d40297e1d50b9b42",
+ "label": "에그타르트",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4a0f84492c7dab78f8ce-history",
+ "label": "벚꽃크림치즈타르트",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "37e2d40297e1d50b9b42-history",
+ "label": "에그타르트",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16321",
+ "name": "바름카페공방",
+ "businessName": "바름카페공방",
+ "categorySlug": "other-food",
+ "address": "경상남도 창원시 마산회원구 구암동정길 63 (구암동) 101호 바름카페공방",
+ "district": "경상남도 창원시",
+ "latitude": 35.253547999427646,
+ "longitude": 128.6004429633202,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "커피(아메리카노)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피(아메리카노) 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-6878-7075",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "048f4dd0bdc07e63efed",
+ "label": "커피(아메리카노)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b23dc56d4e0a1998ea04",
+ "label": "과일빙수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c307507bc23783a04e70",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ec3864fc77156198d1bd",
+ "label": "라떼(바닐라/토피넛/쑥/녹차/고구마/곡물)",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "36af1a993049c905a6e1",
+ "label": "수제차(자몽/레몬/생강/레몬모과/오미자)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9761f20e75a1e26c5bcc",
+ "label": "과일스무디(블루베리/망고/딸기/멜론)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "048f4dd0bdc07e63efed-history",
+ "label": "커피(아메리카노)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b23dc56d4e0a1998ea04-history",
+ "label": "과일빙수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c307507bc23783a04e70-history",
+ "label": "카페라떼",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ec3864fc77156198d1bd-history",
+ "label": "라떼(바닐라/토피넛/쑥/녹차/고구마/곡물)",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "36af1a993049c905a6e1-history",
+ "label": "수제차(자몽/레몬/생강/레몬모과/오미자)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9761f20e75a1e26c5bcc-history",
+ "label": "과일스무디(블루베리/망고/딸기/멜론)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14254",
+ "name": "도넛킹",
+ "businessName": "도넛킹",
+ "categorySlug": "other-food",
+ "address": "제주특별자치도 제주시 구남로6길 25 (이도이동) 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.48841844009604,
+ "longitude": 126.53559021440631,
+ "representativePriceAmount": 1500,
+ "representativePriceLabel": "오리지널 글레이즈",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 오리지널 글레이즈 1,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-7443-1282",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3c7f7ad5a326b8112294",
+ "label": "오리지널 글레이즈",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "34b954c0a9d1fa5dfc15",
+ "label": "츄러스 도넛",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a987d030bf513a47ac51",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3c7f7ad5a326b8112294-history",
+ "label": "오리지널 글레이즈",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "34b954c0a9d1fa5dfc15-history",
+ "label": "츄러스 도넛",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a987d030bf513a47ac51-history",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11363",
+ "name": "청정바지락칼국수",
+ "businessName": "청정바지락칼국수",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 창신길 11 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5722071295158,
+ "longitude": 127.010524084538,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-743-6557",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d1b6e431f92397f13595",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5e19292dc1860292227e",
+ "label": "보리비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d1b6e431f92397f13595-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5e19292dc1860292227e-history",
+ "label": "보리비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19060",
+ "name": "체부동잔치집",
+ "businessName": "체부동잔치집",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 자하문로1길 16 (체부동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57655121434925,
+ "longitude": 126.97150085198783,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-730-5420",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "543d6c9cb6da159d48f2",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "df6bc34949239d31c0ea",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "543d6c9cb6da159d48f2-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "df6bc34949239d31c0ea-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16867",
+ "name": "카츠연",
+ "businessName": "카츠연",
+ "categorySlug": "japanese",
+ "address": "서울특별시 종로구 삼봉로 81 (수송동) 지하1층 136호",
+ "district": "서울특별시 종로구",
+ "latitude": 37.572557012406925,
+ "longitude": 126.98181439015927,
+ "representativePriceAmount": 9500,
+ "representativePriceLabel": "등심돈카츠정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 등심돈카츠정식 9,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4015-1318 / 영업시간: 11:00~20:00 (브레이크 타임 14:00~16:00) 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "282f53a585881f3ba58d",
+ "label": "등심돈카츠정식",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "282f53a585881f3ba58d-history",
+ "label": "등심돈카츠정식",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13949",
+ "name": "토리베이커리",
+ "businessName": "토리베이커리",
+ "categorySlug": "bakery",
+ "address": "서울특별시 종로구 옥인길 30-3 (옥인동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.58107428102593,
+ "longitude": 126.96708919813716,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "막걸리식빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "막걸리로 반죽해 만든 막걸리 식빵과 바게트, 롤케이크가 유명해요",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-5330-0771 / 영업시간: 영업시간 : 화~토 08:00~21:00 / 일 08:00~17:00 휴무일 : 월요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1a5cd8cb2b91d3a967d9",
+ "label": "막걸리식빵",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1a5cd8cb2b91d3a967d9-history",
+ "label": "막걸리식빵",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1410",
+ "name": "남강숯불갈비",
+ "businessName": "남강숯불갈비",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 충무대로 255번길 9 (남부민동)",
+ "district": "부산광역시 서구",
+ "latitude": 35.0930541909753,
+ "longitude": 129.023262189766,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-254-8108 / 영업시간: 10:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1575e9926be97211d01f",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6fade247537c078b9b17",
+ "label": "돼지갈비(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8d7ed0c6cdd6b58a57bb",
+ "label": "돼지갈비 200g",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1575e9926be97211d01f-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6fade247537c078b9b17-history",
+ "label": "돼지갈비(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8d7ed0c6cdd6b58a57bb-history",
+ "label": "돼지갈비 200g",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19202",
+ "name": "대신 벚꽃길 빙수",
+ "businessName": "대신 벚꽃길 빙수",
+ "categorySlug": "other-food",
+ "address": "부산광역시 서구 대영로73번길 60 (동대신동3가) 1층",
+ "district": "부산광역시 서구",
+ "latitude": 35.11309551348351,
+ "longitude": 129.0178920843254,
+ "representativePriceAmount": 8500,
+ "representativePriceLabel": "팥빙수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 팥빙수 8,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-991-3610",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "192dd02a87009f79fc02",
+ "label": "팥빙수",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fe4bc5040211a3c91322",
+ "label": "수제대추차",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "192dd02a87009f79fc02-history",
+ "label": "팥빙수",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fe4bc5040211a3c91322-history",
+ "label": "수제대추차",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1388",
+ "name": "대영탕",
+ "businessName": "대영탕",
+ "categorySlug": "bath",
+ "address": "부산광역시 서구 구덕로 132번길 9 (토성동5가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.0972775635676,
+ "longitude": 129.022430372656,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "대인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-254-9515 / 영업시간: 5:00-18:00 화요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c09921136ff1eda92c56",
+ "label": "대인",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "079d42a85ae084a4f85b",
+ "label": "소인",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c09921136ff1eda92c56-history",
+ "label": "대인",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "079d42a85ae084a4f85b-history",
+ "label": "소인",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17930",
+ "name": "길목식당",
+ "businessName": "길목식당",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 평화로 58 (신암동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.88437674353279,
+ "longitude": 128.62015239131767,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "청국장 찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 찌개 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-957-9711 / 영업시간: 영업시간 : 11:00~19:00 정기휴무 : 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fc08d8c30de9061924e3",
+ "label": "청국장 찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fc08d8c30de9061924e3-history",
+ "label": "청국장 찌개",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14954",
+ "name": "날마다좋은집1호점",
+ "businessName": "날마다좋은집1호점",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 아양로11길 10 (신암동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.88346970782011,
+ "longitude": 128.62034336657473,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "고딧국(2~3인용)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "평화시장내",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-426-3531 / 영업시간: 월~일 07:30~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5c8eaef5fd2bdff1f1e7",
+ "label": "고딧국(2~3인용)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5c8eaef5fd2bdff1f1e7-history",
+ "label": "고딧국(2~3인용)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1882",
+ "name": "다모아식당",
+ "businessName": "다모아식당",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 파계로 54 (지묘동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.9386980766118,
+ "longitude": 128.638782921677,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "해물칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물칼국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-986-2929 / 영업시간: 월-일 11:00-19:30 브레이크 타임 (평일) 15:00-16:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6d2c4f2204207b6f72c6",
+ "label": "해물칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d0d5d0d0eb5ebd7b7cc5",
+ "label": "돌솥밥정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9d5104f078dd60311ed8",
+ "label": "냉콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f76b7f867eca0c9ef39a",
+ "label": "돌솥밥(청국장)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f18669a8e1b9c76dec9d",
+ "label": "잔치국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "024d3ed0e5148470ae5d",
+ "label": "해물파전",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6d2c4f2204207b6f72c6-history",
+ "label": "해물칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d0d5d0d0eb5ebd7b7cc5-history",
+ "label": "돌솥밥정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9d5104f078dd60311ed8-history",
+ "label": "냉콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f76b7f867eca0c9ef39a-history",
+ "label": "돌솥밥(청국장)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f18669a8e1b9c76dec9d-history",
+ "label": "잔치국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "024d3ed0e5148470ae5d-history",
+ "label": "해물파전",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17599",
+ "name": "만석골",
+ "businessName": "만석골",
+ "categorySlug": "korean",
+ "address": "인천 동구 화도진로192번길 2 1층 101호(만석동, 계성빌라)",
+ "district": "인천 동구",
+ "latitude": 37.4859697544878,
+ "longitude": 126.622682978871,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "육개장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 육개장 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-8080 / 영업시간: 월 ~ 금 09:00 ~ 20:00 토 ~ 일 09:00 ~ 17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5c8effbc83c0190d935f",
+ "label": "육개장",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5c8effbc83c0190d935f-history",
+ "label": "육개장",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19034",
+ "name": "명가순대",
+ "businessName": "명가순대",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 화수로 18 (송현동) 명가순대",
+ "district": "인천광역시 동구",
+ "latitude": 37.48123968414481,
+ "longitude": 126.6356097358181,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "설렁탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 설렁탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-8833 / 영업시간: 매일 05:00 ~ 22:00 라스트오더 21:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "30ef5e2080b3669fcc50",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "30ef5e2080b3669fcc50-history",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17593",
+ "name": "모모식당",
+ "businessName": "모모식당",
+ "categorySlug": "western",
+ "address": "인천 동구 화수로 7 1층 102호 (송현동, 센타빌딩)",
+ "district": "인천 동구",
+ "latitude": 37.4803199313529,
+ "longitude": 126.636012820597,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "모모등심돈까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 모모등심돈까스 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-213-2434 / 영업시간: 월 ~ 수 11:00 ~ 18:00 목, 금 11:00 ~ 21:00 토 11:00 ~ 16:00 마지막 주문 영업종료 30분 전 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "78c6852bc7f820c55700",
+ "label": "모모등심돈까스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "78c6852bc7f820c55700-history",
+ "label": "모모등심돈까스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2094",
+ "name": "문성각",
+ "businessName": "문성각",
+ "categorySlug": "chinese",
+ "address": "인천광역시 동구 송미로 35 (송림동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.482903570468814,
+ "longitude": 126.6497277170181,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "키오스크 주문가능업체",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-0400 / 영업시간: 월~토 10:30-20:30 (일) 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8c2a4191945becceda12",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "61eb97c3823468e51966",
+ "label": "짬뽕",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8c2a4191945becceda12-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "61eb97c3823468e51966-history",
+ "label": "짬뽕",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2304",
+ "name": "금강식당",
+ "businessName": "금강식당",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 천변우하로 373 (동천동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.1689145192112,
+ "longitude": 126.861118425373,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "생고기비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생고기비빔밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-514-9111 / 영업시간: 월 ~ 일 11:30~21:30 ※정기휴무 : 매달 2,4번쨰 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9a4a3e71b501e3f98ea9",
+ "label": "생고기비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "394793e4126b57bb9b61",
+ "label": "곰탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9a4a3e71b501e3f98ea9-history",
+ "label": "생고기비빔밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "394793e4126b57bb9b61-history",
+ "label": "곰탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14921",
+ "name": "금룡",
+ "businessName": "금룡",
+ "categorySlug": "chinese",
+ "address": "광주광역시 서구 염화로 115 (화정동) 1층",
+ "district": "광주광역시 서구",
+ "latitude": 35.1430601138362,
+ "longitude": 126.87725557866646,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-681-2500",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ac89c594cedd50a9c52f",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7054eeb78dc41fcdf8d9",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "006339a87bdef2026eac",
+ "label": "탕수육",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ac89c594cedd50a9c52f-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7054eeb78dc41fcdf8d9-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "006339a87bdef2026eac-history",
+ "label": "탕수육",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2535",
+ "name": "은성미용실",
+ "businessName": "은성미용실",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 새터2길 26 (신흥동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3227027931205,
+ "longitude": 127.443901827716,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "미용료(커트)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-283-9633 / 영업시간: 09:00 ~ 19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "37be0d2ab415ed738d3e",
+ "label": "미용료(커트)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a905416aa2b751b41ef1",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "37be0d2ab415ed738d3e-history",
+ "label": "미용료(커트)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a905416aa2b751b41ef1-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14916",
+ "name": "인동왕만두",
+ "businessName": "인동왕만두",
+ "categorySlug": "bakery",
+ "address": "대전광역시 동구 대전로 697 (인동) 인동",
+ "district": "대전광역시 동구",
+ "latitude": 36.32247820088637,
+ "longitude": 127.43724722008199,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "왕만두(고기만두)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 왕만두(고기만두) 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-285-5060 / 영업시간: 09:00 ~ 21:00 / 휴무일(없음) / 전화 예약 후 방문 희망",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f0fcc1791f1af5e614d2",
+ "label": "왕만두(고기만두)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8c447b26dadb7ec7f3c5",
+ "label": "찐빵",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b078934ad6f20c02a892",
+ "label": "통만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f309d63491dbee05d29c",
+ "label": "김치만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f0fcc1791f1af5e614d2-history",
+ "label": "왕만두(고기만두)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8c447b26dadb7ec7f3c5-history",
+ "label": "찐빵",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b078934ad6f20c02a892-history",
+ "label": "통만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f309d63491dbee05d29c-history",
+ "label": "김치만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16532",
+ "name": "장가네대구왕뽈데기",
+ "businessName": "장가네대구왕뽈데기",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 계족로 309-1 (성남동) 1층",
+ "district": "대전광역시 동구",
+ "latitude": 36.3400092088714,
+ "longitude": 127.43610509783201,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "대구탕(점심)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 대구탕(점심) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-623-0750 / 영업시간: 11:00 ~ 22:00 영업 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4c9720f65b67a96914a9",
+ "label": "대구탕(점심)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "433005e702eff3f8a600",
+ "label": "대구지리(점심)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4c9720f65b67a96914a9-history",
+ "label": "대구탕(점심)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "433005e702eff3f8a600-history",
+ "label": "대구지리(점심)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2541",
+ "name": "장성",
+ "businessName": "장성",
+ "categorySlug": "chinese",
+ "address": "대전광역시 동구 우암로 85번길 14 (삼성동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3380538647397,
+ "longitude": 127.427767366719,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-622-8494 / 영업시간: 평일 10:00 ~ 20:30 / 토요일 10:00 ~ 17:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bd5dad9cf4d543d116ab",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b0f389e44b20998e3aab",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bd5dad9cf4d543d116ab-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b0f389e44b20998e3aab-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15118",
+ "name": "대박분식",
+ "businessName": "대박분식",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 월평로171번길 26 (신정동, 신정 지웰) 119호",
+ "district": "울산광역시 남구",
+ "latitude": 35.54739693327833,
+ "longitude": 129.32322710623595,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-269-8845",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "001dea35174765d9f088",
+ "label": "김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4de8849b399edf330cfc",
+ "label": "즉석떡볶이",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "001dea35174765d9f088-history",
+ "label": "김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4de8849b399edf330cfc-history",
+ "label": "즉석떡볶이",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18786",
+ "name": "더짬뽕",
+ "businessName": "더짬뽕",
+ "categorySlug": "chinese",
+ "address": "울산광역시 남구 달삼로23번길 12 (달동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.53660268642255,
+ "longitude": 129.33148195611733,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1356-8941 / 영업시간: 11:00~21:00(15:00~17:00 브레이크 타임), 매주 일요일 휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d07bbc58d1bc69d24ecf",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "56c5e2bb6f86dfa919ad",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "281e2982ce0d084ed6fe",
+ "label": "볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d07bbc58d1bc69d24ecf-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "56c5e2bb6f86dfa919ad-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "281e2982ce0d084ed6fe-history",
+ "label": "볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2899",
+ "name": "덤",
+ "businessName": "덤",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 대학로84번길 5-5",
+ "district": "울산광역시 남구",
+ "latitude": 35.5426013606551,
+ "longitude": 129.260284008748,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "냉칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉칼국수 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-247-1217 / 영업시간: 09:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e894e5870be759810379",
+ "label": "냉칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "20afa0788072fd096daa",
+ "label": "비빔밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "145e0a0f7c0cc480ddbf",
+ "label": "돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "89861aeffaad32a74408",
+ "label": "고기만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8b48e1b1f2c3d2d5f552",
+ "label": "김치만두",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "55f72c0588a60bea7fa0",
+ "label": "돌솥비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7558ae460acb91350c55",
+ "label": "비빔냉칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "358013b2f8d11c710126",
+ "label": "순두부찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "12046d536f8fa84c37c2",
+ "label": "칼국수정식",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e894e5870be759810379-history",
+ "label": "냉칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "20afa0788072fd096daa-history",
+ "label": "비빔밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "145e0a0f7c0cc480ddbf-history",
+ "label": "돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "89861aeffaad32a74408-history",
+ "label": "고기만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8b48e1b1f2c3d2d5f552-history",
+ "label": "김치만두",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "55f72c0588a60bea7fa0-history",
+ "label": "돌솥비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7558ae460acb91350c55-history",
+ "label": "비빔냉칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "358013b2f8d11c710126-history",
+ "label": "순두부찌개",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "12046d536f8fa84c37c2-history",
+ "label": "칼국수정식",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3377",
+ "name": "못골해장국",
+ "businessName": "못골해장국",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 권선구 금호로246번길 15-4 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.2749502849126,
+ "longitude": 126.977331077535,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "선지해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지해장국 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-278-3493 / 영업시간: 7:30~22:00(일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9064d3f7f7a5797a739b",
+ "label": "선지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6413d606230165e43711",
+ "label": "소고기해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "800b0a84dae4856c753e",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9064d3f7f7a5797a739b-history",
+ "label": "선지해장국",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6413d606230165e43711-history",
+ "label": "소고기해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "800b0a84dae4856c753e-history",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16346",
+ "name": "몽뻬르베이커리카페",
+ "businessName": "몽뻬르베이커리카페",
+ "categorySlug": "bakery",
+ "address": "경기도 수원시 장안구 파장로 70 (파장동)",
+ "district": "경기도 수원시",
+ "latitude": 37.30605816813522,
+ "longitude": 126.9931791203893,
+ "representativePriceAmount": 2900,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 아메리카노 2,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-246-5474 / 영업시간: 07:30~22:30 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2106e101e023522278b0",
+ "label": "아메리카노",
+ "amount": 2900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2f26d11f7e5d2e63a6fd",
+ "label": "소금빵",
+ "amount": 2700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2a1ac105924001f565d3",
+ "label": "에그타르트",
+ "amount": 2400,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2106e101e023522278b0-history",
+ "label": "아메리카노",
+ "amount": 2900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2f26d11f7e5d2e63a6fd-history",
+ "label": "소금빵",
+ "amount": 2700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2a1ac105924001f565d3-history",
+ "label": "에그타르트",
+ "amount": 2400,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3403",
+ "name": "문화미용실",
+ "businessName": "문화미용실",
+ "categorySlug": "beauty",
+ "address": "경기도 수원시 장안구 정조로 934번길 29-18 (영화동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2923701800345,
+ "longitude": 127.013797271773,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-256-1463 / 영업시간: 08:30~18:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bea0ee0cc07144323db6",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2583e71337de3ab3e874",
+ "label": "경로커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c77aa4236003c0ea4d7c",
+ "label": "컷 커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bea0ee0cc07144323db6-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2583e71337de3ab3e874-history",
+ "label": "경로커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c77aa4236003c0ea4d7c-history",
+ "label": "컷 커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16643",
+ "name": "실비아미용실",
+ "businessName": "실비아미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 춘천로296번길 18 (후평동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.879961550470746,
+ "longitude": 127.74662200640537,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-5746 / 영업시간: 매일 09:00~20:00 일요일 비정기적 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "45b88ff303770e9f315a",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "45b88ff303770e9f315a-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10306",
+ "name": "쌍다리이용소",
+ "businessName": "쌍다리이용소",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 춘천순환로 42 상가동 101호 (석사동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8546857141914,
+ "longitude": 127.748703975697,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-262-5087 / 영업시간: 06:30 - 16:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9aa42ad17ee018b1bd89",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b73481d284ed2e99cc7f",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9aa42ad17ee018b1bd89-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b73481d284ed2e99cc7f-history",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15784",
+ "name": "또또와식당",
+ "businessName": "또또와식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 내수동로108번길 43 (사창동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.63225988198158,
+ "longitude": 127.45773160968325,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "순두부찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "21eba5670c5beeeef39b",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac1b42677e78df2a8034",
+ "label": "육개장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c772de53f9f2f7d24ed0",
+ "label": "제육덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "21eba5670c5beeeef39b-history",
+ "label": "순두부찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac1b42677e78df2a8034-history",
+ "label": "육개장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c772de53f9f2f7d24ed0-history",
+ "label": "제육덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15782",
+ "name": "럭키마라탕 양꼬치",
+ "businessName": "럭키마라탕 양꼬치",
+ "categorySlug": "chinese",
+ "address": "충청북도 청주시 서원구 서원남로 27-1 (모충동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.622339731999546,
+ "longitude": 127.4846288209598,
+ "representativePriceAmount": 1800,
+ "representativePriceLabel": "마라탕(100g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 마라탕(100g) 1,800원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1d4bf421ff127782174c",
+ "label": "마라탕(100g)",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7478c39ae8e27d3a91ca",
+ "label": "마라향궈(100g)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1d4bf421ff127782174c-history",
+ "label": "마라탕(100g)",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7478c39ae8e27d3a91ca-history",
+ "label": "마라향궈(100g)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19234",
+ "name": "부흥만두",
+ "businessName": "부흥만두",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 사직로 30 (사직동) 부흥만두",
+ "district": "충청남도 천안시",
+ "latitude": 36.802733785154345,
+ "longitude": 127.14941788531904,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "고기만두 10개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기만두 10개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1412-5388",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "10655db6d6adc70e0943",
+ "label": "고기만두 10개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "10655db6d6adc70e0943-history",
+ "label": "고기만두 10개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4926",
+ "name": "북경중화요리",
+ "businessName": "북경중화요리",
+ "categorySlug": "chinese",
+ "address": "충청남도 천안시 동남구 신부1길 6 (신부동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8141759551811,
+ "longitude": 127.158996108759,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-554-1585 / 영업시간: 10:30~20:00 정기휴무(매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "16cdc28a91d8d38eba08",
+ "label": "짜장면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "475fdd9a2830734ec3af",
+ "label": "짬뽕",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "16cdc28a91d8d38eba08-history",
+ "label": "짜장면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "475fdd9a2830734ec3af-history",
+ "label": "짬뽕",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4965",
+ "name": "비비헤어샵",
+ "businessName": "비비헤어샵",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 서북구 미라2길 26-1 (쌍용동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8018297147943,
+ "longitude": 127.129696210405,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-571-1666 / 영업시간: 09:00~19:00 정기휴무(매주 화요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6bed5ad955e9f4b19c53",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e4ebcd60513ed1dc2f88",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6bed5ad955e9f4b19c53-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e4ebcd60513ed1dc2f88-history",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16875",
+ "name": "빵미당",
+ "businessName": "빵미당",
+ "categorySlug": "other-food",
+ "address": "충청남도 천안시 동남구 충절로 407 (삼룡동) 1층",
+ "district": "충청남도 천안시",
+ "latitude": 36.78497963691765,
+ "longitude": 127.16873525335542,
+ "representativePriceAmount": 1700,
+ "representativePriceLabel": "단팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 단팥빵 1,700원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1387-9046 / 영업시간: 영업시간 09:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bf1885fffc022f5eea39",
+ "label": "단팥빵",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c9e51551cbd7fd5a6f4b",
+ "label": "소금빵",
+ "amount": 2300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bf1885fffc022f5eea39-history",
+ "label": "단팥빵",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c9e51551cbd7fd5a6f4b-history",
+ "label": "소금빵",
+ "amount": 2300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5424",
+ "name": "한들각중화요리",
+ "businessName": "한들각중화요리",
+ "categorySlug": "chinese",
+ "address": "전북특별자치도 전주시 완산구 안행로 112 1층",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8062940498025,
+ "longitude": 127.134355429754,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-232-0317 / 영업시간: 월-토 11:00-20:00 (일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4a1a8397c84b6f53b388",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6e1a3d4f5eed4c51944c",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f4825804819d3d1e2aa6",
+ "label": "간짜장",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fe56e6102618036662d4",
+ "label": "볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "29ab561b719d4d2d6e5d",
+ "label": "옛날짜장",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6b28d9f1b0df05fce879",
+ "label": "우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac425c5c0b61fcb59e95",
+ "label": "울면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ff480b7ec328d2e5577b",
+ "label": "짜장밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6af1c8f378c77817ee38",
+ "label": "짬뽕밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4a1a8397c84b6f53b388-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6e1a3d4f5eed4c51944c-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f4825804819d3d1e2aa6-history",
+ "label": "간짜장",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fe56e6102618036662d4-history",
+ "label": "볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "29ab561b719d4d2d6e5d-history",
+ "label": "옛날짜장",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6b28d9f1b0df05fce879-history",
+ "label": "우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac425c5c0b61fcb59e95-history",
+ "label": "울면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ff480b7ec328d2e5577b-history",
+ "label": "짜장밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6af1c8f378c77817ee38-history",
+ "label": "짬뽕밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5447",
+ "name": "한일옥",
+ "businessName": "한일옥",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 완산구 중산중앙로 29",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8166803897759,
+ "longitude": 127.121458191969,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "한우육회비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우육회비빔밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-222-3118",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bacb331e39554986ce43",
+ "label": "한우육회비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "34c0260d89d2de425971",
+ "label": "한우선지해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a2e839c25eb27272b6e8",
+ "label": "소불고기쌈밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bacb331e39554986ce43-history",
+ "label": "한우육회비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "34c0260d89d2de425971-history",
+ "label": "한우선지해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a2e839c25eb27272b6e8-history",
+ "label": "소불고기쌈밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15997",
+ "name": "향촌",
+ "businessName": "향촌",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 덕진구 숲정이4길 3 (진북동, 다세대주택)",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.82908945757786,
+ "longitude": 127.13270073754536,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-252-5733 / 영업시간: 월요일 ~ 토요일 : 11:00 ~ 21:00 일요일 : 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5786ce054b6cb420fc3d",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e3e51df36981f7fda0de",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5786ce054b6cb420fc3d-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e3e51df36981f7fda0de-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11766",
+ "name": "훈희국수",
+ "businessName": "훈희국수",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 전주시 덕진구 우아8길 8",
+ "district": "전북특별자치도 전주시",
+ "latitude": 35.8506326095344,
+ "longitude": 127.156849553268,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "백반(청국장 육개장 뼈다귀탕)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반(청국장 육개장 뼈다귀탕) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-247-1275",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9c50e24fb473d02c3117",
+ "label": "백반(청국장 육개장 뼈다귀탕)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9c50e24fb473d02c3117-history",
+ "label": "백반(청국장 육개장 뼈다귀탕)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5711",
+ "name": "개성미용실",
+ "businessName": "개성미용실",
+ "categorySlug": "beauty",
+ "address": "전라남도 여수시 율촌면 당머리길3-1",
+ "district": "전라남도 여수시",
+ "latitude": 34.882586423451,
+ "longitude": 127.579141600752,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-684-7114",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "74b6a197d8d642642465",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4acc797fd060f61b1720",
+ "label": "드라이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "74b6a197d8d642642465-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4acc797fd060f61b1720-history",
+ "label": "드라이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11806",
+ "name": "광장서대회",
+ "businessName": "광장서대회",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 이순신광장로 196 (종화동) A동 1층",
+ "district": "전라남도 여수시",
+ "latitude": 34.73862390148165,
+ "longitude": 127.74443243353089,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "서대회(1인)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 서대회(1인) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-666-2013",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e1ed8b2ea24c74ee5707",
+ "label": "서대회(1인)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e1ed8b2ea24c74ee5707-history",
+ "label": "서대회(1인)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11807",
+ "name": "광장서대회(이순신광장점)",
+ "businessName": "광장서대회(이순신광장점)",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 이순신광장로 129 (중앙동) 1층(교동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.738245805249676,
+ "longitude": 127.73846543180578,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "서대회(1인)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 서대회(1인) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1384-2782",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ac7acc6cb07539ed0329",
+ "label": "서대회(1인)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ac7acc6cb07539ed0329-history",
+ "label": "서대회(1인)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16128",
+ "name": "다정한정식",
+ "businessName": "다정한정식",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 장기면 동해안로 3273 다정한정식",
+ "district": "경상북도 포항시",
+ "latitude": 35.87919614059732,
+ "longitude": 129.5172000677791,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "한정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-284-9005",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6efd879d6b330dcbc73b",
+ "label": "한정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6efd879d6b330dcbc73b-history",
+ "label": "한정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6423",
+ "name": "닥터크리닝",
+ "businessName": "닥터크리닝",
+ "categorySlug": "laundry",
+ "address": "경상북도 포항시 북구 삼호로253번길 14-1",
+ "district": "경상북도 포항시",
+ "latitude": 36.0612792841722,
+ "longitude": 129.378003776355,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "세탁료 (상의)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 (상의) 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-249-4519 / 영업시간: 금요일08:00-21:00점심시간:12:00~14:00 평일08:00-21:00점심시간:12:00~14:00 토요일08:00-21:00점심시간:12:00~14:00 월요일08:00-21:00점심시간:12:00~14:00 화요일08:00-21:00점심시간:12:00~14:00 수요일08:00-21:00점심시간:12:00~14:00 목요일08:00-21:00점심시간:12:00~14:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1740a924887f2f0d4e3d",
+ "label": "세탁료 (상의)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fbe0cf783713abbcefba",
+ "label": "세탁료 (하의)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8b3c5a3df8c1c136604f",
+ "label": "세탁료 (와이셔츠)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "401226d6dc07b2269f3e",
+ "label": "상의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ef27105aa9f326ba96ab",
+ "label": "하의",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1740a924887f2f0d4e3d-history",
+ "label": "세탁료 (상의)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fbe0cf783713abbcefba-history",
+ "label": "세탁료 (하의)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8b3c5a3df8c1c136604f-history",
+ "label": "세탁료 (와이셔츠)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "401226d6dc07b2269f3e-history",
+ "label": "상의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ef27105aa9f326ba96ab-history",
+ "label": "하의",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18356",
+ "name": "달전밀면",
+ "businessName": "달전밀면",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 북구 흥해읍 도음로917번길 12 달전밀면",
+ "district": "경상북도 포항시",
+ "latitude": 36.07939354295344,
+ "longitude": 129.33344894912452,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "밀면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 밀면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-261-6468",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d29991997b0a39fe2bfd",
+ "label": "밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3edc7640163c7edae4af",
+ "label": "비빔밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d29991997b0a39fe2bfd-history",
+ "label": "밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3edc7640163c7edae4af-history",
+ "label": "비빔밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6424",
+ "name": "대명세탁소",
+ "businessName": "대명세탁소",
+ "categorySlug": "laundry",
+ "address": "경상북도 포항시 북구 중흥로213번길 18-1",
+ "district": "경상북도 포항시",
+ "latitude": 36.0236667659089,
+ "longitude": 129.356179134247,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "와이셔츠",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 와이셔츠 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-275-9579 / 영업시간: 08시~20시30분 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3a69b57acdb01a64e464",
+ "label": "와이셔츠",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f92394eaa0f366071c6f",
+ "label": "양복",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "41da7d4d46fa19f3a149",
+ "label": "상의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3a69b57acdb01a64e464-history",
+ "label": "와이셔츠",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f92394eaa0f366071c6f-history",
+ "label": "양복",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "41da7d4d46fa19f3a149-history",
+ "label": "상의",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18617",
+ "name": "바보엄마칼국수 진해석동점",
+ "businessName": "바보엄마칼국수 진해석동점",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 석동로59번길 6-9 (석동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.15643049996103,
+ "longitude": 128.7056441225601,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "사골칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 사골칼국수 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-547-5255 / 영업시간: 월,화,목,금,토,일 11:00 - 20:30 20:00 라스트오더 수요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "50e4c44017fbaf29a8f3",
+ "label": "사골칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0422cfad9aa27700a527",
+ "label": "들깨칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fc5de5b71738d544fe50",
+ "label": "바보비빔밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "50e4c44017fbaf29a8f3-history",
+ "label": "사골칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0422cfad9aa27700a527-history",
+ "label": "들깨칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fc5de5b71738d544fe50-history",
+ "label": "바보비빔밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18612",
+ "name": "바보엄마칼국수 창원점",
+ "businessName": "바보엄마칼국수 창원점",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 의창구 의창대로247번길 33 (소답동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.26473140031365,
+ "longitude": 128.625169764524,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "사골칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 사골칼국수 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-299-0094 / 영업시간: 월~토 11:00 - 20:00 19:00 라스트오더 일 11:00 - 16:00 15:00 라스트오더",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "90742379b5f296e83ead",
+ "label": "사골칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "89dd3ef8df22396944e5",
+ "label": "들깨칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d362feded40f61f0d400",
+ "label": "바보비빔밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "90742379b5f296e83ead-history",
+ "label": "사골칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "89dd3ef8df22396944e5-history",
+ "label": "들깨칼국수",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d362feded40f61f0d400-history",
+ "label": "바보비빔밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15989",
+ "name": "바삭왕돈까스",
+ "businessName": "바삭왕돈까스",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 중앙대로 111 (중앙동) 205호",
+ "district": "경상남도 창원시",
+ "latitude": 35.22477010317151,
+ "longitude": 128.67987955499908,
+ "representativePriceAmount": 8500,
+ "representativePriceLabel": "바삭돈까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바삭돈까스 8,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-268-5008",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f875b28abd3ded000375",
+ "label": "바삭돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "342805b0a958d69fe9f5",
+ "label": "매콤돈까스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f875b28abd3ded000375-history",
+ "label": "바삭돈까스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "342805b0a958d69fe9f5-history",
+ "label": "매콤돈까스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15406",
+ "name": "박하헤어",
+ "businessName": "박하헤어",
+ "categorySlug": "beauty",
+ "address": "경상남도 창원시 진해구 충장로 397-1 (이동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.15259896527641,
+ "longitude": 128.69534269679198,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-542-5894",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ada14fd6b85dcd49d21a",
+ "label": "컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ada14fd6b85dcd49d21a-history",
+ "label": "컷트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18050",
+ "name": "돌하루방방",
+ "businessName": "돌하루방방",
+ "categorySlug": "other-service",
+ "address": "제주특별자치도 제주시 화삼북로 43 (화북일동) 돌하루방방",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.517489993448145,
+ "longitude": 126.57772441179883,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "트램펄린(30분)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 트램펄린(30분) 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-9487-4132",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "23e1254142f11cec7393",
+ "label": "트램펄린(30분)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "123ced0cd75c929079c6",
+ "label": "트램펄린(1시간)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "23e1254142f11cec7393-history",
+ "label": "트램펄린(30분)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "123ced0cd75c929079c6-history",
+ "label": "트램펄린(1시간)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-953",
+ "name": "파고다이용원",
+ "businessName": "파고다이용원",
+ "categorySlug": "barber",
+ "address": "서울특별시 종로구 종로17길 12 (종로2가)",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5709410977686,
+ "longitude": 126.988999535085,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d430dcd5cab5c8e23a58",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9ff38b3fb86e70204d14",
+ "label": "염색",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d430dcd5cab5c8e23a58-history",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9ff38b3fb86e70204d14-history",
+ "label": "염색",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19241",
+ "name": "현궁",
+ "businessName": "현궁",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로1길 42 (수송동) 지하1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.57390412787066,
+ "longitude": 126.97898519648197,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "철판제육쌈밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 철판제육쌈밥 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-736-3369 / 영업시간: 10:00-22:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1e72def18c7803fe3850",
+ "label": "철판제육쌈밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1e72def18c7803fe3850-history",
+ "label": "철판제육쌈밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1423",
+ "name": "뚜레박",
+ "businessName": "뚜레박",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 엄광산로 32 (서대신동3가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1283242912417,
+ "longitude": 129.008759677418,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-5233 / 영업시간: 08:00~19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6303fc4ebd9e723e06dc",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6303fc4ebd9e723e06dc-history",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1390",
+ "name": "류박사종합세탁",
+ "businessName": "류박사종합세탁",
+ "categorySlug": "laundry",
+ "address": "부산광역시 서구 대영로 40 (서대신동1가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1092342130678,
+ "longitude": 129.015966141997,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "양복",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-253-0972 / 영업시간: 금 08:30-20:30 토 08:30-20:30 일 정기휴무(매주일요일) 월 08:30-20:30 화 08:30-20:30 수 08:30-20:30 목 08:30-20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4e1a0ca3c5dc7d085542",
+ "label": "양복",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "443236d320ae6f0511c7",
+ "label": "바지수선",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f61c96c54b287dd6e561",
+ "label": "바지 수선",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7e8c286b4baf7e1bda76",
+ "label": "양복 세탁",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4e1a0ca3c5dc7d085542-history",
+ "label": "양복",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "443236d320ae6f0511c7-history",
+ "label": "바지수선",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f61c96c54b287dd6e561-history",
+ "label": "바지 수선",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7e8c286b4baf7e1bda76-history",
+ "label": "양복 세탁",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1404",
+ "name": "마산손팥칼국수",
+ "businessName": "마산손팥칼국수",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 자갈치로 10 (충무동1가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.0960483857352,
+ "longitude": 129.025418401842,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "팥칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 팥칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-243-7226 / 영업시간: 9:00-07:00 한달에 한번 휴무 정해진 날짜는 없음",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "97a57764b8ba2ec8a371",
+ "label": "팥칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "33e330d9b9626b6fe72a",
+ "label": "손칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "97a57764b8ba2ec8a371-history",
+ "label": "팥칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "33e330d9b9626b6fe72a-history",
+ "label": "손칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17711",
+ "name": "다반트",
+ "businessName": "다반트",
+ "categorySlug": "other-food",
+ "address": "대구광역시 동구 용진길 4 (중대동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.97887295843366,
+ "longitude": 128.6327864396004,
+ "representativePriceAmount": 4500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 4,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-9774-7888 / 영업시간: 영업시간 : 10:00~23:00 정기휴무 : 매주 목요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fe63091c5d4370ceb1be",
+ "label": "아메리카노",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fe63091c5d4370ceb1be-history",
+ "label": "아메리카노",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17929",
+ "name": "다온가야밀면",
+ "businessName": "다온가야밀면",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 반야월로 311-11 (신서동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.872498143444936,
+ "longitude": 128.7226197105274,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "물밀면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-269-7771 / 영업시간: 영업시간 : 10:30~20:30 정기휴무 : 매주 월요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "eb937f0f11bcdd2f6fad",
+ "label": "물밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "45fd6ffc0d337c62ea67",
+ "label": "비빔밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f99a399bd84057e2418a",
+ "label": "물비빔밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "eb937f0f11bcdd2f6fad-history",
+ "label": "물밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "45fd6ffc0d337c62ea67-history",
+ "label": "비빔밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f99a399bd84057e2418a-history",
+ "label": "물비빔밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17932",
+ "name": "다옴한식뷔페",
+ "businessName": "다옴한식뷔페",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 동대구로83길 18 (신천동, 동림아파트) 상가동 101호(신천동, 동림아파트)",
+ "district": "대구광역시 동구",
+ "latitude": 35.869577777820616,
+ "longitude": 128.62410506814535,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "한식뷔페(일반)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페(일반) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-755-4446 / 영업시간: 영업시간 : 11:00 ~ 14:00 정기휴무 : 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fd31ab01a6c860d27509",
+ "label": "한식뷔페(일반)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2d72922c796f07089337",
+ "label": "한식뷔페(~초등학생)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fd31ab01a6c860d27509-history",
+ "label": "한식뷔페(일반)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2d72922c796f07089337-history",
+ "label": "한식뷔페(~초등학생)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13035",
+ "name": "밥심",
+ "businessName": "밥심",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 샛골로 129 (송림동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.473936489089034,
+ "longitude": 126.6440676374549,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "한식부페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식부페 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-5648 / 영업시간: 월~토 11:00-22:30 (브래이크타임) 14:00-16:00 (일) 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "59be0442679aa2508779",
+ "label": "한식부페",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "59be0442679aa2508779-history",
+ "label": "한식부페",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2099",
+ "name": "벽란식당",
+ "businessName": "벽란식당",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 화도진로 102-4 (화수동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.48049836555108,
+ "longitude": 126.6292399056602,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "벤뎅이덮밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 벤뎅이덮밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-7022 / 영업시간: 월~일 11:00-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e61bfc7b8e1166741592",
+ "label": "벤뎅이덮밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f77251e2ace0be4a2cc4",
+ "label": "한치덮밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e61bfc7b8e1166741592-history",
+ "label": "벤뎅이덮밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f77251e2ace0be4a2cc4-history",
+ "label": "한치덮밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17584",
+ "name": "브레드 오뉴",
+ "businessName": "브레드 오뉴",
+ "categorySlug": "other-food",
+ "address": "인천 동구 송미로 50 1층, 2층 일부호 (송림동)",
+ "district": "인천 동구",
+ "latitude": 37.4826357598258,
+ "longitude": 126.650995645435,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "단팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 단팥빵 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-4997 / 영업시간: 월 ~ 일 07:00 ~ 22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "27fb427316d281a8139b",
+ "label": "단팥빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7d5acd9c3cdbadc25295",
+ "label": "소보루빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "27fb427316d281a8139b-history",
+ "label": "단팥빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7d5acd9c3cdbadc25295-history",
+ "label": "소보루빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2302",
+ "name": "김강심 칼국수",
+ "businessName": "김강심 칼국수",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 회재로 841 (매월동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.1193464844953,
+ "longitude": 126.857831988453,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "바지락칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바지락칼국수 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-682-8801 / 영업시간: 월~일 11:00~19:30 ※휴게시간 - 평일 : 15:00~17:00 - 주말 : 16:00~17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ba31fc496dba5e55d625",
+ "label": "바지락칼국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6ef7a13df2f2ee30d193",
+ "label": "팥죽",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ba31fc496dba5e55d625-history",
+ "label": "바지락칼국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6ef7a13df2f2ee30d193-history",
+ "label": "팥죽",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11081",
+ "name": "꺳잎머리",
+ "businessName": "꺳잎머리",
+ "categorySlug": "beauty",
+ "address": "광주광역시 서구 경열로76번길 6 (농성동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.151028051239,
+ "longitude": 126.894249830137,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "성인커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 성인커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-361-1781",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0cd9c885c098ce90ea92",
+ "label": "성인커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b00d45e5d878592a1927",
+ "label": "학생커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0cd9c885c098ce90ea92-history",
+ "label": "성인커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b00d45e5d878592a1927-history",
+ "label": "학생커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14467",
+ "name": "나주곰탕 노안집",
+ "businessName": "나주곰탕 노안집",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 서광주로 171 (마륵동) 101호",
+ "district": "광주광역시 서구",
+ "latitude": 35.1424008219587,
+ "longitude": 126.84867047979041,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "곰탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 곰탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-382-0525",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "578a2afeb94e360e1f9d",
+ "label": "곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5b7735718cd6732d5481",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "578a2afeb94e360e1f9d-history",
+ "label": "곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5b7735718cd6732d5481-history",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2542",
+ "name": "정통짜장",
+ "businessName": "정통짜장",
+ "categorySlug": "chinese",
+ "address": "대전광역시 동구 동대전로 102 (대동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3313112531177,
+ "longitude": 127.444394046485,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-631-3535 / 영업시간: 11:00 ~ 20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8a4a63dd418cd0067465",
+ "label": "짜장면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "22762d6f08e1b01ed794",
+ "label": "짬뽕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1926ec7c9213d2a95609",
+ "label": "간짜장",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "643431e300a1bb440b05",
+ "label": "우동",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "71e6729a8006fe88cdc8",
+ "label": "쫄면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "51bc4b13199cbeac42d5",
+ "label": "볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "24872fac2fe3fe5b09f0",
+ "label": "짬뽕밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "556efca6d58f7dd695eb",
+ "label": "잡채밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0b9d9984333d17ff1b61",
+ "label": "갈비탕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9dfd832813d35ca5df9a",
+ "label": "오징어덮밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1abfb6f96e4ae6420472",
+ "label": "군만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b7b8a1ffd94f287c1b93",
+ "label": "물만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8a4a63dd418cd0067465-history",
+ "label": "짜장면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "22762d6f08e1b01ed794-history",
+ "label": "짬뽕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1926ec7c9213d2a95609-history",
+ "label": "간짜장",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "643431e300a1bb440b05-history",
+ "label": "우동",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "71e6729a8006fe88cdc8-history",
+ "label": "쫄면",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "51bc4b13199cbeac42d5-history",
+ "label": "볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "24872fac2fe3fe5b09f0-history",
+ "label": "짬뽕밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "556efca6d58f7dd695eb-history",
+ "label": "잡채밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0b9d9984333d17ff1b61-history",
+ "label": "갈비탕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9dfd832813d35ca5df9a-history",
+ "label": "오징어덮밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1abfb6f96e4ae6420472-history",
+ "label": "군만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b7b8a1ffd94f287c1b93-history",
+ "label": "물만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18133",
+ "name": "제일국수",
+ "businessName": "제일국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 계족로 398 (성남동) (성남동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.34716116444066,
+ "longitude": 127.43251503519676,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-626-7467 / 영업시간: 10:30 ~ 21:00 매주 수요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a5a5c6398e2fdb354bce",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1e0ec93d5ea2ba217a7a",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2c4127c9feeab495625b",
+ "label": "옛날짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a5a5c6398e2fdb354bce-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1e0ec93d5ea2ba217a7a-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2c4127c9feeab495625b-history",
+ "label": "옛날짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18134",
+ "name": "제일짜장",
+ "businessName": "제일짜장",
+ "categorySlug": "chinese",
+ "address": "대전광역시 동구 옥천로176번길 15-17 (판암동) (판암동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.316651760925616,
+ "longitude": 127.46034281277733,
+ "representativePriceAmount": 3900,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-322-9999 / 영업시간: 10:00 ~ 20:00 매주 월요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0c3e5c7e02d74a1d449a",
+ "label": "짜장면",
+ "amount": 3900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6484b29b533f25135b1e",
+ "label": "멸치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b077871f27380a1e8d06",
+ "label": "미니탕수육",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0c3e5c7e02d74a1d449a-history",
+ "label": "짜장면",
+ "amount": 3900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6484b29b533f25135b1e-history",
+ "label": "멸치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b077871f27380a1e8d06-history",
+ "label": "미니탕수육",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16820",
+ "name": "동호손칼국수",
+ "businessName": "동호손칼국수",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 월평로37번길 8 (신정동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.542081300176,
+ "longitude": 129.3095258019906,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1348-4813",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c33d20f3c8b3be98c9aa",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c33d20f3c8b3be98c9aa-history",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15119",
+ "name": "만리장성",
+ "businessName": "만리장성",
+ "categorySlug": "chinese",
+ "address": "울산광역시 남구 번영로233번길 2 (신정동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.5456689671537,
+ "longitude": 129.32345313112896,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "유니짜장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 유니짜장 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-256-1325",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0437e8bda3d9b75a4ffd",
+ "label": "유니짜장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0437e8bda3d9b75a4ffd-history",
+ "label": "유니짜장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2900",
+ "name": "만추",
+ "businessName": "만추",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 돋질로239번길 4-4",
+ "district": "울산광역시 남구",
+ "latitude": 35.5434956538115,
+ "longitude": 129.331253640737,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "낙지볶음",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 낙지볶음 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-260-0123 / 영업시간: 10:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "961d58ec88f2764e6e8c",
+ "label": "낙지볶음",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "961d58ec88f2764e6e8c-history",
+ "label": "낙지볶음",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14019",
+ "name": "미랑",
+ "businessName": "미랑",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 장안구 만석로 181 (송죽동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.30303778554212,
+ "longitude": 126.99929045467675,
+ "representativePriceAmount": 5900,
+ "representativePriceLabel": "소고기국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소고기국밥 5,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-255-7200 / 영업시간: 월요일~토요일 10:30~21:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b1c9fdb12fcdc9303fc7",
+ "label": "소고기국밥",
+ "amount": 5900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fc8b9f97a5065e0b64f9",
+ "label": "왕만두(소12개)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7757336495b3b9fb58f5",
+ "label": "소고기국밥(특)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b1c9fdb12fcdc9303fc7-history",
+ "label": "소고기국밥",
+ "amount": 5900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fc8b9f97a5065e0b64f9-history",
+ "label": "왕만두(소12개)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7757336495b3b9fb58f5-history",
+ "label": "소고기국밥(특)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3444",
+ "name": "미소레",
+ "businessName": "미소레",
+ "categorySlug": "other-food",
+ "address": "경기도 수원시 팔달구 덕영대로 지하911 (매산로1가) 64호",
+ "district": "경기도 수원시",
+ "latitude": 37.2674076594333,
+ "longitude": 127.00066634836122,
+ "representativePriceAmount": 3400,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,400원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-247-9449 / 영업시간: 셋째주 수요일 휴무 07:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ca47e69d41405c7c9847",
+ "label": "아메리카노",
+ "amount": 3400,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "549f058ee3ac0e550d08",
+ "label": "아메리카노(테이크아웃)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ca47e69d41405c7c9847-history",
+ "label": "아메리카노",
+ "amount": 3400,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "549f058ee3ac0e550d08-history",
+ "label": "아메리카노(테이크아웃)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11033",
+ "name": "미영목욕탕",
+ "businessName": "미영목욕탕",
+ "categorySlug": "bath",
+ "address": "경기도 수원시 권선구 정조로 432 (세류동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2474693136438,
+ "longitude": 127.014533989176,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "목욕료",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-236-5038",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "71b96a82f2df0710c13d",
+ "label": "목욕료",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "71b96a82f2df0710c13d-history",
+ "label": "목욕료",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16810",
+ "name": "민속왕순대",
+ "businessName": "민속왕순대",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 매탄로 61 (매탄동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.25670557506686,
+ "longitude": 127.04114285158384,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-238-5862 / 영업시간: 10:00~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8f2432a5a1f2307e8e82",
+ "label": "순대국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8f2432a5a1f2307e8e82-history",
+ "label": "순대국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4392",
+ "name": "안가네밥집",
+ "businessName": "안가네밥집",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 남춘로25번길 4-1 1층(퇴계동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.863683071761,
+ "longitude": 127.730587479698,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "두부전골(2인이상)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 두부전골(2인이상) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-0528 / 영업시간: 10:00 - 20:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b094070a82d013381c3f",
+ "label": "두부전골(2인이상)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e6ec15f2bee4cf93e804",
+ "label": "김치찌개(2인이상)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "413a80164cc837ee8303",
+ "label": "청국장(2인이상)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b094070a82d013381c3f-history",
+ "label": "두부전골(2인이상)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e6ec15f2bee4cf93e804-history",
+ "label": "김치찌개(2인이상)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "413a80164cc837ee8303-history",
+ "label": "청국장(2인이상)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4393",
+ "name": "양지뜨락",
+ "businessName": "양지뜨락",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 동면 만천양지길 114 양지뜨락",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.88764975508379,
+ "longitude": 127.7665243763595,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "손두부전골",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손두부전골 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-244-6690 / 영업시간: 11:30 - 21:00 브레이크타임 14:00 - 17:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e85f0dceafb465cdf36b",
+ "label": "손두부전골",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d1fd44e4899a8b6791d3",
+ "label": "제육볶음",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e85f0dceafb465cdf36b-history",
+ "label": "손두부전골",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d1fd44e4899a8b6791d3-history",
+ "label": "제육볶음",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16986",
+ "name": "로얄생고기",
+ "businessName": "로얄생고기",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 봉명로 238-1 (사창동) (사창동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.63972616939694,
+ "longitude": 127.46810353853678,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "점심특선(짜글이)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 점심특선(짜글이) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-262-9233 / 영업시간: 08:30~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3850db9dd13eef225dcc",
+ "label": "점심특선(짜글이)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3850db9dd13eef225dcc-history",
+ "label": "점심특선(짜글이)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15780",
+ "name": "마신네제육볶음짜장",
+ "businessName": "마신네제육볶음짜장",
+ "categorySlug": "chinese",
+ "address": "충청북도 청주시 흥덕구 1순환로594번길 48 (봉명동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.640964119481026,
+ "longitude": 127.45784060326959,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-262-0789",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d412bedb579de7d0af5f",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4e77f4c105d23a87a083",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d412bedb579de7d0af5f-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4e77f4c105d23a87a083-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4966",
+ "name": "사라헤어라인",
+ "businessName": "사라헤어라인",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 서북구 양지21길 25 (성정동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8127160425691,
+ "longitude": 127.138482517182,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-575-5093 / 영업시간: 09:00~20:00 정기휴무(매주 월요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c2177f9494fc58d96600",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c2177f9494fc58d96600-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4967",
+ "name": "사천냥클럽",
+ "businessName": "사천냥클럽",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 서북구 두정로 271 (두정동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8332567599608,
+ "longitude": 127.147007440446,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-564-5283 / 영업시간: 09:00~20:00 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f8ee75edf86084bdaf31",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f8ee75edf86084bdaf31-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4943",
+ "name": "삼양순대",
+ "businessName": "삼양순대",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 공설시장1길 9 (대흥동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8099075703016,
+ "longitude": 127.148908259385,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-562-3980 / 영업시간: 10:00~20:00 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2a0d311bab63772dd300",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0057edad7cf866df0acc",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac98b5753ab545e6af14",
+ "label": "내장국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2a0d311bab63772dd300-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0057edad7cf866df0acc-history",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac98b5753ab545e6af14-history",
+ "label": "내장국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4944",
+ "name": "서산순대집",
+ "businessName": "서산순대집",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 큰시장길 17 (사직동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8018424794039,
+ "longitude": 127.148521406806,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-555-3723 / 영업시간: 06:00~20:00 명절 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c3771d2fda153399b432",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e7c51ace172ae1b69145",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "68f095d11d6e55dac837",
+ "label": "내장국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7790bf281159d90d6ed9",
+ "label": "소머리국밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c3771d2fda153399b432-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e7c51ace172ae1b69145-history",
+ "label": "돼지국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "68f095d11d6e55dac837-history",
+ "label": "내장국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7790bf281159d90d6ed9-history",
+ "label": "소머리국밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5183",
+ "name": "가야장",
+ "businessName": "가야장",
+ "categorySlug": "chinese",
+ "address": "전북특별자치도 군산시 경암4길 4 경암동",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.9758848350524,
+ "longitude": 126.731277098377,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-442-2760 / 영업시간: 화~일(매주 월요일 휴무) 10:30~19:40",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1b3976bcadcf20f1dc58",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "18c5ade509519b6da69e",
+ "label": "간짜장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "973eea20776685005349",
+ "label": "볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "22226462835f11323068",
+ "label": "우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "07ed433051fe91249ba9",
+ "label": "잡채밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d19e70409ddbbd0f76d8",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "32bb6466cda53c74eaed",
+ "label": "짬뽕밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1b3976bcadcf20f1dc58-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "18c5ade509519b6da69e-history",
+ "label": "간짜장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "973eea20776685005349-history",
+ "label": "볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "22226462835f11323068-history",
+ "label": "우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "07ed433051fe91249ba9-history",
+ "label": "잡채밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d19e70409ddbbd0f76d8-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "32bb6466cda53c74eaed-history",
+ "label": "짬뽕밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14783",
+ "name": "건행사",
+ "businessName": "건행사",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 문화로 194 (미장동) 미장동",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.96975827182978,
+ "longitude": 126.72713182040677,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "양념 제육(600g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 양념 제육(600g) 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-452-3880 / 영업시간: 08:00~20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "53df84a9e81e13e3258b",
+ "label": "양념 제육(600g)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9334f400f0b9e8abc02b",
+ "label": "양념 불고기(600g)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "53df84a9e81e13e3258b-history",
+ "label": "양념 제육(600g)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9334f400f0b9e8abc02b-history",
+ "label": "양념 불고기(600g)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13060",
+ "name": "국일식당",
+ "businessName": "국일식당",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 평화길 99-4 (죽성동) 국일식당",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.98618129717657,
+ "longitude": 126.71664597988809,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "생선탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-445-2716",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "65566625f35d894ef523",
+ "label": "생선탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "65566625f35d894ef523-history",
+ "label": "생선탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5737",
+ "name": "구봉국수",
+ "businessName": "구봉국수",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 좌수영로 18-4 (서교동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7420171629949,
+ "longitude": 127.728259892105,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-641-0389 / 영업시간: 매일 11:00-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "109ce5866f47d8e1a187",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cb797db23e612bb2fad4",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5c4612e2e8e3c0628866",
+ "label": "매밀소바",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "21013ca30c3baa37ef4c",
+ "label": "김치볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "efa92023d3904355c779",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "db082c1c3ac156b0d83d",
+ "label": "메밀소바",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "109ce5866f47d8e1a187-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cb797db23e612bb2fad4-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5c4612e2e8e3c0628866-history",
+ "label": "매밀소바",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "21013ca30c3baa37ef4c-history",
+ "label": "김치볶음밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "efa92023d3904355c779-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "db082c1c3ac156b0d83d-history",
+ "label": "메밀소바",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5750",
+ "name": "구이구이식당",
+ "businessName": "구이구이식당",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 공화남 2길 19 (공화동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7446444430853,
+ "longitude": 127.742681652413,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "생선구이백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선구이백반 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-666-6567 / 영업시간: 10시-20시",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8825484dd812770d720e",
+ "label": "생선구이백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3c68395046168f61cdb7",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8825484dd812770d720e-history",
+ "label": "생선구이백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3c68395046168f61cdb7-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5738",
+ "name": "국수가 맛있는 집",
+ "businessName": "국수가 맛있는 집",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 거북선공원2길 11 (학동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7606101451048,
+ "longitude": 127.66632099815,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-686-6640 / 영업시간: 10:30-21:00[영업시간] 15:00-15:30 [브레이크타임] 20:45라스트오더 [매주 일요일 정기휴무]",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "417118a775c805967a5f",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "106b86239246671b8eca",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "18fa6178b7f75ca0330f",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "417118a775c805967a5f-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "106b86239246671b8eca-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "18fa6178b7f75ca0330f-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6391",
+ "name": "대왕한정식",
+ "businessName": "대왕한정식",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 상도로26번길 10 대왕한정식",
+ "district": "경상북도 포항시",
+ "latitude": 36.0112042608931,
+ "longitude": 129.353700089153,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-277-8570 / 영업시간: 매일 10:00-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "64642b9872fa81669093",
+ "label": "된장찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6880342cba4a9100ff6b",
+ "label": "순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "64642b9872fa81669093-history",
+ "label": "된장찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6880342cba4a9100ff6b-history",
+ "label": "순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14877",
+ "name": "더(the) 공감",
+ "businessName": "더(the) 공감",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 북구 환호공원길 17-4 (환호동) 1층",
+ "district": "경상북도 포항시",
+ "latitude": 36.06810739171294,
+ "longitude": 129.39160852450493,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-615-9097",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "764484bc613fc79d1948",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "764484bc613fc79d1948-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6785",
+ "name": "발리불소사우나",
+ "businessName": "발리불소사우나",
+ "categorySlug": "bath",
+ "address": "경상남도 창원시 마산회원구 석전동16길 28 (석전동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2368615089355,
+ "longitude": 128.579505619476,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "목욕(대인)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕(대인) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-292-3588 / 영업시간: 07:30~21:00 매주 토요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "341ac870e0c7d85d2f96",
+ "label": "목욕(대인)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d07e3b2d3351c2bbf9aa",
+ "label": "목욕(소인)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "341ac870e0c7d85d2f96-history",
+ "label": "목욕(대인)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d07e3b2d3351c2bbf9aa-history",
+ "label": "목욕(소인)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7130",
+ "name": "동문시장고기국수금복식당",
+ "businessName": "동문시장고기국수금복식당",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 동문로 16",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5127966491588,
+ "longitude": 126.5283196783,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "고기국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기국수 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-757-6055 / 영업시간: 18:30에18시30분에 목 08:30-18:30 금 08:30-18:30 토 정기휴무(매주토요일) 일 08:30-18:30 월 08:30-18:30 화 08:30-18:30 수 08:30-18:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7a91ce4f9ba7bf2e0510",
+ "label": "고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3cd8a614d1614e354e89",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c25b3cfcde40adb82fd8",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3780066b021076bc26de",
+ "label": "김밥(11시30분부터 주문가능)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "562f9c7289bbab07e7bc",
+ "label": "냉 면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e231d99b12d821ed4d3b",
+ "label": "냉국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "03942de2eb20f0ff56c1",
+ "label": "동문시장 고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b7c5cb75c81a7f3dc8f4",
+ "label": "멸 고",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3f966ecbacc50b31c393",
+ "label": "비비고",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "74ebb8a632147c5972f6",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "96fde1c8997130173207",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7a91ce4f9ba7bf2e0510-history",
+ "label": "고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3cd8a614d1614e354e89-history",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c25b3cfcde40adb82fd8-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3780066b021076bc26de-history",
+ "label": "김밥(11시30분부터 주문가능)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "562f9c7289bbab07e7bc-history",
+ "label": "냉 면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e231d99b12d821ed4d3b-history",
+ "label": "냉국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "03942de2eb20f0ff56c1-history",
+ "label": "동문시장 고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b7c5cb75c81a7f3dc8f4-history",
+ "label": "멸 고",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3f966ecbacc50b31c393-history",
+ "label": "비비고",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "74ebb8a632147c5972f6-history",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "96fde1c8997130173207-history",
+ "label": "콩국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7198",
+ "name": "동진",
+ "businessName": "동진",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 동문로4길 9 (일도일동)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5120874337174,
+ "longitude": 126.528242265925,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "멸치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 목 08:00 - 19:00 18:30 라스트오더 금 08:00 - 19:00 18:30 라스트오더 토 08:00 - 19:00 18:30 라스트오더 일 08:00 - 19:00 18:30 라스트오더 월 08:00 - 19:00 18:30 라스트오더 화 08:00 - 19:00 18:30 라스트오더 수 08:00 - 19:00 18:30 라스트오더 매달 1, 3번째 일요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bbc9a233a7677cda6aa6",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7e5db784a2b8cc9c45e8",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eaf9369c0003c583324d",
+ "label": "고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bbc9a233a7677cda6aa6-history",
+ "label": "멸치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7e5db784a2b8cc9c45e8-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eaf9369c0003c583324d-history",
+ "label": "고기국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15821",
+ "name": "디벨롭(주식회사 마켓로스팅)",
+ "businessName": "디벨롭(주식회사 마켓로스팅)",
+ "categorySlug": "other-food",
+ "address": "제주특별자치도 제주시 고산동산5길 4 (이도이동) 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.49553210244031,
+ "longitude": 126.53372036725969,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "플렛 화이트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 플렛 화이트 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 1800-6816",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b8d257d40a15037b8c1a",
+ "label": "플렛 화이트",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d024b4f2e666e5b530ef",
+ "label": "바닐라라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "05cf73f5779c3488c57a",
+ "label": "핸드드립",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b8d257d40a15037b8c1a-history",
+ "label": "플렛 화이트",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d024b4f2e666e5b530ef-history",
+ "label": "바닐라라떼",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "05cf73f5779c3488c57a-history",
+ "label": "핸드드립",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11580",
+ "name": "홍순두부",
+ "businessName": "홍순두부",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 명륜길 50 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.5892935619767,
+ "longitude": 126.994629871047,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "홍순두부",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 홍순두부 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "957837f91d58cf5efa45",
+ "label": "홍순두부",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4aa7e96eb5cdcde2b16f",
+ "label": "순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "957837f91d58cf5efa45-history",
+ "label": "홍순두부",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4aa7e96eb5cdcde2b16f-history",
+ "label": "순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13929",
+ "name": "효자왕족발",
+ "businessName": "효자왕족발",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 자하문로 31-2 (통인동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.578801957623014,
+ "longitude": 126.9712764779437,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "보쌈정식(점심)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보쌈정식(점심) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-735-7601 / 영업시간: 영업시간 : 매일 11:00~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d325e45d19cc4b8bcd47",
+ "label": "보쌈정식(점심)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f35fde8c8ab8bd603b19",
+ "label": "쟁반막국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d325e45d19cc4b8bcd47-history",
+ "label": "보쌈정식(점심)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f35fde8c8ab8bd603b19-history",
+ "label": "쟁반막국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19242",
+ "name": "흥진옥",
+ "businessName": "흥진옥",
+ "categorySlug": "korean",
+ "address": "서울특별시 종로구 종로5길 19-12 (청진동) 1층",
+ "district": "서울특별시 종로구",
+ "latitude": 37.571396433403386,
+ "longitude": 126.98027437148129,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "뼈해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뼈해장국 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-732-2214 / 영업시간: 09:00-21:00 (Break Time 15:00-17:00) 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "19dcdd4b7f6a29bdd80b",
+ "label": "뼈해장국",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "19dcdd4b7f6a29bdd80b-history",
+ "label": "뼈해장국",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1424",
+ "name": "마을식당",
+ "businessName": "마을식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 구덕로148번길 37 (토성동1가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.098196151826,
+ "longitude": 129.022780265053,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "순두부찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-231-7877 / 영업시간: 11:30~18:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2ba265e80e1d7e4c53dd",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8510aabe3582c45a7899",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2ba265e80e1d7e4c53dd-history",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8510aabe3582c45a7899-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16518",
+ "name": "만두우",
+ "businessName": "만두우",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 충무대로255번길 5-39 (남부민동) 1층",
+ "district": "부산광역시 서구",
+ "latitude": 35.09250331554456,
+ "longitude": 129.02367538034923,
+ "representativePriceAmount": 4500,
+ "representativePriceLabel": "고기만두",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "가격부담없고 편안한 가게. 지역주민과 함께하는 청년만두/만두우 본점입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-1719 / 영업시간: 16:00~01:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5bd458eb207552b81648",
+ "label": "고기만두",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e019f64ac88d70bac084",
+ "label": "김치만두",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e30f8daf65b3681a9532",
+ "label": "군만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5bd458eb207552b81648-history",
+ "label": "고기만두",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e019f64ac88d70bac084-history",
+ "label": "김치만두",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e30f8daf65b3681a9532-history",
+ "label": "군만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1425",
+ "name": "명문김밥",
+ "businessName": "명문김밥",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 구덕로 124번길 16-1 (토성동4가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.097384071594,
+ "longitude": 129.022711843754,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "원조김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 원조김밥 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-254-9295 / 영업시간: 11:00~17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "54ec0a9e295d0215930c",
+ "label": "원조김밥",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "76ab37cdc09b9c58e21f",
+ "label": "유부김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6d7f46a60b1538b73483",
+ "label": "일미김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "54ec0a9e295d0215930c-history",
+ "label": "원조김밥",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "76ab37cdc09b9c58e21f-history",
+ "label": "유부김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6d7f46a60b1538b73483-history",
+ "label": "일미김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1866",
+ "name": "도심속바닷가식당",
+ "businessName": "도심속바닷가식당",
+ "categorySlug": "japanese",
+ "address": "대구광역시 동구 화랑로 508 (용계동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.8746900465407,
+ "longitude": 128.67940877344,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "회덮밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 회덮밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-962-5444 / 영업시간: 매일 10:00-24:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "82aa2cf4a4c52948439e",
+ "label": "회덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8949d4e1fab80d2728ef",
+ "label": "도심속물회",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "82aa2cf4a4c52948439e-history",
+ "label": "회덮밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8949d4e1fab80d2728ef-history",
+ "label": "도심속물회",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17588",
+ "name": "브레드나눔터",
+ "businessName": "브레드나눔터",
+ "categorySlug": "bakery",
+ "address": "인천 동구 화도진로 36 1층(송현동)",
+ "district": "인천 동구",
+ "latitude": 37.4759668751201,
+ "longitude": 126.634280823838,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "꽈배기 12개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 꽈배기 12개 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-6435-2786 / 영업시간: 월 ~ 토 10:00 ~ 20:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "831f5a33947582709ff7",
+ "label": "꽈배기 12개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a665dc9cc8535a2d2ea2",
+ "label": "도너츠10개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "831f5a33947582709ff7-history",
+ "label": "꽈배기 12개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a665dc9cc8535a2d2ea2-history",
+ "label": "도너츠10개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13023",
+ "name": "석이네분식",
+ "businessName": "석이네분식",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 샛골로162번길 17 (송림동) 1층 (현대시장 내)",
+ "district": "인천광역시 동구",
+ "latitude": 37.47696074463108,
+ "longitude": 126.64588420994905,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-2307-9215 / 영업시간: 월~일 10:00-19:00 (일) 첫째, 셋째주 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "08ecc717f28f9da1d710",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "33057dcec39f553427a7",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "08ecc717f28f9da1d710-history",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "33057dcec39f553427a7-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17597",
+ "name": "선이네생선구이",
+ "businessName": "선이네생선구이",
+ "categorySlug": "korean",
+ "address": "인천 동구 샛골로 128-1 1층(송림동)",
+ "district": "인천 동구",
+ "latitude": 37.4737972412671,
+ "longitude": 126.64440141639,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "생선구이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선구이 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-762-4358 / 영업시간: 월 ~ 일 06:00 ~ 21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0b0c5c7f45814eaca1ca",
+ "label": "생선구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0b0c5c7f45814eaca1ca-history",
+ "label": "생선구이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17610",
+ "name": "송학남원추어탕",
+ "businessName": "송학남원추어탕",
+ "categorySlug": "korean",
+ "address": "인천 동구 수문통로 15 1층(송현동)",
+ "district": "인천 동구",
+ "latitude": 37.4779829436,
+ "longitude": 126.632329265245,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-5256 / 영업시간: 월 ~ 일 08:00 ~ 21:00 둘째주, 넷째주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ea7f5210d268650990a3",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9bee9c80b5101f31b3fd",
+ "label": "닭개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ed6bedaefa6cf9a50f6e",
+ "label": "돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9ae553c78148220361de",
+ "label": "꼬물이만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ea7f5210d268650990a3-history",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9bee9c80b5101f31b3fd-history",
+ "label": "닭개장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ed6bedaefa6cf9a50f6e-history",
+ "label": "돈까스",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9ae553c78148220361de-history",
+ "label": "꼬물이만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2288",
+ "name": "남진컴퓨터",
+ "businessName": "남진컴퓨터",
+ "categorySlug": "laundry",
+ "address": "광주광역시 서구 구성로 109-3 (양동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.1488007460721,
+ "longitude": 126.907060175109,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "정장1벌드라이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장1벌드라이 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-368-3931 / 영업시간: 월~토 06:00~21:00 ※ 정기휴무 : 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e00120fc818d6830b7a0",
+ "label": "정장1벌드라이",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "95d899bae1e9ed7adeb7",
+ "label": "바지하단수선",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e00120fc818d6830b7a0-history",
+ "label": "정장1벌드라이",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "95d899bae1e9ed7adeb7-history",
+ "label": "바지하단수선",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14036",
+ "name": "담양통추어탕",
+ "businessName": "담양통추어탕",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 월드컵4강로229번길 47 (쌍촌동) 1층",
+ "district": "광주광역시 서구",
+ "latitude": 35.154919778981,
+ "longitude": 126.86578570780239,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-384-9980",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "79a3aa519ea61da8d70b",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "79a3aa519ea61da8d70b-history",
+ "label": "추어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14736",
+ "name": "대성떡방앗간",
+ "businessName": "대성떡방앗간",
+ "categorySlug": "other-service",
+ "address": "광주광역시 서구 상무대로1005번길 46 (내방동) 1층",
+ "district": "광주광역시 서구",
+ "latitude": 35.155975871786964,
+ "longitude": 126.87179971307111,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "참기름 350ml",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 참기름 350ml 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-365-0059",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1e83676c162295441cc6",
+ "label": "참기름 350ml",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1e83676c162295441cc6-history",
+ "label": "참기름 350ml",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2548",
+ "name": "주연칼국수",
+ "businessName": "주연칼국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 흥룡로 29-1 (가양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3488890741268,
+ "longitude": 127.447085109324,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "바지락 칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바지락 칼국수 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-626-3838 / 영업시간: 12:00 ~ 21:00 / 매주 수요일 정기 휴무 / 브레이크타임 14:00 ~ 16:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "aab739b47ac5ba34f11f",
+ "label": "바지락 칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac7c6bf408f6d2070a5a",
+ "label": "삼겹살(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cef2c5b6f176f269fe9d",
+ "label": "초벌구이 돼지갈비(300g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "474f31ad9aa0106ce4d0",
+ "label": "냉면(후식)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5d3cf611d7f488cfe79d",
+ "label": "두부두루치기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2ee23bdb2f7b5ad1923c",
+ "label": "수육",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "078548fe793d0f9df8ca",
+ "label": "갈비탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1856b0766deb45427088",
+ "label": "비빔냉면(후식)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "aab739b47ac5ba34f11f-history",
+ "label": "바지락 칼국수",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac7c6bf408f6d2070a5a-history",
+ "label": "삼겹살(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cef2c5b6f176f269fe9d-history",
+ "label": "초벌구이 돼지갈비(300g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "474f31ad9aa0106ce4d0-history",
+ "label": "냉면(후식)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5d3cf611d7f488cfe79d-history",
+ "label": "두부두루치기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2ee23bdb2f7b5ad1923c-history",
+ "label": "수육",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "078548fe793d0f9df8ca-history",
+ "label": "갈비탕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1856b0766deb45427088-history",
+ "label": "비빔냉면(후식)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16082",
+ "name": "중국집",
+ "businessName": "중국집",
+ "categorySlug": "chinese",
+ "address": "대전광역시 동구 대전로791번길 44 (중동) 1층 중국집",
+ "district": "대전광역시 동구",
+ "latitude": 36.32950860974082,
+ "longitude": 127.43082628893573,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "중앙시장 먹자골목 위치",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-226-0648 / 영업시간: 10:00 ~ 20:00 매주 월요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e882b3ce2c8154bbb6b9",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3e3493d59a4b2a028967",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "640a02beef33cda55850",
+ "label": "짜장밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a88bf7fc79b9a1232141",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "707b1132e92790ca0101",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ad68a5952712704bd91e",
+ "label": "냉밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "13faf980bdab9a71bf6e",
+ "label": "비빔냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "be9d0b7927d91396e5c3",
+ "label": "물냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e882b3ce2c8154bbb6b9-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3e3493d59a4b2a028967-history",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "640a02beef33cda55850-history",
+ "label": "짜장밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a88bf7fc79b9a1232141-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "707b1132e92790ca0101-history",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ad68a5952712704bd91e-history",
+ "label": "냉밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "13faf980bdab9a71bf6e-history",
+ "label": "비빔냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "be9d0b7927d91396e5c3-history",
+ "label": "물냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2536",
+ "name": "지선미용타운",
+ "businessName": "지선미용타운",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 솔랑시울길 87 (소제동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3353609397276,
+ "longitude": 127.434496484742,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "미용료(커트)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 09:00 ~ 18:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "db024191dfc8ff7b1e88",
+ "label": "미용료(커트)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "94269a529ea945c59334",
+ "label": "커트(성인 일반)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "db024191dfc8ff7b1e88-history",
+ "label": "미용료(커트)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "94269a529ea945c59334-history",
+ "label": "커트(성인 일반)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15108",
+ "name": "명문칼국수",
+ "businessName": "명문칼국수",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.541808785746284,
+ "longitude": 129.30930615922028,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-274-2719",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "123225ca048607ddcd41",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b51874bfd05dc147df4e",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "123225ca048607ddcd41-history",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b51874bfd05dc147df4e-history",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11681",
+ "name": "모두랑국수먹는날",
+ "businessName": "모두랑국수먹는날",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 수암로 54번길 17 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.5292661959496,
+ "longitude": 129.313833538665,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-260-2411",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "80b4892e6b97b2158967",
+ "label": "국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "354a738286cdc7eab1be",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "985cada66c1bf993583a",
+ "label": "냉국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "80b4892e6b97b2158967-history",
+ "label": "국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "354a738286cdc7eab1be-history",
+ "label": "비빔국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "985cada66c1bf993583a-history",
+ "label": "냉국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17495",
+ "name": "무교동갈비",
+ "businessName": "무교동갈비",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 북부순환도로13번길 6-3 (무거동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.55177936582806,
+ "longitude": 129.26483586878214,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "뷔페정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뷔페정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-221-0472",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d71c7697428acbe55d45",
+ "label": "뷔페정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d71c7697428acbe55d45-history",
+ "label": "뷔페정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3440",
+ "name": "백천홍두깨칼국수",
+ "businessName": "백천홍두깨칼국수",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 팔달구 수원천로 264번길 21-11",
+ "district": "경기도 수원시",
+ "latitude": 37.2774167510803,
+ "longitude": 127.019892600036,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "칼국수(보통)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수(보통) 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-7559-1261",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e2d4ec1cb1b53059db7c",
+ "label": "칼국수(보통)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "97885033b76a4a25ff52",
+ "label": "수제비",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a75d32bac0bc667c06c9",
+ "label": "칼제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "371dd52c0bf37f73acea",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "267130e6535093357bac",
+ "label": "칼국수(소)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e2d4ec1cb1b53059db7c-history",
+ "label": "칼국수(보통)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "97885033b76a4a25ff52-history",
+ "label": "수제비",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a75d32bac0bc667c06c9-history",
+ "label": "칼제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "371dd52c0bf37f73acea-history",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "267130e6535093357bac-history",
+ "label": "칼국수(소)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13686",
+ "name": "벽산세탁소",
+ "businessName": "벽산세탁소",
+ "categorySlug": "laundry",
+ "address": "경기도 수원시 장안구 파장로 53 (정자동, 정자 벽산블루밍) 108호",
+ "district": "경기도 수원시",
+ "latitude": 37.3054993333515,
+ "longitude": 126.99475365985273,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "드라이클리닝",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이클리닝 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-245-1269 / 영업시간: 09:00 ~ 21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8644d786bfa63972df7e",
+ "label": "드라이클리닝",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6c05c42d574ff73d39b1",
+ "label": "수선",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8644d786bfa63972df7e-history",
+ "label": "드라이클리닝",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6c05c42d574ff73d39b1-history",
+ "label": "수선",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4394",
+ "name": "언덕집",
+ "businessName": "언덕집",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 금강로83번길 6 (운교동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8783065745038,
+ "longitude": 127.730392278353,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "보리밥뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥뷔페 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-256-2220",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "21bbf10c0afa244b3921",
+ "label": "보리밥뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "50f9f53c42f395410f4e",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e6d2e2da5d0553a217d3",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "21bbf10c0afa244b3921-history",
+ "label": "보리밥뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "50f9f53c42f395410f4e-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e6d2e2da5d0553a217d3-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4357",
+ "name": "연화각",
+ "businessName": "연화각",
+ "categorySlug": "chinese",
+ "address": "강원특별자치도 춘천시 충혼길52번길 20-23 (온의동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8617817124155,
+ "longitude": 127.71898650725,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-256-5863 / 영업시간: 11:00 - 15:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a067adf881229d7e4aae",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7138243870095d0d34b4",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a067adf881229d7e4aae-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7138243870095d0d34b4-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16640",
+ "name": "예대미용실",
+ "businessName": "예대미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 후만로 69-1 (후평동) 1층",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.87612733597792,
+ "longitude": 127.75221288287008,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-241-2937 / 영업시간: 일, 월 정기휴무(매주 월요일) 화~토 09:00~19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "987db2128987d31a4c00",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "987db2128987d31a4c00-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4395",
+ "name": "옛촌",
+ "businessName": "옛촌",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 향교앞길 4 (교동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8810059576535,
+ "longitude": 127.734270783857,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-254-1511",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f2eaa3a77e60dcd28ae5",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5150e5b5c4187c105cda",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "25a06568bb247de0de5e",
+ "label": "두부전골",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f2eaa3a77e60dcd28ae5-history",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5150e5b5c4187c105cda-history",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "25a06568bb247de0de5e-history",
+ "label": "두부전골",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14740",
+ "name": "만나김치식당",
+ "businessName": "만나김치식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 남이면 양촌2길 12 (남이면)",
+ "district": "충청북도 청주시",
+ "latitude": 36.59132784293651,
+ "longitude": 127.46831535088468,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-295-2366",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a7551dd489aa872b08e6",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f0a68db079b13ff98312",
+ "label": "아침식사",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a7551dd489aa872b08e6-history",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f0a68db079b13ff98312-history",
+ "label": "아침식사",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14764",
+ "name": "만리장성",
+ "businessName": "만리장성",
+ "categorySlug": "chinese",
+ "address": "충청북도 청주시 흥덕구 덕암로 2 (봉명동) 봉명동 2803",
+ "district": "충청북도 청주시",
+ "latitude": 36.6525501290308,
+ "longitude": 127.45432666746878,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "짬뽕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짬뽕 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1440-7787 / 영업시간: 월~일 11:00 ~ 21:30 15:00 ~ 17:00 브레이크타임 20:30 라스트 오더",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "79ad7c87ec5f79fa76f5",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cf8d6c331577b1ec0f4a",
+ "label": "간짜장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "79ad7c87ec5f79fa76f5-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cf8d6c331577b1ec0f4a-history",
+ "label": "간짜장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14755",
+ "name": "맘이가",
+ "businessName": "맘이가",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 청원구 팔결로 170 (외남동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.69825806579632,
+ "longitude": 127.48090489420618,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-225-0033",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "aeb94181ba3935cc87a1",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "aeb94181ba3935cc87a1-history",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16991",
+ "name": "메르토스트",
+ "businessName": "메르토스트",
+ "categorySlug": "other-food",
+ "address": "충청북도 청주시 서원구 창신로26번길 4 (사창동) (사창동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.633121740098396,
+ "longitude": 127.46456147717325,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "계란햄치즈토스트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 계란햄치즈토스트 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1411-1253 / 영업시간: 11:00~00:10",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7720c7b3ff1c8a0d2617",
+ "label": "계란햄치즈토스트",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eeab1760c828a44548cd",
+ "label": "계란토스트",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "843e15693b30cb2d7208",
+ "label": "계란햄토스트",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7720c7b3ff1c8a0d2617-history",
+ "label": "계란햄치즈토스트",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eeab1760c828a44548cd-history",
+ "label": "계란토스트",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "843e15693b30cb2d7208-history",
+ "label": "계란햄토스트",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4945",
+ "name": "서산집",
+ "businessName": "서산집",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 사직로 18 (사직동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8017540145744,
+ "longitude": 127.149508884078,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-552-6650 / 영업시간: 06:00~20:30 명절휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "802cf8dbc463ccae3b23",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c1309533ea4aeb71e387",
+ "label": "돼지머리국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "802cf8dbc463ccae3b23-history",
+ "label": "순대국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c1309533ea4aeb71e387-history",
+ "label": "돼지머리국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11164",
+ "name": "선경세탁소",
+ "businessName": "선경세탁소",
+ "categorySlug": "laundry",
+ "address": "충청남도 천안시 동남구 양지4길 15 (봉명동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8084580969342,
+ "longitude": 127.137098587523,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "신사복드라이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 신사복드라이 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-574-7001",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1672ec0e08b233a6d7a9",
+ "label": "신사복드라이",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5139099ba98e4f009d94",
+ "label": "기장수선",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f636fa3666c34186b98d",
+ "label": "이불빨래(중)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1672ec0e08b233a6d7a9-history",
+ "label": "신사복드라이",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5139099ba98e4f009d94-history",
+ "label": "기장수선",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f636fa3666c34186b98d-history",
+ "label": "이불빨래(중)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14780",
+ "name": "군산꽁보리",
+ "businessName": "군산꽁보리",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 신금길 18 (신영동) 2층, 414호(공설시장)",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.98317108726744,
+ "longitude": 126.72032453610362,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "보리비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리비빔밥 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-732-6065 / 영업시간: 11:00~13:00 (시장 휴무일 휴무/ 매월 첫째주, 셋째주 일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b9e7a3eda6ee80227e0d",
+ "label": "보리비빔밥",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3c9245b4b4dbff33a526",
+ "label": "팥칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "49f38bf8b42b1ad4d8e8",
+ "label": "열무국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b9e7a3eda6ee80227e0d-history",
+ "label": "보리비빔밥",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3c9245b4b4dbff33a526-history",
+ "label": "팥칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "49f38bf8b42b1ad4d8e8-history",
+ "label": "열무국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5187",
+ "name": "꼬꼬꽥꽥",
+ "businessName": "꼬꼬꽥꽥",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 백릉로 35 경암동",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.9750863927652,
+ "longitude": 126.729895097495,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "닭곰탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭곰탕 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-464-4943 / 영업시간: 월~토(매주 일요일 휴무) 11:00~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3a817b11d081ac915320",
+ "label": "닭곰탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c290e997fcca7235d999",
+ "label": "오리탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3a817b11d081ac915320-history",
+ "label": "닭곰탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c290e997fcca7235d999-history",
+ "label": "오리탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5188",
+ "name": "나라식당",
+ "businessName": "나라식당",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 서흥안2길 30 문화동",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.9722769459747,
+ "longitude": 126.708026322198,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-462-0673 / 영업시간: 월~일 (2,4째주 화요일 휴무) 12:00~19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "89adb3edcc1652d2ffec",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "89adb3edcc1652d2ffec-history",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16455",
+ "name": "김연선 헤어뷰",
+ "businessName": "김연선 헤어뷰",
+ "categorySlug": "beauty",
+ "address": "전라남도 여수시 돌산읍 강남동로 46-19 1층 104호(청솔상가)",
+ "district": "전라남도 여수시",
+ "latitude": 34.71784643561729,
+ "longitude": 127.75728889294511,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "소아 커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 소아 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-643-0669",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2c0ef91eddf58968fea9",
+ "label": "소아 커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2c0ef91eddf58968fea9-history",
+ "label": "소아 커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5712",
+ "name": "남성커트클럽 블루가이",
+ "businessName": "남성커트클럽 블루가이",
+ "categorySlug": "barber",
+ "address": "전라남도 여수시 여문2로 97 (문수동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7547925562527,
+ "longitude": 127.695461279732,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-653-0317 / 영업시간: 평일:오전10~19시 휴무 :일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b269c4b8447e1b50ae25",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b269c4b8447e1b50ae25-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5751",
+ "name": "남촌식당",
+ "businessName": "남촌식당",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 신기남길 33 (신기동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7607366293679,
+ "longitude": 127.672645842488,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "삼겹살",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-682-1619",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9b475bcc120cacb079fb",
+ "label": "삼겹살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9b475bcc120cacb079fb-history",
+ "label": "삼겹살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13340",
+ "name": "내고향식당",
+ "businessName": "내고향식당",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 어항로 13-1 (봉산동) 내고향식당",
+ "district": "전라남도 여수시",
+ "latitude": 34.732507178346495,
+ "longitude": 127.72016163447275,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "비빔밥(점심)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥(점심) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-642-9032",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4cf8796d5d841abd4ca4",
+ "label": "비빔밥(점심)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "53d1d7c9d32ba270ac8f",
+ "label": "칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4cf8796d5d841abd4ca4-history",
+ "label": "비빔밥(점심)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "53d1d7c9d32ba270ac8f-history",
+ "label": "칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6435",
+ "name": "더헤어",
+ "businessName": "더헤어",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 북구 흥해읍 중성로32번길 14 (1층)",
+ "district": "경상북도 포항시",
+ "latitude": 36.1074175340788,
+ "longitude": 129.346453745514,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "여성커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여성커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-261-6785 / 영업시간: 9시~17시 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "aceb65a5fae506de0302",
+ "label": "여성커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e75d11bed4907dad7f51",
+ "label": "남성커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "aceb65a5fae506de0302-history",
+ "label": "여성커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e75d11bed4907dad7f51-history",
+ "label": "남성커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6484",
+ "name": "돈부야",
+ "businessName": "돈부야",
+ "categorySlug": "japanese",
+ "address": "경상북도 포항시 북구 삼호로8번길 1 1층",
+ "district": "경상북도 포항시",
+ "latitude": 36.0418016819054,
+ "longitude": 129.36741065867,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "우동",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 우동 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-246-0771 / 영업시간: 매일 10:30-21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "df871a5697263566ee30",
+ "label": "우동",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3ff8a0cf37ef231be301",
+ "label": "카레덮밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "df871a5697263566ee30-history",
+ "label": "우동",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3ff8a0cf37ef231be301-history",
+ "label": "카레덮밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6436",
+ "name": "동동이네시니어펌전문점",
+ "businessName": "동동이네시니어펌전문점",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 북구 월막길 2",
+ "district": "경상북도 포항시",
+ "latitude": 36.049135177781,
+ "longitude": 129.367187661289,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-247-6989 / 영업시간: 09시~19시 매주 수요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c7606df5723d22c048e1",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c7606df5723d22c048e1-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6812",
+ "name": "보리밥집",
+ "businessName": "보리밥집",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 마디미로28 D동 203호 (상남동, 상남재래시장)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2222148675498,
+ "longitude": 128.683379990696,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "보리밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-263-7298",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fb458e5997604e4cf9ce",
+ "label": "보리밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d670e364f4aa0d366a57",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6276502f1a681d9d114c",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fb458e5997604e4cf9ce-history",
+ "label": "보리밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d670e364f4aa0d366a57-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6276502f1a681d9d114c-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6772",
+ "name": "복가득뚱보갈비",
+ "businessName": "복가득뚱보갈비",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산합포구 노산서18길 114 (교방동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2148634483788,
+ "longitude": 128.564078372768,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "물냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-243-0172 / 영업시간: 09:30~18:00 매주 일요일, 공휴일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a41bfd3cd39388a0f734",
+ "label": "물냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2266b863403a4c53a6a7",
+ "label": "비빔냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a41bfd3cd39388a0f734-history",
+ "label": "물냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2266b863403a4c53a6a7-history",
+ "label": "비빔냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6835",
+ "name": "복개천감자탕",
+ "businessName": "복개천감자탕",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 중원로79번길 13-1 (송학동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.1513509347336,
+ "longitude": 128.65847962579,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "뼈해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뼈해장국 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-546-5580",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3ffda3d8fb43dc771d77",
+ "label": "뼈해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3ffda3d8fb43dc771d77-history",
+ "label": "뼈해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14091",
+ "name": "복자네뼈해장국",
+ "businessName": "복자네뼈해장국",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 이동로38번길 8 (이동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.15045351250758,
+ "longitude": 128.6957928158142,
+ "representativePriceAmount": 8500,
+ "representativePriceLabel": "뼈해장국(1인분)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "이동화이트광장 밑 세븐일레븐골목 도보 1분거리",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1404-5766 / 영업시간: 매일 11:30 - 22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "28394e8b7088f149bb03",
+ "label": "뼈해장국(1인분)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "28394e8b7088f149bb03-history",
+ "label": "뼈해장국(1인분)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11864",
+ "name": "또옵서식당",
+ "businessName": "또옵서식당",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 번영로 459",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4922578901329,
+ "longitude": 126.591494992712,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-794-0051",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "de587a79e34bce760423",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5998fdb1497e38be93b5",
+ "label": "동태찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7952bd1f314dbc7745c2",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "de587a79e34bce760423-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5998fdb1497e38be93b5-history",
+ "label": "동태찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7952bd1f314dbc7745c2-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7216",
+ "name": "또와헤어샾",
+ "businessName": "또와헤어샾",
+ "categorySlug": "beauty",
+ "address": "제주특별자치도 제주시 지석6길 9 또와헤어샾",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5203409285847,
+ "longitude": 126.581100037461,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-756-6528",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d75dd3f0a7a1cea18963",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d75dd3f0a7a1cea18963-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18037",
+ "name": "뛰니뛰니",
+ "businessName": "뛰니뛰니",
+ "categorySlug": "other-service",
+ "address": "제주특별자치도 제주시 연신로 76 (이도이동) 뛰니뛰니",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4946894705016,
+ "longitude": 126.54802422292092,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "어린이입장료",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 어린이입장료 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-727-0369",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e6d923f7e0a9397d788f",
+ "label": "어린이입장료",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c5106c85625491c8b7fe",
+ "label": "보호자입장료",
+ "amount": 0,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e6d923f7e0a9397d788f-history",
+ "label": "어린이입장료",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c5106c85625491c8b7fe-history",
+ "label": "보호자입장료",
+ "amount": 0,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-968",
+ "name": "345국수",
+ "businessName": "345국수",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 청구로 83-9 1층",
+ "district": "서울특별시 중구",
+ "latitude": 37.560172073734,
+ "longitude": 127.013228537389,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "손수제비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손수제비 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-223-5257 / 영업시간: 월~금 11:00~20:00 토 11:00~15:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "93807d7eba2568964966",
+ "label": "손수제비",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "66fbf5a1cea154438d07",
+ "label": "잔치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "096de478bf333e20cc09",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "93807d7eba2568964966-history",
+ "label": "손수제비",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "66fbf5a1cea154438d07-history",
+ "label": "잔치국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "096de478bf333e20cc09-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-979",
+ "name": "거목식당",
+ "businessName": "거목식당",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 을지로36길 18 (을지로5가)",
+ "district": "서울특별시 중구",
+ "latitude": 37.5659767545803,
+ "longitude": 127.001477572948,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-226-0010 / 영업시간: 월~토 05:00~20:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0a3174cd0f6da08e1c41",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1a4d07add33313b4fdfd",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0a3174cd0f6da08e1c41-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1a4d07add33313b4fdfd-history",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16085",
+ "name": "공화춘",
+ "businessName": "공화춘",
+ "categorySlug": "chinese",
+ "address": "서울특별시 중구 청파로 457-1 (중림동) 2층",
+ "district": "서울특별시 중구",
+ "latitude": 37.56020605082971,
+ "longitude": 126.96781059246393,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-723-4038 / 영업시간: 영업시간 10:30 ~ 21:00 BreakTime 15:00 ~ 17:00 (일요일 정기휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "80381c7c3813a0cd4c59",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "46eb2fc605087014020b",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "80381c7c3813a0cd4c59-history",
+ "label": "짜장면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "46eb2fc605087014020b-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1426",
+ "name": "미소정 멸치국수",
+ "businessName": "미소정 멸치국수",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 대영로 85번길 24-1 (동대신동2가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1121156286607,
+ "longitude": 129.020062894885,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "멸치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-8531 / 영업시간: 10:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bac19bbd56c631e3d2c6",
+ "label": "멸치국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5cb344aa79602bcd9910",
+ "label": "비빔밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3484ee3ae0809a2db8fb",
+ "label": "소고기국밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bac19bbd56c631e3d2c6-history",
+ "label": "멸치국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5cb344aa79602bcd9910-history",
+ "label": "비빔밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3484ee3ae0809a2db8fb-history",
+ "label": "소고기국밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1427",
+ "name": "바보면가",
+ "businessName": "바보면가",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 임시수도기념로 21-10 (부민동3가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1030261158569,
+ "longitude": 129.018574291429,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "손칼국수+돈까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수+돈까스 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-255-8336 / 영업시간: 10:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d5b8fe0efac625c93a94",
+ "label": "손칼국수+돈까스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "491d810bf9eb8a7bda0a",
+ "label": "만두국+돈까스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7448511d56b8f0fee81f",
+ "label": "만두국+돈가스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "52dd0a69c98d04533361",
+ "label": "손칼국수+돈가스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d5b8fe0efac625c93a94-history",
+ "label": "손칼국수+돈까스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "491d810bf9eb8a7bda0a-history",
+ "label": "만두국+돈까스",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7448511d56b8f0fee81f-history",
+ "label": "만두국+돈가스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "52dd0a69c98d04533361-history",
+ "label": "손칼국수+돈가스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17740",
+ "name": "동림식당",
+ "businessName": "동림식당",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 파계로116길 49 (중대동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.98617130128156,
+ "longitude": 128.6374302331672,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-982-2860 / 영업시간: 영업시간 : 10:00~21:00 정기휴무 : 없음",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fb5cd59e3ed8b3f66cb6",
+ "label": "칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b13e6c4574afd4287900",
+ "label": "비빔밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "43e4e489a96cf0888c79",
+ "label": "촌두부",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d7cf5cda208ea2781b50",
+ "label": "도토리묵",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fb5cd59e3ed8b3f66cb6-history",
+ "label": "칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b13e6c4574afd4287900-history",
+ "label": "비빔밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "43e4e489a96cf0888c79-history",
+ "label": "촌두부",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d7cf5cda208ea2781b50-history",
+ "label": "도토리묵",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1871",
+ "name": "만보칼국수",
+ "businessName": "만보칼국수",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 팔공로209길 15 (백안동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.9539345412516,
+ "longitude": 128.693850133799,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-982-7524 / 영업시간: 월 화 목 금 토 일 11:00-19:30 수 휴무 브레이크 타임 15:30-17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "94560b3d220b6f8fd7df",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "76d3dd38b0ce189772ce",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e034ef6c990d021f7cfd",
+ "label": "감자수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "94560b3d220b6f8fd7df-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "76d3dd38b0ce189772ce-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e034ef6c990d021f7cfd-history",
+ "label": "감자수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14063",
+ "name": "머리쟁이",
+ "businessName": "머리쟁이",
+ "categorySlug": "beauty",
+ "address": "대구광역시 동구 아양로 117 (신암동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.88476589784557,
+ "longitude": 128.62608730053938,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-957-0050",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7229cf5e35f2709799bd",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7229cf5e35f2709799bd-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13034",
+ "name": "시온이네집밥",
+ "businessName": "시온이네집밥",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 샛골로 168-3 (송림동) 1층 (현대시장 내)",
+ "district": "인천광역시 동구",
+ "latitude": 37.47735018760701,
+ "longitude": 126.6452386553363,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-710-9274 / 영업시간: 월~토 10:00-20:30 (일) 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7844d0aef3f917153026",
+ "label": "청국장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7844d0aef3f917153026-history",
+ "label": "청국장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2101",
+ "name": "신대청마루",
+ "businessName": "신대청마루",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 방축로 105 (송림동, 산업용품유통센타 편익 C동 지하 21호)",
+ "district": "인천광역시 동구",
+ "latitude": 37.4841229128464,
+ "longitude": 126.656111822612,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-589-2355 / 영업시간: 월~금 09:00-17:00 (주말, 공휴일) 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "49290318f34c4b2bc829",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "49290318f34c4b2bc829-history",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2311",
+ "name": "대정회관",
+ "businessName": "대정회관",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 대남대로462번길 3 (농성동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.1515316175609,
+ "longitude": 126.88645436957,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-364-7999 / 영업시간: 월~일 11시~21시",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "55db0c805d73e851b2e6",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "55db0c805d73e851b2e6-history",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14042",
+ "name": "대흥민속목욕탕",
+ "businessName": "대흥민속목욕탕",
+ "categorySlug": "bath",
+ "address": "광주광역시 서구 운천로 34 (금호동) 금호1동",
+ "district": "광주광역시 서구",
+ "latitude": 35.13576588266793,
+ "longitude": 126.85944266692678,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "성인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 성인 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-374-7079",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9015ca45d1fdf3ad44ed",
+ "label": "성인",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2d8081dd90421e6eb1b2",
+ "label": "아동",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9015ca45d1fdf3ad44ed-history",
+ "label": "성인",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2d8081dd90421e6eb1b2-history",
+ "label": "아동",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13667",
+ "name": "동해계절맛집",
+ "businessName": "동해계절맛집",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 계수로 56 (쌍촌동) 1층",
+ "district": "광주광역시 서구",
+ "latitude": 35.16026802456817,
+ "longitude": 126.8567005862501,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-385-6363",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1e9e8824ce10cf237564",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9762e0a0fdabe1110c3d",
+ "label": "생선구이백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8eebd958b9421acdb5af",
+ "label": "청국장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1e9e8824ce10cf237564-history",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9762e0a0fdabe1110c3d-history",
+ "label": "생선구이백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8eebd958b9421acdb5af-history",
+ "label": "청국장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2312",
+ "name": "동해회바다",
+ "businessName": "동해회바다",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 경열로26번길 3 (농성동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.1514604680169,
+ "longitude": 126.88894822121,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "생선초밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선초밥 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-367-1023 / 영업시간: 월~토 9시~21시 ※정기휴무 : 매주 토요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "085b50435cf0889ff5c4",
+ "label": "생선초밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "762f3beaa52db02a31cb",
+ "label": "낙지비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "085b50435cf0889ff5c4-history",
+ "label": "생선초밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "762f3beaa52db02a31cb-history",
+ "label": "낙지비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16084",
+ "name": "진심만두",
+ "businessName": "진심만두",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로785번길 41-3 (원동) 119호",
+ "district": "대전광역시 동구",
+ "latitude": 36.32895512036512,
+ "longitude": 127.4312023578623,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "고기교자만두",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기교자만두 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1378-0210 / 영업시간: 08:00~19:30 / 수요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "adcab42c8bd6c1a284e9",
+ "label": "고기교자만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "efce12b5d5c00ceed455",
+ "label": "김치교자만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "57e5e0c2db24eb479157",
+ "label": "새우교자만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "adcab42c8bd6c1a284e9-history",
+ "label": "고기교자만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "efce12b5d5c00ceed455-history",
+ "label": "김치교자만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "57e5e0c2db24eb479157-history",
+ "label": "새우교자만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2549",
+ "name": "진짜손칼국수",
+ "businessName": "진짜손칼국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 우암로 341-2 (가양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3496914492847,
+ "longitude": 127.451550689252,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-622-0109 / 영업시간: 11:00 ~ 21:00 / 매주 토요일 정기휴무 / 둘째, 넷째주 금요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8b7165153fed8150f893",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "540b672c76b0a690a27a",
+ "label": "미니족발 중",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6f4b99ac50328324e377",
+ "label": "순둥이칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0f1547642f7414fe05b3",
+ "label": "얼큰이칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "47cbabaff56a0e30b196",
+ "label": "여름별미 열무국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "afe8045f1055fbfbe810",
+ "label": "여름별미콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "83e4f536a4c24ec438df",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8b7165153fed8150f893-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "540b672c76b0a690a27a-history",
+ "label": "미니족발 중",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6f4b99ac50328324e377-history",
+ "label": "순둥이칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0f1547642f7414fe05b3-history",
+ "label": "얼큰이칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "47cbabaff56a0e30b196-history",
+ "label": "여름별미 열무국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "afe8045f1055fbfbe810-history",
+ "label": "여름별미콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "83e4f536a4c24ec438df-history",
+ "label": "잔치국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2537",
+ "name": "착한미용실",
+ "businessName": "착한미용실",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 중앙로204번길 6 (중동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3305464456764,
+ "longitude": 127.431800535141,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "미용료(커트)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-222-0594 / 영업시간: 10:00 ~ 17:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e2f58cbd26b8a4665bf5",
+ "label": "미용료(커트)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3e7de58f4009c2751c0b",
+ "label": "커트(남성 일반)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6a738b82e9e5bb81a74e",
+ "label": "커트(여성 일반)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e2f58cbd26b8a4665bf5-history",
+ "label": "미용료(커트)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3e7de58f4009c2751c0b-history",
+ "label": "커트(남성 일반)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6a738b82e9e5bb81a74e-history",
+ "label": "커트(여성 일반)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18135",
+ "name": "커피언니",
+ "businessName": "커피언니",
+ "categorySlug": "other-food",
+ "address": "대전광역시 동구 중앙로203번길 36 (중동) (중동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.33236086267619,
+ "longitude": 127.43077262275567,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-2254-7813 / 영업시간: 11:00 ~ 18:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2cd87958889b01d347db",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2cd87958889b01d347db-history",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15095",
+ "name": "미송",
+ "businessName": "미송",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 수암로 171 (야음동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.52698514192849,
+ "longitude": 129.3255895227967,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-276-5445 / 영업시간: 8:00~15:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fed37d071192757a1273",
+ "label": "김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fed37d071192757a1273-history",
+ "label": "김밥",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2890",
+ "name": "산동만두",
+ "businessName": "산동만두",
+ "categorySlug": "chinese",
+ "address": "울산광역시 남구 월평로37번길 8",
+ "district": "울산광역시 남구",
+ "latitude": 35.5421330808182,
+ "longitude": 129.309578534087,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-226-7459 / 영업시간: 목 11:00-15:00 금 11:00-15:00 토 11:00-15:00 일 11:00-15:00 월 11:00-15:00 화 11:00-15:00 수 11:00-15:00 매달1,3번째일요일정기휴무 -첫째,셋째일요일휴무/둘째,넷째월요일휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b7daf199752e69726a0f",
+ "label": "자장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "06ab122e9f53ac1ea21a",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "576bb56c3b93cfd5f366",
+ "label": "찐만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "46dcfe2a2bbd1f0ddb31",
+ "label": "군만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0fd5a094372537c3222b",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9dfa3eda106193e9999d",
+ "label": "해물우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b7daf199752e69726a0f-history",
+ "label": "자장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "06ab122e9f53ac1ea21a-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "576bb56c3b93cfd5f366-history",
+ "label": "찐만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "46dcfe2a2bbd1f0ddb31-history",
+ "label": "군만두",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0fd5a094372537c3222b-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9dfa3eda106193e9999d-history",
+ "label": "해물우동",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13862",
+ "name": "삼산국수",
+ "businessName": "삼산국수",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 삼산중로 41 (달동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.53723577488518,
+ "longitude": 129.3356157418434,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-256-3998",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6e849605192339abde01",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6e849605192339abde01-history",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11692",
+ "name": "분식나라 김밥마을",
+ "businessName": "분식나라 김밥마을",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 덕영대로 1699 (영통동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2479713166815,
+ "longitude": 127.077097970377,
+ "representativePriceAmount": 7500,
+ "representativePriceLabel": "비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-206-0599 / 영업시간: 10:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9230f07dbdcc6cb1989f",
+ "label": "비빔밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3e73601278cc0eeaabf9",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "702c2e491c33d41af7f3",
+ "label": "칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3eff18e1757191350f52",
+ "label": "김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9230f07dbdcc6cb1989f-history",
+ "label": "비빔밥",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3e73601278cc0eeaabf9-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "702c2e491c33d41af7f3-history",
+ "label": "칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3eff18e1757191350f52-history",
+ "label": "김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3395",
+ "name": "붕붕샐러드",
+ "businessName": "붕붕샐러드",
+ "categorySlug": "other-food",
+ "address": "경기도 수원시 영통구 신원로 146 .",
+ "district": "경기도 수원시",
+ "latitude": 37.2494809372827,
+ "longitude": 127.057033352061,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-206-9891 / 영업시간: 09:00~21:00 일요일 휴무 15:00~17:00 브레이크 타임",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bfc53e879ed750d8922f",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bfc53e879ed750d8922f-history",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14021",
+ "name": "블랙남성컷",
+ "businessName": "블랙남성컷",
+ "categorySlug": "beauty",
+ "address": "경기도 수원시 권선구 세권로 76 (세류동, 경일아파트) 105호",
+ "district": "경기도 수원시",
+ "latitude": 37.25844888657563,
+ "longitude": 127.01243796592051,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-234-7585 / 영업시간: 10:00~19:00 화요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cfe006a3d34cf1dcf2b1",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cfe006a3d34cf1dcf2b1-history",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13803",
+ "name": "오믈하우스",
+ "businessName": "오믈하우스",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 서부대성로227번길 24 (효자동) 2층",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.873367758817224,
+ "longitude": 127.74517942757676,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "오므라이스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 오므라이스 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1363-1331 / 영업시간: 11:00 - 20:00 브레이크타임 15:00 - 16:30 라스트오더 19:45 매주 토요일, 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fe1dabed0196a9d8d1d5",
+ "label": "오므라이스",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4f7d58b816040c397e88",
+ "label": "데미그라스오므라이스",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bf3d85a1d523f3d1a48d",
+ "label": "크림오므라이스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fe1dabed0196a9d8d1d5-history",
+ "label": "오므라이스",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4f7d58b816040c397e88-history",
+ "label": "데미그라스오므라이스",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bf3d85a1d523f3d1a48d-history",
+ "label": "크림오므라이스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4364",
+ "name": "와송칼국수",
+ "businessName": "와송칼국수",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 명동길 46-1 (중앙로3가)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8772319253533,
+ "longitude": 127.724402610449,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-7600 / 영업시간: 10:30 - 17:00 토요일 10:30 - 14:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "08ac7c9ebf64b74d0a64",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "26e95e7a0fddb56cc625",
+ "label": "쫄면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "672414f28b56e86714de",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "08ac7c9ebf64b74d0a64-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "26e95e7a0fddb56cc625-history",
+ "label": "쫄면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "672414f28b56e86714de-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4396",
+ "name": "왕가",
+ "businessName": "왕가",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 석사길 15 (석사동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8579328322032,
+ "longitude": 127.744971856148,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-261-0559",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ce24033ee15c076f69e2",
+ "label": "한식뷔페",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ce24033ee15c076f69e2-history",
+ "label": "한식뷔페",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4762",
+ "name": "명동식당",
+ "businessName": "명동식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 흥덕구 천석로 56 (봉명동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6403799754467,
+ "longitude": 127.465551511862,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-268-8320 / 영업시간: 매일 09:00~20:00 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9ad01dd7f0dd4cb60a9b",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9b952fd0cd84bbd25d75",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a8dcb689f57be7d2914c",
+ "label": "동태찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9ad01dd7f0dd4cb60a9b-history",
+ "label": "청국장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9b952fd0cd84bbd25d75-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a8dcb689f57be7d2914c-history",
+ "label": "동태찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15524",
+ "name": "몽키만두",
+ "businessName": "몽키만두",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 흥덕구 사직대로 62 (복대동) 101호(몽키만두)",
+ "district": "충청북도 청주시",
+ "latitude": 36.634284271568625,
+ "longitude": 127.45416055015329,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "고기만두",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기만두 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-260-9132",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a2f91607a6f7caaa4f69",
+ "label": "고기만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e9925a4075548324f9b8",
+ "label": "김치만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "66e7d8bf5a32ddd71dc7",
+ "label": "떡만두국",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a2f91607a6f7caaa4f69-history",
+ "label": "고기만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e9925a4075548324f9b8-history",
+ "label": "김치만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "66e7d8bf5a32ddd71dc7-history",
+ "label": "떡만두국",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18723",
+ "name": "성환반점",
+ "businessName": "성환반점",
+ "categorySlug": "chinese",
+ "address": "충청남도 천안시 서북구 성환읍 성진로 27 성환반점",
+ "district": "충청남도 천안시",
+ "latitude": 36.91213733151647,
+ "longitude": 127.13855017469305,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "짬뽕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짬뽕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-581-3353",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dc5da367ca2c8aec7e3a",
+ "label": "짬뽕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dc5da367ca2c8aec7e3a-history",
+ "label": "짬뽕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4968",
+ "name": "세븐데이남성커트",
+ "businessName": "세븐데이남성커트",
+ "categorySlug": "barber",
+ "address": "충청남도 천안시 서북구 두정로 212 107호 (두정동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8333285541934,
+ "longitude": 127.140544198528,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-568-6808 / 영업시간: 10:00~20:00 연중무휴",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a0c29e0c7bd5125a93de",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a0c29e0c7bd5125a93de-history",
+ "label": "커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14668",
+ "name": "셀프밥집",
+ "businessName": "셀프밥집",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 서북구 나사렛대길 22-4 (쌍용동) .",
+ "district": "충청남도 천안시",
+ "latitude": 36.79863752371899,
+ "longitude": 127.11896536809991,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "고추장불고기",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고추장불고기 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-575-1213 / 영업시간: 11:00~20:00 정기휴무 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e782d286a993487ee161",
+ "label": "고추장불고기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eb402ca9113c1eeaac3b",
+ "label": "뼈해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e782d286a993487ee161-history",
+ "label": "고추장불고기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eb402ca9113c1eeaac3b-history",
+ "label": "뼈해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17033",
+ "name": "담다한식뷔페",
+ "businessName": "담다한식뷔페",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 문화로 151 (수송동) 1층",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.9701627176277,
+ "longitude": 126.72247350070346,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "한식(초등학생)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식(초등학생) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1495-1228 / 영업시간: 월~토(11:00~20:00) * 15:00~17:00 브레이크타임 * 19:30 라스트오더 * 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4ad4359fd0071f43656c",
+ "label": "한식(초등학생)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5dfbee5a28ce08954597",
+ "label": "한식(성인)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ea9d9146c6629bdc62a3",
+ "label": "한식(미취학)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4ad4359fd0071f43656c-history",
+ "label": "한식(초등학생)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5dfbee5a28ce08954597-history",
+ "label": "한식(성인)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ea9d9146c6629bdc62a3-history",
+ "label": "한식(미취학)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17032",
+ "name": "돔베초밥",
+ "businessName": "돔베초밥",
+ "categorySlug": "japanese",
+ "address": "전북특별자치도 군산시 수송남로 2 (수송동) 1층",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.95970510152752,
+ "longitude": 126.71457201468164,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "모듬초밥(10p)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 모듬초밥(10p) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-471-8884 / 영업시간: 월, 수, 목, 금, 토, 일(11:00~21:00) * 20:40 라스트오더 * 매주 화요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dc31e202b0876e4fc725",
+ "label": "모듬초밥(10p)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dc31e202b0876e4fc725-history",
+ "label": "모듬초밥(10p)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13056",
+ "name": "동신미용실",
+ "businessName": "동신미용실",
+ "categorySlug": "beauty",
+ "address": "전북특별자치도 군산시 창성3길 13 (개복동) 동신미용실",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.984326824789925,
+ "longitude": 126.71266844987171,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트(여)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(여) 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0d6ae12480a1e4fa85f7",
+ "label": "커트(여)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "075f219efe03ca0c0e22",
+ "label": "커트(남)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0d6ae12480a1e4fa85f7-history",
+ "label": "커트(여)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "075f219efe03ca0c0e22-history",
+ "label": "커트(남)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5713",
+ "name": "뉴미인",
+ "businessName": "뉴미인",
+ "categorySlug": "beauty",
+ "address": "전라남도 여수시 구봉산길 11-2 (국동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7344828301154,
+ "longitude": 127.718486920101,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "여성 커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여성 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-642-7885 / 영업시간: 월-토 08:30-18:00 일요일휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "46c92cf54a4a6f9472c6",
+ "label": "여성 커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "46c92cf54a4a6f9472c6-history",
+ "label": "여성 커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5714",
+ "name": "늘고운 미용실",
+ "businessName": "늘고운 미용실",
+ "categorySlug": "beauty",
+ "address": "전라남도 여수시 서교 6길 5 (서교동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7423213814819,
+ "longitude": 127.728456280602,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 18:00에18시0분에 금 07:30-18:00 토 07:30-18:00 일 정기휴무(매주일요일) 월 07:30-18:00 화 07:30-18:00 수 07:30-18:00 목 07:30-18:00 01/01새해첫날휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cd0feb0df9e1452ea3dc",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cd0feb0df9e1452ea3dc-history",
+ "label": "커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5753",
+ "name": "대명한우소머리곰탕",
+ "businessName": "대명한우소머리곰탕",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 시청서5길 8 (학동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7567070697685,
+ "longitude": 127.657703549652,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "한우설렁탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우설렁탕 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-666-9988 / 영업시간: 10:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2a8aa49d6587c41313e2",
+ "label": "한우설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2a8aa49d6587c41313e2-history",
+ "label": "한우설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5754",
+ "name": "대성국밥",
+ "businessName": "대성국밥",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 좌수영로 42 (서교동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7440040528689,
+ "longitude": 127.728555791744,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "소머리국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소머리국밥 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00~19:00 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "532178da123dec8897bd",
+ "label": "소머리국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c1122319ee17609bfe65",
+ "label": "비빔밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a67e02e7769e727d54a5",
+ "label": "시래기국밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6fe4ef9d30223e1d98fa",
+ "label": "닭계장",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "76f5a3015f1106780992",
+ "label": "소고기국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d878c3f7d4eacadaa246",
+ "label": "우거지국밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "532178da123dec8897bd-history",
+ "label": "소머리국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c1122319ee17609bfe65-history",
+ "label": "비빔밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a67e02e7769e727d54a5-history",
+ "label": "시래기국밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6fe4ef9d30223e1d98fa-history",
+ "label": "닭계장",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "76f5a3015f1106780992-history",
+ "label": "소고기국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d878c3f7d4eacadaa246-history",
+ "label": "우거지국밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6328",
+ "name": "동진이용소",
+ "businessName": "동진이용소",
+ "categorySlug": "barber",
+ "address": "경상북도 포항시 남구 대해로 114",
+ "district": "경상북도 포항시",
+ "latitude": 36.0208157469306,
+ "longitude": 129.364260018145,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "성인조발",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 성인조발 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 월~금",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "731849e54355a34cd5ac",
+ "label": "성인조발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "aef048105219e0d635b7",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "15aaa3e0ab2b6b70c39c",
+ "label": "성인 조발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "731849e54355a34cd5ac-history",
+ "label": "성인조발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "aef048105219e0d635b7-history",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "15aaa3e0ab2b6b70c39c-history",
+ "label": "성인 조발",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18349",
+ "name": "두꺼비컷트",
+ "businessName": "두꺼비컷트",
+ "categorySlug": "beauty",
+ "address": "경상북도 포항시 북구 문화로13번길 4 (덕수동) 두꺼비컷트",
+ "district": "경상북도 포항시",
+ "latitude": 36.04313828411014,
+ "longitude": 129.36688103561735,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "성인커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 성인커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4538-8845",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cd32f2d10920a829b572",
+ "label": "성인커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cd32f2d10920a829b572-history",
+ "label": "성인커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14090",
+ "name": "본가냉면",
+ "businessName": "본가냉면",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 이동로40번길 5 (이동) 1층, 이동 화이트광장 뒷골목",
+ "district": "경상남도 창원시",
+ "latitude": 35.150346456545456,
+ "longitude": 128.69686429984836,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "물냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "본가냉면 은 올바른 마음가짐으로 신선하고 정직한 재료만을 엄선하여 최상의 면발을 만듭니다 신선한 재료와 질 좋은 냉면으로 고집하여 정성껏 준비하고 있습니다. 최고가 되기 위해서 항상 최선을 다하며 찾아주시는 고객님들을 밝은 미소 맞이하여 친절함으로 더 가까이 다가가고 있습니다. 편안한 분위기, 본가냉면 만의 깊고 풍부한 맛! 품위 있는 만남 오셔서 직접 느껴보시기 바랍니다. 고객이 모두 만족하는 본가냉면 여러분이 기대하시는 그 이상이 되겠습니다. 감사합니다",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-6664-3402 / 영업시간: 매일 11:00 - 19:00 - 저녁시간 예약제를 시행중입니다 전화예약주세요",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "68db7da9df1e92a32bd2",
+ "label": "물냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fab2c5da0f2f4a45a788",
+ "label": "비빔냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cad59ef708f737ef9fad",
+ "label": "물비빔냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "68db7da9df1e92a32bd2-history",
+ "label": "물냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fab2c5da0f2f4a45a788-history",
+ "label": "비빔냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cad59ef708f737ef9fad-history",
+ "label": "물비빔냉면",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15394",
+ "name": "블랙맨",
+ "businessName": "블랙맨",
+ "categorySlug": "beauty",
+ "address": "경상남도 창원시 성산구 안민안길 17 (안민동) 103호, 블랙맨",
+ "district": "경상남도 창원시",
+ "latitude": 35.186564515371245,
+ "longitude": 128.69139110245138,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-4065-4802",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4981f2f4a745cb55aebb",
+ "label": "컷트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d76fc4da6372b17cef88",
+ "label": "학생컷트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3cbd8f55de23b0e75cb7",
+ "label": "두피마사지",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4981f2f4a745cb55aebb-history",
+ "label": "컷트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d76fc4da6372b17cef88-history",
+ "label": "학생컷트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3cbd8f55de23b0e75cb7-history",
+ "label": "두피마사지",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-19281",
+ "name": "블루남성컷트",
+ "businessName": "블루남성컷트",
+ "categorySlug": "barber",
+ "address": "경상남도 창원시 성산구 창이대로901번길 4 (대방동) 상가 112동 109호",
+ "district": "경상남도 창원시",
+ "latitude": 35.2047363655845,
+ "longitude": 128.70762132136215,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 컷트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4551-0848 / 영업시간: 11:00~19:00 매주 화요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f0ee24078324a99370ee",
+ "label": "컷트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f0ee24078324a99370ee-history",
+ "label": "컷트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7046",
+ "name": "라영헤어숍",
+ "businessName": "라영헤어숍",
+ "categorySlug": "beauty",
+ "address": "제주특별자치도 제주시 다랑곶4길 18",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4883543798046,
+ "longitude": 126.480241062992,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-744-3340",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b1e9360a2b1e5f97622a",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f13f9f1ab28f71945020",
+ "label": "컷 커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b1e9360a2b1e5f97622a-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f13f9f1ab28f71945020-history",
+ "label": "컷 커트",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7135",
+ "name": "마라톤식당",
+ "businessName": "마라톤식당",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 서광로2길 15",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.498788985127,
+ "longitude": 126.512962697004,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-757-1945 / 영업시간: 영업시작 금 08:00-20:00 15:00-17:00브레이크타임 토 08:00-20:00 15:00-17:00브레이크타임 일 정기휴무(매주일요일) 월 08:00-20:00 15:00-17:00브레이크타임 화 08:00-20:00 15:00-17:00브레이크타임 수 08:00-20:00 15:00-17:00브레이크타임 목 08:00-20:00 15:00-17:00브레이크타임",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9b1e8bbd9a2def8e9cf5",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "261bd0170319bf21ec97",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c37942c7968b49419185",
+ "label": "만두국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fe97a3ad0ef2613a2398",
+ "label": "고사리두루치기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1af3539ffc380fa5446d",
+ "label": "음료",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5d44e3a4dbbbcb0bb10b",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9b1e8bbd9a2def8e9cf5-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "261bd0170319bf21ec97-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c37942c7968b49419185-history",
+ "label": "만두국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fe97a3ad0ef2613a2398-history",
+ "label": "고사리두루치기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1af3539ffc380fa5446d-history",
+ "label": "음료",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5d44e3a4dbbbcb0bb10b-history",
+ "label": "정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-980",
+ "name": "광희식당",
+ "businessName": "광희식당",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 장충단로 212-2 (광희동2가)",
+ "district": "서울특별시 중구",
+ "latitude": 37.5636366550507,
+ "longitude": 127.007233814214,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-226-1555 / 영업시간: 매일 11:30-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "003174f9443bd51114c6",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c007235afba35cf5bfbb",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "21d557a84579ae051b2f",
+ "label": "갈비탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "003174f9443bd51114c6-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c007235afba35cf5bfbb-history",
+ "label": "비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "21d557a84579ae051b2f-history",
+ "label": "갈비탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16087",
+ "name": "뉴욕스넥",
+ "businessName": "뉴욕스넥",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 을지로 지하131 (을지로3가) 56호",
+ "district": "서울특별시 중구",
+ "latitude": 37.566442970950895,
+ "longitude": 126.99419916729464,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "야채김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 야채김밥 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2274-1110",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "eb4c0effa1ffa2aea32a",
+ "label": "야채김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "654701a3801a3618a738",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "eb4c0effa1ffa2aea32a-history",
+ "label": "야채김밥",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "654701a3801a3618a738-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15373",
+ "name": "대박물갈비",
+ "businessName": "대박물갈비",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 퇴계로4길 7 (남창동) 1층",
+ "district": "서울특별시 중구",
+ "latitude": 37.557537858746215,
+ "longitude": 126.97773067463572,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "제육볶음",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육볶음 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-755-6974",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "52328f657e7990431b41",
+ "label": "제육볶음",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "985949af92a56041ec23",
+ "label": "돼지불고기",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "52328f657e7990431b41-history",
+ "label": "제육볶음",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "985949af92a56041ec23-history",
+ "label": "돼지불고기",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-981",
+ "name": "돈우가식당",
+ "businessName": "돈우가식당",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 남대문로 25-17 1층(북창동)",
+ "district": "서울특별시 중구",
+ "latitude": 37.5620306338518,
+ "longitude": 126.97816807023,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-378-1313 / 영업시간: 월~토 11:00-22:00 브레이크타임15:30~16:30 일 정기휴무(매주일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "615d745518199ef100c8",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a65f350b9c6013011f97",
+ "label": "한우소머리국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "615d745518199ef100c8-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a65f350b9c6013011f97-history",
+ "label": "한우소머리국밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16515",
+ "name": "베이커리 루마카",
+ "businessName": "베이커리 루마카",
+ "categorySlug": "other-food",
+ "address": "부산광역시 서구 구덕로265번길 34 (서대신동1가) 1층",
+ "district": "부산광역시 서구",
+ "latitude": 35.10824564582161,
+ "longitude": 129.0177444252452,
+ "representativePriceAmount": 2200,
+ "representativePriceLabel": "소금빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "오픈주방으로 만드는 과정과 사용재료 공개로 신뢰 있는 빵을 만듭니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-243-4874 / 영업시간: 9:30~ 19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3de91cbde302e367a282",
+ "label": "소금빵",
+ "amount": 2200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3de91cbde302e367a282-history",
+ "label": "소금빵",
+ "amount": 2200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1428",
+ "name": "별미집",
+ "businessName": "별미집",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 구덕로333번길 14 (서대신동3가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1133251923336,
+ "longitude": 129.015381162663,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "추어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-254-9891 / 영업시간: 09:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "89113e9a2649c92cf9c0",
+ "label": "추어탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "89113e9a2649c92cf9c0-history",
+ "label": "추어탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15507",
+ "name": "보리정",
+ "businessName": "보리정",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 대영로74번길 27-7 (동대신동1가) 1층",
+ "district": "부산광역시 서구",
+ "latitude": 35.109533954678874,
+ "longitude": 129.02014367187397,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "집밥정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 집밥정식 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-248-8703 / 영업시간: 11:00~20:00 (휴게시간: 14:00~17:00)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "10160cab11319df5563b",
+ "label": "집밥정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e34a1119659b06bda20b",
+ "label": "낙지볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c0773f0d499e34f94f63",
+ "label": "제육볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5f546dc3316f94f6a193",
+ "label": "동래파전",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "10160cab11319df5563b-history",
+ "label": "집밥정식",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e34a1119659b06bda20b-history",
+ "label": "낙지볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c0773f0d499e34f94f63-history",
+ "label": "제육볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5f546dc3316f94f6a193-history",
+ "label": "동래파전",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17744",
+ "name": "면만드는사람들 팔공산점",
+ "businessName": "면만드는사람들 팔공산점",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 팔공로197길 39 (백안동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.955968687471895,
+ "longitude": 128.69084189551475,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "온메밀국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 온메밀국수 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-982-3511 / 영업시간: 영업시간 : [동절기 11월~3월] 화~금 11:00 ~ 15:00 / 토~일 11:00 ~ 19:00 [하절기 4월~10월] 화~일 11:00 ~ 19:00 정기휴무 : 매주 월요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c110f5fedf1f55d1a5f8",
+ "label": "온메밀국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e9fa3ac5d9f51ef1ef75",
+ "label": "냉메밀국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c110f5fedf1f55d1a5f8-history",
+ "label": "온메밀국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e9fa3ac5d9f51ef1ef75-history",
+ "label": "냉메밀국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1872",
+ "name": "면사랑칼국수",
+ "businessName": "면사랑칼국수",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 효동로 126 2층(효목동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.8872864225781,
+ "longitude": 128.64111680973,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-954-2001 / 영업시간: 11:50에영업시작 11시50분에영업시작 금 11:50-20:00 토 11:50-20:00 일 11:50-20:00 월 정기휴무(매주월요일) 화 11:50-20:00 수 11:50-20:00 목 11:50-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0147aa4c48f84b61c109",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8bf66bf45543632e913a",
+ "label": "얼큰이칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "33291b8a12eb93ad1002",
+ "label": "들깨칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e7974d2aa547dec7ca19",
+ "label": "메밀냉물막국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "02288f25bc953d0202e0",
+ "label": "메밀들깨칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3d1e59c843362ffbaeaa",
+ "label": "메밀비빔막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c4e916642bde3d400815",
+ "label": "메밀칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "aef407ce7d65d9f0a326",
+ "label": "면사랑 만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a7a5939a9bbe08043ada",
+ "label": "주꾸미 볶음(2인이상)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ac5dba273e0ae4c9d2c7",
+ "label": "한우육계장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "24da3403c51e42e22e39",
+ "label": "한우육계장 국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "088753d495b4bf018167",
+ "label": "해물파전",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0147aa4c48f84b61c109-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8bf66bf45543632e913a-history",
+ "label": "얼큰이칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "33291b8a12eb93ad1002-history",
+ "label": "들깨칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e7974d2aa547dec7ca19-history",
+ "label": "메밀냉물막국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "02288f25bc953d0202e0-history",
+ "label": "메밀들깨칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3d1e59c843362ffbaeaa-history",
+ "label": "메밀비빔막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c4e916642bde3d400815-history",
+ "label": "메밀칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "aef407ce7d65d9f0a326-history",
+ "label": "면사랑 만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a7a5939a9bbe08043ada-history",
+ "label": "주꾸미 볶음(2인이상)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ac5dba273e0ae4c9d2c7-history",
+ "label": "한우육계장",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "24da3403c51e42e22e39-history",
+ "label": "한우육계장 국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "088753d495b4bf018167-history",
+ "label": "해물파전",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18130",
+ "name": "미도반점",
+ "businessName": "미도반점",
+ "categorySlug": "chinese",
+ "address": "대구광역시 동구 송라로12길 29 (신천동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.874262579029114,
+ "longitude": 128.62137941519185,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-755-7524 / 영업시간: 영업시간 : 11:00 ~ 19:00 정기휴무 : 매주 토요일, 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0496dc573cf96dc3519f",
+ "label": "짜장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b2e890206a3ec1e673d5",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0496dc573cf96dc3519f-history",
+ "label": "짜장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b2e890206a3ec1e673d5-history",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1864",
+ "name": "미미미용실",
+ "businessName": "미미미용실",
+ "categorySlug": "beauty",
+ "address": "대구광역시 동구 동촌로346 백자맨션상가9동 103호(용계동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.8767267035582,
+ "longitude": 128.677260687309,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "컷(어린이)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷(어린이) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-5689-8867 / 영업시간: 월 수 목 금 토 일 09:00-19:00 화 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9eb0c03a277cedda1121",
+ "label": "컷(어린이)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "08937e25be7105b39306",
+ "label": "드라이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0dbb41d5ad8d53ab699c",
+ "label": "헤어컷(어린이)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9eb0c03a277cedda1121-history",
+ "label": "컷(어린이)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "08937e25be7105b39306-history",
+ "label": "드라이",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0dbb41d5ad8d53ab699c-history",
+ "label": "헤어컷(어린이)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2102",
+ "name": "아구군갈비양",
+ "businessName": "아구군갈비양",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 샛골로 117-1 (송림동)",
+ "district": "인천광역시 동구",
+ "latitude": 37.472961619829,
+ "longitude": 126.643853360434,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-5002 / 영업시간: 월~토 08:00-20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a19007a18b02d5a6ef04",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8aac014a9a9033c3091f",
+ "label": "해물부대찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a19007a18b02d5a6ef04-history",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8aac014a9a9033c3091f-history",
+ "label": "해물부대찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13021",
+ "name": "어도(魚島)",
+ "businessName": "어도(魚島)",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 금곡로 56-1 (금곡동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.47325445087663,
+ "longitude": 126.6418035282525,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순두부",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-761-8887 / 영업시간: 월~토 10:30-20:00 (일) 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "71feee44255b8150c2dd",
+ "label": "순두부",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "25db6cbd23997eb808d1",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "71feee44255b8150c2dd-history",
+ "label": "순두부",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "25db6cbd23997eb808d1-history",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13026",
+ "name": "에불바리 떡볶이",
+ "businessName": "에불바리 떡볶이",
+ "categorySlug": "other-food",
+ "address": "인천광역시 동구 중앙로 15 (금곡동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.4734332394039,
+ "longitude": 126.63504718718686,
+ "representativePriceAmount": 1500,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "7080의 분위기가 물씬 풍기는 이색카페",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-8818-1919 / 영업시간: 월~토 11:30-19:30 (일) 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "47e00cde06ff2d584cdb",
+ "label": "아메리카노",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "47e00cde06ff2d584cdb-history",
+ "label": "아메리카노",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14300",
+ "name": "와글와글 맛있는 국수집",
+ "businessName": "와글와글 맛있는 국수집",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 솔빛로 87-1 (송림동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.47626291093436,
+ "longitude": 126.64329789059067,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-764-3959 / 영업시간: 월 ~ 일 10:00 ~ 17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6eb2131daecc27dea9a9",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0f007c55eafc7e842f74",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6eb2131daecc27dea9a9-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0f007c55eafc7e842f74-history",
+ "label": "수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2289",
+ "name": "럭키세탁소",
+ "businessName": "럭키세탁소",
+ "categorySlug": "laundry",
+ "address": "광주광역시 서구 염화로40번길 20 (화정동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.1366373980231,
+ "longitude": 126.87488624762,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "양복1벌드라이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복1벌드라이 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-372-6901 / 영업시간: 월~토 09:00~21:00 ※ 정기휴무 : 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7976ea4ee75e5fe78d6a",
+ "label": "양복1벌드라이",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7976ea4ee75e5fe78d6a-history",
+ "label": "양복1벌드라이",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2315",
+ "name": "모리화",
+ "businessName": "모리화",
+ "categorySlug": "chinese",
+ "address": "광주광역시 서구 풍금로 31-1 (풍암동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.122275201315,
+ "longitude": 126.863800531773,
+ "representativePriceAmount": 5500,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-652-8552 / 영업시간: 월~금 10:00~21:00 토, 일 11:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f8c174a97121c15e2dcf",
+ "label": "짜장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "578bd1991d0f25b23adb",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f8c174a97121c15e2dcf-history",
+ "label": "짜장면",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "578bd1991d0f25b23adb-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2316",
+ "name": "무등회관",
+ "businessName": "무등회관",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 죽봉대로111번길 12 (광천동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.1635482674685,
+ "longitude": 126.882202724351,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "돌솥비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-364-2746 / 영업시간: 월~토 10시~22시 ※정기휴무 : 1, 3번쨰 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dabe1dcab7f1803b0ad6",
+ "label": "돌솥비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8a8540dd329737be9c93",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dabe1dcab7f1803b0ad6-history",
+ "label": "돌솥비빔밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8a8540dd329737be9c93-history",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2573",
+ "name": "평양숨두부",
+ "businessName": "평양숨두부",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로 387 (가오동) (대성동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.30147395225034,
+ "longitude": 127.45595934984647,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "숨두부백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "농림축산식품부가 인정한 안심식당",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-284-4141 / 영업시간: 11:00 ~ 22:00 / 매주 월요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "eb1485d6506a509e3d9a",
+ "label": "숨두부백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3b634689295e788f7738",
+ "label": "닭곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bd909542243a44447b89",
+ "label": "숨두부 백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "eb1485d6506a509e3d9a-history",
+ "label": "숨두부백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3b634689295e788f7738-history",
+ "label": "닭곰탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bd909542243a44447b89-history",
+ "label": "숨두부 백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14917",
+ "name": "하늘이용원",
+ "businessName": "하늘이용원",
+ "categorySlug": "barber",
+ "address": "대전광역시 동구 비래서로42번길 89 (가양동) 가양동",
+ "district": "대전광역시 동구",
+ "latitude": 36.3502938694925,
+ "longitude": 127.44709305501448,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "컷트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 컷트 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 09:00 ~ 18:00 / 휴무일(수요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f1dfe472da2642336369",
+ "label": "컷트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f1dfe472da2642336369-history",
+ "label": "컷트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2578",
+ "name": "한성짜장",
+ "businessName": "한성짜장",
+ "categorySlug": "chinese",
+ "address": "대전광역시 동구 흥룡로74 (가양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3505650431666,
+ "longitude": 127.45145602789,
+ "representativePriceAmount": 8500,
+ "representativePriceLabel": "갈비탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 갈비탕 8,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-635-2160 / 영업시간: 10:00 ~ 20:20",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "93df1adba0aff662eb02",
+ "label": "갈비탕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bc7b8390114bc2523a8b",
+ "label": "짜장면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6eab722577684bfb25ba",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "93df1adba0aff662eb02-history",
+ "label": "갈비탕",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bc7b8390114bc2523a8b-history",
+ "label": "짜장면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6eab722577684bfb25ba-history",
+ "label": "짬뽕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16814",
+ "name": "삼산국수전문점",
+ "businessName": "삼산국수전문점",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 돋질로251번길 14-1 (삼산동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.544723940575366,
+ "longitude": 129.3321969935939,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-258-3998",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7f275edfea622ebea7e0",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3c0e2147e6d2dced706f",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7f275edfea622ebea7e0-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3c0e2147e6d2dced706f-history",
+ "label": "수제비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11682",
+ "name": "삼시세끼만포장",
+ "businessName": "삼시세끼만포장",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 대학로 145번길 25",
+ "district": "울산광역시 남구",
+ "latitude": 35.5491127108744,
+ "longitude": 129.25926425639,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-223-7847",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2347fb82a226748cdb46",
+ "label": "정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1226d37f01776511ebe8",
+ "label": "된장김치순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2347fb82a226748cdb46-history",
+ "label": "정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1226d37f01776511ebe8-history",
+ "label": "된장김치순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15101",
+ "name": "삼호밀면",
+ "businessName": "삼호밀면",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 삼호로37번길 13 (무거동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.551037197714315,
+ "longitude": 129.26826664991606,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "밀면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 밀면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-277-6933",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "aa9727813d97d47b93b9",
+ "label": "밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b4f3e08d44f009c05994",
+ "label": "비빔밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "aa9727813d97d47b93b9-history",
+ "label": "밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b4f3e08d44f009c05994-history",
+ "label": "비빔밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18124",
+ "name": "블럭앤키즈 화서점",
+ "businessName": "블럭앤키즈 화서점",
+ "categorySlug": "other-service",
+ "address": "경기도 수원시 팔달구 일월로22번길 22-5 (화서동) 301호",
+ "district": "경기도 수원시",
+ "latitude": 37.28583154659394,
+ "longitude": 126.98139721057959,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "블럭방(1시간)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 블럭방(1시간) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-292-9265 / 영업시간: 평일 14:00~19:00 주말 12:00~19:00 휴무 : 월요일, 화요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d3947f5e96a5597b4f9c",
+ "label": "블럭방(1시간)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b3c5f1dcc19115a5142e",
+ "label": "비즈1개",
+ "amount": 0,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d3947f5e96a5597b4f9c-history",
+ "label": "블럭방(1시간)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b3c5f1dcc19115a5142e-history",
+ "label": "비즈1개",
+ "amount": 0,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14527",
+ "name": "빵마루",
+ "businessName": "빵마루",
+ "categorySlug": "bakery",
+ "address": "경기도 수원시 팔달구 세지로174번길 33 (인계동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.26651280121945,
+ "longitude": 127.02379082579587,
+ "representativePriceAmount": 1700,
+ "representativePriceLabel": "팥빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 1,700원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-225-4507 / 영업시간: 06:00~22:00(첫째주, 셋째주 화요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5b78958e565155c9f977",
+ "label": "팥빵",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ae3cfd4ab6679bd921d3",
+ "label": "찹쌀도너츠",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "016e3bd82ad949f53734",
+ "label": "소금빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8d612eb21ef787e33099",
+ "label": "핫도그",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5b78958e565155c9f977-history",
+ "label": "팥빵",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ae3cfd4ab6679bd921d3-history",
+ "label": "찹쌀도너츠",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "016e3bd82ad949f53734-history",
+ "label": "소금빵",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8d612eb21ef787e33099-history",
+ "label": "핫도그",
+ "amount": 1700,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15307",
+ "name": "사랑이네 베트남쌀국수",
+ "businessName": "사랑이네 베트남쌀국수",
+ "categorySlug": "other-food",
+ "address": "경기도 수원시 장안구 조원로89번길 44-2 (조원동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.29972174575287,
+ "longitude": 127.0138643281873,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "쌀국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 쌀국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-3122-7457 / 영업시간: 11:00~재료소진시",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c924b083fd779157ca28",
+ "label": "쌀국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "466a2ce49438edc00edb",
+ "label": "돼지구이밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e532a7ae4a034c6d75a4",
+ "label": "새우볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c924b083fd779157ca28-history",
+ "label": "쌀국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "466a2ce49438edc00edb-history",
+ "label": "돼지구이밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e532a7ae4a034c6d75a4-history",
+ "label": "새우볶음밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4347",
+ "name": "왕언니네미장원",
+ "businessName": "왕언니네미장원",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 중앙로 77-2 (중앙로2가)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8786098574848,
+ "longitude": 127.72562344249,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "403680d5f1c75c477f35",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "403680d5f1c75c477f35-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13804",
+ "name": "왕짱구",
+ "businessName": "왕짱구",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 춘천로 195 (효자동) 1층",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.87691958683272,
+ "longitude": 127.7358144650472,
+ "representativePriceAmount": 3500,
+ "representativePriceLabel": "꼬마김밥(8줄)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 꼬마김밥(8줄) 3,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-254-4862 / 영업시간: 08:00 - 19:30 매주 월요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1231a4c3a0da55b7b4fe",
+ "label": "꼬마김밥(8줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "171ae5d915d32ac7d9cb",
+ "label": "만두(10개)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1231a4c3a0da55b7b4fe-history",
+ "label": "꼬마김밥(8줄)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "171ae5d915d32ac7d9cb-history",
+ "label": "만두(10개)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10311",
+ "name": "우두동밥집",
+ "businessName": "우두동밥집",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 벌말길 54-1 (석사동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.859382765949,
+ "longitude": 127.742351389083,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-5999",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8de7d04c25c3e7c35e7e",
+ "label": "한식뷔페",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8de7d04c25c3e7c35e7e-history",
+ "label": "한식뷔페",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4397",
+ "name": "우리순대국",
+ "businessName": "우리순대국",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 후석로45번길 15 (석사동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8593067249022,
+ "longitude": 127.740549073063,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "순대국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-252-9545",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "055b2ee2975977389ac0",
+ "label": "순대국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c851aea7b79554be1671",
+ "label": "육개장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5c47bf8540f5db9d37bb",
+ "label": "순대",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "055b2ee2975977389ac0-history",
+ "label": "순대국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c851aea7b79554be1671-history",
+ "label": "육개장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5c47bf8540f5db9d37bb-history",
+ "label": "순대",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4710",
+ "name": "미소국밥",
+ "businessName": "미소국밥",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 상당구 상당로 135 (북문로2가)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6403948654709,
+ "longitude": 127.48970770266,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "바지락순두부",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바지락순두부 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-223-8848 / 영업시간: 매일 09:00~20:00 ※ 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1d4a7a61fdf25c355c1b",
+ "label": "바지락순두부",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9b6c6451c6b04377b769",
+ "label": "황태콩나물밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1d4a7a61fdf25c355c1b-history",
+ "label": "바지락순두부",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9b6c6451c6b04377b769-history",
+ "label": "황태콩나물밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15848",
+ "name": "미소수제돈까스",
+ "businessName": "미소수제돈까스",
+ "categorySlug": "western",
+ "address": "충청북도 청주시 흥덕구 강내면 태성탑연로 441",
+ "district": "충청북도 청주시",
+ "latitude": 36.62173390753512,
+ "longitude": 127.35834796838594,
+ "representativePriceAmount": 9500,
+ "representativePriceLabel": "등심돈까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 등심돈까스 9,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-234-5789",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9aad7efe6c9924a834f6",
+ "label": "등심돈까스",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "59e6d9c0b5951b30cd47",
+ "label": "생선까스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "beffcafc9a66ec9ce87e",
+ "label": "토마토파스타",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9aad7efe6c9924a834f6-history",
+ "label": "등심돈까스",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "59e6d9c0b5951b30cd47-history",
+ "label": "생선까스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "beffcafc9a66ec9ce87e-history",
+ "label": "토마토파스타",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4917",
+ "name": "소망미용실",
+ "businessName": "소망미용실",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 동남구 구성5길 31 (구성동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.7972975969191,
+ "longitude": 127.162734320004,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-556-8816 / 영업시간: 09:00~19:00 정기휴무(매주 일요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "38a51653e7da5729f89a",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "38a51653e7da5729f89a-history",
+ "label": "커트",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13652",
+ "name": "송원떡집",
+ "businessName": "송원떡집",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 서북구 봉서5길 10 (쌍용동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.80825811514656,
+ "longitude": 127.13224341449542,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "인절미 1팩",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 인절미 1팩 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-578-6753 / 영업시간: 05:00~18:00 정기휴무 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1115fbef6bdbbb63f8ff",
+ "label": "인절미 1팩",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6c221654a6be6ced8673",
+ "label": "시루떡 1팩",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "62b71a8ddf57ca2c31bd",
+ "label": "모시송편 1팩",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1115fbef6bdbbb63f8ff-history",
+ "label": "인절미 1팩",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6c221654a6be6ced8673-history",
+ "label": "시루떡 1팩",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "62b71a8ddf57ca2c31bd-history",
+ "label": "모시송편 1팩",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4918",
+ "name": "스타미용실",
+ "businessName": "스타미용실",
+ "categorySlug": "beauty",
+ "address": "충청남도 천안시 동남구 대흥로 271 (대흥동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8123236063302,
+ "longitude": 127.148852869095,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트(어르신)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(어르신) 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-562-0155 / 영업시간: 09:00~19:00 정기휴무(1, 3째주 화요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fd960d19c9898dfcff55",
+ "label": "커트(어르신)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fd960d19c9898dfcff55-history",
+ "label": "커트(어르신)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5176",
+ "name": "두꺼비탕",
+ "businessName": "두꺼비탕",
+ "categorySlug": "bath",
+ "address": "전북특별자치도 군산시 동팔마길 31 장재동",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.9769871090007,
+ "longitude": 126.721038103437,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "성인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 성인 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-442-8985 / 영업시간: 월~일(매주 화요일 휴무) 03:00~17:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a9f00341e83cd5b9a4cc",
+ "label": "성인",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e7abbac13b67dfe0ab48",
+ "label": "소인(7세미만)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "feae502e6733851e93fa",
+ "label": "소인(7세 미만)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a9f00341e83cd5b9a4cc-history",
+ "label": "성인",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e7abbac13b67dfe0ab48-history",
+ "label": "소인(7세미만)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "feae502e6733851e93fa-history",
+ "label": "소인(7세 미만)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14778",
+ "name": "두리식당",
+ "businessName": "두리식당",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 미원안길 8 (미원동) 미원동",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.98047012095301,
+ "longitude": 126.71553829446381,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-445-3417 / 영업시간: 오전영업 : 11시~14시 브레이크 타임 : 14~17시 오후영업 : 17시~19시 (매달 1, 3째주 일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8443e79b9c9c85b4d471",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "76c7dba27ac38c49bc47",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7ebe9c1221beffb26300",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8443e79b9c9c85b4d471-history",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "76c7dba27ac38c49bc47-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7ebe9c1221beffb26300-history",
+ "label": "순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15533",
+ "name": "디어왁싱",
+ "businessName": "디어왁싱",
+ "categorySlug": "beauty",
+ "address": "전북특별자치도 군산시 궁포1로 24-3 (조촌동) 1층, 109호",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.9768524162065,
+ "longitude": 126.74059066427611,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "왁싱(인중)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 왁싱(인중) 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1437-1061 / 영업시간: 월~금(10:00~20:00) 토(10:00~18:00) 매주 일요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b1e549cd8df066aa982b",
+ "label": "왁싱(인중)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b1e549cd8df066aa982b-history",
+ "label": "왁싱(인중)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5756",
+ "name": "대수식당",
+ "businessName": "대수식당",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 성산6길 32 (화장동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7724434221449,
+ "longitude": 127.641942601437,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-681-2292 / 영업시간: 평일오전6시~20시 브레이크타임:14시~16시 휴무:일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ec93c69f5c9f2d005333",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "617a5412cd47a60099d8",
+ "label": "소머리국밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ec93c69f5c9f2d005333-history",
+ "label": "백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "617a5412cd47a60099d8-history",
+ "label": "소머리국밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11801",
+ "name": "덕충식당",
+ "businessName": "덕충식당",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 공화남3길 9 (공화동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7468001047787,
+ "longitude": 127.744235818224,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-664-7838",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4f59c2414668ff3dde95",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a5f3df02a776851fcdf3",
+ "label": "서대회",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4f59c2414668ff3dde95-history",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a5f3df02a776851fcdf3-history",
+ "label": "서대회",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5759",
+ "name": "도담식당",
+ "businessName": "도담식당",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 충무로 54-9 (충무동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7414865862163,
+ "longitude": 127.731736351422,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00~22:00 21:00에라스트오더",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "53322198873c75f77e92",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "be54e17c87d1cc2f73e4",
+ "label": "동태탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "281817f17ccf3e98de64",
+ "label": "점심백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ff3623ea14956fc58d4f",
+ "label": "제육볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "53322198873c75f77e92-history",
+ "label": "백반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "be54e17c87d1cc2f73e4-history",
+ "label": "동태탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "281817f17ccf3e98de64-history",
+ "label": "점심백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ff3623ea14956fc58d4f-history",
+ "label": "제육볶음",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14725",
+ "name": "또또분식",
+ "businessName": "또또분식",
+ "categorySlug": "korean",
+ "address": "경상북도 포항시 남구 장기면 양포항길 21-1 -",
+ "district": "경상북도 포항시",
+ "latitude": 35.87917402242877,
+ "longitude": 129.51773492819117,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-276-1052",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c6f0d7a0b2add3fa7abf",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "92f09397bf9b8446eb7d",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "589442e9967af495d6bc",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c6f0d7a0b2add3fa7abf-history",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "92f09397bf9b8446eb7d-history",
+ "label": "잔치국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "589442e9967af495d6bc-history",
+ "label": "김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6795",
+ "name": "빅보이분식",
+ "businessName": "빅보이분식",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 봉암북4길 58 (봉암동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2232485628643,
+ "longitude": 128.597549978846,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-297-9292",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4be5c53d7aecd977ba05",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b86034d0fef28b4c28e3",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1dc2d107f1f7973e1e59",
+ "label": "순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4be5c53d7aecd977ba05-history",
+ "label": "김치찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b86034d0fef28b4c28e3-history",
+ "label": "된장찌개",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1dc2d107f1f7973e1e59-history",
+ "label": "순두부",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14351",
+ "name": "사철밀면",
+ "businessName": "사철밀면",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 의창구 사림로130번길 5-5 (사림동) 주택 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.24312887541039,
+ "longitude": 128.68505183829419,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "물밀면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-287-8307 / 영업시간: 10시 30분에 영업 시작 화 10:30 - 15:40 15:30 라스트오더 수 10:30 - 15:40 15:30 라스트오더 목 10:30 - 15:40 15:30 라스트오더 금 10:30 - 15:40 15:30 라스트오더 토 10:30 - 15:40 15:30 라스트오더 일(9/1) 정기휴무 (매달 1, 3, 5번째 일요일) 월 10:30 - 15:40 15:30 라스트오더 매달 1, 3, 5번째 일요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "799345f0e89132b1e2eb",
+ "label": "물밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "678f63d71130afb68517",
+ "label": "비빔밀면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cb36e32253cfff14cc7e",
+ "label": "물밀면(곱)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "450282e1c5b587a1d555",
+ "label": "비빔밀면(곱)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "799345f0e89132b1e2eb-history",
+ "label": "물밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "678f63d71130afb68517-history",
+ "label": "비빔밀면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cb36e32253cfff14cc7e-history",
+ "label": "물밀면(곱)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "450282e1c5b587a1d555-history",
+ "label": "비빔밀면(곱)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13735",
+ "name": "산장국수",
+ "businessName": "산장국수",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산합포구 고운로 22 (평화동, 평화아파트) 12호",
+ "district": "경상남도 창원시",
+ "latitude": 35.186161057327695,
+ "longitude": 128.55869543926426,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "잔치국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "육수맛이 좋은 착한가격의 잔치국수 푸짐한 국수 한 그릇 4,000원 입니다^^ 많이 드시러 오세요^^",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-5550-2460 / 영업시간: 수 11:00 - 20:00 15:30 - 17:00 브레이크타임 19:30 라스트오더 목 11:00 - 20:00 15:30 - 17:00 브레이크타임 19:30 라스트오더 금 11:00 - 20:00 15:30 - 17:00 브레이크타임 19:30 라스트오더 토 11:00 - 17:00 16:30 라스트오더 일 정기휴무 (매주 일요일) 월 11:00 - 20:00 15:30 - 17:00 브레이크타임 19:30 라스트오더 화 11:00 - 20:00 15:30 - 17:00 브레이크타임 19:30 라스트오더",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d1287099d3389b487e15",
+ "label": "잔치국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d9e9b8a114fbd0080425",
+ "label": "숙주잔치국수",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b2712f910343cb622121",
+ "label": "어린이국수",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d1287099d3389b487e15-history",
+ "label": "잔치국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d9e9b8a114fbd0080425-history",
+ "label": "숙주잔치국수",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b2712f910343cb622121-history",
+ "label": "어린이국수",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6816",
+ "name": "삼구반점",
+ "businessName": "삼구반점",
+ "categorySlug": "chinese",
+ "address": "경상남도 창원시 의창구 대산면 유등로 170-15",
+ "district": "경상남도 창원시",
+ "latitude": 35.3363515087417,
+ "longitude": 128.726725367192,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "짬뽕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짬뽕 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-291-4373",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e3cfbcc2c5afde152299",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6c8451095e3bfbc5b1fc",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e3cfbcc2c5afde152299-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6c8451095e3bfbc5b1fc-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7136",
+ "name": "마모루",
+ "businessName": "마모루",
+ "categorySlug": "japanese",
+ "address": "제주특별자치도 제주시 광양13길 10-1 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4988561334146,
+ "longitude": 126.531499520634,
+ "representativePriceAmount": 8500,
+ "representativePriceLabel": "돈코츠라멘",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 돈코츠라멘 8,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1404-4303 / 영업시간: 21:30에라스트오더 21시30분에라스트오더 목 11:00-22:30 21:30라스트오더 금 11:00-22:30 21:30라스트오더 토 11:00-22:30 21:30라스트오더 일 11:00-22:30 21:30라스트오더 월 11:00-22:30 21:30라스트오더 화 11:00-22:30 21:30라스트오더 수 정기휴무(매주수요일) -9월27일(수)정상영업하고29일(금)쉬어갑니다!",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "43102d5c736b51cd77c4",
+ "label": "돈코츠라멘",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "016e85f6ac942fff2f1d",
+ "label": "부타동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "66c0d68720e1172e537d",
+ "label": "규동",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "41810a6695ccc10fc7d4",
+ "label": "가츠동",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "011851227857722fd587",
+ "label": "카라이라멘",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9058de9297b41874e908",
+ "label": "고로케 카레라이스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "528fbf09d4431d2e2a76",
+ "label": "나가사키 짬뽕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fa8f5518e3474a336122",
+ "label": "돈가츠 카레라이스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7e431369aa72a6872d9a",
+ "label": "돈코츠 라멘",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "24ead952ae3afbb244ee",
+ "label": "라무네",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ab93a75619df92a2cd44",
+ "label": "매운부타동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d6ca5a0b11ed4d32e0fe",
+ "label": "모둠 고로케",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fcdcee01952e361ae0df",
+ "label": "미소 라멘",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "939083902ed7a3c99f21",
+ "label": "사케동(한정판매)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f64c035216f365f0a972",
+ "label": "스프라이트",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "493dae11e126caaeddc7",
+ "label": "스프라이트(제로)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f1c05e69075ce018515e",
+ "label": "야끼교자(5개)",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cbd91df2dd1692afbc16",
+ "label": "에비 카레라이스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "348153fb4d629128fdea",
+ "label": "에비후라이",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c86848a3e6d4966a34ed",
+ "label": "카라이 라멘",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d46cacea2954d17ece98",
+ "label": "코카콜라",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "45266b725a9f056481a4",
+ "label": "코카콜라(제로)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3da548df0e18a8c343ed",
+ "label": "히야시 라멘",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "43102d5c736b51cd77c4-history",
+ "label": "돈코츠라멘",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "016e85f6ac942fff2f1d-history",
+ "label": "부타동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "66c0d68720e1172e537d-history",
+ "label": "규동",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "41810a6695ccc10fc7d4-history",
+ "label": "가츠동",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "011851227857722fd587-history",
+ "label": "카라이라멘",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9058de9297b41874e908-history",
+ "label": "고로케 카레라이스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "528fbf09d4431d2e2a76-history",
+ "label": "나가사키 짬뽕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fa8f5518e3474a336122-history",
+ "label": "돈가츠 카레라이스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7e431369aa72a6872d9a-history",
+ "label": "돈코츠 라멘",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "24ead952ae3afbb244ee-history",
+ "label": "라무네",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ab93a75619df92a2cd44-history",
+ "label": "매운부타동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d6ca5a0b11ed4d32e0fe-history",
+ "label": "모둠 고로케",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fcdcee01952e361ae0df-history",
+ "label": "미소 라멘",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "939083902ed7a3c99f21-history",
+ "label": "사케동(한정판매)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f64c035216f365f0a972-history",
+ "label": "스프라이트",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "493dae11e126caaeddc7-history",
+ "label": "스프라이트(제로)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f1c05e69075ce018515e-history",
+ "label": "야끼교자(5개)",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cbd91df2dd1692afbc16-history",
+ "label": "에비 카레라이스",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "348153fb4d629128fdea-history",
+ "label": "에비후라이",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c86848a3e6d4966a34ed-history",
+ "label": "카라이 라멘",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d46cacea2954d17ece98-history",
+ "label": "코카콜라",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "45266b725a9f056481a4-history",
+ "label": "코카콜라(제로)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3da548df0e18a8c343ed-history",
+ "label": "히야시 라멘",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18751",
+ "name": "마시쭈",
+ "businessName": "마시쭈",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 서사로 97 (삼도일동, 레미안빌) 마시쭈",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.503675132111844,
+ "longitude": 126.52012010252068,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "쭈꾸미 덮밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 쭈꾸미 덮밥 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-702-3544",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "09bf7fe17635fa4ae135",
+ "label": "쭈꾸미 덮밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "09bf7fe17635fa4ae135-history",
+ "label": "쭈꾸미 덮밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10623",
+ "name": "만강촌옛날칼국수",
+ "businessName": "만강촌옛날칼국수",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 월랑로 42 (노형동)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4893502595565,
+ "longitude": 126.476040481369,
+ "representativePriceAmount": 7900,
+ "representativePriceLabel": "닭칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭칼국수 7,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-744-4780",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "33d0aa1afc14312e974e",
+ "label": "닭칼국수",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2cca3567533d37aa1982",
+ "label": "닭곰탕",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f4c65a6adb58c352f16c",
+ "label": "왕만두 한접시",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "33d0aa1afc14312e974e-history",
+ "label": "닭칼국수",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2cca3567533d37aa1982-history",
+ "label": "닭곰탕",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f4c65a6adb58c352f16c-history",
+ "label": "왕만두 한접시",
+ "amount": 7900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18573",
+ "name": "동경우동(2호점)",
+ "businessName": "동경우동(2호점)",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 퇴계로27길 16 (필동1가) 1층 105호",
+ "district": "서울특별시 중구",
+ "latitude": 37.56195219030635,
+ "longitude": 126.99184490399296,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "우동",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2277-3223",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c186654dd7ec7e66b6ab",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d0bb5b1b65ec635e4d6d",
+ "label": "유부초밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ea288e576441869038c0",
+ "label": "오뎅우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e8993c38fbd585c34114",
+ "label": "케라레아스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c186654dd7ec7e66b6ab-history",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d0bb5b1b65ec635e4d6d-history",
+ "label": "유부초밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ea288e576441869038c0-history",
+ "label": "오뎅우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e8993c38fbd585c34114-history",
+ "label": "케라레아스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18572",
+ "name": "동경우동집",
+ "businessName": "동경우동집",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 충무로 48 (초동) 1층 1호",
+ "district": "서울특별시 중구",
+ "latitude": 37.56537537416687,
+ "longitude": 126.99296134367208,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "우동",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2274-3440",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "466df7c17ff07370aa09",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0d08f6b399c3af24c9c5",
+ "label": "유부초밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f9a9760ebabafea10058",
+ "label": "카레라이스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b19583a603fc3c8d397e",
+ "label": "우동 카레 세트",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "466df7c17ff07370aa09-history",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0d08f6b399c3af24c9c5-history",
+ "label": "유부초밥",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f9a9760ebabafea10058-history",
+ "label": "카레라이스",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b19583a603fc3c8d397e-history",
+ "label": "우동 카레 세트",
+ "amount": 7500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10673",
+ "name": "명동얼큰수제비",
+ "businessName": "명동얼큰수제비",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 남대문로 64 1층",
+ "district": "서울특별시 중구",
+ "latitude": 37.5627658956023,
+ "longitude": 126.982216802182,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-752-7649",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3b2cac8645b9c6d08758",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "490a72828d303753d2a1",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "91e13ae3cdd10f4e88fb",
+ "label": "소고기김밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3b2cac8645b9c6d08758-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "490a72828d303753d2a1-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "91e13ae3cdd10f4e88fb-history",
+ "label": "소고기김밥",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1405",
+ "name": "부산밀면",
+ "businessName": "부산밀면",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 대영로 18번길 13 (서대신동2가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1094771001795,
+ "longitude": 129.013487853455,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "물밀면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4017-4082",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "23f4f38e457756d72790",
+ "label": "물밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "23f4f38e457756d72790-history",
+ "label": "물밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18715",
+ "name": "부산식당",
+ "businessName": "부산식당",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 대청로6번길 43 (토성동3가) 부산식당",
+ "district": "부산광역시 서구",
+ "latitude": 35.101316967405765,
+ "longitude": 129.02048922780577,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "명태탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 명태탕 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-241-5080",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cbfe4b929b5c1c3b074f",
+ "label": "명태탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cbfe4b929b5c1c3b074f-history",
+ "label": "명태탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1861",
+ "name": "미소띤하루",
+ "businessName": "미소띤하루",
+ "categorySlug": "bakery",
+ "address": "대구광역시 동구 이노밸리로 168 103호(각산동, 안심빌딩)",
+ "district": "대구광역시 동구",
+ "latitude": 35.8784451966479,
+ "longitude": 128.715684288524,
+ "representativePriceAmount": 1500,
+ "representativePriceLabel": "소보로빵",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 소보로빵 1,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-965-9794 / 영업시간: 목 08:30-22:30 금 08:30-22:30 토 08:30-22:30 일 08:30-22:30 월 08:30-22:30 화 08:30-22:30 수 08:30-22:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "db0d2da865d0f07e6ef8",
+ "label": "소보로빵",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0d5bf73b8f53df823c80",
+ "label": "단팥빵",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c2669cf4f854aa54faf5",
+ "label": "BELT 샌드위치",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "860178af8d011cd0d8fa",
+ "label": "감자 핫도그",
+ "amount": 4800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bd159cb3467a1dbad0b4",
+ "label": "단호박 식빵",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3722375dd2253153fa58",
+ "label": "단호박 카스테라(한조각)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "cf84eda85c6aab314282",
+ "label": "레몬 롤 케익",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "92655b7a9dac04876728",
+ "label": "레몬 몽블랑",
+ "amount": 5200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a668ee905c904d6d55e0",
+ "label": "레몬 파운드",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e5bfa656910c48fd4ee4",
+ "label": "레오파드",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0dfe7143fe9c827eafd2",
+ "label": "롱 소시지 프레첼",
+ "amount": 4800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bd0e0da49ca220b982ee",
+ "label": "소금빵",
+ "amount": 2400,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d3378eb030240badf88f",
+ "label": "수제 초코파이(1개)",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e6bdbcbe6633aca56700",
+ "label": "쌀 바게트 샌드위치",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "20855af063a6c4904b1e",
+ "label": "아메리카노(hot)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9bf636a34aebe6944d6c",
+ "label": "아메리카노(ice)",
+ "amount": 1300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2aeea40ca4fb662d413d",
+ "label": "아이스티",
+ "amount": 1300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "40b189b5d6b5f3f528bf",
+ "label": "오트밀 쿠키(6개)",
+ "amount": 2800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e5401f9e1dbf5ae635c7",
+ "label": "옥수수 식빵",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e085ff24dc0fa6552323",
+ "label": "우유 식빵",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d41a35933ea4b7f7a2da",
+ "label": "유기농 참깨 쿠키",
+ "amount": 2800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "537b44e0c15662142e1f",
+ "label": "유기농 카스테라(6개)",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2a0c2cbb3b5d7e28d760",
+ "label": "쨈 맛있는 쨈 니가 사준 쨈(딸기)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b07993fa7a35b08b97e0",
+ "label": "쨈 맛있는 쨈 니가 사준 쨈(사과)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3d7f749c5640f2545c8d",
+ "label": "찹쌀떡(2개)",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4481d71704d5034826bf",
+ "label": "초코 바삭 쿠키",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1018994b7e3ecbb809c1",
+ "label": "치즈 범벅 호떡",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "db0d2da865d0f07e6ef8-history",
+ "label": "소보로빵",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0d5bf73b8f53df823c80-history",
+ "label": "단팥빵",
+ "amount": 1800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c2669cf4f854aa54faf5-history",
+ "label": "BELT 샌드위치",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "860178af8d011cd0d8fa-history",
+ "label": "감자 핫도그",
+ "amount": 4800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bd159cb3467a1dbad0b4-history",
+ "label": "단호박 식빵",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3722375dd2253153fa58-history",
+ "label": "단호박 카스테라(한조각)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "cf84eda85c6aab314282-history",
+ "label": "레몬 롤 케익",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "92655b7a9dac04876728-history",
+ "label": "레몬 몽블랑",
+ "amount": 5200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a668ee905c904d6d55e0-history",
+ "label": "레몬 파운드",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e5bfa656910c48fd4ee4-history",
+ "label": "레오파드",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0dfe7143fe9c827eafd2-history",
+ "label": "롱 소시지 프레첼",
+ "amount": 4800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bd0e0da49ca220b982ee-history",
+ "label": "소금빵",
+ "amount": 2400,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d3378eb030240badf88f-history",
+ "label": "수제 초코파이(1개)",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e6bdbcbe6633aca56700-history",
+ "label": "쌀 바게트 샌드위치",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "20855af063a6c4904b1e-history",
+ "label": "아메리카노(hot)",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9bf636a34aebe6944d6c-history",
+ "label": "아메리카노(ice)",
+ "amount": 1300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2aeea40ca4fb662d413d-history",
+ "label": "아이스티",
+ "amount": 1300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "40b189b5d6b5f3f528bf-history",
+ "label": "오트밀 쿠키(6개)",
+ "amount": 2800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e5401f9e1dbf5ae635c7-history",
+ "label": "옥수수 식빵",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e085ff24dc0fa6552323-history",
+ "label": "우유 식빵",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d41a35933ea4b7f7a2da-history",
+ "label": "유기농 참깨 쿠키",
+ "amount": 2800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "537b44e0c15662142e1f-history",
+ "label": "유기농 카스테라(6개)",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2a0c2cbb3b5d7e28d760-history",
+ "label": "쨈 맛있는 쨈 니가 사준 쨈(딸기)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b07993fa7a35b08b97e0-history",
+ "label": "쨈 맛있는 쨈 니가 사준 쨈(사과)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3d7f749c5640f2545c8d-history",
+ "label": "찹쌀떡(2개)",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4481d71704d5034826bf-history",
+ "label": "초코 바삭 쿠키",
+ "amount": 1200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1018994b7e3ecbb809c1-history",
+ "label": "치즈 범벅 호떡",
+ "amount": 3800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1873",
+ "name": "미진손칼국수",
+ "businessName": "미진손칼국수",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 아양로50길 119-1 (효목동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.8824649802755,
+ "longitude": 128.642824663592,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "손칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-941-4664 / 영업시간: 21:30에21시30분에 금 10:30-21:30 토 10:30-21:30 일 정기휴무(매주일요일) 월 10:30-21:30 화 10:30-21:30 수 10:30-21:30 목 10:30-21:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9f677ce0055a1f5e9ab6",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9f677ce0055a1f5e9ab6-history",
+ "label": "손칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14952",
+ "name": "불로회 수산",
+ "businessName": "불로회 수산",
+ "categorySlug": "japanese",
+ "address": "대구광역시 동구 팔공로30길 9 (불로동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.91179442743553,
+ "longitude": 128.64211388427978,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "회덮밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 회덮밥 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-983-8070 / 영업시간: **AM 11:00 부터 PM 15:00까지 회덮밥 6.000원 월~일 11:00~22:30 / 정기휴무(매주 화요일) 브레이크타임 15:30~16:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4b44a389e75d2cb887ad",
+ "label": "회덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4b44a389e75d2cb887ad-history",
+ "label": "회덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13032",
+ "name": "유풍반점",
+ "businessName": "유풍반점",
+ "categorySlug": "chinese",
+ "address": "인천광역시 동구 샛골로194번길 16 (송림동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.47926076663097,
+ "longitude": 126.64636358766377,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-772-5119 / 영업시간: 월~일 11:00-21:00 (일) 첫째, 셋째주 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bc9510ef834e58c75486",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bc9510ef834e58c75486-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17608",
+ "name": "잘된정",
+ "businessName": "잘된정",
+ "categorySlug": "chinese",
+ "address": "인천광역시 동구 샛골로171번길 5 (송림동) 1층(송림동)",
+ "district": "인천광역시 동구",
+ "latitude": 37.477691922823226,
+ "longitude": 126.64454299959506,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-761-0038 / 영업시간: 월 ~ 일 11:00 ~ 21:00 휴무 : 필요시",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4cfa1d77d67495758306",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "289c1f6451bebc0bcc61",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4cfa1d77d67495758306-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "289c1f6451bebc0bcc61-history",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2105",
+ "name": "청해물텀벙",
+ "businessName": "청해물텀벙",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 수문통로 5-1 (화평동) 1층",
+ "district": "인천광역시 동구",
+ "latitude": 37.477346435473336,
+ "longitude": 126.63159719785347,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "점심아구뚝배기",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "식사 후 주차권 도장 꼭~ 받아가세요.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-761-4140 / 영업시간: 월~일 11:00-21:30 (수) 첫째, 셋째 주 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "130a9e94d79d04054883",
+ "label": "점심아구뚝배기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "130a9e94d79d04054883-history",
+ "label": "점심아구뚝배기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17602",
+ "name": "친친",
+ "businessName": "친친",
+ "categorySlug": "chinese",
+ "address": "인천 동구 샛골로210번길 9 1층 107호(송림동)",
+ "district": "인천 동구",
+ "latitude": 37.4809530287519,
+ "longitude": 126.646384617566,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "중화제육덮밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 중화제육덮밥 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-5533 / 영업시간: 월 ~ 토 10:30 ~ 19:00 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "86dd3e2d8fe2883e30d8",
+ "label": "중화제육덮밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "86dd3e2d8fe2883e30d8-history",
+ "label": "중화제육덮밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13665",
+ "name": "별천지",
+ "businessName": "별천지",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 상무대로695번길 8 (마륵동) 1층",
+ "district": "광주광역시 서구",
+ "latitude": 35.143450019964995,
+ "longitude": 126.84034418110387,
+ "representativePriceAmount": 9500,
+ "representativePriceLabel": "생선구이백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선구이백반 9,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-375-2795",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dbde993b836ced59f8d3",
+ "label": "생선구이백반",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d9d3de786dbed30a25b0",
+ "label": "제육볶음",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dbde993b836ced59f8d3-history",
+ "label": "생선구이백반",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d9d3de786dbed30a25b0-history",
+ "label": "제육볶음",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2574",
+ "name": "한우농장30년",
+ "businessName": "한우농장30년",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 동부로 13 (판암동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3182694180623,
+ "longitude": 127.456048288873,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-274-9393 / 영업시간: 11:00 ~ 22:00 / 매주 화요일 정기휴무 / 브레이크타임 15:00 ~ 17:00/ 라스트오더 21:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "304459230b557d679d92",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "639ad51b1c418e35d6a4",
+ "label": "설렁탕(곰탕)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "304459230b557d679d92-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "639ad51b1c418e35d6a4-history",
+ "label": "설렁탕(곰탕)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2550",
+ "name": "행복칼국수",
+ "businessName": "행복칼국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로 815번길 15 (정동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3326785842423,
+ "longitude": 127.43143840488,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-222-9632 / 영업시간: 11:00 ~ 21:00 / 매주 토요일, 일요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "85826c93b518dcb13680",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7551a073af7bcc0e91b4",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5df7ddf22383b2f4fb35",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "85826c93b518dcb13680-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7551a073af7bcc0e91b4-history",
+ "label": "비빔국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5df7ddf22383b2f4fb35-history",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2538",
+ "name": "헤어코리아미용실",
+ "businessName": "헤어코리아미용실",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 한남로 7번길 87 (홍도동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3477117403251,
+ "longitude": 127.429378780645,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "미용료(커트)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1376-0694 / 영업시간: 09:00 ~ 19:00 매주 수요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e16480b97b402592f8a5",
+ "label": "미용료(커트)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3bbc188fcc70bfd1247e",
+ "label": "커트(성인 일반)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e16480b97b402592f8a5-history",
+ "label": "미용료(커트)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3bbc188fcc70bfd1247e-history",
+ "label": "커트(성인 일반)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13383",
+ "name": "헤어코리아착한나눔",
+ "businessName": "헤어코리아착한나눔",
+ "categorySlug": "beauty",
+ "address": "대전광역시 동구 대전로797번길 38 (중동) 중동 27-33",
+ "district": "대전광역시 동구",
+ "latitude": 36.33006491325828,
+ "longitude": 127.43082686518471,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "미용료(커트)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-274-2221 / 영업시간: 10:00~18:00 / 일요일 휴무 / 수요일은 봉사활동으로 인해 13:00부터 시작",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3f63e1697ea83a2d8c6a",
+ "label": "미용료(커트)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7ef211ae4292a7655c4c",
+ "label": "미용료(커트 65세 이상)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b107723ba1db52deee7a",
+ "label": "염색(성인 일반)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3f63e1697ea83a2d8c6a-history",
+ "label": "미용료(커트)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7ef211ae4292a7655c4c-history",
+ "label": "미용료(커트 65세 이상)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b107723ba1db52deee7a-history",
+ "label": "염색(성인 일반)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17496",
+ "name": "샤브리브",
+ "businessName": "샤브리브",
+ "categorySlug": "japanese",
+ "address": "울산광역시 남구 대공원입구로21번길 27 (옥동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.5341764411374,
+ "longitude": 129.29127740367105,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "얼큰육수샤브",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 얼큰육수샤브 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1377-2688 / 영업시간: 11:00~20:30 (14:30~15:30 브레이크타임, 19:50 라스트오더)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a1c314783c0c59c98953",
+ "label": "얼큰육수샤브",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ae77cdea71bd69641d5d",
+ "label": "맑은육수샤브",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a1c314783c0c59c98953-history",
+ "label": "얼큰육수샤브",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ae77cdea71bd69641d5d-history",
+ "label": "맑은육수샤브",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2905",
+ "name": "서울식당",
+ "businessName": "서울식당",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 중앙로258번길 7",
+ "district": "울산광역시 남구",
+ "latitude": 35.5440882982423,
+ "longitude": 129.311623070929,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "김치,된장,순두부찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치,된장,순두부찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-271-5103 / 영업시간: 10:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c2dfb438d6f573cb1bfe",
+ "label": "김치,된장,순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a4b8560a655f283647b1",
+ "label": "부대찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bcf790a3b2dcb33c7dda",
+ "label": "추어탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b7b332bbbd3388fffb1d",
+ "label": "김치,된장찌",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8965c7d9fc82cea9a119",
+ "label": "산채비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c2dfb438d6f573cb1bfe-history",
+ "label": "김치,된장,순두부찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a4b8560a655f283647b1-history",
+ "label": "부대찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bcf790a3b2dcb33c7dda-history",
+ "label": "추어탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b7b332bbbd3388fffb1d-history",
+ "label": "김치,된장찌",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8965c7d9fc82cea9a119-history",
+ "label": "산채비빔밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18787",
+ "name": "선경기사식당",
+ "businessName": "선경기사식당",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 삼산로402번길 31 (삼산동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.53656890072942,
+ "longitude": 129.35102283113696,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "순두부",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-267-8487 / 영업시간: 07:00~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "53cd2c17dbd3e0ce226b",
+ "label": "순두부",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "53cd2c17dbd3e0ce226b-history",
+ "label": "순두부",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14532",
+ "name": "샐러디치오도씨 수원성대점",
+ "businessName": "샐러디치오도씨 수원성대점",
+ "categorySlug": "western",
+ "address": "경기도 수원시 장안구 서부로2106번길 21 (율전동) 1층 4호",
+ "district": "경기도 수원시",
+ "latitude": 37.29725954060872,
+ "longitude": 126.97136033632337,
+ "representativePriceAmount": 6200,
+ "representativePriceLabel": "햄치즈샌드위치",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 햄치즈샌드위치 6,200원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-205-5636 / 영업시간: 10:00~20:00(토 10:00~15:00), 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "677bddde7f45624112c8",
+ "label": "햄치즈샌드위치",
+ "amount": 6200,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "677bddde7f45624112c8-history",
+ "label": "햄치즈샌드위치",
+ "amount": 6200,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17115",
+ "name": "서서김밥",
+ "businessName": "서서김밥",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 영통구 매영로 33 (매탄동) 1층",
+ "district": "경기도 수원시",
+ "latitude": 37.26960250984764,
+ "longitude": 127.04648154679711,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "야채김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 야채김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-214-6330 / 영업시간: 08:00~19:00 / 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3223e24f5271beaa9229",
+ "label": "야채김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bfcdcce62c6f53fe5258",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3223e24f5271beaa9229-history",
+ "label": "야채김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bfcdcce62c6f53fe5258-history",
+ "label": "라면",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16798",
+ "name": "서울한우 홈플러스 북수원점",
+ "businessName": "서울한우 홈플러스 북수원점",
+ "categorySlug": "korean",
+ "address": "경기도 수원시 장안구 경수대로 930 (조원동) 1층 X3YC호",
+ "district": "경기도 수원시",
+ "latitude": 37.30276736285418,
+ "longitude": 127.00880909013584,
+ "representativePriceAmount": 9900,
+ "representativePriceLabel": "얼큰한우국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 얼큰한우국밥 9,900원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-241-9680 / 영업시간: 11:00~21:00 둘째주, 넷째주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a8d42b1590012df1ff22",
+ "label": "얼큰한우국밥",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4423a2c0f116eab17353",
+ "label": "맑은한우국밥",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "39a0c28cf712adea8e34",
+ "label": "황태해장국",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "333a9d2a7b3d8dc65c26",
+ "label": "콩나물해장국",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a8d42b1590012df1ff22-history",
+ "label": "얼큰한우국밥",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4423a2c0f116eab17353-history",
+ "label": "맑은한우국밥",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "39a0c28cf712adea8e34-history",
+ "label": "황태해장국",
+ "amount": 9900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "333a9d2a7b3d8dc65c26-history",
+ "label": "콩나물해장국",
+ "amount": 6900,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3368",
+ "name": "서현대미용실",
+ "businessName": "서현대미용실",
+ "categorySlug": "beauty",
+ "address": "경기도 수원시 권선구 정조로576번길 3 (세류동)",
+ "district": "경기도 수원시",
+ "latitude": 37.2604055446764,
+ "longitude": 127.013461026266,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-232-6686 / 영업시간: 09:00~18:00 (화, 일요일 휴무)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c68637fd9eff38156556",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c68637fd9eff38156556-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13805",
+ "name": "원식이네손칼국수",
+ "businessName": "원식이네손칼국수",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 후석로 591 (소양로1가) 원식이네손칼국수",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.89357805500181,
+ "longitude": 127.7279325507315,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "해물칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물칼국수 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-257-5652",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ca98d1564b0a134dc5d8",
+ "label": "해물칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6ff21def3ddc21e56364",
+ "label": "콩나물밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ca98d1564b0a134dc5d8-history",
+ "label": "해물칼국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6ff21def3ddc21e56364-history",
+ "label": "콩나물밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16647",
+ "name": "이레미용실",
+ "businessName": "이레미용실",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 효석로67번길 18-1 (석사동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.86191645758754,
+ "longitude": 127.73930830005943,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e30690a1a3b340c63140",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e30690a1a3b340c63140-history",
+ "label": "커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15518",
+ "name": "민들레식당",
+ "businessName": "민들레식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 상당구 대성로 57 (서운동) (민들레식당)",
+ "district": "충청북도 청주시",
+ "latitude": 36.63047211931871,
+ "longitude": 127.49290793289809,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "된장찌개(백반)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개(백반) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-255-3028",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "38423196e8e9dddac625",
+ "label": "된장찌개(백반)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "38423196e8e9dddac625-history",
+ "label": "된장찌개(백반)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4733",
+ "name": "박현순헤어",
+ "businessName": "박현순헤어",
+ "categorySlug": "beauty",
+ "address": "충청북도 청주시 청원구 율봉로159번길 48-20 1층(율량동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6705031580318,
+ "longitude": 127.486655068416,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-211-7623 / 영업시간: 매일 09:00-21:00 매주 화요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "072781778af915729c5f",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "072781778af915729c5f-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14743",
+ "name": "백합미용실",
+ "businessName": "백합미용실",
+ "categorySlug": "beauty",
+ "address": "충청북도 청주시 상당구 당산로 10-1 (대성동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6330216282411,
+ "longitude": 127.4969961822045,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "커트(남성)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남성) 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-224-8890 / 영업시간: 매일09:00-19:00 ※매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e3f19f5bcb6ed9237676",
+ "label": "커트(남성)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e3f19f5bcb6ed9237676-history",
+ "label": "커트(남성)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15577",
+ "name": "스탠바이커피",
+ "businessName": "스탠바이커피",
+ "categorySlug": "other-food",
+ "address": "충청남도 천안시 서북구 불당21로 67-18 (불당동) 114호",
+ "district": "충청남도 천안시",
+ "latitude": 36.81404962232316,
+ "longitude": 127.10850447130197,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1384-6480 / 영업시간: 평일 08:00~22:00 주말 09:00~22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "dfd248376453e106db7c",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2957feec50ef46735b6c",
+ "label": "카페라떼",
+ "amount": 3300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "dfd248376453e106db7c-history",
+ "label": "아메리카노",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2957feec50ef46735b6c-history",
+ "label": "카페라떼",
+ "amount": 3300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18725",
+ "name": "시골손칼국수",
+ "businessName": "시골손칼국수",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 사직로 28-1 (사직동) 시골손칼국수",
+ "district": "충청남도 천안시",
+ "latitude": 36.802628752680896,
+ "longitude": 127.14939807826286,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-556-6181",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "817284cd7e2f457f647f",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "817284cd7e2f457f647f-history",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4954",
+ "name": "쌍용동사진관",
+ "businessName": "쌍용동사진관",
+ "categorySlug": "other-service",
+ "address": "충청남도 천안시 서북구 미라3길 27 (쌍용동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8021171826636,
+ "longitude": 127.130754046358,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "반명함",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 반명함 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-571-9182 / 영업시간: 09:00~20:00 설명절 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "54659a3def3dbed4bb9c",
+ "label": "반명함",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e6525b594c56f2a3c29e",
+ "label": "증명사진",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f2ee2b1e150a2d8c2189",
+ "label": "반명함(메일전송포함)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "54659a3def3dbed4bb9c-history",
+ "label": "반명함",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e6525b594c56f2a3c29e-history",
+ "label": "증명사진",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f2ee2b1e150a2d8c2189-history",
+ "label": "반명함(메일전송포함)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5177",
+ "name": "머리박사",
+ "businessName": "머리박사",
+ "categorySlug": "beauty",
+ "address": "전북특별자치도 군산시 문화로36 203호",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.9694641851937,
+ "longitude": 126.709955551767,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "남성커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-462-9680 / 영업시간: 월~토(매주 일요일 휴무) 09:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3d4c56471cff8aa53502",
+ "label": "남성커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3d4c56471cff8aa53502-history",
+ "label": "남성커트",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5191",
+ "name": "명산칼국수",
+ "businessName": "명산칼국수",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 오룡로 57-2 명산동",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.9825246812404,
+ "longitude": 126.709954003925,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "바지락칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바지락칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-468-1470 / 영업시간: 월~토(매주 일요일 휴무) 10:30~15:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "37598debeab1d4735673",
+ "label": "바지락칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "af2f50198cfba0009b7f",
+ "label": "팥칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "934639f7a475aa5dd3be",
+ "label": "검은콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "39f70c86af2b759664c2",
+ "label": "새알팥죽",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "93dad04f8bc986f19ae2",
+ "label": "왕만두(3개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "37598debeab1d4735673-history",
+ "label": "바지락칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "af2f50198cfba0009b7f-history",
+ "label": "팥칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "934639f7a475aa5dd3be-history",
+ "label": "검은콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "39f70c86af2b759664c2-history",
+ "label": "새알팥죽",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "93dad04f8bc986f19ae2-history",
+ "label": "왕만두(3개)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5707",
+ "name": "돈까스천국",
+ "businessName": "돈까스천국",
+ "categorySlug": "western",
+ "address": "전라남도 여수시 통제영3길 14 (교동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7413896058147,
+ "longitude": 127.734325663512,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "돈까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 돈까스 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-662-0239 / 영업시간: 11시 - 20시",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "de52dfd423decf62b66a",
+ "label": "돈까스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "10d5e78261f13944274e",
+ "label": "오므라이스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f3f3a0a7ed068bc732d7",
+ "label": "등심돈가스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "831272d9ff483cc1084e",
+ "label": "스파게티",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1e0e93be8f248f37a070",
+ "label": "치즈스파게티",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "de52dfd423decf62b66a-history",
+ "label": "돈까스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "10d5e78261f13944274e-history",
+ "label": "오므라이스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f3f3a0a7ed068bc732d7-history",
+ "label": "등심돈가스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "831272d9ff483cc1084e-history",
+ "label": "스파게티",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1e0e93be8f248f37a070-history",
+ "label": "치즈스파게티",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5708",
+ "name": "돈뗄",
+ "businessName": "돈뗄",
+ "categorySlug": "western",
+ "address": "전라남도 여수시 양지1길 30 1층(미평동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7727185677749,
+ "longitude": 127.702281894777,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "수제돈가스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 수제돈가스 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-652-2760 / 영업시간: 매일 10:30-21:30 14:30-15:30브레이크타임",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fae05591f5d7da2fb96a",
+ "label": "수제돈가스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6e1d3180181aa9b7a5c7",
+ "label": "치즈돈까스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c9501d2cc2dd39376973",
+ "label": "돈까스덮밥",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f061207d26e649f84bbe",
+ "label": "감자튀김",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bb8bfc6c84ccd85e8bcb",
+ "label": "고구마치즈스틱(2p)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f905a9567c653df27eae",
+ "label": "공기밥",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ab61931c4f827e604c16",
+ "label": "로제파스타",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9bc6c374f44841648ede",
+ "label": "새우볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7637809a073c8a57cd87",
+ "label": "새우크림파스타",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a0cda05c0fa895ec348b",
+ "label": "새우토마토파스타",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "09f6a88a3d29223f67c0",
+ "label": "새우튀김(2p)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1d714964742b0ec1913c",
+ "label": "수제돈까스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "90ad407af8b7ef4dde6c",
+ "label": "에비동(새우튀김덮밥)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0d70e3e8b95261bb814a",
+ "label": "제육덮밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "021fe8e8e546c2042c9b",
+ "label": "치즈에비동(치즈새우튀김덮밥)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "86afb104a3acb34a72e4",
+ "label": "치킨까스",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2f7f18f68038dd250455",
+ "label": "치킨팝콘(15p)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "271633af5f62c6fee41d",
+ "label": "크림파스타",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e8a6d85a789b3c58a50d",
+ "label": "토마토파스타",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c5374b98c0f7afda2e62",
+ "label": "토핑돈까스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fae05591f5d7da2fb96a-history",
+ "label": "수제돈가스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6e1d3180181aa9b7a5c7-history",
+ "label": "치즈돈까스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c9501d2cc2dd39376973-history",
+ "label": "돈까스덮밥",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f061207d26e649f84bbe-history",
+ "label": "감자튀김",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bb8bfc6c84ccd85e8bcb-history",
+ "label": "고구마치즈스틱(2p)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f905a9567c653df27eae-history",
+ "label": "공기밥",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ab61931c4f827e604c16-history",
+ "label": "로제파스타",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9bc6c374f44841648ede-history",
+ "label": "새우볶음밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7637809a073c8a57cd87-history",
+ "label": "새우크림파스타",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a0cda05c0fa895ec348b-history",
+ "label": "새우토마토파스타",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "09f6a88a3d29223f67c0-history",
+ "label": "새우튀김(2p)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1d714964742b0ec1913c-history",
+ "label": "수제돈까스",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "90ad407af8b7ef4dde6c-history",
+ "label": "에비동(새우튀김덮밥)",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0d70e3e8b95261bb814a-history",
+ "label": "제육덮밥",
+ "amount": 8500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "021fe8e8e546c2042c9b-history",
+ "label": "치즈에비동(치즈새우튀김덮밥)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "86afb104a3acb34a72e4-history",
+ "label": "치킨까스",
+ "amount": 9500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2f7f18f68038dd250455-history",
+ "label": "치킨팝콘(15p)",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "271633af5f62c6fee41d-history",
+ "label": "크림파스타",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e8a6d85a789b3c58a50d-history",
+ "label": "토마토파스타",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c5374b98c0f7afda2e62-history",
+ "label": "토핑돈까스",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5760",
+ "name": "돈사랑",
+ "businessName": "돈사랑",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 중앙로 93-2 (중앙동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7393455980908,
+ "longitude": 127.737831078851,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-663-0866 / 영업시간: 월-토 04:00-10:00 일요일휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3c4a2d75c0c9f95c47fe",
+ "label": "백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3c4a2d75c0c9f95c47fe-history",
+ "label": "백반",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6439",
+ "name": "롯데이용소",
+ "businessName": "롯데이용소",
+ "categorySlug": "barber",
+ "address": "경상북도 포항시 북구 두호로 19-11",
+ "district": "경상북도 포항시",
+ "latitude": 36.0594247293204,
+ "longitude": 129.376181188119,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "남자커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 남자커트 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-247-8775 / 영업시간: 9시~19시 매주 일요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ac970527b40239978a5d",
+ "label": "남자커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "36f713163b2b92a7e30a",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "841a34430ffa843185f0",
+ "label": "기타 성인조발",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ac970527b40239978a5d-history",
+ "label": "남자커트",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "36f713163b2b92a7e30a-history",
+ "label": "염색",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "841a34430ffa843185f0-history",
+ "label": "기타 성인조발",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6311",
+ "name": "루머팡",
+ "businessName": "루머팡",
+ "categorySlug": "other-food",
+ "address": "경상북도 포항시 남구 오천읍 장기로1690번길 5 다동 5호",
+ "district": "경상북도 포항시",
+ "latitude": 35.9660455313984,
+ "longitude": 129.417540251313,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 평일 09시~18시",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "09cc97a096674fc3c3c2",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e5d9a5027eb130ab7803",
+ "label": "카페라떼",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "09cc97a096674fc3c3c2-history",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e5d9a5027eb130ab7803-history",
+ "label": "카페라떼",
+ "amount": 4500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6803",
+ "name": "삼포복집",
+ "businessName": "삼포복집",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 성산구 용지로 78 2층 5호(중앙동,남선상가)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2227526441192,
+ "longitude": 128.676906326096,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "지리",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 지리 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-281-3535",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f6f7db28aa02876f40db",
+ "label": "지리",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eb399955ef83af63a06e",
+ "label": "매운탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8d7a51c23d0535d980c6",
+ "label": "불고기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f6f7db28aa02876f40db-history",
+ "label": "지리",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eb399955ef83af63a06e-history",
+ "label": "매운탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8d7a51c23d0535d980c6-history",
+ "label": "불고기",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10582",
+ "name": "새마을찌개나라",
+ "businessName": "새마을찌개나라",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 중원로85번길 13 103호(화천동, 평화빌라)",
+ "district": "경상남도 창원시",
+ "latitude": 35.1518273238499,
+ "longitude": 128.658677263667,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "불고기정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 불고기정식 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-545-1134 / 영업시간: - 05:30 ~ 20:30 - 2, 4번째 금요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0df45c5aa491c6b70cee",
+ "label": "불고기정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a7d8c0587b526cb3c289",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0df45c5aa491c6b70cee-history",
+ "label": "불고기정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a7d8c0587b526cb3c289-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18613",
+ "name": "새맛정 한식뷔페",
+ "businessName": "새맛정 한식뷔페",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 봉암공단로 26 (봉암동) 1층",
+ "district": "경상남도 창원시",
+ "latitude": 35.21671451783592,
+ "longitude": 128.60004187399605,
+ "representativePriceAmount": 6500,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1459-0857 / 영업시간: 월~토 11:00 - 13:30 일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e99add376a170c9ef2f5",
+ "label": "한식뷔페",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e99add376a170c9ef2f5-history",
+ "label": "한식뷔페",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16569",
+ "name": "서민갈비",
+ "businessName": "서민갈비",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산합포구 산호북18길 21 (산호동) 서민갈비",
+ "district": "경상남도 창원시",
+ "latitude": 35.220823467615624,
+ "longitude": 128.58465602110726,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "돼지갈비(200g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지갈비(200g) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-243-7171",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "293659120babf5364f96",
+ "label": "돼지갈비(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3a31c9edf3b36d05ddf9",
+ "label": "생오겹살(130g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "66894454b65d4278aa93",
+ "label": "우삼겹(100g)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "293659120babf5364f96-history",
+ "label": "돼지갈비(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3a31c9edf3b36d05ddf9-history",
+ "label": "생오겹살(130g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "66894454b65d4278aa93-history",
+ "label": "우삼겹(100g)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14242",
+ "name": "만나빵집",
+ "businessName": "만나빵집",
+ "categorySlug": "bakery",
+ "address": "제주특별자치도 제주시 구좌읍 종달로5길 5-1 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.49324369426974,
+ "longitude": 126.89703211799348,
+ "representativePriceAmount": 2500,
+ "representativePriceLabel": "반미바게트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 반미바게트 2,500원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-6701-1885",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c314b2129be86861b317",
+ "label": "반미바게트",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ba52f86cd7b8b44056c3",
+ "label": "소세지빵",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c314b2129be86861b317-history",
+ "label": "반미바게트",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ba52f86cd7b8b44056c3-history",
+ "label": "소세지빵",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7139",
+ "name": "맛소",
+ "businessName": "맛소",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 원노형5길 5 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4882010292329,
+ "longitude": 126.484560727674,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "콩국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩국수 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-742-0455",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0a6762de80010578ffc7",
+ "label": "콩국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "883c848ccafce0ec59ca",
+ "label": "냉모밀",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "42b3ca0447ec856142b9",
+ "label": "어묵국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1a98a58538527b0baf63",
+ "label": "우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0a6762de80010578ffc7-history",
+ "label": "콩국수",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "883c848ccafce0ec59ca-history",
+ "label": "냉모밀",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "42b3ca0447ec856142b9-history",
+ "label": "어묵국밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1a98a58538527b0baf63-history",
+ "label": "우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11266",
+ "name": "맠(makk)",
+ "businessName": "맠(makk)",
+ "categorySlug": "other-food",
+ "address": "제주특별자치도 제주시 진남로 6길 3 (주소변경)",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.5192267759866,
+ "longitude": 126.565536590436,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "마카롱",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 마카롱 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "617802e965237a5d52a1",
+ "label": "마카롱",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3d7ef8903d894ce0b871",
+ "label": "마카롱6구",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "617802e965237a5d52a1-history",
+ "label": "마카롱",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3d7ef8903d894ce0b871-history",
+ "label": "마카롱6구",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-7140",
+ "name": "매콤명태촌",
+ "businessName": "매콤명태촌",
+ "categorySlug": "korean",
+ "address": "제주특별자치도 제주시 절물3길 7 1층",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4918593353103,
+ "longitude": 126.433805337832,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "황태해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 황태해장국 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-743-6868 / 영업시간: 목 11:00-21:00 15:00-17:00브레이크타임 금 11:00-21:00 15:00-17:00브레이크타임 토 11:00-21:00 15:00-17:00브레이크타임 일 11:00-21:00 15:00-17:00브레이크타임 월 정기휴무(매주월요일) 화 11:00-21:00 15:00-17:00브레이크타임 수 11:00-21:00 15:00-17:00브레이크타임",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cf1a38497c19df0d1ebb",
+ "label": "황태해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "33b7d4bf17f8c8d629c9",
+ "label": "동태탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "43f8c6a31ff4f4ff875e",
+ "label": "물 막국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "98ef67a8b0f7af68afbb",
+ "label": "계란찜",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4982369892f088a6e9e6",
+ "label": "명태 비빔 막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cf1a38497c19df0d1ebb-history",
+ "label": "황태해장국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "33b7d4bf17f8c8d629c9-history",
+ "label": "동태탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "43f8c6a31ff4f4ff875e-history",
+ "label": "물 막국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "98ef67a8b0f7af68afbb-history",
+ "label": "계란찜",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4982369892f088a6e9e6-history",
+ "label": "명태 비빔 막국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-983",
+ "name": "민정이네",
+ "businessName": "민정이네",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 만리재로 37길 21 (만리동1가)",
+ "district": "서울특별시 중구",
+ "latitude": 37.5565915616197,
+ "longitude": 126.967168586088,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "점심백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 점심백반 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-312-1420 / 영업시간: 월~금 08:00~14:00 토,일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b72e3494a9f58c29ee29",
+ "label": "점심백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b72e3494a9f58c29ee29-history",
+ "label": "점심백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16086",
+ "name": "바재커피",
+ "businessName": "바재커피",
+ "categorySlug": "other-food",
+ "address": "서울특별시 중구 남대문시장8길 25 (남창동) 1층",
+ "district": "서울특별시 중구",
+ "latitude": 37.55934272418682,
+ "longitude": 126.97870933285441,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "아메리카노(핫)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(핫) 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-776-5577",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ab8b361475e8dbbc2ce1",
+ "label": "아메리카노(핫)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "211e9752595ee7742041",
+ "label": "아메리카노(아이스)",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a9225f3ad913c374ab27",
+ "label": "카페라떼(핫)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ab8b361475e8dbbc2ce1-history",
+ "label": "아메리카노(핫)",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "211e9752595ee7742041-history",
+ "label": "아메리카노(아이스)",
+ "amount": 2500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a9225f3ad913c374ab27-history",
+ "label": "카페라떼(핫)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15377",
+ "name": "산과들그리고바다",
+ "businessName": "산과들그리고바다",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 을지로14길 22 (을지로3가) 1층",
+ "district": "서울특별시 중구",
+ "latitude": 37.56523732282778,
+ "longitude": 126.99202506646904,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "모듬돌솥비빔밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 모듬돌솥비빔밥 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2277-7887",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "15865c8ac17abc91e31c",
+ "label": "모듬돌솥비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "15865c8ac17abc91e31c-history",
+ "label": "모듬돌솥비빔밥",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1402",
+ "name": "부원",
+ "businessName": "부원",
+ "categorySlug": "chinese",
+ "address": "부산광역시 서구 구덕로157번길 6 (토성동3가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.0987972600376,
+ "longitude": 129.01970425062,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "짜장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-256-0061 / 영업시간: 11:00~19:00 매달 셋째주 금요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3fce4be961edd65cb4b5",
+ "label": "짜장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "da5b9552f3e8435cbd1c",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3fce4be961edd65cb4b5-history",
+ "label": "짜장면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "da5b9552f3e8435cbd1c-history",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18716",
+ "name": "북경반점",
+ "businessName": "북경반점",
+ "categorySlug": "chinese",
+ "address": "부산광역시 서구 충무대로 64 (암남동, 송도삼정비치) 북경반점",
+ "district": "부산광역시 서구",
+ "latitude": 35.07836072507977,
+ "longitude": 129.01969618711593,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "간짜장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 간짜장 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-8454",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3d2fe3b32e87a2cdffeb",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fdabdf8070b0ec28639b",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3d2fe3b32e87a2cdffeb-history",
+ "label": "간짜장",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fdabdf8070b0ec28639b-history",
+ "label": "짬뽕",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1429",
+ "name": "뷔페청",
+ "businessName": "뷔페청",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 흑교로109번길 43 (부용동1가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1056136879459,
+ "longitude": 129.02082234077,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "성인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 성인 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-4311 / 영업시간: 11:30~21:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "140d3b7b55cb7ee1f940",
+ "label": "성인",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7ae2ec194d1faa5ce8ce",
+ "label": "초등",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6cfd60925fa689323af6",
+ "label": "소인",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "140d3b7b55cb7ee1f940-history",
+ "label": "성인",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7ae2ec194d1faa5ce8ce-history",
+ "label": "초등",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6cfd60925fa689323af6-history",
+ "label": "소인",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1394",
+ "name": "사랑방미용실",
+ "businessName": "사랑방미용실",
+ "categorySlug": "beauty",
+ "address": "부산광역시 서구 대티로 131 (서대신동3가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1109554946482,
+ "longitude": 129.009654362478,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-8977 / 영업시간: 10:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "21e8dd272fd769f9e18b",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "21e8dd272fd769f9e18b-history",
+ "label": "커트",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17766",
+ "name": "삼보식당",
+ "businessName": "삼보식당",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 큰고개로 33 (신암동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.88761259935702,
+ "longitude": 128.6247276701282,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-3530-0133 / 영업시간: 영업시간 : 05:00 ~ 18:00 정기휴무 : 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "cd5c5a19dda5d7635bd7",
+ "label": "한식뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "cd5c5a19dda5d7635bd7-history",
+ "label": "한식뷔페",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1862",
+ "name": "삼일라사세탁소",
+ "businessName": "삼일라사세탁소",
+ "categorySlug": "laundry",
+ "address": "대구광역시 동구 효목로5길 7 (효목동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.8750480007903,
+ "longitude": 128.63888107243,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "티셔츠드라이",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 티셔츠드라이 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-755-1276 / 영업시간: 월-토 09:00-20:30 일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c321f62c9a2b2e6136fc",
+ "label": "티셔츠드라이",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a765711bf4e69bb35663",
+ "label": "반코트드라이",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "17ca84cf87f8d0d2a2a8",
+ "label": "양복드라이",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "931deb669afd849e545b",
+ "label": "양복1벌드라이",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0f3e9313372ced0eea7c",
+ "label": "오버코트드라이",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c321f62c9a2b2e6136fc-history",
+ "label": "티셔츠드라이",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a765711bf4e69bb35663-history",
+ "label": "반코트드라이",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "17ca84cf87f8d0d2a2a8-history",
+ "label": "양복드라이",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "931deb669afd849e545b-history",
+ "label": "양복1벌드라이",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0f3e9313372ced0eea7c-history",
+ "label": "오버코트드라이",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17703",
+ "name": "생선엔밥",
+ "businessName": "생선엔밥",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 경대로 48 (신암동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.88509005641053,
+ "longitude": 128.6149836033377,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "생선구이정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선구이정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-262-4197 / 영업시간: 영업시간 : 11:30~20:00 정기휴무 : 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "920f76956cf8c663c30e",
+ "label": "생선구이정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "142c7d5a50fb0c860cfa",
+ "label": "갈치찌개",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "920f76956cf8c663c30e-history",
+ "label": "생선구이정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "142c7d5a50fb0c860cfa-history",
+ "label": "갈치찌개",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17604",
+ "name": "카페립",
+ "businessName": "카페립",
+ "categorySlug": "other-food",
+ "address": "인천 동구 박문로 1 교구청, 청소년센터3층(송림동)",
+ "district": "인천 동구",
+ "latitude": 37.4706891169897,
+ "longitude": 126.651839572554,
+ "representativePriceAmount": 2000,
+ "representativePriceLabel": "휘낭시에 플레인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 휘낭시에 플레인 2,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-4443-1726 / 영업시간: 월 ~ 금 09:00 ~ 18:00 토, 일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c25ec6e0d95a281ec9ad",
+ "label": "휘낭시에 플레인",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7afeb734cf9239db9aba",
+ "label": "르뱅쿠키오리지널",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c25ec6e0d95a281ec9ad-history",
+ "label": "휘낭시에 플레인",
+ "amount": 2000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7afeb734cf9239db9aba-history",
+ "label": "르뱅쿠키오리지널",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14301",
+ "name": "하루도넛",
+ "businessName": "하루도넛",
+ "categorySlug": "other-food",
+ "address": "인천광역시 동구 송림로 106-1 (송림동) 1,2층",
+ "district": "인천광역시 동구",
+ "latitude": 37.47620674347315,
+ "longitude": 126.64651702408199,
+ "representativePriceAmount": 800,
+ "representativePriceLabel": "꽈배기",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 꽈배기 800원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-1648 / 영업시간: 매일 08:00 - 20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5c1affedacb8d41c64cd",
+ "label": "꽈배기",
+ "amount": 800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5c1affedacb8d41c64cd-history",
+ "label": "꽈배기",
+ "amount": 800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2106",
+ "name": "한울타리",
+ "businessName": "한울타리",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 석수로 47-1 (만석동)",
+ "district": "인천광역시 동구",
+ "latitude": 37.4812201279796,
+ "longitude": 126.626544029841,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "청국장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-221-8887 / 영업시간: 월~토 10:00-22:00 (브레이크 타임) 14:00-16:00 (일) 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f067694742d88f6ac139",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1362dcc995b15f50bb33",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f067694742d88f6ac139-history",
+ "label": "청국장",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1362dcc995b15f50bb33-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2107",
+ "name": "해주식당",
+ "businessName": "해주식당",
+ "categorySlug": "korean",
+ "address": "인천광역시 동구 화도진로44번길 3 (송현동) 1층 송현시장 내",
+ "district": "인천광역시 동구",
+ "latitude": 37.47650336140443,
+ "longitude": 126.6339042004762,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-888-4009 / 영업시간: 월~일 06:00-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "fdbb5f463f5b4b95114e",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "fdbb5f463f5b4b95114e-history",
+ "label": "백반",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13670",
+ "name": "상무본가장어",
+ "businessName": "상무본가장어",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 시청서편로4번길 16-1 (치평동) 1층",
+ "district": "광주광역시 서구",
+ "latitude": 35.15909682794521,
+ "longitude": 126.84738486591091,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "장어탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장어탕 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-372-9293",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "5f255e5ddcebba84f36a",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "5f255e5ddcebba84f36a-history",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18043",
+ "name": "서울족발보쌈",
+ "businessName": "서울족발보쌈",
+ "categorySlug": "korean",
+ "address": "광주광역시 서구 상무화원로32번길 13-18 (치평동) 1층",
+ "district": "광주광역시 서구",
+ "latitude": 35.14598060035197,
+ "longitude": 126.84439065995004,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "족발정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 족발정식 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-373-7211 / 영업시간: 11:00 ~ 22:00 / 정기휴무 (매주 일요일) (15:00~17:00 브레이크타임)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "791c5e80cf6f863d5754",
+ "label": "족발정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "c7c53338c92ce070f2b4",
+ "label": "보쌈정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "791c5e80cf6f863d5754-history",
+ "label": "족발정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "c7c53338c92ce070f2b4-history",
+ "label": "보쌈정식",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2285",
+ "name": "세븐노래연습장",
+ "businessName": "세븐노래연습장",
+ "categorySlug": "other-service",
+ "address": "광주광역시 서구 시청로56번길 8 지하1층(치평동)",
+ "district": "광주광역시 서구",
+ "latitude": 35.1532792040005,
+ "longitude": 126.852731376864,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "30분",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 30분 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-372-8331 / 영업시간: 월~일 11:00~05:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a77caa9287a4df6b593e",
+ "label": "30분",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a77caa9287a4df6b593e-history",
+ "label": "30분",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2551",
+ "name": "홍가네칼국수",
+ "businessName": "홍가네칼국수",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 대전로 807번길 40 (중동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3309478641562,
+ "longitude": 127.430241597664,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-254-5945 / 영업시간: 11:00 ~ 20:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ee279da5b935c98ac23b",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3dae421b1df043fffa8e",
+ "label": "콩국수(여름)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ad102646a45cdf57fb11",
+ "label": "비빔국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ee279da5b935c98ac23b-history",
+ "label": "칼국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3dae421b1df043fffa8e-history",
+ "label": "콩국수(여름)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ad102646a45cdf57fb11-history",
+ "label": "비빔국수",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2543",
+ "name": "홍가짜장",
+ "businessName": "홍가짜장",
+ "categorySlug": "chinese",
+ "address": "대전광역시 동구 동대전로 278 (가양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3459230781175,
+ "longitude": 127.445797225616,
+ "representativePriceAmount": 4000,
+ "representativePriceLabel": "홍가짜장",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 홍가짜장 4,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-365-3323 / 영업시간: 11:00 ~ 20:30 / 매주 화요일, 수요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "3484d499c98967ab4088",
+ "label": "홍가짜장",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0469b9e4a1210c0e518d",
+ "label": "홍가짬뽕",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "08078c6fd6a5a45d58ab",
+ "label": "짬짜면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b8ecd1662799721b84fc",
+ "label": "새우볶음밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "607e24798c13d5738f2b",
+ "label": "탕수육 (소)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3b61e7cfda7c71e18fe9",
+ "label": "군만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "3484d499c98967ab4088-history",
+ "label": "홍가짜장",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0469b9e4a1210c0e518d-history",
+ "label": "홍가짬뽕",
+ "amount": 5500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "08078c6fd6a5a45d58ab-history",
+ "label": "짬짜면",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b8ecd1662799721b84fc-history",
+ "label": "새우볶음밥",
+ "amount": 6500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "607e24798c13d5738f2b-history",
+ "label": "탕수육 (소)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3b61e7cfda7c71e18fe9-history",
+ "label": "군만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2558",
+ "name": "희원숯불갈비식당",
+ "businessName": "희원숯불갈비식당",
+ "categorySlug": "korean",
+ "address": "대전광역시 동구 가양로 56번길 19 (가양동)",
+ "district": "대전광역시 동구",
+ "latitude": 36.3418094483622,
+ "longitude": 127.443094601499,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "돼지갈비(250g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "안심식당(농림축산부 지정)",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-627-5329 / 영업시간: 17:00 ~ 22:00 / 매월 넷째 주 화요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "caea7a2976d8e292dae5",
+ "label": "돼지갈비(250g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4e7a13a606fb573756a9",
+ "label": "삼겹살(150g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3fce4918f4974c674f99",
+ "label": "김치칼국수",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ce48ba803ae17450c5c3",
+ "label": "냉면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d89b9f2a06b49e4b5d43",
+ "label": "비빔냉면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "603e16bcbe8393bb4865",
+ "label": "항정살(100g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1f948927fcb3bbb1f7e7",
+ "label": "누룽지",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "caea7a2976d8e292dae5-history",
+ "label": "돼지갈비(250g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4e7a13a606fb573756a9-history",
+ "label": "삼겹살(150g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3fce4918f4974c674f99-history",
+ "label": "김치칼국수",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ce48ba803ae17450c5c3-history",
+ "label": "냉면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d89b9f2a06b49e4b5d43-history",
+ "label": "비빔냉면",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "603e16bcbe8393bb4865-history",
+ "label": "항정살(100g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1f948927fcb3bbb1f7e7-history",
+ "label": "누룽지",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2857",
+ "name": "0시50분",
+ "businessName": "0시50분",
+ "categorySlug": "korean",
+ "address": "대전광역시 중구 대종로 504 1층(은행동)",
+ "district": "대전광역시 중구",
+ "latitude": 36.3293358176833,
+ "longitude": 127.425489899251,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "우거지해장국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우거지해장국 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-524-5816 / 영업시간: 매일 09:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a842ace40763fe08f58a",
+ "label": "우거지해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d89268660dc27a195d4a",
+ "label": "콩나물해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a842ace40763fe08f58a-history",
+ "label": "우거지해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d89268660dc27a195d4a-history",
+ "label": "콩나물해장국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2906",
+ "name": "소문난 고추장불고기 국밥",
+ "businessName": "소문난 고추장불고기 국밥",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 월평로37번길 3",
+ "district": "울산광역시 남구",
+ "latitude": 35.5416195196528,
+ "longitude": 129.309458628481,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "돼지,섞어,순대,선지국밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지,섞어,순대,선지국밥 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-273-6661 / 영업시간: 금 11:00-21:00 토 11:00-21:00 일 11:00-21:00 월 11:00-21:00 화 11:00-21:00 수 11:00-21:00 목 11:00-21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1948a2c6bbbed88ccb30",
+ "label": "돼지,섞어,순대,선지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ab2f511e56431a1ece36",
+ "label": "된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bdc04bea4c81859b854e",
+ "label": "쭉삼불고기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "448fb77c116dea7d2d8b",
+ "label": "가오리무침",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ca962ba931f48193c5a1",
+ "label": "고추장불고기(술안주)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b5e20ff027403f5e1a40",
+ "label": "고추장불고기정식(2인상)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "172d1ad2b70bdc11370c",
+ "label": "내장국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bd81abe65abebfc5db3c",
+ "label": "돼지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "737cdb1df50bffb5a0ac",
+ "label": "돼지수육 (소)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0a9e9fb8b69c5a59e6ff",
+ "label": "섞어국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6da649223139cb54aa0a",
+ "label": "선지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fb914bdafd4b0222dbd4",
+ "label": "수육국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "813d166226046d383f3e",
+ "label": "순대국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "272b4c6a28e278d5b961",
+ "label": "하동 재첩국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1948a2c6bbbed88ccb30-history",
+ "label": "돼지,섞어,순대,선지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ab2f511e56431a1ece36-history",
+ "label": "된장찌개",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bdc04bea4c81859b854e-history",
+ "label": "쭉삼불고기",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "448fb77c116dea7d2d8b-history",
+ "label": "가오리무침",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ca962ba931f48193c5a1-history",
+ "label": "고추장불고기(술안주)",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b5e20ff027403f5e1a40-history",
+ "label": "고추장불고기정식(2인상)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "172d1ad2b70bdc11370c-history",
+ "label": "내장국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bd81abe65abebfc5db3c-history",
+ "label": "돼지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "737cdb1df50bffb5a0ac-history",
+ "label": "돼지수육 (소)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0a9e9fb8b69c5a59e6ff-history",
+ "label": "섞어국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6da649223139cb54aa0a-history",
+ "label": "선지국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fb914bdafd4b0222dbd4-history",
+ "label": "수육국밥",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "813d166226046d383f3e-history",
+ "label": "순대국밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "272b4c6a28e278d5b961-history",
+ "label": "하동 재첩국",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2908",
+ "name": "솟대",
+ "businessName": "솟대",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 대학로47번길 10 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.5407837447282,
+ "longitude": 129.255862186774,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "순두부찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-223-4346 / 영업시간: 10:00~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "b190e85347ea17d2eb2c",
+ "label": "순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fc0c6e2f76b022cb8f43",
+ "label": "부대찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6cf821cba62ee006b86f",
+ "label": "두루치기정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a9e76762fff2dab77dd9",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "12fa4383baaf728aafb1",
+ "label": "부대찌개 (2인이상)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "b190e85347ea17d2eb2c-history",
+ "label": "순두부찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fc0c6e2f76b022cb8f43-history",
+ "label": "부대찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6cf821cba62ee006b86f-history",
+ "label": "두루치기정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a9e76762fff2dab77dd9-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "12fa4383baaf728aafb1-history",
+ "label": "부대찌개 (2인이상)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17504",
+ "name": "수지미용실",
+ "businessName": "수지미용실",
+ "categorySlug": "beauty",
+ "address": "울산광역시 남구 번영로107번길 17 (달동) 205호",
+ "district": "울산광역시 남구",
+ "latitude": 35.53427924703676,
+ "longitude": 129.32685098572432,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-269-3868",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "80a7a6543c72eb54f849",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "80a7a6543c72eb54f849-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18785",
+ "name": "순복식당",
+ "businessName": "순복식당",
+ "categorySlug": "korean",
+ "address": "울산광역시 남구 월평로85번길 20 (신정동) 1층",
+ "district": "울산광역시 남구",
+ "latitude": 35.54457488092627,
+ "longitude": 129.3142706641577,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-266-9347",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "ade30dd5a19628754d08",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "337674f633a696c1e40b",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "ade30dd5a19628754d08-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "337674f633a696c1e40b-history",
+ "label": "된장찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-3399",
+ "name": "성일사우나",
+ "businessName": "성일사우나",
+ "categorySlug": "bath",
+ "address": "경기도 수원시 장안구 경수대로973번길 13-20 (송죽동)",
+ "district": "경기도 수원시",
+ "latitude": 37.3031115091404,
+ "longitude": 127.005025091289,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "대인",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-246-6489 / 영업시간: 5:30~19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "bd55e1952297378ee6a5",
+ "label": "대인",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "01bd0a4e04057434e5c5",
+ "label": "소인",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "bd55e1952297378ee6a5-history",
+ "label": "대인",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "01bd0a4e04057434e5c5-history",
+ "label": "소인",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16205",
+ "name": "세븐힐여성사우나",
+ "businessName": "세븐힐여성사우나",
+ "categorySlug": "bath",
+ "address": "경기도 수원시 팔달구 중부대로 47 (지동) 지하1층",
+ "district": "경기도 수원시",
+ "latitude": 37.27569315113086,
+ "longitude": 127.0220900432593,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "일반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 일반 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-244-0071 / 영업시간: 06:30~19:00 매주 수요일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "4b80cb5f2e6b8cd7a0b9",
+ "label": "일반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "333d2c3091b17400927f",
+ "label": "소인",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "4b80cb5f2e6b8cd7a0b9-history",
+ "label": "일반",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "333d2c3091b17400927f-history",
+ "label": "소인",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13806",
+ "name": "이미경헤어클릭",
+ "businessName": "이미경헤어클릭",
+ "categorySlug": "beauty",
+ "address": "강원특별자치도 춘천시 충열로 10-5 (우두동) 이미경헤어클릭",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.900210305145734,
+ "longitude": 127.72949847551419,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-0028",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "706d3189dab646157cb6",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "706d3189dab646157cb6-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-13807",
+ "name": "이서냉면",
+ "businessName": "이서냉면",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 우석로 14-1 (석사동) 1층",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.86193728705492,
+ "longitude": 127.74766638895937,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1487-4040 / 영업시간: 10:00 - 20:00 라스트오더 19:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c78c889ec682874117da",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "17816ff57cfef526dd78",
+ "label": "왕만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c78c889ec682874117da-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "17816ff57cfef526dd78-history",
+ "label": "왕만두",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15475",
+ "name": "일리터",
+ "businessName": "일리터",
+ "categorySlug": "other-food",
+ "address": "강원특별자치도 춘천시 중앙로68번길 3 (중앙로2가) 1, 2층(중앙로2가)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.87936544046061,
+ "longitude": 127.72610245830614,
+ "representativePriceAmount": 1000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-241-7778 / 영업시간: 매일 08:40~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8892911ec2f5385ad8ae",
+ "label": "아메리카노",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5146a9fa9eedbdd455ab",
+ "label": "바나나주스",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3a5434a11fe7ab2984bc",
+ "label": "초코라떼",
+ "amount": 2800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8892911ec2f5385ad8ae-history",
+ "label": "아메리카노",
+ "amount": 1000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5146a9fa9eedbdd455ab-history",
+ "label": "바나나주스",
+ "amount": 1500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3a5434a11fe7ab2984bc-history",
+ "label": "초코라떼",
+ "amount": 2800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-10309",
+ "name": "임가네",
+ "businessName": "임가네",
+ "categorySlug": "korean",
+ "address": "강원특별자치도 춘천시 새롬공원길 25 (석사동)",
+ "district": "강원특별자치도 춘천시",
+ "latitude": 37.8544088335552,
+ "longitude": 127.747076544582,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "소고기뭇국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소고기뭇국 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-262-5245",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8f3c78d041b54a49e455",
+ "label": "소고기뭇국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5bf388377b6212e37113",
+ "label": "매운소고기뭇국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8f3c78d041b54a49e455-history",
+ "label": "소고기뭇국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5bf388377b6212e37113-history",
+ "label": "매운소고기뭇국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-4712",
+ "name": "보글보글식당",
+ "businessName": "보글보글식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 상당구 영운로11번길 23 (영운동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.6166130893195,
+ "longitude": 127.497059927318,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "가정식백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-250-0012 / 영업시간: 매일 10:00-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1c20b873d456c0c00d41",
+ "label": "가정식백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "74cd0f16087701c691e4",
+ "label": "갈비탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "613abeb66f6c8008a99e",
+ "label": "육개장(해장국)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "fe1cbe472ae69e2158b9",
+ "label": "바지락칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "dce807a0e5ab579d7cab",
+ "label": "비빔국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "62514af72ede9f11558c",
+ "label": "장터칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1c20b873d456c0c00d41-history",
+ "label": "가정식백반",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "74cd0f16087701c691e4-history",
+ "label": "갈비탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "613abeb66f6c8008a99e-history",
+ "label": "육개장(해장국)",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "fe1cbe472ae69e2158b9-history",
+ "label": "바지락칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "dce807a0e5ab579d7cab-history",
+ "label": "비빔국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "62514af72ede9f11558c-history",
+ "label": "장터칼국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15838",
+ "name": "보라매 미용타운",
+ "businessName": "보라매 미용타운",
+ "categorySlug": "beauty",
+ "address": "충청북도 청주시 청원구 1순환로342번길 16-1 (내덕동)",
+ "district": "충청북도 청주시",
+ "latitude": 36.65914920998362,
+ "longitude": 127.47618218928218,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-223-3044",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "7cc50ae79088452eaaa2",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "7cc50ae79088452eaaa2-history",
+ "label": "커트",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15772",
+ "name": "복실이 식당",
+ "businessName": "복실이 식당",
+ "categorySlug": "korean",
+ "address": "충청북도 청주시 서원구 매봉로2번길 40 (분평동) 1층",
+ "district": "충청북도 청주시",
+ "latitude": 36.61043494588689,
+ "longitude": 127.47990007377227,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-294-3667",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f39ca2e5b5aa380c200f",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bd2107c0071093ec8cb4",
+ "label": "보리밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "a45aa6b72a3a690e4646",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f39ca2e5b5aa380c200f-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bd2107c0071093ec8cb4-history",
+ "label": "보리밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "a45aa6b72a3a690e4646-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-16876",
+ "name": "안골식당",
+ "businessName": "안골식당",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 먹거리2길 6-1 (신부동) 2층",
+ "district": "충청남도 천안시",
+ "latitude": 36.81768377259163,
+ "longitude": 127.15402963313205,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "만두전골",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만두전골 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1348-2664 / 영업시간: 영업시간 11:30~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "61bcd2e948e2dddcac79",
+ "label": "만두전골",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "61bcd2e948e2dddcac79-history",
+ "label": "만두전골",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17020",
+ "name": "엄마밥상 한식뷔페",
+ "businessName": "엄마밥상 한식뷔페",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 서북구 오성9길 5 (두정동) 1층",
+ "district": "충청남도 천안시",
+ "latitude": 36.833566400988474,
+ "longitude": 127.12808573112298,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "한식뷔페",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-554-8335 / 영업시간: 영업시간 07:00 ~ 21:00 휴무일 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a942d5eed62a0649d1aa",
+ "label": "한식뷔페",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a942d5eed62a0649d1aa-history",
+ "label": "한식뷔페",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11410",
+ "name": "옛김포식당",
+ "businessName": "옛김포식당",
+ "categorySlug": "korean",
+ "address": "충청남도 천안시 동남구 영성로 25-19 (사직동)",
+ "district": "충청남도 천안시",
+ "latitude": 36.8004524284923,
+ "longitude": 127.150097319368,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-554-3029 / 영업시간: 10:15~19:30 정기휴무(매주 2, 4째주 화요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "9ac9ba71e5776c2f3ffb",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ff650865e3a51dea2b38",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "f6f8f02901468734593c",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "9ac9ba71e5776c2f3ffb-history",
+ "label": "칼국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ff650865e3a51dea2b38-history",
+ "label": "냉면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "f6f8f02901468734593c-history",
+ "label": "콩국수",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17041",
+ "name": "모정식당",
+ "businessName": "모정식당",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 조촌4길 34-4 (조촌동) 1층",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.96943678402732,
+ "longitude": 126.73620476668584,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-461-0102 / 영업시간: 월~토(10:30~21:00) * 14:30~16:00 브레이크타임 * 매주 일요일 정기 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c97f8c73e14a8daf3226",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e956fe9cd04bd9a97c99",
+ "label": "부대찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c97f8c73e14a8daf3226-history",
+ "label": "김치찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e956fe9cd04bd9a97c99-history",
+ "label": "부대찌개",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15532",
+ "name": "묵은지삼겹살",
+ "businessName": "묵은지삼겹살",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 경암로 56 (경암동) 묵은지삼겹살",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.97555034978496,
+ "longitude": 126.73025962030721,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "된장찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-442-3055 / 영업시간: 화~일(15:00~22:00) 21:00 라스트 오더 매주 월요일 정기휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2c6202c5684b01a808f5",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2c6202c5684b01a808f5-history",
+ "label": "된장찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5192",
+ "name": "미주옥",
+ "businessName": "미주옥",
+ "categorySlug": "korean",
+ "address": "전북특별자치도 군산시 구영7길 133-4 영화동",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.9893754831364,
+ "longitude": 126.712272232213,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "아욱국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 아욱국 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-442-5505 / 영업시간: 월~일 06:00~14:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "180ade9e741df60418d2",
+ "label": "아욱국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "618ea379408c27e91dc5",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "41bde5ef649c09c8d678",
+ "label": "닭곰탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "868d6562ab4260197bc7",
+ "label": "소고기무우국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "180ade9e741df60418d2-history",
+ "label": "아욱국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "618ea379408c27e91dc5-history",
+ "label": "김치찌개",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "41bde5ef649c09c8d678-history",
+ "label": "닭곰탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "868d6562ab4260197bc7-history",
+ "label": "소고기무우국",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15530",
+ "name": "베테랑돈까스",
+ "businessName": "베테랑돈까스",
+ "categorySlug": "western",
+ "address": "전북특별자치도 군산시 양안로 103-1 (조촌동) 조촌동",
+ "district": "전북특별자치도 군산시",
+ "latitude": 35.971740241807225,
+ "longitude": 126.74345325965865,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "베테랑 생돈까스",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 베테랑 생돈까스 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-452-5582 / 영업시간: 월~금(11:30~20:30) 토~일(11:30~19:30)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "afee2c021e414b97fef7",
+ "label": "베테랑 생돈까스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "afee2c021e414b97fef7-history",
+ "label": "베테랑 생돈까스",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5705",
+ "name": "동광탕",
+ "businessName": "동광탕",
+ "categorySlug": "bath",
+ "address": "전라남도 여수시 동문로 101 2층(공화동)",
+ "district": "전라남도 여수시",
+ "latitude": 34.7456605198534,
+ "longitude": 127.742352326201,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "목욕비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕비 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-662-4272 / 영업시간: 5시 - 17시",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c8d0b7f894c4fb67f068",
+ "label": "목욕비",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c8d0b7f894c4fb67f068-history",
+ "label": "목욕비",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-5762",
+ "name": "두레",
+ "businessName": "두레",
+ "categorySlug": "korean",
+ "address": "전라남도 여수시 학동1길 12-7 (학동) 1층",
+ "district": "전라남도 여수시",
+ "latitude": 34.76449978425705,
+ "longitude": 127.66474470490957,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "백반",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-684-1808 / 영업시간: 09:00~19:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e74632333d3e631e15f7",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "880acca28a8559587d34",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e74632333d3e631e15f7-history",
+ "label": "백반",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "880acca28a8559587d34-history",
+ "label": "장어탕",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6412",
+ "name": "리클라스",
+ "businessName": "리클라스",
+ "categorySlug": "other-food",
+ "address": "경상북도 포항시 북구 대신로7번길 7 리클라스",
+ "district": "경상북도 포항시",
+ "latitude": 36.0448115361729,
+ "longitude": 129.367277819827,
+ "representativePriceAmount": 4800,
+ "representativePriceLabel": "카페라떼",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 카페라떼 4,800원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-248-3742 / 영업시간: 목 09:00-22:00 금 09:00-22:00 토 10:00-22:00 일 10:00-22:00 월 09:00-22:00 화 09:00-22:00 수 09:00-22:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "81d9191f2d987a84ad81",
+ "label": "카페라떼",
+ "amount": 4800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d1a6cb1d9d5c4fc8edb4",
+ "label": "오늘의커피(원두커피)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "81d9191f2d987a84ad81-history",
+ "label": "카페라떼",
+ "amount": 4800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d1a6cb1d9d5c4fc8edb4-history",
+ "label": "오늘의커피(원두커피)",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-6312",
+ "name": "마실카페",
+ "businessName": "마실카페",
+ "categorySlug": "other-food",
+ "address": "경상북도 포항시 남구 동해면 일월로81번길 9 마실카페",
+ "district": "경상북도 포항시",
+ "latitude": 35.989400103331,
+ "longitude": 129.44204186305,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10시30분~23시",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "48a49620be9397d09eef",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "488366be40ebfee13a73",
+ "label": "카페라떼",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "bd17001ca3bf89a0a590",
+ "label": "바닐라라떼",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "48a49620be9397d09eef-history",
+ "label": "아메리카노",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "488366be40ebfee13a73-history",
+ "label": "카페라떼",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "bd17001ca3bf89a0a590-history",
+ "label": "바닐라라떼",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-14603",
+ "name": "선백면옥",
+ "businessName": "선백면옥",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 자은로28번길 8 (자은동) 선백면옥",
+ "district": "경상남도 창원시",
+ "latitude": 35.14906570208649,
+ "longitude": 128.7052270170308,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "물밀면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-542-9969",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "d47e85d8c1293281494f",
+ "label": "물밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8eccfc30ab723cbbf8e7",
+ "label": "물냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7afef849eb5277f73ceb",
+ "label": "숯불갈비(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "d47e85d8c1293281494f-history",
+ "label": "물밀면",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8eccfc30ab723cbbf8e7-history",
+ "label": "물냉면",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7afef849eb5277f73ceb-history",
+ "label": "숯불갈비(200g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11516",
+ "name": "성안식당",
+ "businessName": "성안식당",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 합성서5길 18 (합성동)",
+ "district": "경상남도 창원시",
+ "latitude": 35.2412291831889,
+ "longitude": 128.583488769265,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "갈비탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 갈비탕 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-256-6696",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "54edacab10e9a44f4e40",
+ "label": "갈비탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "40450c8edfceb33f6f0a",
+ "label": "삼겹살",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "2c066ffd416445f6bf17",
+ "label": "돼지갈비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "54edacab10e9a44f4e40-history",
+ "label": "갈비탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "40450c8edfceb33f6f0a-history",
+ "label": "삼겹살",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "2c066ffd416445f6bf17-history",
+ "label": "돼지갈비",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-15415",
+ "name": "소금깎이 창원진해본점",
+ "businessName": "소금깎이 창원진해본점",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 진해구 동진로61번길 6 (석동) 소금깎이 창원진해본점",
+ "district": "경상남도 창원시",
+ "latitude": 35.15181122430042,
+ "longitude": 128.70271441863437,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "토마호크(100g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 토마호크(100g) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-547-0062",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1472f774d6562b08e733",
+ "label": "토마호크(100g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "293011c0ac273cbaaa60",
+ "label": "우대갈비(100g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "7a513bbdb576a49edd36",
+ "label": "삼겹살(100g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1472f774d6562b08e733-history",
+ "label": "토마호크(100g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "293011c0ac273cbaaa60-history",
+ "label": "우대갈비(100g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "7a513bbdb576a49edd36-history",
+ "label": "삼겹살(100g)",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18615",
+ "name": "소문난김밥",
+ "businessName": "소문난김밥",
+ "categorySlug": "korean",
+ "address": "경상남도 창원시 마산회원구 내서읍 중리상곡로 129 소문난김밥",
+ "district": "경상남도 창원시",
+ "latitude": 35.25181139457977,
+ "longitude": 128.51144426255615,
+ "representativePriceAmount": 3000,
+ "representativePriceLabel": "소문난김밥",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소문난김밥 3,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-231-4893",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c0e9777a9a898347706f",
+ "label": "소문난김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d2f6297603d9532e4d72",
+ "label": "물국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "eefc229e78e46efca916",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c0e9777a9a898347706f-history",
+ "label": "소문난김밥",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d2f6297603d9532e4d72-history",
+ "label": "물국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "eefc229e78e46efca916-history",
+ "label": "우동",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-11154",
+ "name": "머리하기좋은날",
+ "businessName": "머리하기좋은날",
+ "categorySlug": "beauty",
+ "address": "제주특별자치도 제주시 신대로6길 11 ()",
+ "district": "제주특별자치도 제주시",
+ "latitude": 33.4922364704893,
+ "longitude": 126.495273237818,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "커트(샴푸 미포함)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(샴푸 미포함) 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-713-6667",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "1ff8ebc2146a3dc8f370",
+ "label": "커트(샴푸 미포함)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "1ff8ebc2146a3dc8f370-history",
+ "label": "커트(샴푸 미포함)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-18570",
+ "name": "신라미용실",
+ "businessName": "신라미용실",
+ "categorySlug": "beauty",
+ "address": "서울특별시 중구 퇴계로 217 (충무로4가, 진양상가, 진양아파트) 1층 36호, 37호",
+ "district": "서울특별시 중구",
+ "latitude": 37.562423982135904,
+ "longitude": 126.99593553115459,
+ "representativePriceAmount": 10000,
+ "representativePriceLabel": "남성컷",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성컷 10,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-9264-3072",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8c0637355b74f0520c01",
+ "label": "남성컷",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8c0637355b74f0520c01-history",
+ "label": "남성컷",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-967",
+ "name": "신빙고",
+ "businessName": "신빙고",
+ "categorySlug": "other-food",
+ "address": "서울특별시 중구 동호로12길 93 1층(신당동)",
+ "district": "서울특별시 중구",
+ "latitude": 37.559329134852,
+ "longitude": 127.012071243923,
+ "representativePriceAmount": 2300,
+ "representativePriceLabel": "아메리카노",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,300원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-223-8819 / 영업시간: 월~금 10:00-20:30 토~일 11:00-19:00 (하절기에 변동가능)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "c5dfcaa7d9aa39644d84",
+ "label": "아메리카노",
+ "amount": 2300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3f6c65eaf9b0e847b415",
+ "label": "복숭아아이스티",
+ "amount": 2300,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6d41043b245a04ad6fb7",
+ "label": "플레인크로플",
+ "amount": 2800,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "c5dfcaa7d9aa39644d84-history",
+ "label": "아메리카노",
+ "amount": 2300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3f6c65eaf9b0e847b415-history",
+ "label": "복숭아아이스티",
+ "amount": 2300,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6d41043b245a04ad6fb7-history",
+ "label": "플레인크로플",
+ "amount": 2800,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-984",
+ "name": "영자씨우동김밥",
+ "businessName": "영자씨우동김밥",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 마른내로 15-1 (저동2가)",
+ "district": "서울특별시 중구",
+ "latitude": 37.5649541262687,
+ "longitude": 126.989606762221,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "김치찌개",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-227-9791 / 영업시간: 월~금 07:00~20:00 토,일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "f1304235cd33c728e951",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1ad1a44a63016a968470",
+ "label": "김밥 (야채)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0eb9264027c0a9816e63",
+ "label": "카레덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "f1304235cd33c728e951-history",
+ "label": "김치찌개",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1ad1a44a63016a968470-history",
+ "label": "김밥 (야채)",
+ "amount": 3500,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0eb9264027c0a9816e63-history",
+ "label": "카레덮밥",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-969",
+ "name": "옛날홍두깨손칼국수",
+ "businessName": "옛날홍두깨손칼국수",
+ "categorySlug": "korean",
+ "address": "서울특별시 중구 동호로7길 32 1층",
+ "district": "서울특별시 중구",
+ "latitude": 37.5525136777809,
+ "longitude": 127.010624637953,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "손수제비",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손수제비 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-223-1458 / 영업시간: 월~일 09:00~20:00 명절 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "217840a02dae9b806388",
+ "label": "손수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "93a81d9fe454a534e253",
+ "label": "잔치국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "ed658c755f7a782fc227",
+ "label": "야채비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "217840a02dae9b806388-history",
+ "label": "손수제비",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "93a81d9fe454a534e253-history",
+ "label": "잔치국수",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "ed658c755f7a782fc227-history",
+ "label": "야채비빔밥",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1430",
+ "name": "산바다",
+ "businessName": "산바다",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 엄광산로 6 (서대신동3가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1277404417829,
+ "longitude": 129.007513285213,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "메기매운탕",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 메기매운탕 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-241-2976 / 영업시간: 07:00~19:30",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "906f30181c834d399a6c",
+ "label": "메기매운탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "0c909d4188710e329430",
+ "label": "빙어튀김",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "906f30181c834d399a6c-history",
+ "label": "메기매운탕",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "0c909d4188710e329430-history",
+ "label": "빙어튀김",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1431",
+ "name": "삼원두루치기",
+ "businessName": "삼원두루치기",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 구덕로193번길 12-17 (부민동2가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.1024534581686,
+ "longitude": 129.019112839039,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "두루치기",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 두루치기 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-231-5452 / 영업시간: 10:00~21:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6fad44f2a12e02f4bf3c",
+ "label": "두루치기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6fad44f2a12e02f4bf3c-history",
+ "label": "두루치기",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1406",
+ "name": "성일칼국수",
+ "businessName": "성일칼국수",
+ "categorySlug": "korean",
+ "address": "부산광역시 서구 해안새벽시장길 8 (충무동1가)",
+ "district": "부산광역시 서구",
+ "latitude": 35.0958892269302,
+ "longitude": 129.025392096138,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "칼국수",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-1547 / 영업시간: 아침 7:00-7:30or 8:00 휴무 매달 2번째 주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "0d35217d236fd69c21ef",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4bf1663a4c83a279e6f5",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "0d35217d236fd69c21ef-history",
+ "label": "칼국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4bf1663a4c83a279e6f5-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1874",
+ "name": "시장냉면",
+ "businessName": "시장냉면",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 팔공로30길 10-3 (불로동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.9113533839705,
+ "longitude": 128.642338260752,
+ "representativePriceAmount": 6000,
+ "representativePriceLabel": "얼큰냉면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 얼큰냉면 6,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-981-4044 / 영업시간: 매일 11:00-20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "8b8f7498b6ce02fee7b5",
+ "label": "얼큰냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b045603ce16bdcfaa931",
+ "label": "(겨울)가락국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "9b692f1638f05e7f727f",
+ "label": "가락국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8abc549ab8e3712f8a40",
+ "label": "매운비빔냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "403fd6618326e29e7aea",
+ "label": "물냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "8ef6fce44001aaf95691",
+ "label": "물만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "689700f495e093084f0f",
+ "label": "비빔냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "17ff1c706775fc79b580",
+ "label": "얼큰가락국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "8b8f7498b6ce02fee7b5-history",
+ "label": "얼큰냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b045603ce16bdcfaa931-history",
+ "label": "(겨울)가락국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "9b692f1638f05e7f727f-history",
+ "label": "가락국수",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8abc549ab8e3712f8a40-history",
+ "label": "매운비빔냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "403fd6618326e29e7aea-history",
+ "label": "물냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "8ef6fce44001aaf95691-history",
+ "label": "물만두",
+ "amount": 4000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "689700f495e093084f0f-history",
+ "label": "비빔냉면",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "17ff1c706775fc79b580-history",
+ "label": "얼큰가락국수",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1885",
+ "name": "신산홍",
+ "businessName": "신산홍",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 아양로7길 12 가상가동 지하1층 108호(신암동, 신암뜨란채)",
+ "district": "대구광역시 동구",
+ "latitude": 35.8823321773353,
+ "longitude": 128.61768521709,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "양념닭목살(130g)",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 양념닭목살(130g) 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-944-5650 / 영업시간: 목 17:00-23:00 22:20라스트오더 금 17:00-23:00 22:20라스트오더 토 17:00-23:00 22:20라스트오더 일 17:00-23:00 22:20라스트오더 월 17:00-23:00 22:20라스트오더 화 17:00-23:00 22:20라스트오더 수 정기휴무(매주수요일)",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "6f7a2952794c8d5fa8e0",
+ "label": "양념닭목살(130g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "1b2a9338283d8cf1d13c",
+ "label": "갈비양념닭목살(130g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "72af0c43f205a04b4e35",
+ "label": "갈비맛닭목살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "51cf0ac9ccb91a0dacb6",
+ "label": "양념곰장어",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "00a56221d6a9cd010072",
+ "label": "양념닭목살",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "e5f3f1fdd86e0f8da10f",
+ "label": "양념닭발",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "6f7a2952794c8d5fa8e0-history",
+ "label": "양념닭목살(130g)",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "1b2a9338283d8cf1d13c-history",
+ "label": "갈비양념닭목살(130g)",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "72af0c43f205a04b4e35-history",
+ "label": "갈비맛닭목살",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "51cf0ac9ccb91a0dacb6-history",
+ "label": "양념곰장어",
+ "amount": 10000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "00a56221d6a9cd010072-history",
+ "label": "양념닭목살",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "e5f3f1fdd86e0f8da10f-history",
+ "label": "양념닭발",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17768",
+ "name": "엄마솥밥상",
+ "businessName": "엄마솥밥상",
+ "categorySlug": "korean",
+ "address": "대구광역시 동구 동대구로 423 (신천동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.86819851346647,
+ "longitude": 128.6259527502153,
+ "representativePriceAmount": 8000,
+ "representativePriceLabel": "된장정식",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장정식 8,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-753-2030 / 영업시간: 영업시간 : 월~금 10:00 ~ 21:00 토요일 10:00 ~ 15:00 정기휴무 : 매주 일요일",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "a4279d0da8efdbe3592b",
+ "label": "된장정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "5679c2b0a7a92dbcec2e",
+ "label": "순두부정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "a4279d0da8efdbe3592b-history",
+ "label": "된장정식",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "5679c2b0a7a92dbcec2e-history",
+ "label": "순두부정식",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-1868",
+ "name": "영남루반점",
+ "businessName": "영남루반점",
+ "categorySlug": "chinese",
+ "address": "대구광역시 동구 해동로 18 (지저동)",
+ "district": "대구광역시 동구",
+ "latitude": 35.896627045467,
+ "longitude": 128.637690520629,
+ "representativePriceAmount": 5000,
+ "representativePriceLabel": "자장면",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-981-9881 / 영업시간: 월~수 10:40~20:00 목 휴무 금~일 10:40~20:00",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "e1dc14f067c17745d60f",
+ "label": "자장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "59fccdc6328f7fe6d35f",
+ "label": "우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "86b6e0686793b65bfd7f",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "45a557faaffdade774dd",
+ "label": "간짜장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "07475a48905aaa290a08",
+ "label": "볶음밥,짬뽕밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "3ba2ef1b675aa9eb1a95",
+ "label": "야끼우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "b9f12c32e8fe7d3db9ca",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "e1dc14f067c17745d60f-history",
+ "label": "자장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "59fccdc6328f7fe6d35f-history",
+ "label": "우동",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "86b6e0686793b65bfd7f-history",
+ "label": "짬뽕",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "45a557faaffdade774dd-history",
+ "label": "간짜장",
+ "amount": 6000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "07475a48905aaa290a08-history",
+ "label": "볶음밥,짬뽕밥",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "3ba2ef1b675aa9eb1a95-history",
+ "label": "야끼우동",
+ "amount": 8000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "b9f12c32e8fe7d3db9ca-history",
+ "label": "짜장면",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-2108",
+ "name": "화도진순대국",
+ "businessName": "화도진순대국",
+ "categorySlug": "korean",
+ "address": "인천 동구 화도진로 101 1층(화평동)",
+ "district": "인천 동구",
+ "latitude": 37.4801807743095,
+ "longitude": 126.628989131469,
+ "representativePriceAmount": 9000,
+ "representativePriceLabel": "순대국",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국 9,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-1289 / 영업시간: 월~일 11:00-20:00 (화) 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "46f85ee637f5a4a61658",
+ "label": "순대국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6e5be46d5e8792099f47",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "46f85ee637f5a4a61658-history",
+ "label": "순대국",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6e5be46d5e8792099f47-history",
+ "label": "설렁탕",
+ "amount": 9000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ },
+ {
+ "id": "goodprice-17895",
+ "name": "가족이발관",
+ "businessName": "가족이발관",
+ "categorySlug": "beauty",
+ "address": "인천광역시 미추홀구 석정로 372 (주안동) 1층",
+ "district": "인천광역시 미추홀구",
+ "latitude": 37.467045636101226,
+ "longitude": 126.67678399359703,
+ "representativePriceAmount": 7000,
+ "representativePriceLabel": "염색",
+ "verificationStatus": "verified",
+ "lastPriceUpdatedAt": "2026-04-02",
+ "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 염색 7,000원입니다.",
+ "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: - 영업시간: 09:30 ~ 19:30 - 휴무일: 명절 당일 휴무",
+ "likeCount": 0,
+ "dislikeCount": 0,
+ "viewerReaction": null,
+ "priceItems": [
+ {
+ "id": "2f96d2276329fca3a9a8",
+ "label": "염색",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "6d8a44ed8278812ed721",
+ "label": "샴푸",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "d5e8edea065170eb421d",
+ "label": "컷트(남)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ },
+ {
+ "id": "4be5434a50575e82714e",
+ "label": "컷트(여)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "reportedAt": "2026-04-02"
+ }
+ ],
+ "history": [
+ {
+ "id": "2f96d2276329fca3a9a8-history",
+ "label": "염색",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "6d8a44ed8278812ed721-history",
+ "label": "샴푸",
+ "amount": 3000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "d5e8edea065170eb421d-history",
+ "label": "컷트(남)",
+ "amount": 5000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ },
+ {
+ "id": "4be5434a50575e82714e-history",
+ "label": "컷트(여)",
+ "amount": 7000,
+ "verificationStatus": "verified",
+ "recordedAt": "2026-04-02"
+ }
+ ],
+ "comments": []
+ }
+]
diff --git a/src/features/places/map-explorer.tsx b/src/features/places/map-explorer.tsx
index 2cd00e1..2612b43 100644
--- a/src/features/places/map-explorer.tsx
+++ b/src/features/places/map-explorer.tsx
@@ -18,7 +18,6 @@ import type {
PlaceBounds,
PlaceRecord,
PlaceSearchScope,
- PlaceSort,
} from "@/features/places/types";
type MapExplorerProps = {
@@ -32,7 +31,6 @@ type MapExplorerProps = {
query: string | null;
searchScope: PlaceSearchScope;
selectedCategoryLabel: string | null;
- sort: PlaceSort;
};
type MapPlacesResponse = {
@@ -44,7 +42,6 @@ type MapPlacesResponse = {
maxPrice: number | null;
query: string | null;
searchScope: PlaceSearchScope;
- sort: PlaceSort;
};
items: PlaceRecord[];
};
@@ -214,7 +211,6 @@ function buildMapQuery(params: {
maxPrice: number | null;
query: string | null;
searchScope: PlaceSearchScope;
- sort: PlaceSort;
}) {
const search = new URLSearchParams();
@@ -238,10 +234,6 @@ function buildMapQuery(params: {
search.set("maxPrice", String(params.maxPrice));
}
- if (params.sort !== "price") {
- search.set("sort", params.sort);
- }
-
return search.toString();
}
@@ -269,7 +261,6 @@ export function MapExplorer({
query,
searchScope,
selectedCategoryLabel,
- sort,
}: MapExplorerProps) {
const [visiblePlaces, setVisiblePlaces] = useState(places);
const [selectedPlaceId, setSelectedPlaceId] = useState(null);
@@ -317,7 +308,6 @@ export function MapExplorer({
maxPrice,
query,
searchScope,
- sort,
});
fetch(`/api/places/map?${search}`, {
@@ -353,7 +343,7 @@ export function MapExplorer({
return () => {
controller.abort();
};
- }, [activeBounds, boundsKey, category, maxPrice, query, searchScope, sort]);
+ }, [activeBounds, boundsKey, category, maxPrice, query, searchScope]);
const handlePlaceSelect = (placeId: string) => {
setSelectedPlaceId(placeId);
@@ -395,7 +385,7 @@ export function MapExplorer({
activePlaceId={resolvedSelectedPlaceId}
focusPlacesKey={
query && searchScope === "global"
- ? `${query}:${category ?? "all"}:${maxPrice ?? "all"}:${sort}`
+ ? `${query}:${category ?? "all"}:${maxPrice ?? "all"}`
: null
}
onSelectPlace={handlePlaceSelect}
diff --git a/src/features/places/queries.ts b/src/features/places/queries.ts
index 236317e..1e87d0c 100644
--- a/src/features/places/queries.ts
+++ b/src/features/places/queries.ts
@@ -1,5 +1,5 @@
import { getCategoryBySlug } from "@/features/categories/catalog";
-import { mockPlaces } from "@/features/places/mock-data";
+import { mockPlaces } from "@/features/places/catalog-data";
import type {
PlaceQueryBounds,
PlaceRecord,
@@ -27,18 +27,6 @@ export function sortPlaceRecords(items: PlaceRecord[], sort: PlaceSort) {
);
}
- if (sort === "likes") {
- if (right.likeCount !== left.likeCount) {
- return right.likeCount - left.likeCount;
- }
-
- if (left.dislikeCount !== right.dislikeCount) {
- return left.dislikeCount - right.dislikeCount;
- }
-
- return left.representativePriceAmount - right.representativePriceAmount;
- }
-
return left.representativePriceAmount - right.representativePriceAmount;
});
}
diff --git a/src/features/places/repository.ts b/src/features/places/repository.ts
index ce60c24..fdc876c 100644
--- a/src/features/places/repository.ts
+++ b/src/features/places/repository.ts
@@ -27,7 +27,7 @@ import {
priceReports,
users,
} from "@/db/schema";
-import { mockPlaces } from "@/features/places/mock-data";
+import { mockPlaces } from "@/features/places/catalog-data";
import {
normalizePriceLabel,
slugifyPlaceName,
@@ -108,8 +108,6 @@ export type PlaceSubmissionResult = {
categorySlug: string;
roadAddress: string;
district: string;
- latitude?: number;
- longitude?: number;
priceItems: Array<{
label: string;
amount: number;
@@ -511,8 +509,6 @@ function toFallbackPlacePreview(
categorySlug: input.categorySlug,
roadAddress: input.roadAddress,
district: input.district,
- latitude: input.latitude,
- longitude: input.longitude,
priceItems: input.priceItems.map((item) => ({
label: item.label,
amount: item.amount,
@@ -716,9 +712,7 @@ async function listDatabasePlaces({
.orderBy(
...(sort === "recent"
? [desc(places.lastPriceUpdatedAt), desc(places.updatedAt)]
- : sort === "likes"
- ? [desc(places.updatedAt)]
- : [asc(places.representativePriceAmount), desc(places.updatedAt)]),
+ : [asc(places.representativePriceAmount), desc(places.updatedAt)]),
);
const categoryMap = await loadCategoryMap(rows.map((row) => row.internalId));
@@ -1163,8 +1157,8 @@ async function createDatabasePlaceSubmission(
note: input.note || null,
roadAddress: input.roadAddress,
district: input.district,
- latitude: input.latitude ?? null,
- longitude: input.longitude ?? null,
+ latitude: null,
+ longitude: null,
status: "pending_review",
representativePriceAmount: input.priceItems[representativeIndex].amount,
representativePriceLabel: input.priceItems[representativeIndex].label,
@@ -1238,8 +1232,6 @@ async function createDatabasePlaceSubmission(
categorySlug: input.categorySlug,
roadAddress: input.roadAddress,
district: input.district,
- latitude: input.latitude,
- longitude: input.longitude,
priceItems: input.priceItems.map((item) => ({
label: item.label,
amount: item.amount,
diff --git a/src/features/places/types.ts b/src/features/places/types.ts
index b2ae4dd..bab36e7 100644
--- a/src/features/places/types.ts
+++ b/src/features/places/types.ts
@@ -35,7 +35,7 @@ export type PlaceBounds = {
export type PlaceQueryBounds = PlaceBounds;
export type PlaceSearchScope = "viewport" | "global";
-export type PlaceSort = "price" | "recent" | "likes";
+export type PlaceSort = "price" | "recent";
export type PlaceRecord = {
id: string;
diff --git a/src/features/submission/place-coordinate-picker.tsx b/src/features/submission/place-coordinate-picker.tsx
deleted file mode 100644
index 57fcb5a..0000000
--- a/src/features/submission/place-coordinate-picker.tsx
+++ /dev/null
@@ -1,322 +0,0 @@
-"use client";
-
-import { useEffect, useEffectEvent, useMemo, useRef, useState, useTransition } from "react";
-
-import {
- DEFAULT_MAP_CENTER,
- geocodeAddress,
- getLoadedNaverMapSdk,
- getNaverMapKeyId,
- loadNaverMapSdk,
- type MapPoint,
- type MapStatus,
- type NaverMapInstance,
- type NaverMarkerInstance,
-} from "@/features/map/naver-map-sdk";
-
-type PlaceCoordinatePickerProps = {
- placeName: string;
- address: string;
- district: string;
- latitude: string;
- longitude: string;
- onChange: (next: { latitude: string; longitude: string }) => void;
- disabled?: boolean;
- showLookupButton?: boolean;
-};
-
-function formatCoordinate(value: number | null) {
- if (value === null || Number.isNaN(value)) {
- return "";
- }
-
- return value.toFixed(6);
-}
-
-function parseCoordinatePair(
- latitude: string,
- longitude: string,
-): MapPoint | null {
- const parsedLatitude = Number(latitude);
- const parsedLongitude = Number(longitude);
-
- if (!Number.isFinite(parsedLatitude) || !Number.isFinite(parsedLongitude)) {
- return null;
- }
-
- return {
- lat: parsedLatitude,
- lng: parsedLongitude,
- };
-}
-
-export function PlaceCoordinatePicker({
- placeName,
- address,
- district,
- latitude,
- longitude,
- onChange,
- disabled = false,
- showLookupButton = true,
-}: PlaceCoordinatePickerProps) {
- const mapContainerRef = useRef(null);
- const mapInstanceRef = useRef(null);
- const markerRef = useRef(null);
- const naverMapKeyId = getNaverMapKeyId();
- const [status, setStatus] = useState(
- naverMapKeyId ? "loading" : "missing-key",
- );
- const [lookupMessage, setLookupMessage] = useState(null);
- const [isLookingUp, startLookupTransition] = useTransition();
- const selectedPoint = useMemo(
- () => parseCoordinatePair(latitude, longitude),
- [latitude, longitude],
- );
- const emitChange = useEffectEvent(onChange);
-
- useEffect(() => {
- if (!naverMapKeyId || !mapContainerRef.current) {
- return;
- }
-
- let cancelled = false;
-
- loadNaverMapSdk(naverMapKeyId)
- .then((naver) => {
- if (cancelled || !mapContainerRef.current) {
- return;
- }
-
- const center = selectedPoint ?? DEFAULT_MAP_CENTER;
- const centerLatLng = new naver.maps.LatLng(center.lat, center.lng);
-
- if (!mapInstanceRef.current) {
- mapInstanceRef.current = new naver.maps.Map(mapContainerRef.current, {
- center: centerLatLng,
- zoom: selectedPoint ? 16 : 13,
- mapDataControl: false,
- scaleControl: false,
- logoControl: false,
- });
-
- naver.maps.Event.addListener(
- mapInstanceRef.current,
- "click",
- (event?: { coord?: { y?: number; x?: number } }) => {
- if (disabled) {
- return;
- }
-
- const nextLatitude = event?.coord?.y;
- const nextLongitude = event?.coord?.x;
-
- if (
- typeof nextLatitude !== "number" ||
- typeof nextLongitude !== "number"
- ) {
- return;
- }
-
- emitChange({
- latitude: formatCoordinate(nextLatitude),
- longitude: formatCoordinate(nextLongitude),
- });
- },
- );
- } else {
- mapInstanceRef.current.setCenter?.(centerLatLng);
- mapInstanceRef.current.setZoom?.(selectedPoint ? 16 : 13);
- }
-
- setStatus("ready");
- })
- .catch((error) => {
- console.error("Failed to initialize NAVER Maps for submission picker.", error);
-
- if (!cancelled) {
- setStatus("error");
- }
- });
-
- return () => {
- cancelled = true;
- };
- }, [disabled, naverMapKeyId, selectedPoint]);
-
- useEffect(() => {
- if (status !== "ready" || !mapInstanceRef.current) {
- return;
- }
-
- const naver = getLoadedNaverMapSdk();
- const LatLng = naver?.maps.LatLng;
-
- if (!naver || !LatLng) {
- return;
- }
-
- if (!selectedPoint) {
- markerRef.current?.setMap?.(null);
- markerRef.current = null;
- mapInstanceRef.current.setCenter?.(
- new LatLng(DEFAULT_MAP_CENTER.lat, DEFAULT_MAP_CENTER.lng),
- );
- mapInstanceRef.current.setZoom?.(13);
- return;
- }
-
- markerRef.current?.setMap?.(null);
- markerRef.current = new naver.maps.Marker({
- map: mapInstanceRef.current,
- position: new LatLng(selectedPoint.lat, selectedPoint.lng),
- title: placeName || "등록 위치",
- });
-
- mapInstanceRef.current.panTo?.(new LatLng(selectedPoint.lat, selectedPoint.lng));
- mapInstanceRef.current.setZoom?.(16);
- }, [placeName, selectedPoint, status]);
-
- useEffect(() => {
- if (status !== "ready" || !mapInstanceRef.current) {
- return;
- }
-
- const handleResize = () => {
- mapInstanceRef.current?.autoResize?.();
- };
-
- window.addEventListener("resize", handleResize);
-
- return () => {
- window.removeEventListener("resize", handleResize);
- };
- }, [status]);
-
- useEffect(() => {
- return () => {
- markerRef.current?.setMap?.(null);
- markerRef.current = null;
- mapInstanceRef.current?.destroy?.();
- mapInstanceRef.current = null;
- };
- }, []);
-
- const statusMessage =
- status === "missing-key"
- ? "지도 연결이 아직 준비되지 않았습니다. 잠시 후 다시 시도해주세요."
- : status === "error"
- ? "지도를 불러오지 못했습니다. 잠시 후 다시 시도해주세요."
- : status === "loading"
- ? "지도를 불러오는 중입니다."
- : null;
-
- return (
-
-
-
- Location
-
-
- 지도 위치 확인
-
- {placeName || district || address ? (
-
- {[placeName || null, district || null, address || null]
- .filter(Boolean)
- .join(" · ")}
-
- ) : null}
-
-
-
-
-
- {status === "ready" ? "네이버 지도" : "프리뷰 안내"}
-
-
- {showLookupButton ? (
- {
- startLookupTransition(async () => {
- if (!address.trim()) {
- setLookupMessage("주소를 먼저 입력한 뒤 위치 확인을 실행해주세요.");
- return;
- }
-
- if (status !== "ready") {
- setLookupMessage(
- "지도를 사용할 수 없어 주소 기반 위치 확인을 실행할 수 없습니다.",
- );
- return;
- }
-
- const query = [district.trim(), address.trim()]
- .filter(Boolean)
- .join(" ");
-
- try {
- const result = await geocodeAddress(query);
-
- if (!result) {
- setLookupMessage("입력한 주소로 위치를 찾지 못했습니다.");
- return;
- }
-
- onChange({
- latitude: result.point.lat.toFixed(6),
- longitude: result.point.lng.toFixed(6),
- });
- setLookupMessage("주소 기준 위치를 채웠습니다. 필요하면 지도에서 다시 조정하세요.");
- } catch (error) {
- console.error("Failed to geocode submission address.", error);
- setLookupMessage("주소 위치 확인에 실패했습니다. 잠시 후 다시 시도해주세요.");
- }
- });
- }}
- disabled={disabled || isLookingUp}
- className="altteulmap-button border border-stone-300 bg-white px-3 py-1.5 text-xs text-stone-700 transition hover:bg-stone-100 disabled:cursor-not-allowed disabled:opacity-60"
- >
- {isLookingUp ? "위치 확인 중..." : "주소로 위치 확인"}
-
- ) : null}
- {selectedPoint ? (
-
- onChange({
- latitude: "",
- longitude: "",
- })
- }
- disabled={disabled}
- className="altteulmap-button border border-stone-300 bg-white px-3 py-1.5 text-xs text-stone-700 transition hover:bg-stone-100 disabled:cursor-not-allowed disabled:opacity-60"
- >
- 위치 다시 선택
-
- ) : null}
-
-
-
-
- 지도에 노출하려면 위치 확인이 필요합니다.
- {statusMessage ? ` ${statusMessage}` : ""}
-
- {lookupMessage ? (
-
{lookupMessage}
- ) : null}
-
-
- );
-}
diff --git a/src/features/submission/place-submit-form.tsx b/src/features/submission/place-submit-form.tsx
index a6c468d..71b12f8 100644
--- a/src/features/submission/place-submit-form.tsx
+++ b/src/features/submission/place-submit-form.tsx
@@ -1,22 +1,14 @@
"use client";
import { zodResolver } from "@hookform/resolvers/zod";
-import { useFieldArray, useForm, useWatch } from "react-hook-form";
-import { useEffect, useRef, useState, useTransition } from "react";
+import { useFieldArray, useForm } from "react-hook-form";
+import { useState, useTransition } from "react";
import { categoryGroups } from "@/features/categories/catalog";
-import {
- geocodeAddress,
- getNaverMapKeyId,
- loadNaverMapSdk,
-} from "@/features/map/naver-map-sdk";
import {
type PlaceSubmissionFormInput,
type PlaceSubmissionFormValues,
- type PlaceSubmissionInput,
- placeSubmissionCoordinateRequirementMessage,
placeSubmissionFormSchema,
- placeSubmissionSchema,
} from "@/features/submission/schema";
type SubmitResult = {
@@ -29,8 +21,6 @@ type SubmitResult = {
categorySlug: string;
roadAddress: string;
district: string;
- latitude?: number;
- longitude?: number;
priceItems: Array<{
label: string;
amount: number;
@@ -45,8 +35,6 @@ const defaultValues: PlaceSubmissionFormInput = {
categorySlug: "",
roadAddress: "",
district: "",
- latitude: "",
- longitude: "",
note: "",
priceItems: [
{
@@ -60,12 +48,6 @@ const defaultValues: PlaceSubmissionFormInput = {
export function PlaceSubmitForm() {
const [submitResult, setSubmitResult] = useState(null);
const [isPending, startTransition] = useTransition();
- const [isResolvingLocation, startLocationResolveTransition] = useTransition();
- const [locationMessage, setLocationMessage] = useState(null);
- const previousLocationInputRef = useRef<{
- address: string;
- district: string;
- } | null>(null);
const form = useForm<
PlaceSubmissionFormInput,
@@ -80,11 +62,6 @@ export function PlaceSubmitForm() {
register,
control,
handleSubmit,
- clearErrors,
- getValues,
- setError,
- setValue,
- trigger,
formState: { errors },
} = form;
@@ -92,258 +69,17 @@ export function PlaceSubmitForm() {
control,
name: "priceItems",
});
- const watchedAddress = useWatch({
- control,
- name: "roadAddress",
- defaultValue: "",
- });
- const watchedDistrict = useWatch({
- control,
- name: "district",
- defaultValue: "",
- });
- const watchedLatitude = useWatch({
- control,
- name: "latitude",
- defaultValue: "",
- });
- const watchedLongitude = useWatch({
- control,
- name: "longitude",
- defaultValue: "",
- });
- const latitudeValue =
- typeof watchedLatitude === "string"
- ? watchedLatitude
- : watchedLatitude == null
- ? ""
- : String(watchedLatitude);
- const longitudeValue =
- typeof watchedLongitude === "string"
- ? watchedLongitude
- : watchedLongitude == null
- ? ""
- : String(watchedLongitude);
- const isLocationConfirmed = Boolean(latitudeValue && longitudeValue);
-
- const setCoordinateFields = (latitude: string, longitude: string) => {
- setValue("latitude", latitude, {
- shouldDirty: true,
- shouldValidate: true,
- });
- setValue("longitude", longitude, {
- shouldDirty: true,
- shouldValidate: true,
- });
- };
-
- useEffect(() => {
- const previous = previousLocationInputRef.current;
- previousLocationInputRef.current = {
- address: watchedAddress,
- district: watchedDistrict,
- };
-
- if (!previous) {
- return;
- }
-
- const addressChanged =
- previous.address !== watchedAddress || previous.district !== watchedDistrict;
-
- if (!addressChanged || !latitudeValue || !longitudeValue) {
- return;
- }
-
- setValue("latitude", "", {
- shouldDirty: true,
- shouldValidate: true,
- });
- setValue("longitude", "", {
- shouldDirty: true,
- shouldValidate: true,
- });
- setError("latitude", {
- type: "manual",
- message: "주소가 바뀌어 위치를 다시 확인해주세요.",
- });
- setError("longitude", {
- type: "manual",
- message: "주소가 바뀌어 위치를 다시 확인해주세요.",
- });
- }, [
- latitudeValue,
- longitudeValue,
- setError,
- setValue,
- watchedAddress,
- watchedDistrict,
- ]);
-
- const resolveCoordinatesFromAddress = async (
- values: PlaceSubmissionFormValues,
- ): Promise => {
- if (
- typeof values.latitude === "number" &&
- typeof values.longitude === "number"
- ) {
- clearErrors(["latitude", "longitude"]);
- return placeSubmissionSchema.parse(getValues());
- }
-
- if (
- typeof values.latitude === "number" ||
- typeof values.longitude === "number"
- ) {
- setError("latitude", {
- type: "manual",
- message: "위도와 경도는 함께 입력해주세요.",
- });
- setError("longitude", {
- type: "manual",
- message: "위도와 경도는 함께 입력해주세요.",
- });
- return null;
- }
-
- if (!values.roadAddress.trim()) {
- setError("latitude", {
- type: "manual",
- message: placeSubmissionCoordinateRequirementMessage,
- });
- setError("longitude", {
- type: "manual",
- message: placeSubmissionCoordinateRequirementMessage,
- });
- return null;
- }
-
- const naverMapKeyId = getNaverMapKeyId();
-
- if (!naverMapKeyId) {
- setError("latitude", {
- type: "manual",
- message:
- "주소 위치를 자동으로 확인할 수 없습니다. 잠시 후 다시 시도해주세요.",
- });
- setError("longitude", {
- type: "manual",
- message:
- "주소 위치를 자동으로 확인할 수 없습니다. 잠시 후 다시 시도해주세요.",
- });
- return null;
- }
-
- try {
- const query = [values.district.trim(), values.roadAddress.trim()]
- .filter(Boolean)
- .join(" ");
- const result = await loadNaverMapSdk(naverMapKeyId).then(() =>
- geocodeAddress(query),
- );
-
- if (!result) {
- setLocationMessage(null);
- setError("latitude", {
- type: "manual",
- message:
- "입력한 주소로 위치를 찾지 못했습니다. 주소를 다시 확인해주세요.",
- });
- setError("longitude", {
- type: "manual",
- message:
- "입력한 주소로 위치를 찾지 못했습니다. 주소를 다시 확인해주세요.",
- });
- return null;
- }
-
- const nextLatitude = result.point.lat.toFixed(6);
- const nextLongitude = result.point.lng.toFixed(6);
-
- setCoordinateFields(nextLatitude, nextLongitude);
- clearErrors(["latitude", "longitude"]);
- setLocationMessage("주소 확인이 완료되었습니다.");
-
- const parsed = placeSubmissionSchema.safeParse({
- ...getValues(),
- latitude: nextLatitude,
- longitude: nextLongitude,
- });
-
- if (!parsed.success) {
- setLocationMessage(null);
- setError("latitude", {
- type: "manual",
- message: placeSubmissionCoordinateRequirementMessage,
- });
- setError("longitude", {
- type: "manual",
- message: placeSubmissionCoordinateRequirementMessage,
- });
- return null;
- }
-
- return parsed.data;
- } catch {
- setLocationMessage(null);
- setError("latitude", {
- type: "manual",
- message:
- "주소 기준 위치 확인에 실패했습니다. 잠시 후 다시 시도해주세요.",
- });
- setError("longitude", {
- type: "manual",
- message:
- "주소 기준 위치 확인에 실패했습니다. 잠시 후 다시 시도해주세요.",
- });
- return null;
- }
- };
-
- const handleAddressLookup = () => {
- startLocationResolveTransition(async () => {
- const values = getValues();
- const query = [values.district?.trim(), values.roadAddress?.trim()]
- .filter(Boolean)
- .join(" ");
-
- if (!query) {
- setLocationMessage(null);
- setError("roadAddress", {
- type: "manual",
- message: "업장 주소를 먼저 입력해주세요.",
- });
- setLocationMessage(null);
- return;
- }
-
- clearErrors(["roadAddress", "latitude", "longitude"]);
- await resolveCoordinatesFromAddress(values as PlaceSubmissionFormValues);
- });
- };
const onSubmit = handleSubmit((values) => {
startTransition(async () => {
setSubmitResult(null);
- const payload = await resolveCoordinatesFromAddress(values);
-
- if (!payload) {
- return;
- }
-
- const isValid = await trigger();
-
- if (!isValid) {
- return;
- }
-
const response = await fetch("/api/places", {
method: "POST",
headers: {
"Content-Type": "application/json",
},
- body: JSON.stringify(payload),
+ body: JSON.stringify(values),
});
const result = (await response.json()) as SubmitResult;
@@ -376,9 +112,6 @@ export function PlaceSubmitForm() {
className="rounded-2xl border border-stone-300 bg-white px-4 py-3 outline-none transition focus:border-stone-900"
placeholder="예: 학교앞김밥, 성북청년밥집"
/>
-
- 간판명이나 사용자가 바로 알아볼 수 있는 이름 하나만 입력하면 됩니다.
-
{errors.name ? (
{errors.name.message}
@@ -427,52 +160,20 @@ export function PlaceSubmitForm() {
-
-
-
업장 주소
-
- 도로명 주소를 입력하고 위치 확인까지 끝내야 지도에 표시됩니다.
-
-
-
- {isLocationConfirmed ? "위치 확인됨" : "위치 미확인"}
-
-
-
+
+ 업장 주소
-
- {isResolvingLocation ? "위치 확인 중..." : "주소로 위치 확인"}
-
-
+
{errors.roadAddress ? (
{errors.roadAddress.message}
) : null}
- {isLocationConfirmed && locationMessage ? (
-
- {locationMessage}
-
- ) : null}
@@ -578,39 +279,13 @@ export function PlaceSubmitForm() {
-
-
- 주소 텍스트를 기준으로 내부 위치 확인을 진행합니다. 정확한 도로명 주소를 입력해주세요.
-
-
-
- {errors.latitude || errors.longitude ? (
-
- {errors.latitude?.message ?? errors.longitude?.message}
-
- ) : null}
-
- {isLocationConfirmed
- ? "업장 위치 확인이 완료되었습니다. 제출 시 이 주소 기준으로 저장됩니다."
- : "아직 업장 위치가 확인되지 않았습니다. 주소로 위치 확인이 필요합니다."}
-
-
-
- {isPending ? "등록 확인 중..." : "장소 등록하기"}
+ {isPending ? "등록 접수 중..." : "장소 등록하기"}
@@ -644,16 +319,6 @@ export function PlaceSubmitForm() {
{submitResult.preview.roadAddress} ·{" "}
{submitResult.preview.district}
- {typeof submitResult.preview.latitude === "number" &&
- typeof submitResult.preview.longitude === "number" ? (
- <>
-
제출 좌표
-
- {submitResult.preview.latitude.toFixed(6)},{" "}
- {submitResult.preview.longitude.toFixed(6)}
-
- >
- ) : null}
{submitResult.preview.priceItems.map((item) => (
- issue.input === undefined
- ? placeSubmissionCoordinateRequirementMessage
- : "위도 범위가 올바르지 않습니다.",
- })
- .min(-90, "위도 범위가 올바르지 않습니다.")
- .max(90, "위도 범위가 올바르지 않습니다."),
-);
-
-const requiredLongitudeSchema = z.preprocess(
- normalizeCoordinateInput,
- z
- .number({
- error: (issue) =>
- issue.input === undefined
- ? placeSubmissionCoordinateRequirementMessage
- : "경도 범위가 올바르지 않습니다.",
- })
- .min(-180, "경도 범위가 올바르지 않습니다.")
- .max(180, "경도 범위가 올바르지 않습니다."),
-);
-
const optionalLatitudeSchema = z.preprocess(
normalizeCoordinateInput,
z
@@ -107,8 +78,6 @@ const placeSubmissionBaseSchema = z.object({
.trim()
.min(1, "지역 구분을 입력해주세요.")
.max(80, "지역 구분은 80자 이하로 입력해주세요."),
- latitude: optionalLatitudeSchema,
- longitude: optionalLongitudeSchema,
note: z
.string()
.trim()
@@ -142,56 +111,17 @@ function refinePlaceSubmissionLabels(
});
}
-function refineOptionalCoordinatePair(
- value: z.infer,
- context: z.RefinementCtx,
-) {
- const hasLatitude = typeof value.latitude === "number";
- const hasLongitude = typeof value.longitude === "number";
-
- if (hasLatitude !== hasLongitude) {
- context.addIssue({
- code: z.ZodIssueCode.custom,
- message: "위도와 경도는 함께 입력해주세요.",
- path: [hasLatitude ? "longitude" : "latitude"],
- });
- }
-}
-
export const placeSubmissionFormSchema = placeSubmissionBaseSchema.superRefine(
- (value, context) => {
- refinePlaceSubmissionLabels(value, context);
- refineOptionalCoordinatePair(value, context);
- },
+ refinePlaceSubmissionLabels,
);
-export const placeSubmissionSchema = placeSubmissionBaseSchema
- .extend({
- latitude: requiredLatitudeSchema,
- longitude: requiredLongitudeSchema,
- })
- .superRefine((value, context) => {
- refinePlaceSubmissionLabels(value, context);
-
- if (
- typeof value.latitude !== "number" ||
- typeof value.longitude !== "number"
- ) {
- context.addIssue({
- code: z.ZodIssueCode.custom,
- message: "주소 위치를 확인해 좌표를 지정해주세요.",
- path: [
- typeof value.latitude !== "number" ? "latitude" : "longitude",
- ],
- });
- }
- });
+export const placeSubmissionSchema = placeSubmissionFormSchema;
export const placeModerationSchema = z
.object({
decision: z.enum(["approve", "reject"]),
- latitude: z.coerce.number().min(-90).max(90).optional(),
- longitude: z.coerce.number().min(-180).max(180).optional(),
+ latitude: optionalLatitudeSchema,
+ longitude: optionalLongitudeSchema,
})
.superRefine((value, context) => {
if (value.decision === "approve") {
diff --git a/src/lib/admin-app.ts b/src/lib/admin-app.ts
new file mode 100644
index 0000000..5704fee
--- /dev/null
+++ b/src/lib/admin-app.ts
@@ -0,0 +1,44 @@
+import "server-only";
+
+import { serverEnv } from "@/lib/env";
+
+function normalizeBaseUrl(value: string | undefined) {
+ if (!value) {
+ return null;
+ }
+
+ return value.endsWith("/") ? value : `${value}/`;
+}
+
+export function getAdminAppBaseUrl() {
+ return normalizeBaseUrl(serverEnv.ADMIN_APP_URL);
+}
+
+export function hasExternalAdminApp() {
+ return Boolean(getAdminAppBaseUrl());
+}
+
+export function getAdminAppHref(pathname = "/admin") {
+ const baseUrl = getAdminAppBaseUrl();
+
+ if (!baseUrl) {
+ return pathname;
+ }
+
+ return new URL(pathname.replace(/^\//, ""), baseUrl).toString();
+}
+
+export function createExternalAdminApiResponse(pathname: string) {
+ const adminUrl = hasExternalAdminApp() ? getAdminAppHref(pathname) : null;
+
+ return Response.json(
+ {
+ ok: false,
+ message: adminUrl
+ ? "관리자 기능은 별도 관리자 앱으로 이동했습니다."
+ : "관리자 앱 주소가 아직 설정되지 않았습니다.",
+ adminUrl,
+ },
+ { status: 503 },
+ );
+}
diff --git a/src/lib/env.ts b/src/lib/env.ts
index 4f7fa65..9686331 100644
--- a/src/lib/env.ts
+++ b/src/lib/env.ts
@@ -21,6 +21,14 @@ const serverEnvSchema = z.object({
const normalized = value.trim();
return normalized.length > 0 ? normalized : undefined;
}, z.string().url().optional()),
+ ADMIN_APP_URL: z.preprocess((value) => {
+ if (typeof value !== "string") {
+ return value;
+ }
+
+ const normalized = value.trim();
+ return normalized.length > 0 ? normalized : undefined;
+ }, z.string().url().optional()),
AUTH_DEMO_PASSWORD: z.string().min(1).default("demo1234"),
AUTH_ADMIN_PASSWORD: z.string().min(1).default("admin1234"),
AUTH_KAKAO_CLIENT_ID: optionalNonEmptyString,
@@ -34,6 +42,7 @@ const serverEnv = serverEnvSchema.parse({
USE_MOCK_DATA: process.env.USE_MOCK_DATA,
AUTH_SECRET: process.env.AUTH_SECRET,
NEXTAUTH_URL: process.env.NEXTAUTH_URL,
+ ADMIN_APP_URL: process.env.ADMIN_APP_URL,
AUTH_DEMO_PASSWORD: process.env.AUTH_DEMO_PASSWORD,
AUTH_ADMIN_PASSWORD: process.env.AUTH_ADMIN_PASSWORD,
AUTH_KAKAO_CLIENT_ID: process.env.AUTH_KAKAO_CLIENT_ID,
diff --git a/src/lib/public-write-actor.ts b/src/lib/public-write-actor.ts
index 8d34dc9..c05b38b 100644
--- a/src/lib/public-write-actor.ts
+++ b/src/lib/public-write-actor.ts
@@ -1,7 +1,5 @@
import "server-only";
-import type { NextResponse } from "next/server";
-
import { getSessionUser, type SessionUser } from "@/lib/session";
import {
createVisitorId,
@@ -41,7 +39,7 @@ export async function getPublicWriteActor(
}
export function setPublicWriteActorCookie(
- response: NextResponse,
+ response: Response,
actor: PublicWriteActor,
request: Request,
) {
diff --git a/src/lib/session.ts b/src/lib/session.ts
index 287b5d3..0779bdc 100644
--- a/src/lib/session.ts
+++ b/src/lib/session.ts
@@ -2,8 +2,9 @@ import "server-only";
import { getServerSession } from "next-auth";
-import { authOptions } from "@/auth";
+import { getAuthOptions } from "@/auth";
import type { AppUserRole } from "@/features/auth/constants";
+import { serverEnv } from "@/lib/env";
export type SessionUser = {
id: string;
@@ -58,7 +59,11 @@ export function createSignupHref(callbackUrl: string) {
}
export async function getSessionUser(): Promise {
- const session = await getServerSession(authOptions);
+ if (!serverEnv.AUTH_SECRET) {
+ return null;
+ }
+
+ const session = await getServerSession(getAuthOptions());
const user = session?.user;
if (!user?.id || !user.email) {
diff --git a/src/lib/visitor-id.ts b/src/lib/visitor-id.ts
index b59266b..b16684b 100644
--- a/src/lib/visitor-id.ts
+++ b/src/lib/visitor-id.ts
@@ -1,7 +1,6 @@
import "server-only";
import { cookies } from "next/headers";
-import { NextResponse } from "next/server";
const VISITOR_ID_COOKIE_NAME = "altteulmap_visitor_id";
const VISITOR_ID_COOKIE_MAX_AGE = 60 * 60 * 24 * 365;
@@ -20,6 +19,42 @@ export async function getVisitorIdFromCookie() {
return normalizeVisitorId(cookieStore.get(VISITOR_ID_COOKIE_NAME)?.value);
}
+function serializeCookie(
+ name: string,
+ value: string,
+ options: {
+ httpOnly?: boolean;
+ sameSite?: "lax" | "strict" | "none";
+ secure?: boolean;
+ path?: string;
+ maxAge?: number;
+ },
+) {
+ const parts = [`${name}=${encodeURIComponent(value)}`];
+
+ if (options.maxAge) {
+ parts.push(`Max-Age=${options.maxAge}`);
+ }
+
+ if (options.path) {
+ parts.push(`Path=${options.path}`);
+ }
+
+ if (options.httpOnly) {
+ parts.push("HttpOnly");
+ }
+
+ if (options.sameSite) {
+ parts.push(`SameSite=${options.sameSite[0].toUpperCase()}${options.sameSite.slice(1)}`);
+ }
+
+ if (options.secure) {
+ parts.push("Secure");
+ }
+
+ return parts.join("; ");
+}
+
function shouldUseSecureVisitorCookie(requestUrl?: string) {
if (!requestUrl) {
return process.env.NODE_ENV === "production";
@@ -35,19 +70,18 @@ function shouldUseSecureVisitorCookie(requestUrl?: string) {
}
export function setVisitorIdCookie(
- response: NextResponse,
+ response: Response,
visitorId: string,
requestUrl?: string,
) {
- response.cookies.set(
- VISITOR_ID_COOKIE_NAME,
- visitorId,
- {
+ response.headers.append(
+ "Set-Cookie",
+ serializeCookie(VISITOR_ID_COOKIE_NAME, visitorId, {
httpOnly: true,
sameSite: "lax",
secure: shouldUseSecureVisitorCookie(requestUrl),
path: "/",
maxAge: VISITOR_ID_COOKIE_MAX_AGE,
- },
+ }),
);
}
diff --git a/tests/e2e/admin-dashboard.spec.ts b/tests/e2e/admin-dashboard.spec.ts
new file mode 100644
index 0000000..a33c045
--- /dev/null
+++ b/tests/e2e/admin-dashboard.spec.ts
@@ -0,0 +1,38 @@
+import "dotenv/config";
+
+import { expect, test } from "@playwright/test";
+
+import {
+ ADMIN_EMAIL,
+ ADMIN_PASSWORD,
+ loginWithCredentials,
+} from "./helpers/auth";
+
+test("운영자 로그인 시 지도와 관리자 대시보드에서 관리/로그아웃 액션을 사용할 수 있다", async ({
+ page,
+}) => {
+ await loginWithCredentials(page, {
+ callbackUrl: "/",
+ email: ADMIN_EMAIL,
+ password: ADMIN_PASSWORD,
+ });
+
+ await expect(page).toHaveURL(/\/$/);
+ await expect(page.getByTestId("session-user-badge")).toBeVisible();
+ await expect(page.getByTestId("session-admin-link")).toBeVisible();
+ await expect(page.getByTestId("sign-out-button")).toBeVisible();
+
+ await page.getByTestId("session-admin-link").click();
+
+ await expect(page).toHaveURL(/\/admin$/);
+ await expect(page.getByTestId("admin-metric-total-users")).toBeVisible();
+ await expect(page.getByTestId("admin-metric-current-sessions")).toBeVisible();
+ await expect(page.getByTestId("admin-recent-user-list")).toBeVisible();
+ await expect(page.getByTestId("admin-overview-places-link")).toBeVisible();
+ await expect(page.getByTestId("admin-overview-reports-link")).toBeVisible();
+
+ await page.getByTestId("sign-out-button").click();
+
+ await expect(page).toHaveURL(/\/$/);
+ await expect(page.getByTestId("session-login-link")).toBeVisible();
+});
diff --git a/tests/e2e/map.spec.ts b/tests/e2e/map.spec.ts
index 5088eec..2abbc72 100644
--- a/tests/e2e/map.spec.ts
+++ b/tests/e2e/map.spec.ts
@@ -56,20 +56,3 @@ test("지도 검색, 상세 시트, 비회원 좋아요, 공유, 닫기 흐름",
await expect(detailSheet).toBeHidden();
await expect(page.getByTestId("map-panel-shell")).toBeVisible();
});
-
-test("좋아요순 정렬에서 목록 좋아요 수가 내림차순이다", async ({ page }) => {
- await page.goto("/");
-
- await page.getByTestId("sort-option-likes").click();
- await expect(page).toHaveURL(/sort=likes/);
- await expect(page.getByTestId("place-list")).toBeVisible();
-
- const counts = await page
- .locator("[data-testid^='place-list-like-count-']")
- .allTextContents();
- const numericCounts = counts.map((value) => parseCount(value));
- const sortedCounts = [...numericCounts].sort((left, right) => right - left);
-
- expect(numericCounts.length).toBeGreaterThan(1);
- expect(numericCounts).toEqual(sortedCounts);
-});
diff --git a/tests/e2e/submission-admin.spec.ts b/tests/e2e/submission-admin.spec.ts
index 5e045e2..4a62f34 100644
--- a/tests/e2e/submission-admin.spec.ts
+++ b/tests/e2e/submission-admin.spec.ts
@@ -1,6 +1,6 @@
import "dotenv/config";
-import { expect, test, type Page } from "@playwright/test";
+import { expect, test } from "@playwright/test";
import {
ADMIN_EMAIL,
@@ -10,38 +10,15 @@ import {
loginWithCredentials,
} from "./helpers/auth";
-async function setHiddenCoordinate(
- page: Page,
- testId: "submit-latitude" | "submit-longitude",
- value: string,
-) {
- await page.getByTestId(testId).evaluate((element, nextValue) => {
- const input = element as HTMLInputElement;
- input.value = String(nextValue);
- input.dispatchEvent(new Event("input", { bubbles: true }));
- input.dispatchEvent(new Event("change", { bubbles: true }));
- }, value);
-}
-
-test("장소 등록 폼에서 주소가 바뀌면 좌표를 다시 확인해야 한다", async ({
+test("공개 장소 등록 폼은 텍스트 입력만 노출한다", async ({
page,
}) => {
await page.goto("/submit");
await expect(page.getByTestId("place-submit-form")).toBeVisible();
- await page.getByTestId("submit-district").fill("서울 성북구");
- await page
- .getByTestId("submit-road-address")
- .fill("서울 성북구 동소문로22길 31");
- await setHiddenCoordinate(page, "submit-latitude", "37.590100");
- await setHiddenCoordinate(page, "submit-longitude", "127.015800");
-
- await page
- .getByTestId("submit-road-address")
- .fill("서울 성북구 보문로 12");
-
- await expect(page.getByTestId("submit-latitude")).toHaveValue("");
- await expect(page.getByTestId("submit-longitude")).toHaveValue("");
+ await expect(page.getByTestId("submit-address-lookup-button")).toHaveCount(0);
+ await expect(page.getByTestId("submit-latitude")).toHaveCount(0);
+ await expect(page.getByTestId("submit-longitude")).toHaveCount(0);
});
test("장소를 등록하고 운영자가 승인하면 홈 검색에 노출된다", async ({
@@ -91,8 +68,6 @@ test("장소를 등록하고 운영자가 승인하면 홈 검색에 노출된
await userPage
.getByTestId("submit-note")
.fill("E2E 승인 검증용 제출 데이터입니다.");
- await setHiddenCoordinate(userPage, "submit-latitude", latitude);
- await setHiddenCoordinate(userPage, "submit-longitude", longitude);
await userPage.getByTestId("submit-place-button").click();
await expect(userPage.getByTestId("submit-result")).toBeVisible();
diff --git a/trd.md b/trd.md
index d1656d5..94b6183 100644
--- a/trd.md
+++ b/trd.md
@@ -155,7 +155,8 @@
- 비회원과 로그인 사용자 모두 가능
- 장소 신규 등록 가능
- 공개 등록 폼은 `name` 단일 필드만 노출하고, `business_name`은 운영 보강 또는 기존 데이터 호환용 nullable metadata로 유지한다
-- 공개 등록 폼은 지도/좌표 UI를 노출하지 않고, 텍스트 주소 입력 뒤 내부 geocoding으로 위치 확인이 끝나야 저장한다
+- 공개 등록 폼은 지도/좌표 UI와 링크 입력 UI를 노출하지 않고, 이름/주소/가격 같은 텍스트 정보만 접수한다
+- 지도 표시 좌표 확인은 운영자 승인 단계에서 처리하고, 승인 시 확정한 좌표를 저장한다
- 가격 항목은 최소 1개 입력
- 인증 사용자가 아니면 `created_by_user_id`는 `null`로 저장하고, rate limit은 session user id가 없을 때 visitor cookie 또는 forwarded IP fallback 기준으로 적용한다
@@ -192,11 +193,15 @@
### 6.9 운영자 관리
- 운영자 전용 라우트 제공
- 최소 기능:
+ - overview 대시보드
+ - 사용자 수, 현재 세션 수, 승인/검토 큐 수 집계
+ - 최근 가입 사용자 목록
- 신고 목록 조회
- 장소 승인/수정
- 중복 장소 병합
- 가격 항목 수정
- 숨김 처리
+- 방문 수, DAU/WAU 같은 활동 지표는 별도 visit/activity 이벤트 적재 후 2차로 제공한다.
---
@@ -445,7 +450,6 @@
- `minPrice`
- `maxPrice`
- `includeNoPrice`
-- `sort`
응답 필드:
- `id`
@@ -531,10 +535,11 @@
## 13. 운영자 도구 설계
### 13.1 운영자 대시보드 우선순위
-1. 신고 처리
-2. 중복 장소 병합
-3. 장소 숨김/복구
-4. 가격 항목 수정
+1. overview 대시보드와 운영 진입 동선
+2. 신고 처리
+3. 중복 장소 병합
+4. 장소 숨김/복구
+5. 가격 항목 수정
### 13.2 중복 병합 규칙
- 병합 시 대표 장소 1건을 남긴다.
diff --git a/tsconfig.json b/tsconfig.json
index cf9c65d..472a3ad 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,11 @@
{
"compilerOptions": {
"target": "ES2017",
- "lib": ["dom", "dom.iterable", "esnext"],
+ "lib": [
+ "dom",
+ "dom.iterable",
+ "esnext"
+ ],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
@@ -19,7 +23,9 @@
}
],
"paths": {
- "@/*": ["./src/*"]
+ "@/*": [
+ "./src/*"
+ ]
}
},
"include": [
@@ -28,7 +34,11 @@
"**/*.tsx",
".next/types/**/*.ts",
".next/dev/types/**/*.ts",
- "**/*.mts"
+ "**/*.mts",
+ ".next-dev/types/**/*.ts",
+ ".next-dev/dev/types/**/*.ts"
],
- "exclude": ["node_modules"]
+ "exclude": [
+ "node_modules"
+ ]
}
diff --git a/wrangler.admin.jsonc b/wrangler.admin.jsonc
new file mode 100644
index 0000000..78db0b0
--- /dev/null
+++ b/wrangler.admin.jsonc
@@ -0,0 +1,25 @@
+{
+ "$schema": "node_modules/wrangler/config-schema.json",
+ "main": "apps/admin/.open-next/worker.js",
+ "name": "altteulmap-admin",
+ "keep_vars": true,
+ "compatibility_date": "2026-03-29",
+ "compatibility_flags": [
+ "nodejs_compat",
+ "global_fetch_strictly_public"
+ ],
+ "build": {
+ "command": "test -f apps/admin/.open-next/worker.js || npm run cf:build:admin"
+ },
+ "assets": {
+ "directory": "apps/admin/.open-next/assets",
+ "binding": "ASSETS"
+ },
+ "services": [
+ {
+ "binding": "WORKER_SELF_REFERENCE",
+ "service": "altteulmap-admin",
+ "environment": "production"
+ }
+ ]
+}
diff --git a/wrangler.jsonc b/wrangler.jsonc
index 6ffb086..2b43a72 100644
--- a/wrangler.jsonc
+++ b/wrangler.jsonc
@@ -8,6 +8,12 @@
"nodejs_compat",
"global_fetch_strictly_public"
],
+ "build": {
+ // Workers Builds on Cloudflare need to generate the OpenNext worker bundle first.
+ // Local deploy scripts already run `cf:build`, so this only fills the gap when
+ // Wrangler is invoked directly from a fresh checkout.
+ "command": "test -f .open-next/worker.js || npm run cf:build"
+ },
"assets": {
"directory": ".open-next/assets",
"binding": "ASSETS"
@@ -20,10 +26,5 @@
"service": "altteulmap",
"environment": "production"
}
- ],
- "images": {
- // Enable image optimization
- // see https://opennext.js.org/cloudflare/howtos/image
- "binding": "IMAGES"
- }
+ ]
}