diff --git a/PLAN.md b/PLAN.md index 42f4d2e..33faa9e 100644 --- a/PLAN.md +++ b/PLAN.md @@ -1,6 +1,6 @@ # PLAN.md -기준일: 2026-04-01 +기준일: 2026-04-05 목표: Altteulmap를 `지도 기반 절약 장소 탐색 + 가격 제보` 서비스 기준에서 MVP 완성도와 출시 준비 수준까지 끌어올린다. ## 운영 규칙 @@ -19,17 +19,16 @@ - 별도 정책 결정 전 보류: - 커뮤니티 `bang` - 핫딜 `deal` - - 좋아요 랭킹 ## 현재 우선순위 -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` 스크립트 +1. 운영 도메인 출시 마감: `workers.dev` 이후 custom domain 적용 여부 확정, canonical/robots/sitemap 최종 점검 +2. 운영 품질/QA 후속 정리: 운영 도메인 smoke 심화, 모바일 제스처 실사용 검증, rate limit·캐시 관측 정리 +3. 공개 UI 잔여 polish: 검색 URL 상태와 소규모 상호작용 polish 정리 +4. 공유 telemetry 후속 활용 범위 판단: 현재 지표를 더 확장할지, 현 범위에서 동결할지 결정 +5. repo-local 개발 워크플로우 유지: `.agents` skills/reviewers, `.githooks`, `verify` 스크립트 + +## 최근 완료 메모 +- README 포트폴리오 랜딩과 live 스크린샷 세트는 완료했다. 현재 GitHub 첫 화면에서는 제품 개요, 실데이터/배포 포인트, 핵심 화면, AI-native workflow를 짧게 확인할 수 있다. ## 현재 제품 상태 @@ -38,7 +37,7 @@ - 네이버 지도 연동과 preview fallback - 현재 위치 버튼 - viewport 기반 장소 재조회 -- 카테고리/가격 필터 +- 카테고리 필터 - 지역/전역 검색 - 장소 상세 시트와 개별 상세 페이지 - 북마크 @@ -49,6 +48,7 @@ - 기존 장소 가격 제보 - 관리자 가격 제보 검토 큐 - 관리자 가격 직접 수정/대표 지정/숨김 +- 관리자 visit/activity telemetry와 방문 지표 overview - 플레이스 좋아요/싫어요 반응 - 비로그인 visitor cookie 기반 좋아요/싫어요 - 지도 목록 좋아요 노출 @@ -64,21 +64,19 @@ - 검색 URL 상태 - 검색어/검색 범위는 반영되지만 지도 중심/줌 상태까지는 아직 URL에 싣지 않음 - 출시 준비 - - robots, sitemap, canonical, `smoke:local`, `deploy:check`, Playwright E2E 기본 흐름, credentials 로그인/가입/북마크/신고/관리자 승인/관리자 가격 검토 E2E, GitHub Actions CI, Cloudflare Builds 기준 배포 체크 문서는 정리 중이고, 현재 E2E는 세 그룹 실행 기준으로 반복 가능하다. Cloudflare 무료 플랜 기준 번들 경량화와 실제 `workers.dev` 배포까지는 통과했다. 실제 OAuth와 실제 운영 도메인 기준 end-to-end 점검은 남아 있다 + - robots, sitemap, canonical, `smoke:local`, `deploy:check`, Playwright E2E 기본 흐름, credentials 로그인/가입/북마크/신고/관리자 승인/관리자 가격 검토 E2E, GitHub Actions CI, Cloudflare Builds 기준 배포 체크는 정리되어 있다. 현재 E2E는 세 그룹 실행 기준으로 반복 가능하고, Cloudflare 무료 플랜 기준 번들 경량화와 실제 `workers.dev` 배포 및 remote smoke까지 통과했다. custom domain은 필요할 때만 마지막 운영 적용 단계로 남긴다 - 관리자 분리 - - 관리자 실제 구현은 `src/features/admin/pages`, `src/features/admin/api`에 있고, public 앱의 `/admin`, `/api/admin`은 `entrypoints`를 통해 embedded/external 모드를 바꿀 수 있다. 별도 `apps/admin` Next 앱 빌드는 가능하지만, 실제 `altteulmap-admin` 배포와 `ADMIN_APP_URL` 기준 cutover는 아직 남아 있다 + - 관리자 실제 구현은 `src/features/admin/pages`, `src/features/admin/api`에 있고, public 앱의 `/admin`, `/api/admin`은 `entrypoints`를 통해 embedded/external 모드를 바꿀 수 있다. `cf:build:public`은 관리자 route를 제거하지 않고 external redirect/API stub 모드로 빌드되며, `apps/admin` 별도 Next/OpenNext 빌드와 `deploy:check:public`, `deploy:check:admin`, `workers.dev` split 배포와 smoke 경로까지 정리됐다. custom domain 운영 적용은 선택적 마지막 단계다 - 인증 - - 로그인/회원가입 진입면과 로컬 credentials, 카카오/네이버 OAuth scaffolding은 준비돼 있고, 현재는 credentials 회원가입까지 동작한다. `.env.local` 기준으로 네이버는 활성화 가능 상태이고, 카카오는 client secret 누락 시 비활성화된다. 실제 provider credential과 callback URL로 끝까지 검증한 외부 로그인 경로는 아직 없다 + - 로그인/회원가입 진입면과 로컬 credentials는 운영 가능한 수준으로 정리됐고, 현재는 credentials 회원가입까지 동작한다. 카카오/네이버 OAuth scaffolding은 선택적으로 남겨 두되, 제품 필수 인증 경로와 검증은 credentials 기준으로 유지한다 - 반응 기능 - - 상세/상세 시트/지도 마커/지도 목록 반영까지 들어갔다. 별도 랭킹 화면은 아직 없다 + - 상세/상세 시트/지도 마커/지도 목록 반영까지 들어갔다. 별도 랭킹 화면은 현재 범위에서 제외한다 - 공유 기능 - - 상세 페이지와 상세 시트에서 링크 공유는 가능하지만, 목록 단위 공유나 공유 유입 추적은 아직 없다 + - 상세 페이지/상세 시트/지도 목록/인기 장소 카드에서 같은 공유 payload를 쓰고, 공유 링크에는 `ref=share`, `source`가 붙는다. 관리자 overview는 오늘/7일 공유 유입과 source breakdown을 본다 ### 미구현 핵심 -- 좋아요 랭킹 -- 사진 업로드 - 테스트 체계 - - 지도/상세/비회원 좋아요/공유, 모바일 목록 시트/상세 시트, 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` 세 그룹으로 반복 실행하고, 운영 도메인 기준 read-only smoke도 붙어 있다. 더 깊은 모바일 제스처 검증과 실사용 QA는 여전히 남아 있다 - 커뮤니티 `bang` - 핫딜 `deal` @@ -87,13 +85,14 @@ ### 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 경로, 검증 | +| 행정안전부 `착한가격업소` 사이트의 목록/엑셀/상세 구조를 분석해 1차 수집 경로와 필터 기준을 확정한다 | Codex | P1 | `done` | `/bssh/bsshList.do`, `/bssh/bsshPageExcel.do`, `/bssh/bsshInfo.json`의 역할, 좌표/상세/가격 데이터 차이, robots/rate limit 고려사항, `8천원 미만 1천건` 선별 기준과 적재 전략이 `PROGRESS.md`에 정리된다 | `PLAN.md`, `PROGRESS.md`, 외부 사이트 구조 | +| `착한가격업소` 실제 데이터를 더미 데이터 대신 넣을 수 있도록 수집 스크립트, 정규화 매핑, 좌표 확보 전략, import seed 경로를 구현한다 | Codex | P1 | `done` | 공식 다운로드 또는 페이지 수집으로 원천 데이터가 로컬 파일/테이블에 저장되고, `8천원 미만` 기준과 업종/지역 매핑이 정규화되며, 좌표는 목록 페이지 좌표 또는 별도 geocoding으로 채워지고, 최소 1천건이 앱에서 조회 가능하며, 검증 로그가 `PROGRESS.md`에 남는다 | 수집 설계 확정, `src/db/**`, import script, geocoding 경로, 검증 | +| importer의 선별 quota를 `서울 500 + 비서울 500`, `음식점 70%`, `대표 가격 8천원 미만` 기준으로 재조정한다 | Codex | P1 | `done` | 기본 `data:goodprice` 실행 결과가 `대표 가격 8천원 미만`, `서울 500`, `비서울 500`, `음식점 700`, `비음식 300`을 동시에 만족하고, bucket 집계와 검증 결과가 `PROGRESS.md`/`README.md`에 남는다 | `scripts/import-goodprice.ts`, `src/features/places/imported-goodprice.json`, `data/goodprice/import-meta.json`, 문서 | -### Cycle 10: 관리자 앱 분리 1차 +### 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 배포 문서 | +| 관리자 페이지/API의 실제 구현을 공유 모듈로 고정하고, public 앱과 별도 `apps/admin` 앱이 같은 구현을 재사용하도록 정리한다 | Codex | P1 | `done` | `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) | 의존성 | @@ -124,22 +123,63 @@ | 작업명 | 담당 에이전트 | 우선순위 | 상태 | 완료기준(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` | +| public/admin 공통 헤더에 브랜드 로고와 핵심 이동 액션을 올려 모든 페이지에서 홈 복귀와 주요 이동을 일관되게 제공한다 | Codex | P1 | `done` | public 앱과 별도 admin 앱의 공통 레이아웃에 `알뜰맵` 로고, `장소 등록하기`, `북마크`, `로그인/로그아웃`, `운영자 관리` 액션이 공통 헤더로 제공되고, 기존 페이지별 중복 액션 블록은 제거되며, 현재 경로 기준 로그인/로그아웃 callback과 admin 진입 링크가 유지되고 검증 결과가 `PROGRESS.md`에 남는다 | `src/app/layout.tsx`, `apps/admin/src/app/layout.tsx`, `src/components/**`, `src/features/map/map-page.tsx`, `src/app/**`, `src/features/admin/pages/**`, `PROGRESS.md` | +| visit/activity 이벤트 적재를 추가해 관리자 대시보드에 방문 수와 DAU/WAU를 노출한다 | Codex | P1 | `done` | 방문 이벤트가 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`, 테스트 | +| 배포/점검 스크립트가 쉘·CI env를 로컬 `.env*`보다 우선 사용해 운영 URL과 split 배포 값이 덮어쓰이지 않게 정리한다 | Codex | P1 | `done` | `deploy:check`와 public/admin build 스크립트는 `.env`, `.env.production`, `.env.local`, `.env.production.local`을 읽더라도 이미 주입된 쉘/CI env를 덮어쓰지 않고, split 배포용 `NEXTAUTH_URL`/`ADMIN_APP_URL`/`SITE_URL` 점검 결과와 문서 로그가 `PROGRESS.md`에 남는다 | `scripts/check-cloudflare-deploy.mjs`, `scripts/build-public-worker.mjs`, env loading helper, `README.md`, 배포 문서 | +| `workers.dev` 운영 URL 기준으로 public/admin split 배포를 실제 적용하고, 응답/리다이렉트/SEO 엔드포인트를 재점검한다 | Codex | P1 | `done` | `altteulmap.altteul-lab.workers.dev`와 `altteulmap-admin.altteul-lab.workers.dev` 기준으로 `deploy:check:admin -> deploy:admin -> deploy:check:public -> deploy:public`이 통과하고, `/`, `/admin`, `/api/admin/places`, `/robots.txt`, `/sitemap.xml` 응답 확인 결과가 `PROGRESS.md`에 남는다 | `docs/deploy-cloudflare.md`, `docs/cloudflare-account-to-deploy.md`, `package.json`, `.env.production.local`, Wrangler 인증 | +| 공개 쓰기 rate limit 정책을 중앙화하고 응답 헤더를 통일해 운영 중 관측과 조정을 쉽게 만든다 | Codex | P1 | `done` | 장소 등록/댓글/가격 제보/신고/반응/회원가입 route가 공통 정책 정의를 사용하고, `429`뿐 아니라 정상 응답에도 남은 횟수·리셋 정보를 헤더로 내려주며, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/lib/rate-limit.ts`, `src/lib/public-write-actor.ts`, `src/app/api/**`, `PLAN.md`, `PROGRESS.md` | +| 공개 쓰기와 회원가입 화면이 `429` 응답의 `Retry-After`를 읽어 남은 대기 시간을 사용자에게 일관되게 안내한다 | Codex | P1 | `done` | 장소 등록/댓글/가격 제보/신고/반응/회원가입 UI는 rate limit에 걸렸을 때 단순 실패 문구 대신 남은 대기 시간과 재시도 안내를 같은 형식으로 보여주고, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/**`, `src/app/api/**`, `src/lib/rate-limit.ts`, `PLAN.md`, `PROGRESS.md` | +| 관리자 큐 페이지에 공통 운영 네비/요약을 붙이고, 신고 큐는 상태 필터로 바로 좁혀 볼 수 있게 정리한다 | Codex | P1 | `done` | `/admin/places`, `/admin/prices`, `/admin/reports`는 공통 queue nav와 핵심 개수 요약을 공유하고, `/admin/reports`는 `all/open/reviewing/resolved/dismissed` 필터를 지원하며, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/admin/**`, `src/features/reports/**`, `PLAN.md`, `PROGRESS.md`, 테스트 | +| 공개 쓰기/회원가입 rate limit 수치를 route 비용에 맞게 다시 조정하고, 응답 헤더에 policy/window 정보를 추가해 운영 중 관측 포인트를 늘린다 | Codex | P1 | `done` | `RATE_LIMIT_POLICIES` 값이 place/comment/price/report/reaction/signup 비용에 맞게 다시 조정되고, 모든 공개 쓰기 응답은 기존 `X-RateLimit-*` 외에 policy/window 헤더도 내려주며, 관련 회귀와 로그가 `PROGRESS.md`에 남는다 | `src/lib/rate-limit.ts`, `src/app/api/**`, `tests/e2e/**`, `PLAN.md`, `PROGRESS.md` | +| 관리자 moderation 액션의 성공 피드백을 즉시 반영하고, admin/public 재검증 경로를 공통 helper로 모은다 | Codex | P1 | `done` | 장소 승인/가격 제보 검토/신고 상태 변경/가격 항목 수정 후 카드나 상태가 refresh 전에 즉시 반영되고, admin/public 관련 `revalidatePath` 호출은 공통 helper로 정리되며, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/admin/**`, `src/features/places/**`, `src/features/reports/**`, `src/app/api/admin/**`, `PLAN.md`, `PROGRESS.md` | +| 공개 상세 페이지에서 새로 승인된 한글 slug 장소가 404로 보이는 경로를 조사하고 route/detail lookup을 고친다 | Codex | P1 | `done` | 한글 slug를 가진 승인 장소가 홈 검색 노출 직후에도 `/place/[slug]`에서 안정적으로 열리고, 상세 페이지/metadata/API 응답 계약 차이 원인이 제거되며, 재현 케이스와 검증 로그가 `PROGRESS.md`에 남는다 | `src/app/place/[id]/page.tsx`, `src/features/places/repository.ts`, 관련 테스트/런타임 검증, `PLAN.md`, `PROGRESS.md` | +| 공개 지도 가격 필터를 제거하고 지도/검색 흐름을 단순화한다 | Codex | P1 | `done` | 공개 지도에서 가격 필터 UI, `maxPrice` URL/API 계약, 관련 Playwright 회귀와 제품 문서가 함께 제거되고, 카테고리/검색 범위 기반 탐색은 유지되며, 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/map/map-page.tsx`, `src/features/places/map-explorer.tsx`, `src/app/api/places/map/route.ts`, `src/features/places/repository.ts`, `tests/e2e/**`, `PLAN.md`, `PROGRESS.md`, `prd.md`, `trd.md` | +| 공개 지도에 `현재 위치` 이동과 `이 지역 검색` 수동 재조회 액션을 추가해 드래그 탐색 흐름을 보강한다 | Codex | P1 | `done` | 지도 우측 또는 상단 컨트롤에서 현재 위치로 이동할 수 있고, viewport 모드에서는 사용자가 지도를 움직인 뒤 `이 지역 검색` 액션으로 현재 bounds 기준 place/cluster를 다시 가져올 수 있으며, 초기 진입/전역 검색/모바일 시트 흐름을 깨지 않고 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/map/naver-map-panel.tsx`, `src/features/places/map-explorer.tsx`, `tests/e2e/map.spec.ts`, `tests/e2e/map.mobile.spec.ts`, `PLAN.md`, `PROGRESS.md` | +| 공개 지도 목록 패널과 상세 시트의 중복 메타/상태 블록을 줄여 모바일 밀도를 한 번 더 정리한다 | Codex | P1 | `done` | 모바일/데스크톱 지도 목록 패널은 상태 안내를 더 압축된 요약 블록으로 보여주고, 상세 시트는 헤더와 본문에 중복되던 장소 메타를 줄여 가격/액션 중심으로 시작하며, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/places/map-explorer.tsx`, `src/features/places/place-detail-sheet.tsx`, `src/features/map/map-page.tsx`, `src/app/globals.css`, `PLAN.md`, `PROGRESS.md` | +| mock runtime 기준 데스크톱 지도 상세의 비회원 좋아요 회귀를 조사하고 `map.spec.ts`를 다시 안정화한다 | Codex | P2 | `done` | `USE_MOCK_DATA=true` 기준 `tests/e2e/map.spec.ts`가 검색 가능한 장소를 동적으로 잡더라도 비회원 좋아요 count가 즉시 증가하고, preview/detail fetch 경쟁 또는 mock reaction 저장 경로 원인이 제거되며, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/places/place-detail-sheet.tsx`, `src/features/places/repository.ts`, `tests/e2e/map.spec.ts`, `PLAN.md`, `PROGRESS.md` | +| 좋아요 반응 후속으로 홈에 `인기 장소` 추천 섹션을 추가해 반응/최근 갱신 기반의 상위 장소를 노출한다 | Codex | P2 | `done` | 홈 지도 화면에서 상위 6개 추천 장소가 `좋아요 우선 + 최근 갱신` 기준으로 노출되고, 각 카드에서 상세 페이지로 이동할 수 있으며, DB/mock 모두 동작하고 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/places/repository.ts`, `src/features/map/map-page.tsx`, 새 UI 컴포넌트, 테스트/문서 | +| 공개 UI polish 후속으로 모바일 헤더를 1줄 기준으로 줄이고, 홈을 map-first 레이아웃으로 다시 정리하며, auth/등록 화면의 상단 chrome과 카드 레이어를 감량한다 | Codex | P1 | `done` | 모바일 전역 헤더는 첫 화면을 과도하게 차지하지 않고, 홈은 모바일/데스크톱 모두 지도 시작 위치가 더 앞당겨지며, 로그인/회원가입/장소 등록 화면은 중복 네비와 설명 없이 입력/액션 중심 레이아웃으로 정리되고, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/components/global-header.tsx`, `src/components/brand-mark.tsx`, `src/features/map/map-page.tsx`, `src/features/auth/**`, `src/app/login/page.tsx`, `src/app/signup/page.tsx`, `src/app/submit/page.tsx`, `src/features/submission/place-submit-form.tsx`, `PROGRESS.md` | +| 로컬 credentials 중심 인증을 실제 로그인/회원가입 경로로 확장하고, 핵심 사용자 흐름 테스트/SEO/배포 체크리스트를 정리한다 | Codex | P2 | `done` | 로컬 credentials 로그인/회원가입과 선택적 소셜 가입 진입면, 지도 탐색/모바일 시트/익명 장소 등록/북마크/신고/관리자 승인/관리자 가격 검토 E2E가 반복 가능하게 정리되고, sitemap/canonical/metadata와 Cloudflare 배포 체크리스트가 최신 상태가 된다 | `src/auth.ts`, `src/app/login/page.tsx`, `src/app/signup/page.tsx`, 테스트 코드, `README.md`, `trd.md` | +| 공개 UI polish 2차로 인증 진입면은 액션 중심으로 다시 단순화하고, 지도 필터/검색 칩은 줄바꿈 대신 가로 레일로 정리한다 | Codex | P1 | `done` | `/login`, `/signup`은 설정성 패널 없이 로그인/가입 액션에만 집중하고, 지도 화면의 모바일/데스크톱 필터 칩과 검색 범위 칩은 과도한 줄바꿈 없이 가로 스크롤 또는 compact 배치로 정리되며, 관련 검증과 문서 로그가 `PROGRESS.md`에 남는다 | `src/app/login/page.tsx`, `src/app/signup/page.tsx`, `src/features/auth/**`, `src/features/map/map-page.tsx`, `src/app/globals.css`, E2E/verify | | 모바일 공개 지도 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` | +| 모바일 지도 UX 후속 정리로 전역 헤더와 시트 레이어 충돌을 없애고, 모바일 시트를 safe-area 기준 bottom sheet로 줄이며, 저줌 개요에서는 cluster/place 혼재를 줄인다 | Codex | P1 | `done` | 모바일 목록/상세 시트는 헤더 위에서 안정적으로 열리고, 닫기 액션이 항상 보이며, 시트는 화면을 과도하게 덮지 않고 safe-area를 고려하며, 모바일 개요 지도에서는 cluster와 place가 동시에 난잡하게 섞여 보이지 않도록 marker 정책 또는 스타일이 분리되고, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/components/global-header.tsx`, `src/features/places/map-explorer.tsx`, `src/features/places/place-detail-sheet.tsx`, `src/features/map/naver-map-panel.tsx`, `src/features/places/repository.ts`, 모바일 E2E | +| 모바일 지도에서 cluster 확대 뒤에도 개별 place marker가 다시 노출되도록 client-side suppression 회귀를 제거한다 | Codex | P1 | `done` | 모바일 viewport 탐색에서 초기 overview는 cluster가 많더라도, 지도를 확대하거나 cluster를 통해 범위를 좁힌 뒤 서버가 place marker를 반환하면 클라이언트가 이를 다시 숨기지 않아야 하며, 관련 verify/mobile 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/map-explorer.tsx`, 모바일 검증, `PROGRESS.md` | +| 모바일 지도에서 확대 후 다시 축소하면 overview 구간에서는 place marker를 다시 cluster 중심으로 되돌린다 | Codex | P1 | `done` | 모바일 viewport 탐색에서 개별 place marker가 노출된 뒤 다시 overview zoom으로 축소하면 개별 place marker가 과도하게 남지 않고 cluster 중심 개요로 돌아와야 하며, 확대 상태에서는 이전 회귀처럼 place marker가 다시 숨겨지지 않고 관련 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/map-explorer.tsx`, 모바일 검증, `PROGRESS.md` | +| 모바일 지도 상세 시트가 네이버 지도 워터마크와 겹치지 않도록 map stack과 overlay z-order를 분리한다 | Codex | P1 | `done` | 모바일에서 place 선택 후 상세 시트가 열리면 네이버 지도 워터마크나 attribution이 시트 본문 위로 비치지 않고, map preview/fallback/runtime 모두 같은 레이어 규칙을 쓰며 관련 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/map/naver-map-panel.tsx`, `src/features/places/map-explorer.tsx`, `src/app/globals.css`, 모바일 검증, `PROGRESS.md` | +| 공개 지도 map API가 혼합 marker 응답을 만들지 않도록 `cluster-only`/`place-only` 모드를 명시하고 클라이언트도 해당 모드만 렌더한다 | Codex | P1 | `done` | `/api/places/map`와 SSR 초기 payload는 `markerMode`를 함께 내려주고, 같은 응답 안에서 숫자 cluster와 개별 place marker가 섞이지 않으며, overview 단계는 cluster-only, 상세 탐색 단계는 place-only로 전환되고 관련 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/repository.ts`, `src/app/api/places/map/route.ts`, `src/features/places/map-explorer.tsx`, `src/features/map/map-page.tsx`, 테스트/문서 | +| 공개 지도 place marker를 상위 카테고리별 색 체계로 구분하고, place marker/cluster marker 외형을 현재 UI 톤에 맞게 다시 설계한다 | Codex | P1 | `done` | 음식/생활서비스/장보기/건강/업무학습 상위 카테고리 기준으로 place marker 색이 안정적으로 구분되고, 숫자 cluster는 중립 개요 스타일을 유지하며, 두 marker 타입 모두 기존 pill 대비 덜 촌스럽고 지도 위에서 식별 가능해야 하며, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/categories/catalog.ts`, `src/features/map/naver-map-panel.tsx`, `src/features/places/types.ts`, `src/app/globals.css`, 검증/문서 | +| 공개 지도 marker 대비를 높여 basemap 위에서 place marker와 cluster가 더 먼저 보이도록 색/halo/outline을 다시 조정한다 | Codex | P1 | `done` | place marker는 카테고리 구분을 유지하면서도 지도 도로/지형색과 충분히 분리되고, cluster도 개요 단계에서 배경과 겹치지 않으며, preview fallback과 실지도 marker가 같은 대비 규칙을 사용하고 관련 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/map/naver-map-panel.tsx`, `PROGRESS.md`, 검증 | +| 공개 지도의 초기 payload와 렌더 밀도를 줄여 실데이터 1000건에서도 첫 진입/이동이 버벅이지 않게 만든다 | Codex | P1 | `done` | 지도 첫 화면과 `/api/places/map`는 상세용 배열 없이 가벼운 preview payload만 사용하고, 클라이언트는 마커/목록 렌더 개수를 제한해도 전체 개수와 상세 진입 흐름은 유지하며, 관련 검증/측정 결과가 `PROGRESS.md`에 남는다 | `src/features/places/types.ts`, `src/features/places/repository.ts`, `src/features/map/map-page.tsx`, `src/app/api/places/map/route.ts`, `src/features/places/map-explorer.tsx`, `src/features/map/naver-map-panel.tsx`, `src/features/places/place-detail-sheet.tsx`, 테스트/문서 | +| 공개 지도 첫 진입에서 viewport 결과 1000건을 SSR하지 않고, 초기 bootstrap bounds만 렌더한 뒤 client fetch로 전환한다 | Codex | P1 | `done` | viewport 모드의 `/` 첫 렌더는 지도 bootstrap bounds와 빈 preview 목록만 내려주고, 실제 장소 목록은 map idle 이후 `/api/places/map`로 채워지며, 글로벌 검색 SSR과 상세 진입 흐름은 유지되고 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/map/map-page.tsx`, `src/features/places/map-explorer.tsx`, `src/features/map/naver-map-panel.tsx`, `src/app/api/places/map/route.ts`, 문서/검증 | +| 공개 지도 map API와 글로벌 검색 preview 응답에 서버 cap과 total count를 도입해 네트워크 payload를 줄인다 | Codex | P1 | `done` | `listMapPlaces()`와 `/api/places/map`는 전체 매칭 수와 실제 반환 수를 분리해 전달하고, viewport/global 결과는 서버 상한 이내의 preview만 보내며, 지도/목록 UI는 전체 개수와 축약 안내를 유지하고 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/repository.ts`, `src/app/api/places/map/route.ts`, `src/features/map/map-page.tsx`, `src/features/places/map-explorer.tsx`, 문서/검증 | +| 공개 지도 읽기에서 쓰는 카테고리/반응 요약을 `places`에 비정규화해 map query의 join과 집계를 줄인다 | Codex | P1 | `done` | `places`는 `primaryCategorySlug`, `likeCount`, `dislikeCount`를 유지하고, 지도/global preview 및 상세 읽기는 이 필드를 우선 사용하며, 카테고리/반응 쓰기 경로와 seed/migration/backfill이 함께 갱신되고 검증 로그가 `PROGRESS.md`에 남는다 | `src/db/schema.ts`, `drizzle/**`, `src/features/places/repository.ts`, `src/db/seed.ts`, 문서/검증 | +| 공개 지도의 마커 샘플링을 viewport/zoom 기반 클러스터 계층으로 바꿔 넓은 영역에서도 실제 마커 수를 낮춘다 | Codex | P1 | `done` | 지도는 서버 cap으로 받은 preview를 그대로 유지하되, 실제 렌더는 viewport/zoom 기준 cluster marker를 사용하고, 넓은 viewport에서도 초기/이동 마커 수가 크게 줄며, preview fallback과 실지도 모두 같은 클러스터 규칙을 쓰고 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/map-explorer.tsx`, `src/features/map/naver-map-panel.tsx`, `src/features/map/naver-map-sdk.ts`, 문서/검증 | +| 공개 지도 map API를 목록용 `items`와 지도용 `mapMarkers`로 분리하고, 넓은 viewport는 서버 tile summary를 내려 네트워크 payload를 더 줄인다 | Codex | P1 | `done` | `/api/places/map`와 `listMapPlaces()`는 목록 패널에 필요한 preview와 지도 marker용 요약을 분리해 반환하고, 넓은 viewport에서는 개별 place 대신 tile/cluster summary가 내려오며, 클라이언트는 전체 개수/목록 UX를 유지한 채 marker payload를 더 적게 받고, 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/repository.ts`, `src/app/api/places/map/route.ts`, `src/features/places/map-explorer.tsx`, `src/features/map/naver-map-panel.tsx`, 타입/문서/검증 | +| 공개 지도 viewport 무검색 경로의 cluster/tile 집계를 SQL 단계로 내려 넓은 영역 탐색 시 전체 place row 스캔과 메모리 후처리를 줄인다 | Codex | P1 | `done` | `viewport + query 없음` 경로에서 `count`, 목록용 `items`, 지도용 `mapMarkers`가 분리된 쿼리로 계산되고, 넓은 viewport에서는 SQL bucket aggregate가 cluster summary를 바로 내려주며, 기존 목록/상세 UX와 검증 로그가 유지된다 | `src/features/places/repository.ts`, `src/app/api/places/map/route.ts`, `PROGRESS.md`, 런타임 검증 | +| public worker에서 넓은 viewport `/api/places/map`가 Workers hang 없이 응답하고, OpenNext preview/deploy가 `middleware-manifest` 동적 require 때문에 500으로 죽지 않도록 런타임 hotfix를 정리한다 | Codex | P1 | `done` | public worker preview와 live에서 넓은 viewport `map` API가 `1101` 없이 JSON을 반환하고, root/API 모두 `middleware-manifest` 동적 require 오류 없이 동작하며, 관련 빌드/배포/검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/repository.ts`, `scripts/**`, `package.json`, `PROGRESS.md`, Cloudflare preview/deploy | +| 공개 지도 bounds 기반 재조회에 짧은 서버 캐시를 넣고, 공개 데이터 쓰기 이후에는 즉시 비워 같은 viewport 연속 조회 비용을 줄인다 | Codex | P1 | `done` | `bounds`가 있는 `/api/places/map` 조회는 짧은 TTL 메모리 캐시를 재사용하고, 반응/가격 대표값/승인 같은 공개 지도 데이터 변경 후에는 캐시가 즉시 비워지며, 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/repository.ts`, `src/app/api/places/map/route.ts`, 공개 쓰기 경로, `PROGRESS.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 | +| 모바일 목록/상세 시트에 스냅 상태와 기본 드래그 제스처를 추가해 바텀시트 감각을 한 번 더 정리한다 | Codex | P1 | `done` | 모바일 목록 시트는 peek/expanded 두 단계 상태를 가지며, 핸들 또는 헤더 드래그로 확장/축소/닫기가 가능하고, 상세 시트도 상단 헤더 드래그로 닫을 수 있으며, 모바일 E2E와 검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/map-explorer.tsx`, `src/features/places/place-detail-sheet.tsx`, `src/app/globals.css`, `tests/e2e/map.mobile.spec.ts`, `PLAN.md`, `PROGRESS.md` | +| 공개 쓰기와 북마크의 public 재검증 경로를 공용 helper로 모아 홈/지도/상세 반영을 일관되게 정리한다 | Codex | P1 | `done` | 댓글/가격 제보/반응/북마크 route는 흩어진 `revalidatePath` 호출 대신 공용 helper를 사용하고, place detail/home/map/bookmarks/admin queue 반영 범위가 액션별로 명시되며, 관련 검증과 로그가 `PROGRESS.md`에 남는다 | `src/features/places/**`, `src/app/api/places/**`, `src/app/api/bookmarks/[id]/route.ts`, `PLAN.md`, `PROGRESS.md` | +| 운영 도메인 기준 read-only smoke 스크립트를 추가해 public/admin URL의 `robots`, `sitemap`, canonical, admin redirect를 한 번에 재검증한다 | Codex | P1 | `done` | `workers.dev` 또는 custom domain 값을 넣으면 public `/`, `/robots.txt`, `/sitemap.xml`, sample place canonical, public `/admin`, public `/api/admin/places`, admin `/admin`, admin `/login`을 읽기 전용으로 점검하는 smoke 스크립트와 문서가 추가되고, 실행 로그가 `PROGRESS.md`에 남는다 | `scripts/**`, `package.json`, `README.md`, `docs/deploy-cloudflare.md`, `PLAN.md`, `PROGRESS.md` | +| smoke가 드러낸 Workers runtime hang을 줄이기 위해 public place read 경로의 guest cookie 조회와 DB read fallback을 보강한다 | Codex | P1 | `done` | Cloudflare/OpenNext runtime에서 guest place detail/reaction/comment 경로가 `next/headers` cookie 조회 때문에 hang 되지 않고, public map/detail read는 DB 응답이 지연되더라도 제한 시간 안에 mock fallback으로 응답하며, 관련 smoke/runtime 검증 로그가 `PROGRESS.md`에 남는다 | `src/lib/visitor-id.ts`, `src/lib/public-write-actor.ts`, `src/app/place/[id]/page.tsx`, `src/app/api/places/[id]/route.ts`, `src/features/places/repository.ts`, `PLAN.md`, `PROGRESS.md` | + ### Cycle 6: 반복 방문 기능 확장 | 작업명 | 담당 에이전트 | 우선순위 | 상태 | 완료기준(DoD) | 의존성 | |---|---|---|---|---|---| -| 플레이스별 좋아요/싫어요를 먼저 붙여 공개 카운트와 사용자 반응 저장을 제공하고, 이후 공유/사진 업로드 순서를 재판단한다 | Codex | P2 | `in_progress` | 공개 상세와 상세 시트에 좋아요/싫어요 UI가 생기고, visitor cookie 또는 로그인 사용자 기준으로 한 플레이스에 한 반응만 저장되며, 공개 읽기에는 카운트가 노출되고, route/schema/repository/DB migration/검증 결과가 `PROGRESS.md`에 남는다 | 벤치마크 분석 메모, `prd.md`, `trd.md`, `src/db/schema.ts`, `src/features/places/repository.ts`, `src/app/api/places/**` | +| 플레이스별 좋아요/싫어요를 먼저 붙여 공개 카운트와 사용자 반응 저장을 제공하고, 이후 공유 후속 활용 범위를 재판단한다 | Codex | P2 | `done` | 공개 상세와 상세 시트에 좋아요/싫어요 UI가 생기고, visitor cookie 또는 로그인 사용자 기준으로 한 플레이스에 한 반응만 저장되며, 공개 읽기에는 카운트가 노출되고, route/schema/repository/DB migration/검증 결과가 `PROGRESS.md`에 남는다 | 벤치마크 분석 메모, `prd.md`, `trd.md`, `src/db/schema.ts`, `src/features/places/repository.ts`, `src/app/api/places/**` | +| 공유 강화 1차로 상세/목록/추천 카드의 링크 payload와 공유 유입 source를 정리한다 | Codex | P2 | `done` | `PlaceShareButton`은 장소명/지역/대표가격 중심 공유 문구와 `ref=share`, `source=detail|detail_sheet|list|trending`가 붙은 URL을 사용하고, 상세 페이지/상세 시트/지도 목록/인기 장소 카드에서 같은 규칙으로 공유할 수 있으며, 관련 회귀와 문서/검증 로그가 `PROGRESS.md`에 남는다 | `src/features/places/place-share-button.tsx`, `src/features/places/map-explorer.tsx`, `src/features/places/trending-places-section.tsx`, `src/app/place/[id]/page.tsx`, `tests/e2e/map.spec.ts`, `PLAN.md`, `PROGRESS.md` | +| 공유 링크의 `ref=share`, `source`를 visit telemetry에 반영해 관리자 overview에서 공유 유입을 본다 | Codex | P2 | `done` | public visit tracker와 `/api/telemetry/visit`는 공유 유입 query를 정규화해 저장하고, `visit_activity`는 bucket 단위의 공유 ref/source를 보존하며, `/admin` overview에서 오늘/7일 공유 유입과 source breakdown을 볼 수 있고, migration/검증 로그가 `PROGRESS.md`에 남는다 | `src/features/telemetry/**`, `src/app/api/telemetry/visit/route.ts`, `src/db/schema.ts`, `drizzle/**`, `src/features/admin/**`, `tests/e2e/admin-dashboard.spec.ts`, `PLAN.md`, `PROGRESS.md` | ## 결정 메모 - 현재 계획 기준의 핵심 서비스는 여전히 `지도 + 가격 데이터`다. - 벤치마크 사이트에서 영감을 받은 기능은 확장 후보로 유지하되, core loop를 약하게 만들 정도로 범위를 넓히지 않는다. - 현재 익명 허용 범위는 `좋아요/싫어요`, `장소 등록`, `댓글`, `가격 제보`, `신고`까지다. - 공개 쓰기 중 로그인 유지 기능은 현재 `북마크`만 남긴다. 운영자 기능은 기존처럼 별도 인증/권한 검사를 유지한다. -- 운영자 대시보드의 `총 사용자 수`, `현재 세션 수`, `승인/신고/가격 검토 큐`는 현행 DB로 바로 계산할 수 있지만, `방문 수`, `DAU/WAU` 같은 활동 지표는 현재 저장되지 않는다. 이 값들은 별도 `visit/activity` 이벤트 적재를 붙인 뒤 2차로 노출한다. +- 운영자 대시보드의 활동 지표는 `visit_activity` 테이블에 30분 bucket dedupe 기준으로 적재하고, 현재 `/admin` overview에서 오늘/7일 방문 수, 고유 방문자 수, DAU/WAU, 7일 재방문율, 공유 유입과 source breakdown을 노출한다. +- 사진 업로드는 저장 용량과 운영 비용 대비 초기 효용이 낮다고 판단해 현재 범위에서 제외한다. +- 별도 좋아요 랭킹 화면은 현재 범위에서 제외하고, 홈의 `인기 장소` 추천 섹션만 유지한다. diff --git a/PROGRESS.md b/PROGRESS.md index d3c2eb4..49a324f 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -1,25 +1,1236 @@ # PROGRESS.md -기준일: 2026-04-01 +기준일: 2026-04-05 ## 진행 현황 요약 -- Cycle 10: 관리자 실제 구현을 `src/features/admin/**`로 모으고, public 앱 `entrypoints`와 별도 `apps/admin` 빌드를 추가해 관리자 분리 1차 스캐폴딩 완료. `deploy:admin`과 `deploy:public` 경로도 분리했고, 실제 admin deploy와 `ADMIN_APP_URL` cutover는 마지막 운영 적용만 남아 있음 +- Cycle 10: 관리자 실제 구현을 `src/features/admin/**`로 모으고, public 앱 `entrypoints`와 별도 `apps/admin` 빌드를 추가해 관리자 분리 1차 완료. public `cf:build:public`은 `/admin`, `/api/admin`을 external redirect/API stub로 유지한 채 빌드하고, `deploy:check:public`, `deploy:check:admin`, `SITE_URL` 기준, `workers.dev` split 배포와 remote smoke까지 정리했다. custom domain 적용은 필요할 때만 마지막 운영 단계로 남아 있다 +- Cycle 10 후속: admin telemetry가 `useSearchParams()` 때문에 standalone admin Cloudflare build를 깨던 경로를 제거했고, admin build는 이제 `ADMIN_APP_URL`을 `NEXTAUTH_URL`로 강제해 shared `.env.production.local`에서도 올바른 callback 기준으로 동작한다. `deploy:check:admin`, `cf:build:admin`, live admin 재배포까지 다시 통과했다 - 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: sitemap/robots/canonical/기본 metadata, OAuth scaffolding, deploy check, Playwright E2E 3차, 공개 UI polish 대부분 완료. 공개 쓰기는 북마크를 제외하고 익명 허용으로 정리됐고, public/admin 공통 헤더로 주요 이동 액션을 상단에 통합했다. 로그인/회원가입은 credentials 중심 액션 카드로 다시 단순화했고, 운영 도메인 기준 `workers.dev` 점검과 관리자 외부 앱 cutover도 정리됐다. 현재 남은 일은 custom domain 여부 결정과 더 깊은 QA다 - Cycle 5 장소 등록 정책: 공개 폼은 텍스트 정보만 받고, 지도 위치와 네이버 지도 검색 확인은 운영자 승인 단계에서 처리하도록 다시 정리됨 - Cycle 5 후속: GitHub Actions CI를 `push용 smoke`와 `PR용 full`로 분리하고 Cloudflare Builds와 분리 운영하는 경로 정리 완료 -- Cycle 6: 좋아요/싫어요 반응 도입 완료, 비로그인 visitor cookie 반응과 공개 메타 줄 분리까지 반영. 랭킹/목록 노출 확장은 남아 있음 +- Cycle 6: 좋아요/싫어요 반응 도입 완료, 비로그인 visitor cookie 반응과 공개 메타 줄 분리까지 반영. 홈 `인기 장소` 추천과 공유 후속은 반영했고, 별도 랭킹 화면은 현재 범위에서 제외함 - Cycle 7: repo-local AI workflow 설정 완료 (`.agents`, `.githooks`, `verify`, local commit rules) - Cycle 8: 로컬 dev/runtime 안정화 완료 (`.next-dev` 분리, `webpack` dev 고정, build/e2e와 출력 경로 분리) -- Cycle 9: 행정안전부 `착한가격업소` 실제 데이터 1000건 import 완료. 지역 라운드로빈 수집, 상세 메뉴 보강, DB seed/API 검증까지 반영됨 -- 다음 우선순위: 관리자 visit/activity telemetry 2차, 이후 실제 외부 로그인 E2E와 운영 도메인 점검 +- Cycle 9: 행정안전부 `착한가격업소` 실제 데이터 1000건 import 완료. 기본 selection은 `서울 500 + 비서울 500`, `음식점 70%`, `대표 가격 8천원 미만` 기준으로 유지되고 있고, 메뉴 라벨 dedupe까지 반영해 DB seed/API 검증을 다시 통과함 +- Cycle 5 지도 성능 후속: 지도 전용 preview payload와 마커/목록 렌더 상한, viewport 첫 진입의 1000건 SSR 제거, map API/server preview 응답 `count + capped items` 구조, `places` 비정규화, viewport/zoom 기반 cluster marker 계층, `items + mapMarkers` 분리, 서버 tile summary, viewport 무검색 SQL bucket aggregate, bounds 기반 short-lived 서버 캐시와 쓰기 후 invalidation, preview fallback/bootstrap fetch 회귀 수정, 공개 가격 필터 제거, `127.0.0.1` dev origin 허용까지 반영함 +- Cycle 5 운영 지표 후속: `visit_activity` 적재, public/admin layout tracker, `/api/telemetry/visit`, 관리자 overview 방문 카드, 로컬 admin 링크 fallback, 로그인 상태 header test id 복구까지 완료 +- Cycle 5 인증/UI 후속: `/login`, `/signup`은 설정성 패널 없이 액션 중심으로 다시 단순화했고, 지도 필터/검색 칩은 가로 레일로 정리했으며, login/signup E2E로 회귀를 유지함 +- Cycle 5 배포 후속: `deploy:check`와 public split build가 이제 쉘/CI env를 로컬 `.env*`보다 우선 사용하므로, 운영 URL과 split worker 값이 로컬 파일에 덮이지 않게 정리됨 +- Cycle 5 관리자 운영 UX 후속: moderation 카드의 즉시 성공 피드백, 공통 admin revalidation helper, public/admin entrypoint 재사용, admin moderation E2E fixture 정리까지 반영함 +- Cycle 5 공개 상세 후속: 새로 승인된 한글 slug 장소가 `/place/[slug]`에서 404로 떨어지던 route param 인코딩 문제를 수정했고, detail/price/comment/submission 관련 place page 회귀를 다시 통과시킴 +- Cycle 5 공개 UI/mobile polish 후속: 모바일 검색 요약은 한 줄 텍스트로 줄이고, 지도 목록 패널의 상태 안내는 하나의 요약 블록으로 합쳤으며, 상세 시트는 헤더/본문 중복 메타를 줄여 가격/액션 중심으로 시작하도록 다시 정리함 +- Cycle 5 모바일 시트 후속: 목록 시트에 `peek/expanded` 스냅과 drag-close를 추가했고, 상세 시트도 상단 핸들 drag-close를 지원하도록 정리했으며, 모바일/데스크톱 지도 회귀를 다시 통과시킴 +- Cycle 5 지도 탐색 UX 후속: 공개 지도 상단에 `이 지역 검색` 수동 재조회 버튼을 추가했고, `내 위치` 버튼은 `현재 위치`로 명확하게 바꿨다. viewport 흐름은 그대로 유지하면서도 사용자가 현재 지도 위치 기준으로 place/cluster를 다시 불러올 수 있게 했고, 데스크톱/모바일 지도 회귀에 버튼 노출과 수동 재조회 호출을 고정했다 +- Cycle 5 지도 마커 디자인 후속: place marker는 음식/생활서비스/장보기/건강/업무학습 상위 카테고리 기준 색 핀으로 다시 설계했고, 숫자 cluster는 중립 원형 계층으로 바꿔 같은 지도 화면에서 타입 구분과 시각 밀도를 함께 정리했다 +- Cycle 5 지도 마커 대비 후속: basemap과 섞이던 컬러 핀을 더 선명한 카테고리 팔레트와 강한 white halo, 중심 링 구조로 바꿨고, cluster도 slate 중심 원형 배지로 다시 정리해 확대/축소 상태 모두에서 배경 대비를 높였다 +- Cycle 5 지도 클러스터 톤 후속: 숫자 cluster는 같은 구조를 유지하되 slate 계열을 줄이고 더 밝은 크림/샌드 톤으로 조정해 overview 상태에서 덜 어둡고 답답하게 보이도록 정리했다 +- Cycle 5 공개 재검증 후속: 댓글/가격 제보/반응/북마크/장소 등록/신고 제출 route의 revalidation 경로를 공용 helper로 모아 홈/지도/상세/admin queue 반영 범위를 액션별로 정리했고, admin helper도 같은 place read 경로 정의를 재사용하도록 맞췄다 +- Cycle 5 운영 smoke 후속: `smoke:remote`와 `smoke:local`을 현재 UI/SEO 계약에 맞게 read-only smoke로 정리했고, Workers runtime에서 guest visitor cookie 조회가 public place read/write를 hang시키던 경로는 request cookie header 파싱과 DB read timeout fallback으로 완화했다. public worker를 다시 배포한 뒤 live `workers.dev` 기준 `smoke:remote`까지 통과했고, public `/api/admin/places` external stub는 다시 `200 + 안내 JSON` 계약으로 맞췄다 +- Cycle 5 rate limit UX 후속: 공개 쓰기와 회원가입 화면이 `429` 응답의 `Retry-After`/`X-RateLimit-Reset`을 읽어 남은 대기 시간을 같은 형식으로 보여주도록 정리했고, 댓글 E2E로 회귀를 붙였다 +- Cycle 5 관리자 UX polish 후속: `/admin/places`, `/admin/prices`, `/admin/reports`에 공통 queue nav와 핵심 개수 요약 카드를 붙였고, 신고 큐는 상태 필터와 빈 상태를 지원하도록 정리했다 +- Cycle 5 rate limit 정책/관측 후속: 공개 쓰기와 회원가입 정책 수치를 route 비용 기준으로 다시 조정했고, 응답 헤더에 `X-RateLimit-Policy`, `X-RateLimit-Window`를 추가해 운영 중 curl만으로도 어떤 bucket이 걸렸는지 바로 볼 수 있게 했다 +- Cycle 6 mock reaction 후속: mock runtime에서 `visitor:uuid:placeId` store key를 잘못 파싱해 비회원 좋아요 count가 0으로 남던 회귀를 수정했고, 데스크톱 `map.spec.ts`가 다시 통과함 +- Cycle 6 추천 후속: 홈 기본 화면에 `인기 장소` 섹션을 추가해 상위 6개 추천 장소를 노출하고, mock/desktop 회귀까지 붙였다 +- Cycle 6 공유 후속: 상세 페이지/상세 시트/지도 목록/인기 장소 카드가 같은 공유 payload를 쓰도록 정리했고, 공유 링크에는 `ref=share`, `source=detail|detail_sheet|list|trending`를 붙였다 +- Cycle 6 공유 telemetry 후속: `visit_activity`에 공유 ref/source를 저장하고, 관리자 overview에서 오늘/7일 공유 유입과 source breakdown을 확인할 수 있게 정리했다 +- 다음 우선순위: custom domain 적용 여부를 결정하고, 운영 도메인 QA와 모바일 제스처 실사용 검증을 더 진행할지 판단한다. 공유 telemetry는 현재 범위에서 동결할지 추가 활용할지 별도 결정이 남아 있다 ## 실행 로그 +### 2026-04-06 12:52 KST: README 채용 제출용 압축 polish와 admin Cloudflare build 복구 +- 완료 내용 + - `/Users/alex/project/altteulmap/README.md`를 한 번 더 압축해 제품 소개 페이지 톤으로 정리했다. `At a Glance`, `Highlights`, `Screenshots`, `Why This Repo Is Worth Opening`, `AI-Native Workflow` 중심으로 재구성했고, GitHub에서 바로 렌더되도록 이미지 경로를 `docs/readme/*.png` 상대 경로로 맞췄다. + - `/Users/alex/project/altteulmap/src/features/telemetry/visit-tracker.tsx`에서 `useSearchParams()` 의존을 제거하고 `window.location.search`를 effect 안에서 읽도록 바꿨다. 이 변경으로 standalone admin app의 `/_not-found` prerender가 telemetry 때문에 실패하던 경로를 없앴다. + - `/Users/alex/project/altteulmap/scripts/build-admin-worker.mjs`는 admin build 시 `ADMIN_APP_URL`을 `NEXTAUTH_URL`로 주입하도록 바꿨고, `/Users/alex/project/altteulmap/scripts/check-cloudflare-deploy.mjs`는 admin mode에서 `ADMIN_APP_URL`을 필수값으로 보고 callback reminder도 admin URL 기준으로 출력하도록 보강했다. + - `npm run deploy:admin`으로 admin worker를 다시 배포했고 live URL이 다시 정상 응답하는 것까지 확인했다. + - `npm run readme:screenshots`를 다시 실행해 README용 스크린샷 세트를 최신 배포 상태 기준으로 갱신했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run deploy:check:admin` 통과 + - `npm run cf:build:admin` 통과 + - `npm run deploy:admin` 통과 + - `curl -I --max-time 20 https://altteulmap-admin.altteul-lab.workers.dev/` 결과 `200` + - `curl -I --max-time 20 https://altteulmap-admin.altteul-lab.workers.dev/login` 결과 `200` + - `curl -I --max-time 20 https://altteulmap-admin.altteul-lab.workers.dev/admin` 결과 `307 -> /login?callbackUrl=%2Fadmin` + - `npm run readme:screenshots` 통과 +- 메모 + - admin Cloudflare version id: `4073cec5-2f67-4849-b8f9-31fb1b0ed714` + - admin runtime env는 dashboard에서도 `NEXTAUTH_URL=https://altteulmap-admin.altteul-lab.workers.dev`, `SITE_URL=https://altteulmap.altteul-lab.workers.dev` 조합으로 유지하는 것이 맞다. + +### 2026-04-06 12:35 KST: 포트폴리오용 README 랜딩 구조와 live 스크린샷 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/PLAN.md`의 현재 우선순위에 `README 포트폴리오 polish`를 최상단으로 올렸다. + - `/Users/alex/project/altteulmap/scripts/capture-readme-screenshots.mjs`와 `package.json`의 `readme:screenshots` 스크립트를 추가해 live public/admin URL 기준 대표 화면을 `docs/readme/*.png`로 저장하는 재현 가능한 캡처 경로를 만들었다. + - `/Users/alex/project/altteulmap/docs/readme/hero-home.png`, `/Users/alex/project/altteulmap/docs/readme/place-detail.png`, `/Users/alex/project/altteulmap/docs/readme/mobile-map-sheet.png`, `/Users/alex/project/altteulmap/docs/readme/submit-form.png`, `/Users/alex/project/altteulmap/docs/readme/admin-console.png`를 생성했다. + - `/Users/alex/project/altteulmap/README.md`를 설치 문서 중심 구조에서 포트폴리오 랜딩 구조로 전면 개편했다. 상단은 `문제 정의 -> live demo -> 핵심 포인트 -> 화면 -> 사용자 흐름 -> 엔지니어링 결정 -> AI-Native Workflow -> 검증` 순서로 압축했고, 로컬 실행/문서 링크만 하단에 남겼다. + - 같은 README를 한 번 더 압축해 `TL;DR`, `Highlights`, `Why This Repo Is Interesting` 중심으로 정리했다. 목적은 채용/포트폴리오 링크에서 30초 안에 제품/엔지니어링 강점을 파악하게 만드는 것이다. +- 검증 결과 + - `npm run readme:screenshots` 통과 + - `npm run verify:quick` 실행 + - 저장된 스크린샷 수동 확인: hero/detail/mobile/submit/admin-console 5장 생성 확인 +- 메모 + - README는 채용/포트폴리오 랜딩 톤에 맞춰 의도적으로 컴팩트하게 줄였고, 세부 배포/운영 설명은 기존 docs 링크로 내렸다. + - admin 내부 운영 화면 대신 접근 가능한 별도 admin worker 랜딩을 캡처해 `public/admin split` 구조를 보여주는 방향으로 정리했다. + +### 2026-04-06 12:15 KST: 공개 지도 숫자 cluster 톤 완화 push 및 public Cloudflare 배포 +- 완료 내용 + - 숫자 cluster 톤 조정과 문서 업데이트를 `fix(map): soften cluster palette` (`36bcd4b`)로 커밋하고 `codex/ui-polish-batch` 브랜치에 push했다. + - 조정된 cluster 팔레트가 반영된 상태로 public worker를 다시 배포했다. +- 검증 결과 + - `git push origin codex/ui-polish-batch` 통과 + - `npm run deploy:check` 통과 + - `npm run deploy:public` 통과 + - `curl -I --max-time 20 https://altteulmap.altteul-lab.workers.dev/` 결과 `200` +- 메모 + - public 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `0165f4a9-fef5-4ef0-8191-b0fb697b6927` + +### 2026-04-06 12:12 KST: 공개 지도 숫자 cluster 톤 완화 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`에서 숫자 cluster의 `shell/core/text/shadow` 팔레트를 더 밝은 크림/샌드 계열로 조정했다. + - 기존의 너무 어두운 slate core는 걷어내고, 밝은 shell과 따뜻한 sand core, 짙은 갈색 텍스트 조합으로 바꿔 cluster가 덜 무겁게 보이도록 정리했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 +- 메모 + - `npm run verify` 중 local production DB에 `places` 테이블이 없어 mock fallback 로그는 남았지만, lint/build는 정상 통과했다. + +### 2026-04-05 15:21 KST: `PLAN.md`/`PROGRESS.md` 현재 상태 기준으로 동기화 +- 완료 내용 + - `/Users/alex/project/altteulmap/PLAN.md`의 현재 우선순위를 실제 남은 일 기준으로 다시 정리했다. 완료된 반응/공유/배포 항목은 우선순위에서 내리고, custom domain 여부, 운영 QA, 검색 URL 상태, 공유 telemetry 후속 판단만 남겨 두었다. + - 같은 문서의 `출시 준비`, `관리자 분리`, `테스트 체계` 설명을 현재 기준으로 갱신했다. `workers.dev` split 배포와 remote smoke는 완료 상태로 올리고, custom domain과 더 깊은 실사용 QA만 잔여로 남겼다. + - `PLAN.md`의 stale `in_progress` 항목 두 개를 실제 구현 상태에 맞춰 `done`으로 정리했다. 대상은 credentials 기반 인증/배포 체크리스트 정리와 좋아요/싫어요 반응 + 공유 후속 범위 재판단 항목이다. + - `/Users/alex/project/altteulmap/PROGRESS.md` 상단 요약과 다음 우선순위도 같은 기준으로 맞췄다. +- 검증 결과 + - 문서 정리 작업이라 별도 코드 검증은 실행하지 않았다. +- 메모 + - 현재 기준 남은 큰 일은 `custom domain 최종 적용 여부`, `운영 도메인 QA 심화`, `모바일 제스처 실사용 검증`, `공유 telemetry 후속 활용 여부 판단` 정도다. + +### 2026-04-05 12:48 KST: `착한가격업소` 기본 데이터셋을 `대표 가격 8천원 미만`으로 재생성 +- 완료 내용 + - `/Users/alex/project/altteulmap/scripts/import-goodprice.ts`의 기본 `maxPrice`를 `8000`으로 낮추고, 가격 필터를 `이 값 미만` 기준으로 바꿨다. 이제 기본 실행은 `8000원` 항목을 포함하지 않는다. + - 같은 importer는 기존처럼 `서울도 음식 70%`, `비서울도 음식 70%`를 각각 강제하지 않고, 최종 선택 단계에서 `서울 500 / 비서울 500 / 음식 700 / 비음식 300`을 만족하는 실제 bucket 조합을 계산하도록 바꿨다. `8천원 미만` 기준에서는 `서울 비음식 150` 고정 quota가 부족해 기존 방식으로는 1000건 selection이 실패했다. + - `/Users/alex/project/altteulmap/src/features/places/imported-goodprice.json`과 `/Users/alex/project/altteulmap/data/goodprice/import-meta.json`을 새 기준으로 다시 생성했다. 최종 bucket actual은 `서울 음식 368`, `서울 비음식 132`, `비서울 음식 332`, `비서울 비음식 168`이다. + - `/Users/alex/project/altteulmap/README.md`에 기본 수집 기준을 `대표 가격 8천원 미만`으로 맞추고, `--max-price`가 `이 값 미만` 조건이라는 설명을 추가했다. + - `/Users/alex/project/altteulmap/PLAN.md`의 Cycle 9 완료 기준도 새 기본값으로 갱신했다. +- 검증 결과 + - `npx tsc --noEmit` 통과 + - `npm run data:goodprice -- --limit=40 --delay-ms=50 --timeout-ms=10000 --include-detail=false --output=/tmp/goodprice-40.json --manifest=/tmp/goodprice-40-manifest.json` 통과 + - `node` 검사 결과 `/tmp/goodprice-40.json`은 `40건`, `서울 20`, `비서울 20`, `음식 28`, `비음식 12`, `대표 가격 >= 8000` `0건` + - `npm run data:goodprice -- --delay-ms=50 --timeout-ms=10000` 통과 + - `node` 검사 결과 `/Users/alex/project/altteulmap/src/features/places/imported-goodprice.json`은 `1000건`, `서울 500`, `비서울 500`, `음식 700`, `비음식 300`, `대표 가격 >= 8000` `0건`, `priceItems >= 8000` `0건`, `대표 가격 최대 7900`, `priceItems 최대 7900` + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `npm run db:seed` 통과 +- 메모 + - `npm run verify` 중 static generation 단계에서 production DB의 `places` 테이블 부재로 mock fallback 로그가 남는 현상은 기존과 동일하며, 이번 데이터셋 변경과는 무관하다. + - 새 manifest의 `quotas.targets`는 실제 선택에 사용된 bucket 수치다. 기본 분포는 `368/132/332/168`로 기록된다. + +### 2026-04-05 12:52 KST: `대표 가격 8천원 미만` 데이터셋 변경 push 및 public Cloudflare 재배포 +- 완료 내용 + - `대표 가격 8천원 미만` 데이터셋/문서 변경을 `fix(data): tighten goodprice price ceiling` (`ab7ae4f`)로 커밋하고 `codex/ui-polish-batch` 브랜치에 push했다. + - public worker는 새 imported dataset이 반영된 상태로 다시 배포했다. +- 검증 결과 + - `git push origin codex/ui-polish-batch` 통과 + - `npm run deploy:check:public` 통과 + - `npm run deploy:public` 통과 + - `SMOKE_PUBLIC_URL=https://altteulmap.altteul-lab.workers.dev SMOKE_ADMIN_URL=https://altteulmap-admin.altteul-lab.workers.dev npm run smoke:remote` 통과 +- 메모 + - public 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - public worker version id: `080e4915-261b-4d32-b571-7fef31cc3010` + +### 2026-04-05 12:46 KST: `착한가격업소` importer selection 로직 포함 push 및 public Cloudflare 배포 +- 완료 내용 + - importer quota selection 변경과 문서 정리를 `fix(data): refine goodprice quota selection` (`77dd22d`)로 커밋하고 `codex/ui-polish-batch` 브랜치에 push했다. + - 변경은 공개 앱 런타임 코드가 아니지만, 사용자가 요청한 현재 브랜치 상태 기준으로 public worker를 다시 배포했다. +- 검증 결과 + - `git push origin codex/ui-polish-batch` 통과 + - `npm run deploy:check` 통과 + - `npm run deploy:public` 통과 + - `curl -I --max-time 20 https://altteulmap.altteul-lab.workers.dev/` 결과 `200` +- 메모 + - public 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `6b1e50b4-9876-4767-91b4-89c92ec734f4` + +### 2026-04-05 12:44 KST: `착한가격업소` importer quota 선택 로직 보강과 문서 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/scripts/import-goodprice.ts`에서 서울/비서울, 음식/비음식 목표가 동시에 걸릴 때 bucket별 상한만으로 바로 고정하지 않고, 수집된 후보 풀 안에서 실제로 가능한 `targets`를 다시 계산한 뒤 그 target에 맞춰 selection 하도록 바꿨다. + - 같은 스크립트의 manifest는 이제 `foodTarget`, `nonFoodTarget`, `bucketCaps`, 최종 `targets`, 잘린 뒤의 `actual`을 함께 남긴다. 그래서 상한만 채운 중간 수집 상태와 실제 선택 결과를 구분해 볼 수 있다. + - `/Users/alex/project/altteulmap/README.md`, `/Users/alex/project/altteulmap/PROGRESS.md` 요약 문구도 현재 기본값인 `대표 가격 8천원 미만` 기준으로 정리했다. +- 검증 결과 + - `npm run data:goodprice -- --limit=40 --seoul-limit=20 --food-ratio=0.7 --max-price=8000 --include-detail=false --output=/tmp/altteulmap-goodprice-check/imported-goodprice.sample.json --manifest=/tmp/altteulmap-goodprice-check/import-meta.sample.json` 통과 + - sample manifest 확인 결과 `selectedCount=40`, `seoulLimit=20`, `nonSeoulLimit=20`, `foodTarget=28`, `nonFoodTarget=12`, `targets=actual={seoulFood:15,seoulNonFood:5,nonSeoulFood:13,nonSeoulNonFood:7}` +- 메모 + - 이번 검증은 temp output으로만 실행해서 저장소의 `src/features/places/imported-goodprice.json`, `data/goodprice/import-meta.json`은 건드리지 않았다. + +### 2026-04-05 12:41 KST: 공개 지도 marker 대비 강화 push 및 public Cloudflare 배포 +- 완료 내용 + - 공개 지도 marker 대비 조정 변경을 `fix(map): boost marker contrast` (`0f09c11`)로 커밋하고 `codex/ui-polish-batch` 브랜치에 push했다. + - 카테고리별 place marker의 채도와 white halo, 중심 ring 구조를 강화한 상태로 public worker를 다시 배포했다. +- 검증 결과 + - `git push origin codex/ui-polish-batch` 통과 + - `npm run deploy:check` 통과 + - `npm run deploy:public` 통과 + - `curl -I --max-time 20 https://altteulmap.altteul-lab.workers.dev/` 결과 `200` +- 메모 + - public 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `3bc93651-9d8f-46b7-b9fc-408a307a9f99` + +### 2026-04-05 12:39 KST: 공개 지도 marker 대비 강화 +- 완료 내용 + - `/Users/alex/project/altteulmap/PLAN.md`에 marker 대비 후속 작업을 추가한 뒤 완료 상태로 닫았다. + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`에서 place marker 팔레트를 기존 earthy 톤보다 더 선명한 카테고리색으로 바꾸고, 각 핀에 공통 white halo와 중심 ring/dot를 넣어 basemap 위에서 먼저 보이도록 조정했다. + - 같은 파일에서 cluster marker도 아이보리/베이지 중심 구조에서 white shell + slate core로 바꿔 개요 상태에서 지도 바탕과 덜 섞이게 했다. + - preview fallback도 같은 helper를 쓰므로 실제 NAVER map marker와 같은 대비 규칙으로 같이 맞춰졌다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 +- 메모 + - `npm run verify` 중 local production DB에 `places` 테이블이 없어 mock fallback 로그는 남았지만, lint/build는 정상 통과했다. + +### 2026-04-05 12:36 KST: 공개 지도 카테고리 마커 리디자인 push 및 public Cloudflare 배포 +- 완료 내용 + - 공개 지도 마커 리디자인 변경을 `feat(map): redesign category markers` (`fcb178e`)로 커밋하고 `codex/ui-polish-batch` 브랜치에 push했다. + - place marker는 상위 카테고리 5묶음 기준 색 핀으로, 숫자 cluster는 중립 원형 계층으로 바꾼 상태로 public worker를 다시 배포했다. +- 검증 결과 + - `git push origin codex/ui-polish-batch` 통과 + - `npm run deploy:check` 통과 + - `npm run deploy:public` 통과 + - `curl -I --max-time 20 https://altteulmap.altteul-lab.workers.dev/` 결과 `200` +- 메모 + - public 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `049cea66-e4c3-4a60-96de-326576bc39f3` + +### 2026-04-05 12:31 KST: 공개 지도 마커 색 체계와 place/cluster 디자인 재정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/PLAN.md`에 공개 지도 마커 색 체계/디자인 정리 작업을 먼저 추가하고 완료 상태까지 갱신했다. + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`에서 place marker를 기존 `좋아요 pill` 대신 카테고리 상위 그룹 기준의 컬러 핀으로 다시 설계했다. `food`, `life-services`, `shopping`, `health`, `study-work` 5개 그룹을 기준으로 색을 나눴고, active marker는 같은 색 계열에서 크기와 halo만 강화하도록 정리했다. + - 같은 파일에서 숫자 cluster도 기존 주황 캡슐 대신 중립 아이보리/스톤 계열의 원형 이중 레이어로 바꿨고, `placeCount`에 따라 outer/inner size와 font 크기를 조금씩 다르게 주어 overview에서 과하게 튀지 않게 조정했다. + - preview fallback과 실제 NAVER map marker가 같은 시각 규칙을 쓰도록 helper를 공용화했다. 그래서 SDK 실패 fallback과 실지도가 서로 다른 마커 언어를 쓰는 문제도 같이 줄였다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 +- 메모 + - `npm run verify` 중 local production DB에 `places` 테이블이 없어 build 단계에서 mock fallback 로그는 남았지만, lint/build 자체는 정상 통과했다. + - 이번 단계는 마커 색/형태 재설계에 집중했고, 실제 live 반영은 사용자가 원할 때 push/deploy 단계에서 이어가면 된다. + +### 2026-04-05 12:21 KST: 공개 지도 marker mode 분리 변경 push 및 public Cloudflare 배포 +- 완료 내용 + - 누적된 워크트리 변경을 `feat(app): ship latest public and admin updates` (`366ff26`)로 커밋했고, `codex/ui-polish-batch` 브랜치에 push했다. + - push 전 원격 `codex/ui-polish-batch`에 `44ceee2`, `e06463e`가 먼저 올라와 있어 rebase로 합쳤다. 충돌은 `package.json`, `scripts/build-public-worker.mjs`, `src/features/places/repository.ts`, `PROGRESS.md`에서만 났고, public worker runtime hotfix와 이번 marker mode 분리 둘 다 유지하는 방향으로 정리했다. + - `npm run deploy:public`로 public worker를 다시 배포했다. +- 검증 결과 + - `git push origin codex/ui-polish-batch` 통과 + - `npm run deploy:check` 통과 + - `npm run deploy:public` 통과 + - `curl -I --max-time 20 https://altteulmap.altteul-lab.workers.dev/` 결과 `200` + - live map API 검증 + - `https://altteulmap.altteul-lab.workers.dev/api/places/map?minLat=37.4133&maxLat=37.7151&minLng=126.7341&maxLng=127.2693&zoom=9` 결과 `markerMode:"cluster"`, `kinds:["cluster"]`, `count:500`, `mapMarkerCount:19` + - `https://altteulmap.altteul-lab.workers.dev/api/places/map?query=김밥&scope=global` 결과 `markerMode:"place"`, `kinds:["place"]`, `count:40`, `mapMarkerCount:40` +- 메모 + - public 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `e1e12228-fc92-4fa6-bdda-76df3d794337` + +### 2026-04-05 12:07 KST: 공개 지도 marker 응답을 `cluster-only`/`place-only`로 분리 +- 완료 내용 + - `/Users/alex/project/altteulmap/PLAN.md`에 공개 지도 marker mode 분리 작업을 먼저 추가한 뒤 구현을 진행했다. + - `/Users/alex/project/altteulmap/src/features/places/types.ts`에 `PlaceMapMarkerMode`를 추가했고, `/Users/alex/project/altteulmap/src/features/places/repository.ts`의 지도 marker 생성 로직을 `getPlaceOnlyMapMarkers()`와 `getClusterOnlyMapMarkers()`로 분리했다. + - 같은 파일에서 `/api/places/map`와 SSR 초기 payload가 `markerMode: "place" | "cluster"`를 항상 내려주도록 바꿨고, overview 단계에서는 cluster marker만, 검색/확대 단계에서는 place marker만 반환하게 정리했다. + - `/Users/alex/project/altteulmap/src/app/api/places/map/route.ts`, `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`, `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`도 새 응답 계약에 맞췄다. 클라이언트는 `visibleMarkerMode` 기준으로 해당 종류의 marker만 렌더하므로, 서버 응답이 흔들려도 UI에서는 혼합 표시가 다시 나오지 않게 했다. + - `/Users/alex/project/altteulmap/tests/e2e/map.spec.ts`에 map API가 한 번에 하나의 marker mode만 반환하는지 확인하는 회귀를 추가했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.spec.ts --project chromium` 통과 + - 임시 `next start`(`http://127.0.0.1:3107`) 기준 `node` fetch 검증에서 `zoom=9` viewport 응답은 `markerMode: "cluster"` + `kinds:["cluster"]`, `query=김밥&scope=global` 응답은 `markerMode: "place"` + `kinds:["place"]`를 확인했다 +- 메모 + - `verify`와 Playwright를 병렬로 돌리면 둘 다 `.next`를 쓰는 `3107` 경로에서 산출물이 섞일 수 있으므로, 이번 변경 검증은 `build` 완료 뒤 Playwright를 순차 실행했다. + - build 중 로컬 production DB에 `places` 테이블이 없어 mock fallback 로그는 남았지만, 빌드와 route 계약 검증은 정상 통과했다. + +### 2026-04-03 18:59 KST: public worker wide viewport map API와 middleware manifest runtime hotfix 복구 +- 완료 내용 + - `/tmp/altteulmap-public-map-fix/scripts/patch-next-cloudflare-runtime.mjs`를 추가해 Cloudflare build 직전 `node_modules/next/dist/server/next-server.js`, `node_modules/next/dist/esm/server/next-server.js`의 `getMiddlewareManifest()`를 패치하도록 정리했다. + - manifest 파일이 worker 런타임의 `/.next/server/middleware-manifest.json` 경로에 없을 때는 `null`로 안전하게 빠지도록 바꿔, public worker preview/live가 모든 요청에서 500으로 죽던 회귀를 막았다. + - `/tmp/altteulmap-public-map-fix/scripts/build-public-worker.mjs`, `/tmp/altteulmap-public-map-fix/scripts/build-admin-worker.mjs`, `/tmp/altteulmap-public-map-fix/package.json`에 공통 patch step을 연결해 이후 OpenNext public/admin/common build에서도 같은 런타임 회귀가 다시 생기지 않게 했다. + - 이미 브랜치에 올라가 있던 `/tmp/altteulmap-public-map-fix/src/features/places/repository.ts`의 wide viewport marker hotfix(`071e639`)와 함께 public worker를 재배포했다. 이 조합으로 wide viewport `/api/places/map`의 Workers `1101` 응답이 실제 live에서 해소됐다. +- 검증 결과 + - `npm run cf:patch-next-runtime` 통과 + - `AUTH_SECRET=altteulmap-build-secret-change-me NEXTAUTH_URL=https://altteulmap.altteul-lab.workers.dev SITE_URL=https://altteulmap.altteul-lab.workers.dev ADMIN_APP_URL=https://altteulmap-admin.altteul-lab.workers.dev USE_MOCK_DATA=true npm run preview:public` 후 + - `curl http://127.0.0.1:8787/` 결과 `200` + - `curl 'http://127.0.0.1:8787/api/places/map?minLat=37.4133&maxLat=37.7151&minLng=126.7341&maxLng=127.2693&zoom=12'` 결과 `200` JSON + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-build-secret-change-me NEXTAUTH_URL=https://altteulmap.altteul-lab.workers.dev SITE_URL=https://altteulmap.altteul-lab.workers.dev ADMIN_APP_URL=https://altteulmap-admin.altteul-lab.workers.dev npm run deploy:public` 통과 + - live 검증 + - `curl -I https://altteulmap.altteul-lab.workers.dev/` 결과 `200` + - `curl -I 'https://altteulmap.altteul-lab.workers.dev/api/places/map?minLat=37.4133&maxLat=37.7151&minLng=126.7341&maxLng=127.2693&zoom=12'` 결과 `200` + - 같은 JSON 응답 기준 `count=500`, `returnedCount=120`, `mapMarkerCount=24`, `cluster=21`, `place=3` + - 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `bf9a3b0e-1067-40ce-a7f7-abe4f92105f5` +- 메모 + - 로컬 `deploy:check`는 현재 shell에 운영용 `DATABASE_URL`, OAuth, 네이버 지도 key가 없어 실패했지만, actual deploy/runtime env는 Cloudflare에 저장된 값을 사용하므로 public deploy 자체는 정상 수행됐다. + - 이번 hotfix 범위는 `wide viewport map API 1101`과 `middleware-manifest` 런타임 500 복구다. 모바일 브라우저에서 실제 마커 표시 체감은 live bundle 새로고침 후 다시 확인하면 된다. + +### 2026-04-05 11:56 KST: 모바일 상세 시트와 네이버 지도 워터마크 레이어 충돌 수정 +- 완료 내용 + - `/Users/alex/project/altteulmap/PLAN.md`에 모바일 상세 시트와 네이버 지도 워터마크 겹침 후속 작업을 먼저 추가한 뒤 구현을 진행했다. + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`에서 preview/fallback/runtime 공통 지도 shell과 실제 map wrapper에 `relative isolate z-0` 레이어를 넣어, 네이버 지도 SDK가 주입하는 워터마크/attribution이 바깥 상세 시트보다 위로 튀어나오지 않도록 map stack을 분리했다. + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에서도 지도 영역 래퍼를 `isolate`된 stacking context로 맞춰 모바일 상세 시트와 목록 시트가 지도 내부 DOM보다 안정적으로 위에서 렌더되게 정리했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - 기존 로컬 `next dev`(`http://127.0.0.1:3000`) 기준 headless 브라우저 점검에서 모바일 목록으로 상세 시트를 연 뒤 `NAVER` 워터마크 텍스트 노드가 시트 위 노출 상태로 재현되지 않는 것을 확인했다 +- 메모 + - build 중 로컬 production DB에 `places` 테이블이 없어 mock fallback 로그는 남았지만, 빌드 자체는 성공했다. + +### 2026-04-05 11:47 KST: 지도 수동 재조회 버튼 문구를 `이 지역 검색`으로 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`의 수동 재조회 버튼 라벨을 `이 지도에서 다시 보기`에서 `이 지역 검색`으로 바꿨다. + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`의 상태 안내와 빈 상태 문구도 같은 표현 기준으로 맞춰, 버튼과 설명이 서로 다른 용어를 쓰지 않게 정리했다. + - `/Users/alex/project/altteulmap/PLAN.md`, `/Users/alex/project/altteulmap/PROGRESS.md`의 해당 작업 설명도 새 라벨에 맞게 갱신했다. +- 검증 결과 + - `npm run verify:quick` 통과 +- 메모 + - 테스트는 `data-testid` 기준이라 별도 Playwright 수정은 필요하지 않았다. + +### 2026-04-05 00:18 KST: 공개 지도에 현재 위치/수동 재조회 액션 추가 +- 완료 내용 + - `/Users/alex/project/altteulmap/PLAN.md`에 공개 지도 드래그 탐색 보강 작업을 먼저 추가한 뒤 구현을 진행했다. + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`에 상단 중앙 `이 지역 검색` 버튼과 `map-refresh-button` test id를 추가했다. 기존 `내 위치` 버튼은 `현재 위치`로 라벨을 명확히 하고 `map-current-location-button` test id를 붙였다. + - 같은 파일의 지도 컨트롤은 viewport fetch 구조를 바꾸지 않고도 현재 bounds 기준 재조회를 트리거할 수 있게 정리했다. + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`는 수동 refresh tick을 추가해 viewport 모드에서 현재 지도 범위를 다시 요청할 수 있게 했고, 빈 상태/상태 안내 문구도 `이 지역 검색` 흐름에 맞게 조정했다. + - `/Users/alex/project/altteulmap/tests/e2e/map.spec.ts`는 데스크톱 홈 지도에서 `현재 위치`/`이 지역 검색` 버튼 노출과 수동 refresh 요청을 검증하도록 확장했고, `/Users/alex/project/altteulmap/tests/e2e/map.mobile.spec.ts`는 모바일에서도 두 버튼 노출을 확인하도록 갱신했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npx tsc --noEmit` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.spec.ts --project chromium` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과 +- 메모 + - Playwright의 `chromium`과 `mobile-chromium`은 둘 다 `3107` 포트를 쓰므로 이번 변경에서도 순차 실행을 유지해야 안전하다. + - 첫 Playwright 실패는 새 코드 문제가 아니라 `verify`와 병렬 실행하며 이전 build 산출물을 잡은 케이스였고, `npm run verify` 완료 뒤 순차 재실행으로 정상 통과했다. + +### 2026-04-04 20:35 KST: 별도 랭킹 화면 범위 제외 결정 반영 +- 완료 내용 + - `/Users/alex/project/altteulmap/PLAN.md`에서 `좋아요 랭킹`을 미구현 핵심/보류 범위에서 제거하고, 확장 기능 2차 우선순위를 `공유 후속 활용 범위` 기준으로 다시 정리했다. + - 같은 문서의 반응 기능/공유 기능 설명과 결정 메모도 현재 기준에 맞게 수정해, 별도 랭킹 화면은 만들지 않고 홈 `인기 장소` 추천 섹션만 유지한다는 정책을 명시했다. + - `/Users/alex/project/altteulmap/PROGRESS.md`의 진행 현황 요약과 다음 우선순위도 랭킹 제외 기준으로 갱신했다. + - `/Users/alex/project/altteulmap/prd.md`의 출시 후 빠른 후속 권장 항목은 `랭킹/추천 뷰` 대신 `추천 뷰 고도화`로 바꿨다. +- 검증 결과 + - 문서 범위 조정 작업이라 별도 코드 검증은 실행하지 않았다. +- 메모 + - 현재 반응 데이터는 홈 추천 섹션과 공유/telemetry 보조 신호 축적에 집중하고, 별도 순위 페이지나 랭킹 탭은 다시 범위에 넣지 않는다. + +### 2026-04-04 18:13 KST: 공유 유입 telemetry를 관리자 overview에 연결 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/db/schema.ts`의 `visit_activity`에 `entry_ref`, `entry_source` 컬럼과 조회용 index를 추가했고, `/Users/alex/project/altteulmap/drizzle/0009_boring_invaders.sql` migration을 생성했다. + - `/Users/alex/project/altteulmap/src/features/places/share.ts`는 공유 source 상수와 라벨 helper를 내보내도록 정리했고, `/Users/alex/project/altteulmap/src/features/telemetry/visit-tracker.tsx`는 URL query에서 `ref=share`, `source`만 정규화해서 `/api/telemetry/visit`로 보낸다. + - `/Users/alex/project/altteulmap/src/features/telemetry/api/visit-route.ts`, `/Users/alex/project/altteulmap/src/features/telemetry/repository.ts`는 공유 ref/source를 검증하고 저장하도록 바꿨다. 같은 30분 bucket 안에서는 처음 확인된 공유 유입 정보를 `coalesce`로 유지해, 이후 일반 탐색으로 덮여도 share attribution이 사라지지 않게 했다. + - `/Users/alex/project/altteulmap/src/features/admin/repository.ts`, `/Users/alex/project/altteulmap/src/features/admin/pages/dashboard-page.tsx`는 오늘/7일 공유 유입 수와 `detail/detail_sheet/list/trending` source breakdown을 admin overview에서 보여주도록 확장했다. + - `/Users/alex/project/altteulmap/tests/e2e/admin-dashboard.spec.ts`는 `/api/telemetry/visit`에 공유 유입 이벤트를 먼저 찍은 뒤, 관리자 대시보드에서 공유 유입 카드와 `인기 장소` source breakdown이 보이는지 확인하도록 강화했다. +- 검증 결과 + - `npm run db:generate` 통과 + - `npx tsc --noEmit` 통과 + - `npm run verify:quick` 통과 + - `npm run db:up` 통과 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npm run db:push` 통과 + - `npm run verify` 통과 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npm run db:seed` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npx playwright test tests/e2e/admin-dashboard.spec.ts --project chromium` 통과 +- 메모 + - 현재 share attribution은 `visit_activity`의 기존 30분 dedupe 정책을 그대로 따른다. 따라서 같은 actor가 같은 bucket 안에서 여러 공유 source로 들어와도 첫 source 하나만 유지한다. source별 세밀한 landing 분석이 필요해지면 별도 상세 이벤트 테이블을 추가하는 편이 맞다. + +### 2026-04-04 16:13 KST: 공유 강화 1차로 payload/source와 진입점 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/share.ts`를 추가해 공유 제목/문구와 `ref=share`, `source=detail|detail_sheet|list|trending`가 붙은 링크 생성을 공용 helper로 묶었다. + - `/Users/alex/project/altteulmap/src/features/places/place-share-button.tsx`는 이제 `navigator.share()`에 `title + text + url`을 함께 넘기고, fallback 복사도 URL만이 아니라 공유 문구 전체를 복사한다. 테스트 id와 메시지 id도 호출 위치별로 따로 줄 수 있게 확장했다. + - `/Users/alex/project/altteulmap/src/app/place/[id]/page.tsx`, `/Users/alex/project/altteulmap/src/features/places/place-detail-sheet.tsx`는 새 helper를 사용하도록 바꿨고, place page metadata title/description도 공유용 요약을 기준으로 다시 정리했다. + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`는 지도 목록 카드에 공유 버튼을 추가했고, `/Users/alex/project/altteulmap/src/features/places/trending-places-section.tsx`는 인기 장소 카드에서도 상세 링크와 별개로 공유 버튼을 제공하도록 바꿨다. + - `/Users/alex/project/altteulmap/tests/e2e/map.spec.ts`는 `navigator.share` payload를 직접 모킹해 `source=list`, `source=detail_sheet`, `source=trending`, `source=detail`이 각각 붙는지 확인하도록 회귀를 강화했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npx tsc --noEmit` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.spec.ts --project chromium` 통과 +- 메모 + - 첫 Playwright 실행은 `npm run verify` 전의 기존 `.next` 산출물을 재사용해 새 공유 버튼 test id를 찾지 못하고 실패했다. 새 build 후 재실행에서는 정상 통과했다. + +### 2026-04-04 16:06 KST: 사진 업로드 범위 제외 결정 반영 +- 완료 내용 + - `/Users/alex/project/altteulmap/PLAN.md`에서 확장 기능 2차 우선순위를 `공유/랭킹` 기준으로 다시 적고, `미구현 핵심`의 사진 업로드 항목을 제거했다. + - 같은 문서의 Cycle 6 설명도 `공유/사진 업로드` 대신 `공유/랭킹` 재판단으로 바꿨고, 결정 메모에 사진 업로드를 저장 용량과 운영 비용 이유로 현재 범위에서 제외한다는 정책을 남겼다. + - `/Users/alex/project/altteulmap/trd.md`의 오픈 기술 이슈도 `이미지 업로드를 MVP에 포함할지 여부`에서 `현재 범위에서 제외 유지`로 정리했다. + - `/Users/alex/project/altteulmap/PROGRESS.md`의 다음 우선순위도 `공유/랭킹` 기준으로 맞췄다. +- 검증 결과 + - 문서 결정 반영 작업이라 별도 코드 검증은 실행하지 않았다. +- 메모 + - 현재 저장소에는 사진 업로드 기능 구현 코드가 아직 없어서, 이번 변경은 제품 범위와 우선순위 문서 정리에 집중했다. + +### 2026-04-04 15:59 KST: 공개 쓰기/회원가입 rate limit 수치 재조정과 관측 헤더 추가 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/lib/rate-limit.ts`의 정책 값을 route 비용 기준으로 다시 조정했다. + - 장소 등록: 30분 4회 + - 댓글: 10분 8회 + - 가격 제보: 10분 8회 + - 신고: 30분 6회 + - 좋아요/싫어요: 5분 40회 + - 회원가입: 30분 3회 + - 같은 helper가 내려주는 헤더에 `X-RateLimit-Policy`, `X-RateLimit-Window`를 추가했다. 기존 `X-RateLimit-Limit`, `X-RateLimit-Remaining`, `X-RateLimit-Reset`, `Retry-After`와 함께 보면 어떤 bucket이 어떤 창으로 적용되는지 바로 알 수 있다. + - `/Users/alex/project/altteulmap/tests/e2e/comments.spec.ts`의 rate limit 회귀는 하드코딩된 `10회` 대신 첫 응답의 `x-ratelimit-limit`를 읽어 현재 정책 수치에 따라 동적으로 quota를 채우도록 바꿨다. 같은 테스트에서 `x-ratelimit-policy=place_comment_submission`, `x-ratelimit-window=600`도 같이 검증한다. + - `/Users/alex/project/altteulmap/trd.md`에도 현재 운영 기준 정책 수치와 헤더 계약을 반영했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/comments.spec.ts --project chromium` 통과 + - `PORT=3112 AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3112 USE_MOCK_DATA=true npm run start` 후 `curl -sS -D - -o /dev/null -X POST 'http://127.0.0.1:3112/api/auth/signup' -H 'Content-Type: application/json' --data '{"email":"bad","nickname":"x","password":"short"}'` 결과 + - `x-ratelimit-limit: 3` + - `x-ratelimit-policy: auth_signup` + - `x-ratelimit-window: 1800` +- 메모 + - 현재 저장소의 rate limit 저장소는 계속 프로세스 메모리 기반이다. 이번 단계는 수치와 응답 계약을 먼저 안정화해 운영 중 관측과 조정을 쉽게 만드는 데 집중했다. + +### 2026-04-04 16:07 KST: 관리자 큐 페이지 공통 네비/요약과 신고 상태 필터 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/admin/components/admin-queue-nav.tsx`, `/Users/alex/project/altteulmap/src/features/admin/components/admin-summary-cards.tsx`를 추가해 관리자 큐 페이지가 공통 운영 네비와 핵심 개수 요약 카드를 공유하도록 정리했다. + - `/Users/alex/project/altteulmap/src/features/admin/pages/places-page.tsx`, `/Users/alex/project/altteulmap/src/features/admin/pages/prices-page.tsx`, `/Users/alex/project/altteulmap/src/features/admin/pages/reports-page.tsx`는 `getAdminOverview()`를 함께 읽어 승인 대기 장소, 가격 제보, 열린 신고 같은 운영 지표를 상단에서 바로 확인할 수 있게 바꿨다. + - 신고 큐는 `status` query param 기반 필터를 지원하도록 바꿨다. `/admin/reports`는 이제 `전체`, `열림`, `검토 중`, `처리 완료`, `기각` 필터와 상태별 count badge를 보여주고, 선택한 상태에 해당하는 신고가 없을 때 빈 상태 문구를 분리해서 보여준다. + - `/Users/alex/project/altteulmap/tests/e2e/report-admin.spec.ts`에는 신고를 `처리 완료`로 바꾼 뒤 `?status=resolved`, `?status=open` 필터에서 보임/숨김이 맞는지 확인하는 회귀를 추가했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npx playwright test tests/e2e/admin-dashboard.spec.ts tests/e2e/price-review.spec.ts tests/e2e/report-admin.spec.ts tests/e2e/submission-admin.spec.ts --project chromium` 통과 +- 메모 + - `verify` 과정에서 `admin:sync`가 entrypoint 페이지를 다시 생성하므로, source of truth는 계속 `src/features/admin/pages/**`로 유지한다. + +### 2026-04-04 15:43 KST: 공개 쓰기/회원가입 `429` 대기 시간 안내 공용화 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/lib/rate-limit-feedback.ts`를 추가해 브라우저에서 `Retry-After`, `X-RateLimit-Reset`, JSON `retryAfterMs`를 함께 읽고 `약 N초/분 후 다시 시도해주세요.` 형식의 공통 문구를 만들게 했다. + - `/Users/alex/project/altteulmap/src/features/submission/place-submit-form.tsx`, `/Users/alex/project/altteulmap/src/features/places/place-comments-section.tsx`, `/Users/alex/project/altteulmap/src/features/places/place-price-report-form.tsx`, `/Users/alex/project/altteulmap/src/features/reports/report-submit-form.tsx`, `/Users/alex/project/altteulmap/src/features/auth/signup-form.tsx`, `/Users/alex/project/altteulmap/src/features/places/place-reaction-buttons.tsx`는 이제 `429` 응답에서 남은 대기 시간을 같은 형식으로 보여준다. + - 댓글 회귀는 `/Users/alex/project/altteulmap/tests/e2e/comments.spec.ts`에 추가했다. 같은 방문자 세션에서 코멘트 10건으로 quota를 채운 뒤 11번째 제출 시 `코멘트 등록 요청이 너무 빠릅니다. 약 ... 후 다시 시도해주세요.` 문구가 보이는지 검증한다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/comments.spec.ts --project chromium` 통과 +- 메모 + - 현재 대기 시간 문구는 header 우선, JSON body fallback 순서로 계산한다. server 정책 수치를 나중에 조정해도 클라이언트 메시지 포맷은 그대로 재사용할 수 있다. + +### 2026-04-04 17:28 KST: public worker 재배포와 live `smoke:remote` 통과 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/lib/admin-app.ts`의 external admin API stub status를 `503`에서 `200`으로 조정했다. public `/api/admin/places`는 별도 관리자 앱 안내용 endpoint라 `ok: false` body와 `adminUrl`만 있으면 충분하고, live smoke도 이 계약을 기준으로 다시 통과한다. + - 같은 수정이 포함된 public worker를 `NEXTAUTH_URL=https://altteulmap.altteul-lab.workers.dev`, `ADMIN_APP_URL=https://altteulmap-admin.altteul-lab.workers.dev` 기준으로 다시 배포했다. + - 새 public version에서 live `smoke:remote`를 다시 실행해 public `/`, `/robots.txt`, `/sitemap.xml`, sample place canonical, public `/admin`, public `/api/admin/places`, admin `/admin`, admin `/login`을 한 번에 재검증했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `NEXTAUTH_URL=https://altteulmap.altteul-lab.workers.dev ADMIN_APP_URL=https://altteulmap-admin.altteul-lab.workers.dev npm run deploy:check:public` 통과 + - `NEXTAUTH_URL=https://altteulmap-admin.altteul-lab.workers.dev SITE_URL=https://altteulmap.altteul-lab.workers.dev npm run deploy:check:admin` 통과 + - `NEXTAUTH_URL=https://altteulmap.altteul-lab.workers.dev ADMIN_APP_URL=https://altteulmap-admin.altteul-lab.workers.dev npm run deploy:public` 통과 + - `SMOKE_PUBLIC_URL=https://altteulmap.altteul-lab.workers.dev SMOKE_ADMIN_URL=https://altteulmap-admin.altteul-lab.workers.dev npm run smoke:remote` 통과 +- 메모 + - public worker 현재 version id: `9968cae6-966c-49a0-8882-abe3e87f463e` + - 직전 배포에서 `public /api/admin/places`가 `503`을 반환해 smoke가 실패했지만, body는 이미 정상 안내 JSON이었고 status만 계약과 어긋나 있었다. + +### 2026-04-04 16:20 KST: 운영 smoke 스크립트 정리와 Workers public read hang 완화 +- 완료 내용 + - `/Users/alex/project/altteulmap/scripts/smoke-local.mjs`를 현재 제품 계약에 맞춰 read-only smoke로 다시 정리했다. 이제 홈 canonical, `robots.txt`, `sitemap.xml`, sample place canonical, map API, place detail API, 로그인 화면 렌더만 검증하고, 예전 `credentials -> bookmarks/admin API` 검사는 제거했다. + - `/Users/alex/project/altteulmap/scripts/smoke-remote.mjs`를 추가하고, `/Users/alex/project/altteulmap/package.json`, `/Users/alex/project/altteulmap/README.md`, `/Users/alex/project/altteulmap/docs/deploy-cloudflare.md`에 remote smoke 사용법과 점검 범위를 반영했다. 로그인 matcher도 더 이상 `로컬 로그인` 문구를 기대하지 않고 `login-form` 렌더 기준으로 본다. + - live smoke 조사 과정에서 public `map/detail`과 guest write 경로가 Cloudflare/OpenNext runtime에서 hang 되는 현상을 확인했고, 원인 후보를 둘로 나눠 정리했다. `next/headers` 기반 visitor cookie 조회는 request-driven API 경로에서 hang을 유발했고, DB read는 응답이 지연되거나 schema가 없을 때 fallback 전에 멈출 수 있었다. + - `/Users/alex/project/altteulmap/src/lib/visitor-id.ts`는 `next/headers` 의존을 제거하고 raw `cookie` header 파싱 helper로 바꿨다. `/Users/alex/project/altteulmap/src/lib/public-write-actor.ts`와 `/Users/alex/project/altteulmap/src/app/api/places/[id]/route.ts`는 request header 기반 visitor id를 쓰도록 갱신했다. + - `/Users/alex/project/altteulmap/src/app/place/[id]/page.tsx`는 guest viewer용 visitor cookie를 서버 페이지에서 더 이상 직접 읽지 않게 조정했다. guest는 place page SSR에서 viewer reaction 초기값을 `null`로 시작하지만, worker hang 없이 page 자체는 계속 렌더된다. + - `/Users/alex/project/altteulmap/src/features/places/repository.ts`에는 `withDatabaseReadTimeout()`을 추가해 `listPlaces`, `listMapPlaces`, `listTrendingPlaces`, `getPlaceDetail`가 DB read 지연 시 실패를 surface하고 기존 mock fallback으로 빠지게 했다. 로컬 `wrangler dev`에서 DB schema 부재(`relation "places" does not exist`)가 나도 public `map/detail` read는 `mock` 응답으로 복구되는 것까지 확인했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `set -a; source .env.production.local; set +a; npx wrangler dev -c wrangler.jsonc --port 8791` 후 runtime probe + - `curl -sS -D - 'http://127.0.0.1:8791/api/places/map?scope=global&query=%EA%B9%80%EB%B0%A5'` 결과 `200`, `source: "mock"` + - `curl -sS -D - 'http://127.0.0.1:8791/api/places/goodprice-16045'` 결과 `200`, `source: "mock"` + - `curl -sS -D - 'http://127.0.0.1:8791/place/goodprice-16045'` 결과 `200` + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3111 SITE_URL=http://127.0.0.1:3111 USE_MOCK_DATA=true npm run build` 통과 + - `PORT=3111 AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3111 SITE_URL=http://127.0.0.1:3111 USE_MOCK_DATA=true npm run start` 후 + - `SMOKE_BASE_URL=http://127.0.0.1:3111 npm run smoke:local` 통과 + - `curl -sS -D - 'http://127.0.0.1:3111/api/places/map?scope=global&query=%EA%B9%80%EB%B0%A5'` 결과 `200` + - `curl -sS -D - 'http://127.0.0.1:3111/place/goodprice-16045'` 결과 `200` +- 메모 + - local/prod smoke에서 canonical과 sitemap은 build 시점 `SITE_URL`을 그대로 굽기 때문에, `smoke:local`을 돌릴 때는 `build`와 `start` 모두에 같은 localhost `SITE_URL`/`NEXTAUTH_URL`을 넘기는 편이 안전하다. + - `smoke:remote`는 아직 live `workers.dev`에 새 public worker를 다시 배포하지 않은 상태라 재실행하지 않았다. 다음 액션은 current public worker 재배포 후 `NEXTAUTH_URL=https://altteulmap.altteul-lab.workers.dev ADMIN_APP_URL=https://altteulmap-admin.altteul-lab.workers.dev npm run smoke:remote`를 다시 돌리는 것이다. + +### 2026-04-04 15:31 KST: 공개 쓰기와 북마크의 public 재검증 경로 공용화 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/revalidation.ts`를 추가해 public place read 경로와 액션별 revalidation helper를 한 군데로 모았다. `place detail`, `home`, `map`, `bookmarks`, `admin queue` 반영 범위를 helper 이름에서 바로 읽을 수 있게 정리했다. + - 같은 helper는 `revalidatePath("/place/[id]", "page")`와 concrete slug path를 같이 다뤄, 공개 상세 페이지 invalidation 기준을 route segment 수준으로도 같이 잡는다. + - `/Users/alex/project/altteulmap/src/app/api/places/[id]/comments/route.ts`, `/Users/alex/project/altteulmap/src/app/api/places/[id]/comments/[commentId]/route.ts`, `/Users/alex/project/altteulmap/src/app/api/places/[id]/prices/route.ts`, `/Users/alex/project/altteulmap/src/app/api/places/[id]/reaction/route.ts`, `/Users/alex/project/altteulmap/src/app/api/bookmarks/[id]/route.ts`는 흩어져 있던 `revalidatePath` 호출을 새 helper로 교체했다. + - `/Users/alex/project/altteulmap/src/app/api/places/route.ts`는 공개 장소 등록 성공 시 admin place queue와 dashboard를 재검증하도록 바꿨고, `/Users/alex/project/altteulmap/src/app/api/reports/route.ts`는 신고 제출 성공 시 admin reports queue를 재검증하도록 보강했다. + - `/Users/alex/project/altteulmap/src/features/admin/revalidation.ts`도 public place read 경로 정의를 재사용하게 정리해, admin moderation과 public write가 place/home/map 재검증 기준을 따로 들고 있지 않게 맞췄다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.spec.ts --project chromium` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npx playwright test tests/e2e/comments.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` 통과 +- 메모 + - `npm run verify` 중 `sitemap.xml` 단계에서 production DB의 `places` 테이블 부재로 mock fallback 로그가 남는 현상은 기존과 동일하며, 이번 변경과는 무관하다. + - Playwright는 여전히 `3107` 단일 포트를 사용하므로, mock/DB 세트는 순차 실행을 유지하는 편이 안전하다. + +### 2026-04-04 15:08 KST: 모바일 목록/상세 시트 스냅과 drag-close 추가 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/use-mobile-sheet-gesture.ts`를 추가해 모바일 시트 핸들에서 쓸 공용 pointer gesture helper를 만들었다. upward drag는 expand, downward drag는 collapse 또는 close로 해석하고, 현재 drag offset은 transform으로만 적용한다. + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에서 모바일 목록 시트에 `peek/expanded` 상태를 추가했다. open 시 기본은 `peek`이고, 헤더의 `펼치기/줄이기` 버튼과 상단 핸들 drag로 스냅을 바꿀 수 있다. expanded 상태에서 downward drag는 `peek`로, peek 상태에서 downward drag는 닫기로 동작한다. + - `/Users/alex/project/altteulmap/src/features/places/place-detail-sheet.tsx`는 상단 핸들에 같은 gesture helper를 연결해 모바일 상세 시트를 downward drag로 닫을 수 있게 했다. + - `/Users/alex/project/altteulmap/src/app/globals.css`에는 모바일 시트의 height/transform transition과 `data-sheet-mode`, `data-sheet-dragging` 규칙을 추가해 list sheet가 `46dvh` peek와 `72dvh` expanded 사이를 전환하도록 맞췄다. + - `/Users/alex/project/altteulmap/tests/e2e/map.mobile.spec.ts`는 목록 시트의 `peek -> expanded -> drag collapse -> drag close`, 상세 시트의 drag-close까지 검증하도록 갱신했다. +- 검증 결과 + - `npx tsc --noEmit` 통과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.spec.ts --project chromium` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과 +- 메모 + - Playwright는 `next start` 기반이라, 새 `data-*` 속성과 handle이 안 보이던 첫 실패는 stale `.next` 빌드 때문이었다. 이후 `npm run verify`로 rebuild한 뒤 회귀를 다시 고정했다. + - 모바일/데스크톱 Playwright를 같은 포트(`3107`)로 병렬 실행하면 `EADDRINUSE`가 나므로, 이후에도 두 세트는 순차 실행하는 편이 안전하다. + +### 2026-04-04 13:42 KST: 홈 `인기 장소` 추천 섹션 추가 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/repository.ts`에 `listTrendingPlaces()`를 추가했다. DB는 `좋아요 수 -> 검증 수 -> 최근 갱신 -> 낮은 비추천 -> 대표 가격 -> 이름` 순서로 상위 장소를 고르고, mock도 같은 의도로 `좋아요 우선 + 최근 갱신` comparator를 사용한다. + - `/Users/alex/project/altteulmap/src/features/places/trending-places-section.tsx`를 새로 추가해 상위 6개 카드를 홈에서 가로 레일/데스크톱 3열 grid로 보여주도록 했다. 카드에는 순위, 카테고리/지역, 대표 가격, `좋아요 N` 또는 `최근 갱신` 이유를 같이 노출한다. + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`는 검색어가 없을 때만 `listTrendingPlaces(6, activeCategory)`를 SSR로 불러오고, 지도 아래에 `인기 장소` 섹션을 렌더한다. 검색 결과 화면에서는 추천 섹션을 숨겨 검색 맥락과 경쟁하지 않게 했다. + - `/Users/alex/project/altteulmap/tests/e2e/map.spec.ts`에 홈 추천 섹션 노출과 카드 클릭 후 상세 페이지 이동 회귀를 추가했다. + - `/Users/alex/project/altteulmap/README.md`의 기본 E2E 목록도 현재 검증 범위에 맞게 갱신했다. +- 검증 결과 + - `npx tsc --noEmit` 통과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.spec.ts --project chromium` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과 +- 메모 + - imported goodprice seed는 현재 `likeCount=0`이 많아서, 실제 live 데이터가 쌓이기 전까지는 `최근 갱신` 라벨이 함께 보이는 추천 섹션 성격이 더 강하다. + - 검증 중 추천 섹션이 보이지 않던 첫 실패는 코드 문제가 아니라 새 UI 패치 전 `.next` 빌드를 Playwright가 재사용한 상태였고, `npm run verify`로 새 빌드를 만든 뒤 회귀가 정상 통과했다. + +### 2026-04-04 13:16 KST: mock runtime 데스크톱 지도 비회원 좋아요 회귀 수정 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/repository.ts`의 mock reaction summary 계산에서 store key를 `split(":")`로 읽던 로직을 `parseStoredReactionPlaceId()` helper로 교체했다. + - 원인은 mock store key가 `visitor:uuid:placeId` 또는 `user:userId:placeId` 형태인데, 기존 구현이 두 번째 토큰을 place id로 잘못 읽어 `getMockReactionSummary()`가 누적 count를 전혀 세지 못하던 점이었다. 그래서 API는 `"좋아요를 남겼습니다."`를 반환해도 `likeCount`는 계속 `0`이었다. + - `/Users/alex/project/altteulmap/tests/e2e/map.spec.ts`는 직전 턴에서 이미 오래된 고정 fixture를 제거해 두었고, 이번 턴에서는 mock runtime 기준 좋아요 count가 실제로 오르는지 다시 안정화했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npx tsc --noEmit` 통과 + - `npm run build` 통과 + - `PORT=3117 USE_MOCK_DATA=true AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3117 npm run start` 후 수동 확인 + - `curl -i -s -X PUT 'http://127.0.0.1:3117/api/places/goodprice-16045/reaction' -H 'Content-Type: application/json' --data '{"reaction":"like"}'` 결과 `{"ok":true,"source":"mock","reaction":"like","likeCount":1,"dislikeCount":0,...}` + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.spec.ts --project chromium` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과 +- 메모 + - 검증용 서버는 `lsof -tiTCP:3117 -sTCP:LISTEN | xargs -r kill`로 종료했다. + - 이전에 띄워 둔 `3116` mock server도 같이 종료했다. + +### 2026-04-04 12:22 KST: 공개 지도 목록/상세의 중복 메타와 상태 안내를 압축 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`에서 모바일 검색 카드 상단 요약을 여러 badge 대신 한 줄 summary text(`검색어 · 카테고리 · 범위`)로 바꿔 첫 화면 높이를 다시 줄였다. + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에 `ListStatusSummary`를 추가해 `불러오는 중`, `총 N곳 중 M곳 먼저 표시`, `목록은 120곳까지만 표시` 안내를 데스크톱/모바일 공통의 단일 요약 패널로 합쳤다. 기존처럼 동일 성격의 안내 박스가 2~3장 연달아 쌓이지 않게 정리했다. + - `/Users/alex/project/altteulmap/src/features/places/place-detail-sheet.tsx`는 헤더 아래에서 제목/주소/카테고리/지역을 다시 반복하지 않고, 본문 시작을 카테고리/지역 chip + 선택적 사업장 이름 + 대표 가격 패널로 재구성했다. 닫기 버튼도 모바일 기준 더 작은 chrome으로 줄였다. + - 같은 파일에서 검증 중 드러난 별도 회귀를 일부 보강했다. 상세 fetch가 늦게 끝날 때 locally 바뀐 반응 수치가 즉시 덮이지 않도록 reaction override state를 추가했다. + - `/Users/alex/project/altteulmap/tests/e2e/map.spec.ts`는 오래된 고정 fixture 대신 `/Users/alex/project/altteulmap/tests/e2e/helpers/place.ts`로 현재 runtime에서 검색 가능한 장소를 동적으로 집어오도록 바꿨다. +- 검증 결과 + - `npx tsc --noEmit` 통과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map.spec.ts --project chromium` 실패 + - 검색 fixture 문제는 없어졌지만, mock runtime 기준 비회원 좋아요 count가 detail sheet에서 즉시 증가하지 않는 별도 회귀가 남아 있다. +- 메모 + - 현재 polish 범위 자체는 완료했다. 다음 액션은 `USE_MOCK_DATA=true` 기준 `map.spec.ts`가 실패시키는 비회원 좋아요 흐름을 별도 버그로 조사하는 것이다. + +### 2026-04-04 11:44 KST: 한글 slug 신규 장소 상세 404 수정 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/app/place/[id]/page.tsx`에 `normalizePlaceRouteId()`를 추가해 server page와 `generateMetadata()`가 `params.id`를 그대로 쓰지 않고 `decodeURIComponent()`한 slug로 상세 lookup을 수행하도록 고쳤다. + - 원인은 신규 승인 장소의 한글 slug가 server page render에서는 `e2e%EB...` 같은 encoded 값으로 들어오고 있었는데, DB lookup은 raw slug 기준이라 `getPlaceDetail()`이 `null`을 반환하고 `notFound()`로 떨어지던 점이었다. 같은 slug의 `/api/places/[slug]`는 `200`이라 page route 쪽 route param 처리 문제로 범위를 좁혔다. + - `/Users/alex/project/altteulmap/tests/e2e/submission-admin.spec.ts`는 승인 후 홈 검색 노출뿐 아니라 실제 `/place/[slug]` 상세 진입까지 다시 검증하도록 복구했다. + - `/Users/alex/project/altteulmap/tests/e2e/comments.spec.ts`도 오래된 `school-gimbap` fixture 대신 `/Users/alex/project/altteulmap/tests/e2e/helpers/place.ts`를 써서 현재 실데이터 seed 기준 place page 회귀를 확인하도록 맞췄다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `PORT=3111 AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3111 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npm run start` 후 런타임 확인 + - `curl -s -o /dev/null -w '%{http_code}\n' 'http://127.0.0.1:3111/place/e2e분식1775269839905'` 결과 `200` + - `curl -s 'http://127.0.0.1:3111/place/e2e분식1775269839905'` 응답 본문에서 `E2E분식1775269839905` heading 확인 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npx playwright test tests/e2e/comments.spec.ts tests/e2e/price-review.spec.ts tests/e2e/submission-admin.spec.ts` 통과 +- 메모 + - 이번 이슈는 API route와 server page가 같은 `slug`를 쓰더라도 page 쪽 `params.id`가 percent-encoded 상태로 들어오는 경로가 있던 점이 핵심이었다. 앞으로 place-like dynamic route를 늘릴 때는 route param normalization 여부를 먼저 확인하는 편이 안전하다. + +### 2026-04-04 11:35 KST: 관리자 moderation UX 즉시 피드백과 공통 재검증 helper 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/admin/revalidation.ts`를 추가해 장소 승인, 가격 제보 검토, 신고 상태 변경, 가격 항목 수정 후의 admin/public `revalidatePath` 경로를 공통 helper로 모았다. + - `/Users/alex/project/altteulmap/src/features/admin/api/place-detail.ts`, `/Users/alex/project/altteulmap/src/features/admin/api/price-detail.ts`, `/Users/alex/project/altteulmap/src/features/admin/api/report-detail.ts`, `/Users/alex/project/altteulmap/src/features/admin/api/price-item-detail.ts`는 새 helper만 호출하도록 정리했고, `src/features/admin/entrypoints/api/**`는 canonical API 구현 re-export로 바꿨다. + - `/Users/alex/project/altteulmap/src/features/admin/components/admin-pending-place-card.tsx`, `/Users/alex/project/altteulmap/src/features/admin/components/admin-pending-price-report-card.tsx`, `/Users/alex/project/altteulmap/src/features/admin/components/admin-report-card.tsx`를 추가해 승인/반려/상태 변경이 refresh 전에도 카드나 badge에 즉시 반영되게 했다. + - `/Users/alex/project/altteulmap/src/features/places/admin-place-review-form.tsx`, `/Users/alex/project/altteulmap/src/features/places/admin-price-report-review-form.tsx`, `/Users/alex/project/altteulmap/src/features/reports/admin-report-status-form.tsx`, `/Users/alex/project/altteulmap/src/features/places/admin-price-item-form.tsx`는 action별 pending 문구와 성공/실패 tone을 분리해 메시지를 더 명확하게 보여주도록 정리했다. + - `/Users/alex/project/altteulmap/src/features/admin/pages/places-page.tsx`, `/Users/alex/project/altteulmap/src/features/admin/pages/prices-page.tsx`, `/Users/alex/project/altteulmap/src/features/admin/pages/reports-page.tsx`는 새 client card wrapper를 쓰도록 바꿨고, `src/features/admin/entrypoints/pages/**`도 canonical page re-export로 정리했다. + - admin moderation 회귀 확인을 위해 `/Users/alex/project/altteulmap/tests/e2e/helpers/place.ts`를 추가했고, `/Users/alex/project/altteulmap/tests/e2e/price-review.spec.ts`, `/Users/alex/project/altteulmap/tests/e2e/report-admin.spec.ts`의 오래된 `school-gimbap` fixture를 현재 실데이터 seed에서 찾는 helper 기준으로 바꿨다. `/Users/alex/project/altteulmap/tests/e2e/submission-admin.spec.ts`는 승인 후 홈 검색 노출 검증에 집중하도록 상세 페이지 의존을 줄였다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `npm run db:up` 통과 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npm run db:push` 통과 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npm run db:seed` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap npx playwright test tests/e2e/admin-dashboard.spec.ts tests/e2e/submission-admin.spec.ts tests/e2e/price-review.spec.ts tests/e2e/report-admin.spec.ts` 통과 +- 메모 + - 수동 확인 중 `slug='e2e분식1775269839905'` 같은 새 승인 한글 slug 장소는 `/api/places/[slug]`에서는 `200`으로 보이지만 `/place/[slug]` 페이지는 `404`를 반환하는 별도 이슈를 확인했다. 이번 moderation UX 작업과는 분리해서 다음 우선순위로 조사/수정할 예정이다. + +### 2026-04-04 11:15 KST: 공개 쓰기 rate limit 정책 중앙화와 응답 헤더 통일 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/lib/rate-limit.ts`에 공개 쓰기 정책별 limit/window 정의를 `RATE_LIMIT_POLICIES`로 모으고, `consumeRateLimitPolicy()`, `applyRateLimitHeaders()`를 추가했다. + - `/Users/alex/project/altteulmap/src/app/api/places/route.ts`, `/Users/alex/project/altteulmap/src/app/api/places/[id]/comments/route.ts`, `/Users/alex/project/altteulmap/src/app/api/places/[id]/prices/route.ts`, `/Users/alex/project/altteulmap/src/app/api/reports/route.ts`, `/Users/alex/project/altteulmap/src/app/api/auth/signup/route.ts`, `/Users/alex/project/altteulmap/src/app/api/places/[id]/reaction/route.ts`가 숫자를 직접 들고 있지 않고 공통 정책 이름을 사용하도록 바꿨다. + - 같은 route들은 이제 정상 응답과 `400`/`429` 응답 모두에 `X-RateLimit-Limit`, `X-RateLimit-Remaining`, `X-RateLimit-Reset`을 내리고, `429`에는 `Retry-After`까지 함께 보낸다. + - 반응 API는 별도 visitor cookie 처리 대신 `/Users/alex/project/altteulmap/src/lib/public-write-actor.ts`의 공통 actor/cookie 경로를 재사용하도록 정리했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `PORT=3110 USE_MOCK_DATA=true AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3110 npm run start` 후 수동 확인 + - `POST /api/auth/signup` 잘못된 body 6회 호출 시 `400 -> ... -> 429`로 전환되고 `X-RateLimit-*`, `Retry-After` 헤더 확인 + - `PUT /api/places/goodprice-13952/reaction` 정상 호출 시 `200`과 `X-RateLimit-Limit=20`, `X-RateLimit-Remaining=19`, visitor cookie 설정 확인 +- 메모 + - 현재 rate limit 저장소는 여전히 프로세스 메모리 기반이라 Worker 인스턴스 간 완전한 전역 보장은 없다. 이번 단계는 운영 정책 수치와 응답 계약을 먼저 고정해 관측/조정을 쉽게 만드는 데 집중했다. + +### 2026-04-04 11:05 KST: `workers.dev` 기준 public/admin split 운영 배포 적용 +- 완료 내용 + - `.env.production.local`에 `SITE_URL=https://altteulmap.altteul-lab.workers.dev`를 추가해 public 홈 기준 URL을 명시했다. + - Wrangler 인증 상태와 운영 URL 설정을 확인한 뒤, admin 앱은 셸 env로 `NEXTAUTH_URL=https://altteulmap-admin.altteul-lab.workers.dev`, `SITE_URL=https://altteulmap.altteul-lab.workers.dev`를 명시해 배포했다. + - public 앱은 셸 env로 `NEXTAUTH_URL=https://altteulmap.altteul-lab.workers.dev`, `ADMIN_APP_URL=https://altteulmap-admin.altteul-lab.workers.dev`를 명시해 외부 admin redirect/API stub 모드로 다시 배포했다. + - 런타임에서 public `/` 응답 200, public `/admin`의 admin worker redirect, public `/api/admin/places`의 안내 JSON, `robots.txt`, `sitemap.xml`, admin `/admin`의 로그인 redirect를 다시 확인했다. +- 검증 결과 + - `npx wrangler whoami` 통과 + - `npm run deploy:check:public` 통과 + - `npm run deploy:check:admin` 통과 + - `NEXTAUTH_URL=https://altteulmap-admin.altteul-lab.workers.dev SITE_URL=https://altteulmap.altteul-lab.workers.dev npm run deploy:admin` 통과 + - `NEXTAUTH_URL=https://altteulmap.altteul-lab.workers.dev ADMIN_APP_URL=https://altteulmap-admin.altteul-lab.workers.dev npm run deploy:public` 통과 + - `curl -I --max-time 20 https://altteulmap.altteul-lab.workers.dev/` 결과 `200` + - `curl -I --max-time 20 https://altteulmap.altteul-lab.workers.dev/admin` 결과 `307 -> https://altteulmap-admin.altteul-lab.workers.dev/admin` + - `curl -s --max-time 20 https://altteulmap.altteul-lab.workers.dev/api/admin/places` 결과 `adminUrl=https://altteulmap-admin.altteul-lab.workers.dev/admin/places` + - `curl -s --max-time 20 https://altteulmap.altteul-lab.workers.dev/robots.txt` 결과 `Host`와 `Sitemap`이 public workers.dev 기준으로 노출 + - `curl -s --max-time 20 https://altteulmap.altteul-lab.workers.dev/sitemap.xml` 결과 루트와 place URL이 public workers.dev 기준으로 노출 + - `curl -I --max-time 20 https://altteulmap-admin.altteul-lab.workers.dev/admin` 결과 `307 -> /login?callbackUrl=%2Fadmin` +- 메모 + - admin worker version id: `9b7f5abb-4f98-4c9f-91d8-9b95d23a9862` + - public worker version id: `6c8f880e-a925-44f7-baa7-051a27736b5a` + - admin 배포는 public용 `.env.production.local` 값을 그대로 쓰지 않고 셸 env override로 `NEXTAUTH_URL`을 admin 주소로 분리하는 방식이 안전하다. + +### 2026-04-03 16:42 KST: 공개 UI 밀도 정리 커밋 푸시와 public Cloudflare 배포 +- 완료 내용 + - 공개 UI 밀도 정리 변경은 `feat(ui): tighten public layout density` (`7a898e1`)로 커밋해 `codex/ui-polish-batch` 브랜치에 push했다. + - 첫 deploy 시 clean build에서 `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`가 import하는 `/Users/alex/project/altteulmap/src/features/map/route-reset-details.tsx`가 커밋에서 빠져 있어 public worker build가 실패했다. + - 누락 파일을 복원해 `fix(build): restore route reset details` (`82c8b88`)로 추가 커밋한 뒤 같은 브랜치에 다시 push했고, 그 커밋 기준으로 public worker를 재배포했다. +- 검증 결과 + - `git push origin codex/ui-polish-batch` 통과 + - `npm run deploy:check` 통과 + - `npm run deploy:public` 통과 + - `curl -I --max-time 20 https://altteulmap.altteul-lab.workers.dev/` 결과 `200` + - 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `0d99da66-1b53-464b-837f-5f90093ae4fb` +- 메모 + - 실제 live runtime은 `82c8b88` 기준이다. + - deploy 직전에는 `git stash push --keep-index -u -m 'codex-temp-ui-ship-20260403'`로 unrelated 미커밋 변경을 잠시 분리해 clean commit 기준으로 build/deploy를 수행했다. + +### 2026-04-03 16:35 KST: 공개 UI 후속으로 헤더 1줄화, 홈 map-first 재배치, auth/등록 화면 감량 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/components/global-header.tsx`, `/Users/alex/project/altteulmap/src/components/brand-mark.tsx`에서 모바일 헤더를 줄바꿈 없는 단일 행 구조로 바꿨다. 액션 버튼은 모바일에서 짧은 라벨과 가로 스크롤 행으로 정리했고, 인증 화면에서는 중복되는 `로그인` 버튼을 헤더에서 숨기도록 조정했다. + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`, `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에서 홈 상단 hero와 필터 박스의 높이/패딩/간격을 줄이고, 모바일 검색/필터 영역을 더 얕은 형태로 다시 묶었다. 지도 영역 자체의 시작 위치도 위로 당겼다. + - `/Users/alex/project/altteulmap/src/app/login/page.tsx`, `/Users/alex/project/altteulmap/src/app/signup/page.tsx`, `/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/app/submit/page.tsx`, `/Users/alex/project/altteulmap/src/features/submission/place-submit-form.tsx`에서 등록 화면의 바깥 카드와 폼 안의 중첩 surface를 줄였다. 가격 항목 카드, 주소 블록, 결과 패널도 더 평평한 계층으로 맞췄다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3109 USE_MOCK_DATA=true npx next start -p 3109`로 production server를 띄운 뒤 Playwright probe로 `/`, `/login`, `/signup`, `/submit`의 desktop/mobile viewport를 재측정했다 + - 핵심 측정값 변화 + - 모바일 header height: `153px -> 58.19px` + - 홈 mobile map shell top: `516.5px -> 327.69px` + - 홈 desktop map shell top: `638.66px -> 544.89px` + - 로그인 mobile form top: `147.48px` + - 회원가입 mobile form top: `82.19px` + - 등록 mobile form top: `150.19px` + - 샘플 페이지 horizontal overflow: 모두 `0` +- 메모 + - production server 점검 후 `pkill -f "next start -p 3109"`로 서버를 내렸다. + - 홈 데스크톱 첫 화면은 이전보다 가벼워졌지만, 더 과감한 `map-first`를 원하면 다음 단계에서 데스크톱 검색/카테고리 박스를 지도 옆으로 재배치하는 방향도 가능하다. + +### 2026-04-03 15:58 KST: 공개 페이지 브라우저/모바일 디자인 전면 리뷰 +- 완료 내용 + - 배포본 `https://altteulmap.altteul-lab.workers.dev` 기준으로 `/`, `/login`, `/signup`, `/submit`를 데스크톱/모바일 viewport에서 다시 점검했다. + - `/Users/alex/project/altteulmap/src/components/global-header.tsx`, `/Users/alex/project/altteulmap/src/components/brand-mark.tsx`, `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`, `/Users/alex/project/altteulmap/src/app/login/page.tsx`, `/Users/alex/project/altteulmap/src/app/signup/page.tsx`, `/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/app/submit/page.tsx`, `/Users/alex/project/altteulmap/src/features/submission/place-submit-form.tsx`를 기준으로 레이아웃 밀도와 CTA 집중도를 코드 리뷰했다. + - 주요 리스크는 모바일 전역 헤더 높이 과다, 홈에서 지도 시작 위치가 너무 아래로 밀리는 구조, 인증 화면의 전역 이동과 폼 내부 이동 중복, 등록 폼의 카드 레이어 과다로 정리했다. +- 검증 결과 + - `node <<'EOF'` 기반 Playwright probe로 배포본 `/`, `/login`, `/signup`, `/submit`의 desktop/mobile bounding box, header height, map/form start position, overflowX를 수집했다. + - 수집 기준 viewport + - desktop: `1440x960` + - mobile: `390x664` + - 핵심 측정값 + - 홈 mobile header height: `153px` + - 홈 mobile map shell top: `516.5px` + - 홈 desktop map shell top: `638.66px` + - 로그인/회원가입/등록 mobile header height: 모두 `153px` + - 샘플 페이지 horizontal overflow: 모두 `0` +- 메모 + - 이번 턴은 리뷰만 수행했고 코드 변경은 하지 않았다. + - 다음 수정 우선순위는 `모바일 header 1줄화`, `홈 첫 화면 map-first 재배치`, `auth 페이지 전역 nav 축소`, `등록 폼 표면 레이어 감량` 순서로 보는 것이 타당하다. + +### 2026-04-03 15:05 KST: 모바일 지도 zoom-out 시 overview cluster 복귀 정책 추가 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에 모바일 marker 표시 정책을 다시 넣되, 이전 회귀처럼 광범위하게 숨기지 않도록 임계 zoom을 낮췄다. 이제 모바일 `viewport + 무검색 + 선택된 place 없음 + cluster 존재` 상태에서만 `zoom <= 10.75`일 때 cluster marker만 우선 노출한다. + - 따라서 initial/zoom-out overview에서는 개별 place marker가 화면에 과도하게 남지 않고 cluster 중심 개요로 돌아가며, `zoom > 10.75` 구간에서는 서버가 내려준 place marker를 그대로 보여 줘서 확대 후에도 다시 숫자만 남던 이전 회귀를 피한다. + - 수정은 `fix(map): re-cluster mobile markers on zoom out` (`25971e1`) 커밋으로 정리해 `codex/ui-polish-batch` 브랜치에 push했고, public worker를 다시 배포했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `USE_MOCK_DATA=true npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과 + - `npm run deploy:check` 통과 + - `npm run deploy:public` 통과 + - `curl -I https://altteulmap.altteul-lab.workers.dev/` 결과 `200` + - 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `9c902b78-24ff-428a-b9b0-904142594238` +- 메모 + - 이번 수정은 clean HEAD 기준으로 커밋/배포한 뒤, 원래 워크트리 변경을 다시 복원하는 방식으로 처리한다. + +### 2026-04-03 14:10 KST: 공개 지도 가격 필터 제거 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`에서 모바일/데스크톱 가격 필터 UI, `maxPrice` hidden input, 가격 파라미터 URL 조합을 제거했다. 공개 지도 탐색 조건은 이제 카테고리와 검색 범위만 남는다. + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`, `/Users/alex/project/altteulmap/src/app/api/places/map/route.ts`, `/Users/alex/project/altteulmap/src/features/places/repository.ts`, `/Users/alex/project/altteulmap/src/features/places/queries.ts`에서 `maxPrice` prop, query string, API filter payload, repository/mock filtering 경로를 함께 제거했다. + - `/Users/alex/project/altteulmap/tests/e2e/map-price-filter.spec.ts`, `/Users/alex/project/altteulmap/tests/e2e/map-price-filter.mobile.spec.ts`는 가격 필터 동작 검증 대신 가격 옵션 비노출과 카테고리 탐색 유지 회귀를 검증하도록 바꿨다. + - `/Users/alex/project/altteulmap/PLAN.md`, `/Users/alex/project/altteulmap/prd.md`, `/Users/alex/project/altteulmap/trd.md`를 현재 제품 계약에 맞춰 갱신했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map-price-filter.spec.ts tests/e2e/map-price-filter.mobile.spec.ts` 통과 +- 메모 + - 2026-04-03의 가격 필터 회귀 수정 로그는 현재 제품 계약에서는 역사 기록으로만 남고, 실제 서비스 기능은 이번 턴에서 제거됐다. + +### 2026-04-03 13:25 KST: 모바일 지도에서 cluster만 남던 client-side suppression 회귀 수정 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에서 모바일 viewport 전용 `cluster-only` 분기를 제거했다. 이제 서버가 확대된 bounds/zoom 기준으로 place marker를 함께 반환하면 모바일에서도 그대로 지도에 전달된다. + - 문제 원인은 같은 파일의 `mobileOverviewMarkers`였다. `isMobileViewport + viewport search + 무검색 + selectedPlace 없음 + cluster 존재 + zoom <= 13.25` 조건이면 서버 응답에 place marker가 섞여 있어도 클라이언트가 다시 cluster만 남기고 있었고, 이 때문에 모바일에서 숫자 마커만 계속 보일 수 있었다. + - 로컬 API probe로 bootstrap bounds(`37.4133~37.7151`, `126.7341~127.2693`) 기준 응답을 다시 확인했다. 서버는 이미 `zoom 12`부터 `cluster 21 + place 3`, `zoom 15`에서 `cluster 47 + place 7`처럼 개별 place marker를 내려주고 있어, 이번 회귀의 직접 원인이 서버가 아니라 클라이언트 suppression임을 확인했다. + - 수정은 `fix(map): restore mobile place markers` (`8686fbc`)로 커밋해 `codex/ui-polish-batch` 브랜치에 push했고, public worker를 다시 배포했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - clean worktree 기준 `npm run verify` 통과 + - `USE_MOCK_DATA=true npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과 + - `npm run deploy:check` 통과 + - `npm run deploy:public` 통과 + - `curl -I https://altteulmap.altteul-lab.workers.dev/` 결과 `200` + - 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `e2eebb66-92bc-442e-88ca-31b6da5a9875` +- 메모 + - clean verify/deploy를 위해 커밋 후 나머지 미커밋 변경을 `git stash push -u -m 'codex-temp-mobile-map-fix-20260403'`로 잠시 분리했다. 이 stash는 배포 직후 다시 원복할 예정이다. + +### 2026-04-03 13:20 KST: 가격 필터 모바일 회귀와 `127.0.0.1` dev 접근 문제 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/next.config.ts`에 `allowedDevOrigins: ["127.0.0.1"]`를 추가했다. 이제 로컬 dev 서버를 `localhost:3000`으로 띄워도 브라우저를 `http://127.0.0.1:3000`으로 열 때 Next 16 dev origin 제한 때문에 hydration과 `/api/places/map` fetch가 막히지 않는다. + - `/Users/alex/project/altteulmap/src/features/map/route-reset-details.tsx`를 추가해 모바일 `탐색 조건` 박스를 client wrapper로 감쌌다. route key가 바뀌면 wrapper 자체가 remount되어 `open` 상태가 닫힌 상태로 초기화된다. + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`의 모바일 가격/카테고리/검색 범위 패널은 위 wrapper를 쓰도록 바꿨다. 그래서 `5,000원 이하`를 누른 뒤 다시 `탐색 조건`을 열면 `전체 가격`, `10,000원 이하`, `20,000원 이하`를 다시 바로 고를 수 있다. + - `/Users/alex/project/altteulmap/tests/e2e/map-price-filter.mobile.spec.ts`를 추가해 모바일에서 `5,000원 이하 -> 탐색 조건 다시 열기 -> 10,000원 이하` 흐름을 회귀로 고정했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map-price-filter.spec.ts tests/e2e/map-price-filter.mobile.spec.ts` 통과 + - 수동 dev 확인 + - `PORT=3000 USE_MOCK_DATA=true AUTH_SECRET=testsecret NEXTAUTH_URL=http://127.0.0.1:3000 npm run dev` 후 `http://127.0.0.1:3000/`에서 badge `507곳`, 목록 `120`, `/api/places/map` 응답 확인 + - 모바일 viewport에서 `5,000원 이하` 선택 후 `탐색 조건`을 다시 열면 `전체 가격`, `10,000원 이하`가 다시 보이고 `?maxPrice=10000`까지 이동 확인 +- 메모 + - 이번 사용자 보고 증상은 두 갈래였다. 정상 origin(`localhost`)에서는 가격 필터 자체는 동작했지만 모바일에서는 `
` open 상태가 route 전환 뒤 남아 다시 탭했을 때 닫혀 버렸고, `127.0.0.1` 접근에서는 Next dev origin 제한 때문에 hydration과 지도 fetch가 불안정했다. + +### 2026-04-03 13:18 KST: 모바일 지도 UX 후속 커밋 푸시와 public Cloudflare 배포 +- 완료 내용 + - 모바일 지도 시트 후속 수정은 `fa1d3aa` (`feat(ui): refine mobile map sheets`) 커밋으로 정리해 `codex/ui-polish-batch` 브랜치에 push했다. + - public worker는 커밋 상태만 배포되도록 나머지 미커밋 변경을 임시로 분리한 뒤 `npm run deploy:check`, `npm run deploy:public` 순서로 배포했다. +- 검증 결과 + - `npm run deploy:check` 통과 + - `npm run deploy:public` 통과 + - 배포 URL: `https://altteulmap.altteul-lab.workers.dev` + - Cloudflare version id: `aa70be6e-ceb3-4d6a-aace-90015b38d53c` +- 메모 + - 배포 후 원래 워크트리의 미커밋 변경은 다시 복원했다. 현재 public 배포본은 `fa1d3aa` 기준이고, 그 외 로컬 미커밋 변경은 아직 push/deploy 범위에 포함되지 않는다. + +### 2026-04-03 13:10 KST: 모바일 지도 시트 레이어, bottom-sheet 비율, 저줌 마커 정책 후속 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/app/globals.css`에 모바일 시트 공용 safe-area 규칙을 추가해 목록/상세 시트를 `top-2/bottom-2` 전체 오버레이가 아니라 bottom-sheet 최대 높이 기준으로 다루도록 바꿨다. + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에서 모바일 목록 시트 z-index를 전역 헤더보다 높게 올리고, 목록 시트에 새 mobile sheet 규칙을 적용했다. 동시에 모바일 `viewport + 무검색 + 저줌` 상태에서는 cluster marker가 있으면 cluster만 우선 보여주도록 바꿔 count marker와 개별 place marker가 섞여 보이는 첫 화면을 줄였다. + - `/Users/alex/project/altteulmap/src/features/places/place-detail-sheet.tsx`는 모바일 상세 시트도 같은 safe-area bottom-sheet 규칙으로 옮기고, 상단 헤더를 generic 문구 대신 실제 장소명/주소 중심으로 바꿨다. 상세 시트 z-index도 전역 헤더보다 높게 조정했다. + - `/Users/alex/project/altteulmap/tests/e2e/map.mobile.spec.ts`는 고정 mock 숫자/slug 의존을 걷어내고, 실제 첫 목록 아이템 기준으로 상세 시트가 열리는지와 모바일 시트가 viewport를 과도하게 덮지 않는지 확인하도록 보강했다. +- 검증 결과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `USE_MOCK_DATA=true npx playwright test tests/e2e/map.mobile.spec.ts --project mobile-chromium` 통과 +- 메모 + - 이번 수정으로 모바일 목록 시트는 이전보다 낮고 짧아져 한 화면에 보이는 카드 수가 줄었다. 대신 상단 닫기 버튼이 헤더 뒤로 숨지 않고, 실제 지도 작업면과 상단 안전영역은 더 넓게 확보된다. + +### 2026-04-03 12:25 KST: 모바일 지도 UX 코드 리뷰 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/components/global-header.tsx`, `/Users/alex/project/altteulmap/src/app/layout.tsx`, `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`, `/Users/alex/project/altteulmap/src/features/places/place-detail-sheet.tsx`, `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`, `/Users/alex/project/altteulmap/src/features/places/repository.ts`를 기준으로 모바일 지도 UX를 코드만 보고 리뷰했다. + - 전역 헤더 z-index가 모바일 목록/상세 시트보다 높아 닫기 영역을 가릴 수 있는 구조, 모바일 시트가 safe area 없이 거의 전체 높이를 점유하는 구조, 서버 마커 생성이 cluster/place를 같은 응답에 섞어 내려주는 구조를 주요 이슈로 정리했다. +- 검증 결과 + - 코드 리뷰만 수행했고 별도 명령 검증은 추가로 실행하지 않았다. +- 메모 + - 다음 액션은 모바일 시트 레이어 우선순위 재정리, safe-area 대응, 모바일 개요 줌에서 cluster/place 표시 정책 분리 순서가 적절하다. + +### 2026-04-03 11:56 KST: preview fallback에서도 bootstrap fetch와 가격 필터가 끊기지 않게 회귀 수정 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에서 viewport 모드의 첫 client fetch가 실제 지도 SDK의 viewport 이벤트만 기다리지 않도록 바꿨다. `viewport`가 아직 없으면 `initialBounds`를 bootstrap bounds로 써서 `/api/places/map`를 바로 호출한다. + - `MapExplorer`는 이미 `key` 기반 remount를 사용하고 있으므로, 이번 회귀의 직접 원인인 bootstrap fetch 경로만 보강했다. 가격 필터 전환도 remount 뒤 같은 bootstrap fetch를 타므로 `maxPrice=5000` 응답이 정상적으로 다시 내려온다. + - `/Users/alex/project/altteulmap/tests/e2e/map-price-filter.spec.ts`를 추가해 네이버 지도 SDK fallback 상황에서도 `/` 첫 진입 시 bootstrap fetch가 발생하고, `5,000원 이하` 클릭 시 `/api/places/map?...maxPrice=5000` 응답과 목록이 계속 보이는지 검증하도록 했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npm run verify` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 USE_MOCK_DATA=true npx playwright test tests/e2e/map-price-filter.spec.ts` 통과 +- 메모 + - 회귀 원인은 viewport 모드의 첫 fetch가 지도 SDK가 내리는 실제 viewport 이벤트에만 묶여 있었던 점이다. SDK가 없거나 늦게 뜨는 환경에서는 `/api/places/map` 호출이 아예 없어서 목록/미리보기 마커가 0건에 고정됐고, 가격 필터 전환 시에도 같은 증상이 반복됐다. + +### 2026-04-03 11:55 KST: 카테고리 칩을 가로 레일에서 반응형 그리드로 전환 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`에서 카테고리 필터만 별도 chip class로 분리했다. 이제 모바일 `탐색 조건` 박스와 데스크톱 필터 박스 모두 카테고리는 `w-full + min-w-0 + text-center` 규칙을 쓰고, `whitespace-nowrap`를 제거했다. + - 같은 파일에서 카테고리 영역을 `altteulmap-scroll-row` 대신 `altteulmap-chip-grid`로 바꿨다. 검색 범위/가격 필터는 기존 가로 레일을 유지하고, 항목 수가 많은 카테고리만 박스 안에서 여러 줄로 자연스럽게 배치된다. + - `/Users/alex/project/altteulmap/src/app/globals.css`에 `altteulmap-chip-grid`를 추가해 모바일 2열, `sm` 3열, `lg` 이상 auto-fit grid로 반응형 배치를 고정했다. + - 검증 중 드러난 기존 lint blocker도 같이 정리했다. `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에서 props 동기화용 setState effect를 제거했고, 현재는 부모 key remount로 초기화 흐름을 유지한다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 +- 메모 + - 이번 수정 목적은 카테고리 개수가 늘어도 필터 박스 오른쪽 바깥으로 시각적으로 밀려나지 않게 만드는 것이다. 현재는 카테고리만 wrap/grid 기준으로 바뀌고, 가격/검색 범위처럼 짧은 칩 묶음은 기존 가로 레일 UX를 그대로 유지한다. + +### 2026-04-02 21:40 KST: admin worker 루트 `/` 500을 안전한 랜딩 페이지로 교체 +- 완료 내용 + - `/Users/alex/project/altteulmap/apps/admin/src/app/page.tsx`의 server redirect(`/admin`)를 제거하고, `/admin` 또는 `/login`으로 이동할 수 있는 정적 랜딩 페이지로 교체했다. + - 같은 파일에 `dynamic = "force-dynamic"`을 추가해 OpenNext preview/worker에서 bare root `/`가 정적으로 취급되며 `DYNAMIC_SERVER_USAGE`로 500이 나던 경로를 동적으로 고정했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run deploy:admin` 통과 + - `curl -I https://altteulmap-admin.altteul-lab.workers.dev/` 결과 `200` + - `curl -I https://altteulmap-admin.altteul-lab.workers.dev/admin` 결과 `307 -> /login?callbackUrl=%2Fadmin` + - `curl -I https://altteulmap-admin.altteul-lab.workers.dev/login` 결과 `200` +- 메모 + - public `altteulmap`과 admin `altteulmap-admin`은 분리 worker라서, public worker를 `external admin` 모드로 배포한 현재 구조에서는 admin worker를 삭제하면 `/admin` 운영 경로가 사라진다. + +### 2026-04-02 14:18 KST: 배포/점검 스크립트의 env precedence를 쉘·CI 우선으로 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/scripts/lib/load-env-files.mjs`를 추가해 `.env`, `.env.production`, `.env.local`, `.env.production.local`을 읽되, 이미 주입된 쉘/CI env는 덮어쓰지 않고 파일끼리만 뒤 순서가 앞 순서를 덮도록 공통 helper를 만들었다. + - `/Users/alex/project/altteulmap/scripts/check-cloudflare-deploy.mjs`, `/Users/alex/project/altteulmap/scripts/build-public-worker.mjs`는 이제 이 helper를 써서 로컬 파일보다 셸/CI env를 우선한다. 따라서 운영 워크플로우에서 넘긴 `NEXTAUTH_URL`, `ADMIN_APP_URL`, `SITE_URL`이 개발용 `.env*` 값으로 다시 덮이지 않는다. + - `/Users/alex/project/altteulmap/README.md`, `/Users/alex/project/altteulmap/docs/deploy-cloudflare.md`, `/Users/alex/project/altteulmap/docs/cloudflare-account-to-deploy.md`, `/Users/alex/project/altteulmap/PLAN.md`에 이 precedence 규칙과 split 배포 기준 문구를 반영했고, 예전 `public 번들에서 /admin 제거` 문장도 현재 external stub 동작 기준으로 고쳤다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `NEXTAUTH_URL=https://override-public.example.workers.dev ADMIN_APP_URL=https://override-admin.example.workers.dev npm run deploy:check:public` 통과 + - callback reminder와 public `/admin` entrypoint가 모두 override 값으로 출력되는 것 확인 + - `NEXTAUTH_URL=https://override-admin.example.workers.dev SITE_URL=https://override-public.example.workers.dev npm run deploy:check:admin` 통과 + - callback reminder와 public home link가 모두 override 값으로 출력되는 것 확인 + - `ADMIN_APP_URL=https://override-admin.example.workers.dev NEXTAUTH_URL=https://override-public.example.workers.dev npm run cf:build:public` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 +- 메모 + - 이전에는 deploy check/build 스크립트가 `dotenv.config({ override: true })`를 써서 셸에서 넘긴 운영 URL도 `.env.production.local` 같은 로컬 파일 값으로 다시 덮을 수 있었다. 이번 수정으로 CI와 운영 배포에서 env 우선순위가 의도대로 맞춰졌다. + +### 2026-04-02 14:14 KST: 관리자 외부 앱 cutover 경로를 external stub 빌드 기준으로 마무리 +- 완료 내용 + - `/Users/alex/project/altteulmap/scripts/build-public-worker.mjs`를 바꿔 public worker build가 더 이상 `src/app/admin`, `src/app/api/admin`를 삭제하지 않고, `src/features/admin/entrypoints`만 `external` 모드로 동기화한 뒤 OpenNext build를 수행하도록 정리했다. build 후에는 기존 entrypoint를 복구한다. + - `/Users/alex/project/altteulmap/package.json`에 `admin:sync:embedded`, `admin:sync:external`, `deploy:check:public`, `deploy:check:admin` 스크립트를 추가해 split 배포 검증 경로를 명시했다. + - `/Users/alex/project/altteulmap/scripts/check-cloudflare-deploy.mjs`는 `--public`, `--admin` 모드를 지원하게 바꿨다. public split은 `ADMIN_APP_URL`, standalone admin worker는 `SITE_URL`까지 확인하고, callback/home link 기준 URL을 같이 출력한다. + - `/Users/alex/project/altteulmap/src/lib/env.ts`, `/Users/alex/project/altteulmap/src/lib/site.ts`, `/Users/alex/project/altteulmap/.env.example`에 `SITE_URL`을 반영했다. admin 앱은 `NEXTAUTH_URL`을 자기 자신 기준으로 두고도 헤더의 홈 링크는 public 앱으로 보낼 수 있게 됐다. + - `/Users/alex/project/altteulmap/src/lib/admin-app.ts`는 로컬 보호 로직을 `NEXTAUTH_URL` 기준으로 유지해, `SITE_URL`이 별도로 있어도 localhost 개발/테스트에서는 외부 admin 링크가 자동으로 새지 않게 했다. + - `/Users/alex/project/altteulmap/README.md`, `/Users/alex/project/altteulmap/docs/deploy-cloudflare.md`, `/Users/alex/project/altteulmap/docs/cloudflare-account-to-deploy.md`, `/Users/alex/project/altteulmap/PLAN.md`를 업데이트해 split 배포 순서, env 역할, public `/admin` redirect/API stub 동작, admin 앱의 `SITE_URL` 사용 규칙을 남겼다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `npm run deploy:check:public -- --preview` 실패 + - 의도된 결과로, preview env에 `ADMIN_APP_URL`이 없으면 split public 배포를 막는지 확인했다 + - `npm run deploy:check:admin -- --preview` 실패 + - 의도된 결과로, preview env에 `SITE_URL`이 없으면 standalone admin 배포를 막는지 확인했다 + - `NEXTAUTH_URL=https://altteulmap.example.workers.dev ADMIN_APP_URL=https://altteulmap-admin.example.workers.dev npm run deploy:check:public` 통과 + - `NEXTAUTH_URL=https://altteulmap-admin.example.workers.dev SITE_URL=https://altteulmap.example.workers.dev npm run deploy:check:admin` 통과 + - `npm run cf:build:public` 통과 + - public worker route manifest에 `/admin`, `/admin/places`, `/api/admin/places` 등이 남아 external stub 모드로 빌드되는 것 확인 + - `npm run cf:build:admin` 통과 + - `ALTTEULMAP_ADMIN_MODE=external NEXTAUTH_URL=https://altteulmap.example.workers.dev ADMIN_APP_URL=https://altteulmap-admin.example.workers.dev npm run build` 통과 + - `PORT=3126 NEXTAUTH_URL=https://altteulmap.example.workers.dev ADMIN_APP_URL=https://altteulmap-admin.example.workers.dev npm run start` 후 수동 확인 + - `curl -si http://127.0.0.1:3126/admin` 결과 `307 Temporary Redirect`, `location: https://altteulmap-admin.example.workers.dev/admin` + - `curl -s http://127.0.0.1:3126/api/admin/places` 결과 `{"ok":false,"message":"관리자 기능은 별도 관리자 앱으로 이동했습니다.","adminUrl":"https://altteulmap-admin.example.workers.dev/admin/places"}` + - `curl -s http://127.0.0.1:3126/ | rg 'https://altteulmap-admin.example.workers.dev/admin'` 결과 public 헤더의 admin 링크가 외부 앱 주소를 가리키는 것 확인 + - `npm run admin:sync` 실행으로 작업 종료 시 entrypoint를 다시 embedded 모드로 복구 +- 메모 + - localhost 보호 로직은 그대로 유지한다. `NEXTAUTH_URL`이 localhost면 `ADMIN_APP_URL`이 있어도 public 앱은 외부 admin 링크를 쓰지 않는다. + - 실제 운영 cutover는 아직 남아 있다. 이제 필요한 것은 live `workers.dev` 또는 custom domain 값으로 env를 채운 뒤 `deploy:check:public`, `deploy:check:admin`, `deploy:public`, `deploy:admin` 순서를 실행하는 마지막 배포 작업이다. + +### 2026-04-02 13:52 KST: 인증 진입면 재단순화와 지도 필터 칩 가로 레일 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/app/login/page.tsx`, `/Users/alex/project/altteulmap/src/app/signup/page.tsx`에서 설정 확인용 패널 렌더를 제거하고, 로그인/가입 액션 카드만 남기도록 다시 단순화했다. + - `/Users/alex/project/altteulmap/src/features/auth/auth-readiness-panel.tsx`는 삭제했고, `/Users/alex/project/altteulmap/src/features/auth/repository.ts`, `/Users/alex/project/altteulmap/src/features/auth/constants.ts`에서 readiness panel용 callback/env diagnostics 메타데이터를 걷어냈다. + - `/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/social-auth-buttons.tsx`를 정리해 이메일 로그인/가입을 먼저 보여주고, 소셜 로그인은 활성 provider가 있을 때만 보이게 바꿨다. + - `/Users/alex/project/altteulmap/src/app/globals.css`, `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`에 가로 스크롤 레일 스타일을 추가해 모바일/데스크톱의 카테고리, 가격 필터, 검색 범위 칩이 여러 줄로 무너지지 않게 정리했다. + - `/Users/alex/project/altteulmap/tests/e2e/login.spec.ts`는 readiness panel 존재 대신 액션 중심 로그인/회원가입 전환 흐름을 검증하도록 갱신했고, `/Users/alex/project/altteulmap/README.md`의 readiness panel 설명도 제거했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npx tsc --noEmit` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap USE_MOCK_DATA=false npx playwright test tests/e2e/login.spec.ts tests/e2e/signup.spec.ts` 통과 +- 메모 + - 같은 날 12:00 KST에 넣었던 readiness panel은 과도한 운영 확인 UI로 판단돼 이번 턴에서 제거했다. 현재 제품 기준 필수 인증 경로는 credentials 로그인/회원가입과 북마크 보호, 관리자 권한 확인이다. + +### 2026-04-02 12:00 KST: 로그인/회원가입 진입면에 auth readiness 패널 추가 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/auth/repository.ts`에서 provider별 callback URL, 필수 env 키, 누락 env 키, 현재 인증 기준 origin을 계산하는 diagnostics 로직을 추가했다. + - `/Users/alex/project/altteulmap/src/features/auth/auth-readiness-panel.tsx`를 새로 만들어 `/login`, `/signup`에서 현재 인증 기준 URL, provider별 callback URL, 사용 가능 여부, 누락 env 키를 바로 볼 수 있게 했다. + - `/Users/alex/project/altteulmap/src/features/auth/constants.ts`의 auth provider 타입을 확장해 callback URL과 setup metadata를 함께 다루도록 정리했다. + - `/Users/alex/project/altteulmap/tests/e2e/login.spec.ts`를 추가해 로그인/회원가입 진입면에서 readiness 패널과 provider callback URL이 보이는지 검증했다. + - `/Users/alex/project/altteulmap/README.md`에도 login/signup 화면에서 callback URL을 바로 확인할 수 있다는 설명을 추가했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npx tsc --noEmit` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap USE_MOCK_DATA=false npx playwright test tests/e2e/login.spec.ts tests/e2e/signup.spec.ts` 통과 +- 메모 + - 이 단계는 일시적으로 현재 callback 기준과 누락 설정을 화면에서 바로 확인하려는 목적이었다. 같은 날 13:52 KST 후속 작업에서 panel은 제거됐고, 현재 우선순위는 운영 도메인 배포 점검과 관리자 외부 앱 cutover다. + +### 2026-04-02 11:58 KST: 지도 마커 팔레트를 중간 톤으로 재조정 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`의 marker 팔레트를 한 단계 부드럽게 낮췄다. 비활성 place marker는 진한 남색 대신 밝은 샌드/클레이 톤, active marker는 과한 주황 대신 중간 톤 테라코타, cluster marker는 어두운 남색 대신 밝은 카라멜 계열로 바꿨다. + - preview fallback 오버레이도 같은 톤으로 맞췄고, 그림자 역시 차가운 진회색 계열에서 더 자연스러운 웜 섀도로 조정했다. +- 검증 결과 + - `npm run verify:quick` 통과 +- 메모 + - 목적은 이전 다크 팔레트의 대비는 조금 낮추되, 지도 바탕과 섞이지 않게 white halo와 테두리는 유지하는 것이다. 현재는 기존보다 덜 무겁고, 그래도 마커 실루엣은 남도록 맞췄다. + +### 2026-04-02 11:53 KST: 관리자 visit/activity telemetry 2차와 로그인 상태 header 회귀 정리 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/db/schema.ts`에 `visit_activity` 테이블과 dedupe/조회용 index를 추가했고, `/Users/alex/project/altteulmap/drizzle/0008_hot_mesmero.sql` 마이그레이션을 생성해 적용했다. + - `/Users/alex/project/altteulmap/src/features/telemetry/repository.ts`에 30분 bucket 기준 방문 적재, 120일 보존 정리, 오늘/7일 방문 수, 고유 방문자, DAU/WAU, 7일 재방문율 집계 로직을 추가했다. + - `/Users/alex/project/altteulmap/src/features/telemetry/api/visit-route.ts`, `/Users/alex/project/altteulmap/src/app/api/telemetry/visit/route.ts`, `/Users/alex/project/altteulmap/apps/admin/src/app/api/telemetry/visit/route.ts`를 통해 public/admin 공통 방문 적재 API를 열고, `/Users/alex/project/altteulmap/src/app/layout.tsx`, `/Users/alex/project/altteulmap/apps/admin/src/app/layout.tsx`에 tracker를 연결했다. + - `/Users/alex/project/altteulmap/src/features/admin/repository.ts`, `/Users/alex/project/altteulmap/src/features/admin/pages/dashboard-page.tsx`, `/Users/alex/project/altteulmap/src/features/admin/entrypoints/pages/dashboard-page.tsx`에서 방문 지표를 overview 카드로 노출하도록 바꿨다. + - 검증 중 드러난 회귀도 같이 정리했다. `/Users/alex/project/altteulmap/src/components/global-header.tsx`에 `session-user-badge`, `session-admin-link`, `session-login-link` test id와 계정 라벨을 복원했고, 로그아웃은 항상 `/`로 돌아가게 바꿨다. `/Users/alex/project/altteulmap/src/lib/admin-app.ts`는 로컬/테스트 host일 때 `ADMIN_APP_URL`이 있어도 내부 `/admin`을 우선 사용하도록 조정했다. + - `/Users/alex/project/altteulmap/src/features/places/repository.ts`의 `formatDate()`는 문자열/잘못된 날짜를 안전하게 처리하도록 바꿔 Playwright webserver에서 보이던 `RangeError: Invalid time value` fallback 로그를 제거했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npx tsc --noEmit` 통과 + - `npm run db:generate` 통과 + - `npm run db:push` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `psql postgresql://postgres:postgres@127.0.0.1:5432/altteulmap -c "select route_group, visit_date, count(*) from visit_activity group by route_group, visit_date order by visit_date desc, route_group asc;"` 결과 `admin/public` route group 집계 확인 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap PORT=3119 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3119 npm run start` 후 수동 확인 + - `curl -s 'http://127.0.0.1:3119/api/places/map?minLat=33&maxLat=39&minLng=124&maxLng=132&zoom=13' | jq '{source, mock, count, returnedCount, mapMarkerCount}'` 결과 `database/false/1000/120/11` + - cookie jar 로그인 뒤 `curl -s -b "$jar" "$base/admin" | rg -o 'data-testid=\"[^\"]+\"' | sort -u` 결과 `admin-metric-today-visits`, `admin-metric-weekly-visits`, `admin-metric-dau-wau`, `admin-metric-returning-rate`, `sign-out-button` 포함 확인 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap USE_MOCK_DATA=false npx playwright test tests/e2e/admin-dashboard.spec.ts` 통과 +- 메모 + - 초기 Playwright 재실행에서는 header test id 제거, 외부 `ADMIN_APP_URL` 우선, 로그아웃 callback이 `/admin`으로 남아 있는 세 가지 회귀가 드러났고, 이번 턴에서 모두 같이 정리했다. + - 방문 지표는 visitor cookie/user id 기준 actor key와 30분 bucket dedupe를 사용한다. admin/public route group은 path 기준으로 분리해 같은 actor라도 운영 화면 방문을 따로 볼 수 있게 했다. + +### 2026-04-02 11:51 KST: build/verify가 실행 중인 dev 서버의 `.next-dev`를 지우던 회귀 수정 +- 완료 내용 + - `/Users/alex/project/altteulmap/package.json`의 `build`에서 `.next-dev` 삭제를 제거했다. 이제 production build는 `.next`만 정리하고, 실행 중인 dev 서버 산출물은 건드리지 않는다. + - 같은 파일의 `dev`에서도 자동 `.next-dev` 삭제를 제거했다. dev 캐시 초기화는 `npm run dev:clean`으로만 수동 수행하도록 다시 고정했다. + - `cf:clean`도 `.next-dev`를 지우지 않게 바꿨다. 따라서 Cloudflare preview/deploy용 clean build가 로컬 dev 서버를 망가뜨리지 않는다. +- 검증 결과 + - `npm run verify:quick` 통과 + - 실행 중인 기존 dev 서버(`http://127.0.0.1:3000`)에 대해 변경 후 `curl` 결과 `200` 유지 확인 + - 같은 상태에서 `npm run build`를 병행 실행해도 dev 서버 `200` 응답이 유지되는 것 확인 +- 메모 + - 이번 증상의 직접 원인은 `build/verify/cf:clean`이 live dev 산출물인 `.next-dev`를 같이 삭제하던 점이다. 그 상태에서 dev 서버는 chunk/manifest를 잃어 500을 내고, 재시작해야만 `.next-dev`를 다시 만들 수 있었다. + - 이미 깨진 상태를 복구할 때만 `npm run dev:clean && npm run dev`를 쓰면 되고, 평소에는 그냥 `npm run dev`만 쓰면 된다. + +### 2026-04-02 11:46 KST: 지도 마커 대비 강화로 실제 지도와 플레이스 구분 개선 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`의 place marker/cluster marker 팔레트를 다시 잡았다. 비활성 place marker는 진한 남색, 활성 place marker는 밝은 주황, cluster marker는 더 어두운 남색으로 분리해 지도 바탕색과 겹치지 않게 했다. + - 같은 파일의 실지도 marker HTML은 흰색 외곽선, 더 강한 그림자, 약간 큰 아이콘 크기와 anchor로 맞춰 확대 상태에서도 배경 지도 위에서 먼저 보이게 정리했다. + - preview fallback 오버레이도 같은 색 규칙을 쓰도록 바꿔, SDK fallback과 실지도 사이의 시각 규칙이 어긋나지 않게 맞췄다. +- 검증 결과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - follow-up formatting 확인으로 `npm run verify:quick` 재실행 통과 +- 메모 + - 이번 조정의 핵심은 기존 warm beige/orange 위주의 마커가 네이버 기본 지도색과 비슷하게 섞이던 문제를 줄이는 것이다. 현재는 비활성/cluster를 cool dark 계열로 이동시키고, active만 주황으로 남겨 선택 상태도 더 눈에 띄게 했다. + +### 2026-04-02 11:37 KST: bounds 기반 map API short-lived 서버 캐시와 쓰기 후 invalidation 추가 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/repository.ts`에 `bounds`가 있는 지도 조회 전용 메모리 캐시를 추가했다. key는 정렬/필터/검색어/bounds/zoom bucket 기준으로 만들고, TTL은 짧게 유지하면서 최대 엔트리 수를 제한한다. + - 같은 파일의 `listDatabaseMapPlaces()`는 `bounds` 요청일 때 먼저 캐시를 조회하고, miss일 때만 DB를 다시 읽어 결과를 저장한다. + - `refreshPlaceReactionSummary()`, `refreshPlacePricingSummary()`, `moderateDatabasePlace()`에서 캐시를 즉시 비우도록 연결해 좋아요/싫어요, 대표 가격 변경, 장소 승인/반려 뒤에는 stale viewport 결과가 남지 않게 했다. + - `/Users/alex/project/altteulmap/src/app/api/places/map/route.ts`는 디버깅용 `X-Altteulmap-Map-Cache` 헤더로 `miss/hit/bypass`를 내려 현재 캐시 상태를 바로 확인할 수 있게 했다. 응답 본문 계약은 그대로 유지했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npx tsc --noEmit` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap PORT=3116 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3116 npm run start` 후 수동 확인 + - wide viewport header 확인 + - 첫 요청 `X-Altteulmap-Map-Cache: miss` + - 같은 요청 재호출 `X-Altteulmap-Map-Cache: hit` + - `PUT /api/places/goodprice-15311/reaction` 뒤 같은 요청 재호출 `X-Altteulmap-Map-Cache: miss` + - `curl -sD - -o /dev/null 'http://127.0.0.1:3116/api/places/map?query=%EA%B9%80%EB%B0%A5&scope=global'` 결과 header `X-Altteulmap-Map-Cache: bypass` +- 메모 + - 현재 캐시는 `bounds`가 있는 지도 조회에만 적용된다. 전역 검색처럼 bounds가 없는 요청은 우선 bypass로 두고, 필요하면 이후 별도 정책으로 확장한다. + +### 2026-04-02 10:27 KST: viewport 무검색 map API를 SQL bucket aggregate로 전환 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/repository.ts`에서 지도 조회 조건과 정렬을 helper로 분리하고, `viewport + query 없음` 경로는 `count`, 목록용 `items`, 지도용 `mapMarkers`를 각각 별도 쿼리로 계산하도록 바꿨다. + - 같은 파일에 SQL bucket aggregate 경로를 추가해 넓은 viewport에서는 전체 place preview를 메모리로 읽어 cluster를 만들지 않고, PostgreSQL `group by` 집계로 cluster summary를 바로 생성한다. + - bucket에 place가 1개만 있는 경우는 place marker로, 여러 개인 경우는 cluster marker로 변환해 기존 클라이언트 계약은 유지했다. + - 글로벌 검색이나 query가 있는 경로는 기존 preview 기반 흐름을 유지해 회귀 범위를 `viewport 무검색`으로 한정했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npx tsc --noEmit` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap PORT=3115 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3115 npm run start` 후 수동 확인 + - `curl -s 'http://127.0.0.1:3115/api/places/map?minLat=33&maxLat=39&minLng=124&maxLng=132&zoom=13'` 결과 + - `source: database` + - `mock: false` + - `count: 1000` + - `returnedCount: 120` + - `mapMarkerCount: 11` + - `clusterCount: 11` + - `placeCount: 0` + - `truncated: true` + - `curl -s 'http://127.0.0.1:3115/api/places/map?query=%EA%B9%80%EB%B0%A5&scope=global'` 결과 + - `source: database` + - `mock: false` + - `count: 40` + - `returnedCount: 40` + - `mapMarkerCount: 40` + - `truncated: false` + - Playwright headless runtime script 결과 + - `/` 진입 후 `previewMarkerCount: 11` + - 그중 `clusterMarkerCount: 11` + - 같은 시점 목록 DOM은 `listItems: 120` + - summary 안내문 노출 확인 +- 메모 + - 이번 단계로 넓은 viewport 무검색에서는 전체 결과 1000건을 모두 row 단위로 읽어 JS에서 cluster를 만들지 않는다. 다음 최적화 후보는 SQL bucket 결과를 viewport key 단위로 짧게 캐시하거나, geotile key를 더 명시적으로 써서 재조회 중복 계산을 더 줄이는 쪽이다. + +### 2026-04-02 10:21 KST: map API `items + mapMarkers` 분리와 서버 tile summary로 marker payload 추가 축소 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/types.ts`에 지도 전용 `PlaceMapMarkerRecord` 타입을 추가해 개별 place marker와 cluster marker를 같은 계약으로 다루도록 정리했다. + - `/Users/alex/project/altteulmap/src/features/places/repository.ts`의 `listMapPlaces()`는 이제 목록 패널용 `items`와 지도용 `mapMarkers`를 분리해 반환한다. 목록은 최대 `120`건까지만 유지하고, 넓은 viewport에서는 bounds/zoom 기준 tile bucket으로 묶은 cluster summary만 지도에 내려준다. + - `/Users/alex/project/altteulmap/src/app/api/places/map/route.ts`는 `zoom`을 받아 `mapMarkers`, `mapMarkerCount`, `returnedCount`, `truncated`를 함께 내려주도록 바꿨다. + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`, `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`, `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`는 새 계약에 맞춰 목록/상세는 `items`, 지도 렌더는 `mapMarkers`만 쓰도록 정리했다. 넓은 화면에서는 서버가 내려준 cluster summary를 그대로 쓰고, 개별 place 선택/상세 진입은 place marker만 이어받는다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npx tsc --noEmit` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap PORT=3114 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3114 npm run start` 후 수동 확인 + - `curl -s 'http://127.0.0.1:3114/api/places/map?minLat=33&maxLat=39&minLng=124&maxLng=132&zoom=13'` 결과 + - `count: 1000` + - `returnedCount: 120` + - `mapMarkerCount: 15` + - `truncated: true` + - Playwright headless runtime script 결과 + - `/` 진입 후 preview overlay 기준 `previewMarkerCount: 11` + - 그중 `clusterMarkerCount: 10` + - cluster 라벨 예시 `138, 35, 87, 69, 64, 48, 28, 27` + - 같은 시점 목록 DOM은 `listItems: 120` + - summary 안내문 `현재 조건에 맞는 장소는 총 507곳이고, 성능을 위해 120곳만 먼저 불러왔습니다` 노출 확인 +- 메모 + - 이번 단계로 넓은 viewport에서는 목록 패널과 지도 marker가 더 이상 같은 preview 배열을 공유하지 않는다. API 응답은 목록용 `120`건과 지도용 cluster summary `15`건으로 분리됐고, 다음 최적화 후보는 SQL 단계에서 geotile 집계나 tile cache를 더 직접 도입하는 방향이다. + +### 2026-04-02 10:11 KST: 북마크 목록 조회 구조 단순화와 토글 회귀 테스트 보강 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/bookmarks/repository.ts`에 `listBookmarkedPlaces()`를 추가해 북마크 페이지가 전체 장소 목록을 다시 읽어 매칭하지 않고, `bookmarks -> places` join으로 바로 카드 데이터를 가져오도록 바꿨다. + - `/Users/alex/project/altteulmap/src/app/bookmarks/page.tsx`는 새 helper를 쓰도록 정리했다. 이제 북마크 목록이 다른 place list 정렬/필터 구현에 흔들리지 않고 저장 시점 순서대로 바로 렌더된다. + - `/Users/alex/project/altteulmap/src/features/bookmarks/bookmark-toggle-button.tsx`는 fetch 실패를 잡아 사용자 메시지를 남기고, 성공 시 stale message를 지우도록 보강했다. + - server refresh 뒤 버튼 상태가 초기 북마크 값과 어긋나지 않도록 `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`, `/Users/alex/project/altteulmap/src/features/places/place-detail-sheet.tsx`, `/Users/alex/project/altteulmap/src/app/place/[id]/page.tsx`, `/Users/alex/project/altteulmap/src/app/bookmarks/page.tsx`에서 북마크 버튼 `key`를 상태 기준으로 줘 remount되게 했다. + - `/Users/alex/project/altteulmap/tests/e2e/bookmarks.spec.ts`는 오래된 fixture slug를 하드코딩하지 않고, 현재 `/api/places/map` 응답에서 실제 place를 골라 북마크 저장/해제 흐름을 검증하도록 바꿨다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `AUTH_SECRET=altteulmap-local-auth-secret-change-me NEXTAUTH_URL=http://127.0.0.1:3107 AUTH_DEMO_PASSWORD=demo1234 AUTH_ADMIN_PASSWORD=admin1234 DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap USE_MOCK_DATA=false npx playwright test tests/e2e/bookmarks.spec.ts` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB의 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 +- 메모 + - 로컬에서 북마크 API 저장/해제 자체는 재현 시 정상 동작했고, 이번 보강은 북마크 목록 조합과 client button state가 데이터셋/refresh 타이밍에 흔들릴 수 있는 지점을 먼저 정리하는 목적이다. + +### 2026-04-02 10:10 KST: viewport/zoom 기반 cluster marker 계층으로 지도 marker 수 축소 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`에 `PlaceDisplayMarker`, `ClusterDisplayMarker`, `MapDisplayMarker`와 `buildDisplayMarkers()`를 추가해, 서버가 내려준 preview를 viewport bounds/zoom/container size 기준 grid bucket으로 다시 묶도록 바꿨다. + - 같은 파일의 preview fallback과 실지도 marker 렌더가 모두 같은 `buildDisplayMarkers()` 결과를 사용하도록 정리했다. preview는 cluster badge를 직접 그리고, 실지도는 cluster marker와 place marker를 각각 다른 custom icon으로 렌더한다. + - active place는 cluster 안에 있더라도 단일 marker로 유지해 선택한 장소가 다시 숨지 않게 했고, 넓은 viewport에서는 cluster marker 클릭 시 해당 bounds로 `fitBounds` 또는 zoom-in 하도록 연결했다. + - `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`는 더 이상 별도 marker 샘플링을 하지 않고, 지도에는 서버 cap preview 그대로 넘긴 뒤 실제 마커 축약은 `NaverMapPanel`의 cluster layer가 맡도록 단순화했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap PORT=3113 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3113 npm run start` 후 수동 확인 + - `curl -s 'http://127.0.0.1:3113/api/places/map?minLat=33&maxLat=39&minLng=124&maxLng=132'` 결과 + - `count: 1000` + - `returnedCount: 360` + - `truncated: true` + - Playwright headless runtime script 결과 + - `/` 진입 후 preview overlay 기준 `previewMarkerCount: 17` + - 그중 `clusterMarkerCount: 12` + - cluster 라벨 예시 `52, 39, 73, 88, 6, 6, 25, 9` + - 같은 시점 목록 DOM은 `placeListItems: 120` + - badge는 `507곳`, cluster 안내문 `가까운 장소는 묶어 표시합니다` 노출 확인 +- 메모 + - 이번 단계로 넓은 viewport에서도 서버가 내려준 `360` preview를 그대로 전부 마커로 그리지 않고, 실제 초기 preview overlay 기준 `17`개 marker만 보이게 줄었다. 다음 체감 최적화 후보는 cluster/tile을 SQL 단계나 타일 캐시와 더 직접 연결하는 방향이다. + +### 2026-04-02 10:58 KST: `places` 비정규화로 지도 읽기 join/반응 집계 축소 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/db/schema.ts`의 `places`에 `primary_category_slug`, `like_count`, `dislike_count`를 추가했고, `status + primary_category_slug` 인덱스를 붙였다. + - `/Users/alex/project/altteulmap/drizzle/0007_true_carmella_unuscione.sql`은 컬럼 추가 뒤 `place_categories`, `place_reactions`에서 기존 데이터를 backfill하도록 보강했다. 로컬 `db:push`는 schema 기준으로 컬럼/인덱스만 적용하므로, local DB 값은 이어서 `db:seed`로 채워 검증했다. + - `/Users/alex/project/altteulmap/src/features/places/repository.ts`는 지도/global preview와 일반 place list에서 더 이상 `loadCategoryMap()`이나 반응 count 집계를 돌지 않고 `places.primaryCategorySlug`, `places.likeCount`, `places.dislikeCount`를 직접 읽는다. + - 같은 파일의 상세 읽기는 요약 카운트는 `places`에서 바로 읽고, viewer-specific `viewerReaction`만 `place_reactions`에서 별도 조회하도록 줄였다. + - 반응 쓰기 경로도 바꿨다. `setDatabasePlaceReaction()` 뒤에 `refreshPlaceReactionSummary()`를 호출해 `places.like_count/dislike_count`를 즉시 동기화한다. + - `/Users/alex/project/altteulmap/src/db/seed.ts`, `/Users/alex/project/altteulmap/src/features/places/repository.ts`의 신규 place insert도 `primaryCategorySlug`, `likeCount`, `dislikeCount`를 함께 적재하도록 맞췄다. +- 검증 결과 + - `npm run db:generate` 통과 + - `npm run verify:quick` 통과 + - `npm run db:push` 통과 + - `npm run db:seed` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap PORT=3111 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3111 npm run start` 후 수동 확인 + - `psql ... -Atc "select count(*) from places where primary_category_slug is null;"` 결과 `0` + - `curl -s 'http://127.0.0.1:3111/api/places/map?category=korean&minLat=33&maxLat=39&minLng=124&maxLng=132'` 결과 + - `count: 524` + - `returnedCount: 360` + - 응답 preview의 `categorySlug`가 모두 `korean` + - 반응 동기화 확인 + - `PUT /api/places/goodprice-17626/reaction` with `{"reaction":"like"}` 결과 `likeCount: 1` + - 직후 DB 값 `goodprice-17626|1|0` + - 같은 visitor cookie로 `{"reaction":null}` 결과 `likeCount: 0` + - 직후 DB 값도 `goodprice-17626|0|0`으로 복귀 +- 메모 + - 이번 단계로 지도 읽기 경로는 `place_categories`/`place_reactions`에 대한 bulk lookup 없이 `places` 단일 테이블 중심으로 preview를 만들 수 있게 됐다. 다음 체감 최적화 후보는 viewport 규모별 cluster/tile 계층 도입이나, 넓은 viewport에서 SQL 단계 limit/cluster key를 더 직접 활용하는 방향이다. + +### 2026-04-02 10:00 KST: public/admin 공통 헤더 도입과 페이지별 중복 상단 액션 제거 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/components/global-header.tsx`를 추가해 `알뜰맵` 로고, `장소 등록하기`, `북마크`, `운영자 관리`, `로그인/로그아웃`을 공통 헤더로 묶었다. + - `/Users/alex/project/altteulmap/src/lib/auth-navigation.ts`를 추가하고 `/Users/alex/project/altteulmap/src/lib/session.ts`의 로그인/회원가입 callback helper를 분리해, client header에서도 현재 경로 기준 로그인 링크를 안전하게 만들 수 있게 했다. + - `/Users/alex/project/altteulmap/src/app/layout.tsx`, `/Users/alex/project/altteulmap/apps/admin/src/app/layout.tsx`에 공통 헤더를 연결해 public 앱과 별도 admin 앱 모두에서 같은 상단 이동 구조를 쓰도록 맞췄다. + - `/Users/alex/project/altteulmap/src/features/map/map-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/bookmarks/page.tsx`, `/Users/alex/project/altteulmap/src/app/login/page.tsx`, `/Users/alex/project/altteulmap/src/app/signup/page.tsx`, `/Users/alex/project/altteulmap/src/app/place/[id]/page.tsx`와 관리자 페이지들에서 페이지별 상단 액션 블록을 제거하고, 페이지 본문은 제목/로컬 서브 내비게이션만 남도록 정리했다. + - 더 이상 쓰지 않는 `/Users/alex/project/altteulmap/src/features/auth/session-action-group.tsx`는 삭제했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - Playwright headless DOM 점검으로 `/`, `/submit`, `/bookmarks`, `/login`, `/admin`에서 공통 `
`와 `알뜰맵`, `장소 등록하기`, `북마크`, `운영자 관리`, `로그인` 링크 존재 확인 + - `rg -n "SessionActionGroup" src/app src/features apps/admin/src/app` 결과 정의 파일 외 사용처 0건 확인 후 파일 삭제 +- 메모 + - `/Users/alex/project/altteulmap/apps/admin` 전체 build는 현재 저장소의 기존 shared blocker인 `/Users/alex/project/altteulmap/src/features/places/repository.ts` 타입 오류가 남아 있어 별도 재검증을 생략했다. 공통 헤더 자체는 public 라우트 기준 런타임에서 먼저 확인했다. + +### 2026-04-02 10:46 KST: map API 서버 cap과 total count 분리로 네트워크 payload 축소 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/repository.ts`의 `PlacePreviewListResult`에 전체 매칭 수 `count`를 추가하고, 지도 preview 응답은 최대 `360`건만 반환하도록 바꿨다. + - 검색어가 있는 글로벌 검색은 기존 정렬 순서를 유지하도록 상위 preview만 자르고, viewport/기본 탐색은 grid bucket round-robin 방식으로 공간 분산 샘플링을 적용해 한 구역에 과도하게 쏠리지 않게 했다. + - `/Users/alex/project/altteulmap/src/app/api/places/map/route.ts`는 이제 `count`, `returnedCount`, `truncated`를 같이 내려준다. `count`는 전체 조건 일치 수, `returnedCount`는 실제 응답 preview 수다. + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`, `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`, `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`를 함께 수정해 지도/목록 badge는 전체 개수 기준으로 보이게 하고, 서버 cap이 걸렸을 때는 `총 N곳 중 M곳만 먼저 불러옴` 안내를 표시하도록 바꿨다. + - 검증 중 드러난 기존 회귀도 같이 복구했다. `/Users/alex/project/altteulmap/src/lib/session.ts`에서 auth navigation helper를 외부 파일로 분리한 뒤 re-export가 빠져 있었고, 이 때문에 `/Users/alex/project/altteulmap/src/app/bookmarks/page.tsx` 등 `@/lib/session` import가 build에서 깨졌다. helper re-export를 복구해 기존 import 계약을 유지했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 기존과 동일하게 남지만, 빌드 자체는 성공 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap PORT=3111 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3111 npm run start` 후 수동 확인 + - `curl -s 'http://127.0.0.1:3111/api/places/map?minLat=33&maxLat=39&minLng=124&maxLng=132'` 결과 + - `count: 1000` + - `returnedCount: 360` + - `truncated: true` + - Playwright headless runtime script 결과 + - `/` 진입 직후 `initialListCount: 0`, 지도 badge `불러오는 중` + - client fetch 후 `hydratedListCount: 120`, 지도 badge `507곳`, 서버 cap 안내문 1개 노출 + - `/?q=김밥&scope=global` 진입 직후 `globalListCount: 40`, 서버 cap 안내문 0개 +- 메모 + - 이번 단계로 map API는 더 이상 전체 preview 1000건을 매번 직렬화해 보내지 않는다. 다음 체감 최적화 후보는 카테고리/반응 요약을 `places`에 비정규화해 map read를 단일 테이블 중심으로 줄이거나, viewport가 넓을 때는 cluster tile 계층으로 넘어가는 것이다. + +### 2026-04-02 10:23 KST: viewport 첫 진입의 장소 SSR 제거와 bootstrap client fetch 전환 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`에서 viewport 모드의 `/` 첫 렌더가 더 이상 `listMapPlaces()`를 서버에서 호출하지 않도록 바꿨다. 기본 진입은 서울 bootstrap bounds만 내려주고, 글로벌 검색일 때만 서버가 preview 목록을 미리 채운다. + - 같은 흐름을 위해 `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에 `prefetchedOnServer` 기준 첫 fetch 스킵 로직을 넣었다. 이제 viewport 기본 진입은 mount 후 map idle 시점에 `/api/places/map`를 호출하고, 글로벌 검색은 기존처럼 SSR 결과를 그대로 보여주며 첫 중복 fetch를 생략한다. + - `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`는 장소가 0건이어도 `initialBounds`가 있으면 바로 `fitBounds` 하도록 수정했다. 덕분에 빈 bootstrap 상태에서도 서울 범위를 먼저 보여주고, 로딩 중에는 지도/목록 배지에 `불러오는 중` 상태를 노출한다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과 + - build 중 `sitemap.xml` 단계에서 production DB에 `places` 테이블이 없을 때 mock fallback 로그는 계속 남지만, 기존과 동일하게 빌드 자체는 성공 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap PORT=3111 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3111 npm run start` 후 수동 확인 + - `curl -s http://127.0.0.1:3111/ | rg -o 'data-testid="place-list-item-[^"]+"' -c` 결과 match 없음(exit 1)으로 viewport 기본 진입의 raw HTML에 목록 item SSR이 사라진 것 확인 + - `curl -s 'http://127.0.0.1:3111/?q=%EA%B9%80%EB%B0%A5&scope=global' | rg -o 'data-testid="place-list-item-[^"]+"' -c` 결과 `40`으로 글로벌 검색 SSR 유지 확인 + - Playwright headless runtime script 결과 + - `/` 진입 직후 `initialCount: 0`, 로딩 문구 2개 노출 + - client fetch 후 `hydratedCount: 120`, 지도 배지 `240곳` + - `/?q=김밥&scope=global` 진입 직후 `globalImmediateCount: 40` +- 메모 + - 이번 단계로 가장 큰 초기 payload 병목인 `viewport 1000건 SSR`은 제거됐다. 다음 체감 최적화 후보는 `/api/places/map` 응답 자체에 서버 cap을 두고 `items + totalCount`로 분리하는 것이다. + +### 2026-04-02 10:04 KST: 지도 페이지 외곽 셸 폭 확장 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`의 지도 페이지 바깥 셸만 조정했다. `max-w-7xl`를 `max-w-[96rem]`로 넓히고, `main` 좌우 padding은 줄였으며, 카드 내부 padding도 `p-4/sm:p-6/xl:p-7`로 얕게 바꿨다. + - 같은 `rounded-[2rem] border ...` 카드 클래스가 등록/신고/관리자 화면에도 반복되지만, 이번에는 지도 페이지에만 적용했다. 폼 화면까지 같이 넓히면 읽기성이 떨어질 수 있어서 분리 유지가 낫다고 판단했다. + - 이어서 `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`의 desktop 그리드를 `xl:grid-cols-[minmax(0,2.2fr)_15rem] 2xl:grid-cols-[minmax(0,2.35fr)_15.5rem]`로 바꿨고, `/Users/alex/project/altteulmap/src/features/places/place-detail-sheet.tsx`의 desktop 상세 패널 최대 폭도 `25.5rem / 26.5rem`로 줄여 지도 작업면을 더 확보했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - Playwright headless로 `1440px` viewport에서 `/` 진입 후 레이아웃 폭 측정 결과 `main padding-left: 24px`, `shellWidth: 1392`, `sectionWidth: 1392` 확인 + - 같은 `1440px` viewport에서 지도 grid 재측정 결과 `gridWidth: 1334`, `mapWidth: 1078`, `listWidth: 240`, 상세 패널 open 폭 `408` 확인 +- 메모 + - 지도 화면은 카드형 읽기 레이아웃보다 작업면 확보가 더 중요하다. 다음 후속으로는 필요 시 `MapExplorer`의 desktop list 폭과 map/list 비율도 따로 손볼 수 있다. + +### 2026-04-02 09:56 KST: 공개 입력 폼 비율 규칙 재정리와 모바일/detail sheet 가로 넘침 제거 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/place-price-report-form.tsx`에서 가격 제보 폼을 모바일 기본 1열로 되돌리고, 2열 전환 시점을 `md`로 늦췄다. `minmax(0, ...)` 기반 grid와 `altteulmap-input` 공용 폭 규칙을 적용해 detail sheet 안에서도 오른쪽 가격 입력이 카드 밖으로 튀어나오지 않게 정리했다. + - 같은 폼에서 `로그인 없이 새 가격 제보를 보낼 수 있습니다.` 보조 문구를 제거하고, 액션 버튼은 모바일에서 `w-full`, 넓은 화면에서는 `w-auto`로 동작하게 바꿨다. + - `/Users/alex/project/altteulmap/src/features/places/place-comments-section.tsx`의 코멘트 입력도 같은 규칙으로 바꿨다. textarea 높이/resize, 버튼 정렬, `min-w-0`를 보강했고 `로그인 없이 익명 코멘트를 남길 수 있습니다.` 문구를 제거했다. + - `/Users/alex/project/altteulmap/src/features/submission/place-submit-form.tsx`, `/Users/alex/project/altteulmap/src/features/reports/report-submit-form.tsx`도 같은 입력 규칙으로 통일했다. 공개 등록의 가격 항목 grid는 `lg` 이전에는 세로 스택으로 유지하고, 모든 input/select/textarea에 `w-full + min-w-0`가 보장되도록 정리했다. + - `/Users/alex/project/altteulmap/src/app/globals.css`의 `altteulmap-input`에 `width: 100%`, `min-width: 0`, placeholder 색상을 추가했고, `/Users/alex/project/altteulmap/src/app/place/[id]/page.tsx`, `/Users/alex/project/altteulmap/src/features/places/place-detail-sheet.tsx`의 가격 항목 row도 모바일에서 세로 배치로 바꿔 긴 텍스트/가격 조합이 좁은 폭에서 겹치지 않게 했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `rg -n "로그인 없이 .*제보|로그인 없이 .*코멘트|로그인 없이 .*등록" src/features src/app` 결과 0건 + - Playwright headless DOM audit로 `390px` viewport에서 `/submit`, `/report?placeId=test-place&placeName=테스트 장소`, `/place/goodprice-16045`, 홈 detail sheet의 `main`/해당 폼 `scrollWidth === clientWidth` 확인 + - 같은 DOM audit를 `700px` viewport에서 `/place/goodprice-16045`, 홈 detail sheet에 다시 실행했고 `overflowX: false` 확인 +- 메모 + - 이번 수정은 단일 스크린샷 대응이 아니라 `sm`에서 너무 이르게 다열 grid로 넘어가던 공개 폼 전반을 정리하는 목적이다. 앞으로 입력 폼은 `모바일 1열 -> md/lg 이후 다열`, `input/select/textarea는 공용 폭 규칙`, `하단 액션은 모바일 세로 정렬`을 기본값으로 삼는다. + +### 2026-04-02 09:38 KST: 지도 전용 preview payload와 렌더 상한으로 실데이터 1000건 지도 성능 완화 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/places/types.ts`에 `PlacePreviewRecord`를 추가하고, `/Users/alex/project/altteulmap/src/features/places/repository.ts`에 지도 전용 `listMapPlaces()`를 분리했다. 지도 첫 화면과 `/Users/alex/project/altteulmap/src/app/api/places/map/route.ts`는 더 이상 `priceItems/history/comments`를 실어 보내지 않는다. + - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`, `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`, `/Users/alex/project/altteulmap/src/features/map/naver-map-panel.tsx`를 수정해 지도는 preview payload만 받고, 클라이언트 렌더는 `목록 최대 120개`, `마커 최대 240개` 기준으로 제한한다. 마커는 grid 샘플링으로 한 지역에 과도하게 몰리지 않게 했다. + - 같은 `/Users/alex/project/altteulmap/src/features/places/map-explorer.tsx`에서 viewport 재조회 요청을 4자리 반올림 bounds 기반 request key로 묶고, `180ms` debounce를 걸었다. 이전에는 idle 이벤트마다 새 bounds object가 들어와 같은 영역에서도 반복 fetch가 날 수 있었다. + - `/Users/alex/project/altteulmap/src/features/places/place-detail-sheet.tsx`는 preview payload에서도 바로 열리도록 조정했다. 기본 정보는 preview로 즉시 보여주고, 상세 가격/코멘트는 기존 `/api/places/[id]` fetch가 도착하면 채운다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run verify` 통과. build 중 `.env.production.local` DB에 `places` 테이블이 없어 sitemap build 로그에는 기존 mock fallback 메시지가 남지만 lint/build는 성공 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap PORT=3111 USE_MOCK_DATA=false NEXTAUTH_URL=http://127.0.0.1:3111 npm run start` 후 Playwright 브라우저 스크립트로 `/` 진입 시 `place-list-item-*` DOM 수 `120`, `map-preview-marker-*` DOM 수 `21`, 렌더 상한 안내 문구 노출 확인 + - 같은 runtime에서 `curl 'http://127.0.0.1:3111/api/places/map?minLat=33&maxLat=39&minLng=124&maxLng=132'` 검사 결과 `count: 1000`, `source: "database"` 유지, 첫 item key에 `priceItems/history/comments`가 빠진 preview payload 확인 + - 기존 `tests/e2e/map.spec.ts`, `tests/e2e/map.mobile.spec.ts`는 현재 저장소가 실데이터 import를 기본 시드로 쓰면서 여전히 `"학교앞김밥"`, `"6곳"` 같은 mock fixture를 기대해 실패했다. 이번 지도 성능 변경의 직접 회귀라기보다 테스트 데이터 계약 미스매치다. +- 메모 + - 지도 상단 뱃지는 전체 결과 수를 계속 보여주고, 실제 DOM 렌더 개수만 줄인다. 따라서 “현재 지도에 몇 곳이 있는지” 정보와 “브라우저가 한 번에 그리는 양”을 분리할 수 있다. + - 다음 지도 품질 후속 후보는 `viewport zoom 수준별 marker cap 조정`, `가상 스크롤 목록`, `초기 서울/현재 위치 기준 bootstrap`이다. + +### 2026-04-02 09:34 KST: auth 성공 이동의 라우터 액션 충돌 제거와 NextAuth route handler 복구 +- 완료 내용 + - `/Users/alex/project/altteulmap/src/features/auth/login-form.tsx`, `/Users/alex/project/altteulmap/src/features/auth/signup-form.tsx`에서 인증 성공 후 `router.replace()`와 `router.refresh()`를 연달아 호출하던 흐름을 제거했다. 이제 `signIn` 결과의 `url` 또는 `callbackUrl`로 `window.location.assign()`을 사용해 이동하므로 App Router 초기화 타이밍에 의존하지 않는다. + - `/Users/alex/project/altteulmap/src/app/api/auth/[...nextauth]/route.ts`에서 lazy NextAuth wrapper가 `context`를 버리던 문제를 고쳤다. 이전에는 `NextAuth(getAuthOptions())(request)`만 호출해 App Route가 아니라 Pages API 경로로 오인되었고, 그 결과 `/api/auth/providers`에서 `Cannot destructure property 'nextauth' of 'req.query' as it is undefined` 500이 발생했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `curl -i -s http://localhost:3000/api/auth/providers` 결과 `200 OK`와 provider JSON 응답 확인 + - Playwright 브라우저 스모크로 `http://localhost:3000/signup?callbackUrl=%2Fbookmarks` 진입 후 신규 계정 가입 완료, 최종 URL `http://localhost:3000/bookmarks`, browser `errors: []` 확인 + - `npm run build`는 기존 타입 오류 `src/features/places/repository.ts:862` (`PlacePreviewRecord[]` -> `PlaceRecord[]`)로 실패. 이번 auth/router 수정 파일과는 무관한 현재 저장소 blocker로 분리 판단 +- 메모 + - 이번 runtime error는 auth 성공 직후 client router action을 중복 dispatch하던 흐름이 가장 유력한 원인이었다. NextAuth route handler 500도 동시에 존재해 인증 화면 자체를 불안정하게 만들고 있었으므로 함께 정리했다. + +### 2026-04-02 09:28 KST: `착한가격업소` importer quota를 `서울 500 + 비서울 500`, `음식점 70%`로 재조정하고 seed blocker 수정 +- 완료 내용 + - `/Users/alex/project/altteulmap/scripts/import-goodprice.ts`에 quota 기반 selection 로직을 추가했다. 기본 `data:goodprice` 실행은 `서울 500`, `비서울 500`, `음식점 700`, `비음식 300`을 동시에 채울 때까지 수집하고, 비서울은 시도별 round-robin을 유지한다. + - 같은 스크립트에 `--seoul-limit`, `--food-ratio` 옵션을 추가했다. 작은 샘플 실행에서는 `limit`에 맞춰 서울 quota가 자동 축소되고, 기본 `1000건` 실행에서는 `서울 500 + 비서울 500`이 유지된다. + - 상세 메뉴에서 같은 장소 안에 동일 메뉴 라벨이 여러 가격으로 내려오는 경우가 있어, importer에서 메뉴 라벨을 정규화해 한 항목으로 접도록 수정했다. 우선순위는 `대표 지정 메뉴`, `목록 대표 가격과 일치`, `같은 라벨이면 더 낮은 가격` 순서다. + - `/Users/alex/project/altteulmap/src/features/places/imported-goodprice.json`, `/Users/alex/project/altteulmap/data/goodprice/import-meta.json`, `/Users/alex/project/altteulmap/README.md`, `/Users/alex/project/altteulmap/PLAN.md`를 새 기본 quota와 seed 호환 결과에 맞게 갱신했다. + - 최종 생성 결과는 `1000` places, `2581` price items이며, `서울 500`, `비서울 500`, `음식점 700`, `비음식 300`, `대표 가격 최대 10000원`, `priceItems > 10000` `0건`, `장소별 중복 메뉴 라벨` `0건`이다. +- 검증 결과 + - `npm run data:goodprice -- --limit=20 --delay-ms=50 --timeout-ms=10000 --include-detail=false --output=/tmp/goodprice-20.json --manifest=/tmp/goodprice-20-manifest.json` 통과. 결과 `서울 10`, `비서울 10`, `음식점 14`, `비음식 6` 확인 + - `npm run data:goodprice -- --delay-ms=50 --timeout-ms=10000` 1차 실행 후 `npm run db:seed`에서 `price_items_place_label_unique` 위반 재현 + - importer dedupe 수정 후 `npm run data:goodprice -- --delay-ms=50 --timeout-ms=10000` 재실행 통과 + - `python3`로 `/Users/alex/project/altteulmap/src/features/places/imported-goodprice.json`, `/Users/alex/project/altteulmap/data/goodprice/import-meta.json` 검사 결과 `1000/500/500/700/300`, `priceItems > 10000 = 0`, `duplicateLabelPlaces = 0`, manifest quota target/actual 일치 확인 + - `npm run verify:quick` 통과 + - `npm run verify` 통과. build 중 `.env.production.local` DB에 `places` 테이블이 없어 mock fallback 로그는 남았지만 lint/build 자체는 성공 + - `npm run db:up` 통과 + - `npm run db:seed` 통과 + - `node - <<'NODE' ... select count(*) from places/price_items ... NODE` 결과 `placeCount 1000`, `priceItemCount 2581`, `seoulCount 500` 확인 + - `DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/altteulmap 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?minLat=33&maxLat=39&minLng=124&maxLng=132'` 결과 `source: "database"`, `count: 1000` 확인 +- 메모 + - plain `npm run start`는 `.env.production.local` 쪽 DB를 먼저 읽어 local seed와 다른 DB를 바라볼 수 있다. 로컬 DB 기반 runtime 확인이 필요하면 이번처럼 `DATABASE_URL`을 명시적으로 주입하는 편이 안전하다. + - 비서울 500은 시도별 round-robin으로 채우고 있어서 전국 분포는 과도하게 한 지역에 몰리지 않는다. 현재 실제 결과는 `data/goodprice/import-meta.json`의 `regions`, `categories`, `quotas`에서 바로 확인할 수 있다. + ### 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[]`로 변환한다. @@ -121,6 +1332,20 @@ - 이번 이슈의 직접 원인은 `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 09:27 KST: `.next-dev` 자동 삭제 제거로 webpack pack cache ENOENT 재발 방지 +- 완료 내용 + - `/Users/alex/project/altteulmap/package.json`에서 `dev`, `build`, `cf:clean`이 더 이상 `.next-dev`를 자동 삭제하지 않도록 수정했다. 이제 `.next-dev`는 오직 dev 서버 전용 산출물로 유지되고, production build와 Cloudflare clean은 `.next`/`.open-next`만 정리한다. + - `/Users/alex/project/altteulmap/apps/admin/package.json`도 같은 규칙으로 맞춰 `dev`/`build`가 관리자 dev 산출물을 임의로 지우지 않게 했다. + - `/Users/alex/project/altteulmap/package.json`, `/Users/alex/project/altteulmap/apps/admin/package.json`에 `dev:clean`을 추가했고, `/Users/alex/project/altteulmap/README.md`의 복구 절차도 `npm run dev:clean` 기준으로 정리했다. +- 검증 결과 + - `npm run verify:quick` 통과 + - `npm run dev:clean` 후 `npm run dev` 기동, `curl -s -o /tmp/altteulmap-root-after-dev.html -w '%{http_code}' http://127.0.0.1:3000/` 결과 `200` + - dev 서버 유지 상태에서 `npm run build` 통과 + - build 직후 `test -d .next-dev/dev/cache/webpack/client-development && echo present-after-build` 확인 + - build 직후 `curl -s -o /tmp/altteulmap-root-after-build.html -w '%{http_code}' http://127.0.0.1:3000/` 결과 `200` +- 메모 + - 이번 `ENOENT ... .next-dev/dev/cache/webpack/client-development/*.pack.gz`는 webpack pack cache가 손상된 것이 아니라, 다른 스크립트가 살아 있는 dev 산출물 디렉터리를 지워서 생긴 증상으로 판단했다. + ### 2026-04-02 08:18 KST: `/map` 호환 경로를 redirect로 줄이고 홈 단일 진입점으로 정리 - 완료 내용 - `/Users/alex/project/altteulmap/src/features/map/map-page.tsx`로 실제 지도 홈 구현을 분리했다. diff --git a/README.md b/README.md index 6072f16..40e503b 100644 --- a/README.md +++ b/README.md @@ -1,243 +1,104 @@ -# 알뜰맵 +# 알뜰맵 (Altteulmap) -알뜰맵은 내 주변의 저렴한 식당과 생활 서비스 정보를 지도에서 찾는 웹 서비스입니다. +> A map-first service for finding, contributing, and moderating affordable local places in Korea. -현재 프로젝트는 로컬 개발 우선으로 초기 세팅되어 있습니다. -- 앱 개발: 일반 Next.js 개발 서버 사용 -- Cloudflare 대응: OpenNext/Wrangler 설정 포함 -- 실제 배포: Cloudflare 계정 준비 후 진행 +![Next.js](https://img.shields.io/badge/Next.js-16-111111?logo=nextdotjs&logoColor=white) +![Cloudflare Workers](https://img.shields.io/badge/Cloudflare-Workers-f38020?logo=cloudflare&logoColor=white) +![PostgreSQL](https://img.shields.io/badge/PostgreSQL-17-336791?logo=postgresql&logoColor=white) +![Playwright](https://img.shields.io/badge/Playwright-E2E-2EAD33?logo=playwright&logoColor=white) +![Status](https://img.shields.io/badge/Status-Live-success) -## 로컬 개발 +- Demo: [altteulmap.altteul-lab.workers.dev](https://altteulmap.altteul-lab.workers.dev) +- Admin: [altteulmap-admin.altteul-lab.workers.dev](https://altteulmap-admin.altteul-lab.workers.dev) +- Docs: [Cloudflare deploy guide](docs/deploy-cloudflare.md) -```bash -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 -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 로컬 개발 서버 (`webpack`, `.next-dev`) -- `lint`: ESLint 검사 -- `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에 시드 데이터 입력 (`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 앱에서 관리자 링크를 별도 관리자 앱으로 보낼 때 쓰는 값이기 때문입니다. - -별도 관리자 앱은 `apps/admin`에서 관리하며, 로컬 검증은 `npm run admin:build`, Worker 번들 검증은 `npm run cf:build:admin`으로 먼저 확인합니다. - -## DB 시작 - -DB 없이도 앱은 바로 실행됩니다. `.env`가 없거나 `USE_MOCK_DATA=true`면 자동으로 목업 데이터를 사용합니다. - -```bash -npm run db:up -cp .env.example .env -``` - -그 다음 `.env`에서 `USE_MOCK_DATA=false`로 바꾸고 아래 순서로 진행하면 됩니다. - -```bash -npm run db:generate -npm run db:push -npm run db:seed -``` - -로그인과 운영자 화면까지 확인하려면 시드 데이터가 필요합니다. 기본 로컬 계정은 아래 환경 변수 조합을 사용합니다. +![Altteulmap home](docs/readme/hero-home.png) -- 일반 사용자: `demo@altteulmap.local` / `AUTH_DEMO_PASSWORD` -- 운영자: `admin@altteulmap.local` / `AUTH_ADMIN_PASSWORD` +## At a Glance -DB가 연결된 상태에서는 `/signup`에서 새 이메일 계정을 직접 만들 수 있습니다. 가입이 끝나면 같은 이메일/비밀번호로 바로 로그인됩니다. +- 실제 공공 데이터 1,000건을 정제해 지도 탐색 경험에 투입했습니다. +- 장소 등록, 댓글, 가격 제보, 신고는 공개 참여로 받고 운영자가 검수합니다. +- 공개 앱과 관리자 앱을 Cloudflare Workers로 분리해 무료 플랜 제약 안에서 배포했습니다. +- Playwright E2E, smoke, live deploy check까지 포함해 “보여주는 데모”보다 “운영 가능한 MVP”에 가깝게 만들었습니다. -실제 데이터를 다시 받으려면 아래 순서로 실행하면 됩니다. +## Highlights -```bash -npm run data:goodprice -- --delay-ms=50 --timeout-ms=10000 -npm run db:seed -``` +- `Map-first UX`: 첫 화면이 바로 지도이고 목록과 상세 시트가 같은 맥락에서 이어집니다. +- `Real data import`: 행정안전부 `착한가격업소` 데이터를 직접 수집·정규화·적재했습니다. +- `Open contribution loop`: 익명 제보를 허용하되 운영자 승인으로 데이터 품질을 관리합니다. +- `Public/Admin split`: 번들 크기와 운영 제약에 맞춰 public worker와 admin worker를 분리했습니다. +- `Verified delivery`: lint, build, Playwright E2E, local/remote smoke, live Cloudflare deploy까지 닫았습니다. -생성된 `src/features/places/imported-goodprice.json`은 mock fallback과 DB seed 양쪽에서 공통으로 우선 사용합니다. 수집 메타와 원본 업소 id/지역 분포는 `data/goodprice/import-meta.json`에 남습니다. +## Screenshots -기본 예시는 `.env.example`에 들어 있고, 로컬 `.env`도 같은 값으로 맞춰두었습니다. +| Home | Detail Sheet | +| --- | --- | +| ![Home](docs/readme/hero-home.png) | ![Detail Sheet](docs/readme/place-detail.png) | -`/`에서 실제 네이버 지도를 보려면 `NEXT_PUBLIC_NAVER_MAP_KEY_ID`를 설정하면 됩니다. 아직 키가 없으면 같은 화면에서 자동으로 임시 프리뷰 지도로 fallback됩니다. 기존 `NEXT_PUBLIC_NAVER_MAP_CLIENT_ID` 값도 함께 지원합니다. +| Mobile | Submission | +| --- | --- | +| ![Mobile Map Sheet](docs/readme/mobile-map-sheet.png) | ![Submission Form](docs/readme/submit-form.png) | -`NEXTAUTH_URL`은 로그인 callback뿐 아니라 `robots.txt`, `sitemap.xml`, canonical metadata의 기준 URL로도 사용합니다. 배포 시에는 반드시 실제 도메인으로 바꿔야 합니다. +| Admin | +| --- | +| ![Admin Console](docs/readme/admin-console.png) | -관리자 앱을 분리할 때는 `ADMIN_APP_URL`도 같이 설정합니다. 예를 들면 `https://altteulmap-admin.altteul-lab.workers.dev`처럼 별도 관리자 Worker 주소를 넣고, 그 뒤 public 앱을 `deploy:public`으로 배포합니다. +## How It Works -소셜 로그인을 붙일 때는 지도 키와 분리해서 아래 환경 변수를 사용합니다. +1. 지도에서 현재 위치와 검색어 기준으로 저렴한 장소를 찾습니다. +2. 상세 시트에서 가격, 반응, 공유, 북마크를 확인합니다. +3. 비회원도 장소 등록, 댓글, 가격 제보, 신고를 남길 수 있습니다. +4. 운영자가 별도 관리자 앱에서 검토 후 공개 지도에 반영합니다. -- `AUTH_KAKAO_CLIENT_ID` -- `AUTH_KAKAO_CLIENT_SECRET` -- `AUTH_NAVER_CLIENT_ID` -- `AUTH_NAVER_CLIENT_SECRET` +## Why This Repo Is Worth Opening -OAuth callback URL은 기본적으로 아래 경로를 사용합니다. +- `서비스 관점`: 탐색, 참여, 검수, 반영까지 한 사이클이 실제로 닫혀 있습니다. +- `엔지니어링 관점`: Cloudflare Workers 무료 플랜 제약 때문에 public/admin split, 번들 경량화, runtime smoke를 직접 정리했습니다. +- `데이터 관점`: mock이 아니라 실데이터 import와 운영용 moderation 흐름이 같이 있습니다. +- `작업 방식 관점`: AI를 구현 보조로만 쓰지 않고 계획, 검증, 문서화 루프까지 통제했습니다. -- 카카오: `/api/auth/callback/kakao` -- 네이버: `/api/auth/callback/naver` +## AI-Native Workflow -## 로컬 AI 워크플로우 +- `PLAN.md`와 `PROGRESS.md`를 유지하며 계획과 실행 로그를 분리했습니다. +- 구현 후에는 `lint`, `build`, `Playwright E2E`, `smoke`를 기준으로 종료했습니다. +- repo-local hooks와 검증 스크립트로 품질 기준을 저장소 안에 고정했습니다. -이 저장소에는 전역 설정 대신 repo-local AI 워크플로우 파일이 들어 있습니다. +## Verification ```bash -npm run hooks:install npm run verify -``` - -- `.agents/skills/`: API, migration, 검증, E2E 기준 -- `.agents/reviewers/`: TypeScript/DB 자체 리뷰 체크리스트 -- `.githooks/`: 이 저장소 전용 pre-commit, commit-msg hook - -hook를 설치하면 아래가 자동으로 검사됩니다. -- staged 코드의 `debugger`/secret 패턴 -- `npm run verify:quick` -- conventional commit 메시지 형식 -- lint/formatter 설정 파일 수정 차단 - -로컬 서버가 이미 떠 있다면 아래로 빠른 런타임 점검을 할 수 있습니다. - -```bash -npm run smoke:local -``` - -기본 대상은 `http://localhost:3000`이고, 다른 포트에서 확인하려면 `SMOKE_BASE_URL=http://localhost:3102 npm run smoke:local`처럼 실행하면 됩니다. - -Playwright E2E는 아래 명령으로 실행합니다. - -```bash -npm run playwright:install -npm run test:e2e:smoke npm run test:e2e +npm run smoke:local +npm run smoke:remote ``` -현재 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는 아래 흐름을 검증합니다. -- 지도 첫 진입 -- 검색과 상세 시트 열기/닫기 -- 모바일 목록 시트 열기/닫기 -- 모바일 목록 -> 상세 시트 -> 지도 복귀 -- 비회원 좋아요/취소 -- 공유 버튼 fallback -- 운영자 로그인 후 관리 진입과 로그아웃 -- credentials 로그인 -- credentials 회원가입 -- 로그인 없는 장소 등록 -- 로그인 없는 코멘트 작성/삭제 -- 관리자 장소 승인 -- 북마크 저장/해제 -- 로그인 없는 신고 제출과 관리자 상태 변경 -- 로그인 없는 가격 제보와 관리자 반려 -- 관리자 승인 후 홈 검색 반영 - -Cloudflare 배포 전 점검은 아래 문서를 기준으로 합니다. - -- [docs/deploy-cloudflare.md](/Users/alex/project/altteulmap/docs/deploy-cloudflare.md) -- [docs/cloudflare-account-to-deploy.md](/Users/alex/project/altteulmap/docs/cloudflare-account-to-deploy.md) - -## CI/CD - -- GitHub Actions: `Verify`, `E2E Smoke`, `E2E Full`, `Deploy Config Check` -- Cloudflare Builds: `main` push 후 자동 배포 +- GitHub Actions: `Verify`, `E2E Full`, `Deploy Config Check` +- Cloudflare: public/admin split deploy + live `workers.dev` smoke -현재 권장 운영 방식은 `GitHub Actions가 검사`, `Cloudflare Builds가 배포`를 맡는 구조입니다. +## Stack -- `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` +- Next.js 16, React 19, Tailwind CSS 4 +- Cloudflare Workers, OpenNext, Wrangler +- PostgreSQL, Drizzle ORM +- NAVER Maps JavaScript API +- Auth.js credentials +- Playwright, ESLint -Playwright 브라우저는 GitHub Actions에서 `~/.cache/ms-playwright`를 캐시해 재실행 시간을 줄입니다. - -GitHub Actions의 운영 env 이름은 `.env.production.local`과 동일하게 맞추는 것을 기준으로 합니다. - -작업을 마치고 로컬 DB를 내리려면: +## Run Locally ```bash -npm run db:down +npm run db:up +npm run db:push +npm run db:seed +npm run dev ``` -## Cloudflare 관련 파일 - -- `wrangler.jsonc`: Workers 설정 파일 -- `wrangler.admin.jsonc`: 별도 관리자 Worker 설정 파일 -- `open-next.config.ts`: OpenNext 설정 파일 -- `.dev.vars`: 로컬 Cloudflare 개발용 변수 -- `public/_headers`: 정적 자산 캐시 헤더 +- App: `http://localhost:3000` +- Admin preview: `npm run preview:admin` +- README screenshots: `npm run readme:screenshots` -## 문서 +## Next -- `prd.md` -- `trd.md` +- custom domain 최종 적용 여부 확정 +- 모바일 제스처와 소규모 상호작용 polish +- 공유 telemetry를 추천/랭킹에 더 연결할지 결정 diff --git a/apps/admin/package.json b/apps/admin/package.json index c40cc33..6157899 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -2,8 +2,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", + "build": "rm -rf .next && node ../../node_modules/next/dist/bin/next build --webpack", + "dev": "node ../../node_modules/next/dist/bin/next dev --webpack -p 3001", + "dev:clean": "rm -rf .next-dev", "start": "node ../../node_modules/next/dist/bin/next start -p 3001" } } diff --git a/apps/admin/src/app/api/telemetry/visit/route.ts b/apps/admin/src/app/api/telemetry/visit/route.ts new file mode 100644 index 0000000..3b4b833 --- /dev/null +++ b/apps/admin/src/app/api/telemetry/visit/route.ts @@ -0,0 +1 @@ +export { dynamic, POST } from "@/features/telemetry/api/visit-route"; diff --git a/apps/admin/src/app/layout.tsx b/apps/admin/src/app/layout.tsx index 91bfd8f..9007eaf 100644 --- a/apps/admin/src/app/layout.tsx +++ b/apps/admin/src/app/layout.tsx @@ -1,5 +1,10 @@ import type { Metadata } from "next"; +import { GlobalHeader } from "@/components/global-header"; +import { VisitTracker } from "@/features/telemetry/visit-tracker"; +import { getSessionUser } from "@/lib/session"; +import { createSiteUrl } from "@/lib/site"; + import "./globals.css"; export const metadata: Metadata = { @@ -10,14 +15,24 @@ export const metadata: Metadata = { description: "알뜰맵 운영 콘솔", }; -export default function AdminRootLayout({ +export default async function AdminRootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { + const user = await getSessionUser(); + return ( - - {children} + + + + + {children} + ); } diff --git a/apps/admin/src/app/page.tsx b/apps/admin/src/app/page.tsx index a13b34f..1d2da0a 100644 --- a/apps/admin/src/app/page.tsx +++ b/apps/admin/src/app/page.tsx @@ -1,5 +1,33 @@ -import { redirect } from "next/navigation"; +import Link from "next/link"; + +export const dynamic = "force-dynamic"; export default function AdminRootPage() { - redirect("/admin"); + return ( +
+
+

ALTTEULMAP ADMIN

+

+ 운영 콘솔로 이동 +

+

+ 관리자 페이지는 별도 Worker로 분리되어 있습니다. 아래에서 바로 이동하면 됩니다. +

+
+ + 관리자 홈 + + + 로그인 + +
+
+
+ ); } diff --git a/data/goodprice/import-meta.json b/data/goodprice/import-meta.json index f7b33d5..0bae4d6 100644 --- a/data/goodprice/import-meta.json +++ b/data/goodprice/import-meta.json @@ -1,9 +1,11 @@ { "source": "https://goodprice.go.kr/bssh/bsshList.do", - "importedAt": "2026-04-01T23:59:20.790Z", + "importedAt": "2026-04-05T03:47:21.565Z", "options": { "limit": 1000, - "maxPrice": 10000, + "maxPrice": 8000, + "seoulLimit": 500, + "foodRatio": 0.7, "delayMs": 50, "timeoutMs": 10000, "includeDetail": true, @@ -11,137 +13,148 @@ "manifestPath": "data/goodprice/import-meta.json" }, "selectedCount": 1000, + "quotas": { + "seoulLimit": 500, + "nonSeoulLimit": 500, + "foodRatio": 0.7, + "foodTarget": 700, + "nonFoodTarget": 300, + "bucketCaps": { + "seoulFood": 500, + "seoulNonFood": 300, + "nonSeoulFood": 500, + "nonSeoulNonFood": 300 + }, + "targets": { + "seoulFood": 368, + "seoulNonFood": 132, + "nonSeoulFood": 332, + "nonSeoulNonFood": 168 + }, + "actual": { + "seoulFood": 368, + "seoulNonFood": 132, + "nonSeoulFood": 332, + "nonSeoulNonFood": 168 + } + }, "regions": [ { "name": "서울특별시", - "count": 61 + "count": 500 }, { "name": "부산광역시", - "count": 66 + "count": 31 }, { - "name": "대구광역시", - "count": 66 + "name": "울산광역시", + "count": 30 }, { - "name": "인천광역시", - "count": 61 + "name": "강원특별자치도", + "count": 27 }, { - "name": "광주광역시", - "count": 53 + "name": "대구광역시", + "count": 42 }, { - "name": "대전광역시", - "count": 65 + "name": "충청북도", + "count": 28 }, { - "name": "울산광역시", - "count": 64 + "name": "인천광역시", + "count": 29 }, { - "name": "세종특별자치시", - "count": 32 + "name": "대전광역시", + "count": 47 }, { "name": "경기도", - "count": 63 + "count": 36 }, { - "name": "강원특별자치도", - "count": 62 + "name": "세종특별자치시", + "count": 19 }, { - "name": "충청북도", - "count": 60 + "name": "경상북도", + "count": 36 }, { - "name": "충청남도", - "count": 58 + "name": "광주광역시", + "count": 38 }, { - "name": "전북특별자치도", - "count": 59 + "name": "충청남도", + "count": 34 }, { "name": "전라남도", - "count": 68 + "count": 24 }, { - "name": "경상북도", - "count": 50 + "name": "전북특별자치도", + "count": 27 }, { "name": "경상남도", - "count": 65 + "count": 32 }, { "name": "제주특별자치도", - "count": 47 + "count": 20 } ], "categories": [ - { - "name": "기타비요식업", - "count": 14 - }, { "name": "한식", - "count": 610 + "count": 462 }, { - "name": "중식", - "count": 74 + "name": "기타비요식업", + "count": 40 }, { - "name": "베이커리", - "count": 25 + "name": "목욕업", + "count": 13 }, { - "name": "목욕업", - "count": 16 + "name": "중식", + "count": 88 }, { "name": "미용업", - "count": 123 + "count": 126 }, { - "name": "기타요식업", - "count": 63 + "name": "이용업", + "count": 58 }, { "name": "양식", - "count": 14 + "count": 11 }, { - "name": "이용업", + "name": "세탁업", + "count": 63 + }, + { + "name": "베이커리", "count": 26 }, { - "name": "일식", - "count": 13 + "name": "기타요식업", + "count": 106 }, { - "name": "세탁업", - "count": 22 + "name": "일식", + "count": 7 } ], "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": "국수전문점", @@ -157,18 +170,18 @@ "regionName": "서울특별시" }, { - "bsshSn": "1643", - "name": "고등어구이정식", - "categoryName": "한식", - "address": "부산광역시 중구 자갈치로 64-2 1층 (남포동)", - "phone": "051-241-6526", - "representativeMenu": "고등어구이", - "price": 9000, - "latitude": 35.0973974519139, - "longitude": 129.03117988708, + "bsshSn": "11005", + "name": "㈜추억을 파는 극장 (허리우드클래식)", + "categoryName": "기타비요식업", + "address": "서울특별시 종로구 삼일대로 428 (낙원동, 4층)", + "phone": "02-3672-4235", + "representativeMenu": "영화입장권(경로)", + "price": 2000, + "latitude": 37.5727635233966, + "longitude": 126.987902476529, "pageIndex": 1, - "regionCode": "26", - "regionName": "부산광역시" + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "1640", @@ -184,6 +197,48 @@ "regionCode": "26", "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": "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": "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": "1644", "name": "급행", @@ -199,18 +254,46 @@ "regionName": "부산광역시" }, { - "bsshSn": "1645", - "name": "기와집", - "categoryName": "한식", - "address": "부산광역시 중구 대청로 137번길 7-2 (중앙동3가)", - "phone": "051-961-8851", - "representativeMenu": "자연산송이밥", - "price": 10000, - "latitude": 35.1035458476205, - "longitude": 129.034884173445, + "bsshSn": "4336", + "name": "가고파미용실", + "categoryName": "미용업", + "address": "강원특별자치도 춘천시 안마산로 216 (퇴계동)", + "phone": "033-262-9488", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.8495302656251, + "longitude": 127.737647046448, "pageIndex": 1, - "regionCode": "26", - "regionName": "부산광역시" + "regionCode": "51", + "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": "11182", + "name": "이레이발관", + "categoryName": "이용업", + "address": "서울특별시 종로구 수표로 115 (낙원동)", + "phone": "010-7192-6413", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.5715425171338, + "longitude": 126.989053894726, + "pageIndex": 9, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "17985", @@ -227,18 +310,46 @@ "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": "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": "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": "952", + "name": "종묘이용원", + "categoryName": "이용업", + "address": "서울특별시 종로구 종로 146 (종로3가) (종로4가)", + "phone": "-", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.57022814518435, + "longitude": 126.99369870159373, + "pageIndex": 12, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2011", @@ -254,6 +365,48 @@ "regionCode": "27", "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": "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": "953", + "name": "파고다이용원", + "categoryName": "이용업", + "address": "서울특별시 종로구 종로17길 12 (종로2가)", + "phone": "-", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.5709410977686, + "longitude": 126.988999535085, + "pageIndex": 15, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2230", "name": "골목집", @@ -269,18 +422,46 @@ "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": "2528", + "name": "뉴모델이용원", + "categoryName": "이용업", + "address": "대전광역시 동구 계족로 103 (신흥동)", + "phone": "042-282-1933", + "representativeMenu": "이용료", + "price": 7000, + "latitude": 36.3235977678715, + "longitude": 127.445302754, + "pageIndex": 3, + "regionCode": "30", + "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": "738", + "name": "백광컴퓨터크리닝", + "categoryName": "세탁업", + "address": "서울특별시 성동구 마조로 59 1층", + "phone": "02-2292-8310", + "representativeMenu": "세탁료(정장한벌)", + "price": 6000, + "latitude": 37.5632719792507, + "longitude": 127.041494936359, + "pageIndex": 47, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10150", @@ -296,6 +477,48 @@ "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": "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": "739", + "name": "벽산세탁", + "categoryName": "세탁업", + "address": "서울특별시 성동구 금호로 100 벽산 (아) 상가 6층", + "phone": "02-2298-6675", + "representativeMenu": "세탁료", + "price": 6000, + "latitude": 37.5545314695033, + "longitude": 127.026186636459, + "pageIndex": 47, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10151", "name": "2900냥식당", @@ -311,32 +534,46 @@ "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": "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": "14317", - "name": "개천식당", + "bsshSn": "19250", + "name": "맛밥김밥전문점", "categoryName": "한식", - "address": "대전광역시 동구 대전로779번길 41 (원동) 중앙시장 내 위치", - "phone": "042-256-1003", - "representativeMenu": "만둣국", - "price": 9000, - "latitude": 36.32850763956439, - "longitude": 127.43158384633288, - "pageIndex": 1, - "regionCode": "30", - "regionName": "대전광역시" + "address": "서울특별시 종로구 창경궁로 269 (혜화동) 1층", + "phone": "02-747-5425", + "representativeMenu": "돈가스", + "price": 7500, + "latitude": 37.585295075666664, + "longitude": 127.00073357977945, + "pageIndex": 4, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "742", + "name": "아씨머리방", + "categoryName": "미용업", + "address": "서울특별시 성동구 고산자로8길 23-1 1층", + "phone": "02-2291-2874", + "representativeMenu": "미용료(커트)", + "price": 5000, + "latitude": 37.5582910247082, + "longitude": 127.036506811635, + "pageIndex": 50, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2986", @@ -353,18 +590,46 @@ "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": "16650", + "name": "광명세탁", + "categoryName": "세탁업", + "address": "강원특별자치도 춘천시 삭주로 27 (교동)", + "phone": "033-252-6271", + "representativeMenu": "양복상의", + "price": 6000, + "latitude": 37.88154669495617, + "longitude": 127.73468581005257, + "pageIndex": 3, + "regionCode": "51", + "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": "248", + "name": "그린세탁", + "categoryName": "세탁업", + "address": "서울특별시 광진구 뚝섬로54길 57 (자양동)", + "phone": "02-456-8301", + "representativeMenu": "의복수선료", + "price": 4000, + "latitude": 37.5291163464876, + "longitude": 127.079923539429, + "pageIndex": 56, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10200", @@ -380,6 +645,48 @@ "regionCode": "36", "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": "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": "249", + "name": "동현세탁", + "categoryName": "세탁업", + "address": "서울특별시 광진구 뚝섬로52라길 65 (자양동)", + "phone": "02-458-6268", + "representativeMenu": "양복세탁료", + "price": 7000, + "latitude": 37.5293850230579, + "longitude": 127.082158673972, + "pageIndex": 58, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "19179", "name": "광진손짜장", @@ -394,6 +701,48 @@ "regionCode": "36", "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": "958", + "name": "삼삼 뚝배기", + "categoryName": "한식", + "address": "서울특별시 종로구 동숭길 51 (동숭동)", + "phone": "02-765-4683", + "representativeMenu": "된장뚝배기", + "price": 7000, + "latitude": 37.5805564090189, + "longitude": 127.004190744723, + "pageIndex": 5, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "250", + "name": "으뜸크리닝", + "categoryName": "세탁업", + "address": "서울특별시 광진구 아차산로51길 74 (구의동)", + "phone": "02-446-1756", + "representativeMenu": "의복수선료", + "price": 5000, + "latitude": 37.5401684513294, + "longitude": 127.085108450352, + "pageIndex": 68, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10192", "name": "꼬막짬뽕", @@ -409,37 +758,51 @@ "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": "2247", + "name": "명문목욕탕", + "categoryName": "목욕업", + "address": "광주광역시 동구 지원로 5 (소태동)", + "phone": "062-227-2459", + "representativeMenu": "목욕", + "price": 6000, + "latitude": 35.1238630581617, + "longitude": 126.932939954425, + "pageIndex": 4, + "regionCode": "29", + "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": "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": "14932", - "name": "24시 전주국밥(콩마루)", - "categoryName": "한식", + "bsshSn": "13787", + "name": "중원사", + "categoryName": "세탁업", + "address": "서울특별시 광진구 천호대로135길 8 (구의동) 1층", + "phone": "-", + "representativeMenu": "의복수선료", + "price": 3000, + "latitude": 37.54986623666149, + "longitude": 127.09226460318719, + "pageIndex": 71, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "14932", + "name": "24시 전주국밥(콩마루)", + "categoryName": "한식", "address": "경기도 수원시 영통구 청명남로 46 (영통동) 1층", "phone": "031-202-3324", "representativeMenu": "콩나물국밥", @@ -450,6 +813,48 @@ "regionCode": "41", "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": "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": "252", + "name": "한일세탁", + "categoryName": "세탁업", + "address": "서울특별시 광진구 자양번영로5길 7 (자양동)", + "phone": "02-447-2856", + "representativeMenu": "의복수선료", + "price": 3000, + "latitude": 37.5323210771224, + "longitude": 127.074899542077, + "pageIndex": 73, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16372", "name": "Bestie(카페베스티)", @@ -465,32 +870,46 @@ "regionName": "경기도" }, { - "bsshSn": "4336", - "name": "가고파미용실", + "bsshSn": "4910", + "name": "국빈4000냥미용실", "categoryName": "미용업", - "address": "강원특별자치도 춘천시 안마산로 216 (퇴계동)", - "phone": "033-262-9488", + "address": "충청남도 천안시 동남구 대흥로 132-2 (사직동)", + "phone": "-", "representativeMenu": "커트", - "price": 5000, - "latitude": 37.8495302656251, - "longitude": 127.737647046448, - "pageIndex": 1, - "regionCode": "51", - "regionName": "강원특별자치도" + "price": 7000, + "latitude": 36.8008837521399, + "longitude": 127.148549025545, + "pageIndex": 4, + "regionCode": "44", + "regionName": "충청남도" }, { - "bsshSn": "15775", - "name": "2교시간식시간", + "bsshSn": "15002", + "name": "스윗샐러드", "categoryName": "한식", - "address": "충청북도 청주시 서원구 서원남로 62 (모충동) 1층", - "phone": "043-288-7473", - "representativeMenu": "돈가스", - "price": 9000, - "latitude": 36.622448560220946, - "longitude": 127.48123556595677, - "pageIndex": 1, - "regionCode": "43", - "regionName": "충청북도" + "address": "서울특별시 종로구 종로1길 50 (중학동) 지하1층", + "phone": "02-733-3225", + "representativeMenu": "버섯샐러드", + "price": 7900, + "latitude": 37.57491239937121, + "longitude": 126.97896535083947, + "pageIndex": 7, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "271", + "name": "헤어라인", + "categoryName": "미용업", + "address": "서울특별시 광진구 광나루로30나길 6-1", + "phone": "-", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.5436236638171, + "longitude": 127.082097011554, + "pageIndex": 73, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "4736", @@ -507,46 +926,46 @@ "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": "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": "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": "943", + "name": "약속커피숍", + "categoryName": "기타요식업", + "address": "서울특별시 종로구 종로 302 (창신동)", + "phone": "02-764-1100", + "representativeMenu": "맥심커피", + "price": 2000, + "latitude": 37.5716332944196, + "longitude": 127.01140072111, + "pageIndex": 7, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "4909", - "name": "9000냥프로헤어", - "categoryName": "미용업", - "address": "충청남도 천안시 동남구 충무로 412-27 2층(영성동)", - "phone": "-", + "bsshSn": "11179", + "name": "경로이발관", + "categoryName": "이용업", + "address": "서울특별시 동대문구 왕산로 175-1 (제기동) 2층", + "phone": "010-8798-2717", "representativeMenu": "커트", - "price": 9000, - "latitude": 36.7971238482422, - "longitude": 127.151205811449, - "pageIndex": 1, - "regionCode": "44", - "regionName": "충청남도" + "price": 7000, + "latitude": 37.57961025550147, + "longitude": 127.0426591413119, + "pageIndex": 76, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "4935", @@ -563,18 +982,46 @@ "regionName": "충청남도" }, { - "bsshSn": "11752", - "name": "가화손만두 옛날통닭", + "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": "17558", + "name": "완판생국수", "categoryName": "한식", - "address": "충청남도 천안시 동남구 큰재빼기길 28 (오룡동)", - "phone": "041-558-0863", - "representativeMenu": "옛날통닭", - "price": 8000, - "latitude": 36.8039869569013, - "longitude": 127.149159570599, - "pageIndex": 1, - "regionCode": "44", - "regionName": "충청남도" + "address": "서울특별시 종로구 종로 258 (종로6가) 1층", + "phone": "02-2272-0066", + "representativeMenu": "멸치국수", + "price": 5500, + "latitude": 37.5706572089172, + "longitude": 127.00647971676864, + "pageIndex": 8, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "16151", + "name": "오드리스튜디오", + "categoryName": "기타비요식업", + "address": "서울특별시 동대문구 회기로 162 (회기동) 1층", + "phone": "02-969-7475", + "representativeMenu": "증명사진", + "price": 7900, + "latitude": 37.590585672307064, + "longitude": 127.05390121670456, + "pageIndex": 88, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "16879", @@ -590,6 +1037,48 @@ "regionCode": "44", "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": "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": "488", + "name": "우주미용실", + "categoryName": "미용업", + "address": "서울특별시 동대문구 전농로16길 33 (전농동)", + "phone": "02-2244-2180", + "representativeMenu": "커트", + "price": 3000, + "latitude": 37.57837593251976, + "longitude": 127.05916519059018, + "pageIndex": 89, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "5413", "name": "나눔공정카페", @@ -604,6 +1093,48 @@ "regionCode": "52", "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": "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": "13392", + "name": "형제이발", + "categoryName": "이용업", + "address": "서울특별시 동대문구 왕산로35길 8 (청량리동)", + "phone": "010-4751-4245", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.58014649551235, + "longitude": 127.0434490157586, + "pageIndex": 97, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "11329", "name": "경남식당", @@ -619,32 +1150,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": "4959", + "name": "남성커트오천", + "categoryName": "이용업", + "address": "충청남도 천안시 서북구 월봉로 66 (쌍용동)", + "phone": "-", + "representativeMenu": "커트", + "price": 7000, + "latitude": 36.7964851683758, + "longitude": 127.118063685574, + "pageIndex": 6, + "regionCode": "44", + "regionName": "충청남도" }, { - "bsshSn": "15158", - "name": "고향삼겹살", + "bsshSn": "19244", + "name": "을밀대 (소문난국밥전문)", "categoryName": "한식", - "address": "전라남도 목포시 영산로 691 (석현동) 고향삼겹살", - "phone": "061-281-3931", - "representativeMenu": "청국장", - "price": 9000, - "latitude": 34.82641754948634, - "longitude": 126.42137100869118, - "pageIndex": 1, - "regionCode": "46", - "regionName": "전라남도" + "address": "서울특별시 종로구 수표로 131 (낙원동) 1층", + "phone": "02-742-1633", + "representativeMenu": "우거지해장국", + "price": 3000, + "latitude": 37.572493575407705, + "longitude": 126.98826091182536, + "pageIndex": 9, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "1001", + "name": "금천이발관", + "categoryName": "이용업", + "address": "서울특별시 중랑구 면목로29길 21", + "phone": "02-492-5613", + "representativeMenu": "이용료(커트)", + "price": 7000, + "latitude": 37.575726501017, + "longitude": 127.084575411368, + "pageIndex": 100, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "6367", @@ -661,18 +1206,46 @@ "regionName": "경상북도" }, { - "bsshSn": "6384", - "name": "감자바위", + "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": "955", + "name": "인사동칼국수", "categoryName": "한식", - "address": "경상북도 포항시 남구 연일읍 유강길9번길 32 감자바위", - "phone": "054-272-8877", - "representativeMenu": "비빔밥", - "price": 8000, - "latitude": 36.0033909011122, - "longitude": 129.316527350566, - "pageIndex": 1, - "regionCode": "47", - "regionName": "경상북도" + "address": "서울특별시 종로구 인사동5길 25 1층", + "phone": "02-737-1151", + "representativeMenu": "칼국수", + "price": 7500, + "latitude": 37.5720973140597, + "longitude": 126.985392406484, + "pageIndex": 10, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "1005", + "name": "수지헤어", + "categoryName": "미용업", + "address": "서울특별시 중랑구 봉우재로 41 (회진빌딩 2층)", + "phone": "-", + "representativeMenu": "이용료(커트)", + "price": 7000, + "latitude": 37.5907829369907, + "longitude": 127.077853865667, + "pageIndex": 106, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13952", @@ -689,18 +1262,46 @@ "regionName": "경상남도" }, { - "bsshSn": "19285", - "name": "강남추어탕", + "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": "959", + "name": "전주콩나물국밥", "categoryName": "한식", - "address": "경상남도 창원시 진해구 중원로85번길 18 (화천동) 강남추어탕", - "phone": "055-541-5033", - "representativeMenu": "추어탕", - "price": 9000, - "latitude": 35.15213845076089, - "longitude": 128.65821162206046, - "pageIndex": 1, - "regionCode": "48", - "regionName": "경상남도" + "address": "서울특별시 종로구 자하문로 3 (내자동)", + "phone": "02-738-8223", + "representativeMenu": "콩나물국밥", + "price": 7000, + "latitude": 37.5764830744797, + "longitude": 126.972264842484, + "pageIndex": 11, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11183", + "name": "스타이발관", + "categoryName": "이용업", + "address": "서울특별시 중랑구 망우로 382-2 -", + "phone": "-", + "representativeMenu": "이용료(커트)", + "price": 7000, + "latitude": 37.5984167441294, + "longitude": 127.09476491164, + "pageIndex": 106, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "17141", @@ -717,100 +1318,44 @@ "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": "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": "16639", - "name": "남도식당", + "bsshSn": "16865", + "name": "중국", "categoryName": "중식", - "address": "서울특별시 종로구 종로 374-1 (숭인동) 1층", - "phone": "02-2234-5544", + "address": "서울특별시 종로구 자하문로33길 2 (청운동) 1층", + "phone": "02-737-8055", "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, + "price": 6000, + "latitude": 37.58619403165867, + "longitude": 126.96972945340502, + "pageIndex": 12, "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, + "bsshSn": "17618", + "name": "영헤어", + "categoryName": "미용업", + "address": "서울특별시 중랑구 면목로27가길 17 (면목동) 1층", + "phone": "02-493-0219", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.575991187224275, + "longitude": 127.08386326369666, + "pageIndex": 108, "regionCode": "11", "regionName": "서울특별시" }, @@ -829,18 +1374,46 @@ "regionName": "부산광역시" }, { - "bsshSn": "15032", - "name": "꽃가람 남포직영점", + "bsshSn": "10499", + "name": "영빈미용실", + "categoryName": "미용업", + "address": "전라남도 목포시 삼학로343번길 6 (용해동)", + "phone": "-", + "representativeMenu": "커트(기본)", + "price": 7000, + "latitude": 34.8018144738611, + "longitude": 126.408611997702, + "pageIndex": 7, + "regionCode": "46", + "regionName": "전라남도" + }, + { + "bsshSn": "14005", + "name": "진미김밥", "categoryName": "한식", - "address": "부산광역시 중구 비프광장로 3 (부평동2가) 꽃가람 남포직영점", - "phone": "0507-1317-4600", - "representativeMenu": "고추장돼지불고기정식", - "price": 9500, - "latitude": 35.09835574338491, - "longitude": 129.02574087593763, - "pageIndex": 2, - "regionCode": "26", - "regionName": "부산광역시" + "address": "서울특별시 종로구 종로46길 28 (창신동) 1층", + "phone": "02-2268-0069", + "representativeMenu": "진미김밥", + "price": 4000, + "latitude": 37.57045965794985, + "longitude": 127.01018731204245, + "pageIndex": 13, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "1027", + "name": "제일이발관", + "categoryName": "이용업", + "address": "서울특별시 중랑구 중랑역로 15-1 2층", + "phone": "-", + "representativeMenu": "이용료(커트)", + "price": 7000, + "latitude": 37.5955649352659, + "longitude": 127.076080619786, + "pageIndex": 110, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "1646", @@ -857,19 +1430,47 @@ "regionName": "부산광역시" }, { - "bsshSn": "1647", - "name": "남원원조추어탕", - "categoryName": "한식", - "address": "부산광역시 중구 해관로 37-1 (중앙동)", - "phone": "051-246-5636", - "representativeMenu": "추어탕", - "price": 9000, - "latitude": 35.1022868055746, - "longitude": 129.035469797726, - "pageIndex": 2, + "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": "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": "11184", + "name": "착한이발관", + "categoryName": "이용업", + "address": "서울특별시 중랑구 봉화산로 54 -", + "phone": "-", + "representativeMenu": "이용료(커트)", + "price": 7000, + "latitude": 37.601476557412, + "longitude": 127.080368810985, + "pageIndex": 111, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10075", "name": "누렁소식당", @@ -885,60 +1486,102 @@ "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, + "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": "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": "17623", + "name": "현대미용실", + "categoryName": "미용업", + "address": "서울특별시 중랑구 면목로44가길 50 (면목동) 1층", + "phone": "010-6856-2098", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.58334894436383, + "longitude": 127.09009102203078, + "pageIndex": 115, + "regionCode": "11", + "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": "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": "14133", - "name": "다정가마솥순두부", + "bsshSn": "19060", + "name": "체부동잔치집", "categoryName": "한식", - "address": "인천광역시 중구 운중로 140-4 (중산동) 1층", - "phone": "0507-1320-8254", - "representativeMenu": "초당(백)순두부", - "price": 9000, - "latitude": 37.49373607272692, - "longitude": 126.54783653076029, - "pageIndex": 2, - "regionCode": "28", - "regionName": "인천광역시" + "address": "서울특별시 종로구 자하문로1길 16 (체부동) 1층", + "phone": "02-730-5420", + "representativeMenu": "잔치국수", + "price": 5000, + "latitude": 37.57655121434925, + "longitude": 126.97150085198783, + "pageIndex": 14, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "1013", + "name": "효자동이발소", + "categoryName": "이용업", + "address": "서울특별시 중랑구 용마산로 394", + "phone": "-", + "representativeMenu": "이용료(커트)", + "price": 7000, + "latitude": 37.5866519523067, + "longitude": 127.095551256708, + "pageIndex": 116, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2223", @@ -955,18 +1598,46 @@ "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": "10199", + "name": "자연셀프 세차장", + "categoryName": "기타비요식업", + "address": "세종특별자치시 금남면 용포로 32", + "phone": "-", + "representativeMenu": "고압세척(2분30초)", + "price": 1000, + "latitude": 36.4613848948516, + "longitude": 127.280691708831, + "pageIndex": 9, + "regionCode": "36", + "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": "760", + "name": "Shville세탁", + "categoryName": "세탁업", + "address": "서울특별시 성북구 한천로101길 36 장월상가 203호", + "phone": "02-941-8423", + "representativeMenu": "와이셔츠", + "price": 2500, + "latitude": 37.6225362319459, + "longitude": 127.048839188383, + "pageIndex": 117, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13743", @@ -982,6 +1653,48 @@ "regionCode": "29", "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": "11580", + "name": "홍순두부", + "categoryName": "한식", + "address": "서울특별시 종로구 명륜길 50 1층", + "phone": "-", + "representativeMenu": "홍순두부", + "price": 5500, + "latitude": 37.5892935619767, + "longitude": 126.994629871047, + "pageIndex": 16, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "13501", + "name": "로데오당구장", + "categoryName": "기타비요식업", + "address": "서울특별시 성북구 보문로38길 53 (동소문동5가) 지하1층", + "phone": "010-4642-3078", + "representativeMenu": "당구 10분(10:00~17:00)", + "price": 1100, + "latitude": 37.590644206413586, + "longitude": 127.01670482731463, + "pageIndex": 121, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2258", "name": "대왕김밥(대인동)", @@ -996,6 +1709,48 @@ "regionCode": "29", "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": "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": "17898", + "name": "부흥세탁소", + "categoryName": "세탁업", + "address": "서울특별시 성북구 장위로16길 5 (장위동) 1층", + "phone": "02-918-8260", + "representativeMenu": "운동화", + "price": 5000, + "latitude": 37.61393773711567, + "longitude": 127.04159696628186, + "pageIndex": 123, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2562", "name": "경성화로", @@ -1011,32 +1766,46 @@ "regionName": "대전광역시" }, { - "bsshSn": "2527", - "name": "곽은아미용실", - "categoryName": "미용업", - "address": "대전광역시 동구 새울로 100 (용운동)", - "phone": "042-272-4478", - "representativeMenu": "커트(여성 일반)", - "price": 10000, - "latitude": 36.3271167002537, - "longitude": 127.461826711325, - "pageIndex": 2, + "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": "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": "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": "16966", + "name": "서림탕", + "categoryName": "목욕업", + "address": "서울특별시 성북구 보국문로 151 (정릉동) 1층 서림탕", + "phone": "02-914-3852", + "representativeMenu": "목욕비(대인)", + "price": 7500, + "latitude": 37.616378244970825, + "longitude": 127.0043918502785, + "pageIndex": 124, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2544", @@ -1053,39 +1822,53 @@ "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": "7013", + "name": "다마내기", + "categoryName": "기타비요식업", + "address": "제주특별자치도 제주시 원노형로 26 202호 (서림빌딩)", + "phone": "064-747-0618", + "representativeMenu": "중대 10분", + "price": 1700, + "latitude": 33.4864471773391, + "longitude": 126.484759413813, + "pageIndex": 10, + "regionCode": "50", + "regionName": "제주특별자치도" }, { - "bsshSn": "16555", - "name": "대가국밥", + "bsshSn": "980", + "name": "광희식당", "categoryName": "한식", - "address": "울산광역시 중구 화진길 11-4 (태화동) 1층", - "phone": "052-212-2988", - "representativeMenu": "돼지국밥", - "price": 9000, - "latitude": 35.55523350485414, - "longitude": 129.3085469323432, - "pageIndex": 2, - "regionCode": "31", - "regionName": "울산광역시" + "address": "서울특별시 중구 장충단로 212-2 (광희동2가)", + "phone": "02-226-1555", + "representativeMenu": "된장찌개", + "price": 7000, + "latitude": 37.5636366550507, + "longitude": 127.007233814214, + "pageIndex": 18, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "19374", - "name": "돈대박 복산점", - "categoryName": "한식", - "address": "울산광역시 중구 계변로 92-1 (복산동) 돈대박복산점", - "phone": "052-282-3313", + "bsshSn": "16482", + "name": "극동머리방", + "categoryName": "미용업", + "address": "서울특별시 강북구 인수봉로72가길 7 (수유동) 1층", + "phone": "02-907-2251", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.6431756088048, + "longitude": 127.01313193605671, + "pageIndex": 133, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "19374", + "name": "돈대박 복산점", + "categoryName": "한식", + "address": "울산광역시 중구 계변로 92-1 (복산동) 돈대박복산점", + "phone": "052-282-3313", "representativeMenu": "대패삼겹살(100g)", "price": 3500, "latitude": 35.563484990060665, @@ -1094,6 +1877,48 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "16648", + "name": "백양세탁소", + "categoryName": "세탁업", + "address": "강원특별자치도 춘천시 춘천로 263-1 (후평동)", + "phone": "033-252-6311", + "representativeMenu": "양복상의", + "price": 5000, + "latitude": 37.8799279349072, + "longitude": 127.74265772378813, + "pageIndex": 11, + "regionCode": "51", + "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": "115", + "name": "럭키미용실", + "categoryName": "미용업", + "address": "서울특별시 강북구 오패산로 273 1층", + "phone": "02-986-2530", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.6257488946126, + "longitude": 127.029538289863, + "pageIndex": 135, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10182", "name": "농부의한우", @@ -1109,18 +1934,46 @@ "regionName": "세종특별자치시" }, { - "bsshSn": "10167", - "name": "대신식당", + "bsshSn": "16651", + "name": "백조컴퓨터세탁", + "categoryName": "세탁업", + "address": "강원특별자치도 춘천시 퇴계로146번길 12-1 (퇴계동)", + "phone": "033-261-8348", + "representativeMenu": "양복상의", + "price": 5000, + "latitude": 37.85855890084086, + "longitude": 127.73469966103542, + "pageIndex": 11, + "regionCode": "51", + "regionName": "강원특별자치도" + }, + { + "bsshSn": "981", + "name": "돈우가식당", "categoryName": "한식", - "address": "세종특별자치시 연서면 당산로 349", - "phone": "044-867-7127", + "address": "서울특별시 중구 남대문로 25-17 1층(북창동)", + "phone": "02-378-1313", "representativeMenu": "김치찌개", - "price": 8000, - "latitude": 36.562836822603, - "longitude": 127.282636054749, - "pageIndex": 2, - "regionCode": "36", - "regionName": "세종특별자치시" + "price": 7000, + "latitude": 37.5620306338518, + "longitude": 126.97816807023, + "pageIndex": 18, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "14193", + "name": "미주이발소", + "categoryName": "이용업", + "address": "서울특별시 강북구 인수봉로79길 32 (수유동) 1층", + "phone": "010-4753-1726", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.64430707644983, + "longitude": 127.00929698556787, + "pageIndex": 136, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10185", @@ -1137,88 +1990,46 @@ "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": "개성시대미용실", + "bsshSn": "10501", + "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": "강원특별자치도" + "address": "전라남도 목포시 상리로9번길 22 1층(상동)", + "phone": "061-278-1571", + "representativeMenu": "커트(기본)", + "price": 6000, + "latitude": 34.8137466442366, + "longitude": 126.41499805728, + "pageIndex": 11, + "regionCode": "46", + "regionName": "전라남도" }, { - "bsshSn": "4368", - "name": "곱돌생삼겹살", + "bsshSn": "18573", + "name": "동경우동(2호점)", "categoryName": "한식", - "address": "강원특별자치도 춘천시 백령로138번길 55 (효자동)", - "phone": "033-255-4241", - "representativeMenu": "생삼겹살(캐나다)", - "price": 10000, - "latitude": 37.8731172068198, - "longitude": 127.745471505129, - "pageIndex": 2, - "regionCode": "51", - "regionName": "강원특별자치도" + "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": "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": "114", + "name": "백양세탁소", + "categoryName": "세탁업", + "address": "서울특별시 강북구 인수봉로 251-1 1층", + "phone": "02-997-9390", + "representativeMenu": "양복세탁료", + "price": 7000, + "latitude": 37.6411378755368, + "longitude": 127.010739559379, + "pageIndex": 137, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15768", @@ -1235,32 +2046,46 @@ "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": "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": "4708", - "name": "개미돈까스", + "bsshSn": "18572", + "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": "충청북도" + "address": "서울특별시 중구 충무로 48 (초동) 1층 1호", + "phone": "02-2274-3440", + "representativeMenu": "우동", + "price": 5000, + "latitude": 37.56537537416687, + "longitude": 126.99296134367208, + "pageIndex": 19, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "117", + "name": "별미용실", + "categoryName": "미용업", + "address": "서울특별시 강북구 삼양로41길 17 1층", + "phone": "02-983-0650", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.6218363410093, + "longitude": 127.019135590462, + "pageIndex": 137, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "11028", @@ -1276,6 +2101,48 @@ "regionCode": "44", "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": "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": "17926", + "name": "세븐미용실", + "categoryName": "미용업", + "address": "서울특별시 강북구 삼양로38길 13 (미아동) 1층", + "phone": "02-984-7306", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.62115561793724, + "longitude": 127.02146533471753, + "pageIndex": 138, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "11409", "name": "경북당", @@ -1290,6 +2157,48 @@ "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": "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": "118", + "name": "송미용실", + "categoryName": "미용업", + "address": "서울특별시 강북구 인수봉로78길 13 1층(수유동)", + "phone": "02-998-7775", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.6446109094185, + "longitude": 127.011587606952, + "pageIndex": 138, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16877", "name": "경자네칼국수", @@ -1305,19 +2214,47 @@ "regionName": "충청남도" }, { - "bsshSn": "13651", - "name": "고운육회방앗간", - "categoryName": "한식", - "address": "충청남도 천안시 서북구 백석3로 25 (백석동) 1층", - "phone": "041-551-8890", - "representativeMenu": "한우육회비빔밥", - "price": 10000, - "latitude": 36.821819579628574, - "longitude": 127.11424205567585, - "pageIndex": 2, + "bsshSn": "11119", + "name": "박정미5000냥헤어2호점", + "categoryName": "미용업", + "address": "충청남도 천안시 동남구 영성로 36 (중앙동)", + "phone": "-", + "representativeMenu": "커트", + "price": 7000, + "latitude": 36.8014348547938, + "longitude": 127.150782653869, + "pageIndex": 12, "regionCode": "44", "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": "16479", + "name": "수경머리방", + "categoryName": "미용업", + "address": "서울특별시 강북구 도봉로49길 50 (미아동) 1층", + "phone": "02-982-0204", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.62469739941569, + "longitude": 127.0236964703264, + "pageIndex": 139, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13856", "name": "돈초야", @@ -1332,6 +2269,48 @@ "regionCode": "52", "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": "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": "119", + "name": "주헤어필", + "categoryName": "미용업", + "address": "서울특별시 강북구 한천로144길 53 1층", + "phone": "02-905-1588", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.6430854280736, + "longitude": 127.027119494487, + "pageIndex": 141, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "5435", "name": "동래분식", @@ -1347,18 +2326,46 @@ "regionName": "전북특별자치도" }, { - "bsshSn": "16971", - "name": "곰순이식당", + "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": "969", + "name": "옛날홍두깨손칼국수", "categoryName": "한식", - "address": "전라남도 목포시 용당로216번길 21 (용당동) 곰순이식당", - "phone": "061-279-4811", - "representativeMenu": "백반", - "price": 8000, - "latitude": 34.80645255778166, - "longitude": 126.40056637892347, - "pageIndex": 2, - "regionCode": "46", - "regionName": "전라남도" + "address": "서울특별시 중구 동호로7길 32 1층", + "phone": "02-223-1458", + "representativeMenu": "손수제비", + "price": 6000, + "latitude": 37.5525136777809, + "longitude": 127.010624637953, + "pageIndex": 21, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "16481", + "name": "착한가격머리방", + "categoryName": "미용업", + "address": "서울특별시 강북구 삼양로27길 43 (미아동) 101호", + "phone": "02-986-1605", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.618550452391496, + "longitude": 127.01884716618042, + "pageIndex": 142, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "5616", @@ -1374,6 +2381,48 @@ "regionCode": "46", "regionName": "전라남도" }, + { + "bsshSn": "2525", + "name": "운동화목욕한날", + "categoryName": "세탁업", + "address": "대전광역시 동구 용운로 170가동 102호(용운동)", + "phone": "-", + "representativeMenu": "운동화 빨래", + "price": 5000, + "latitude": 36.3276734373929, + "longitude": 127.460965313411, + "pageIndex": 13, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "985", + "name": "우리집 맛자랑", + "categoryName": "한식", + "address": "서울특별시 중구 퇴계로20길 26 (남산동2가)", + "phone": "02-319-8939", + "representativeMenu": "된장찌개", + "price": 7000, + "latitude": 37.559092298164, + "longitude": 126.985816423839, + "pageIndex": 23, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "441", + "name": "도깨비머리방", + "categoryName": "미용업", + "address": "서울특별시 도봉구 방학로 6가길 76", + "phone": "02-349-4724", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.6659396262151, + "longitude": 127.040182640253, + "pageIndex": 144, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16974", "name": "김밥나라(중앙병원점)", @@ -1388,6 +2437,48 @@ "regionCode": "46", "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": "966", + "name": "유가", + "categoryName": "중식", + "address": "서울특별시 중구 퇴계로12길 68 1층 (회현동1가)", + "phone": "02-378-9688", + "representativeMenu": "자장면", + "price": 7000, + "latitude": 37.5566718882239, + "longitude": 126.981473444416, + "pageIndex": 23, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "10308", + "name": "머리깎자", + "categoryName": "이용업", + "address": "서울특별시 도봉구 해등로243 (방학동)", + "phone": "-", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.6576268981974, + "longitude": 127.029523602361, + "pageIndex": 145, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "18284", "name": "김밥마트(용당점)", @@ -1402,6 +2493,48 @@ "regionCode": "46", "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": "15376", + "name": "이모분식", + "categoryName": "한식", + "address": "서울특별시 중구 충무로 43-2 (초동) 1층", + "phone": "02-2279-3897", + "representativeMenu": "김밥", + "price": 4000, + "latitude": 37.5650968997076, + "longitude": 126.99258310708615, + "pageIndex": 23, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11052", + "name": "블루커트", + "categoryName": "미용업", + "address": "서울특별시 도봉구 해등로255 101동131호(쌍문동,에벤에셀아파트상가)", + "phone": "02-998-6923", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.6573748589473, + "longitude": 127.028191786525, + "pageIndex": 149, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "6368", "name": "강가박가92", @@ -1417,18 +2550,46 @@ "regionName": "경상북도" }, { - "bsshSn": "14874", - "name": "강변식당", + "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": "16088", + "name": "이원 손칼국수", "categoryName": "한식", - "address": "경상북도 포항시 북구 죽도로40번길 44-2 (죽도동) 강변식당", - "phone": "054-272-8328", - "representativeMenu": "정식", - "price": 8000, - "latitude": 36.02997134258029, - "longitude": 129.36267202809643, - "pageIndex": 2, - "regionCode": "47", - "regionName": "경상북도" + "address": "서울특별시 중구 동호로37길 33-16 (주교동) 1층", + "phone": "02-2273-5568", + "representativeMenu": "칼국수", + "price": 7000, + "latitude": 37.568594035149424, + "longitude": 126.9996703356776, + "pageIndex": 23, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11053", + "name": "세나미용실", + "categoryName": "미용업", + "address": "서울특별시 도봉구 덕릉로57길 22 (창동)", + "phone": "-", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.6396869947247, + "longitude": 127.037375060198, + "pageIndex": 150, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "18324", @@ -1445,32 +2606,46 @@ "regionName": "경상북도" }, { - "bsshSn": "6380", - "name": "거성갈비살", - "categoryName": "한식", - "address": "경상북도 포항시 남구 대해로 134 거성갈비살", - "phone": "-", - "representativeMenu": "정식", - "price": 9000, - "latitude": 36.0193468713474, - "longitude": 129.365579165755, - "pageIndex": 2, + "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": "6792", - "name": "고인돌", + "bsshSn": "986", + "name": "이조식당", "categoryName": "한식", - "address": "경상남도 창원시 마산회원구 합성옛길 309 (합성동)", - "phone": "055-297-9070", - "representativeMenu": "흑돼지삼겹살", - "price": 10000, - "latitude": 35.2443031085876, - "longitude": 128.588528120564, - "pageIndex": 2, - "regionCode": "48", - "regionName": "경상남도" + "address": "서울특별시 중구 청파로103길 33 1층(중림동)", + "phone": "02-365-5993", + "representativeMenu": "콩나물비빔밥", + "price": 7000, + "latitude": 37.5576624371646, + "longitude": 126.968304863066, + "pageIndex": 24, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "17010", + "name": "원헤어", + "categoryName": "미용업", + "address": "서울특별시 도봉구 도당로13가길 63-1 (방학동, 대광맨션) 1층", + "phone": "010-2074-6160", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.66738840350434, + "longitude": 127.03821123582789, + "pageIndex": 153, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "6929", @@ -1487,23 +2662,107 @@ "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": "한식", + "bsshSn": "18050", + "name": "돌하루방방", + "categoryName": "기타비요식업", + "address": "제주특별자치도 제주시 화삼북로 43 (화북일동) 돌하루방방", + "phone": "010-9487-4132", + "representativeMenu": "트램펄린(30분)", + "price": 3000, + "latitude": 33.517489993448145, + "longitude": 126.57772441179883, + "pageIndex": 13, + "regionCode": "50", + "regionName": "제주특별자치도" + }, + { + "bsshSn": "10672", + "name": "장안김밥", + "categoryName": "한식", + "address": "서울특별시 중구 다산로36길 25", + "phone": "02-223-8135", + "representativeMenu": "떡국", + "price": 4000, + "latitude": 37.5623625015386, + "longitude": 127.016670957748, + "pageIndex": 24, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "456", + "name": "착한이발관", + "categoryName": "이용업", + "address": "서울특별시 도봉구 도당로27길 48 (방학동)", + "phone": "-", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.6694936890142, + "longitude": 127.041067864224, + "pageIndex": 155, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "16322", + "name": "구서방네손칼국수", + "categoryName": "한식", + "address": "경상남도 창원시 마산합포구 해안대로 1 (월남동5가) 1층 구서방네손칼국수", + "phone": "055-222-9549", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 35.18079038371285, + "longitude": 128.55905853200002, + "pageIndex": 2, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "11113", + "name": "숙미용실", + "categoryName": "미용업", + "address": "강원특별자치도 춘천시 공지로 432-1 (근화동)", + "phone": "033-253-9217", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.8737216981244, + "longitude": 127.719469536522, + "pageIndex": 14, + "regionCode": "51", + "regionName": "강원특별자치도" + }, + { + "bsshSn": "10671", + "name": "충정로김밥", + "categoryName": "한식", + "address": "서울특별시 중구 서소문로6길 34 1층108호(중림동,성요셉아파트상가)", + "phone": "02-313-1006", + "representativeMenu": "충정로김밥", + "price": 3000, + "latitude": 37.5596149765767, + "longitude": 126.967598813552, + "pageIndex": 25, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "17011", + "name": "쿨헤어", + "categoryName": "이용업", + "address": "서울특별시 도봉구 해등로 48 (창동)", + "phone": "02-903-4760", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.6485969579426, + "longitude": 127.04372099622822, + "pageIndex": 157, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "7114", + "name": "강김밥집", + "categoryName": "한식", "address": "제주특별자치도 제주시 애월읍 하귀9길 2 1층 114호", "phone": "064-711-5096", "representativeMenu": "강김밥", @@ -1515,61 +2774,47 @@ "regionName": "제주특별자치도" }, { - "bsshSn": "7202", - "name": "고기서맛나(하몽이네)", - "categoryName": "한식", - "address": "제주특별자치도 제주시 중앙로21길 4 1층(이도일동)", - "phone": "0507-1322-1011", - "representativeMenu": "제주산 생뒷고기", + "bsshSn": "4965", + "name": "비비헤어샵", + "categoryName": "미용업", + "address": "충청남도 천안시 서북구 미라2길 26-1 (쌍용동)", + "phone": "041-571-1666", + "representativeMenu": "커트", "price": 5000, - "latitude": 33.5078471486649, - "longitude": 126.524747667261, - "pageIndex": 2, - "regionCode": "50", - "regionName": "제주특별자치도" + "latitude": 36.8018297147943, + "longitude": 127.129696210405, + "pageIndex": 14, + "regionCode": "44", + "regionName": "충청남도" }, { - "bsshSn": "18196", - "name": "동문식당", - "categoryName": "한식", - "address": "서울특별시 종로구 종로 300-1 (창신동) 1층", - "phone": "-", - "representativeMenu": "콩나물비빔밥", - "price": 5000, - "latitude": 37.57159249625645, - "longitude": 127.01124193717713, - "pageIndex": 3, + "bsshSn": "15372", + "name": "콩다방", + "categoryName": "기타요식업", + "address": "서울특별시 중구 마른내로 50 (인현동1가) 1층", + "phone": "02-2274-1678", + "representativeMenu": "아메리카노", + "price": 1800, + "latitude": 37.56423613325778, + "longitude": 126.993241593574, + "pageIndex": 26, "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, + "bsshSn": "16477", + "name": "킹당구클럽", + "categoryName": "기타비요식업", + "address": "서울특별시 도봉구 노해로69길 21-11 (창동) 4층", + "phone": "070-7576-3832", + "representativeMenu": "1시간 이용료", + "price": 7200, + "latitude": 37.65311007089221, + "longitude": 127.05007528398089, + "pageIndex": 157, "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": "남포수제비", @@ -1585,46 +2830,46 @@ "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": "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": "1649", - "name": "단골식당", + "bsshSn": "989", + "name": "풍년식당", "categoryName": "한식", - "address": "부산광역시 중구 동광길 193 (영주1동)", - "phone": "051-441-8540", - "representativeMenu": "묵은지김치전골", - "price": 8000, - "latitude": 35.1109965770514, - "longitude": 129.037200736899, - "pageIndex": 3, - "regionCode": "26", - "regionName": "부산광역시" + "address": "서울특별시 중구 퇴계로36가길 47 (필동2가)", + "phone": "02-227-0870", + "representativeMenu": "가정식백반", + "price": 7000, + "latitude": 37.5582187442402, + "longitude": 126.995702195702, + "pageIndex": 26, + "regionCode": "11", + "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": "411", + "name": "경노이발관", + "categoryName": "이용업", + "address": "서울특별시 노원구 석계로 27", + "phone": "02-917-7050", + "representativeMenu": "이용료(컷트)", + "price": 6000, + "latitude": 37.617294742104, + "longitude": 127.063913865481, + "pageIndex": 161, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "17986", @@ -1640,6 +2885,48 @@ "regionCode": "27", "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": "990", + "name": "형제정육식당", + "categoryName": "한식", + "address": "서울특별시 중구 다산로40길 56 1층(신당5동)", + "phone": "02-223-9902", + "representativeMenu": "된장찌개", + "price": 7000, + "latitude": 37.5631864591946, + "longitude": 127.019075758025, + "pageIndex": 26, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "10277", + "name": "남성헤어컷", + "categoryName": "이용업", + "address": "서울특별시 노원구 월계로55길 16 204호", + "phone": "-", + "representativeMenu": "기본컷", + "price": 7000, + "latitude": 37.6329639777027, + "longitude": 127.060508959979, + "pageIndex": 162, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14949", "name": "만리장성", @@ -1647,13 +2934,55 @@ "address": "대구광역시 중구 공평로 95 (동문동) .", "phone": "053-425-2412", "representativeMenu": "짜장면", - "price": 2000, + "price": 3000, "latitude": 35.87252613112093, "longitude": 128.60076336835849, "pageIndex": 3, "regionCode": "27", "regionName": "대구광역시" }, + { + "bsshSn": "6785", + "name": "발리불소사우나", + "categoryName": "목욕업", + "address": "경상남도 창원시 마산회원구 석전동16길 28 (석전동)", + "phone": "055-292-3588", + "representativeMenu": "목욕(대인)", + "price": 7000, + "latitude": 35.2368615089355, + "longitude": 128.579505619476, + "pageIndex": 14, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "991", + "name": "흑돈연가", + "categoryName": "한식", + "address": "서울특별시 중구 퇴계로88길 20 1층 (신당5동)", + "phone": "02-223-7854", + "representativeMenu": "점심백반", + "price": 7000, + "latitude": 37.5647641578328, + "longitude": 127.020885801266, + "pageIndex": 27, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "409", + "name": "브랜드특수크리닝", + "categoryName": "세탁업", + "address": "서울특별시 노원구 섬밭로 263 1층 4호 (롯데상가)", + "phone": "02-979-5474", + "representativeMenu": "양복세탁", + "price": 7000, + "latitude": 37.6391399283859, + "longitude": 127.06381950095, + "pageIndex": 165, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2012", "name": "만리향반점", @@ -1668,6 +2997,48 @@ "regionCode": "27", "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": "14104", + "name": "5빠떡볶이", + "categoryName": "한식", + "address": "서울특별시 용산구 후암로 37-1 (후암동) 1층", + "phone": "02-3789-1489", + "representativeMenu": "떡볶이", + "price": 4000, + "latitude": 37.54931978404158, + "longitude": 126.97740399387813, + "pageIndex": 27, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "410", + "name": "세탁편의점", + "categoryName": "세탁업", + "address": "서울특별시 노원구 한글비석로444 (교림노원프라자 1층)", + "phone": "02-339-4459", + "representativeMenu": "양복세탁", + "price": 6000, + "latitude": 37.663613046348, + "longitude": 127.068492606148, + "pageIndex": 167, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16953", "name": "마카롱데이즈", @@ -1683,22 +3054,106 @@ "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": "대왕김밥(학동)", + "bsshSn": "2288", + "name": "남진컴퓨터", + "categoryName": "세탁업", + "address": "광주광역시 서구 구성로 109-3 (양동)", + "phone": "062-368-3931", + "representativeMenu": "정장1벌드라이", + "price": 6000, + "latitude": 35.1488007460721, + "longitude": 126.907060175109, + "pageIndex": 15, + "regionCode": "29", + "regionName": "광주광역시" + }, + { + "bsshSn": "14698", + "name": "Y brew(와이브루)", + "categoryName": "기타요식업", + "address": "서울특별시 용산구 서빙고로 17 (한강로3가) 센트럴파크몰 A동 1층 76호", + "phone": "010-4446-5218", + "representativeMenu": "아메리카노", + "price": 1800, + "latitude": 37.52560239924648, + "longitude": 126.96674079441847, + "pageIndex": 27, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "414", + "name": "은영이발관", + "categoryName": "이용업", + "address": "서울특별시 노원구 석계로 15길25", + "phone": "-", + "representativeMenu": "이용료(컷트)", + "price": 5000, + "latitude": 37.6220625118578, + "longitude": 127.06134243043, + "pageIndex": 171, + "regionCode": "11", + "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": "10306", + "name": "쌍다리이용소", + "categoryName": "미용업", + "address": "강원특별자치도 춘천시 춘천순환로 42 상가동 101호 (석사동)", + "phone": "033-262-5087", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.8546857141914, + "longitude": 127.748703975697, + "pageIndex": 15, + "regionCode": "51", + "regionName": "강원특별자치도" + }, + { + "bsshSn": "16637", + "name": "기사식당(효창동짜장우동)", + "categoryName": "중식", + "address": "서울특별시 용산구 백범로 283 (효창동) 1층", + "phone": "02-703-5287", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 37.53966141960287, + "longitude": 126.96086956384646, + "pageIndex": 29, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "415", + "name": "장미헤어컷트원", + "categoryName": "미용업", + "address": "서울특별시 노원구 섬밭로196 (하계동, 하계장미6단지 상가B14호)", + "phone": "-", + "representativeMenu": "이용료(커트)", + "price": 5000, + "latitude": 37.6339976168528, + "longitude": 127.067277883916, + "pageIndex": 172, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "2259", + "name": "대왕김밥(학동)", "categoryName": "한식", "address": "광주광역시 동구 남문로 671 (학동)", "phone": "062-223-0868", @@ -1710,6 +3165,48 @@ "regionCode": "29", "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": "15743", + "name": "미스터 아메리카노", + "categoryName": "기타요식업", + "address": "서울특별시 용산구 백범로99길 46 (한강로1가) 1층", + "phone": "070-7868-5557", + "representativeMenu": "아메리카노(테이크아웃만 가능)", + "price": 2500, + "latitude": 37.536108089260864, + "longitude": 126.97202246968268, + "pageIndex": 32, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "16464", + "name": "클래식", + "categoryName": "이용업", + "address": "서울특별시 노원구 한글비석로22길 18 (중계동) 3층", + "phone": "-", + "representativeMenu": "남성커트", + "price": 7000, + "latitude": 37.66037534399267, + "longitude": 127.073423918189, + "pageIndex": 173, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15363", "name": "대접", @@ -1725,18 +3222,46 @@ "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": "2536", + "name": "지선미용타운", + "categoryName": "미용업", + "address": "대전광역시 동구 솔랑시울길 87 (소제동)", + "phone": "-", + "representativeMenu": "미용료(커트)", + "price": 5000, + "latitude": 36.3353609397276, + "longitude": 127.434496484742, + "pageIndex": 16, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "15741", + "name": "부자반점", + "categoryName": "중식", + "address": "서울특별시 용산구 한강대로 275-1 (갈월동) 1층", + "phone": "02-718-7889", + "representativeMenu": "짜장면", + "price": 6500, + "latitude": 37.542891074563585, + "longitude": 126.97213617564002, + "pageIndex": 33, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "417", + "name": "행운이발관", + "categoryName": "이용업", + "address": "서울특별시 노원구 화랑로 449 2층1호 (공릉동)", + "phone": "-", + "representativeMenu": "이용료(커트)", + "price": 7000, + "latitude": 37.6185353708275, + "longitude": 127.07736255034, + "pageIndex": 174, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14430", @@ -1753,32 +3278,46 @@ "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": "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": "2529", - "name": "대광이용원", + "bsshSn": "16334", + "name": "서리김밥", + "categoryName": "한식", + "address": "서울특별시 용산구 원효로 220 (원효로2가) 1층", + "phone": "02-707-0936", + "representativeMenu": "서리김밥", + "price": 3000, + "latitude": 37.53772931789348, + "longitude": 126.96635693270667, + "pageIndex": 33, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "418", + "name": "힘북이용원", "categoryName": "이용업", - "address": "대전광역시 동구 계족로 73-2 (신흥동)", - "phone": "042-282-7720", - "representativeMenu": "이용료", + "address": "서울특별시 노원구 동일로 1390 204(상계동, 상계주공아파트6단지 상가)", + "phone": "02-931-2331", + "representativeMenu": "이용료(커트)", "price": 7000, - "latitude": 36.3212528089861, - "longitude": 127.443947726738, - "pageIndex": 3, - "regionCode": "30", - "regionName": "대전광역시" + "latitude": 37.6527180726916, + "longitude": 127.061519941724, + "pageIndex": 175, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14196", @@ -1794,6 +3333,48 @@ "regionCode": "31", "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": "14103", + "name": "소문난국수집", + "categoryName": "한식", + "address": "서울특별시 용산구 보광로 41 (보광동) 1층", + "phone": "02-790-8494", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 37.52776014147213, + "longitude": 126.99926795358544, + "pageIndex": 33, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "912", + "name": "행복한세탁소", + "categoryName": "세탁업", + "address": "서울특별시 은평구 진흥로1길 37 1층", + "phone": "02-353-8671", + "representativeMenu": "수선비", + "price": 3000, + "latitude": 37.6036960556282, + "longitude": 126.918317294932, + "pageIndex": 191, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16674", "name": "마마칼국수", @@ -1809,18 +3390,46 @@ "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": "18037", + "name": "뛰니뛰니", + "categoryName": "기타비요식업", + "address": "제주특별자치도 제주시 연신로 76 (이도이동) 뛰니뛰니", + "phone": "064-727-0369", + "representativeMenu": "어린이입장료", + "price": 6000, + "latitude": 33.4946894705016, + "longitude": 126.54802422292092, + "pageIndex": 16, + "regionCode": "50", + "regionName": "제주특별자치도" + }, + { + "bsshSn": "17215", + "name": "시온", + "categoryName": "기타요식업", + "address": "서울특별시 용산구 한강대로7길 13 (한강로3가) 1층", + "phone": "02-792-4688", + "representativeMenu": "아메리카노", + "price": 3300, + "latitude": 37.524325920409254, + "longitude": 126.96211985401933, + "pageIndex": 34, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "682", + "name": "미성이용원", + "categoryName": "이용업", + "address": "서울특별시 서대문구 명지대3길 48 지하층 102호", + "phone": "02-314-3396", + "representativeMenu": "성인커트", + "price": 7000, + "latitude": 37.581903175669, + "longitude": 126.921154123028, + "pageIndex": 199, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "19370", @@ -1837,24 +3446,108 @@ "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": "1864", + "name": "미미미용실", + "categoryName": "미용업", + "address": "대구광역시 동구 동촌로346 백자맨션상가9동 103호(용계동)", + "phone": "010-5689-8867", + "representativeMenu": "컷(어린이)", + "price": 7000, + "latitude": 35.8767267035582, + "longitude": 128.677260687309, + "pageIndex": 17, + "regionCode": "27", + "regionName": "대구광역시" }, { - "bsshSn": "10190", - "name": "맛있는 수다", - "categoryName": "베이커리", - "address": "세종특별자치시 조치원읍 새내10길 41 맛있는 수다", + "bsshSn": "16628", + "name": "와이브루", + "categoryName": "기타요식업", + "address": "서울특별시 용산구 새창로45길 12 (신계동) 1층", + "phone": "-", + "representativeMenu": "아메리카노", + "price": 2000, + "latitude": 37.53449127588085, + "longitude": 126.9630012638545, + "pageIndex": 35, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "676", + "name": "바늘꽃옷수선", + "categoryName": "기타비요식업", + "address": "서울특별시 서대문구 홍은중앙로 8길 22", + "phone": "-", + "representativeMenu": "의복수선료(바지밑단)", + "price": 3000, + "latitude": 37.5987804443942, + "longitude": 126.948733439817, + "pageIndex": 201, + "regionCode": "11", + "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": "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": "893", + "name": "용산풍천숯불민물장어", + "categoryName": "한식", + "address": "서울특별시 용산구 한강대로39길 10 1층", + "phone": "02-749-5905", + "representativeMenu": "손칼국수", + "price": 5500, + "latitude": 37.5312479318758, + "longitude": 126.968986718823, + "pageIndex": 35, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "683", + "name": "삼성이발관", + "categoryName": "이용업", + "address": "서울특별시 서대문구 응암로 28 상가101호", + "phone": "02-373-3672", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.5762716171408, + "longitude": 126.909844105861, + "pageIndex": 203, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "10190", + "name": "맛있는 수다", + "categoryName": "베이커리", + "address": "세종특별자치시 조치원읍 새내10길 41 맛있는 수다", "phone": "044-867-4967", "representativeMenu": "고기만두(8개)", "price": 5000, @@ -1865,18 +3558,46 @@ "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": "2289", + "name": "럭키세탁소", + "categoryName": "세탁업", + "address": "광주광역시 서구 염화로40번길 20 (화정동)", + "phone": "062-372-6901", + "representativeMenu": "양복1벌드라이", + "price": 7000, + "latitude": 35.1366373980231, + "longitude": 126.87488624762, + "pageIndex": 17, + "regionCode": "29", + "regionName": "광주광역시" + }, + { + "bsshSn": "889", + "name": "원돈까스우동", + "categoryName": "일식", + "address": "서울특별시 용산구 서빙고로65길 10 1층", + "phone": "02-797-9718", + "representativeMenu": "원우동", + "price": 7000, + "latitude": 37.5206387935546, + "longitude": 126.994548371044, + "pageIndex": 36, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "687", + "name": "윤헤어모드", + "categoryName": "미용업", + "address": "서울특별시 서대문구 가재울로10길 25", + "phone": "02-307-2896", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.5764992467746, + "longitude": 126.922319268751, + "pageIndex": 210, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15567", @@ -1893,32 +3614,46 @@ "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": "5714", + "name": "늘고운 미용실", + "categoryName": "미용업", + "address": "전라남도 여수시 서교 6길 5 (서교동)", + "phone": "-", + "representativeMenu": "커트", + "price": 7000, + "latitude": 34.7423213814819, + "longitude": 127.728456280602, + "pageIndex": 17, + "regionCode": "46", + "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": "16126", + "name": "인디에어", + "categoryName": "기타요식업", + "address": "서울특별시 용산구 백범로 325 (원효로1가) 1층", + "phone": "02-2420-9999", + "representativeMenu": "아메리카노(테이크아웃만 가능)", + "price": 3000, + "latitude": 37.53843282270516, + "longitude": 126.96524220023485, + "pageIndex": 37, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "688", + "name": "은주헤어뉴스", + "categoryName": "미용업", + "address": "서울특별시 서대문구 거북골로20길53-3", + "phone": "02-302-6281", + "representativeMenu": "커트(여)", + "price": 7000, + "latitude": 37.5803043702542, + "longitude": 126.910666702104, + "pageIndex": 210, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "4376", @@ -1935,88 +3670,46 @@ "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": "14917", + "name": "하늘이용원", + "categoryName": "이용업", + "address": "대전광역시 동구 비래서로42번길 89 (가양동) 가양동", + "phone": "-", + "representativeMenu": "컷트", + "price": 6000, + "latitude": 36.3502938694925, + "longitude": 127.44709305501448, + "pageIndex": 18, + "regionCode": "30", + "regionName": "대전광역시" }, { - "bsshSn": "15852", - "name": "고드미손두부", + "bsshSn": "16335", + "name": "정가네왕김밥", "categoryName": "한식", - "address": "충청북도 청주시 흥덕구 서현로 12-31 (가경동)", - "phone": "043-284-0944", - "representativeMenu": "국산콩순두부", - "price": 9000, - "latitude": 36.6159289050475, - "longitude": 127.42453456395413, - "pageIndex": 3, - "regionCode": "43", - "regionName": "충청북도" + "address": "서울특별시 용산구 효창원로 91 (용문동) 1층", + "phone": "0507-1386-5598", + "representativeMenu": "정가네왕김밥", + "price": 3000, + "latitude": 37.53709820413125, + "longitude": 126.9590431309581, + "pageIndex": 38, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "4724", - "name": "고려미용실", - "categoryName": "미용업", - "address": "충청북도 청주시 서원구 모충로 98-1 (모충동)", - "phone": "043-274-6207", + "bsshSn": "691", + "name": "이리이발관", + "categoryName": "이용업", + "address": "서울특별시 서대문구 거북골로 208", + "phone": "02-374-3875", "representativeMenu": "커트", - "price": 8000, - "latitude": 36.6277882283516, - "longitude": 127.474142701453, - "pageIndex": 3, - "regionCode": "43", - "regionName": "충청북도" + "price": 7000, + "latitude": 37.5789419883622, + "longitude": 126.908330113748, + "pageIndex": 211, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "5410", @@ -2032,6 +3725,48 @@ "regionCode": "52", "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": "11346", + "name": "친구의천", + "categoryName": "한식", + "address": "서울특별시 용산구 장문로 88", + "phone": "02-790-9415", + "representativeMenu": "즉석떡볶이", + "price": 5000, + "latitude": 37.525986638102, + "longitude": 126.999353921205, + "pageIndex": 40, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "641", + "name": "연백이발관", + "categoryName": "이용업", + "address": "서울특별시 마포구 만리재옛길 5 (공덕동)", + "phone": "02-711-9782", + "representativeMenu": "이발료", + "price": 7000, + "latitude": 37.545045043436, + "longitude": 126.954299594353, + "pageIndex": 230, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13854", "name": "또또커피", @@ -2046,6 +3781,48 @@ "regionCode": "52", "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": "885", + "name": "커피스모키", + "categoryName": "기타요식업", + "address": "서울특별시 용산구 한강대로30길 25 지하1층 26호", + "phone": "-", + "representativeMenu": "아메리카노", + "price": 2900, + "latitude": 37.527358545339, + "longitude": 126.968861735609, + "pageIndex": 40, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "629", + "name": "한화세탁", + "categoryName": "세탁업", + "address": "서울특별시 마포구 마포구 마포대로 33 (도화동)", + "phone": "02-706-6603", + "representativeMenu": "양복세탁료", + "price": 7000, + "latitude": 37.5399847863145, + "longitude": 126.945447452979, + "pageIndex": 237, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "5436", "name": "또와분식", @@ -2061,130 +3838,46 @@ "regionName": "전북특별자치도" }, { - "bsshSn": "15156", - "name": "까망헤어필", + "bsshSn": "4918", + "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": "전라남도" + "address": "충청남도 천안시 동남구 대흥로 271 (대흥동)", + "phone": "041-562-0155", + "representativeMenu": "커트(어르신)", + "price": 5000, + "latitude": 36.8123236063302, + "longitude": 127.148852869095, + "pageIndex": 18, + "regionCode": "44", + "regionName": "충청남도" }, { - "bsshSn": "15149", - "name": "대영한우식육식당", + "bsshSn": "15742", + "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": "커트", + "address": "서울특별시 용산구 한강대로15길 19-2 (한강로3가) 1층", + "phone": "02-798-9233", + "representativeMenu": "제육덮밥", "price": 7000, - "latitude": 36.0352517105272, - "longitude": 129.374922321202, - "pageIndex": 3, - "regionCode": "47", - "regionName": "경상북도" + "latitude": 37.526022091947766, + "longitude": 126.96307096171546, + "pageIndex": 41, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "6427", - "name": "경희미용실", + "bsshSn": "838", + "name": "까끌래깍자", "categoryName": "미용업", - "address": "경상북도 포항시 북구 서동로47번길 25-4 1층(덕수동)", - "phone": "-", - "representativeMenu": "커트", + "address": "서울특별시 양천구 남부순환로70길 20-2 1층", + "phone": "02-2603-7289", + "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": "경상남도" + "latitude": 37.5217842066902, + "longitude": 126.834576400647, + "pageIndex": 240, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "17102", @@ -2201,46 +3894,46 @@ "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": "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": "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": "17216", + "name": "테폼", + "categoryName": "기타요식업", + "address": "서울특별시 용산구 녹사평대로26길 21 (이태원동) 1층 (이태원동, 미광빌딩)", + "phone": "02-793-6926", + "representativeMenu": "아메리카노(핫)", + "price": 3000, + "latitude": 37.53087259952325, + "longitude": 126.99128823933295, + "pageIndex": 41, + "regionCode": "11", + "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": "11059", + "name": "새마을 미용실", + "categoryName": "미용업", + "address": "서울특별시 양천구 은행정로5길 48-1 1층", + "phone": "02-2643-6110", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.5206425829298, + "longitude": 126.854524808413, + "pageIndex": 243, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "18065", @@ -2256,6 +3949,48 @@ "regionCode": "50", "regionName": "제주특별자치도" }, + { + "bsshSn": "1862", + "name": "삼일라사세탁소", + "categoryName": "세탁업", + "address": "대구광역시 동구 효목로5길 7 (효목동)", + "phone": "053-755-1276", + "representativeMenu": "티셔츠드라이", + "price": 4000, + "latitude": 35.8750480007903, + "longitude": 128.63888107243, + "pageIndex": 19, + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "890", + "name": "한일각", + "categoryName": "중식", + "address": "서울특별시 용산구 보광로 21-1 2층", + "phone": "02-796-2557", + "representativeMenu": "자장면", + "price": 4000, + "latitude": 37.5263948828068, + "longitude": 127.000515078407, + "pageIndex": 42, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "847", + "name": "윤희미용실", + "categoryName": "미용업", + "address": "서울특별시 양천구 목동중앙남로5길 22 1층", + "phone": "02-2653-1671", + "representativeMenu": "커트(남)", + "price": 7000, + "latitude": 37.537018693989, + "longitude": 126.865678104577, + "pageIndex": 246, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14253", "name": "고찌가게", @@ -2270,6 +4005,48 @@ "regionCode": "50", "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": "15744", + "name": "홍콩중화요리", + "categoryName": "중식", + "address": "서울특별시 용산구 한강대로 367-1 (동자동) 1층", + "phone": "010-6451-0653", + "representativeMenu": "짜장면", + "price": 6500, + "latitude": 37.55137708872881, + "longitude": 126.97191979121847, + "pageIndex": 43, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "15610", + "name": "정수헤어라인", + "categoryName": "미용업", + "address": "서울특별시 양천구 중앙로46길 20 (신정동) 1층", + "phone": "02-2698-8978", + "representativeMenu": "커트(경로)", + "price": 6000, + "latitude": 37.52219595158654, + "longitude": 126.85416610035104, + "pageIndex": 246, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "7116", "name": "공주네국수", @@ -2285,30 +4062,100 @@ "regionName": "제주특별자치도" }, { - "bsshSn": "19250", - "name": "맛밥김밥전문점", - "categoryName": "한식", - "address": "서울특별시 종로구 창경궁로 269 (혜화동) 1층", - "phone": "02-747-5425", - "representativeMenu": "돈가스", - "price": 7500, - "latitude": 37.585295075666664, - "longitude": 127.00073357977945, - "pageIndex": 4, + "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": "18225", + "name": "동네커피", + "categoryName": "기타요식업", + "address": "서울특별시 성동구 용답중앙길 57 (용답동) 1층", + "phone": "-", + "representativeMenu": "아메리카노", + "price": 2000, + "latitude": 37.56424361566244, + "longitude": 127.05243946078681, + "pageIndex": 45, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "11063", - "name": "믿음미용실", + "bsshSn": "15611", + "name": "하이얀미용실", "categoryName": "미용업", - "address": "서울특별시 종로구 계동길 91 1층", - "phone": "-", + "address": "서울특별시 양천구 은행정로5길 48-3 (신정동) 1층", + "phone": "02-2654-7768", "representativeMenu": "커트", - "price": 8000, - "latitude": 37.5814377145875, - "longitude": 126.986679281786, - "pageIndex": 4, + "price": 6000, + "latitude": 37.52053090657224, + "longitude": 126.85423461745451, + "pageIndex": 249, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "7117", + "name": "광양왕소금깡통구이", + "categoryName": "한식", + "address": "제주특별자치도 제주시 광양13길 13", + "phone": "064-755-9966", + "representativeMenu": "돌솥밥", + "price": 6000, + "latitude": 33.4992265614392, + "longitude": 126.531680684457, + "pageIndex": 3, + "regionCode": "50", + "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": "747", + "name": "동해루", + "categoryName": "중식", + "address": "서울특별시 성동구 고산자로8길 26 .", + "phone": "02-2292-5342", + "representativeMenu": "자장면", + "price": 6000, + "latitude": 37.5581421344486, + "longitude": 127.036653756474, + "pageIndex": 45, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "16902", + "name": "히어로방방 키즈카페", + "categoryName": "기타비요식업", + "address": "서울특별시 강서구 강서로45길 110 (내발산동) 지하", + "phone": "0507-1437-1053", + "representativeMenu": "1시간이용권(어린이)", + "price": 4000, + "latitude": 37.55019383133004, + "longitude": 126.83184673744552, + "pageIndex": 276, "regionCode": "11", "regionName": "서울특별시" }, @@ -2327,46 +4174,46 @@ "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": "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": "1651", - "name": "동경식당", + "bsshSn": "16962", + "name": "또와", "categoryName": "한식", - "address": "부산광역시 중구 대청로99번길 16 (대청동2가)", - "phone": "051-469-7162", - "representativeMenu": "추어탕", - "price": 10000, - "latitude": 35.104213999781, - "longitude": 129.030751512242, - "pageIndex": 4, - "regionCode": "26", - "regionName": "부산광역시" + "address": "서울특별시 성동구 성수일로12길 20 (성수동2가) 1층 101호", + "phone": "02-468-4111", + "representativeMenu": "점심뷔페", + "price": 7000, + "latitude": 37.548174430780506, + "longitude": 127.05325046638245, + "pageIndex": 46, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "309", + "name": "24시헤어샵", + "categoryName": "미용업", + "address": "서울특별시 구로구 도림로10길 31-1 (구로동)", + "phone": "-", + "representativeMenu": "커트", + "price": 4000, + "latitude": 37.4856622559134, + "longitude": 126.889084148844, + "pageIndex": 276, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10076", @@ -2382,6 +4229,48 @@ "regionCode": "27", "regionName": "대구광역시" }, + { + "bsshSn": "17895", + "name": "가족이발관", + "categoryName": "미용업", + "address": "인천광역시 미추홀구 석정로 372 (주안동) 1층", + "phone": "-", + "representativeMenu": "염색", + "price": 7000, + "latitude": 37.467045636101226, + "longitude": 126.67678399359703, + "pageIndex": 21, + "regionCode": "28", + "regionName": "인천광역시" + }, + { + "bsshSn": "16965", + "name": "또와분식", + "categoryName": "한식", + "address": "서울특별시 성동구 마장로35나길 40 (마장동) 101호", + "phone": "02-6052-8083", + "representativeMenu": "떡볶이", + "price": 5000, + "latitude": 37.56721803327301, + "longitude": 127.0432918670249, + "pageIndex": 46, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "310", + "name": "건영헤어포맨", + "categoryName": "미용업", + "address": "서울특별시 구로구 구로동로12길 32 (구로동)", + "phone": "02-865-0554", + "representativeMenu": "이용료(커트)", + "price": 6000, + "latitude": 37.4880215852937, + "longitude": 126.886190100695, + "pageIndex": 277, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15468", "name": "명성김밥", @@ -2389,7 +4278,7 @@ "address": "대구광역시 중구 국채보상로131길 55 (동인동1가, 시티타운) 시티상가 10호", "phone": "053-425-0276", "representativeMenu": "김밥", - "price": 3000, + "price": 2500, "latitude": 35.872799919942665, "longitude": 128.60198095419133, "pageIndex": 4, @@ -2397,18 +4286,46 @@ "regionName": "대구광역시" }, { - "bsshSn": "15355", - "name": "모정", + "bsshSn": "11008", + "name": "송도대림 볼링센터", + "categoryName": "기타비요식업", + "address": "부산광역시 서구 충무대로 133 (남부민동)", + "phone": "051-245-5530", + "representativeMenu": "게임비", + "price": 3700, + "latitude": 35.0822588006647, + "longitude": 129.024643672507, + "pageIndex": 22, + "regionCode": "26", + "regionName": "부산광역시" + }, + { + "bsshSn": "14363", + "name": "맹꽁이", "categoryName": "한식", - "address": "대구광역시 중구 달구벌대로 2037-16 (동산동) 모정(식당)", + "address": "서울특별시 성동구 용답중앙25길 1 (용답동) 1층", + "phone": "02-2214-9996", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 37.56300839788014, + "longitude": 127.0540980823421, + "pageIndex": 46, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "311", + "name": "골드헤어샵", + "categoryName": "미용업", + "address": "서울특별시 구로구 구로동로 42길 54-6", "phone": "-", - "representativeMenu": "된장찌개", - "price": 8000, - "latitude": 35.86701996348072, - "longitude": 128.58658111123873, - "pageIndex": 4, - "regionCode": "27", - "regionName": "대구광역시" + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.497829066942, + "longitude": 126.884358487018, + "pageIndex": 277, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2231", @@ -2424,6 +4341,48 @@ "regionCode": "28", "regionName": "인천광역시" }, + { + "bsshSn": "19303", + "name": "송원헤어샵", + "categoryName": "미용업", + "address": "경기도 수원시 장안구 파장천로12번길 14 (파장동)", + "phone": "-", + "representativeMenu": "컷트(남여동일)", + "price": 7000, + "latitude": 37.3064358837408, + "longitude": 126.99489104854806, + "pageIndex": 22, + "regionCode": "41", + "regionName": "경기도" + }, + { + "bsshSn": "15247", + "name": "별난만두", + "categoryName": "한식", + "address": "서울특별시 성동구 용답중앙길 52 (용답동) 1층", + "phone": "02-2246-2751", + "representativeMenu": "손칼국수", + "price": 7000, + "latitude": 37.564545599886905, + "longitude": 127.0516502479485, + "pageIndex": 48, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "306", + "name": "매직크리닝", + "categoryName": "세탁업", + "address": "서울특별시 구로구 오류로8길 99 (오류동)", + "phone": "02-2611-5911", + "representativeMenu": "하의 세탁료", + "price": 3000, + "latitude": 37.4933703692421, + "longitude": 126.845454013007, + "pageIndex": 284, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "18031", "name": "복락만두", @@ -2438,6 +4397,48 @@ "regionCode": "28", "regionName": "인천광역시" }, + { + "bsshSn": "10128", + "name": "까망헤어", + "categoryName": "미용업", + "address": "인천광역시 미추홀구 경인로 471번길 28 (주안동)", + "phone": "-", + "representativeMenu": "어르신커트", + "price": 5000, + "latitude": 37.4600011638778, + "longitude": 126.691525417125, + "pageIndex": 23, + "regionCode": "28", + "regionName": "인천광역시" + }, + { + "bsshSn": "16961", + "name": "수제비먹는닭갈비", + "categoryName": "한식", + "address": "서울특별시 성동구 왕십리로21길 14 (행당동) 1층", + "phone": "02-2297-8522", + "representativeMenu": "수제비", + "price": 7500, + "latitude": 37.561297857943586, + "longitude": 127.03286445721793, + "pageIndex": 49, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "319", + "name": "성원이용원", + "categoryName": "이용업", + "address": "서울특별시 구로구 구로동로7길 7 (가리봉동)", + "phone": "02-861-0663", + "representativeMenu": "이용료(커트)", + "price": 7000, + "latitude": 37.4852359557581, + "longitude": 126.885460745784, + "pageIndex": 290, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14637", "name": "마시타", @@ -2453,32 +4454,46 @@ "regionName": "광주광역시" }, { - "bsshSn": "11651", - "name": "마쏘라까망베르", + "bsshSn": "14333", + "name": "스튜디오 에이스", + "categoryName": "기타비요식업", + "address": "경기도 수원시 권선구 세권로 135-1 (권선동) .", + "phone": "031-233-2553", + "representativeMenu": "디지털(4*6)인화 1매", + "price": 500, + "latitude": 37.25702503850917, + "longitude": 127.01923268799818, + "pageIndex": 23, + "regionCode": "41", + "regionName": "경기도" + }, + { + "bsshSn": "13424", + "name": "수제비먹는닭갈비 본점", "categoryName": "한식", - "address": "광주광역시 동구 필문대로205번길 19 (지산동)", - "phone": "062-224-5004", - "representativeMenu": "돈가스(L)", - "price": 9000, - "latitude": 35.1520673077606, - "longitude": 126.933228831241, - "pageIndex": 4, - "regionCode": "29", - "regionName": "광주광역시" + "address": "서울특별시 성동구 왕십리로21다길 39 (행당동) 1층", + "phone": "02-2299-8557", + "representativeMenu": "칼국수", + "price": 7500, + "latitude": 37.5596440879484, + "longitude": 127.03321604601851, + "pageIndex": 49, + "regionCode": "11", + "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": "321", + "name": "수정이발관", + "categoryName": "이용업", + "address": "서울특별시 구로구 구로동로13 (가리봉동)", + "phone": "02-857-1804", + "representativeMenu": "이용료(커트)", + "price": 7000, + "latitude": 37.4828963306874, + "longitude": 126.886887111982, + "pageIndex": 291, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2526", @@ -2494,6 +4509,48 @@ "regionCode": "30", "regionName": "대전광역시" }, + { + "bsshSn": "5181", + "name": "어여미", + "categoryName": "미용업", + "address": "전북특별자치도 군산시 축동안길 51 수송동", + "phone": "063-464-7997", + "representativeMenu": "컷트(학생)", + "price": 6000, + "latitude": 35.9679841104562, + "longitude": 126.713869481253, + "pageIndex": 23, + "regionCode": "52", + "regionName": "전북특별자치도" + }, + { + "bsshSn": "14387", + "name": "엘닷", + "categoryName": "일식", + "address": "서울특별시 성동구 성수일로12길 20 (성수동2가) 1층 103호", + "phone": "02-469-4003", + "representativeMenu": "모듬초밥(8pcs)", + "price": 6900, + "latitude": 37.548174430780506, + "longitude": 127.05325046638245, + "pageIndex": 50, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "13636", + "name": "연변옷수선", + "categoryName": "세탁업", + "address": "서울특별시 구로구 디지털로19길 33 (가리봉동) 1층", + "phone": "-", + "representativeMenu": "신사복하의", + "price": 4000, + "latitude": 37.48128654821806, + "longitude": 126.88962745872715, + "pageIndex": 292, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16531", "name": "돌구이 돼지마을 해장국", @@ -2509,18 +4566,46 @@ "regionName": "대전광역시" }, { - "bsshSn": "2519", - "name": "동양전자", + "bsshSn": "1385", + "name": "아인당구장", "categoryName": "기타비요식업", - "address": "대전광역시 동구 대전로 797번길 11 (중동)", - "phone": "042-254-3090", - "representativeMenu": "전자장비 수리비", - "price": 10000, - "latitude": 36.3304315762194, - "longitude": 127.432265782557, - "pageIndex": 4, - "regionCode": "30", - "regionName": "대전광역시" + "address": "부산광역시 서구 천마로 232 (토성동4가)", + "phone": "-", + "representativeMenu": "게임료(10분)", + "price": 1000, + "latitude": 35.0962996432581, + "longitude": 129.022665752409, + "pageIndex": 24, + "regionCode": "26", + "regionName": "부산광역시" + }, + { + "bsshSn": "13430", + "name": "착한짜장", + "categoryName": "중식", + "address": "서울특별시 성동구 아차산로7길 17-1 (성수동2가) 1층", + "phone": "-", + "representativeMenu": "자장면", + "price": 5500, + "latitude": 37.54672907636821, + "longitude": 127.05466412141058, + "pageIndex": 51, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "10010", + "name": "옷수선하는날", + "categoryName": "세탁업", + "address": "서울특별시 구로구 신도림로11길 3 1층", + "phone": "02-824-3465", + "representativeMenu": "바짓단", + "price": 4000, + "latitude": 37.5081124464176, + "longitude": 126.880137500663, + "pageIndex": 293, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13641", @@ -2536,6 +4621,48 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "11158", + "name": "태왕세탁소", + "categoryName": "세탁업", + "address": "대구광역시 동구 동북로 500 603-115(효목동, 태왕메트로시티)", + "phone": "053-751-1121", + "representativeMenu": "코트드라이", + "price": 6000, + "latitude": 35.8793390239392, + "longitude": 128.63986503947, + "pageIndex": 24, + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "18906", + "name": "커피로 그리는 꿈 협동조합", + "categoryName": "기타요식업", + "address": "서울특별시 성동구 상원6나길 22-11 (성수동1가) 1층", + "phone": "-", + "representativeMenu": "아메리카노", + "price": 3000, + "latitude": 37.547690790937395, + "longitude": 127.04999118729668, + "pageIndex": 52, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "323", + "name": "토탈헤어샵", + "categoryName": "미용업", + "address": "서울특별시 구로구 오류로8길 83 1층", + "phone": "02-2688-1717", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.4930552811142, + "longitude": 126.844556475418, + "pageIndex": 300, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "11235", "name": "빠삐용 베이커리", @@ -2551,32 +4678,46 @@ "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": "10314", + "name": "큰별미용실", + "categoryName": "미용업", + "address": "강원특별자치도 춘천시 춘천로81번길 38 (약사동)", + "phone": "033-244-5538", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.8733413714153, + "longitude": 127.722242900467, + "pageIndex": 24, + "regionCode": "51", + "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": "14364", + "name": "코너스톤", + "categoryName": "기타요식업", + "address": "서울특별시 성동구 용답길 169-1 (용답동) 1층", + "phone": "02-2249-9445", + "representativeMenu": "아메리카노", + "price": 3000, + "latitude": 37.56378766446642, + "longitude": 127.05596389673978, + "pageIndex": 52, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "324", + "name": "해바라기", + "categoryName": "미용업", + "address": "서울특별시 구로구 구로동로 9-17", + "phone": "02-862-7208", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.4827403074377, + "longitude": 126.886075777069, + "pageIndex": 302, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10172", @@ -2593,19 +4734,103 @@ "regionName": "세종특별자치시" }, { - "bsshSn": "10198", - "name": "모란반점", - "categoryName": "중식", - "address": "세종특별자치시 보듬3로 104-11 202호(아름동, 행복프라자)", - "phone": "044-867-2477", - "representativeMenu": "자장면", + "bsshSn": "6798", + "name": "안태관크리닝", + "categoryName": "세탁업", + "address": "경상남도 창원시 성산구 창이대로901번길 30 (대방동)", + "phone": "055-274-4163", + "representativeMenu": "와이셔츠", + "price": 1500, + "latitude": 35.205287368452, + "longitude": 128.710233251066, + "pageIndex": 24, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "253", + "name": "겨울나그네", + "categoryName": "양식", + "address": "서울특별시 광진구 능동로 147-1 (화양동)", + "phone": "02-498-3650", + "representativeMenu": "돈까스", "price": 5500, - "latitude": 36.5123101279615, + "latitude": 37.5440353858273, + "longitude": 127.072221992568, + "pageIndex": 54, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11065", + "name": "홍진미용실", + "categoryName": "미용업", + "address": "서울특별시 구로구 서해안로24길 29", + "phone": "02-261-6973", + "representativeMenu": "커트(여성)", + "price": 5000, + "latitude": 37.4892814028654, + "longitude": 126.83936111268, + "pageIndex": 304, + "regionCode": "11", + "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": "14293", + "name": "엠케이(MK)", + "categoryName": "미용업", + "address": "경상남도 창원시 진해구 돌리로 11-1 (석동) 1층", + "phone": "055-543-4053", + "representativeMenu": "남자커트", + "price": 7000, + "latitude": 35.159260712342196, + "longitude": 128.70067263906486, + "pageIndex": 24, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "243", + "name": "고은별", + "categoryName": "기타요식업", + "address": "서울특별시 광진구 자양로 177", + "phone": "02-453-4933", + "representativeMenu": "커피", + "price": 3000, + "latitude": 37.5434577433462, + "longitude": 127.084336510516, + "pageIndex": 55, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "359", + "name": "G7크린랜드", + "categoryName": "세탁업", + "address": "서울특별시 금천구 금하로 29길 14", + "phone": "02-803-7600", + "representativeMenu": "정장한벌", + "price": 6000, + "latitude": 37.4507029326411, + "longitude": 126.912692926901, + "pageIndex": 305, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10195", "name": "무진장 황태칼국수", @@ -2620,6 +4845,48 @@ "regionCode": "36", "regionName": "세종특별자치시" }, + { + "bsshSn": "18129", + "name": "헐리우드헤어", + "categoryName": "미용업", + "address": "대구광역시 동구 동부로28길 29 (신천동) 1층", + "phone": "010-2939-8600", + "representativeMenu": "남성커트", + "price": 5000, + "latitude": 35.87307737674279, + "longitude": 128.62842860137818, + "pageIndex": 25, + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "18871", + "name": "기절초풍물닭갈비", + "categoryName": "한식", + "address": "서울특별시 광진구 자양로13길 88-1 (자양동) 1층", + "phone": "02-444-9222", + "representativeMenu": "조리라면", + "price": 4000, + "latitude": 37.533000029209944, + "longitude": 127.08018125555606, + "pageIndex": 56, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "372", + "name": "두산이발관", + "categoryName": "이용업", + "address": "서울특별시 금천구 가산로 99 가산위브아파트상가동 B01호", + "phone": "02-851-1057", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.4761567725398, + "longitude": 126.891289403751, + "pageIndex": 309, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "19000", "name": "구름빵집", @@ -2634,6 +4901,48 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "2291", + "name": "중흥세탁", + "categoryName": "세탁업", + "address": "광주광역시 서구 상무민주로 104 (쌍촌동)", + "phone": "062-385-2525", + "representativeMenu": "양복1벌드라이", + "price": 7000, + "latitude": 35.1600449837998, + "longitude": 126.860107162752, + "pageIndex": 25, + "regionCode": "29", + "regionName": "광주광역시" + }, + { + "bsshSn": "283", + "name": "능라도분식", + "categoryName": "한식", + "address": "서울특별시 광진구 천호대로110길 50 (능동)", + "phone": "02-455-0322", + "representativeMenu": "김밥", + "price": 2500, + "latitude": 37.5551457109101, + "longitude": 127.079074919213, + "pageIndex": 57, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "374", + "name": "수미용실", + "categoryName": "미용업", + "address": "서울특별시 금천구 탑골로 6-1 (시흥동)", + "phone": "02-896-8960", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.4509800536914, + "longitude": 126.910365045517, + "pageIndex": 314, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16201", "name": "국수명가", @@ -2648,6 +4957,48 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "2796", + "name": "당구사랑", + "categoryName": "기타비요식업", + "address": "대전광역시 중구 계룡로904번안길 42 (문화동) 2층(대흥동)", + "phone": "070-7722-4530", + "representativeMenu": "시간당", + "price": 7300, + "latitude": 36.3194243996037, + "longitude": 127.41427284523587, + "pageIndex": 25, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "244", + "name": "달디빈", + "categoryName": "기타요식업", + "address": "서울특별시 광진구 능동로39길 11 1층", + "phone": "-", + "representativeMenu": "커피", + "price": 2500, + "latitude": 37.5585293444964, + "longitude": 127.079434892288, + "pageIndex": 57, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "375", + "name": "영화미용실", + "categoryName": "미용업", + "address": "서울특별시 금천구 독산로44길 15 (시흥동)", + "phone": "02-805-2864", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.4610878003624, + "longitude": 126.905629757098, + "pageIndex": 315, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "3384", "name": "국수촌", @@ -2663,47 +5014,103 @@ "regionName": "경기도" }, { - "bsshSn": "15487", - "name": "금란미용실", + "bsshSn": "3382", + "name": "에덴헤어", "categoryName": "미용업", - "address": "강원특별자치도 춘천시 둥지길 7 (효자동)", - "phone": "033-257-4174", + "address": "경기도 수원시 영통구 인계로 239 상가지하1층1호(매탄동,매탄성일아파트)", + "phone": "031-211-5777", "representativeMenu": "커트", - "price": 10000, - "latitude": 37.874828386296336, - "longitude": 127.73569431782938, - "pageIndex": 4, - "regionCode": "51", - "regionName": "강원특별자치도" + "price": 7000, + "latitude": 37.2650653259133, + "longitude": 127.043340637561, + "pageIndex": 25, + "regionCode": "41", + "regionName": "경기도" + }, + { + "bsshSn": "15272", + "name": "리플커피 건국대점", + "categoryName": "기타요식업", + "address": "서울특별시 광진구 광나루로24길 20 (화양동) 1층", + "phone": "02-455-5600", + "representativeMenu": "아메리카노", + "price": 1500, + "latitude": 37.54545205668764, + "longitude": 127.07631911192601, + "pageIndex": 58, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "362", + "name": "정훈사", + "categoryName": "세탁업", + "address": "서울특별시 금천구 독산로73길 9 (독산동)", + "phone": "02-839-8389", + "representativeMenu": "정장(상하)", + "price": 7000, + "latitude": 37.4677113489234, + "longitude": 126.901369284378, + "pageIndex": 319, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "10303", - "name": "금옥", + "bsshSn": "4358", + "name": "국수닭", "categoryName": "한식", - "address": "강원특별자치도 춘천시 동면 금옥길 289-27 1층", - "phone": "033-241-1791", - "representativeMenu": "막국수", - "price": 8000, - "latitude": 37.9229090212663, - "longitude": 127.80680948061, + "address": "강원특별자치도 춘천시 남춘로 36번길 48 (퇴계동)", + "phone": "033-262-6399", + "representativeMenu": "닭국수", + "price": 6500, + "latitude": 37.8615806593812, + "longitude": 127.735535866785, "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, + "bsshSn": "11110", + "name": "펑펑펑미용실", + "categoryName": "미용업", + "address": "강원특별자치도 춘천시 중앙로 70 (중앙로2가) (중앙로 2가)", + "phone": "033-251-2252", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.87932006522284, + "longitude": 127.72612296635172, + "pageIndex": 25, "regionCode": "51", "regionName": "강원특별자치도" }, + { + "bsshSn": "277", + "name": "마니아우동", + "categoryName": "한식", + "address": "서울특별시 광진구 긴고랑로 25 (중곡동)", + "phone": "02-465-2587", + "representativeMenu": "냉면", + "price": 7000, + "latitude": 37.5635316803178, + "longitude": 127.079296570847, + "pageIndex": 59, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "378", + "name": "착한 이발소", + "categoryName": "이용업", + "address": "서울특별시 금천구 독산로40길 37", + "phone": "-", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.4607492291303, + "longitude": 126.906573421637, + "pageIndex": 320, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15779", "name": "괴산식당", @@ -2718,6 +5125,48 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "2110", + "name": "동방클리닝", + "categoryName": "세탁업", + "address": "인천광역시 미추홀구 수봉로40 (숭의동)", + "phone": "032-873-1811", + "representativeMenu": "하의수선", + "price": 3000, + "latitude": 37.4627146018991, + "longitude": 126.656745557316, + "pageIndex": 26, + "regionCode": "28", + "regionName": "인천광역시" + }, + { + "bsshSn": "17194", + "name": "면곡당", + "categoryName": "기타요식업", + "address": "서울특별시 광진구 면목로17길 24 (중곡동) 1층", + "phone": "0502-5551-7961", + "representativeMenu": "커피(콜드브루)", + "price": 3400, + "latitude": 37.570621617769575, + "longitude": 127.0819900514536, + "pageIndex": 59, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "356", + "name": "체리당구클럽", + "categoryName": "기타비요식업", + "address": "서울특별시 금천구 시흥대로123길 7 지하1층", + "phone": "02-862-3282", + "representativeMenu": "당구이용료 10분당", + "price": 1400, + "latitude": 37.4701019566204, + "longitude": 126.897299140809, + "pageIndex": 321, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13537", "name": "국가대표", @@ -2732,6 +5181,48 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "16649", + "name": "한국세탁소", + "categoryName": "세탁업", + "address": "강원특별자치도 춘천시 가연길5번길 53 (근화동)", + "phone": "033-253-0585", + "representativeMenu": "양복상의", + "price": 5000, + "latitude": 37.87530110533454, + "longitude": 127.71662712885355, + "pageIndex": 26, + "regionCode": "51", + "regionName": "강원특별자치도" + }, + { + "bsshSn": "15555", + "name": "베이지크", + "categoryName": "기타요식업", + "address": "서울특별시 광진구 뚝섬로24길 21 (자양동) 1층", + "phone": "0507-1351-9020", + "representativeMenu": "아메리카노", + "price": 3000, + "latitude": 37.5354826790739, + "longitude": 127.06346313731117, + "pageIndex": 61, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "13377", + "name": "큐당구장", + "categoryName": "기타비요식업", + "address": "서울특별시 금천구 금하로 631-6 (시흥동) 4층", + "phone": "-", + "representativeMenu": "중대10분", + "price": 1300, + "latitude": 37.45514776832717, + "longitude": 126.90145590268175, + "pageIndex": 322, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15534", "name": "국수좋은날", @@ -2746,6 +5237,48 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "6445", + "name": "미스터임 미용실", + "categoryName": "미용업", + "address": "경상북도 포항시 북구 새천년대로 1123 217호", + "phone": "054-256-6137", + "representativeMenu": "커트", + "price": 7000, + "latitude": 36.0687922544783, + "longitude": 129.371880609921, + "pageIndex": 26, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "280", + "name": "보광식당", + "categoryName": "한식", + "address": "서울특별시 광진구 아차산로 341-1 (자양동) (자양동)", + "phone": "02-456-3707", + "representativeMenu": "된장찌개", + "price": 7000, + "latitude": 37.537331732095886, + "longitude": 127.08091171710089, + "pageIndex": 61, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "365", + "name": "현대컴퓨터세탁", + "categoryName": "세탁업", + "address": "서울특별시 금천구 벚꽃로56길 40", + "phone": "02-863-3719", + "representativeMenu": "상의", + "price": 5000, + "latitude": 37.4843502855592, + "longitude": 126.882817258748, + "pageIndex": 325, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13709", "name": "굼드림", @@ -2761,18 +5294,46 @@ "regionName": "충청북도" }, { - "bsshSn": "4910", - "name": "국빈4000냥미용실", + "bsshSn": "11134", + "name": "미헤어코디", "categoryName": "미용업", - "address": "충청남도 천안시 동남구 대흥로 132-2 (사직동)", - "phone": "-", + "address": "경상북도 포항시 북구 중흥로171번길 19 103호", + "phone": "054-281-8648", "representativeMenu": "커트", "price": 7000, - "latitude": 36.8008837521399, - "longitude": 127.148549025545, - "pageIndex": 4, - "regionCode": "44", - "regionName": "충청남도" + "latitude": 36.0204602416504, + "longitude": 129.353215183893, + "pageIndex": 26, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "274", + "name": "석기시대짜장마을", + "categoryName": "중식", + "address": "서울특별시 광진구 군자로 111", + "phone": "02-467-7123", + "representativeMenu": "자장면", + "price": 4000, + "latitude": 37.5529612679396, + "longitude": 127.072139956245, + "pageIndex": 63, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "15706", + "name": "현지옷수선", + "categoryName": "기타비요식업", + "address": "서울특별시 금천구 독산로33길 43 (시흥동) 1층", + "phone": "-", + "representativeMenu": "바지수선", + "price": 3000, + "latitude": 37.45659629315216, + "longitude": 126.90305865705578, + "pageIndex": 325, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13065", @@ -2788,6 +5349,48 @@ "regionCode": "44", "regionName": "충청남도" }, + { + "bsshSn": "6447", + "name": "박윤미헤어모드", + "categoryName": "미용업", + "address": "경상북도 포항시 북구 흥해읍 흥해로 73 박윤미헤어모드", + "phone": "054-262-6845", + "representativeMenu": "여성커트", + "price": 6000, + "latitude": 36.1112635560314, + "longitude": 129.347677020173, + "pageIndex": 27, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "275", + "name": "세종원", + "categoryName": "중식", + "address": "서울특별시 광진구 광나루로 373 (군자동)", + "phone": "02-499-1800", + "representativeMenu": "자장면", + "price": 6000, + "latitude": 37.5482417291505, + "longitude": 127.07158079852, + "pageIndex": 63, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "864", + "name": "신동아이발", + "categoryName": "이용업", + "address": "서울특별시 영등포구 영등포로12길 8 상가지층3호", + "phone": "02-263-4632", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.5223553689921, + "longitude": 126.887036959713, + "pageIndex": 339, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "11750", "name": "김밥하나", @@ -2803,18 +5406,46 @@ "regionName": "충청남도" }, { - "bsshSn": "18214", - "name": "란미용실", + "bsshSn": "2112", + "name": "반도미용실", "categoryName": "미용업", - "address": "전북특별자치도 전주시 완산구 공수내1길 7-2 (서서학동) 1층", - "phone": "070-4007-3960", + "address": "인천광역시 미추홀구 수봉로27번길 4 (숭의동)", + "phone": "032-867-9690", "representativeMenu": "커트", - "price": 10000, - "latitude": 35.805287710386786, - "longitude": 127.14763371176575, - "pageIndex": 4, - "regionCode": "52", - "regionName": "전북특별자치도" + "price": 5000, + "latitude": 37.4635759177619, + "longitude": 126.656574216114, + "pageIndex": 28, + "regionCode": "28", + "regionName": "인천광역시" + }, + { + "bsshSn": "15834", + "name": "옛골", + "categoryName": "한식", + "address": "서울특별시 광진구 자양로26길 10 (구의동) 1층", + "phone": "-", + "representativeMenu": "백반", + "price": 6000, + "latitude": 37.54175346209209, + "longitude": 127.08460314144905, + "pageIndex": 65, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "865", + "name": "역전이용소", + "categoryName": "이용업", + "address": "서울특별시 영등포구 여의대방로59길36", + "phone": "02-843-5172", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.5146709596847, + "longitude": 126.922413712297, + "pageIndex": 340, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "5437", @@ -2831,46 +5462,46 @@ "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": "2812", + "name": "렛미인머리하는날", + "categoryName": "미용업", + "address": "대전광역시 중구 보문로20번길 34 1층(문창동)", + "phone": "-", + "representativeMenu": "커트", + "price": 5000, + "latitude": 36.316024140332, + "longitude": 127.43799680735, + "pageIndex": 28, + "regionCode": "30", + "regionName": "대전광역시" }, { - "bsshSn": "15140", - "name": "대흥정", + "bsshSn": "18924", + "name": "옛날집", "categoryName": "한식", - "address": "전라남도 목포시 용당로216번길 25-1 (용당동) 대흥정", - "phone": "061-273-0414", - "representativeMenu": "백반", - "price": 8000, - "latitude": 34.80647798540608, - "longitude": 126.40112936933254, - "pageIndex": 4, - "regionCode": "46", - "regionName": "전라남도" + "address": "서울특별시 광진구 면목로17길 40 (중곡동) 1층", + "phone": "010-8714-5606", + "representativeMenu": "보리비빔밥", + "price": 7500, + "latitude": 37.57084535428605, + "longitude": 127.08107480965234, + "pageIndex": 66, + "regionCode": "11", + "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": "13261", + "name": "영희미용실", + "categoryName": "미용업", + "address": "서울특별시 영등포구 가마산로71길 11 (신길동) 1층", + "phone": "-", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.50704655133847, + "longitude": 126.90935260818654, + "pageIndex": 342, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10506", @@ -2886,6 +5517,48 @@ "regionCode": "46", "regionName": "전라남도" }, + { + "bsshSn": "11088", + "name": "모델헤어숍", + "categoryName": "미용업", + "address": "대전광역시 중구 대종로 237 (석교동)", + "phone": "042-285-2107", + "representativeMenu": "커트(학생)", + "price": 5000, + "latitude": 36.3096964297254, + "longitude": 127.441303445149, + "pageIndex": 28, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "297", + "name": "위락", + "categoryName": "한식", + "address": "서울특별시 광진구 능동로16길 50 1층 (화양동)", + "phone": "-", + "representativeMenu": "된장찌개", + "price": 6000, + "latitude": 37.5450828437467, + "longitude": 127.075883427175, + "pageIndex": 67, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "868", + "name": "헤어짱", + "categoryName": "미용업", + "address": "서울특별시 영등포구 당산로26길 1", + "phone": "02-263-0248", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.5246081114202, + "longitude": 126.896745603785, + "pageIndex": 347, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "6386", "name": "고을마당", @@ -2901,46 +5574,46 @@ "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": "4352", + "name": "현주헤어숍", + "categoryName": "미용업", + "address": "강원특별자치도 춘천시 효석로89번길 19 (석사동)", + "phone": "033-262-5535", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.8603183053788, + "longitude": 127.740632830673, + "pageIndex": 28, + "regionCode": "51", + "regionName": "강원특별자치도" }, { - "bsshSn": "6809", - "name": "낙동추어탕", + "bsshSn": "278", + "name": "이삭홍두깨칼국수", "categoryName": "한식", - "address": "경상남도 창원시 성산구 대정로35번길 4-1 (가음동, 정진상가)", - "phone": "055-286-5565", - "representativeMenu": "추어탕", - "price": 9000, - "latitude": 35.2078507245462, - "longitude": 128.698126634249, - "pageIndex": 4, - "regionCode": "48", - "regionName": "경상남도" + "address": "서울특별시 광진구 동일로72길 51 (중곡동)", + "phone": "02-464-8457", + "representativeMenu": "칼국수", + "price": 4500, + "latitude": 37.5653450430501, + "longitude": 127.080468294062, + "pageIndex": 68, + "regionCode": "11", + "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": "527", + "name": "경일크리닝", + "categoryName": "세탁업", + "address": "서울특별시 동작구 사당로28길 6", + "phone": "02-583-5205", + "representativeMenu": "세탁료", + "price": 7000, + "latitude": 37.4841740773502, + "longitude": 126.979550473951, + "pageIndex": 349, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15758", @@ -2956,6 +5629,48 @@ "regionCode": "50", "regionName": "제주특별자치도" }, + { + "bsshSn": "6335", + "name": "백남희미용실", + "categoryName": "미용업", + "address": "경상북도 포항시 남구 운하로48번길 12", + "phone": "054-283-2407", + "representativeMenu": "커트", + "price": 7000, + "latitude": 36.0289243123745, + "longitude": 129.376310010313, + "pageIndex": 28, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "11209", + "name": "자양다방", + "categoryName": "기타요식업", + "address": "서울특별시 광진구 자양로15길 100 1층", + "phone": "-", + "representativeMenu": "커피", + "price": 2000, + "latitude": 37.5347343376592, + "longitude": 127.078204571221, + "pageIndex": 69, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "528", + "name": "그린사", + "categoryName": "세탁업", + "address": "서울특별시 동작구 사당로14길 63 (사당동)", + "phone": "02-347-6974", + "representativeMenu": "양복세탁료", + "price": 7000, + "latitude": 37.4815500177429, + "longitude": 126.970376336604, + "pageIndex": 352, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "7018", "name": "굴무기낭", @@ -2971,106 +5686,106 @@ "regionName": "제주특별자치도" }, { - "bsshSn": "16044", - "name": "복코돼지", - "categoryName": "한식", - "address": "서울특별시 종로구 종로 232 (종로5가) 1층", - "phone": "02-2271-5989", - "representativeMenu": "김치찌개(점심)", + "bsshSn": "17731", + "name": "문화자이남성커트", + "categoryName": "이용업", + "address": "대전광역시 중구 산성로138번길 76 (문화동) 1층", + "phone": "042-582-0164", + "representativeMenu": "이용료", "price": 7000, - "latitude": 37.570761508765074, - "longitude": 127.00353272937728, - "pageIndex": 5, - "regionCode": "11", - "regionName": "서울특별시" + "latitude": 36.30978146594478, + "longitude": 127.40494291806534, + "pageIndex": 29, + "regionCode": "30", + "regionName": "대전광역시" }, { - "bsshSn": "17542", - "name": "불백당", + "bsshSn": "289", + "name": "종로한정식", "categoryName": "한식", - "address": "서울특별시 종로구 우정국로2길 34 (관철동) 1층", - "phone": "02-722-0086", - "representativeMenu": "고추장불백", - "price": 5500, - "latitude": 37.56946019643439, - "longitude": 126.98494601675547, - "pageIndex": 5, + "address": "서울특별시 광진구 아차산로 324", + "phone": "02-457-2411", + "representativeMenu": "된장찌개", + "price": 7000, + "latitude": 37.5374179594352, + "longitude": 127.078758734579, + "pageIndex": 70, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "958", - "name": "삼삼 뚝배기", - "categoryName": "한식", - "address": "서울특별시 종로구 동숭길 51 (동숭동)", - "phone": "02-765-4683", - "representativeMenu": "된장뚝배기", + "bsshSn": "13838", + "name": "대림농협(이용원)", + "categoryName": "이용업", + "address": "서울특별시 동작구 신대방길 64 (신대방동) 1층", + "phone": "02-846-8847", + "representativeMenu": "커트", "price": 7000, - "latitude": 37.5805564090189, - "longitude": 127.004190744723, - "pageIndex": 5, + "latitude": 37.488619159777016, + "longitude": 126.90987523625454, + "pageIndex": 356, "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": "7068", + "name": "귀빈반점", + "categoryName": "중식", + "address": "제주특별자치도 제주시 정원로 53-1 (노형동)", + "phone": "064-749-3080", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 33.4771339388759, + "longitude": 126.47755224554, + "pageIndex": 4, + "regionCode": "50", + "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": "4976", + "name": "컷팅클럽", + "categoryName": "미용업", + "address": "충청남도 천안시 서북구 쌍용16길 38-1 (쌍용동)", + "phone": "041-577-6804", + "representativeMenu": "커트(남성)", + "price": 7000, + "latitude": 36.7973479919996, + "longitude": 127.121368075414, + "pageIndex": 29, + "regionCode": "44", + "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": "276", + "name": "중국관", + "categoryName": "중식", + "address": "서울특별시 광진구 긴고랑로 39 (중곡동)", + "phone": "02-497-5276", + "representativeMenu": "짜장면", + "price": 4000, + "latitude": 37.5630759218576, + "longitude": 127.080677509112, + "pageIndex": 70, + "regionCode": "11", + "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": "13836", + "name": "더샾 명품세탁", + "categoryName": "세탁업", + "address": "서울특별시 동작구 장승배기로4길 9 (상도동, 상도 더샵아파트) 비동 101호", + "phone": "02-822-3460", + "representativeMenu": "바지", + "price": 4000, + "latitude": 37.501454508079284, + "longitude": 126.94243400189347, + "pageIndex": 357, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "1653", - "name": "뚱보집", + "name": "뚱보식당", "categoryName": "한식", "address": "부산광역시 중구 중앙대로 29번길 2-11 (중앙동)", "phone": "051-246-7466", @@ -3082,6 +5797,48 @@ "regionCode": "26", "regionName": "부산광역시" }, + { + "bsshSn": "14086", + "name": "유센스미용실", + "categoryName": "미용업", + "address": "경상남도 창원시 의창구 도계로 135 (명서동, 두산위브아파트) 103호(명서동, 두산위브주상가)", + "phone": "055-237-3177", + "representativeMenu": "커트", + "price": 5000, + "latitude": 35.253644932818126, + "longitude": 128.64271487786263, + "pageIndex": 29, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "15554", + "name": "차우동짜장", + "categoryName": "중식", + "address": "서울특별시 광진구 뚝섬로 472 (자양동) 1층", + "phone": "02-466-2006", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 37.536638685830155, + "longitude": 127.06282565119446, + "pageIndex": 71, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "531", + "name": "모아세탁소", + "categoryName": "세탁업", + "address": "서울특별시 동작구 사당로26길 106 1층(사당동)", + "phone": "02-585-0245", + "representativeMenu": "양복세탁료", + "price": 7500, + "latitude": 37.4790406394403, + "longitude": 126.977885058437, + "pageIndex": 361, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14627", "name": "밥맛나는집", @@ -3097,11 +5854,53 @@ "regionName": "대구광역시" }, { - "bsshSn": "17982", - "name": "배사공멸치국수", - "categoryName": "한식", - "address": "대구광역시 중구 관덕정길 10 (남산동) 남산동", - "phone": "053-422-8866", + "bsshSn": "6799", + "name": "유크리닝", + "categoryName": "세탁업", + "address": "경상남도 창원시 성산구 신사로 69 (신월동)", + "phone": "055-275-5630", + "representativeMenu": "와이셔츠", + "price": 2000, + "latitude": 35.223978308413, + "longitude": 128.692559978375, + "pageIndex": 29, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "290", + "name": "채움", + "categoryName": "한식", + "address": "서울특별시 광진구 군자로 104-1", + "phone": "02-462-8859", + "representativeMenu": "된장찌개", + "price": 7000, + "latitude": 37.5523503895716, + "longitude": 127.071699141373, + "pageIndex": 71, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "532", + "name": "백양세탁소", + "categoryName": "세탁업", + "address": "서울특별시 동작구 여의대방로22아길 30", + "phone": "02-816-9277", + "representativeMenu": "양복세탁료", + "price": 7000, + "latitude": 37.4962229416865, + "longitude": 126.924313273614, + "pageIndex": 363, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "17982", + "name": "배사공멸치국수", + "categoryName": "한식", + "address": "대구광역시 중구 관덕정길 10 (남산동) 남산동", + "phone": "053-422-8866", "representativeMenu": "잔치국수", "price": 6000, "latitude": 35.865329712937886, @@ -3111,32 +5910,46 @@ "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, + "bsshSn": "11074", + "name": "민지미용실", + "categoryName": "미용업", + "address": "대구광역시 서구 팔달로32길 13 (비산동)", + "phone": "053-357-9277", + "representativeMenu": "커트", + "price": 6000, + "latitude": 35.8876369879365, + "longitude": 128.567383743247, + "pageIndex": 30, "regionCode": "27", "regionName": "대구광역시" }, { - "bsshSn": "2007", - "name": "영생이용소", + "bsshSn": "16788", + "name": "청담커피 자양점", + "categoryName": "기타요식업", + "address": "서울특별시 광진구 뚝섬로52길 41 (자양동) 1층 청담커피", + "phone": "02-6952-0543", + "representativeMenu": "아메리카노", + "price": 2500, + "latitude": 37.53014726760224, + "longitude": 127.07889954566937, + "pageIndex": 72, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "10541", + "name": "비스타(vista)", "categoryName": "이용업", - "address": "대구광역시 중구 이천로 184-8 (대봉동)", - "phone": "053-425-9732", + "address": "서울특별시 동작구 동작대로35길 71 (사당동)", + "phone": "02-641-7716", "representativeMenu": "커트", - "price": 10000, - "latitude": 35.8575452270514, - "longitude": 128.598969402186, - "pageIndex": 5, - "regionCode": "27", - "regionName": "대구광역시" + "price": 7000, + "latitude": 37.4924521743835, + "longitude": 126.979018784942, + "pageIndex": 364, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14222", @@ -3152,6 +5965,48 @@ "regionCode": "28", "regionName": "인천광역시" }, + { + "bsshSn": "16256", + "name": "미쁜헤어", + "categoryName": "미용업", + "address": "대전광역시 중구 보문로 32-7 (문창동) 1층", + "phone": "042-282-0594", + "representativeMenu": "커트", + "price": 7000, + "latitude": 36.31427802418718, + "longitude": 127.43695504477428, + "pageIndex": 30, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "17341", + "name": "통영돌문어산곰장어", + "categoryName": "한식", + "address": "서울특별시 광진구 용마산로6길 9 (중곡동) 1층", + "phone": "02-452-5330", + "representativeMenu": "열무비빔밥", + "price": 7000, + "latitude": 37.557412021661776, + "longitude": 127.08863998274485, + "pageIndex": 72, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11155", + "name": "서정사", + "categoryName": "세탁업", + "address": "서울특별시 동작구 사당로16가길 24", + "phone": "02-584-2679", + "representativeMenu": "세탁료", + "price": 7000, + "latitude": 37.4832129931351, + "longitude": 126.972160965519, + "pageIndex": 366, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16743", "name": "삼시국수", @@ -3167,18 +6022,46 @@ "regionName": "인천광역시" }, { - "bsshSn": "14009", - "name": "소미국수", + "bsshSn": "2817", + "name": "미스터굿데이이용원", + "categoryName": "이용업", + "address": "대전광역시 중구 계백로 1540 (유천동)", + "phone": "042-531-2848", + "representativeMenu": "커트", + "price": 6000, + "latitude": 36.3166535408274, + "longitude": 127.391498207519, + "pageIndex": 30, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "282", + "name": "흥부농장", "categoryName": "한식", - "address": "인천광역시 중구 서해대로 486-2 (유동) 1층", - "phone": "032-773-1003", - "representativeMenu": "감자칼국수", - "price": 9000, - "latitude": 37.46916114263947, - "longitude": 126.63654581942478, - "pageIndex": 5, - "regionCode": "28", - "regionName": "인천광역시" + "address": "서울특별시 광진구 뚝섬로59길 81-2 (자양동)", + "phone": "02-343-3611", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.5355225542768, + "longitude": 127.082799348183, + "pageIndex": 74, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "535", + "name": "소망세탁소", + "categoryName": "세탁업", + "address": "서울특별시 동작구 여의대방로 28", + "phone": "02-835-6901", + "representativeMenu": "세탁료", + "price": 7000, + "latitude": 37.4952734394062, + "longitude": 126.911690497183, + "pageIndex": 367, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "19356", @@ -3194,6 +6077,48 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "4956", + "name": "코리아세탁소", + "categoryName": "세탁업", + "address": "충청남도 천안시 서북구 서부1길 58 (성정동)", + "phone": "041-577-3482", + "representativeMenu": "드라이", + "price": 7000, + "latitude": 36.8236082818583, + "longitude": 127.137792522824, + "pageIndex": 30, + "regionCode": "44", + "regionName": "충청남도" + }, + { + "bsshSn": "10395", + "name": "40년전통 그시절 그맛", + "categoryName": "한식", + "address": "서울특별시 동대문구 고산자로38길 25 (제기동) 경동시장 다-11", + "phone": "010-8205-2763", + "representativeMenu": "꽈배기(3개)", + "price": 2000, + "latitude": 37.58016480388146, + "longitude": 127.03986720453042, + "pageIndex": 75, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11156", + "name": "우성세탁소", + "categoryName": "세탁업", + "address": "서울특별시 동작구 노량진로28길 14", + "phone": "02-814-6462", + "representativeMenu": "양복세탁료", + "price": 7000, + "latitude": 37.5122177844634, + "longitude": 126.955046110351, + "pageIndex": 372, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2264", "name": "박순자녹두집", @@ -3208,6 +6133,48 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "6421", + "name": "비너스사우나", + "categoryName": "목욕업", + "address": "경상북도 포항시 북구 양학천로 19-14 비너스사우나", + "phone": "054-277-9174", + "representativeMenu": "목욕료(대인)", + "price": 7000, + "latitude": 36.0237795901857, + "longitude": 129.354871496771, + "pageIndex": 30, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "13398", + "name": "79번지국수집", + "categoryName": "한식", + "address": "서울특별시 동대문구 회기로13길 25 (회기동) 1층", + "phone": "02-6082-9494", + "representativeMenu": "닭칼국수", + "price": 7000, + "latitude": 37.59267895445311, + "longitude": 127.05097144631529, + "pageIndex": 75, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11054", + "name": "정아헤어샾", + "categoryName": "미용업", + "address": "서울특별시 동작구 매봉로155 (본동190-41)", + "phone": "02-824-2706", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.5114184410977, + "longitude": 126.951253891298, + "pageIndex": 377, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2265", "name": "반디식당", @@ -3222,6 +6189,48 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "1399", + "name": "황태자이용원", + "categoryName": "이용업", + "address": "부산광역시 서구 충무대로 286-1 (충무동1가)", + "phone": "051-231-5448", + "representativeMenu": "커트", + "price": 7000, + "latitude": 35.0961043703766, + "longitude": 129.024662008182, + "pageIndex": 31, + "regionCode": "26", + "regionName": "부산광역시" + }, + { + "bsshSn": "16091", + "name": "가위바위보떡볶이", + "categoryName": "한식", + "address": "서울특별시 동대문구 전농로 222 (전농동, 씨티빌라트)", + "phone": "070-8742-0006", + "representativeMenu": "라면", + "price": 4000, + "latitude": 37.58394430500011, + "longitude": 127.05361904793929, + "pageIndex": 76, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "558", + "name": "최신이용원", + "categoryName": "이용업", + "address": "서울특별시 동작구 사당로23아길 6 (사당동)", + "phone": "-", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.4909626686624, + "longitude": 126.970370358182, + "pageIndex": 381, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2564", "name": "뒤집어진뚝배기", @@ -3236,6 +6245,48 @@ "regionCode": "30", "regionName": "대전광역시" }, + { + "bsshSn": "2329", + "name": "대창온천", + "categoryName": "목욕업", + "address": "광주광역시 남구 월광길 43 (월산동)", + "phone": "062-366-3166", + "representativeMenu": "목욕료", + "price": 4000, + "latitude": 35.1449669422319, + "longitude": 126.89230786302, + "pageIndex": 31, + "regionCode": "29", + "regionName": "광주광역시" + }, + { + "bsshSn": "18249", + "name": "고대멸치국수", + "categoryName": "한식", + "address": "서울특별시 동대문구 제기로 2 (제기동)", + "phone": "02-928-9394", + "representativeMenu": "멸치국수", + "price": 7000, + "latitude": 37.58626198972733, + "longitude": 127.03311706112662, + "pageIndex": 77, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "537", + "name": "화이트세탁소", + "categoryName": "세탁업", + "address": "서울특별시 동작구 만양로19 상가동 137,138호(노량진동)", + "phone": "02-816-7515", + "representativeMenu": "수선(4,000~)", + "price": 4000, + "latitude": 37.5070717430905, + "longitude": 126.945718197277, + "pageIndex": 386, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16819", "name": "또와짬뽕", @@ -3250,6 +6301,48 @@ "regionCode": "30", "regionName": "대전광역시" }, + { + "bsshSn": "2336", + "name": "두리미용실", + "categoryName": "미용업", + "address": "광주광역시 남구 천변좌로552번길 21-1 (방림동)", + "phone": "062-651-4151", + "representativeMenu": "커트", + "price": 7000, + "latitude": 35.1315523063789, + "longitude": 126.922620825529, + "pageIndex": 31, + "regionCode": "29", + "regionName": "광주광역시" + }, + { + "bsshSn": "18248", + "name": "고향홍두깨손칼국수", + "categoryName": "한식", + "address": "서울특별시 동대문구 경동시장로10길 53 (제기동)", + "phone": "02-6339-8868", + "representativeMenu": "손칼국수", + "price": 5000, + "latitude": 37.58138850183611, + "longitude": 127.04368550795968, + "pageIndex": 77, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "168", + "name": "공단사우나", + "categoryName": "목욕업", + "address": "서울특별시 관악구 시흥대로 578 (신림동) 공단사우나", + "phone": "02-867-8665", + "representativeMenu": "목욕료", + "price": 7000, + "latitude": 37.48434402134444, + "longitude": 126.90311980650463, + "pageIndex": 390, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2575", "name": "마실", @@ -3265,18 +6358,46 @@ "regionName": "대전광역시" }, { - "bsshSn": "14774", - "name": "송림식당", + "bsshSn": "19302", + "name": "민헤어", + "categoryName": "미용업", + "address": "대전광역시 중구 대종로190번길 6 (석교동) 1층", + "phone": "042-284-2261", + "representativeMenu": "학생 커트", + "price": 5000, + "latitude": 36.307855636545504, + "longitude": 127.44622158259023, + "pageIndex": 31, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "18819", + "name": "국수천천히", "categoryName": "한식", - "address": "울산광역시 중구 성안6길 1 (성안동) 1층", - "phone": "052-246-8751", - "representativeMenu": "정식", - "price": 8000, - "latitude": 35.575033452695315, - "longitude": 129.31651249571607, - "pageIndex": 5, - "regionCode": "31", - "regionName": "울산광역시" + "address": "서울특별시 동대문구 서울시립대로28길 6 (전농동) 1층", + "phone": "02-2215-1025", + "representativeMenu": "멸치국수", + "price": 5000, + "latitude": 37.58248022110494, + "longitude": 127.05300099206838, + "pageIndex": 77, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "157", + "name": "미림17분칼라", + "categoryName": "기타비요식업", + "address": "서울특별시 관악구 호암로26길 1 (신림동)", + "phone": "02-871-7070", + "representativeMenu": "인화료", + "price": 300, + "latitude": 37.4709918069211, + "longitude": 126.933898672188, + "pageIndex": 403, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2994", @@ -3292,6 +6413,48 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "4924", + "name": "포인트미용실", + "categoryName": "미용업", + "address": "충청남도 천안시 동남구 공설시장2길 3 3층(대흥동)", + "phone": "041-567-8301", + "representativeMenu": "커트", + "price": 5000, + "latitude": 36.809026641418, + "longitude": 127.14934203827, + "pageIndex": 31, + "regionCode": "44", + "regionName": "충청남도" + }, + { + "bsshSn": "10378", + "name": "그린하우스", + "categoryName": "한식", + "address": "서울특별시 동대문구 전농로 219 (전농동)", + "phone": "02-2247-2247", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.58369688833996, + "longitude": 127.0532274604834, + "pageIndex": 78, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "170", + "name": "빨리셀프크리닝", + "categoryName": "세탁업", + "address": "서울특별시 관악구 신림로 224 (신림동)", + "phone": "02-872-8253", + "representativeMenu": "세탁료(양복1벌)", + "price": 3900, + "latitude": 37.477578628549, + "longitude": 126.936674835194, + "pageIndex": 407, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14577", "name": "순정분식", @@ -3307,18 +6470,46 @@ "regionName": "울산광역시" }, { - "bsshSn": "10174", - "name": "복조갈비", + "bsshSn": "6449", + "name": "사라헤어샵", + "categoryName": "미용업", + "address": "경상북도 포항시 북구 두호로 20번길 8 사라헤어샵", + "phone": "054-277-9216", + "representativeMenu": "커트", + "price": 7000, + "latitude": 36.0604459834189, + "longitude": 129.376517950705, + "pageIndex": 31, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "10352", + "name": "금복", "categoryName": "한식", - "address": "세종특별자치시 조치원읍 새내12길 51 1층", - "phone": "044-862-3890", - "representativeMenu": "육개장", - "price": 8000, - "latitude": 36.6026560183833, - "longitude": 127.300695361905, - "pageIndex": 5, - "regionCode": "36", - "regionName": "세종특별자치시" + "address": "서울특별시 동대문구 안암로20길 16 (제기동)", + "phone": "02-923-7844", + "representativeMenu": "김치찌개", + "price": 5500, + "latitude": 37.58737447659273, + "longitude": 127.03504769377918, + "pageIndex": 78, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "13775", + "name": "사랑방스튜디오", + "categoryName": "기타비요식업", + "address": "서울특별시 관악구 관천로12길 28-6 (신림동) 가윤 지하1층", + "phone": "0507-1305-4703", + "representativeMenu": "보컬방", + "price": 4000, + "latitude": 37.48577409857916, + "longitude": 126.92614544766838, + "pageIndex": 407, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "19176", @@ -3335,19 +6526,103 @@ "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", + "bsshSn": "14823", + "name": "사라헤어샵", + "categoryName": "미용업", + "address": "경상북도 포항시 북구 용흥로 63-4 (용흥동) 1층", + "phone": "-", + "representativeMenu": "커트(여성)", + "price": 5000, + "latitude": 36.035157651010955, + "longitude": 129.35288057548124, + "pageIndex": 31, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "10376", + "name": "김가네김밥", + "categoryName": "한식", + "address": "서울특별시 동대문구 서울시립대로16길 97-2 (전농동)", + "phone": "02-2245-6340", + "representativeMenu": "김가네김밥", + "price": 3000, + "latitude": 37.57782337357348, + "longitude": 127.05575878506123, + "pageIndex": 78, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "182", + "name": "수미용실", + "categoryName": "미용업", + "address": "서울특별시 관악구 남부순환로 1534 수미용실", + "phone": "02-866-2410", + "representativeMenu": "커트(학생)", + "price": 5000, + "latitude": 37.4827496745071, + "longitude": 126.921068034538, + "pageIndex": 410, + "regionCode": "11", + "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": "2113", + "name": "아빠이발관", + "categoryName": "이용업", + "address": "인천광역시 미추홀구 인주대로366번길 17 (주안동)", + "phone": "-", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.4505815918035, + "longitude": 126.677100250835, + "pageIndex": 32, + "regionCode": "28", + "regionName": "인천광역시" + }, + { + "bsshSn": "483", + "name": "까페뜨랑", + "categoryName": "기타요식업", + "address": "서울특별시 동대문구 제기로 130 (청량리동)", + "phone": "02-6949-3928", + "representativeMenu": "아메리카노", + "price": 2500, + "latitude": 37.58642702617338, + "longitude": 127.04748948131413, + "pageIndex": 78, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "17447", + "name": "아성당구장", + "categoryName": "기타비요식업", + "address": "서울특별시 관악구 호암로24길 41 (신림동) 지하1층", + "phone": "-", + "representativeMenu": "당구게임(10분)", + "price": 1000, + "latitude": 37.469623672014336, + "longitude": 126.93549896092203, + "pageIndex": 412, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14526", "name": "꼼빠도르", @@ -3363,18 +6638,46 @@ "regionName": "경기도" }, { - "bsshSn": "3367", - "name": "꽃씨미용실", + "bsshSn": "2338", + "name": "명동헤어센스", "categoryName": "미용업", - "address": "경기도 수원시 권선구 금호로15번길12 (금곡동)", - "phone": "031-297-6106", + "address": "광주광역시 남구 봉선로19번길 21 (봉선동)", + "phone": "062-675-3198", "representativeMenu": "커트", - "price": 10000, - "latitude": 37.2692497847657, - "longitude": 126.953624838044, - "pageIndex": 5, - "regionCode": "41", - "regionName": "경기도" + "price": 6000, + "latitude": 35.1317335784695, + "longitude": 126.905243090245, + "pageIndex": 32, + "regionCode": "29", + "regionName": "광주광역시" + }, + { + "bsshSn": "11344", + "name": "낙원떡방앗간", + "categoryName": "한식", + "address": "서울특별시 동대문구 회기로25길 11 (회기동)", + "phone": "02-964-2450", + "representativeMenu": "인절미(400g)", + "price": 3000, + "latitude": 37.590971093960796, + "longitude": 127.05497688177023, + "pageIndex": 79, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "184", + "name": "열린미용실", + "categoryName": "미용업", + "address": "서울특별시 관악구 난곡로40길 16 (신림동)", + "phone": "-", + "representativeMenu": "커트", + "price": 5000, + "latitude": 37.4752814192096, + "longitude": 126.917677423159, + "pageIndex": 413, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15303", @@ -3390,6 +6693,48 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "11089", + "name": "뷰티헤어샵", + "categoryName": "미용업", + "address": "대전광역시 중구 대둔산로386번길 15-5 1층 (산성동)", + "phone": "042-586-0858", + "representativeMenu": "커트(남)", + "price": 5000, + "latitude": 36.3039819599395, + "longitude": 127.387122428167, + "pageIndex": 32, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "18239", + "name": "난망베이킹스튜디오", + "categoryName": "기타요식업", + "address": "서울특별시 동대문구 사가정로 41-1 (답십리동) 3층", + "phone": "010-6639-8697", + "representativeMenu": "대만카스테라", + "price": 3500, + "latitude": 37.572980184516354, + "longitude": 127.05156599223547, + "pageIndex": 79, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11049", + "name": "착한 미용실 원.투.쓰리", + "categoryName": "미용업", + "address": "서울특별시 관악구 남부순환로 1620", + "phone": "02-424-2565", + "representativeMenu": "커트(남자)", + "price": 7000, + "latitude": 37.4841236353776, + "longitude": 126.930713125297, + "pageIndex": 422, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10304", "name": "낭만국시", @@ -3405,18 +6750,46 @@ "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": "3366", + "name": "정우세탁소", + "categoryName": "세탁업", + "address": "경기도 수원시 권선구 당수로189 (당수동)", + "phone": "031-416-5326", + "representativeMenu": "드라이(상의 또는 하의)", + "price": 2000, + "latitude": 37.2909063998983, + "longitude": 126.944116044227, + "pageIndex": 32, + "regionCode": "41", + "regionName": "경기도" + }, + { + "bsshSn": "506", + "name": "놀부만두", + "categoryName": "한식", + "address": "서울특별시 동대문구 망우로16길 15 (휘경동)", + "phone": "02-2241-7550", + "representativeMenu": "고기통만두(10개)", + "price": 7000, + "latitude": 37.58935268371408, + "longitude": 127.06148244815414, + "pageIndex": 79, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "10144", + "name": "착한세상미용실본점", + "categoryName": "미용업", + "address": "서울특별시 관악구 시흥대로 572 3층", + "phone": "02-154-4142", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.4838892721327, + "longitude": 126.90281628743, + "pageIndex": 422, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "4327", @@ -3433,18 +6806,46 @@ "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": "6452", + "name": "서광미용실", + "categoryName": "미용업", + "address": "경상북도 포항시 북구 삼호로 487-12", + "phone": "054-251-6273", + "representativeMenu": "여성커트", + "price": 5000, + "latitude": 36.0714358990339, + "longitude": 129.398489426393, + "pageIndex": 32, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "18242", + "name": "대광반점", + "categoryName": "중식", + "address": "서울특별시 동대문구 전농로 19-1 (답십리동) 1층", + "phone": "02-2214-2341", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 37.56685793779734, + "longitude": 127.0561402766234, + "pageIndex": 80, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "189", + "name": "행복한미용실", + "categoryName": "미용업", + "address": "서울특별시 관악구 양지2길 24 (신림동)", + "phone": "02-889-1882", + "representativeMenu": "커트", + "price": 6000, + "latitude": 37.4703649673001, + "longitude": 126.931825414743, + "pageIndex": 428, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "16059", @@ -3460,6 +6861,48 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "6800", + "name": "일신세탁", + "categoryName": "세탁업", + "address": "경상남도 창원시 성산구 삼정자로 81 213호(성주동)", + "phone": "055-262-1243", + "representativeMenu": "와이셔츠", + "price": 2000, + "latitude": 35.1983007101813, + "longitude": 128.715072523023, + "pageIndex": 32, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "18855", + "name": "디디카페", + "categoryName": "기타요식업", + "address": "서울특별시 동대문구 회기로21가길 10 (회기동) 1층 101호", + "phone": "0507-1483-1997", + "representativeMenu": "아메리카노", + "price": 1900, + "latitude": 37.59198193359728, + "longitude": 127.05360962878765, + "pageIndex": 80, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "12", + "name": "M&M미용실", + "categoryName": "미용업", + "address": "서울특별시 강남구 일원로3길 10 (일원1동)", + "phone": "02-341-3727", + "representativeMenu": "컷트", + "price": 7000, + "latitude": 37.4912248503892, + "longitude": 127.081547858424, + "pageIndex": 439, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "4746", "name": "금와가든", @@ -3474,6 +6917,48 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "19100", + "name": "넘버원 남성컷트", + "categoryName": "이용업", + "address": "부산광역시 동구 홍곡로91번길 6 (수정동)", + "phone": "0507-1369-0925", + "representativeMenu": "커트", + "price": 7000, + "latitude": 35.12614621917036, + "longitude": 129.04406141610724, + "pageIndex": 33, + "regionCode": "26", + "regionName": "부산광역시" + }, + { + "bsshSn": "18240", + "name": "따뜻한밥상 외대점", + "categoryName": "한식", + "address": "서울특별시 동대문구 이문로 58 (휘경동) 오스카빌딩 2층", + "phone": "0507-1354-2143", + "representativeMenu": "김치찌개", + "price": 3000, + "latitude": 37.592384712273564, + "longitude": 127.05779432976583, + "pageIndex": 81, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "15542", + "name": "단골미용실", + "categoryName": "미용업", + "address": "서울특별시 송파구 풍성로23길 42 (풍납동) 단골미용실", + "phone": "02-485-4936", + "representativeMenu": "미용료(커트)", + "price": 6000, + "latitude": 37.53712847610229, + "longitude": 127.12078234501743, + "pageIndex": 465, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16069", "name": "기쁨가득 엄마밥상", @@ -3489,18 +6974,46 @@ "regionName": "충청북도" }, { - "bsshSn": "15849", - "name": "김진헤어", + "bsshSn": "2819", + "name": "샤론미용실", "categoryName": "미용업", - "address": "충청북도 청주시 흥덕구 증안로 44 (복대동) 2층", - "phone": "043-239-4129", - "representativeMenu": "커트", - "price": 10000, - "latitude": 36.63652312339393, - "longitude": 127.42812791746137, - "pageIndex": 5, - "regionCode": "43", - "regionName": "충청북도" + "address": "대전광역시 중구 대종로 182 (석교동)", + "phone": "042-272-4421", + "representativeMenu": "커트(남)", + "price": 6000, + "latitude": 36.3075125040743, + "longitude": 127.446764835617, + "pageIndex": 33, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "14391", + "name": "또래가마솥해장국", + "categoryName": "한식", + "address": "서울특별시 동대문구 제기로 15 (제기동)", + "phone": "02-924-9319", + "representativeMenu": "해장국", + "price": 7000, + "latitude": 37.58663659350062, + "longitude": 127.03463790145233, + "pageIndex": 81, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11157", + "name": "새서울세탁소", + "categoryName": "세탁업", + "address": "서울특별시 송파구 동남로 17길 11 1층", + "phone": "02-814-8194", + "representativeMenu": "양복세탁료", + "price": 7000, + "latitude": 37.4967563068702, + "longitude": 127.131187303406, + "pageIndex": 472, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "19313", @@ -3517,18 +7030,46 @@ "regionName": "충청남도" }, { - "bsshSn": "18220", - "name": "만족", + "bsshSn": "2808", + "name": "석교세탁소", + "categoryName": "세탁업", + "address": "대전광역시 중구 돌다리로17 (석교동)", + "phone": "042-274-3382", + "representativeMenu": "세탁료(상의)", + "price": 6000, + "latitude": 36.3080777274917, + "longitude": 127.441719431526, + "pageIndex": 33, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "507", + "name": "명물식당", "categoryName": "한식", - "address": "전북특별자치도 전주시 완산구 안터6길 41 (서신동) 1층", - "phone": "0507-1358-5650", - "representativeMenu": "비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심)", - "price": 8000, - "latitude": 35.8300315070019, - "longitude": 127.11645550914488, - "pageIndex": 5, - "regionCode": "52", - "regionName": "전북특별자치도" + "address": "서울특별시 동대문구 답십리로51길 8-4 (답십리동)", + "phone": "02-2212-4039", + "representativeMenu": "백반", + "price": 6000, + "latitude": 37.573253667475235, + "longitude": 127.05873688627321, + "pageIndex": 81, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "801", + "name": "샬롬미용실", + "categoryName": "미용업", + "address": "서울특별시 송파구 백제고분로15길14-1 샬롬미용실", + "phone": "02-419-6540", + "representativeMenu": "미용료(커트)", + "price": 7000, + "latitude": 37.5066542934978, + "longitude": 127.08514492095, + "pageIndex": 472, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "5425", @@ -3545,74 +7086,46 @@ "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": "6339", + "name": "성동이용소", + "categoryName": "이용업", + "address": "경상북도 포항시 남구 상도로8번길 17", + "phone": "-", + "representativeMenu": "성인조발", + "price": 5000, + "latitude": 36.0099590998095, + "longitude": 129.353648859394, + "pageIndex": 33, + "regionCode": "47", + "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": "16156", + "name": "명성식당", + "categoryName": "한식", + "address": "서울특별시 동대문구 무학로 142-2 (용두동) 1층", + "phone": "02-922-3192", + "representativeMenu": "백반", + "price": 7000, + "latitude": 37.576986767908934, + "longitude": 127.03083152169971, + "pageIndex": 82, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "15151", - "name": "몽헤어갤러리", + "bsshSn": "806", + "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": "전라남도" + "address": "서울특별시 송파구 토성로 38-6 상가 301호 (풍납동, 한강극동아파트)", + "phone": "02-471-2932", + "representativeMenu": "미용료(커트)", + "price": 5000, + "latitude": 37.5294607910398, + "longitude": 127.114054184816, + "pageIndex": 479, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "6388", @@ -3628,6 +7141,48 @@ "regionCode": "47", "regionName": "경상북도" }, + { + "bsshSn": "10023", + "name": "두발할인점", + "categoryName": "이용업", + "address": "부산광역시 동구 초량로13번길 43 2층(초량동)", + "phone": "-", + "representativeMenu": "컷트(일반)", + "price": 6000, + "latitude": 35.1171147206159, + "longitude": 129.039440222969, + "pageIndex": 34, + "regionCode": "26", + "regionName": "부산광역시" + }, + { + "bsshSn": "18820", + "name": "밥이야기", + "categoryName": "한식", + "address": "서울특별시 동대문구 한천로33길 21 (답십리동) 1층", + "phone": "02-3394-7433", + "representativeMenu": "특정식(10찬)", + "price": 7000, + "latitude": 37.57642809141042, + "longitude": 127.0669117429603, + "pageIndex": 82, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "10660", + "name": "챠밍미용실", + "categoryName": "미용업", + "address": "서울특별시 송파구 성내천로18길 3 챠밍미용실", + "phone": "02-400-6512", + "representativeMenu": "미용료(커트)", + "price": 7000, + "latitude": 37.4987100192311, + "longitude": 127.142863848529, + "pageIndex": 480, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16132", "name": "공원분식", @@ -3643,88 +7198,102 @@ "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": "15328", + "name": "보석사우나", + "categoryName": "목욕업", + "address": "광주광역시 남구 봉선중앙로124번길 24 (방림동) 보석사우나", + "phone": "062-671-7270", + "representativeMenu": "대인 목욕료", + "price": 7000, + "latitude": 35.13217245735194, + "longitude": 126.91327652898718, + "pageIndex": 34, + "regionCode": "29", + "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": "11215", + "name": "배트콩", + "categoryName": "기타요식업", + "address": "서울특별시 동대문구 경희대로4길 52 (회기동) 1층", + "phone": "02-6213-1835", + "representativeMenu": "아메리카노", + "price": 3000, + "latitude": 37.59154149876361, + "longitude": 127.0551418511356, + "pageIndex": 82, + "regionCode": "11", + "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": "17432", + "name": "더맨커트", + "categoryName": "이용업", + "address": "서울특별시 강동구 명일로 375 (명일동) 상가동 3층 40호", + "phone": "0507-1365-9814", + "representativeMenu": "남성커트(현금가 / 샴푸 불가)", + "price": 5000, + "latitude": 37.552045426490785, + "longitude": 127.14955997311392, + "pageIndex": 486, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "15129", - "name": "남원식당", - "categoryName": "한식", - "address": "경상남도 창원시 의창구 도계로83번길 6-24 (도계동) 1층", - "phone": "055-238-0517", - "representativeMenu": "가정식 백반", - "price": 8000, - "latitude": 35.25676280757884, - "longitude": 128.6403988733871, + "bsshSn": "14472", + "name": "다래성", + "categoryName": "중식", + "address": "경상남도 창원시 마산합포구 교방북2길 1 (교방동) 육일약국 인근", + "phone": "055-243-6166", + "representativeMenu": "짜장면", + "price": 7000, + "latitude": 35.2148898765735, + "longitude": 128.56421595996898, "pageIndex": 5, "regionCode": "48", "regionName": "경상남도" }, { - "bsshSn": "17648", - "name": "뉴헤어라인 이용원", + "bsshSn": "10317", + "name": "더맨", "categoryName": "이용업", - "address": "경상남도 창원시 진해구 제황로 83-1 (충무동) 1층", - "phone": "0507-1405-1427", - "representativeMenu": "남성커트", - "price": 9000, - "latitude": 35.15172782098772, - "longitude": 128.66680204776503, - "pageIndex": 5, - "regionCode": "48", - "regionName": "경상남도" + "address": "강원특별자치도 원주시 치악고교길 28", + "phone": "033-766-9494", + "representativeMenu": "성인컷(남성)", + "price": 7000, + "latitude": 37.315502711512, + "longitude": 127.960254250974, + "pageIndex": 34, + "regionCode": "51", + "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": "11549", + "name": "버드나무순대국", + "categoryName": "한식", + "address": "서울특별시 동대문구 휘경로2길 42 (이문동) 1층", + "phone": "02-960-2932", + "representativeMenu": "순대국밥", + "price": 7000, + "latitude": 37.59439437972906, + "longitude": 127.05998891253705, + "pageIndex": 82, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "11043", + "name": "새나라머리방", + "categoryName": "미용업", + "address": "서울특별시 강동구 천호옛길 51 1층 102호(성내동)", + "phone": "02-482-3422", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.5338984088961, + "longitude": 127.123367445875, + "pageIndex": 490, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "11423", @@ -3741,44 +7310,44 @@ "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": "5347", + "name": "수경미용실", + "categoryName": "미용업", + "address": "전북특별자치도 익산시 무왕로12길 6 수경미용실", + "phone": "063-857-5171", + "representativeMenu": "커트(학생)", + "price": 4000, + "latitude": 35.9606322004805, + "longitude": 126.965317008185, + "pageIndex": 34, + "regionCode": "52", + "regionName": "전북특별자치도" }, { - "bsshSn": "14004", - "name": "서울식당", + "bsshSn": "13727", + "name": "사나이뚝배기", "categoryName": "한식", - "address": "서울특별시 종로구 창신길 50 (창신동) 1층", - "phone": "02-764-7587", - "representativeMenu": "백반", - "price": 8000, - "latitude": 37.57383386363352, - "longitude": 127.01070027218017, - "pageIndex": 6, + "address": "서울특별시 동대문구 경희대로4길 5 (회기동) 1층", + "phone": "02-963-2407", + "representativeMenu": "된장뚝배기", + "price": 6300, + "latitude": 37.592580690345116, + "longitude": 127.05289457873386, + "pageIndex": 83, "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, + "bsshSn": "17426", + "name": "오밀공방", + "categoryName": "기타비요식업", + "address": "서울특별시 강동구 풍성로35길 10 (성내동) 102호", + "phone": "0507-1383-8340", + "representativeMenu": "카네이션비누", + "price": 5500, + "latitude": 37.532613651001334, + "longitude": 127.12460978633963, + "pageIndex": 492, "regionCode": "11", "regionName": "서울특별시" }, @@ -3797,46 +7366,102 @@ "regionName": "부산광역시" }, { - "bsshSn": "17051", - "name": "미향장어탕", + "bsshSn": "6815", + "name": "조크리닝", + "categoryName": "세탁업", + "address": "경상남도 창원시 의창구 도계로 120 (도계동, 지하)", + "phone": "055-237-4005", + "representativeMenu": "정장한벌", + "price": 5000, + "latitude": 35.2546036979377, + "longitude": 128.641412094309, + "pageIndex": 34, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "10387", + "name": "삼보닭꼬치", "categoryName": "한식", - "address": "부산광역시 중구 남포길 45-1 (남포동2가) 1층", - "phone": "0507-1430-2452", - "representativeMenu": "장어탕", - "price": 10000, - "latitude": 35.09811695918981, - "longitude": 129.03373733333655, + "address": "서울특별시 동대문구 한천로 186 (장안동)", + "phone": "010-6493-3450", + "representativeMenu": "파닭꼬치", + "price": 3500, + "latitude": 37.57746456123217, + "longitude": 127.06816795077384, + "pageIndex": 84, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "14837", + "name": "착한가격안경", + "categoryName": "기타비요식업", + "address": "서울특별시 강동구 성내로 11 (성내동) 1층", + "phone": "02-485-7677", + "representativeMenu": "뿔테", + "price": 4300, + "latitude": 37.53050635321287, + "longitude": 127.12216786584726, + "pageIndex": 494, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "1638", + "name": "석기시대", + "categoryName": "중식", + "address": "부산광역시 중구 동광길 75-1 1층(동광동5가)", + "phone": "-", + "representativeMenu": "만둣국", + "price": 7000, + "latitude": 35.1061565412503, + "longitude": 129.034868484553, "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": "2331", + "name": "사직세탁소", + "categoryName": "세탁업", + "address": "광주광역시 남구 백서로 55 (양림동)", + "phone": "062-651-8065", + "representativeMenu": "세탁료", + "price": 5000, + "latitude": 35.1380269781899, + "longitude": 126.914314672375, + "pageIndex": 36, + "regionCode": "29", + "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": "485", + "name": "서울쉬퐁", + "categoryName": "기타요식업", + "address": "서울특별시 동대문구 한천로63길 17 (이문동) 1층", + "phone": "02-966-2539", + "representativeMenu": "아메리카노", + "price": 2500, + "latitude": 37.60394823824401, + "longitude": 127.06653078603297, + "pageIndex": 84, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "16280", + "name": "청년이발", + "categoryName": "이용업", + "address": "서울특별시 강동구 천호대로176길 54 (성내동) 1층 102호", + "phone": "0507-1305-4552", + "representativeMenu": "커트", + "price": 7000, + "latitude": 37.53209079493844, + "longitude": 127.13543826757437, + "pageIndex": 495, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10074", @@ -3852,6 +7477,48 @@ "regionCode": "27", "regionName": "대구광역시" }, + { + "bsshSn": "11014", + "name": "착한사진관", + "categoryName": "기타비요식업", + "address": "경기도 수원시 팔달구 동말로 72 나동 2층", + "phone": "031-248-6801", + "representativeMenu": "인화", + "price": 500, + "latitude": 37.2785780425404, + "longitude": 127.002089847724, + "pageIndex": 36, + "regionCode": "41", + "regionName": "경기도" + }, + { + "bsshSn": "11305", + "name": "서희", + "categoryName": "중식", + "address": "서울특별시 동대문구 사가정로23길 64 (장안동, 성우스타팰리스) 105-101", + "phone": "02-2212-8877", + "representativeMenu": "자장면(현금)", + "price": 5500, + "latitude": 37.58163338009504, + "longitude": 127.07003011308035, + "pageIndex": 84, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "86", + "name": "하나야 플라워앤공방", + "categoryName": "기타비요식업", + "address": "서울특별시 강동구 상암로41길 67 (천호동, MAIBAUM 천호동아파트) 103호", + "phone": "02-471-4769", + "representativeMenu": "아로마오일", + "price": 4500, + "latitude": 37.54922798964577, + "longitude": 127.14115057178986, + "pageIndex": 496, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "17977", "name": "와래이수제꼬치전문점", @@ -3867,61 +7534,243 @@ "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": "3422", + "name": "챠밍미용실", + "categoryName": "미용업", + "address": "경기도 수원시 팔달구 매산로 101 (교동)", + "phone": "031-257-3733", + "representativeMenu": "컷트", + "price": 7000, + "latitude": 37.2707773453951, + "longitude": 127.01179750315, + "pageIndex": 36, + "regionCode": "41", + "regionName": "경기도" }, { - "bsshSn": "2225", - "name": "신포대패", + "bsshSn": "11555", + "name": "세진식당", "categoryName": "한식", - "address": "인천광역시 중구 개항로 23 (관동3가)", - "phone": "032-765-5237", - "representativeMenu": "신포대패(120g)", + "address": "서울특별시 동대문구 서울시립대로 61-4 (전농동)", + "phone": "02-2215-0305", + "representativeMenu": "백반", "price": 6000, - "latitude": 37.4719246800065, - "longitude": 126.625275097774, - "pageIndex": 6, - "regionCode": "28", - "regionName": "인천광역시" + "latitude": 37.57682883460906, + "longitude": 127.04777654203231, + "pageIndex": 85, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "2235", - "name": "신포화로구이", - "categoryName": "한식", - "address": "인천광역시 중구 신포로 27번길 16 (관동3가)", - "phone": "032-777-0099", - "representativeMenu": "김치찌개", - "price": 7500, - "latitude": 37.4719823087487, - "longitude": 126.624610999499, + "bsshSn": "14625", + "name": "용정반점", + "categoryName": "중식", + "address": "대구광역시 중구 중앙대로 376-16 (덕산동) .", + "phone": "053-423-8118", + "representativeMenu": "쇠고기짜장면", + "price": 5500, + "latitude": 35.8664000572041, + "longitude": 128.5943258541125, "pageIndex": 6, - "regionCode": "28", - "regionName": "인천광역시" + "regionCode": "27", + "regionName": "대구광역시" }, { - "bsshSn": "2226", - "name": "신흥숯불갈비", - "categoryName": "한식", - "address": "인천광역시 중구 서해대로454번길 14-2 (선화동)", - "phone": "032-883-7717", - "representativeMenu": "냉면", - "price": 10000, - "latitude": 37.4656929791796, - "longitude": 126.636120369468, + "bsshSn": "4734", + "name": "원미용실", + "categoryName": "미용업", + "address": "충청북도 청주시 청원구 율봉로94번길 27 (율량동)", + "phone": "043-212-4200", + "representativeMenu": "커트(여)", + "price": 5000, + "latitude": 36.6654896584325, + "longitude": 127.480643814831, + "pageIndex": 36, + "regionCode": "43", + "regionName": "충청북도" + }, + { + "bsshSn": "18856", + "name": "시루앤도마", + "categoryName": "기타요식업", + "address": "서울특별시 동대문구 제기로 131 (청량리동, 한신아파트) 121동 1층 6호", + "phone": "010-7272-7777", + "representativeMenu": "호두강정", + "price": 3000, + "latitude": 37.587270026787095, + "longitude": 127.04826367370279, + "pageIndex": 85, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "2018", + "name": "우리할매칼국수", + "categoryName": "한식", + "address": "대구광역시 중구 남산로7길 44 (남산)", + "phone": "053-255-8802", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 35.8587866686385, + "longitude": 128.580391726297, + "pageIndex": 6, + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "13069", + "name": "이리안경", + "categoryName": "기타비요식업", + "address": "전북특별자치도 익산시 선화로 329 (마동) 1층, 이리안경", + "phone": "063-837-0121", + "representativeMenu": "안경테", + "price": 5000, + "latitude": 35.945954477637, + "longitude": 126.96596579550369, + "pageIndex": 36, + "regionCode": "52", + "regionName": "전북특별자치도" + }, + { + "bsshSn": "11304", + "name": "신라방마라탕 장안동맛집", + "categoryName": "중식", + "address": "서울특별시 동대문구 천호대로79길 66 (장안동)", + "phone": "02-2212-9991", + "representativeMenu": "마라탕", + "price": 7000, + "latitude": 37.56504359478191, + "longitude": 127.06448608529534, + "pageIndex": 86, + "regionCode": "11", + "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": "5725", + "name": "원경미용실", + "categoryName": "미용업", + "address": "전라남도 여수시 덕충2길 68-12 (덕충동)", + "phone": "061-663-5435", + "representativeMenu": "커트(성인여성)", + "price": 7000, + "latitude": 34.7538965380339, + "longitude": 127.737162019308, + "pageIndex": 36, + "regionCode": "46", + "regionName": "전라남도" + }, + { + "bsshSn": "16098", + "name": "아리랑동가스", + "categoryName": "양식", + "address": "서울특별시 동대문구 이문로28길 13 (이문동)", + "phone": "02-3295-2897", + "representativeMenu": "마늘돈까스", + "price": 6500, + "latitude": 37.59561543618536, + "longitude": 127.06063764607374, + "pageIndex": 87, + "regionCode": "11", + "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": "6455", + "name": "송죽미용실", + "categoryName": "미용업", + "address": "경상북도 포항시 북구 불종로 7 송죽미용실", + "phone": "-", + "representativeMenu": "커트", + "price": 3000, + "latitude": 36.0392361815661, + "longitude": 129.360350348365, + "pageIndex": 36, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "495", + "name": "영칼국수", + "categoryName": "한식", + "address": "서울특별시 동대문구 답십리로51길 10 (답십리동)", + "phone": "02-2213-0994", + "representativeMenu": "칼국수", + "price": 7000, + "latitude": 37.57342683203908, + "longitude": 127.05872117736355, + "pageIndex": 87, + "regionCode": "11", + "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": "11036", + "name": "수양장여관(수양탕)", + "categoryName": "목욕업", + "address": "경상북도 포항시 남구 장기면 양포항길 57 수양장여관(수양탕)", + "phone": "054-276-0849", + "representativeMenu": "목욕료(대인)", + "price": 6000, + "latitude": 35.8822200294769, + "longitude": 129.519595633821, + "pageIndex": 36, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "10374", + "name": "옛고을닭한마리", + "categoryName": "한식", + "address": "서울특별시 동대문구 사가정로 7 (답십리동) 1층", + "phone": "02-2215-1316", + "representativeMenu": "백반", + "price": 7000, + "latitude": 37.57060345934798, + "longitude": 127.04900645171843, + "pageIndex": 88, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2266", "name": "밥s", @@ -3937,32 +7786,32 @@ "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": "7051", + "name": "신촌미용실", + "categoryName": "미용업", + "address": "제주특별자치도 제주시 조천읍 신촌5길 24 신촌미용실", + "phone": "064-784-9656", + "representativeMenu": "커트", + "price": 7000, + "latitude": 33.5361287092002, + "longitude": 126.620987597157, + "pageIndex": 36, + "regionCode": "50", + "regionName": "제주특별자치도" }, { - "bsshSn": "2530", - "name": "머리카락&피부샵", - "categoryName": "미용업", - "address": "대전광역시 동구 동서대로 1692번길 153 (성남동)", - "phone": "-", - "representativeMenu": "미용료(여자커트)", - "price": 8000, - "latitude": 36.3424896102607, - "longitude": 127.438366074824, - "pageIndex": 6, - "regionCode": "30", - "regionName": "대전광역시" + "bsshSn": "10366", + "name": "오케이식당", + "categoryName": "한식", + "address": "서울특별시 동대문구 장한로18길 36 (장안동)", + "phone": "02-2213-3671", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 37.56752539395785, + "longitude": 127.07102172457361, + "pageIndex": 89, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "16081", @@ -3978,6 +7827,34 @@ "regionCode": "30", "regionName": "대전광역시" }, + { + "bsshSn": "11086", + "name": "여운영헤어메이크업 연구소", + "categoryName": "미용업", + "address": "대전광역시 중구 목중로 45-16 1층(목동)", + "phone": "042-226-7378", + "representativeMenu": "커트", + "price": 7000, + "latitude": 36.3371233081224, + "longitude": 127.408896639547, + "pageIndex": 38, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "16155", + "name": "용두동홍가네", + "categoryName": "한식", + "address": "서울특별시 동대문구 무학로 116 (용두동)", + "phone": "02-2243-2465", + "representativeMenu": "한식뷔페", + "price": 7000, + "latitude": 37.574482059067876, + "longitude": 127.03087524947837, + "pageIndex": 89, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16083", "name": "명동만두", @@ -3992,6 +7869,34 @@ "regionCode": "30", "regionName": "대전광역시" }, + { + "bsshSn": "13786", + "name": "코만도피싱", + "categoryName": "기타비요식업", + "address": "경상남도 창원시 진해구 명제로472번길 19-2 (제덕동) 1층 코만도피싱", + "phone": "010-8203-4556", + "representativeMenu": "먼바다 줄낚시바늘", + "price": 3000, + "latitude": 35.100912571878204, + "longitude": 128.7426294436375, + "pageIndex": 38, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "11216", + "name": "원더월커피로스터스", + "categoryName": "기타요식업", + "address": "서울특별시 동대문구 답십리로 80 (답십리동)", + "phone": "010-8754-6467", + "representativeMenu": "텀블러(to go) 아메리카노", + "price": 1500, + "latitude": 37.57473338785996, + "longitude": 127.04950893235026, + "pageIndex": 90, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2545", "name": "미가칼국수", @@ -4006,6 +7911,34 @@ "regionCode": "30", "regionName": "대전광역시" }, + { + "bsshSn": "14794", + "name": "국제당구장", + "categoryName": "기타비요식업", + "address": "인천광역시 연수구 앵고개로246번길 39-5 (동춘동) 4층 국제당구장", + "phone": "-", + "representativeMenu": "(기본)40분", + "price": 5000, + "latitude": 37.40710038806584, + "longitude": 126.67103903487067, + "pageIndex": 39, + "regionCode": "28", + "regionName": "인천광역시" + }, + { + "bsshSn": "18250", + "name": "이문동커피집 크럼블로스터스", + "categoryName": "기타요식업", + "address": "서울특별시 동대문구 이문로25길 39 (이문동) 1층", + "phone": "070-8776-4147", + "representativeMenu": "아메리카노", + "price": 2300, + "latitude": 37.59546788028201, + "longitude": 127.05733028386251, + "pageIndex": 91, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2995", "name": "엄마네뷔페", @@ -4020,6 +7953,34 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "2332", + "name": "유림종합크리닝", + "categoryName": "세탁업", + "address": "광주광역시 남구 월산로151번안길 1 (월산동)", + "phone": "062-367-3677", + "representativeMenu": "세탁료", + "price": 5000, + "latitude": 35.1504407632356, + "longitude": 126.89408750979, + "pageIndex": 39, + "regionCode": "29", + "regionName": "광주광역시" + }, + { + "bsshSn": "18515", + "name": "일심해장국 본점", + "categoryName": "한식", + "address": "서울특별시 동대문구 장한로 179 (장안동) 1층", + "phone": "02-2243-4525", + "representativeMenu": "해장국", + "price": 7000, + "latitude": 37.57648686602377, + "longitude": 127.0717319866918, + "pageIndex": 91, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16557", "name": "에뜨왈베이커리", @@ -4035,74 +7996,32 @@ "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": "세종세탁 명품", + "bsshSn": "3416", + "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": "세종특별자치시" + "address": "경기도 수원시 장안구 파장천로 12번길 36 (파장동)", + "phone": "031-244-8418", + "representativeMenu": "드라이클리닝(신사복)", + "price": 7000, + "latitude": 37.3059388183951, + "longitude": 126.995983701845, + "pageIndex": 39, + "regionCode": "41", + "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": "512", + "name": "장안골", + "categoryName": "한식", + "address": "서울특별시 동대문구 답십리로65길 124-3 (장안동) 1층", + "phone": "02-2242-9476", + "representativeMenu": "뚝배기불고기", + "price": 7000, + "latitude": 37.57818191527725, + "longitude": 127.07041173721838, + "pageIndex": 92, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10186", @@ -4119,18 +8038,32 @@ "regionName": "세종특별자치시" }, { - "bsshSn": "15882", - "name": "냉삼집", + "bsshSn": "16060", + "name": "주중이발관", + "categoryName": "이용업", + "address": "충청북도 청주시 상당구 대성로169번길 5 (수동) 1층", + "phone": "043-255-7160", + "representativeMenu": "커트(남)", + "price": 5000, + "latitude": 36.64034316454683, + "longitude": 127.49172435628653, + "pageIndex": 39, + "regionCode": "43", + "regionName": "충청북도" + }, + { + "bsshSn": "497", + "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": "경기도" + "address": "서울특별시 동대문구 이문로 166 (이문동) 캠퍼스빌 101호", + "phone": "02-966-0579", + "representativeMenu": "멸치국수", + "price": 5000, + "latitude": 37.60131518930494, + "longitude": 127.06226389136587, + "pageIndex": 93, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "3419", @@ -4147,88 +8080,32 @@ "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": "18342", + "name": "시티홀당구장", + "categoryName": "기타비요식업", + "address": "경상북도 포항시 북구 새마을로 28 (용흥동) 지하1층", + "phone": "010-6480-9518", + "representativeMenu": "10분 이용료", + "price": 1000, + "latitude": 36.03872313134781, + "longitude": 129.35694631105994, + "pageIndex": 39, + "regionCode": "47", + "regionName": "경상북도" }, { - "bsshSn": "10313", - "name": "더밥", + "bsshSn": "515", + "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": "충청북도" + "address": "서울특별시 동대문구 한천로14길 69 (장안동) 1층", + "phone": "02-2246-8987", + "representativeMenu": "백반", + "price": 7000, + "latitude": 37.56660165261301, + "longitude": 127.06651991212908, + "pageIndex": 93, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "4687", @@ -4244,6 +8121,34 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "2330", + "name": "정우사우나", + "categoryName": "목욕업", + "address": "광주광역시 남구 금화로422번길 41 (월산동)", + "phone": "062-361-3114", + "representativeMenu": "목욕료", + "price": 7000, + "latitude": 35.1405384908098, + "longitude": 126.893564520636, + "pageIndex": 40, + "regionCode": "29", + "regionName": "광주광역시" + }, + { + "bsshSn": "10381", + "name": "청량리할머니냉면", + "categoryName": "한식", + "address": "서울특별시 동대문구 왕산로37길 51 (제기동)", + "phone": "02-963-5362", + "representativeMenu": "냉면", + "price": 7000, + "latitude": 37.58228095120073, + "longitude": 127.04375491090488, + "pageIndex": 94, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "4747", "name": "나성불고기쌈밥", @@ -4259,46 +8164,32 @@ "regionName": "충청북도" }, { - "bsshSn": "4959", - "name": "남성커트오천", - "categoryName": "이용업", - "address": "충청남도 천안시 서북구 월봉로 66 (쌍용동)", + "bsshSn": "16808", + "name": "판앤펀(FaN&FuN)", + "categoryName": "기타비요식업", + "address": "경기도 수원시 팔달구 행궁로 35 (남창동) 101호", "phone": "-", - "representativeMenu": "커트", - "price": 7000, - "latitude": 36.7964851683758, - "longitude": 127.118063685574, - "pageIndex": 6, - "regionCode": "44", - "regionName": "충청남도" + "representativeMenu": "빠른 캐리커쳐(흑백)", + "price": 4000, + "latitude": 37.27944900171327, + "longitude": 127.01520405634496, + "pageIndex": 40, + "regionCode": "41", + "regionName": "경기도" }, { - "bsshSn": "4911", - "name": "남성컷트오천냥클럽", - "categoryName": "이용업", - "address": "충청남도 천안시 동남구 서부대로 257-3 105호(신방동)", - "phone": "041-572-5283", - "representativeMenu": "커트", + "bsshSn": "16162", + "name": "청정생고기집", + "categoryName": "한식", + "address": "서울특별시 동대문구 서울시립대로 121 (전농동)", + "phone": "02-2244-3467", + "representativeMenu": "삼겹살(150g)", "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": "충청남도" + "latitude": 37.5813115354497, + "longitude": 127.05167468958982, + "pageIndex": 94, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13848", @@ -4314,6 +8205,34 @@ "regionCode": "52", "regionName": "전북특별자치도" }, + { + "bsshSn": "5448", + "name": "남산이발관", + "categoryName": "이용업", + "address": "전북특별자치도 정읍시 초산로5", + "phone": "063-532-2923", + "representativeMenu": "커트", + "price": 7000, + "latitude": 35.560008923339, + "longitude": 126.851638110797, + "pageIndex": 40, + "regionCode": "52", + "regionName": "전북특별자치도" + }, + { + "bsshSn": "18244", + "name": "충청도식당", + "categoryName": "한식", + "address": "서울특별시 동대문구 경동시장로12길 26 (제기동)", + "phone": "02-959-1192", + "representativeMenu": "정식백반", + "price": 6000, + "latitude": 37.58207907922376, + "longitude": 127.04203783971076, + "pageIndex": 95, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13852", "name": "백운면아중점", @@ -4328,6 +8247,34 @@ "regionCode": "52", "regionName": "전북특별자치도" }, + { + "bsshSn": "18410", + "name": "머리사랑", + "categoryName": "이용업", + "address": "전북특별자치도 정읍시 태평6길 22-15 (시기동) 머리사랑", + "phone": "063-532-0335", + "representativeMenu": "커트", + "price": 6000, + "latitude": 35.562631727249226, + "longitude": 126.85476558074423, + "pageIndex": 40, + "regionCode": "52", + "regionName": "전북특별자치도" + }, + { + "bsshSn": "13400", + "name": "친친", + "categoryName": "중식", + "address": "서울특별시 동대문구 정릉천동로 58 (용두동, 롯데캐슬피렌체)", + "phone": "070-8960-9891", + "representativeMenu": "짜장면", + "price": 6000, + "latitude": 37.5771639443969, + "longitude": 127.03580933416836, + "pageIndex": 95, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "5414", "name": "빵굽는나라", @@ -4343,18 +8290,32 @@ "regionName": "전북특별자치도" }, { - "bsshSn": "5439", - "name": "서신정", + "bsshSn": "14297", + "name": "장군사진관", + "categoryName": "기타비요식업", + "address": "부산광역시 동구 초량로 72 (초량동) 1층", + "phone": "051-462-6534", + "representativeMenu": "여권사진", + "price": 5000, + "latitude": 35.12011402757092, + "longitude": 129.03500681026915, + "pageIndex": 41, + "regionCode": "26", + "regionName": "부산광역시" + }, + { + "bsshSn": "13393", + "name": "푸드김밥", "categoryName": "한식", - "address": "전북특별자치도 전주시 완산구 감나무4길 26", - "phone": "063-277-3455", - "representativeMenu": "고등어구이", - "price": 10000, - "latitude": 35.8317212468129, - "longitude": 127.119926240397, - "pageIndex": 6, - "regionCode": "52", - "regionName": "전북특별자치도" + "address": "서울특별시 동대문구 왕산로9길 6 (용두동)", + "phone": "02-929-4123", + "representativeMenu": "김밥", + "price": 2500, + "latitude": 37.577352181924674, + "longitude": 127.02794251747314, + "pageIndex": 96, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15145", @@ -4370,6 +8331,34 @@ "regionCode": "46", "regionName": "전라남도" }, + { + "bsshSn": "1926", + "name": "현대이용소", + "categoryName": "이용업", + "address": "대구광역시 서구 달서천로61길13 (비산동)", + "phone": "-", + "representativeMenu": "커트", + "price": 4000, + "latitude": 35.8859336334549, + "longitude": 128.568047259127, + "pageIndex": 41, + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "16093", + "name": "푸른하늘", + "categoryName": "한식", + "address": "서울특별시 동대문구 경희대로6길 3-4 (회기동)", + "phone": "02-966-3394", + "representativeMenu": "물냉면", + "price": 6500, + "latitude": 37.593546790515155, + "longitude": 127.0530751458377, + "pageIndex": 96, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "5609", "name": "삼국지", @@ -4384,6 +8373,34 @@ "regionCode": "46", "regionName": "전라남도" }, + { + "bsshSn": "17409", + "name": "구민회의 좋은아침", + "categoryName": "기타비요식업", + "address": "대구 남구 대명로57길 7 1층", + "phone": "053-623-0001", + "representativeMenu": "아메리카노", + "price": 2000, + "latitude": 35.8441090293176, + "longitude": 128.586764934534, + "pageIndex": 41, + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "16090", + "name": "행복한연탄구이", + "categoryName": "한식", + "address": "서울특별시 동대문구 답십리로 145-1 (답십리동)", + "phone": "02-2216-4861", + "representativeMenu": "라면", + "price": 4000, + "latitude": 37.573075434834955, + "longitude": 127.05632065426413, + "pageIndex": 96, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16968", "name": "서울대중", @@ -4398,6 +8415,34 @@ "regionCode": "46", "regionName": "전라남도" }, + { + "bsshSn": "2342", + "name": "좋은날헤어", + "categoryName": "미용업", + "address": "광주광역시 남구 독립로10번길 3 (백운동)", + "phone": "062-676-0056", + "representativeMenu": "커트", + "price": 7000, + "latitude": 35.13467361793, + "longitude": 126.901923408725, + "pageIndex": 41, + "regionCode": "29", + "regionName": "광주광역시" + }, + { + "bsshSn": "18247", + "name": "형제집칼국수", + "categoryName": "한식", + "address": "서울특별시 동대문구 사가정로25길 46 (장안동)", + "phone": "02-2216-7502", + "representativeMenu": "칼국수", + "price": 7000, + "latitude": 37.58079543205763, + "longitude": 127.07099071013515, + "pageIndex": 97, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "5617", "name": "손가네분식", @@ -4412,6 +8457,34 @@ "regionCode": "46", "regionName": "전라남도" }, + { + "bsshSn": "19283", + "name": "한마음탁구장", + "categoryName": "기타비요식업", + "address": "경상남도 창원시 의창구 명서로141번길 2 (명서동) 지하", + "phone": "055-288-8310", + "representativeMenu": "일일사용료(시간제한 없음)", + "price": 7000, + "latitude": 35.24518848644603, + "longitude": 128.64627917131114, + "pageIndex": 42, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "16149", + "name": "호미", + "categoryName": "한식", + "address": "서울특별시 동대문구 안암로20길 7-15 (제기동) 지하1층", + "phone": "010-8761-3297", + "representativeMenu": "참치김치찌개", + "price": 7000, + "latitude": 37.58802747170622, + "longitude": 127.03482903872096, + "pageIndex": 97, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "6374", "name": "국수마을", @@ -4426,6 +8499,34 @@ "regionCode": "47", "regionName": "경상북도" }, + { + "bsshSn": "18083", + "name": "오아시스노래연습장(노형점)", + "categoryName": "기타비요식업", + "address": "제주특별자치도 제주시 월랑로10길 1 (노형동) 오아시스노래연습장(노형점)", + "phone": "064-711-0478", + "representativeMenu": "코인(10분)", + "price": 1000, + "latitude": 33.4893592333874, + "longitude": 126.47630119616147, + "pageIndex": 42, + "regionCode": "50", + "regionName": "제주특별자치도" + }, + { + "bsshSn": "13391", + "name": "홍두깨손칼국수(청량리)", + "categoryName": "한식", + "address": "서울특별시 동대문구 왕산로 185 (청량리동) 1층", + "phone": "02-957-7734", + "representativeMenu": "손칼국수", + "price": 4000, + "latitude": 37.57990785905942, + "longitude": 127.0437870917468, + "pageIndex": 97, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14723", "name": "국시묵자", @@ -4441,46 +8542,32 @@ "regionName": "경상북도" }, { - "bsshSn": "10551", - "name": "굿맨", - "categoryName": "이용업", - "address": "경상북도 포항시 북구 아치로 57 상가동 101호 (우현동,화성아파트)", + "bsshSn": "13895", + "name": "천광당구클럽", + "categoryName": "기타비요식업", + "address": "대전광역시 중구 대종로 315 (부사동) 2층", "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": "경상북도" + "representativeMenu": "시간당", + "price": 6000, + "latitude": 36.31391018160053, + "longitude": 127.43410636933467, + "pageIndex": 43, + "regionCode": "30", + "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": "18516", + "name": "홍두깨칼국수(답십리동)", + "categoryName": "한식", + "address": "서울특별시 동대문구 전농로 99 (답십리동) 1층", + "phone": "02-2243-2734", + "representativeMenu": "손칼국수", + "price": 5000, + "latitude": 37.573895151532554, + "longitude": 127.05726590799888, + "pageIndex": 98, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13714", @@ -4496,6 +8583,34 @@ "regionCode": "48", "regionName": "경상남도" }, + { + "bsshSn": "18095", + "name": "삼광이용원", + "categoryName": "이용업", + "address": "강원특별자치도 원주시 삼광1길 9 (봉산동) 삼광이용원", + "phone": "0507-1372-1180", + "representativeMenu": "이발(뒷면도 포함)", + "price": 6000, + "latitude": 37.34256071350804, + "longitude": 127.96561782085058, + "pageIndex": 43, + "regionCode": "51", + "regionName": "강원특별자치도" + }, + { + "bsshSn": "18246", + "name": "홍두깨칼국수(제기동)", + "categoryName": "한식", + "address": "서울특별시 동대문구 왕산로 165 (제기동)", + "phone": "02-960-6126", + "representativeMenu": "칼국수", + "price": 4000, + "latitude": 37.57923386335034, + "longitude": 127.04162867525169, + "pageIndex": 98, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13719", "name": "다복식당", @@ -4511,10 +8626,38 @@ "regionName": "경상남도" }, { - "bsshSn": "6810", - "name": "다복한식부페", + "bsshSn": "14866", + "name": "25시플라워", + "categoryName": "기타비요식업", + "address": "충청남도 보령시 주공로 16 (명천동) 25시 플라워", + "phone": "041-933-9296", + "representativeMenu": "카네이션 1송이", + "price": 1500, + "latitude": 36.34483386692245, + "longitude": 126.60243927419342, + "pageIndex": 43, + "regionCode": "44", + "regionName": "충청남도" + }, + { + "bsshSn": "14499", + "name": "곰배령칼국수", "categoryName": "한식", - "address": "경상남도 창원시 성산구 동산로65번길 33 (상남동)", + "address": "서울특별시 중랑구 용마산로117길 54 (신내동) 1층", + "phone": "010-4175-9089", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 37.60000933540708, + "longitude": 127.09746561077974, + "pageIndex": 99, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "6810", + "name": "다복한식부페", + "categoryName": "한식", + "address": "경상남도 창원시 성산구 동산로65번길 33 (상남동)", "phone": "055-282-1212", "representativeMenu": "뷔페 1인", "price": 7000, @@ -4525,18 +8668,74 @@ "regionName": "경상남도" }, { - "bsshSn": "7201", - "name": "금천미용실", + "bsshSn": "6460", + "name": "엑스맨남성커트", + "categoryName": "이용업", + "address": "경상북도 포항시 북구 장량로263번길 45", + "phone": "-", + "representativeMenu": "남성커트", + "price": 5000, + "latitude": 36.0858153138458, + "longitude": 129.406799276468, + "pageIndex": 43, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "11221", + "name": "다이렉트커피", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 용마산로100길 35 (망우동) 1층", + "phone": "0507-0288-7263", + "representativeMenu": "커피", + "price": 2300, + "latitude": 37.59112764712891, + "longitude": 127.10012606552009, + "pageIndex": 100, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "15982", + "name": "다정다맛", + "categoryName": "한식", + "address": "경상남도 창원시 의창구 퇴촌로25번길 6-31 (사림동) 다정다맛", + "phone": "055-284-6114", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 35.24267515982134, + "longitude": 128.68959344279395, + "pageIndex": 6, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "1577", + "name": "강희정헤어공간", "categoryName": "미용업", - "address": "제주특별자치도 제주시 중앙로23길 6 .", - "phone": "064-758-9254", + "address": "부산광역시 영도구 태종로422번길 40 (청학2동)", + "phone": "051-413-1376", "representativeMenu": "커트", - "price": 10000, - "latitude": 33.5069619652156, - "longitude": 126.525476490278, - "pageIndex": 6, - "regionCode": "50", - "regionName": "제주특별자치도" + "price": 5000, + "latitude": 35.0888454498314, + "longitude": 129.066316325, + "pageIndex": 44, + "regionCode": "26", + "regionName": "부산광역시" + }, + { + "bsshSn": "16076", + "name": "담다", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 봉화산로4길 62 (중화동) 1층", + "phone": "-", + "representativeMenu": "아메리카노", + "price": 2500, + "latitude": 37.59915611624509, + "longitude": 127.0751578970956, + "pageIndex": 100, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "7019", @@ -4553,74 +8752,74 @@ "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": "영미용실", + "bsshSn": "1707", + "name": "예림미용실", "categoryName": "미용업", - "address": "서울특별시 종로구 지봉로 62 (숭인동)", - "phone": "02-743-6052", + "address": "대구광역시 남구 봉덕로20길 18 1층", + "phone": "053-471-6507", "representativeMenu": "커트", - "price": 8000, - "latitude": 37.5755618391963, - "longitude": 127.015850681862, - "pageIndex": 7, + "price": 7000, + "latitude": 35.8438001114813, + "longitude": 128.600691252393, + "pageIndex": 44, + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "14494", + "name": "대성식당", + "categoryName": "한식", + "address": "서울특별시 중랑구 면목로33길 14 (면목동) 1층", + "phone": "010-8962-7097", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.57679837613986, + "longitude": 127.08508904482112, + "pageIndex": 101, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "1655", - "name": "민아식당", + "bsshSn": "19454", + "name": "송훈돈까스", "categoryName": "한식", - "address": "부산광역시 중구 충장대로9번길 21-1 (중앙동4가)", - "phone": "051-462-1774", - "representativeMenu": "따로국밥", - "price": 9000, - "latitude": 35.107289725493, - "longitude": 129.037456085025, + "address": "부산광역시 중구 남포길 37-1 (남포동2가) 1층", + "phone": "051-253-7004", + "representativeMenu": "돈까스", + "price": 7000, + "latitude": 35.098363235389385, + "longitude": 129.03288554598774, "pageIndex": 7, "regionCode": "26", "regionName": "부산광역시" }, { - "bsshSn": "1638", - "name": "석기시대", + "bsshSn": "2824", + "name": "청춘헤어", + "categoryName": "미용업", + "address": "대전광역시 중구 유천로132 (태평동)", + "phone": "042-535-7754", + "representativeMenu": "커트(남)", + "price": 5000, + "latitude": 36.3242737971578, + "longitude": 127.395556644163, + "pageIndex": 44, + "regionCode": "30", + "regionName": "대전광역시" + }, + { + "bsshSn": "14504", + "name": "대흥각", "categoryName": "중식", - "address": "부산광역시 중구 동광길 75-1 1층(동광동5가)", - "phone": "-", - "representativeMenu": "만둣국", - "price": 7000, - "latitude": 35.1061565412503, - "longitude": 129.034868484553, - "pageIndex": 7, - "regionCode": "26", - "regionName": "부산광역시" + "address": "서울특별시 중랑구 동일로139길 7 (중화동) 1층", + "phone": "0507-1415-5215", + "representativeMenu": "자장면", + "price": 5000, + "latitude": 37.603360654414715, + "longitude": 127.07849409383937, + "pageIndex": 101, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "17050", @@ -4637,32 +8836,32 @@ "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": "2939", + "name": "상떼빌세탁소", + "categoryName": "세탁업", + "address": "울산광역시 북구 염포로 669 109호", + "phone": "052-289-0888", + "representativeMenu": "신사복상의", + "price": 3000, + "latitude": 35.5329399997956, + "longitude": 129.391149443352, + "pageIndex": 44, + "regionCode": "31", + "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": "16077", + "name": "동춘원", + "categoryName": "중식", + "address": "서울특별시 중랑구 망우로66길 57 (망우동) 1층", + "phone": "02-434-9454", + "representativeMenu": "자장면", + "price": 5000, + "latitude": 37.59695205479161, + "longitude": 127.09963096790973, + "pageIndex": 101, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14950", @@ -4679,18 +8878,116 @@ "regionName": "대구광역시" }, { - "bsshSn": "14012", - "name": "옹진찰밥", + "bsshSn": "13347", + "name": "행운미용실", + "categoryName": "미용업", + "address": "전라남도 여수시 공화북6길 16 (공화동) 행운미용실", + "phone": "061-662-1603", + "representativeMenu": "커트", + "price": 7000, + "latitude": 34.74870934817551, + "longitude": 127.74335483600659, + "pageIndex": 44, + "regionCode": "46", + "regionName": "전라남도" + }, + { + "bsshSn": "1028", + "name": "마션", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 봉화산로56길 69", + "phone": "-", + "representativeMenu": "커피", + "price": 2000, + "latitude": 37.6056814088478, + "longitude": 127.098096524041, + "pageIndex": 102, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "2013", + "name": "장성루", + "categoryName": "중식", + "address": "대구광역시 중구 국채보상로139길 10 (동인동4가) 장성루", + "phone": "053-425-4303", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 35.86951806204098, + "longitude": 128.606526645754, + "pageIndex": 7, + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "6461", + "name": "엘라헤어", + "categoryName": "미용업", + "address": "경상북도 포항시 북구 삼호로 461-1 엘라헤어", + "phone": "054-232-1833", + "representativeMenu": "남자커트", + "price": 7000, + "latitude": 36.0699150216295, + "longitude": 129.398445668078, + "pageIndex": 44, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "15224", + "name": "미례김밥", "categoryName": "한식", - "address": "인천광역시 중구 제물량로306번길 45 (북성동2가) 1층", - "phone": "032-765-2773", - "representativeMenu": "소라된장찌개", - "price": 8000, - "latitude": 37.476757097944784, - "longitude": 126.61796394907029, + "address": "서울특별시 중랑구 상봉로 7 (면목동) 1층", + "phone": "010-4757-6109", + "representativeMenu": "김밥", + "price": 3000, + "latitude": 37.58643600575516, + "longitude": 127.0943796758029, + "pageIndex": 102, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "2025", + "name": "장셰프한식전통중화요리", + "categoryName": "중식", + "address": "대구광역시 중구 경상감영길 117-7 (향촌동)", + "phone": "053-214-0706", + "representativeMenu": "짜장면", + "price": 6000, + "latitude": 35.872626221362, + "longitude": 128.593626482761, "pageIndex": 7, - "regionCode": "28", - "regionName": "인천광역시" + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "17417", + "name": "칼라스", + "categoryName": "기타비요식업", + "address": "대구 남구 봉덕로 62 1층", + "phone": "053-242-5617", + "representativeMenu": "아메리카노", + "price": 2500, + "latitude": 35.8446762002922, + "longitude": 128.597468951619, + "pageIndex": 45, + "regionCode": "27", + "regionName": "대구광역시" + }, + { + "bsshSn": "11581", + "name": "박리김밥", + "categoryName": "한식", + "address": "서울특별시 중랑구 공릉로2길 22 1층", + "phone": "02-949-7101", + "representativeMenu": "김밥", + "price": 3000, + "latitude": 37.6119559660238, + "longitude": 127.079036383266, + "pageIndex": 102, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13120", @@ -4707,32 +9004,32 @@ "regionName": "인천광역시" }, { - "bsshSn": "13187", - "name": "서림미용실", + "bsshSn": "2373", + "name": "가위소리", "categoryName": "미용업", - "address": "광주광역시 동구 운림길 23 (운림동, 무등파크맨션) 상가동 202호", - "phone": "062-228-2909", - "representativeMenu": "커트(성인)", - "price": 10000, - "latitude": 35.13428906928481, - "longitude": 126.94139361034274, - "pageIndex": 7, + "address": "광주광역시 북구 서림로 32 (임동)", + "phone": "062-521-1892", + "representativeMenu": "남자컷트", + "price": 7000, + "latitude": 35.1666927420382, + "longitude": 126.891763876644, + "pageIndex": 45, "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": "15221", + "name": "베이글옆케이크", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 면목로21길 26 (면목동, 현대주택) 102호", + "phone": "010-3917-1293", + "representativeMenu": "컵케이크", + "price": 5000, + "latitude": 37.572657693081965, + "longitude": 127.08243699640079, + "pageIndex": 103, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2269", @@ -4748,6 +9045,34 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "6346", + "name": "예원미용실", + "categoryName": "미용업", + "address": "경상북도 포항시 남구 연일읍 중명길 78-6 예원미용실", + "phone": "-", + "representativeMenu": "여성커트", + "price": 6000, + "latitude": 35.9887159662876, + "longitude": 129.315813666096, + "pageIndex": 45, + "regionCode": "47", + "regionName": "경상북도" + }, + { + "bsshSn": "15226", + "name": "복희커피 인테리어공방", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 상봉로1길 14 (면목동) 1층", + "phone": "02-2207-5000", + "representativeMenu": "커피", + "price": 2500, + "latitude": 37.58627856313082, + "longitude": 127.09386999547063, + "pageIndex": 103, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13185", "name": "옥땡김밥", @@ -4762,6 +9087,20 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "14500", + "name": "사가정손두부", + "categoryName": "한식", + "address": "서울특별시 중랑구 면목로44길 62 (면목동) 1층", + "phone": "02-496-7787", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.58087636617898, + "longitude": 127.09196826611658, + "pageIndex": 103, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "18131", "name": "별이네 분식", @@ -4777,18 +9116,18 @@ "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": "15227", + "name": "사가커피", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 면목로44길 37 (면목동) 1층", + "phone": "0507-1427-0539", + "representativeMenu": "커피", + "price": 2000, + "latitude": 37.58107796557923, + "longitude": 127.09064720619213, + "pageIndex": 104, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "16673", @@ -4805,60 +9144,18 @@ "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": "17615", + "name": "상하이", + "categoryName": "중식", + "address": "서울특별시 중랑구 면목로 223 (면목동) 1층", + "phone": "02-432-3240", + "representativeMenu": "자장면", + "price": 4000, + "latitude": 37.57319243078983, + "longitude": 127.08410245355938, + "pageIndex": 104, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "3428", @@ -4874,6 +9171,48 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "14501", + "name": "성이네천원김밥", + "categoryName": "한식", + "address": "서울특별시 중랑구 중랑역로 150 (묵동, 우성아파트) 1층", + "phone": "02-976-5648", + "representativeMenu": "김밥", + "price": 2000, + "latitude": 37.60677911638967, + "longitude": 127.07715385191284, + "pageIndex": 104, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "10310", + "name": "동이만두", + "categoryName": "한식", + "address": "강원특별자치도 춘천시 효제길 36 (효자동)", + "phone": "033-255-3633", + "representativeMenu": "김치찌개", + "price": 6000, + "latitude": 37.8709546627662, + "longitude": 127.737049930361, + "pageIndex": 7, + "regionCode": "51", + "regionName": "강원특별자치도" + }, + { + "bsshSn": "14496", + "name": "성창식당", + "categoryName": "한식", + "address": "서울특별시 중랑구 면목로 421 (면목동) 1층", + "phone": "02-435-3061", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.58964701261553, + "longitude": 127.08705113856698, + "pageIndex": 105, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "11723", "name": "뚝배기마을", @@ -4889,46 +9228,18 @@ "regionName": "강원특별자치도" }, { - "bsshSn": "4381", - "name": "롯데자율식당", + "bsshSn": "1023", + "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": "강원특별자치도" + "address": "서울특별시 중랑구 용마산로 557", + "phone": "02-433-1644", + "representativeMenu": "김치찌개", + "price": 6000, + "latitude": 37.6006970374489, + "longitude": 127.100246556563, + "pageIndex": 105, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "16981", @@ -4945,32 +9256,18 @@ "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": "14489", + "name": "수리야", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 양원역로 19 (망우동) 1층", + "phone": "010-8969-7459", + "representativeMenu": "커피", + "price": 1500, + "latitude": 37.602247869293805, + "longitude": 127.1079142080932, + "pageIndex": 105, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "19291", @@ -4987,18 +9284,18 @@ "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": "1030", + "name": "스텔라커피", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 신내로7가길 13 1층", + "phone": "-", + "representativeMenu": "커피", + "price": 2000, + "latitude": 37.6023913424372, + "longitude": 127.095139356268, + "pageIndex": 107, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "5440", @@ -5014,6 +9311,20 @@ "regionCode": "52", "regionName": "전북특별자치도" }, + { + "bsshSn": "14497", + "name": "신성식당", + "categoryName": "한식", + "address": "서울특별시 중랑구 겸재로 202 (면목동) 1층", + "phone": "02-437-4132", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.58876000358219, + "longitude": 127.09009548531725, + "pageIndex": 107, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "5426", "name": "세은이네집", @@ -5028,6 +9339,20 @@ "regionCode": "52", "regionName": "전북특별자치도" }, + { + "bsshSn": "1029", + "name": "아르카디아커피컴퍼니", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 면목로88길 5-9", + "phone": "02-640-9692", + "representativeMenu": "커피", + "price": 2000, + "latitude": 37.5944534334494, + "longitude": 127.086350457246, + "pageIndex": 107, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "5415", "name": "수제왕돈까스(경원점)", @@ -5043,102 +9368,18 @@ "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": "연산순대국밥", + "bsshSn": "15223", + "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": "경상북도" + "address": "서울특별시 중랑구 상봉로 33 (면목동) 1층", + "phone": "010-9272-9806", + "representativeMenu": "김밥", + "price": 3000, + "latitude": 37.588839182048, + "longitude": 127.09369137430004, + "pageIndex": 108, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "6369", @@ -5155,46 +9396,18 @@ "regionName": "경상북도" }, { - "bsshSn": "15982", - "name": "다정다맛", + "bsshSn": "1024", + "name": "와우돈까스", "categoryName": "한식", - "address": "경상남도 창원시 의창구 퇴촌로25번길 6-31 (사림동) 다정다맛", - "phone": "055-284-6114", - "representativeMenu": "김치찌개", + "address": "서울특별시 중랑구 공릉로12가길 6 1층", + "phone": "02-220-3607", + "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": "경상남도" + "latitude": 37.6163424774824, + "longitude": 127.080165526507, + "pageIndex": 108, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14394", @@ -5211,158 +9424,158 @@ "regionName": "경상남도" }, { - "bsshSn": "17558", - "name": "완판생국수", - "categoryName": "한식", - "address": "서울특별시 종로구 종로 258 (종로6가) 1층", - "phone": "02-2272-0066", - "representativeMenu": "멸치국수", - "price": 5500, - "latitude": 37.5706572089172, - "longitude": 127.00647971676864, - "pageIndex": 8, + "bsshSn": "1016", + "name": "왕짜장", + "categoryName": "중식", + "address": "서울특별시 중랑구 신내로14길 26", + "phone": "02-433-0202", + "representativeMenu": "짜장면", + "price": 4500, + "latitude": 37.6054986627446, + "longitude": 127.097037404944, + "pageIndex": 109, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "944", - "name": "왕관커피숍", - "categoryName": "기타요식업", - "address": "서울특별시 종로구 종로 222 (종로5가)", - "phone": "02-2266-8365", - "representativeMenu": "커피", - "price": 2000, - "latitude": 37.570760396587, - "longitude": 127.002357657235, + "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": "14505", + "name": "용궁", + "categoryName": "중식", + "address": "서울특별시 중랑구 봉우재로5길 16 (면목동) 1층", + "phone": "02-437-2007", + "representativeMenu": "자장면", + "price": 5000, + "latitude": 37.59068228806201, + "longitude": 127.0756692353704, + "pageIndex": 109, "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": "일미기사식당", + "bsshSn": "10078", + "name": "제일분식", "categoryName": "한식", - "address": "부산광역시 중구 흑교로 16-1 (부평동)", - "phone": "051-253-4440", - "representativeMenu": "시락국밥", - "price": 4500, - "latitude": 35.1008721419571, - "longitude": 129.02530342269, + "address": "대구광역시 중구 남산로2길 26 (남산동)", + "phone": "053-256-6630", + "representativeMenu": "떡볶이", + "price": 1500, + "latitude": 35.8569075638758, + "longitude": 128.584273183178, "pageIndex": 8, - "regionCode": "26", - "regionName": "부산광역시" + "regionCode": "27", + "regionName": "대구광역시" }, { - "bsshSn": "14157", - "name": "재성밀면", + "bsshSn": "14493", + "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": "부산광역시" + "address": "서울특별시 중랑구 망우로 276 (상봉동) 1층", + "phone": "02-6338-3814", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.59549904416484, + "longitude": 127.08321851811226, + "pageIndex": 109, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "2013", - "name": "장성루", + "bsshSn": "2014", + "name": "중해반점", "categoryName": "중식", - "address": "대구광역시 중구 국채보상로139길 10 (동인동4가) 장성루", - "phone": "053-425-4303", + "address": "대구광역시 중구 명륜로 63 (남산동)", + "phone": "053-255-8555", "representativeMenu": "짜장면", - "price": 5000, - "latitude": 35.86951806204098, - "longitude": 128.606526645754, + "price": 6000, + "latitude": 35.8617367040049, + "longitude": 128.591676584073, "pageIndex": 8, "regionCode": "27", "regionName": "대구광역시" }, { - "bsshSn": "2025", - "name": "장셰프한식전통중화요리", - "categoryName": "중식", - "address": "대구광역시 중구 경상감영길 117-7 (향촌동)", - "phone": "053-214-0706", - "representativeMenu": "짜장면", + "bsshSn": "14492", + "name": "이가김밥", + "categoryName": "한식", + "address": "서울특별시 중랑구 망우로 383 (상봉동) 1층", + "phone": "02-433-5575", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.5988034614169, + "longitude": 127.09479366777123, + "pageIndex": 109, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "17980", + "name": "지정식당", + "categoryName": "한식", + "address": "대구광역시 중구 중앙대로58길 10 (남산동) 남산동", + "phone": "053-427-8322", + "representativeMenu": "순두부", "price": 6000, - "latitude": 35.872626221362, - "longitude": 128.593626482761, + "latitude": 35.85740112997052, + "longitude": 128.59163907520352, "pageIndex": 8, "regionCode": "27", "regionName": "대구광역시" }, { - "bsshSn": "10078", - "name": "제일분식", + "bsshSn": "1019", + "name": "정가네홍두깨손칼국수", "categoryName": "한식", - "address": "대구광역시 중구 남산로2길 26 (남산동)", - "phone": "053-256-6630", - "representativeMenu": "떡볶이", - "price": 1500, - "latitude": 35.8569075638758, - "longitude": 128.584273183178, + "address": "서울특별시 중랑구 망우로62길 61", + "phone": "02-491-8457", + "representativeMenu": "칼국수", + "price": 4500, + "latitude": 37.5966527672409, + "longitude": 127.098957490859, + "pageIndex": 110, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "10070", + "name": "춘사김밥", + "categoryName": "한식", + "address": "대구광역시 중구 중앙대로 282 (남산동)", + "phone": "053-423-7827", + "representativeMenu": "참치김밥", + "price": 3000, + "latitude": 35.8583288163274, + "longitude": 128.591617516822, "pageIndex": 8, "regionCode": "27", "regionName": "대구광역시" }, { - "bsshSn": "2014", - "name": "중해반점", + "bsshSn": "14488", + "name": "짜앤짬", "categoryName": "중식", - "address": "대구광역시 중구 명륜로 63 (남산동)", - "phone": "053-255-8555", - "representativeMenu": "짜장면", - "price": 6000, - "latitude": 35.8617367040049, - "longitude": 128.591676584073, - "pageIndex": 8, - "regionCode": "27", - "regionName": "대구광역시" + "address": "서울특별시 중랑구 겸재로 130 (면목동) 1층", + "phone": "02-493-8136", + "representativeMenu": "자장면", + "price": 4000, + "latitude": 37.58698484069053, + "longitude": 127.08211584334735, + "pageIndex": 111, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2224", @@ -5378,6 +9591,20 @@ "regionCode": "28", "regionName": "인천광역시" }, + { + "bsshSn": "1017", + "name": "짜장나루", + "categoryName": "중식", + "address": "서울특별시 중랑구 겸재로 161", + "phone": "02-494-4774", + "representativeMenu": "자장면", + "price": 4500, + "latitude": 37.5880809932158, + "longitude": 127.085476828026, + "pageIndex": 111, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13118", "name": "일등짬뽕", @@ -5392,6 +9619,20 @@ "regionCode": "28", "regionName": "인천광역시" }, + { + "bsshSn": "18848", + "name": "청석골잔치국수", + "categoryName": "한식", + "address": "서울특별시 중랑구 중랑역로 152 (묵동) 1층", + "phone": "02-948-9819", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 37.60695316722815, + "longitude": 127.07690616768816, + "pageIndex": 111, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2270", "name": "우리뷔페", @@ -5406,6 +9647,20 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "16075", + "name": "카페 피울", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 용마산로129나길 42 (신내동) 1층", + "phone": "0507-1471-7980", + "representativeMenu": "아메리카노", + "price": 2000, + "latitude": 37.60569483355735, + "longitude": 127.09903182293912, + "pageIndex": 112, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14226", "name": "이가진우동", @@ -5420,6 +9675,20 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "14490", + "name": "커피나무", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 겸재로 263 (망우동) 1층", + "phone": "02-6012-1333", + "representativeMenu": "커피", + "price": 2500, + "latitude": 37.590672677811746, + "longitude": 127.09677404278304, + "pageIndex": 112, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2565", "name": "부림식당", @@ -5435,18 +9704,18 @@ "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": "17626", + "name": "케익하우스 쥬떼므", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 망우로32길 49 (면목동) 1층", + "phone": "02-492-1148", + "representativeMenu": "단팥빵", + "price": 500, + "latitude": 37.59161249706707, + "longitude": 127.07738948509346, + "pageIndex": 112, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "17349", @@ -5462,6 +9731,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "14491", + "name": "코끼리카페", + "categoryName": "기타요식업", + "address": "서울특별시 중랑구 봉우재로33길 25 (상봉동, 이레59) 102호", + "phone": "0507-1323-4183", + "representativeMenu": "커피", + "price": 2500, + "latitude": 37.593888437528356, + "longitude": 127.08743089890284, + "pageIndex": 112, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "11315", "name": "탕짜", @@ -5476,6 +9759,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "10675", + "name": "한밀청년밥상", + "categoryName": "한식", + "address": "서울특별시 중랑구 동일로140길 15 1층", + "phone": "-", + "representativeMenu": "김치찌개", + "price": 3000, + "latitude": 37.6043694603432, + "longitude": 127.079965365014, + "pageIndex": 113, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "3001", "name": "태화식육식당", @@ -5490,6 +9787,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "14498", + "name": "한우리", + "categoryName": "한식", + "address": "서울특별시 중랑구 중랑천로 70 (면목동) 1층", + "phone": "-", + "representativeMenu": "잔치국수", + "price": 5000, + "latitude": 37.591448171182655, + "longitude": 127.07321790898509, + "pageIndex": 113, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10178", "name": "옛날통닭", @@ -5504,6 +9815,20 @@ "regionCode": "36", "regionName": "세종특별자치시" }, + { + "bsshSn": "1025", + "name": "할매김밥", + "categoryName": "한식", + "address": "서울특별시 중랑구 동일로163길 17", + "phone": "02-979-6227", + "representativeMenu": "김치찌개", + "price": 5000, + "latitude": 37.6118077346557, + "longitude": 127.076327305169, + "pageIndex": 114, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "19180", "name": "오가네빵굼터", @@ -5519,18 +9844,18 @@ "regionName": "세종특별자치시" }, { - "bsshSn": "10191", - "name": "유정칼국수", + "bsshSn": "17624", + "name": "현미숯불갈비", "categoryName": "한식", - "address": "세종특별자치시 장군면 장척로 417-1", - "phone": "044-857-5999", - "representativeMenu": "돌솥비빔밥", - "price": 8000, - "latitude": 36.4980690848686, - "longitude": 127.206482661374, - "pageIndex": 8, - "regionCode": "36", - "regionName": "세종특별자치시" + "address": "서울특별시 중랑구 면목로48길 65 (면목동) 1층", + "phone": "02-2209-5484", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.58207163110791, + "longitude": 127.09227715845628, + "pageIndex": 115, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "16805", @@ -5546,6 +9871,20 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "1018", + "name": "화성각", + "categoryName": "중식", + "address": "서울특별시 중랑구 면목로48길 37", + "phone": "02-432-8301", + "representativeMenu": "자장면", + "price": 4000, + "latitude": 37.5822683789334, + "longitude": 127.090720477178, + "pageIndex": 116, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "19003", "name": "데일리샌듀(DailySandew)", @@ -5560,6 +9899,20 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "19282", + "name": "황태식당", + "categoryName": "한식", + "address": "서울특별시 중랑구 봉화산로30길 37 (중화동) 1층", + "phone": "-", + "representativeMenu": "백반", + "price": 7000, + "latitude": 37.60059738843938, + "longitude": 127.08530772179701, + "pageIndex": 116, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14336", "name": "도담칡냉면", @@ -5575,21 +9928,49 @@ "regionName": "경기도" }, { - "bsshSn": "14020", - "name": "동남사우나", - "categoryName": "목욕업", - "address": "경기도 수원시 장안구 영화로25번길 22 (영화동, 태영아파트) .", - "phone": "031-243-6422", - "representativeMenu": "목욕비", - "price": 10000, - "latitude": 37.288921701882735, - "longitude": 127.00821781483458, + "bsshSn": "15352", + "name": "고향산천", + "categoryName": "한식", + "address": "서울특별시 성북구 보국문로 154 (정릉동) 1층", + "phone": "02-909-2068", + "representativeMenu": "비빔국수", + "price": 6000, + "latitude": 37.61669932643618, + "longitude": 127.0042059702094, + "pageIndex": 118, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "4356", + "name": "만리향", + "categoryName": "중식", + "address": "강원특별자치도 춘천시 명동길29번길 4-5 (죽림동)", + "phone": "033-251-2227", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 37.8779879948066, + "longitude": 127.725893087544, "pageIndex": 8, - "regionCode": "41", - "regionName": "경기도" + "regionCode": "51", + "regionName": "강원특별자치도" }, { - "bsshSn": "4328", + "bsshSn": "756", + "name": "독일베이커리", + "categoryName": "베이커리", + "address": "서울특별시 성북구 삼양로50", + "phone": "-", + "representativeMenu": "단팥빵", + "price": 700, + "latitude": 37.6075962650866, + "longitude": 127.023820814466, + "pageIndex": 120, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "4328", "name": "메이카드", "categoryName": "기타요식업", "address": "강원특별자치도 춘천시 복골길6번길 21 1층(후평동)", @@ -5603,32 +9984,18 @@ "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": "바탕골분식", + "bsshSn": "777", + "name": "동네", "categoryName": "한식", - "address": "강원특별자치도 춘천시 서부대성로44번길 19 (요선동)", - "phone": "033-254-3564", - "representativeMenu": "김치찌개", - "price": 8000, - "latitude": 37.88168933514, - "longitude": 127.727315490081, - "pageIndex": 8, - "regionCode": "51", - "regionName": "강원특별자치도" + "address": "서울특별시 성북구 개운사길 22-5 지하", + "phone": "-", + "representativeMenu": "김치찌개 된장찌개 순두부찌개", + "price": 7500, + "latitude": 37.5874944782335, + "longitude": 127.029586004467, + "pageIndex": 121, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "4759", @@ -5645,18 +10012,18 @@ "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": "16770", + "name": "또래끼리", + "categoryName": "한식", + "address": "서울특별시 성북구 개운사길 22-5 (안암동5가) 1층", + "phone": "0507-1424-6694", + "representativeMenu": "김치볶음밥", + "price": 7000, + "latitude": 37.58749447152897, + "longitude": 127.02958599079939, + "pageIndex": 121, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13536", @@ -5672,6 +10039,20 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "15252", + "name": "레드컵스떡볶이&컵닭", + "categoryName": "한식", + "address": "서울특별시 성북구 고려대로24길 61 (안암동5가) 1층", + "phone": "02-922-9918", + "representativeMenu": "떡볶이", + "price": 4000, + "latitude": 37.583493745199604, + "longitude": 127.02960727857395, + "pageIndex": 121, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15580", "name": "더드림빵", @@ -5687,18 +10068,18 @@ "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": "15351", + "name": "산마을", + "categoryName": "한식", + "address": "서울특별시 성북구 솔샘로6길 36-15 (정릉동) 지1층 제비03호", + "phone": "02-911-0456", + "representativeMenu": "비빔밥", + "price": 7000, + "latitude": 37.60875069253795, + "longitude": 127.00733671926129, + "pageIndex": 123, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15798", @@ -5715,18 +10096,18 @@ "regionName": "충청남도" }, { - "bsshSn": "5411", - "name": "아리랑하우스", + "bsshSn": "14465", + "name": "언니네김밥", "categoryName": "한식", - "address": "전북특별자치도 전주시 덕진구 한배미1길 29", - "phone": "063-241-9300", - "representativeMenu": "한우탕", - "price": 9000, - "latitude": 35.8236184860742, - "longitude": 127.165468633315, - "pageIndex": 8, - "regionCode": "52", - "regionName": "전북특별자치도" + "address": "서울특별시 성북구 보국문로11길 23 (정릉동) 1층", + "phone": "02-6402-2727", + "representativeMenu": "언니네김밥", + "price": 3500, + "latitude": 37.608563671981614, + "longitude": 127.0087712499381, + "pageIndex": 126, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "5403", @@ -5743,32 +10124,18 @@ "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": "영아네밥상", + "bsshSn": "10657", + "name": "옐로치킨7&바로돈까스", "categoryName": "한식", - "address": "전북특별자치도 전주시 덕진구 송천로 35-4 (송천동1가)", - "phone": "063-274-6598", - "representativeMenu": "한식뷔페(점심)", - "price": 8000, - "latitude": 35.856686667251026, - "longitude": 127.1180991261228, - "pageIndex": 8, - "regionCode": "52", - "regionName": "전북특별자치도" + "address": "서울특별시 성북구 아리랑로19길 48 (정릉동)", + "phone": "02-913-2360", + "representativeMenu": "수제돈까스", + "price": 7000, + "latitude": 37.6025403837257, + "longitude": 127.010728685897, + "pageIndex": 126, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "5622", @@ -5784,6 +10151,20 @@ "regionCode": "46", "regionName": "전라남도" }, + { + "bsshSn": "10656", + "name": "옛날중국집", + "categoryName": "중식", + "address": "서울특별시 성북구 성북로8길 8 (성북동)", + "phone": "02-764-0094", + "representativeMenu": "짜장면", + "price": 6000, + "latitude": 37.5908227672503, + "longitude": 127.004375540476, + "pageIndex": 126, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10496", "name": "옛날짜장", @@ -5799,60 +10180,18 @@ "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": "대봉막창", + "bsshSn": "784", + "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": "경상남도" + "address": "서울특별시 성북구 보문로 157-1 1층", + "phone": "02-925-8558", + "representativeMenu": "된장찌개", + "price": 6000, + "latitude": 37.5885975549306, + "longitude": 127.016786747397, + "pageIndex": 126, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14220", @@ -5869,242 +10208,130 @@ "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": "꽃가마식당", + "bsshSn": "18842", + "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, + "address": "서울특별시 성북구 돌곶이로27길 42 (장위동) 1층", + "phone": "02-943-0378", + "representativeMenu": "칼국수", + "price": 7000, + "latitude": 37.61136426044229, + "longitude": 127.05327848462039, + "pageIndex": 127, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "19244", - "name": "을밀대 (소문난국밥전문)", + "bsshSn": "14157", + "name": "재성밀면", "categoryName": "한식", - "address": "서울특별시 종로구 수표로 131 (낙원동) 1층", - "phone": "02-742-1633", - "representativeMenu": "우거지해장국", - "price": 3000, - "latitude": 37.572493575407705, - "longitude": 126.98826091182536, + "address": "부산광역시 중구 중앙대로41번길 14-1 (동광동3가) 1층", + "phone": "051-242-3836", + "representativeMenu": "물밀면", + "price": 7500, + "latitude": 35.1011509548915, + "longitude": 129.03476576507273, "pageIndex": 9, - "regionCode": "11", - "regionName": "서울특별시" + "regionCode": "26", + "regionName": "부산광역시" }, { - "bsshSn": "11182", - "name": "이레이발관", - "categoryName": "이용업", - "address": "서울특별시 종로구 수표로 115 (낙원동)", - "phone": "010-7192-6413", - "representativeMenu": "커트", - "price": 7000, - "latitude": 37.5715425171338, - "longitude": 126.989053894726, - "pageIndex": 9, + "bsshSn": "759", + "name": "원도넛", + "categoryName": "기타요식업", + "address": "서울특별시 성북구 돌곶이로 29 1층(석관동)", + "phone": "02-695-0707", + "representativeMenu": "글레이즈/꽈배기", + "price": 1400, + "latitude": 37.6069130944963, + "longitude": 127.060852972811, + "pageIndex": 128, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "1659", - "name": "전주식당", + "bsshSn": "17981", + "name": "콩나물과시래기밥맛집", "categoryName": "한식", - "address": "부산광역시 중구 대청로 137번길9-1 (중앙동)", - "phone": "051-469-0771", - "representativeMenu": "돌솥밥", - "price": 9000, - "latitude": 35.1036816954121, - "longitude": 129.034881739077, + "address": "대구광역시 중구 약령길 58-7 (장관동) 1층", + "phone": "0507-1342-9756", + "representativeMenu": "콩나물국밥", + "price": 7000, + "latitude": 35.86881460101817, + "longitude": 128.5898667124599, "pageIndex": 9, - "regionCode": "26", - "regionName": "부산광역시" + "regionCode": "27", + "regionName": "대구광역시" }, { - "bsshSn": "19098", - "name": "정가는집밥", + "bsshSn": "767", + "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": "부산광역시" + "address": "서울특별시 성북구 장위로38길 67", + "phone": "02-915-0820", + "representativeMenu": "물냉면", + "price": 6500, + "latitude": 37.6103803919803, + "longitude": 127.051539541872, + "pageIndex": 128, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "17980", - "name": "지정식당", + "bsshSn": "14629", + "name": "포항회식당", "categoryName": "한식", - "address": "대구광역시 중구 중앙대로58길 10 (남산동) 남산동", - "phone": "053-427-8322", - "representativeMenu": "순두부", - "price": 6000, - "latitude": 35.85740112997052, - "longitude": 128.59163907520352, + "address": "대구광역시 중구 대봉로 240 (대봉동, 대봉서한포레스트) 상가 106호. 포항회식당", + "phone": "053-422-4415", + "representativeMenu": "정식", + "price": 7000, + "latitude": 35.860129676053866, + "longitude": 128.6023289015774, "pageIndex": 9, "regionCode": "27", "regionName": "대구광역시" }, { - "bsshSn": "2015", - "name": "천선루", + "bsshSn": "16768", + "name": "월곡동 할매떡볶이", + "categoryName": "한식", + "address": "서울특별시 성북구 오패산로19길 46 (하월곡동) 1층", + "phone": "070-7537-1454", + "representativeMenu": "떡볶이", + "price": 3000, + "latitude": 37.60924928905219, + "longitude": 127.03331820363316, + "pageIndex": 128, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "17974", + "name": "한강반점", "categoryName": "중식", - "address": "대구광역시 중구 대봉로 261-1 (봉산동)", - "phone": "053-422-4222", + "address": "대구광역시 중구 달구벌대로387길 42 (대신동) 1층", + "phone": "053-253-7518", "representativeMenu": "짜장면", - "price": 5500, - "latitude": 35.8618460883915, - "longitude": 128.600047477155, + "price": 3000, + "latitude": 35.86500733659813, + "longitude": 128.57524030565048, "pageIndex": 9, "regionCode": "27", "regionName": "대구광역시" }, { - "bsshSn": "10070", - "name": "춘사김밥", + "bsshSn": "785", + "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": "콩나물국밥", + "address": "서울특별시 성북구 안암로73-3", + "phone": "-", + "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": "광주광역시" + "latitude": 37.5830526568282, + "longitude": 127.028922504119, + "pageIndex": 129, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13190", @@ -6120,6 +10347,20 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "18200", + "name": "정이든김밥", + "categoryName": "한식", + "address": "서울특별시 성북구 보국문로 19-8 (정릉동) 1층", + "phone": "02-909-3382", + "representativeMenu": "땡초김밥", + "price": 4000, + "latitude": 37.606427686488104, + "longitude": 127.01047902556422, + "pageIndex": 130, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "11652", "name": "종합분식", @@ -6134,6 +10375,20 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "766", + "name": "착한짬뽕더착한탕수육", + "categoryName": "중식", + "address": "서울특별시 성북구 월곡로18길 4 2층(하월곡동)", + "phone": "02-601-3559", + "representativeMenu": "짜장면", + "price": 4500, + "latitude": 37.6015932065234, + "longitude": 127.041768969884, + "pageIndex": 131, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2546", "name": "삼대째전통칼국수", @@ -6149,18 +10404,18 @@ "regionName": "대전광역시" }, { - "bsshSn": "13385", - "name": "생일집", + "bsshSn": "787", + "name": "청년밥상 문간", "categoryName": "한식", - "address": "대전광역시 동구 대전로791번길 45 (중동) (중동)", - "phone": "042-226-5254", - "representativeMenu": "순대국밥", - "price": 8000, - "latitude": 36.32931900162008, - "longitude": 127.43084985672475, - "pageIndex": 9, - "regionCode": "30", - "regionName": "대전광역시" + "address": "서울특별시 성북구 보국문로11길 18-2 2층", + "phone": "02-743-6031", + "representativeMenu": "김치찌개", + "price": 3000, + "latitude": 37.6088609651749, + "longitude": 127.009098506123, + "pageIndex": 131, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2540", @@ -6177,18 +10432,18 @@ "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": "15325", + "name": "카페플라워", + "categoryName": "기타요식업", + "address": "서울특별시 성북구 성북로4길 52 (돈암동, 한신한진아파트) 104호", + "phone": "010-4897-4144", + "representativeMenu": "아메리카노", + "price": 1500, + "latitude": 37.59109173463164, + "longitude": 127.00704694290194, + "pageIndex": 131, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13648", @@ -6204,6 +10459,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "18126", + "name": "한선생부엌", + "categoryName": "한식", + "address": "서울특별시 성북구 돌곶이로18길 3-3 (석관동) 1층", + "phone": "02-960-7306", + "representativeMenu": "한식반찬(150g)", + "price": 3000, + "latitude": 37.60927410853928, + "longitude": 127.05923324386661, + "pageIndex": 132, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "18450", "name": "파송송분식", @@ -6219,18 +10488,18 @@ "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": "768", + "name": "홍두깨손칼국수", + "categoryName": "한식", + "address": "서울특별시 성북구 보문로40길 5", + "phone": "02-953-5595", + "representativeMenu": "칼국수", + "price": 5000, + "latitude": 37.5917381701651, + "longitude": 127.013802528612, + "pageIndex": 133, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "19178", @@ -6246,6 +10515,20 @@ "regionCode": "36", "regionName": "세종특별자치시" }, + { + "bsshSn": "11575", + "name": "홍두깨손칼국수", + "categoryName": "한식", + "address": "서울특별시 성북구 오패산로3길 119 1층(하월곡동)", + "phone": "02-942-1235", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 37.6082944944716, + "longitude": 127.033285848664, + "pageIndex": 133, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15901", "name": "정브레드", @@ -6260,6 +10543,20 @@ "regionCode": "36", "regionName": "세종특별자치시" }, + { + "bsshSn": "16769", + "name": "홍칼국수", + "categoryName": "한식", + "address": "서울특별시 성북구 아리랑로 33 (동소문동7가) 1층", + "phone": "02-923-9402", + "representativeMenu": "칼국수", + "price": 5000, + "latitude": 37.595735767616475, + "longitude": 127.01555314993159, + "pageIndex": 133, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15900", "name": "집밥한식뷔페", @@ -6275,32 +10572,18 @@ "regionName": "세종특별자치시" }, { - "bsshSn": "3400", - "name": "동남세탁소", - "categoryName": "세탁업", - "address": "경기도 수원시 장안구 만석로101번길 46 (정자동)", - "phone": "031-253-1414", - "representativeMenu": "드라이클리닝", + "bsshSn": "19376", + "name": "금복이네", + "categoryName": "한식", + "address": "서울특별시 강북구 인수봉로 195 (수유동) 1층", + "phone": "-", + "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": "경기도" + "latitude": 37.63716551521585, + "longitude": 127.01277501851514, + "pageIndex": 134, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "11391", @@ -6316,6 +10599,20 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "17927", + "name": "다온한식", + "categoryName": "한식", + "address": "서울특별시 강북구 솔매로 84 (미아동) 지하1층", + "phone": "0507-1421-0747", + "representativeMenu": "한식뷔페", + "price": 7500, + "latitude": 37.624988231653774, + "longitude": 127.02161847748827, + "pageIndex": 134, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13795", "name": "박사로냉면", @@ -6331,60 +10628,18 @@ "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": "다정순대국", + "bsshSn": "126", + "name": "만미정 식당", "categoryName": "한식", - "address": "충청북도 청주시 청원구 직지대로 844-2 (우암동)", - "phone": "043-274-1954", - "representativeMenu": "순대국밥", - "price": 8000, - "latitude": 36.64864564378414, - "longitude": 127.48481810685502, - "pageIndex": 9, - "regionCode": "43", - "regionName": "충청북도" + "address": "서울특별시 강북구 솔매로43길 96 1층", + "phone": "02-983-8884", + "representativeMenu": "김치찌개백반", + "price": 7000, + "latitude": 37.629930418149, + "longitude": 127.022840651737, + "pageIndex": 135, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "16073", @@ -6400,6 +10655,20 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "19037", + "name": "방가네 해물짬뽕", + "categoryName": "중식", + "address": "서울특별시 강북구 오패산로 135 (미아동) 1층", + "phone": "02-988-4005", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 37.61391220980939, + "longitude": 127.0337605934294, + "pageIndex": 137, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15579", "name": "듀팡과자점", @@ -6414,6 +10683,20 @@ "regionCode": "44", "regionName": "충청남도" }, + { + "bsshSn": "131", + "name": "번동식당", + "categoryName": "한식", + "address": "서울특별시 강북구 덕릉로40길 11 (번동)", + "phone": "02-985-0370", + "representativeMenu": "한식뷔페", + "price": 5000, + "latitude": 37.634609946891, + "longitude": 127.030469782574, + "pageIndex": 137, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14667", "name": "디저트카페 아마이", @@ -6428,6 +10711,20 @@ "regionCode": "44", "regionName": "충청남도" }, + { + "bsshSn": "15948", + "name": "빵과함께", + "categoryName": "베이커리", + "address": "서울특별시 강북구 인수봉로77길 15 (수유동) 1층", + "phone": "02-900-8503", + "representativeMenu": "단팥빵", + "price": 700, + "latitude": 37.64433520421588, + "longitude": 127.0098808230791, + "pageIndex": 138, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15305", "name": "로봇카페 쉼21", @@ -6442,6 +10739,20 @@ "regionCode": "44", "regionName": "충청남도" }, + { + "bsshSn": "111", + "name": "카페스타", + "categoryName": "기타요식업", + "address": "서울특별시 강북구 삼각산로 71 1층", + "phone": "-", + "representativeMenu": "원두커피", + "price": 2500, + "latitude": 37.6401225859536, + "longitude": 127.012279522984, + "pageIndex": 142, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "5445", "name": "자유식당", @@ -6457,46 +10768,18 @@ "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": "유달산추어탕", + "bsshSn": "15946", + "name": "해물칼국수수제비", "categoryName": "한식", - "address": "전라남도 목포시 노적봉길 22-1 (죽동)", - "phone": "061-270-7030", - "representativeMenu": "추어탕", - "price": 9000, - "latitude": 34.7900302636707, - "longitude": 126.383065291475, - "pageIndex": 9, - "regionCode": "46", - "regionName": "전라남도" + "address": "서울특별시 강북구 수유로 24 (수유동) 1층", + "phone": "02-988-3381", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 37.63296345004117, + "longitude": 127.0191440214576, + "pageIndex": 142, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "11413", @@ -6513,32 +10796,18 @@ "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": "기와집식당", + "bsshSn": "463", + "name": "김가네국수집", "categoryName": "한식", - "address": "경상북도 포항시 남구 연일읍 동문로 45-2 기와집식당", - "phone": "054-283-9888", - "representativeMenu": "소고기국밥", - "price": 8000, - "latitude": 35.994115629687634, - "longitude": 129.35170500121095, - "pageIndex": 9, - "regionCode": "47", - "regionName": "경상북도" + "address": "서울특별시 도봉구 도봉로153길 51", + "phone": "02-955-1357", + "representativeMenu": "칼국수", + "price": 6500, + "latitude": 37.6698653658525, + "longitude": 127.0404813856, + "pageIndex": 143, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14714", @@ -6555,18 +10824,18 @@ "regionName": "경상북도" }, { - "bsshSn": "18614", - "name": "동마산시장 815족발", + "bsshSn": "470", + "name": "김밥타운", "categoryName": "한식", - "address": "경상남도 창원시 마산회원구 합성남9길 64 (합성동) 1층", - "phone": "055-255-0815", - "representativeMenu": "족발한팩", - "price": 10000, - "latitude": 35.23951128222638, - "longitude": 128.58769435088436, - "pageIndex": 9, - "regionCode": "48", - "regionName": "경상남도" + "address": "서울특별시 도봉구 도당로15길 3 (방학동)", + "phone": "02-956-2001", + "representativeMenu": "김밥", + "price": 2500, + "latitude": 37.6657622273039, + "longitude": 127.036859170423, + "pageIndex": 143, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "16320", @@ -6582,6 +10851,20 @@ "regionCode": "48", "regionName": "경상남도" }, + { + "bsshSn": "15311", + "name": "김밥하우스", + "categoryName": "한식", + "address": "서울특별시 도봉구 우이천로4길 9 (창동) 1층", + "phone": "02-994-3632", + "representativeMenu": "김밥", + "price": 2000, + "latitude": 37.63356423695464, + "longitude": 127.03996870341436, + "pageIndex": 143, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "11421", "name": "동촌손칼국수", @@ -6597,24 +10880,52 @@ "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": "16478", + "name": "도봉산콩나물국밥", + "categoryName": "한식", + "address": "서울특별시 도봉구 도봉로181길 53 (도봉동) 1층", + "phone": "02-955-9335", + "representativeMenu": "콩나물국밥", + "price": 6000, + "latitude": 37.68461597970264, + "longitude": 127.0429656928568, + "pageIndex": 145, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "7222", - "name": "남촌식당", + "bsshSn": "15292", + "name": "둘리왕만두", "categoryName": "한식", - "address": "제주특별자치도 제주시 서광로 174", + "address": "경상남도 창원시 의창구 도계로60번길 13-16 (도계동) 둘리왕만두", + "phone": "055-273-8700", + "representativeMenu": "만두", + "price": 5000, + "latitude": 35.257774977009696, + "longitude": 128.63697480240288, + "pageIndex": 9, + "regionCode": "48", + "regionName": "경상남도" + }, + { + "bsshSn": "473", + "name": "멸치국수", + "categoryName": "한식", + "address": "서울특별시 도봉구 해등로16길 12", + "phone": "02-994-8233", + "representativeMenu": "김밥", + "price": 3000, + "latitude": 37.6562348415638, + "longitude": 127.040572917949, + "pageIndex": 146, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "7222", + "name": "남촌식당", + "categoryName": "한식", + "address": "제주특별자치도 제주시 서광로 174", "phone": "064-753-1502", "representativeMenu": "멸치국수", "price": 6000, @@ -6624,6 +10935,20 @@ "regionCode": "50", "regionName": "제주특별자치도" }, + { + "bsshSn": "474", + "name": "명동분식", + "categoryName": "한식", + "address": "서울특별시 도봉구 도당로13가길 6 (방학동)", + "phone": "02-349-6553", + "representativeMenu": "깁밥", + "price": 2500, + "latitude": 37.6654827924061, + "longitude": 127.035821742602, + "pageIndex": 146, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10624", "name": "남현순대", @@ -6639,44 +10964,16 @@ "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": "인사동칼국수", + "bsshSn": "464", + "name": "미락칼국수", "categoryName": "한식", - "address": "서울특별시 종로구 인사동5길 25 1층", - "phone": "02-737-1151", + "address": "서울특별시 도봉구 도봉로110길 68 (창동)", + "phone": "02-908-7017", "representativeMenu": "칼국수", - "price": 7500, - "latitude": 37.5720973140597, - "longitude": 126.985392406484, - "pageIndex": 10, + "price": 7000, + "latitude": 37.6461159676582, + "longitude": 127.037374768708, + "pageIndex": 146, "regionCode": "11", "regionName": "서울특별시" }, @@ -6694,6 +10991,20 @@ "regionCode": "26", "regionName": "부산광역시" }, + { + "bsshSn": "475", + "name": "박리김밥", + "categoryName": "한식", + "address": "서울특별시 도봉구 덕릉로57길 22 (창동)", + "phone": "02-907-7002", + "representativeMenu": "김밥", + "price": 3000, + "latitude": 37.6396869947247, + "longitude": 127.037375060198, + "pageIndex": 147, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "1639", "name": "청춘탕수육", @@ -6709,18 +11020,18 @@ "regionName": "부산광역시" }, { - "bsshSn": "1633", - "name": "카페두콩", + "bsshSn": "16476", + "name": "박은선닭꼬치", "categoryName": "기타요식업", - "address": "부산광역시 중구 흑교로46번길8 (보수동1가)", - "phone": "-", - "representativeMenu": "아메리카노", - "price": 2500, - "latitude": 35.1034858345236, - "longitude": 129.025890398337, - "pageIndex": 10, - "regionCode": "26", - "regionName": "부산광역시" + "address": "서울특별시 도봉구 도봉로145길 65 (방학동) 상가 나동 104호", + "phone": "02-3494-0369", + "representativeMenu": "떡꼬치", + "price": 2000, + "latitude": 37.664535863595034, + "longitude": 127.03890403254496, + "pageIndex": 147, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "18938", @@ -6737,46 +11048,18 @@ "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": "포항회식당", + "bsshSn": "16475", + "name": "백송순두부", "categoryName": "한식", - "address": "대구광역시 중구 대봉로 240 (대봉동, 대봉서한포레스트) 상가 106호. 포항회식당", - "phone": "053-422-4415", - "representativeMenu": "정식", + "address": "서울특별시 도봉구 도당로27길 43 (방학동) 1층", + "phone": "02-3494-1616", + "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": "대구광역시" + "latitude": 37.66930988407001, + "longitude": 127.04081603332443, + "pageIndex": 147, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2026", @@ -6792,6 +11075,20 @@ "regionCode": "27", "regionName": "대구광역시" }, + { + "bsshSn": "11213", + "name": "브레쉬에비뉴", + "categoryName": "기타요식업", + "address": "서울특별시 도봉구 방학로 216 1층(방학동)", + "phone": "02-955-3799", + "representativeMenu": "아메리카노", + "price": 3000, + "latitude": 37.6620434153884, + "longitude": 127.028066503436, + "pageIndex": 149, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14011", "name": "진국", @@ -6807,18 +11104,18 @@ "regionName": "인천광역시" }, { - "bsshSn": "16952", - "name": "진순두부", + "bsshSn": "18417", + "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": "인천광역시" + "address": "서울특별시 도봉구 도봉로145길 66 (방학동) 1층", + "phone": "02-955-8589", + "representativeMenu": "잔치국수", + "price": 5500, + "latitude": 37.66473532812855, + "longitude": 127.03884992204918, + "pageIndex": 151, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14225", @@ -6835,18 +11132,18 @@ "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": "458", + "name": "신짜장", + "categoryName": "중식", + "address": "서울특별시 도봉구 도봉로145길 56 (방학동)", + "phone": "02-349-9209", + "representativeMenu": "자장면", + "price": 5000, + "latitude": 37.6647309981606, + "longitude": 127.039537996108, + "pageIndex": 151, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "11310", @@ -6862,6 +11159,20 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "465", + "name": "온누리식당", + "categoryName": "한식", + "address": "서울특별시 도봉구 도봉로159길 11-16 (도봉동)", + "phone": "02-955-6652", + "representativeMenu": "칼국수", + "price": 5000, + "latitude": 37.6739831024256, + "longitude": 127.043057192214, + "pageIndex": 152, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2277", "name": "참스민", @@ -6876,6 +11187,20 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "15313", + "name": "장터국수", + "categoryName": "한식", + "address": "서울특별시 도봉구 덕릉로 398 (창동) 상가 209호", + "phone": "02-995-4242", + "representativeMenu": "국수", + "price": 7000, + "latitude": 37.64577108348452, + "longitude": 127.05312444288873, + "pageIndex": 153, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14318", "name": "손복순수라상뷔페", @@ -6891,46 +11216,18 @@ "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": "460", + "name": "짜장마을", + "categoryName": "중식", + "address": "서울특별시 도봉구 마들로657 (방학동)", + "phone": "-", + "representativeMenu": "자장면", + "price": 4500, + "latitude": 37.6683298607216, + "longitude": 127.045337365161, + "pageIndex": 154, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14576", @@ -6946,6 +11243,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "466", + "name": "짱구네", + "categoryName": "한식", + "address": "서울특별시 도봉구 시루봉로 148 1층(방학동)", + "phone": "02-349-4366", + "representativeMenu": "냉면", + "price": 6000, + "latitude": 37.6637242748473, + "longitude": 127.028488298603, + "pageIndex": 155, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2998", "name": "할머니손칼국시", @@ -6960,6 +11271,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "480", + "name": "착한부대찌개", + "categoryName": "한식", + "address": "서울특별시 도봉구 도봉로109길46 2층좌측(쌍문동)", + "phone": "02-902-0191", + "representativeMenu": "착한부대찌개", + "price": 6000, + "latitude": 37.6471138049261, + "longitude": 127.030837375844, + "pageIndex": 155, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13647", "name": "홍사부", @@ -6975,60 +11300,18 @@ "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": "한아름식당", + "bsshSn": "16473", + "name": "착한식당마루", "categoryName": "한식", - "address": "세종특별자치시 연동면 태산로 60 청정상가 102호", - "phone": "044-868-5005", - "representativeMenu": "된장찌개", - "price": 8000, - "latitude": 36.5290966808229, - "longitude": 127.351449156014, - "pageIndex": 10, - "regionCode": "36", - "regionName": "세종특별자치시" + "address": "서울특별시 도봉구 도봉로135길 18 (쌍문동) 1층", + "phone": "02-6085-5682", + "representativeMenu": "김치찌개", + "price": 4000, + "latitude": 37.658910893901776, + "longitude": 127.03954765263082, + "pageIndex": 155, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10197", @@ -7044,6 +11327,20 @@ "regionCode": "36", "regionName": "세종특별자치시" }, + { + "bsshSn": "15315", + "name": "철수는부대찌개영희는김치찌개", + "categoryName": "한식", + "address": "서울특별시 도봉구 노해로65길 7-12 (창동) 1층", + "phone": "02-905-1500", + "representativeMenu": "부대찌개", + "price": 7900, + "latitude": 37.651732622364776, + "longitude": 127.04582350448763, + "pageIndex": 156, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "3387", "name": "뚱가네", @@ -7058,6 +11355,20 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "18415", + "name": "커피본", + "categoryName": "기타요식업", + "address": "서울특별시 도봉구 도봉로181길 70 (도봉동) 1층", + "phone": "-", + "representativeMenu": "아메리카노", + "price": 2000, + "latitude": 37.68512398438487, + "longitude": 127.04246524503934, + "pageIndex": 156, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "19001", "name": "뚱보네 꽈배기", @@ -7072,6 +11383,20 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "13403", + "name": "커피집", + "categoryName": "기타요식업", + "address": "서울특별시 도봉구 해등로 268 (방학동) 청구@상가 202,203,204호", + "phone": "-", + "representativeMenu": "커피", + "price": 3000, + "latitude": 37.65783619749066, + "longitude": 127.02692894284691, + "pageIndex": 156, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "18122", "name": "러너커피로스터스", @@ -7087,61 +11412,103 @@ "regionName": "경기도" }, { - "bsshSn": "4384", - "name": "밥짓는마을", + "bsshSn": "18030", + "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": "강원특별자치도" + "address": "서울특별시 도봉구 노해로63다길 24 (창동) 상가동 107호", + "phone": "-", + "representativeMenu": "떡꼬치", + "price": 1000, + "latitude": 37.654063390871215, + "longitude": 127.04627448569845, + "pageIndex": 157, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "11725", - "name": "백령밥집", + "bsshSn": "4383", + "name": "밥보네집", "categoryName": "한식", - "address": "강원특별자치도 춘천시 백령로 180 (후평동) 가운데 1층", - "phone": "033-241-2287", - "representativeMenu": "가정식백반", - "price": 7000, - "latitude": 37.87627632697244, - "longitude": 127.74631332467781, + "address": "강원특별자치도 춘천시 서부대성로 239번길 4 (효자동)", + "phone": "033-255-2123", + "representativeMenu": "제육볶음정식", + "price": 6000, + "latitude": 37.8730237470997, + "longitude": 127.744950136894, "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, + "bsshSn": "15777", + "name": "팡이네분식", + "categoryName": "기타요식업", + "address": "서울특별시 도봉구 도봉로110나길 31 (창동) 1층 102호", + "phone": "02-2135-1258", + "representativeMenu": "떡꼬치", + "price": 2000, + "latitude": 37.64759835159431, + "longitude": 127.03496626949072, + "pageIndex": 158, + "regionCode": "11", + "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": "16651", - "name": "백조컴퓨터세탁", - "categoryName": "세탁업", - "address": "강원특별자치도 춘천시 퇴계로146번길 12-1 (퇴계동)", - "phone": "033-261-8348", - "representativeMenu": "양복상의", - "price": 5000, - "latitude": 37.85855890084086, - "longitude": 127.73469966103542, + "bsshSn": "439", + "name": "폼폼커피베이비", + "categoryName": "기타요식업", + "address": "서울특별시 도봉구 도봉로164길 8 (도봉동)", + "phone": "0507-1325-1930", + "representativeMenu": "아메리카노", + "price": 1900, + "latitude": 37.6759199415979, + "longitude": 127.045213437341, + "pageIndex": 158, + "regionCode": "11", + "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": "11214", + "name": "할머니토스트", + "categoryName": "기타요식업", + "address": "서울특별시 도봉구 덕릉로60다길 15 (창동)", + "phone": "-", + "representativeMenu": "할머니토스트", + "price": 2500, + "latitude": 37.6381550558192, + "longitude": 127.039836159978, + "pageIndex": 158, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15770", "name": "대길식당", @@ -7156,6 +11523,20 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "461", + "name": "향원", + "categoryName": "중식", + "address": "서울특별시 도봉구 덕릉로59길 62 (창동)", + "phone": "-", + "representativeMenu": "짜장면", + "price": 2000, + "latitude": 37.6416824927055, + "longitude": 127.03652027445, + "pageIndex": 159, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "4737", "name": "대동관", @@ -7170,6 +11551,20 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "467", + "name": "홍두깨손칼국수", + "categoryName": "한식", + "address": "서울특별시 도봉구 도당로13가길 13 (방학동)", + "phone": "02-375-2727", + "representativeMenu": "옛날손칼국수", + "price": 5500, + "latitude": 37.6658741919658, + "longitude": 127.036072980597, + "pageIndex": 160, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15578", "name": "로스팅포인트 오렌지", @@ -7185,18 +11580,18 @@ "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": "468", + "name": "홍두깨손칼국수", + "categoryName": "한식", + "address": "서울특별시 도봉구 도봉산4가길 14 (도봉동)", + "phone": "02-349-0282", + "representativeMenu": "칼국수", + "price": 5500, + "latitude": 37.688212879641, + "longitude": 127.041306520991, + "pageIndex": 160, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "11751", @@ -7213,46 +11608,18 @@ "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": "15312", + "name": "홍두깨손칼국수", + "categoryName": "한식", + "address": "서울특별시 도봉구 덕릉로58길 3 (창동) 1층", + "phone": "02-903-8981", + "representativeMenu": "칼국수", + "price": 7500, + "latitude": 37.6388662285479, + "longitude": 127.03874814345146, + "pageIndex": 160, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "11327", @@ -7269,18 +11636,18 @@ "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": "462", + "name": "화원", + "categoryName": "중식", + "address": "서울특별시 도봉구 덕릉로60길 57 (창동) (창동)", + "phone": "02-998-8888", + "representativeMenu": "자장면", + "price": 3500, + "latitude": 37.63774562758732, + "longitude": 127.04079973520979, + "pageIndex": 160, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "18287", @@ -7297,74 +11664,18 @@ "regionName": "전라남도" }, { - "bsshSn": "5625", - "name": "종가집", + "bsshSn": "11271", + "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 까꼬뽀꼬", + "address": "서울특별시 도봉구 노해로69길 15-9 (창동)", "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": "경상남도" + "representativeMenu": "가정식백반", + "price": 7000, + "latitude": 37.6529050124665, + "longitude": 127.05033734448, + "pageIndex": 161, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "18773", @@ -7381,18 +11692,18 @@ "regionName": "경상남도" }, { - "bsshSn": "19169", - "name": "만날재삼계탕", + "bsshSn": "422", + "name": "공릉동멸치국수", "categoryName": "한식", - "address": "경상남도 창원시 마산합포구 월영동6길 7 (해운동) 2층", - "phone": "055-222-3908", - "representativeMenu": "삼계탕", - "price": 10000, - "latitude": 35.17985383679972, - "longitude": 128.56194235833954, - "pageIndex": 10, - "regionCode": "48", - "regionName": "경상남도" + "address": "서울특별시 노원구 동일로173가길 43 (공릉동)", + "phone": "070-8160-6158", + "representativeMenu": "멸치국수", + "price": 5000, + "latitude": 37.6201858843938, + "longitude": 127.07298722732, + "pageIndex": 161, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "18741", @@ -7409,47 +11720,19 @@ "regionName": "제주특별자치도" }, { - "bsshSn": "16863", - "name": "장원식당", + "bsshSn": "18732", + "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": "콩나물국밥", + "address": "서울특별시 노원구 광운로12길 13 (월계동) 1층", + "phone": "02-911-8371", + "representativeMenu": "바지락칼국수", "price": 7000, - "latitude": 37.5764830744797, - "longitude": 126.972264842484, - "pageIndex": 11, + "latitude": 37.62131255523202, + "longitude": 127.05991448612018, + "pageIndex": 162, "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": "학마을", @@ -7465,60 +11748,74 @@ "regionName": "부산광역시" }, { - "bsshSn": "1661", - "name": "한양왕순대", + "bsshSn": "11543", + "name": "대원아구찜칼국수", "categoryName": "한식", - "address": "부산광역시 중구 해관로20-1 (중앙동)", - "phone": "051-245-9138", - "representativeMenu": "순대국밥", - "price": 9000, - "latitude": 35.1006289027265, - "longitude": 129.035905126423, + "address": "서울특별시 노원구 상계로27길 48", + "phone": "02-936-2242", + "representativeMenu": "칼국수", + "price": 7000, + "latitude": 37.6603792768307, + "longitude": 127.069209409411, + "pageIndex": 163, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "19455", + "name": "호띠(Hotti)", + "categoryName": "기타요식업", + "address": "부산광역시 중구 중구로33번길 34 (부평동2가) 1층", + "phone": "051-714-0073", + "representativeMenu": "아메리카노", + "price": 2000, + "latitude": 35.10109850255856, + "longitude": 129.0260188442655, "pageIndex": 11, "regionCode": "26", "regionName": "부산광역시" }, { - "bsshSn": "10072", - "name": "한우장", + "bsshSn": "11546", + "name": "뚜비뚜밥스", "categoryName": "한식", - "address": "대구광역시 중구 국채보상로 555 (종로1가) (전)", - "phone": "053-257-1125", - "representativeMenu": "설렁탕", - "price": 10000, - "latitude": 35.8709131264325, - "longitude": 128.59143517676986, - "pageIndex": 11, - "regionCode": "27", - "regionName": "대구광역시" + "address": "서울특별시 노원구 동일로 190길 4", + "phone": "070-4115-7775", + "representativeMenu": "컵밥(소)", + "price": 3500, + "latitude": 37.6251320197826, + "longitude": 127.073589835978, + "pageIndex": 163, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "17987", - "name": "한울식당", + "bsshSn": "1870", + "name": "고향손칼국수", "categoryName": "한식", - "address": "대구광역시 중구 경상감영길 280 (동인동2가) 동인동", - "phone": "053-425-2462", - "representativeMenu": "정식", - "price": 8000, - "latitude": 35.87080928368533, - "longitude": 128.60257722168762, + "address": "대구광역시 동구 장등로 9 (신천동)", + "phone": "053-752-8894", + "representativeMenu": "잔치국수", + "price": 4500, + "latitude": 35.8682732754141, + "longitude": 128.622905927079, "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": "11303", + "name": "락궁", + "categoryName": "중식", + "address": "서울특별시 노원구 마들로31 210호", + "phone": "02-949-8585", + "representativeMenu": "짜장면", + "price": 6500, + "latitude": 37.6187253727752, + "longitude": 127.067084588448, + "pageIndex": 163, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2237", @@ -7534,6 +11831,20 @@ "regionCode": "28", "regionName": "인천광역시" }, + { + "bsshSn": "424", + "name": "마들김밥", + "categoryName": "한식", + "address": "서울특별시 노원구 한글비석로 474 보람상가", + "phone": "02-933-9308", + "representativeMenu": "김밥", + "price": 2000, + "latitude": 37.6648233542549, + "longitude": 127.065441493669, + "pageIndex": 164, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2238", "name": "철이네손수제비랑칼국수(신흥)", @@ -7549,32 +11860,18 @@ "regionName": "인천광역시" }, { - "bsshSn": "2239", - "name": "청수식당", + "bsshSn": "425", + "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": "인천광역시" + "address": "서울특별시 노원구 석계로106 (월계동, 1층)", + "phone": "02-976-4841", + "representativeMenu": "떡볶이", + "price": 3000, + "latitude": 37.6231587724471, + "longitude": 127.060412203211, + "pageIndex": 164, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2278", @@ -7591,8 +11888,22 @@ "regionName": "광주광역시" }, { - "bsshSn": "2280", - "name": "학동김밥", + "bsshSn": "419", + "name": "마시차이나", + "categoryName": "중식", + "address": "서울특별시 노원구 동일로 217길58 -", + "phone": "02-339-1134", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 37.6532669761244, + "longitude": 127.057911100494, + "pageIndex": 164, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "2280", + "name": "학동김밥", "categoryName": "한식", "address": "광주광역시 동구 남문로 683 1층(학동)", "phone": "062-225-3248", @@ -7604,6 +11915,20 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "426", + "name": "메밀꽃", + "categoryName": "한식", + "address": "서울특별시 노원구 상계로 9가길 67 1층(상계동)", + "phone": "-", + "representativeMenu": "단호박죽", + "price": 4000, + "latitude": 37.6604731193713, + "longitude": 127.068969571453, + "pageIndex": 165, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2547", "name": "신도칼국수", @@ -7618,6 +11943,20 @@ "regionCode": "30", "regionName": "대전광역시" }, + { + "bsshSn": "11540", + "name": "별미밥상", + "categoryName": "한식", + "address": "서울특별시 노원구 덕릉로 849 1층(상계동)", + "phone": "02-931-5487", + "representativeMenu": "가정식 백반", + "price": 7000, + "latitude": 37.6720951149989, + "longitude": 127.082605479913, + "pageIndex": 165, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16821", "name": "신미식당", @@ -7633,32 +11972,18 @@ "regionName": "대전광역시" }, { - "bsshSn": "14611", - "name": "30년전통감자탕", + "bsshSn": "428", + "name": "손맛집", "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": "울산광역시" + "address": "서울특별시 노원구 중계로14나길 25 104호(중계동,삼성아파트상가)", + "phone": "02-939-1644", + "representativeMenu": "김치찌개", + "price": 5000, + "latitude": 37.6485870640359, + "longitude": 127.084143743208, + "pageIndex": 167, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2897", @@ -7674,6 +11999,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "429", + "name": "신가네 칼국수", + "categoryName": "한식", + "address": "서울특별시 노원구 공릉로59나길 78-14 1층(하계동)", + "phone": "02-948-9956", + "representativeMenu": "바지락칼국수", + "price": 7000, + "latitude": 37.6356927168152, + "longitude": 127.070239129102, + "pageIndex": 168, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15109", "name": "경북칼국수", @@ -7689,32 +12028,18 @@ "regionName": "울산광역시" }, { - "bsshSn": "13003", - "name": "행복한곰탕", + "bsshSn": "10284", + "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": "세종특별자치시" + "address": "서울특별시 노원구 공릉동 604-1", + "phone": "02-949-1677", + "representativeMenu": "닭곰탕", + "price": 6000, + "latitude": 37.6204635895665, + "longitude": 127.072221214955, + "pageIndex": 168, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14930", @@ -7731,18 +12056,18 @@ "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": "431", + "name": "옹골면", + "categoryName": "한식", + "address": "서울특별시 노원구 상계로70 화랑빌딩", + "phone": "02-951-4748", + "representativeMenu": "잔치국수", + "price": 5000, + "latitude": 37.6560029371167, + "longitude": 127.062768782263, + "pageIndex": 170, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13883", @@ -7758,6 +12083,20 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "16193", + "name": "우이동멸치국수", + "categoryName": "한식", + "address": "서울특별시 노원구 노원로 462 (상계동) 1층", + "phone": "02-939-9595", + "representativeMenu": "멸치국수", + "price": 6000, + "latitude": 37.65772215465864, + "longitude": 127.06634948404452, + "pageIndex": 170, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "11724", "name": "봉실스넥", @@ -7773,46 +12112,18 @@ "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": "대선집", + "bsshSn": "432", + "name": "윤호네착한메밀", "categoryName": "한식", - "address": "충청북도 청주시 서원구 구룡산로51번다길 4 (성화동) 1층", - "phone": "043-233-2212", - "representativeMenu": "돌솥제육정식", - "price": 10000, - "latitude": 36.615134258549226, - "longitude": 127.45225164740799, - "pageIndex": 11, - "regionCode": "43", - "regionName": "충청북도" + "address": "서울특별시 노원구 상계로 111 (상계동)", + "phone": "02-936-2819", + "representativeMenu": "옹심이칼국수", + "price": 5000, + "latitude": 37.6575426833216, + "longitude": 127.067083120473, + "pageIndex": 170, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15520", @@ -7828,6 +12139,20 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "408", + "name": "은행빵집", + "categoryName": "베이커리", + "address": "서울특별시 노원구 한글비석로 253 106호(중계동,세신빌딩)", + "phone": "02-931-9289", + "representativeMenu": "소보루빵", + "price": 800, + "latitude": 37.6504237048351, + "longitude": 127.0763481119, + "pageIndex": 171, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "4760", "name": "대운분식", @@ -7842,6 +12167,20 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "16190", + "name": "일번지국수", + "categoryName": "한식", + "address": "서울특별시 노원구 화랑로 419-18 (공릉동) 1층", + "phone": "02-975-9379", + "representativeMenu": "김치찌개", + "price": 7000, + "latitude": 37.61775694189453, + "longitude": 127.07414159789539, + "pageIndex": 171, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16878", "name": "명윤", @@ -7856,6 +12195,20 @@ "regionCode": "44", "regionName": "충청남도" }, + { + "bsshSn": "420", + "name": "짬뽕늬우스", + "categoryName": "중식", + "address": "서울특별시 노원구 노해로81길 6 (상계동)", + "phone": "02-934-4442", + "representativeMenu": "자장면", + "price": 5000, + "latitude": 37.6552999056128, + "longitude": 127.063097398768, + "pageIndex": 172, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16880", "name": "모모아지트", @@ -7871,32 +12224,18 @@ "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": "19051", + "name": "카페마레", + "categoryName": "기타요식업", + "address": "서울특별시 노원구 공릉로 312 (하계동) 1층 카페마", + "phone": "010-4935-2704", + "representativeMenu": "아메리카노", + "price": 2500, + "latitude": 37.63511311877099, + "longitude": 127.07200973427544, + "pageIndex": 173, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15147", @@ -7913,18 +12252,18 @@ "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": "434", + "name": "피노키오", + "categoryName": "한식", + "address": "서울특별시 노원구 한글비석로 474 206호(상계동, 보람상가2층)", + "phone": "02-930-7233", + "representativeMenu": "원조냉면", + "price": 4000, + "latitude": 37.6648233542549, + "longitude": 127.065441493669, + "pageIndex": 174, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "6309", @@ -7941,18 +12280,18 @@ "regionName": "경상북도" }, { - "bsshSn": "6326", - "name": "나미화헤어클럽", - "categoryName": "미용업", - "address": "경상북도 포항시 남구 송도로 10-1", - "phone": "-", - "representativeMenu": "커트", - "price": 10000, - "latitude": 36.0337446127344, - "longitude": 129.372175309483, - "pageIndex": 11, - "regionCode": "47", - "regionName": "경상북도" + "bsshSn": "13794", + "name": "PHO358(포358, pho358)", + "categoryName": "기타요식업", + "address": "서울특별시 은평구 은평로 91 (응암동) B101", + "phone": "02-386-4042", + "representativeMenu": "소고기 쌀국수(s)", + "price": 7000, + "latitude": 37.599704538955606, + "longitude": 126.91782357818384, + "pageIndex": 176, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "6495", @@ -7969,18 +12308,18 @@ "regionName": "경상북도" }, { - "bsshSn": "17129", - "name": "만원족발", + "bsshSn": "927", + "name": "돈꾹", "categoryName": "한식", - "address": "경상남도 창원시 마산회원구 양덕북2길 13 (양덕동) 1층", - "phone": "055-299-4822", - "representativeMenu": "왕족발", - "price": 10000, - "latitude": 35.232299773538415, - "longitude": 128.58552226970943, - "pageIndex": 11, - "regionCode": "48", - "regionName": "경상남도" + "address": "서울특별시 은평구 진흥로1길 8 (역촌동)", + "phone": "02-383-6110", + "representativeMenu": "돈가스", + "price": 7000, + "latitude": 37.6011265489109, + "longitude": 126.918879408917, + "pageIndex": 178, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "17130", @@ -7996,6 +12335,20 @@ "regionCode": "48", "regionName": "경상남도" }, + { + "bsshSn": "921", + "name": "멸치국수", + "categoryName": "한식", + "address": "서울특별시 은평구 은평로 119 2층(응암동)", + "phone": "02-359-8988", + "representativeMenu": "멸치국수", + "price": 6500, + "latitude": 37.6005326421982, + "longitude": 126.920909229792, + "pageIndex": 179, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "17139", "name": "먹거리아", @@ -8011,32 +12364,18 @@ "regionName": "경상남도" }, { - "bsshSn": "6804", - "name": "메밀파티", + "bsshSn": "928", + "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": "제주특별자치도" + "address": "서울특별시 은평구 은평로197-1 (녹번동)", + "phone": "02-389-3855", + "representativeMenu": "돈까스", + "price": 6500, + "latitude": 37.6018712349694, + "longitude": 126.929572082208, + "pageIndex": 179, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "18086", @@ -8053,44 +12392,16 @@ "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, + "bsshSn": "940", + "name": "북한산 손칼국수", + "categoryName": "한식", + "address": "서울특별시 은평구 대서문길 36 (진관동)", + "phone": "0507-1407-4413", + "representativeMenu": "손칼국수", + "price": 6500, + "latitude": 37.6554709821584, + "longitude": 126.948552831595, + "pageIndex": 180, "regionCode": "11", "regionName": "서울특별시" }, @@ -8109,102 +12420,46 @@ "regionName": "부산광역시" }, { - "bsshSn": "1420", - "name": "3678통장어", + "bsshSn": "13796", + "name": "빵이 조아", + "categoryName": "베이커리", + "address": "서울특별시 은평구 백련산로 84 (응암동, 백련산 힐스테이트2차) 상가 105호", + "phone": "02-307-0825", + "representativeMenu": "단팥빵", + "price": 1200, + "latitude": 37.59300975173584, + "longitude": 126.92364245416012, + "pageIndex": 180, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "17709", + "name": "국수집국모", "categoryName": "한식", - "address": "부산광역시 서구 구덕로 280번길 17 (동대신동1가)", - "phone": "051-242-3678", - "representativeMenu": "장어탕", - "price": 10000, - "latitude": 35.1095112240639, - "longitude": 129.01944149398, + "address": "대구광역시 동구 팔공로27길 24 (불로동) 1층", + "phone": "053-981-3339", + "representativeMenu": "잔치국수", + "price": 5000, + "latitude": 35.9115976360345, + "longitude": 128.63861561811987, "pageIndex": 12, - "regionCode": "26", - "regionName": "부산광역시" + "regionCode": "27", + "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": "한우물", + "bsshSn": "929", + "name": "상미김밥", "categoryName": "한식", - "address": "광주광역시 동구 필문대로191번길 15-2 (산수동)", - "phone": "062-675-9944", - "representativeMenu": "생선구이(모듬)", - "price": 9000, - "latitude": 35.1533803800092, - "longitude": 126.933174859781, - "pageIndex": 12, - "regionCode": "29", - "regionName": "광주광역시" + "address": "서울특별시 은평구 응암로4길 18-26 (응암동)", + "phone": "02-307-1140", + "representativeMenu": "야채김밥", + "price": 3000, + "latitude": 37.5861459280103, + "longitude": 126.918336023128, + "pageIndex": 180, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2282", @@ -8221,18 +12476,18 @@ "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": "19062", + "name": "서교밥집", + "categoryName": "한식", + "address": "서울특별시 은평구 서오릉로 179 (구산동, 구산아파트)", + "phone": "02-356-5988", + "representativeMenu": "수제돈까스", + "price": 6000, + "latitude": 37.61287236905419, + "longitude": 126.91342609421717, + "pageIndex": 180, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2568", @@ -8248,6 +12503,20 @@ "regionCode": "30", "regionName": "대전광역시" }, + { + "bsshSn": "922", + "name": "시장냉면", + "categoryName": "한식", + "address": "서울특별시 은평구 응암로22길 5-17 (응암동) (응암동)", + "phone": "02-387-1434", + "representativeMenu": "물냉면", + "price": 7000, + "latitude": 37.59432196145397, + "longitude": 126.91879243260554, + "pageIndex": 181, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14911", "name": "왕관식당", @@ -8263,18 +12532,18 @@ "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": "13038", + "name": "신가네 김밥", + "categoryName": "한식", + "address": "서울특별시 은평구 진흥로1길 17 (역촌동) 1층", + "phone": "02-385-3187", + "representativeMenu": "야채김밥", + "price": 2000, + "latitude": 37.60199594851038, + "longitude": 126.91853313048655, + "pageIndex": 182, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15106", @@ -8290,6 +12559,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "11362", + "name": "역촌동멸치국수", + "categoryName": "한식", + "address": "서울특별시 은평구 역말로 24 (역촌동)", + "phone": "02-356-5903", + "representativeMenu": "멸치국수", + "price": 5500, + "latitude": 37.6055444555547, + "longitude": 126.912925292168, + "pageIndex": 183, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "18735", "name": "궁전중화요리", @@ -8304,6 +12587,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "16177", + "name": "은평정육식당", + "categoryName": "한식", + "address": "서울특별시 은평구 서오릉로 127 (역촌동) 1층 은평정육식당", + "phone": "02-356-9391", + "representativeMenu": "국내산 생삼겹살(200g)", + "price": 7900, + "latitude": 37.61036556106262, + "longitude": 126.91830831221306, + "pageIndex": 184, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "14935", "name": "만두촌", @@ -8319,18 +12616,18 @@ "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": "15940", + "name": "장가구", + "categoryName": "중식", + "address": "서울특별시 은평구 연서로4길 19 (역촌동) 2층", + "phone": "02-355-3678", + "representativeMenu": "짬뽕", + "price": 7000, + "latitude": 37.602732643078966, + "longitude": 126.9181480130361, + "pageIndex": 186, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14015", @@ -8346,6 +12643,20 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "19066", + "name": "장수칼국수와 돈까스", + "categoryName": "한식", + "address": "서울특별시 은평구 통일로87길 6-11 (갈현동)", + "phone": "02-354-7676", + "representativeMenu": "칼국수", + "price": 5000, + "latitude": 37.62386759155076, + "longitude": 126.91901312321035, + "pageIndex": 186, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16199", "name": "명랑꽈배기", @@ -8360,6 +12671,48 @@ "regionCode": "41", "regionName": "경기도" }, + { + "bsshSn": "16178", + "name": "진국수", + "categoryName": "한식", + "address": "서울특별시 은평구 진흥로 163 (대조동) 1층 진국수", + "phone": "02-385-0166", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 37.60900632252334, + "longitude": 126.9279001264067, + "pageIndex": 188, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "16632", + "name": "분식집에 하숙하는 붕어빵", + "categoryName": "한식", + "address": "강원특별자치도 춘천시 삭주로 25 (교동)", + "phone": "0507-1402-8552", + "representativeMenu": "떡볶이", + "price": 3000, + "latitude": 37.88144386414532, + "longitude": 127.73456759786936, + "pageIndex": 12, + "regionCode": "51", + "regionName": "강원특별자치도" + }, + { + "bsshSn": "17613", + "name": "커피앤", + "categoryName": "기타요식업", + "address": "서울특별시 은평구 통일로63길 6 (녹번동) 1층", + "phone": "02-358-7090", + "representativeMenu": "아메리카노", + "price": 2800, + "latitude": 37.6080252777659, + "longitude": 126.93137075032114, + "pageIndex": 188, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13799", "name": "블루밍", @@ -8375,46 +12728,18 @@ "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": "17622", + "name": "펀스터", + "categoryName": "기타요식업", + "address": "서울특별시 은평구 증산로3길 8-15 (증산동) 1층", + "phone": "010-2134-2805", + "representativeMenu": "크루아상", + "price": 3400, + "latitude": 37.58138282858609, + "longitude": 126.90570425728238, + "pageIndex": 189, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "4748", @@ -8430,6 +12755,20 @@ "regionCode": "43", "regionName": "충청북도" }, + { + "bsshSn": "16179", + "name": "풍성분식", + "categoryName": "기타요식업", + "address": "서울특별시 은평구 연서로 263 (불광동) 1층 풍성분식", + "phone": "02-387-3168", + "representativeMenu": "꽈배기(2개)", + "price": 1000, + "latitude": 37.62039334003357, + "longitude": 126.92391679374651, + "pageIndex": 190, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15776", "name": "도니수제돈까스", @@ -8445,46 +12784,18 @@ "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": "16767", + "name": "프롬보람", + "categoryName": "기타요식업", + "address": "서울특별시 은평구 갈현로5길 5 (신사동) 1층", + "phone": "02-6105-0717", + "representativeMenu": "아메리카노(포장)", + "price": 2500, + "latitude": 37.60195242046355, + "longitude": 126.90975536877428, + "pageIndex": 190, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "5412", @@ -8501,32 +12812,18 @@ "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": "14080", + "name": "하루커피", + "categoryName": "기타요식업", + "address": "서울특별시 은평구 가좌로 185 (응암동) 1층", + "phone": "02-307-6864", + "representativeMenu": "아메리카노", + "price": 3300, + "latitude": 37.587363949583455, + "longitude": 126.92034625573962, + "pageIndex": 190, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15994", @@ -8542,6 +12839,20 @@ "regionCode": "52", "regionName": "전북특별자치도" }, + { + "bsshSn": "15229", + "name": "한잔의추억", + "categoryName": "한식", + "address": "서울특별시 은평구 역말로 18 (역촌동) 1층", + "phone": "02-355-1984", + "representativeMenu": "냉삼덮밥", + "price": 5000, + "latitude": 37.60548768485893, + "longitude": 126.91238798071213, + "pageIndex": 191, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "10495", "name": "홍가네만두분식", @@ -8556,6 +12867,20 @@ "regionCode": "46", "regionName": "전라남도" }, + { + "bsshSn": "936", + "name": "행복밥상", + "categoryName": "한식", + "address": "서울특별시 은평구 갈현로 302-7 (갈현동)", + "phone": "070-7524-5506", + "representativeMenu": "청국장", + "price": 7000, + "latitude": 37.6238127865365, + "longitude": 126.917540864079, + "pageIndex": 191, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "18288", "name": "홍두깨멸치칼국수", @@ -8571,46 +12896,18 @@ "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": "17612", + "name": "히카리우동", + "categoryName": "일식", + "address": "서울특별시 은평구 가좌로 190 (응암동) 2층", + "phone": "010-9505-5297", + "representativeMenu": "히카리우동", + "price": 5500, + "latitude": 37.587925989980185, + "longitude": 126.9202028401795, + "pageIndex": 192, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "11257", @@ -8627,46 +12924,46 @@ "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": "13366", + "name": "가마솥 꽈배기", + "categoryName": "기타요식업", + "address": "서울특별시 서대문구 통일로 189-1 (영천동) 1층", + "phone": "02-312-4999", + "representativeMenu": "꽈배기 4개", + "price": 1000, + "latitude": 37.570334273340514, + "longitude": 126.96184750453916, + "pageIndex": 193, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "6811", - "name": "명동식당", + "bsshSn": "6828", + "name": "미가칼국수", "categoryName": "한식", - "address": "경상남도 창원시 성산구 원이대로589번길 12 (용호동)", - "phone": "055-262-8374", - "representativeMenu": "정식", - "price": 8000, - "latitude": 35.2286912789379, - "longitude": 128.679710134939, + "address": "경상남도 창원시 진해구 벚꽃로60번길 19-6 832(화천동)", + "phone": "055-543-5200", + "representativeMenu": "보리밥", + "price": 4000, + "latitude": 35.1512659472656, + "longitude": 128.665285213057, "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": "15456", + "name": "까루나", + "categoryName": "기타요식업", + "address": "서울특별시 서대문구 홍제내길 42 (홍제동) 1층", + "phone": "02-394-1733", + "representativeMenu": "에스프레소", + "price": 4000, + "latitude": 37.58439146646457, + "longitude": 126.93640580071963, + "pageIndex": 194, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "10625", @@ -8683,75 +12980,103 @@ "regionName": "제주특별자치도" }, { - "bsshSn": "14005", - "name": "진미김밥", + "bsshSn": "13921", + "name": "늘우짜", "categoryName": "한식", - "address": "서울특별시 종로구 종로46길 28 (창신동) 1층", - "phone": "02-2268-0069", - "representativeMenu": "진미김밥", - "price": 4000, - "latitude": 37.57045965794985, - "longitude": 127.01018731204245, - "pageIndex": 13, + "address": "서울특별시 서대문구 가재울로 72 (남가좌동) 1층", + "phone": "02-375-5500", + "representativeMenu": "짜장", + "price": 7000, + "latitude": 37.576206862153825, + "longitude": 126.92100544792332, + "pageIndex": 195, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "19059", - "name": "착한커피공장", - "categoryName": "기타요식업", - "address": "서울특별시 종로구 자하문로7길 66 (누하동) 1층", - "phone": "02-738-7774", - "representativeMenu": "아메리카노", - "price": 2000, - "latitude": 37.58019735852819, - "longitude": 126.9691947292228, + "bsshSn": "17930", + "name": "길목식당", + "categoryName": "한식", + "address": "대구광역시 동구 평화로 58 (신암동)", + "phone": "053-957-9711", + "representativeMenu": "청국장 찌개", + "price": 7500, + "latitude": 35.88437674353279, + "longitude": 128.62015239131767, "pageIndex": 13, - "regionCode": "11", - "regionName": "서울특별시" + "regionCode": "27", + "regionName": "대구광역시" }, { - "bsshSn": "18198", - "name": "창신숯불돼지갈비", + "bsshSn": "703", + "name": "대명꼬기", "categoryName": "한식", - "address": "서울특별시 종로구 종로 322-11 (창신동) 1층", - "phone": "02-766-5861", - "representativeMenu": "돼지갈비정식", - "price": 10000, - "latitude": 37.5716697926823, - "longitude": 127.01361493727262, - "pageIndex": 13, + "address": "서울특별시 서대문구 명물길 27-15", + "phone": "02-362-1468", + "representativeMenu": "삼겹살", + "price": 7000, + "latitude": 37.5587604706847, + "longitude": 126.938056010036, + "pageIndex": 196, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "11365", - "name": "광화냉면", + "bsshSn": "14954", + "name": "날마다좋은집1호점", "categoryName": "한식", - "address": "부산광역시 서구 대영로 73번길 108 (동대신동3가)", - "phone": "051-253-4823", - "representativeMenu": "냉면", - "price": 9000, - "latitude": 35.1150878509163, - "longitude": 129.016829835228, + "address": "대구광역시 동구 아양로11길 10 (신암동)", + "phone": "053-426-3531", + "representativeMenu": "고딧국(2~3인용)", + "price": 6000, + "latitude": 35.88346970782011, + "longitude": 128.62034336657473, "pageIndex": 13, - "regionCode": "26", - "regionName": "부산광역시" + "regionCode": "27", + "regionName": "대구광역시" }, { - "bsshSn": "17709", - "name": "국수집국모", + "bsshSn": "13912", + "name": "따뜻한밥상 홍제", "categoryName": "한식", - "address": "대구광역시 동구 팔공로27길 24 (불로동) 1층", - "phone": "053-981-3339", - "representativeMenu": "잔치국수", + "address": "서울특별시 서대문구 통일로40길 9 (홍제동) 2층", + "phone": "010-5438-8087", + "representativeMenu": "김치찌개", + "price": 3000, + "latitude": 37.59033421244203, + "longitude": 126.94326941065869, + "pageIndex": 197, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "1882", + "name": "다모아식당", + "categoryName": "한식", + "address": "대구광역시 동구 파계로 54 (지묘동)", + "phone": "053-986-2929", + "representativeMenu": "해물칼국수", "price": 5000, - "latitude": 35.9115976360345, - "longitude": 128.63861561811987, + "latitude": 35.9386980766118, + "longitude": 128.638782921677, "pageIndex": 13, "regionCode": "27", "regionName": "대구광역시" }, + { + "bsshSn": "17914", + "name": "라이빈", + "categoryName": "중식", + "address": "서울특별시 서대문구 영천시장길 66 (옥천동) 1층", + "phone": "02-6014-1945", + "representativeMenu": "자장면", + "price": 5000, + "latitude": 37.56966449512643, + "longitude": 126.96245389829024, + "pageIndex": 198, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "13033", "name": "갓구워낸빵", @@ -8767,18 +13092,18 @@ "regionName": "인천광역시" }, { - "bsshSn": "13022", - "name": "남성여성커트전문점", - "categoryName": "미용업", - "address": "인천광역시 동구 샛골로161번길 26 (송림동) 1층", - "phone": "010-8670-9155", - "representativeMenu": "남성커트", + "bsshSn": "699", + "name": "밥 보다 국시", + "categoryName": "한식", + "address": "서울특별시 서대문구 세검정로3길 64 1층", + "phone": "02-391-1279", + "representativeMenu": "잔치국수", "price": 5000, - "latitude": 37.47703198808541, - "longitude": 126.64334345184642, - "pageIndex": 13, - "regionCode": "28", - "regionName": "인천광역시" + "latitude": 37.5938417010464, + "longitude": 126.947392091148, + "pageIndex": 201, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "13798", @@ -8795,32 +13120,18 @@ "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": "13926", + "name": "배나무집소반", + "categoryName": "한식", + "address": "서울특별시 서대문구 홍제원4길 8 (홍제동) 1층", + "phone": "02-738-8545", + "representativeMenu": "김치찜", + "price": 7500, + "latitude": 37.58637263604738, + "longitude": 126.94733959445577, + "pageIndex": 202, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "17171", @@ -8836,6 +13147,20 @@ "regionCode": "29", "regionName": "광주광역시" }, + { + "bsshSn": "17912", + "name": "백반&찌개", + "categoryName": "한식", + "address": "서울특별시 서대문구 북아현로4길 9-8 (북아현동) 1층", + "phone": "02-393-0891", + "representativeMenu": "백반", + "price": 7000, + "latitude": 37.559553506512145, + "longitude": 126.9575125116325, + "pageIndex": 202, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "2569", "name": "왕산", @@ -8851,60 +13176,18 @@ "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": "677", + "name": "본솔커피", + "categoryName": "기타요식업", + "address": "서울특별시 서대문구 증가로 82", + "phone": "02-323-1225", + "representativeMenu": "아메리카노", + "price": 3500, + "latitude": 37.574761208625, + "longitude": 126.927236781956, + "pageIndex": 202, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15094", @@ -8921,102 +13204,18 @@ "regionName": "울산광역시" }, { - "bsshSn": "15102", - "name": "내고향추어탕", + "bsshSn": "17896", + "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": "강원특별자치도" + "address": "서울특별시 서대문구 거북골로 174-1 (북가좌동) 1층", + "phone": "02-304-9599", + "representativeMenu": "수제등심돈까스1장", + "price": 3500, + "latitude": 37.57699020067757, + "longitude": 126.91107849660759, + "pageIndex": 203, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "4761", @@ -9033,7 +13232,21 @@ "regionName": "충청북도" }, { - "bsshSn": "15760", + "bsshSn": "700", + "name": "소문난냉면", + "categoryName": "한식", + "address": "서울특별시 서대문구 거북골로 210", + "phone": "02-373-7673", + "representativeMenu": "물(비빔)냉면", + "price": 7000, + "latitude": 37.5790717495041, + "longitude": 126.908121536764, + "pageIndex": 204, + "regionCode": "11", + "regionName": "서울특별시" + }, + { + "bsshSn": "15760", "name": "동의명가 뼈해장국,순대국,감자탕", "categoryName": "한식", "address": "충청북도 청주시 상당구 무심동로392번길 4 (서문동) 1층", @@ -9047,60 +13260,18 @@ "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": "10607", + "name": "수신당", + "categoryName": "베이커리", + "address": "서울특별시 서대문구 수색로 2길 39 110-4호", + "phone": "02-315-7817", + "representativeMenu": "소금빵(쌀가루)", + "price": 2800, + "latitude": 37.5713138623931, + "longitude": 126.915904667901, + "pageIndex": 205, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "15995", @@ -9117,60 +13288,18 @@ "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": "가든회관", + "bsshSn": "13923", + "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": "경상북도" + "address": "서울특별시 서대문구 신촌역로 17 (대현동) 1층 110호", + "phone": "0507-1376-1301", + "representativeMenu": "아콘스톨김밥", + "price": 3000, + "latitude": 37.55829513202091, + "longitude": 126.942418353037, + "pageIndex": 206, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "6363", @@ -9187,18 +13316,18 @@ "regionName": "경상북도" }, { - "bsshSn": "6828", - "name": "미가칼국수", + "bsshSn": "716", + "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": "경상남도" + "address": "서울특별시 서대문구 포방터길 71", + "phone": "02-379-1583", + "representativeMenu": "동태찌개", + "price": 6000, + "latitude": 37.5999079501205, + "longitude": 126.949373042104, + "pageIndex": 207, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "6825", @@ -9214,6 +13343,20 @@ "regionCode": "48", "regionName": "경상남도" }, + { + "bsshSn": "17915", + "name": "오누정", + "categoryName": "기타요식업", + "address": "서울특별시 서대문구 홍연길 90 (연희동) 1층 3호", + "phone": "070-8080-0402", + "representativeMenu": "오란다", + "price": 1200, + "latitude": 37.576805724206245, + "longitude": 126.93155637093358, + "pageIndex": 208, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "16321", "name": "바름카페공방", @@ -9229,228 +13372,158 @@ "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": "청정바지락칼국수", + "bsshSn": "15457", + "name": "온밥", "categoryName": "한식", - "address": "서울특별시 종로구 창신길 11 1층", - "phone": "02-743-6557", - "representativeMenu": "칼국수", - "price": 7000, - "latitude": 37.5722071295158, - "longitude": 127.010524084538, - "pageIndex": 14, + "address": "서울특별시 서대문구 연세로7안길 34-1 (창천동) 지하1층", + "phone": "02-333-4465", + "representativeMenu": "제육덮밥", + "price": 7500, + "latitude": 37.55822984885451, + "longitude": 126.93484211055018, + "pageIndex": 209, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "19060", - "name": "체부동잔치집", + "bsshSn": "18617", + "name": "바보엄마칼국수 진해석동점", "categoryName": "한식", - "address": "서울특별시 종로구 자하문로1길 16 (체부동) 1층", - "phone": "02-730-5420", - "representativeMenu": "잔치국수", - "price": 5000, - "latitude": 37.57655121434925, - "longitude": 126.97150085198783, - "pageIndex": 14, - "regionCode": "11", - "regionName": "서울특별시" + "address": "경상남도 창원시 진해구 석동로59번길 6-9 (석동) 1층", + "phone": "055-547-5255", + "representativeMenu": "사골칼국수", + "price": 5500, + "latitude": 35.15643049996103, + "longitude": 128.7056441225601, + "pageIndex": 13, + "regionCode": "48", + "regionName": "경상남도" }, { - "bsshSn": "16867", - "name": "카츠연", - "categoryName": "일식", - "address": "서울특별시 종로구 삼봉로 81 (수송동) 지하1층 136호", - "phone": "010-4015-1318", - "representativeMenu": "등심돈카츠정식", - "price": 9500, - "latitude": 37.572557012406925, - "longitude": 126.98181439015927, - "pageIndex": 14, + "bsshSn": "701", + "name": "왕세숫대야냉면", + "categoryName": "한식", + "address": "서울특별시 서대문구 수색로2길 7", + "phone": "02-376-0877", + "representativeMenu": "물(비빔)냉면", + "price": 6000, + "latitude": 37.5691852263581, + "longitude": 126.915981995677, + "pageIndex": 209, "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": "18612", + "name": "바보엄마칼국수 창원점", + "categoryName": "한식", + "address": "경상남도 창원시 의창구 의창대로247번길 33 (소답동) 1층", + "phone": "055-299-0094", + "representativeMenu": "사골칼국수", + "price": 5500, + "latitude": 35.26473140031365, + "longitude": 128.625169764524, + "pageIndex": 13, + "regionCode": "48", + "regionName": "경상남도" }, { - "bsshSn": "1410", - "name": "남강숯불갈비", + "bsshSn": "17909", + "name": "우정섞어찌개", "categoryName": "한식", - "address": "부산광역시 서구 충무대로 255번길 9 (남부민동)", - "phone": "051-254-8108", - "representativeMenu": "된장찌개", - "price": 8000, - "latitude": 35.0930541909753, - "longitude": 129.023262189766, - "pageIndex": 14, - "regionCode": "26", - "regionName": "부산광역시" + "address": "서울특별시 서대문구 연희로 88 (연희동) 1층 3호", + "phone": "02-325-0333", + "representativeMenu": "비빔밥", + "price": 7000, + "latitude": 37.56590650457268, + "longitude": 126.9303928693369, + "pageIndex": 209, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "19202", - "name": "대신 벚꽃길 빙수", + "bsshSn": "17711", + "name": "다반트", "categoryName": "기타요식업", - "address": "부산광역시 서구 대영로73번길 60 (동대신동3가) 1층", - "phone": "051-991-3610", - "representativeMenu": "팥빙수", - "price": 8500, - "latitude": 35.11309551348351, - "longitude": 129.0178920843254, + "address": "대구광역시 동구 용진길 4 (중대동)", + "phone": "010-9774-7888", + "representativeMenu": "아메리카노", + "price": 4500, + "latitude": 35.97887295843366, + "longitude": 128.6327864396004, "pageIndex": 14, - "regionCode": "26", - "regionName": "부산광역시" + "regionCode": "27", + "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": "17910", + "name": "원조국수전문점", + "categoryName": "한식", + "address": "서울특별시 서대문구 인왕시장길 16 (홍제동)", + "phone": "02-396-9353", + "representativeMenu": "잔치국수", + "price": 5000, + "latitude": 37.5910589499539, + "longitude": 126.94285182345715, + "pageIndex": 209, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "17930", - "name": "길목식당", + "bsshSn": "17929", + "name": "다온가야밀면", "categoryName": "한식", - "address": "대구광역시 동구 평화로 58 (신암동)", - "phone": "053-957-9711", - "representativeMenu": "청국장 찌개", - "price": 7500, - "latitude": 35.88437674353279, - "longitude": 128.62015239131767, + "address": "대구광역시 동구 반야월로 311-11 (신서동)", + "phone": "053-269-7771", + "representativeMenu": "물밀면", + "price": 7000, + "latitude": 35.872498143444936, + "longitude": 128.7226197105274, "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": "15439", + "name": "유일한베이커리", + "categoryName": "베이커리", + "address": "서울특별시 서대문구 거북골로 120 (남가좌동, DMC센트레빌) 상가2동 지하2층 2-1A호(남가좌동)", + "phone": "02-303-3803", + "representativeMenu": "쌀시오빵", + "price": 2000, + "latitude": 37.57619462463039, + "longitude": 126.9162889112898, + "pageIndex": 210, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "1882", - "name": "다모아식당", - "categoryName": "한식", - "address": "대구광역시 동구 파계로 54 (지묘동)", - "phone": "053-986-2929", - "representativeMenu": "해물칼국수", + "bsshSn": "2094", + "name": "문성각", + "categoryName": "중식", + "address": "인천광역시 동구 송미로 35 (송림동) 1층", + "phone": "032-777-0400", + "representativeMenu": "짜장면", "price": 5000, - "latitude": 35.9386980766118, - "longitude": 128.638782921677, + "latitude": 37.482903570468814, + "longitude": 126.6497277170181, "pageIndex": 14, - "regionCode": "27", - "regionName": "대구광역시" + "regionCode": "28", + "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": "15615", + "name": "자가제면 홍제우동", + "categoryName": "일식", + "address": "서울특별시 서대문구 세무서7길 12-6 (홍제동, 대흥주택) 1층", + "phone": "02-6941-1881", + "representativeMenu": "홍제우동", + "price": 7000, + "latitude": 37.59163144562524, + "longitude": 126.94653955649089, + "pageIndex": 211, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14921", @@ -9467,18 +13540,18 @@ "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": "14410", + "name": "전통만두", + "categoryName": "한식", + "address": "서울특별시 서대문구 연희로8길 5-3 (연희동) 1층", + "phone": "02-3142-2989", + "representativeMenu": "고기/김치만두", + "price": 6000, + "latitude": 37.565782750902315, + "longitude": 126.93047427904168, + "pageIndex": 212, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "14916", @@ -9495,18 +13568,18 @@ "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": "17922", + "name": "제인버거", + "categoryName": "양식", + "address": "서울특별시 서대문구 연희로 245 (연희동) 2층", + "phone": "02-3144-0955", + "representativeMenu": "수제버거", + "price": 4000, + "latitude": 37.579000336945946, + "longitude": 126.93574970925283, + "pageIndex": 212, + "regionCode": "11", + "regionName": "서울특별시" }, { "bsshSn": "2541", @@ -9522,6 +13595,20 @@ "regionCode": "30", "regionName": "대전광역시" }, + { + "bsshSn": "15620", + "name": "지랩(GRAP)", + "categoryName": "기타요식업", + "address": "서울특별시 서대문구 명지대7길 21 (남가좌동) 1층", + "phone": "0507-1344-6599", + "representativeMenu": "아메리카노", + "price": 2800, + "latitude": 37.58380683954527, + "longitude": 126.92197467381278, + "pageIndex": 213, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "15118", "name": "대박분식", @@ -9536,6 +13623,20 @@ "regionCode": "31", "regionName": "울산광역시" }, + { + "bsshSn": "14412", + "name": "차푸", + "categoryName": "중식", + "address": "서울특별시 서대문구 가재울로6길 53-87 (남가좌동, 가재울백련아파트) 1층", + "phone": "02-302-0085", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 37.5770014416354, + "longitude": 126.92310094570777, + "pageIndex": 214, + "regionCode": "11", + "regionName": "서울특별시" + }, { "bsshSn": "18786", "name": "더짬뽕", @@ -9551,4582 +13652,508 @@ "regionName": "울산광역시" }, { - "bsshSn": "2899", - "name": "덤", + "bsshSn": "717", + "name": "청년밥상문간 이화여자대학교점", "categoryName": "한식", - "address": "울산광역시 남구 대학로84번길 5-5", - "phone": "052-247-1217", - "representativeMenu": "냉칼국수", - "price": 8000, - "latitude": 35.5426013606551, - "longitude": 129.260284008748, - "pageIndex": 14, - "regionCode": "31", - "regionName": "울산광역시" + "address": "서울특별시 서대문구 이화여대길 52-39 지하1층", + "phone": "02-313-6031", + "representativeMenu": "김치찌개", + "price": 3000, + "latitude": 37.5594672041902, + "longitude": 126.945142833645, + "pageIndex": 214, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "3377", - "name": "못골해장국", + "bsshSn": "719", + "name": "춘천식당", "categoryName": "한식", - "address": "경기도 수원시 권선구 금호로246번길 15-4 1층", - "phone": "031-278-3493", - "representativeMenu": "선지해장국", + "address": "서울특별시 서대문구 수색로 42", + "phone": "02-309-2208", + "representativeMenu": "된장찌개 백반", "price": 6000, - "latitude": 37.2749502849126, - "longitude": 126.977331077535, - "pageIndex": 14, - "regionCode": "41", - "regionName": "경기도" + "latitude": 37.5704446606082, + "longitude": 126.91425977513, + "pageIndex": 215, + "regionCode": "11", + "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": "678", + "name": "카페,떡마을", + "categoryName": "기타요식업", + "address": "서울특별시 서대문구 통일로 189-1", + "phone": "02-363-8128", + "representativeMenu": "단팥죽", + "price": 6000, + "latitude": 37.570349534206, + "longitude": 126.961866338275, + "pageIndex": 215, + "regionCode": "11", + "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": "10609", + "name": "한잎", + "categoryName": "양식", + "address": "서울특별시 서대문구 홍은중앙로9길 10 1층", + "phone": "02-391-7770", + "representativeMenu": "돈카츠", + "price": 4000, + "latitude": 37.5997578167818, + "longitude": 126.948268936387, + "pageIndex": 218, + "regionCode": "11", + "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": "702", + "name": "홍제동잔치집", + "categoryName": "한식", + "address": "서울특별시 서대문구 통일로428-1", + "phone": "02-720-8833", + "representativeMenu": "잔치국수", + "price": 4000, + "latitude": 37.5876310271935, + "longitude": 126.945897515732, + "pageIndex": 219, + "regionCode": "11", + "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": "15453", + "name": "화춘장 중화요리", + "categoryName": "중식", + "address": "서울특별시 서대문구 통일로37길 9 (홍제동) 1층", + "phone": "02-6952-6672", + "representativeMenu": "짜장면", + "price": 6500, + "latitude": 37.58774554794945, + "longitude": 126.94444276360429, + "pageIndex": 220, + "regionCode": "11", + "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": "620", + "name": "경성커피컴퍼니", + "categoryName": "기타요식업", + "address": "서울특별시 마포구 삼개로 7-1 1층 (도화동)", + "phone": "02-716-7007", + "representativeMenu": "아메리카노", + "price": 3000, + "latitude": 37.5396648695587, + "longitude": 126.947700718654, + "pageIndex": 220, + "regionCode": "11", + "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": "657", + "name": "고향집", + "categoryName": "한식", + "address": "서울특별시 마포구 망원로8길 14 (망원동) 1층 (망원동)", + "phone": "02-322-8762", + "representativeMenu": "칼국수", + "price": 4000, + "latitude": 37.55682470180007, + "longitude": 126.9058461481781, + "pageIndex": 221, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "19234", - "name": "부흥만두", + "bsshSn": "663", + "name": "냠냠분식", "categoryName": "한식", - "address": "충청남도 천안시 동남구 사직로 30 (사직동) 부흥만두", - "phone": "0507-1412-5388", - "representativeMenu": "고기만두 10개", - "price": 6000, - "latitude": 36.802733785154345, - "longitude": 127.14941788531904, - "pageIndex": 14, - "regionCode": "44", - "regionName": "충청남도" + "address": "서울특별시 마포구 모래내로 7길 89 1층 2호 (성산동)", + "phone": "02-303-7332", + "representativeMenu": "김밥", + "price": 3500, + "latitude": 37.5682704926227, + "longitude": 126.908296671286, + "pageIndex": 221, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "4926", - "name": "북경중화요리", + "bsshSn": "654", + "name": "동일루", "categoryName": "중식", - "address": "충청남도 천안시 동남구 신부1길 6 (신부동)", - "phone": "041-554-1585", - "representativeMenu": "짜장면", - "price": 6500, - "latitude": 36.8141759551811, - "longitude": 127.158996108759, - "pageIndex": 14, - "regionCode": "44", - "regionName": "충청남도" + "address": "서울특별시 마포구 포은로 75 (망원동)", + "phone": "02-314-2221", + "representativeMenu": "유니짜장", + "price": 7000, + "latitude": 37.5538237462899, + "longitude": 126.905567945655, + "pageIndex": 222, + "regionCode": "11", + "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": "15284", + "name": "리우키친", + "categoryName": "양식", + "address": "서울특별시 마포구 월드컵북로 402 (상암동) B101호", + "phone": "0507-1300-5493", + "representativeMenu": "닭가슴살샐러드", + "price": 5400, + "latitude": 37.58014588458926, + "longitude": 126.88904361197856, + "pageIndex": 223, + "regionCode": "11", + "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": "15943", + "name": "맛양값", + "categoryName": "한식", + "address": "서울특별시 마포구 동교로9길 44 (망원동) 지하1층", + "phone": "02-326-0900", + "representativeMenu": "칼국수", + "price": 6000, + "latitude": 37.555824760644136, + "longitude": 126.90955665399073, + "pageIndex": 223, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "5424", - "name": "한들각중화요리", - "categoryName": "중식", - "address": "전북특별자치도 전주시 완산구 안행로 112 1층", - "phone": "063-232-0317", - "representativeMenu": "짜장면", + "bsshSn": "658", + "name": "망원시장손칼국수", + "categoryName": "한식", + "address": "서울특별시 마포구 망원로8길 29 1층 (망원동)", + "phone": "02-601-7139", + "representativeMenu": "칼국수", "price": 5000, - "latitude": 35.8062940498025, - "longitude": 127.134355429754, - "pageIndex": 14, - "regionCode": "52", - "regionName": "전북특별자치도" + "latitude": 37.5561838524433, + "longitude": 126.906288604852, + "pageIndex": 224, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "5447", - "name": "한일옥", + "bsshSn": "13705", + "name": "망원식당", "categoryName": "한식", - "address": "전북특별자치도 전주시 완산구 중산중앙로 29", - "phone": "063-222-3118", - "representativeMenu": "한우육회비빔밥", - "price": 9000, - "latitude": 35.8166803897759, - "longitude": 127.121458191969, - "pageIndex": 14, - "regionCode": "52", - "regionName": "전북특별자치도" + "address": "서울특별시 마포구 망원로8길 6 (망원동) 1층 일부", + "phone": "02-3144-0848", + "representativeMenu": "멸치국수", + "price": 6000, + "latitude": 37.55718237320419, + "longitude": 126.90571625078948, + "pageIndex": 224, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "15997", - "name": "향촌", + "bsshSn": "659", + "name": "미소국수", "categoryName": "한식", - "address": "전북특별자치도 전주시 덕진구 숲정이4길 3 (진북동, 다세대주택)", - "phone": "063-252-5733", - "representativeMenu": "김치찌개", - "price": 8000, - "latitude": 35.82908945757786, - "longitude": 127.13270073754536, - "pageIndex": 14, - "regionCode": "52", - "regionName": "전북특별자치도" + "address": "서울특별시 마포구 동교로 27길 41 (연남동)", + "phone": "02-326-5403", + "representativeMenu": "잔치국수(곱배기)", + "price": 6000, + "latitude": 37.5596861029029, + "longitude": 126.921460829141, + "pageIndex": 225, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "11766", - "name": "훈희국수", + "bsshSn": "666", + "name": "봉주르", "categoryName": "한식", - "address": "전북특별자치도 전주시 덕진구 우아8길 8", - "phone": "063-247-1275", - "representativeMenu": "백반(청국장 육개장 뼈다귀탕)", - "price": 8000, - "latitude": 35.8506326095344, - "longitude": 127.156849553268, - "pageIndex": 14, - "regionCode": "52", - "regionName": "전북특별자치도" + "address": "서울특별시 마포구 와우산로 155-1 (서교동)", + "phone": "02-332-8373", + "representativeMenu": "찌개백반", + "price": 5500, + "latitude": 37.5549789202685, + "longitude": 126.930036332426, + "pageIndex": 226, + "regionCode": "11", + "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": "17514", + "name": "소니가김밥", + "categoryName": "한식", + "address": "서울특별시 마포구 도화길 46-1 (도화동) 1층", + "phone": "02-6406-0066", + "representativeMenu": "김밥", + "price": 3500, + "latitude": 37.54172036440463, + "longitude": 126.95077020102201, + "pageIndex": 228, + "regionCode": "11", + "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": "11306", + "name": "양귀비짬뽕", + "categoryName": "중식", + "address": "서울특별시 마포구 월드컵로 190 112호", + "phone": "02-302-2302", + "representativeMenu": "짜장면", + "price": 7000, + "latitude": 37.5641776888752, + "longitude": 126.903289789101, + "pageIndex": 229, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "11807", - "name": "광장서대회(이순신광장점)", + "bsshSn": "671", + "name": "옛날무쇠솥", "categoryName": "한식", - "address": "전라남도 여수시 이순신광장로 129 (중앙동) 1층(교동)", - "phone": "0507-1384-2782", - "representativeMenu": "서대회(1인)", - "price": 10000, - "latitude": 34.738245805249676, - "longitude": 127.73846543180578, - "pageIndex": 14, - "regionCode": "46", - "regionName": "전라남도" + "address": "서울특별시 마포구 서강로1길 12-5 1층 (창전동)", + "phone": "02-323-7098", + "representativeMenu": "된장찌개백반", + "price": 6500, + "latitude": 37.5489508380303, + "longitude": 126.931031582072, + "pageIndex": 231, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "16128", - "name": "다정한정식", + "bsshSn": "13938", + "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": "칼국수", + "address": "서울특별시 마포구 월드컵로13길 42 (망원동) 장모님멸치국수", + "phone": "02-3144-4748", + "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": "전북특별자치도" + "latitude": 37.5554961904076, + "longitude": 126.90783670182708, + "pageIndex": 234, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "15532", - "name": "묵은지삼겹살", + "bsshSn": "674", + "name": "참맛 닭곰탕", "categoryName": "한식", - "address": "전북특별자치도 군산시 경암로 56 (경암동) 묵은지삼겹살", - "phone": "063-442-3055", - "representativeMenu": "된장찌개", + "address": "서울특별시 마포구 망원로8길 36 (망원동)", + "phone": "02-336-9945", + "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": "전라남도" + "latitude": 37.5559256004882, + "longitude": 126.90614225469, + "pageIndex": 235, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "5762", - "name": "두레", + "bsshSn": "15571", + "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": "경상북도" + "address": "서울특별시 마포구 동교로27길 46 (연남동) 1층 103호", + "phone": "02-323-8292", + "representativeMenu": "옛날김밥", + "price": 3500, + "latitude": 37.55994812313551, + "longitude": 126.92150787452432, + "pageIndex": 236, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "6312", - "name": "마실카페", + "bsshSn": "627", + "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": "경상남도" + "address": "서울특별시 마포구 창전로 66 (신수동, 1층)", + "phone": "02-673-1013", + "representativeMenu": "아메리카노(기본사이즈)", + "price": 3500, + "latitude": 37.5483026653971, + "longitude": 126.932918259254, + "pageIndex": 236, + "regionCode": "11", + "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": "18867", + "name": "홍대입구역 로바다야끼 리틀카세", + "categoryName": "일식", + "address": "서울특별시 마포구 와우산로29길 40-18 (서교동) 1층", + "phone": "070-4010-1049", + "representativeMenu": "튀김우동", + "price": 5000, + "latitude": 37.55571767217143, + "longitude": 126.92820221687542, + "pageIndex": 238, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "18615", - "name": "소문난김밥", + "bsshSn": "18866", + "name": "홍익분식", "categoryName": "한식", - "address": "경상남도 창원시 마산회원구 내서읍 중리상곡로 129 소문난김밥", - "phone": "055-231-4893", - "representativeMenu": "소문난김밥", + "address": "서울특별시 마포구 성미산로 99 (연남동) 지1층", + "phone": "02-332-7725", + "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, + "latitude": 37.56161741170145, + "longitude": 126.91826076871769, + "pageIndex": 238, "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, + "bsshSn": "14566", + "name": "강남식당(강남식당짜장전문)", + "categoryName": "중식", + "address": "서울특별시 양천구 곰달래로13길 4 (신월동) 1층", + "phone": "02-2604-2346", + "representativeMenu": "짜장면", + "price": 4000, + "latitude": 37.53035810621481, + "longitude": 126.83751280615746, + "pageIndex": 239, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "984", - "name": "영자씨우동김밥", + "bsshSn": "14571", + "name": "기사님식당(즉석우동짜장)", "categoryName": "한식", - "address": "서울특별시 중구 마른내로 15-1 (저동2가)", - "phone": "02-227-9791", - "representativeMenu": "김치찌개", - "price": 7000, - "latitude": 37.5649541262687, - "longitude": 126.989606762221, - "pageIndex": 21, + "address": "서울특별시 양천구 지양로 91 (신월동) 1층", + "phone": "02-2696-0982", + "representativeMenu": "짜장면", + "price": 5000, + "latitude": 37.5229988882168, + "longitude": 126.8319262859901, + "pageIndex": 239, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "969", - "name": "옛날홍두깨손칼국수", + "bsshSn": "855", + "name": "대박집", "categoryName": "한식", - "address": "서울특별시 중구 동호로7길 32 1층", - "phone": "02-223-1458", - "representativeMenu": "손수제비", - "price": 6000, - "latitude": 37.5525136777809, - "longitude": 127.010624637953, - "pageIndex": 21, + "address": "서울특별시 양천구 등촌로 46 1층", + "phone": "02-2653-9285", + "representativeMenu": "대패삼겹살", + "price": 3300, + "latitude": 37.533842137502, + "longitude": 126.864032853976, + "pageIndex": 240, "regionCode": "11", "regionName": "서울특별시" }, { - "bsshSn": "1430", - "name": "산바다", + "bsshSn": "854", + "name": "명동손칼국수", "categoryName": "한식", - "address": "부산광역시 서구 엄광산로 6 (서대신동3가)", - "phone": "051-241-2976", - "representativeMenu": "메기매운탕", - "price": 8000, - "latitude": 35.1277404417829, - "longitude": 129.007513285213, - "pageIndex": 21, - "regionCode": "26", - "regionName": "부산광역시" + "address": "서울특별시 양천구 목동중앙북로6길 4 1층", + "phone": "02-2644-3999", + "representativeMenu": "칼국수", + "price": 3500, + "latitude": 37.5482589749093, + "longitude": 126.865009629825, + "pageIndex": 241, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "1431", - "name": "삼원두루치기", + "bsshSn": "857", + "name": "보라매25시해장국", "categoryName": "한식", - "address": "부산광역시 서구 구덕로193번길 12-17 (부민동2가)", - "phone": "051-231-5452", - "representativeMenu": "두루치기", - "price": 8000, - "latitude": 35.1024534581686, - "longitude": 129.019112839039, - "pageIndex": 21, - "regionCode": "26", - "regionName": "부산광역시" + "address": "서울특별시 양천구 신월로17길 21 1층", + "phone": "02-2604-6952", + "representativeMenu": "돌솥비빔밥", + "price": 6000, + "latitude": 37.5206993207374, + "longitude": 126.841751442387, + "pageIndex": 242, + "regionCode": "11", + "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": "852", + "name": "소문장", + "categoryName": "중식", + "address": "서울특별시 양천구 목동중앙북로4길 20 1층", + "phone": "02-2644-3067", + "representativeMenu": "짜장면", + "price": 4000, + "latitude": 37.5478172971015, + "longitude": 126.86421637039, + "pageIndex": 243, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "1874", - "name": "시장냉면", + "bsshSn": "14563", + "name": "소소연", "categoryName": "한식", - "address": "대구광역시 동구 팔공로30길 10-3 (불로동)", - "phone": "053-981-4044", - "representativeMenu": "얼큰냉면", + "address": "서울특별시 양천구 목동중앙로 43 (목동, 목동 글로리파크) 1층 102호", + "phone": "010-2421-7354", + "representativeMenu": "한우곰탕 (포장)", "price": 6000, - "latitude": 35.9113533839705, - "longitude": 128.642338260752, - "pageIndex": 21, - "regionCode": "27", - "regionName": "대구광역시" + "latitude": 37.533540983079625, + "longitude": 126.86952519319911, + "pageIndex": 243, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "1885", - "name": "신산홍", + "bsshSn": "15527", + "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": "대구광역시" + "address": "서울특별시 양천구 목동중앙남로 46 (목동, 목동 미소래 아파트) 상가1층 103호", + "phone": "02-2643-7300", + "representativeMenu": "홀로생칼국수", + "price": 5500, + "latitude": 37.537839248304394, + "longitude": 126.8669490708125, + "pageIndex": 245, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "17768", - "name": "엄마솥밥상", + "bsshSn": "17666", + "name": "오시면", "categoryName": "한식", - "address": "대구광역시 동구 동대구로 423 (신천동)", - "phone": "053-753-2030", - "representativeMenu": "된장정식", - "price": 8000, - "latitude": 35.86819851346647, - "longitude": 128.6259527502153, - "pageIndex": 21, - "regionCode": "27", - "regionName": "대구광역시" + "address": "서울특별시 양천구 중앙로43길 14 (신정동, 래미안 목동아델리체) 상가 B동 1층 108호", + "phone": "02-2601-7789", + "representativeMenu": "즉석떡볶이", + "price": 4000, + "latitude": 37.51938799084228, + "longitude": 126.85233609985481, + "pageIndex": 245, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "1868", - "name": "영남루반점", + "bsshSn": "17567", + "name": "이용성국수맛집", "categoryName": "중식", - "address": "대구광역시 동구 해동로 18 (지저동)", - "phone": "053-981-9881", - "representativeMenu": "자장면", - "price": 5000, - "latitude": 35.896627045467, - "longitude": 128.637690520629, - "pageIndex": 21, - "regionCode": "27", - "regionName": "대구광역시" + "address": "서울특별시 양천구 목동중앙북로7가길 10 (목동, 정목빌딩) 1층", + "phone": "02-2652-0748", + "representativeMenu": "짜장면", + "price": 6500, + "latitude": 37.54872315464117, + "longitude": 126.86686226682762, + "pageIndex": 246, + "regionCode": "11", + "regionName": "서울특별시" }, { - "bsshSn": "2108", - "name": "화도진순대국", + "bsshSn": "859", + "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": "인천광역시" + "address": "서울특별시 양천구 목동동로 339 목동트윈빌 140호", + "phone": "02-2655-2527", + "representativeMenu": "고등어조림", + "price": 6500, + "latitude": 37.5321753616364, + "longitude": 126.876743891714, + "pageIndex": 247, + "regionCode": "11", + "regionName": "서울특별시" } ] } diff --git a/docs/cloudflare-account-to-deploy.md b/docs/cloudflare-account-to-deploy.md index 3da5aa9..985559f 100644 --- a/docs/cloudflare-account-to-deploy.md +++ b/docs/cloudflare-account-to-deploy.md @@ -124,6 +124,7 @@ npx wrangler login 중요: - 이 내용은 OpenNext 문서와 현재 저장소의 배포 방식을 합친 운영 가이드다. - 현재 저장소는 `Workers Builds`가 아니라 `로컬 build -> wrangler deploy` 흐름이므로, 로컬 build 변수와 Cloudflare runtime 변수 둘 다 챙겨야 한다. +- 현재 배포/점검 스크립트는 쉘이나 CI에서 주입한 env를 로컬 `.env*`보다 우선 사용한다. 즉 워크플로우가 넘긴 운영 `NEXTAUTH_URL`, `ADMIN_APP_URL`, `SITE_URL`이 개발용 파일 값으로 다시 덮이지 않는다. 공식 문서: - [OpenNext env vars guide](https://opennext.js.org/cloudflare/howtos/env-vars) @@ -136,6 +137,7 @@ npx wrangler login ```env DATABASE_URL= AUTH_SECRET= +SITE_URL= NEXTAUTH_URL= ADMIN_APP_URL= NEXT_PUBLIC_NAVER_MAP_KEY_ID= @@ -166,6 +168,7 @@ RESEND_API_KEY= - 실무적으로는 아래도 대시보드에서 변수로 관리하는 편이 낫다. - `AUTH_KAKAO_CLIENT_ID` - `AUTH_NAVER_CLIENT_ID` + - `SITE_URL` - `NEXTAUTH_URL` - `ADMIN_APP_URL` @@ -177,6 +180,10 @@ RESEND_API_KEY= - `sitemap.xml` - canonical metadata +관리자 앱을 따로 배포할 때는 `SITE_URL`도 같이 중요하다. +- admin 앱 헤더의 홈 링크 기준 URL +- public 앱 복귀 링크 기준 URL + ### 가장 쉬운 순서 1. 먼저 `workers.dev` 주소로 배포 2. 실제 주소를 확인 @@ -191,6 +198,18 @@ RESEND_API_KEY= NEXTAUTH_URL=https://altteulmap.alexteam.workers.dev ``` +관리자 앱을 따로 두면 예시는 아래처럼 나뉜다. + +```env +# public worker +NEXTAUTH_URL=https://altteulmap.alexteam.workers.dev +ADMIN_APP_URL=https://altteulmap-admin.alexteam.workers.dev + +# admin worker +NEXTAUTH_URL=https://altteulmap-admin.alexteam.workers.dev +SITE_URL=https://altteulmap.alexteam.workers.dev +``` + 참고: - `workers.dev` 형식은 Cloudflare 공식 문서 기준으로 `..workers.dev`다. - 운영 서비스는 나중에 커스텀 도메인으로 바꾸는 게 좋다. @@ -204,6 +223,8 @@ npm install npm run verify npm run test:e2e npm run deploy:check -- --preview +npm run deploy:check:public +npm run deploy:check:admin ``` DB를 실제로 쓰는 상태면 필요 시: @@ -247,7 +268,7 @@ npm run deploy:admin npm run deploy:public ``` -이때 `deploy:public`은 `ADMIN_APP_URL`이 비어 있으면 실패한다. public 번들에서 `/admin`, `/api/admin`을 제거하는 대신 관리자 링크를 외부 관리자 앱으로 보내기 때문이다. +이때 `deploy:public`은 `ADMIN_APP_URL`이 비어 있으면 실패한다. public 번들은 `/admin`, `/api/admin`을 external redirect/API stub 모드로 빌드하고, 관리자 링크를 외부 관리자 앱으로 보내기 때문이다. 공식 문서: - [Cloudflare Next.js guide](https://developers.cloudflare.com/workers/framework-guides/web-apps/nextjs/) diff --git a/docs/deploy-cloudflare.md b/docs/deploy-cloudflare.md index e9b52fc..7af1cdc 100644 --- a/docs/deploy-cloudflare.md +++ b/docs/deploy-cloudflare.md @@ -11,16 +11,19 @@ ## 1. 배포 전 필수 확인 1. `npm run verify` 2. `npm run smoke:local` -3. `USE_MOCK_DATA=false` -4. 운영 DB 연결 문자열 준비 -5. `NEXTAUTH_URL`을 실제 배포 도메인으로 변경 -6. 네이버 지도 키와 OAuth callback URL을 운영 도메인 기준으로 등록 +3. `npm run smoke:remote` +4. `USE_MOCK_DATA=false` +5. 운영 DB 연결 문자열 준비 +6. `NEXTAUTH_URL`을 실제 배포 도메인으로 변경 +7. 관리자 앱을 분리할 경우 public 앱 `ADMIN_APP_URL`, admin 앱 `SITE_URL`까지 준비 +8. 네이버 지도 키와 OAuth callback URL을 운영 도메인 기준으로 등록 ## 2. 필수 환경 변수 - `DATABASE_URL` - `AUTH_SECRET` - `NEXTAUTH_URL` - `ADMIN_APP_URL` (`deploy:public` 또는 외부 관리자 앱 분리 시) +- `SITE_URL` (`deploy:admin`으로 별도 관리자 앱을 둘 때 권장, public 홈 링크 기준) - `NEXT_PUBLIC_NAVER_MAP_KEY_ID` - `AUTH_KAKAO_CLIENT_ID` - `AUTH_KAKAO_CLIENT_SECRET` @@ -54,28 +57,43 @@ ```bash npm run verify npm run smoke:local +npm run smoke:remote npm run deploy:check ``` +운영 URL smoke는 아래처럼 public/admin 주소를 명시하는 방식을 권장한다. + +```bash +SMOKE_PUBLIC_URL=https://altteulmap..workers.dev \ +SMOKE_ADMIN_URL=https://altteulmap-admin..workers.dev \ +npm run smoke:remote +``` + +이 스크립트는 public `/`, `/robots.txt`, `/sitemap.xml`, sample place canonical, public `/admin`, public `/api/admin/places`, admin `/admin`, admin `/login`을 읽기 전용으로 확인한다. + 배포는 목적에 따라 아래를 사용한다. ```bash npm run deploy +npm run deploy:check:public npm run deploy:public +npm run deploy:check:admin npm run deploy:admin ``` - `deploy`: 현재 앱 전체 배포 -- `deploy:public`: 관리자 route를 제외한 public 앱 배포 +- `deploy:public`: `/admin`, `/api/admin`을 외부 관리자 앱 redirect/API stub로 전환한 public 앱 배포 - `deploy:admin`: 별도 `apps/admin` 관리자 앱 배포 관리자 분리 기준 배포 순서는 아래를 권장한다. 1. `npm run deploy:admin` -2. `ADMIN_APP_URL=https://altteulmap-admin..workers.dev` 설정 -3. `npm run deploy:public` +2. admin Worker에 `NEXTAUTH_URL=https://altteulmap-admin..workers.dev`, `SITE_URL=https://altteulmap..workers.dev` 설정 +3. public Worker에 `ADMIN_APP_URL=https://altteulmap-admin..workers.dev` 설정 +4. `npm run deploy:public` 이 명령들은 `.next`, `.open-next`를 먼저 비우고 다시 OpenNext build를 만든 뒤 업로드한다. 현재 저장소는 Cloudflare Workers Free 한도에 맞추기 위해 `webpack` build를 사용한다. +배포/점검 스크립트는 쉘이나 CI에서 주입한 env를 로컬 `.env*`보다 우선 사용하므로, 운영 워크플로우에서 넘긴 `NEXTAUTH_URL`, `ADMIN_APP_URL`, `SITE_URL`이 로컬 파일 값에 덮이지 않는다. preview 기준으로 로컬 URL 허용 상태만 보려면: @@ -86,14 +104,18 @@ npm run deploy:check -- --preview ## 7. 첫 배포 직후 확인 1. `/`에서 지도 렌더링 2. `/login`에서 카카오/네이버 로그인 버튼 노출 -3. `/robots.txt` -4. `/sitemap.xml` -5. 장소 상세 canonical -6. 북마크/등록/신고 보호 라우트 동작 +3. public Worker의 `/admin`이 별도 admin Worker로 이동하는지 확인 +4. public Worker의 `/api/admin/places`가 `adminUrl`이 담긴 안내 JSON을 반환하는지 확인 +5. `/robots.txt` +6. `/sitemap.xml` +7. 장소 상세 canonical +8. 북마크/등록/신고 보호 라우트 동작 +9. 필요 시 `npm run smoke:remote` 재실행 ## 8. 주의사항 - production에서는 `NEXTAUTH_URL`에 `localhost`를 쓰면 안 된다. -- `deploy:public`은 `ADMIN_APP_URL` 없이 실행하면 실패하게 해두었다. public 번들에서 `/admin`, `/api/admin`을 제거하므로 외부 관리자 앱 주소가 필요하다. +- `deploy:public`은 `ADMIN_APP_URL` 없이 실행하면 실패하게 해두었다. public 번들은 `/admin`, `/api/admin`을 external stub 모드로 빌드하므로 외부 관리자 앱 주소가 필요하다. +- `deploy:admin`으로 별도 관리자 앱을 둘 때 `SITE_URL`이 빠지면 관리자 헤더의 홈 링크가 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/docs/readme/admin-console.png b/docs/readme/admin-console.png new file mode 100644 index 0000000..ad35086 Binary files /dev/null and b/docs/readme/admin-console.png differ diff --git a/docs/readme/hero-home.png b/docs/readme/hero-home.png new file mode 100644 index 0000000..eb4f9f6 Binary files /dev/null and b/docs/readme/hero-home.png differ diff --git a/docs/readme/mobile-map-sheet.png b/docs/readme/mobile-map-sheet.png new file mode 100644 index 0000000..f783685 Binary files /dev/null and b/docs/readme/mobile-map-sheet.png differ diff --git a/docs/readme/place-detail.png b/docs/readme/place-detail.png new file mode 100644 index 0000000..a8c03c5 Binary files /dev/null and b/docs/readme/place-detail.png differ diff --git a/docs/readme/submit-form.png b/docs/readme/submit-form.png new file mode 100644 index 0000000..fb41f15 Binary files /dev/null and b/docs/readme/submit-form.png differ diff --git a/drizzle/0007_true_carmella_unuscione.sql b/drizzle/0007_true_carmella_unuscione.sql new file mode 100644 index 0000000..007bfe1 --- /dev/null +++ b/drizzle/0007_true_carmella_unuscione.sql @@ -0,0 +1,32 @@ +ALTER TABLE "places" ADD COLUMN "primary_category_slug" varchar(80);--> statement-breakpoint +ALTER TABLE "places" ADD COLUMN "like_count" integer DEFAULT 0 NOT NULL;--> statement-breakpoint +ALTER TABLE "places" ADD COLUMN "dislike_count" integer DEFAULT 0 NOT NULL;--> statement-breakpoint +UPDATE "places" AS "p" +SET "primary_category_slug" = "derived"."category_slug" +FROM ( + SELECT + "pc"."place_id", + "c"."slug" AS "category_slug", + row_number() OVER ( + PARTITION BY "pc"."place_id" + ORDER BY "pc"."is_primary" DESC, "c"."sort_order" ASC, "c"."slug" ASC + ) AS "row_number" + FROM "place_categories" AS "pc" + INNER JOIN "categories" AS "c" ON "c"."id" = "pc"."category_id" +) AS "derived" +WHERE "p"."id" = "derived"."place_id" + AND "derived"."row_number" = 1;--> statement-breakpoint +UPDATE "places" AS "p" +SET + "like_count" = "derived"."like_count", + "dislike_count" = "derived"."dislike_count" +FROM ( + SELECT + "place_id", + count(*) FILTER (WHERE "reaction_type" = 'like')::integer AS "like_count", + count(*) FILTER (WHERE "reaction_type" = 'dislike')::integer AS "dislike_count" + FROM "place_reactions" + GROUP BY "place_id" +) AS "derived" +WHERE "p"."id" = "derived"."place_id";--> statement-breakpoint +CREATE INDEX "places_status_primary_category_idx" ON "places" USING btree ("status","primary_category_slug"); diff --git a/drizzle/0008_hot_mesmero.sql b/drizzle/0008_hot_mesmero.sql new file mode 100644 index 0000000..e7816b3 --- /dev/null +++ b/drizzle/0008_hot_mesmero.sql @@ -0,0 +1,20 @@ +CREATE TABLE "visit_activity" ( + "id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL, + "actor_key" varchar(96) NOT NULL, + "user_id" uuid, + "visitor_id" varchar(64), + "route_group" varchar(24) NOT NULL, + "route_path" varchar(160) NOT NULL, + "visit_date" date NOT NULL, + "bucket_started_at" timestamp with time zone NOT NULL, + "hit_count" integer DEFAULT 1 NOT NULL, + "first_visited_at" timestamp with time zone DEFAULT now() NOT NULL, + "last_visited_at" timestamp with time zone DEFAULT now() NOT NULL +); +--> statement-breakpoint +ALTER TABLE "visit_activity" ADD CONSTRAINT "visit_activity_user_id_users_id_fk" FOREIGN KEY ("user_id") REFERENCES "public"."users"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint +CREATE UNIQUE INDEX "visit_activity_actor_group_bucket_unique" ON "visit_activity" USING btree ("actor_key","route_group","bucket_started_at");--> statement-breakpoint +CREATE INDEX "visit_activity_date_group_idx" ON "visit_activity" USING btree ("visit_date","route_group");--> statement-breakpoint +CREATE INDEX "visit_activity_date_actor_idx" ON "visit_activity" USING btree ("visit_date","actor_key");--> statement-breakpoint +CREATE INDEX "visit_activity_user_date_idx" ON "visit_activity" USING btree ("user_id","visit_date");--> statement-breakpoint +CREATE INDEX "visit_activity_visitor_date_idx" ON "visit_activity" USING btree ("visitor_id","visit_date"); \ No newline at end of file diff --git a/drizzle/0009_boring_invaders.sql b/drizzle/0009_boring_invaders.sql new file mode 100644 index 0000000..e6d0fe6 --- /dev/null +++ b/drizzle/0009_boring_invaders.sql @@ -0,0 +1,4 @@ +ALTER TABLE "visit_activity" ADD COLUMN "entry_ref" varchar(24);--> statement-breakpoint +ALTER TABLE "visit_activity" ADD COLUMN "entry_source" varchar(32);--> statement-breakpoint +CREATE INDEX "visit_activity_date_ref_idx" ON "visit_activity" USING btree ("visit_date","entry_ref");--> statement-breakpoint +CREATE INDEX "visit_activity_date_source_idx" ON "visit_activity" USING btree ("visit_date","entry_source"); \ No newline at end of file diff --git a/drizzle/meta/0007_snapshot.json b/drizzle/meta/0007_snapshot.json new file mode 100644 index 0000000..501240f --- /dev/null +++ b/drizzle/meta/0007_snapshot.json @@ -0,0 +1,1833 @@ +{ + "id": "33616200-9ae4-4c2b-8167-cf423d4416c2", + "prevId": "c50daa91-5709-4408-b9c7-42f9aa4d57da", + "version": "7", + "dialect": "postgresql", + "tables": { + "public.admin_actions": { + "name": "admin_actions", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "admin_user_id": { + "name": "admin_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "action_type": { + "name": "action_type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "target_type": { + "name": "target_type", + "type": "varchar(40)", + "primaryKey": false, + "notNull": true + }, + "target_id": { + "name": "target_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "metadata_json": { + "name": "metadata_json", + "type": "jsonb", + "primaryKey": false, + "notNull": true, + "default": "'{}'::jsonb" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "admin_actions_admin_created_at_idx": { + "name": "admin_actions_admin_created_at_idx", + "columns": [ + { + "expression": "admin_user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "created_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "admin_actions_admin_user_id_users_id_fk": { + "name": "admin_actions_admin_user_id_users_id_fk", + "tableFrom": "admin_actions", + "tableTo": "users", + "columnsFrom": [ + "admin_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.auth_accounts": { + "name": "auth_accounts", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "provider": { + "name": "provider", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "provider_account_id": { + "name": "provider_account_id", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "type": { + "name": "type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "password_hash": { + "name": "password_hash", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "access_token": { + "name": "access_token", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "refresh_token": { + "name": "refresh_token", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "expires_at": { + "name": "expires_at", + "type": "integer", + "primaryKey": false, + "notNull": false + }, + "token_type": { + "name": "token_type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": false + }, + "scope": { + "name": "scope", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "id_token": { + "name": "id_token", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "session_state": { + "name": "session_state", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "auth_accounts_provider_account_unique": { + "name": "auth_accounts_provider_account_unique", + "columns": [ + { + "expression": "provider", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "provider_account_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "auth_accounts_user_id_idx": { + "name": "auth_accounts_user_id_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "auth_accounts_user_id_users_id_fk": { + "name": "auth_accounts_user_id_users_id_fk", + "tableFrom": "auth_accounts", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.auth_sessions": { + "name": "auth_sessions", + "schema": "", + "columns": { + "session_token": { + "name": "session_token", + "type": "varchar(255)", + "primaryKey": true, + "notNull": true + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "expires": { + "name": "expires", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true + } + }, + "indexes": { + "auth_sessions_user_id_idx": { + "name": "auth_sessions_user_id_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "auth_sessions_user_id_users_id_fk": { + "name": "auth_sessions_user_id_users_id_fk", + "tableFrom": "auth_sessions", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.auth_verification_tokens": { + "name": "auth_verification_tokens", + "schema": "", + "columns": { + "identifier": { + "name": "identifier", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "token": { + "name": "token", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "expires": { + "name": "expires", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true + } + }, + "indexes": {}, + "foreignKeys": {}, + "compositePrimaryKeys": { + "auth_verification_tokens_pk": { + "name": "auth_verification_tokens_pk", + "columns": [ + "identifier", + "token" + ] + } + }, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.bookmarks": { + "name": "bookmarks", + "schema": "", + "columns": { + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": {}, + "foreignKeys": { + "bookmarks_user_id_users_id_fk": { + "name": "bookmarks_user_id_users_id_fk", + "tableFrom": "bookmarks", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "bookmarks_place_id_places_id_fk": { + "name": "bookmarks_place_id_places_id_fk", + "tableFrom": "bookmarks", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": { + "bookmarks_pk": { + "name": "bookmarks_pk", + "columns": [ + "user_id", + "place_id" + ] + } + }, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.categories": { + "name": "categories", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "parent_id": { + "name": "parent_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "slug": { + "name": "slug", + "type": "varchar(80)", + "primaryKey": false, + "notNull": true + }, + "name": { + "name": "name", + "type": "varchar(80)", + "primaryKey": false, + "notNull": true + }, + "sort_order": { + "name": "sort_order", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "is_active": { + "name": "is_active", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": true + } + }, + "indexes": { + "categories_slug_unique": { + "name": "categories_slug_unique", + "columns": [ + { + "expression": "slug", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "categories_parent_id_idx": { + "name": "categories_parent_id_idx", + "columns": [ + { + "expression": "parent_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "categories_parent_id_categories_id_fk": { + "name": "categories_parent_id_categories_id_fk", + "tableFrom": "categories", + "tableTo": "categories", + "columnsFrom": [ + "parent_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.comments": { + "name": "comments", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "visitor_id": { + "name": "visitor_id", + "type": "varchar(64)", + "primaryKey": false, + "notNull": false + }, + "body": { + "name": "body", + "type": "text", + "primaryKey": false, + "notNull": true + }, + "status": { + "name": "status", + "type": "comment_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'visible'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "comments_place_status_idx": { + "name": "comments_place_status_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "comments_place_id_places_id_fk": { + "name": "comments_place_id_places_id_fk", + "tableFrom": "comments", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "comments_user_id_users_id_fk": { + "name": "comments_user_id_users_id_fk", + "tableFrom": "comments", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.content_reports": { + "name": "content_reports", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "reporter_user_id": { + "name": "reporter_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "target_type": { + "name": "target_type", + "type": "content_report_target_type", + "typeSchema": "public", + "primaryKey": false, + "notNull": true + }, + "target_id": { + "name": "target_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "reason_type": { + "name": "reason_type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "detail": { + "name": "detail", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "status": { + "name": "status", + "type": "content_report_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'open'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "resolved_at": { + "name": "resolved_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": false + } + }, + "indexes": { + "content_reports_status_created_at_idx": { + "name": "content_reports_status_created_at_idx", + "columns": [ + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "created_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "content_reports_reporter_user_id_users_id_fk": { + "name": "content_reports_reporter_user_id_users_id_fk", + "tableFrom": "content_reports", + "tableTo": "users", + "columnsFrom": [ + "reporter_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.place_categories": { + "name": "place_categories", + "schema": "", + "columns": { + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "category_id": { + "name": "category_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "is_primary": { + "name": "is_primary", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": false + } + }, + "indexes": { + "place_categories_category_place_idx": { + "name": "place_categories_category_place_idx", + "columns": [ + { + "expression": "category_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "place_categories_place_id_places_id_fk": { + "name": "place_categories_place_id_places_id_fk", + "tableFrom": "place_categories", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "place_categories_category_id_categories_id_fk": { + "name": "place_categories_category_id_categories_id_fk", + "tableFrom": "place_categories", + "tableTo": "categories", + "columnsFrom": [ + "category_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": { + "place_categories_pk": { + "name": "place_categories_pk", + "columns": [ + "place_id", + "category_id" + ] + } + }, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.place_reactions": { + "name": "place_reactions", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "visitor_id": { + "name": "visitor_id", + "type": "varchar(64)", + "primaryKey": false, + "notNull": false + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "reaction_type": { + "name": "reaction_type", + "type": "place_reaction_type", + "typeSchema": "public", + "primaryKey": false, + "notNull": true + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "place_reactions_user_place_unique": { + "name": "place_reactions_user_place_unique", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_visitor_place_unique": { + "name": "place_reactions_visitor_place_unique", + "columns": [ + { + "expression": "visitor_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_place_type_idx": { + "name": "place_reactions_place_type_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "reaction_type", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_user_updated_at_idx": { + "name": "place_reactions_user_updated_at_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "updated_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_visitor_updated_at_idx": { + "name": "place_reactions_visitor_updated_at_idx", + "columns": [ + { + "expression": "visitor_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "updated_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "place_reactions_user_id_users_id_fk": { + "name": "place_reactions_user_id_users_id_fk", + "tableFrom": "place_reactions", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "place_reactions_place_id_places_id_fk": { + "name": "place_reactions_place_id_places_id_fk", + "tableFrom": "place_reactions", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.places": { + "name": "places", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "slug": { + "name": "slug", + "type": "varchar(160)", + "primaryKey": false, + "notNull": true + }, + "name": { + "name": "name", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "business_name": { + "name": "business_name", + "type": "varchar(120)", + "primaryKey": false, + "notNull": false + }, + "description": { + "name": "description", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "note": { + "name": "note", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "road_address": { + "name": "road_address", + "type": "text", + "primaryKey": false, + "notNull": true + }, + "lot_address": { + "name": "lot_address", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "district": { + "name": "district", + "type": "varchar(80)", + "primaryKey": false, + "notNull": true + }, + "latitude": { + "name": "latitude", + "type": "double precision", + "primaryKey": false, + "notNull": false + }, + "longitude": { + "name": "longitude", + "type": "double precision", + "primaryKey": false, + "notNull": false + }, + "status": { + "name": "status", + "type": "place_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'active'" + }, + "primary_category_slug": { + "name": "primary_category_slug", + "type": "varchar(80)", + "primaryKey": false, + "notNull": false + }, + "representative_price_amount": { + "name": "representative_price_amount", + "type": "integer", + "primaryKey": false, + "notNull": false + }, + "representative_price_label": { + "name": "representative_price_label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": false + }, + "like_count": { + "name": "like_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "dislike_count": { + "name": "dislike_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "verified_price_item_count": { + "name": "verified_price_item_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "last_price_updated_at": { + "name": "last_price_updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": false + }, + "created_by_user_id": { + "name": "created_by_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "places_slug_unique": { + "name": "places_slug_unique", + "columns": [ + { + "expression": "slug", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_status_updated_at_idx": { + "name": "places_status_updated_at_idx", + "columns": [ + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "updated_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_status_primary_category_idx": { + "name": "places_status_primary_category_idx", + "columns": [ + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "primary_category_slug", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_representative_price_idx": { + "name": "places_representative_price_idx", + "columns": [ + { + "expression": "representative_price_amount", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_creator_idx": { + "name": "places_creator_idx", + "columns": [ + { + "expression": "created_by_user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "places_created_by_user_id_users_id_fk": { + "name": "places_created_by_user_id_users_id_fk", + "tableFrom": "places", + "tableTo": "users", + "columnsFrom": [ + "created_by_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.price_items": { + "name": "price_items", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "label": { + "name": "label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "normalized_label": { + "name": "normalized_label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "amount": { + "name": "amount", + "type": "integer", + "primaryKey": false, + "notNull": true + }, + "currency": { + "name": "currency", + "type": "varchar(3)", + "primaryKey": false, + "notNull": true, + "default": "'KRW'" + }, + "unit_label": { + "name": "unit_label", + "type": "varchar(50)", + "primaryKey": false, + "notNull": false + }, + "is_active": { + "name": "is_active", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": true + }, + "is_representative": { + "name": "is_representative", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": false + }, + "verification_status": { + "name": "verification_status", + "type": "verification_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'unverified'" + }, + "verified_report_count": { + "name": "verified_report_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "latest_reported_at": { + "name": "latest_reported_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": false + }, + "created_by_user_id": { + "name": "created_by_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "price_items_place_label_unique": { + "name": "price_items_place_label_unique", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "normalized_label", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "price_items_place_active_idx": { + "name": "price_items_place_active_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "is_active", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "price_items_place_representative_idx": { + "name": "price_items_place_representative_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "is_representative", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "price_items_place_id_places_id_fk": { + "name": "price_items_place_id_places_id_fk", + "tableFrom": "price_items", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "price_items_created_by_user_id_users_id_fk": { + "name": "price_items_created_by_user_id_users_id_fk", + "tableFrom": "price_items", + "tableTo": "users", + "columnsFrom": [ + "created_by_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.price_reports": { + "name": "price_reports", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "price_item_id": { + "name": "price_item_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "reporter_user_id": { + "name": "reporter_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "label": { + "name": "label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "normalized_label": { + "name": "normalized_label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "amount": { + "name": "amount", + "type": "integer", + "primaryKey": false, + "notNull": true + }, + "currency": { + "name": "currency", + "type": "varchar(3)", + "primaryKey": false, + "notNull": true, + "default": "'KRW'" + }, + "unit_label": { + "name": "unit_label", + "type": "varchar(50)", + "primaryKey": false, + "notNull": false + }, + "comment": { + "name": "comment", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "report_status": { + "name": "report_status", + "type": "price_report_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'accepted'" + }, + "snapshot_verification_status": { + "name": "snapshot_verification_status", + "type": "verification_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'unverified'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "price_reports_place_label_amount_idx": { + "name": "price_reports_place_label_amount_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "normalized_label", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "amount", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "price_reports_created_at_idx": { + "name": "price_reports_created_at_idx", + "columns": [ + { + "expression": "created_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "price_reports_place_id_places_id_fk": { + "name": "price_reports_place_id_places_id_fk", + "tableFrom": "price_reports", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "price_reports_price_item_id_price_items_id_fk": { + "name": "price_reports_price_item_id_price_items_id_fk", + "tableFrom": "price_reports", + "tableTo": "price_items", + "columnsFrom": [ + "price_item_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + }, + "price_reports_reporter_user_id_users_id_fk": { + "name": "price_reports_reporter_user_id_users_id_fk", + "tableFrom": "price_reports", + "tableTo": "users", + "columnsFrom": [ + "reporter_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.users": { + "name": "users", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "email": { + "name": "email", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "nickname": { + "name": "nickname", + "type": "varchar(60)", + "primaryKey": false, + "notNull": false + }, + "role": { + "name": "role", + "type": "user_role", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'user'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "users_email_unique": { + "name": "users_email_unique", + "columns": [ + { + "expression": "email", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "users_role_idx": { + "name": "users_role_idx", + "columns": [ + { + "expression": "role", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": {}, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + } + }, + "enums": { + "public.comment_status": { + "name": "comment_status", + "schema": "public", + "values": [ + "visible", + "hidden" + ] + }, + "public.content_report_status": { + "name": "content_report_status", + "schema": "public", + "values": [ + "open", + "reviewing", + "resolved", + "dismissed" + ] + }, + "public.content_report_target_type": { + "name": "content_report_target_type", + "schema": "public", + "values": [ + "place", + "price_item", + "comment" + ] + }, + "public.place_reaction_type": { + "name": "place_reaction_type", + "schema": "public", + "values": [ + "like", + "dislike" + ] + }, + "public.place_status": { + "name": "place_status", + "schema": "public", + "values": [ + "active", + "hidden", + "closed", + "pending_review" + ] + }, + "public.price_report_status": { + "name": "price_report_status", + "schema": "public", + "values": [ + "accepted", + "rejected", + "pending_review" + ] + }, + "public.user_role": { + "name": "user_role", + "schema": "public", + "values": [ + "user", + "admin" + ] + }, + "public.verification_status": { + "name": "verification_status", + "schema": "public", + "values": [ + "unverified", + "verified" + ] + } + }, + "schemas": {}, + "sequences": {}, + "roles": {}, + "policies": {}, + "views": {}, + "_meta": { + "columns": {}, + "schemas": {}, + "tables": {} + } +} \ No newline at end of file diff --git a/drizzle/meta/0008_snapshot.json b/drizzle/meta/0008_snapshot.json new file mode 100644 index 0000000..cc12f59 --- /dev/null +++ b/drizzle/meta/0008_snapshot.json @@ -0,0 +1,2042 @@ +{ + "id": "2da70376-e5a8-469c-9c89-f3b34b51cd99", + "prevId": "33616200-9ae4-4c2b-8167-cf423d4416c2", + "version": "7", + "dialect": "postgresql", + "tables": { + "public.admin_actions": { + "name": "admin_actions", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "admin_user_id": { + "name": "admin_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "action_type": { + "name": "action_type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "target_type": { + "name": "target_type", + "type": "varchar(40)", + "primaryKey": false, + "notNull": true + }, + "target_id": { + "name": "target_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "metadata_json": { + "name": "metadata_json", + "type": "jsonb", + "primaryKey": false, + "notNull": true, + "default": "'{}'::jsonb" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "admin_actions_admin_created_at_idx": { + "name": "admin_actions_admin_created_at_idx", + "columns": [ + { + "expression": "admin_user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "created_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "admin_actions_admin_user_id_users_id_fk": { + "name": "admin_actions_admin_user_id_users_id_fk", + "tableFrom": "admin_actions", + "tableTo": "users", + "columnsFrom": [ + "admin_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.auth_accounts": { + "name": "auth_accounts", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "provider": { + "name": "provider", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "provider_account_id": { + "name": "provider_account_id", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "type": { + "name": "type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "password_hash": { + "name": "password_hash", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "access_token": { + "name": "access_token", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "refresh_token": { + "name": "refresh_token", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "expires_at": { + "name": "expires_at", + "type": "integer", + "primaryKey": false, + "notNull": false + }, + "token_type": { + "name": "token_type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": false + }, + "scope": { + "name": "scope", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "id_token": { + "name": "id_token", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "session_state": { + "name": "session_state", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "auth_accounts_provider_account_unique": { + "name": "auth_accounts_provider_account_unique", + "columns": [ + { + "expression": "provider", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "provider_account_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "auth_accounts_user_id_idx": { + "name": "auth_accounts_user_id_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "auth_accounts_user_id_users_id_fk": { + "name": "auth_accounts_user_id_users_id_fk", + "tableFrom": "auth_accounts", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.auth_sessions": { + "name": "auth_sessions", + "schema": "", + "columns": { + "session_token": { + "name": "session_token", + "type": "varchar(255)", + "primaryKey": true, + "notNull": true + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "expires": { + "name": "expires", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true + } + }, + "indexes": { + "auth_sessions_user_id_idx": { + "name": "auth_sessions_user_id_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "auth_sessions_user_id_users_id_fk": { + "name": "auth_sessions_user_id_users_id_fk", + "tableFrom": "auth_sessions", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.auth_verification_tokens": { + "name": "auth_verification_tokens", + "schema": "", + "columns": { + "identifier": { + "name": "identifier", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "token": { + "name": "token", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "expires": { + "name": "expires", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true + } + }, + "indexes": {}, + "foreignKeys": {}, + "compositePrimaryKeys": { + "auth_verification_tokens_pk": { + "name": "auth_verification_tokens_pk", + "columns": [ + "identifier", + "token" + ] + } + }, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.bookmarks": { + "name": "bookmarks", + "schema": "", + "columns": { + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": {}, + "foreignKeys": { + "bookmarks_user_id_users_id_fk": { + "name": "bookmarks_user_id_users_id_fk", + "tableFrom": "bookmarks", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "bookmarks_place_id_places_id_fk": { + "name": "bookmarks_place_id_places_id_fk", + "tableFrom": "bookmarks", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": { + "bookmarks_pk": { + "name": "bookmarks_pk", + "columns": [ + "user_id", + "place_id" + ] + } + }, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.categories": { + "name": "categories", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "parent_id": { + "name": "parent_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "slug": { + "name": "slug", + "type": "varchar(80)", + "primaryKey": false, + "notNull": true + }, + "name": { + "name": "name", + "type": "varchar(80)", + "primaryKey": false, + "notNull": true + }, + "sort_order": { + "name": "sort_order", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "is_active": { + "name": "is_active", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": true + } + }, + "indexes": { + "categories_slug_unique": { + "name": "categories_slug_unique", + "columns": [ + { + "expression": "slug", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "categories_parent_id_idx": { + "name": "categories_parent_id_idx", + "columns": [ + { + "expression": "parent_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "categories_parent_id_categories_id_fk": { + "name": "categories_parent_id_categories_id_fk", + "tableFrom": "categories", + "tableTo": "categories", + "columnsFrom": [ + "parent_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.comments": { + "name": "comments", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "visitor_id": { + "name": "visitor_id", + "type": "varchar(64)", + "primaryKey": false, + "notNull": false + }, + "body": { + "name": "body", + "type": "text", + "primaryKey": false, + "notNull": true + }, + "status": { + "name": "status", + "type": "comment_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'visible'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "comments_place_status_idx": { + "name": "comments_place_status_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "comments_place_id_places_id_fk": { + "name": "comments_place_id_places_id_fk", + "tableFrom": "comments", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "comments_user_id_users_id_fk": { + "name": "comments_user_id_users_id_fk", + "tableFrom": "comments", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.content_reports": { + "name": "content_reports", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "reporter_user_id": { + "name": "reporter_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "target_type": { + "name": "target_type", + "type": "content_report_target_type", + "typeSchema": "public", + "primaryKey": false, + "notNull": true + }, + "target_id": { + "name": "target_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "reason_type": { + "name": "reason_type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "detail": { + "name": "detail", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "status": { + "name": "status", + "type": "content_report_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'open'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "resolved_at": { + "name": "resolved_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": false + } + }, + "indexes": { + "content_reports_status_created_at_idx": { + "name": "content_reports_status_created_at_idx", + "columns": [ + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "created_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "content_reports_reporter_user_id_users_id_fk": { + "name": "content_reports_reporter_user_id_users_id_fk", + "tableFrom": "content_reports", + "tableTo": "users", + "columnsFrom": [ + "reporter_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.place_categories": { + "name": "place_categories", + "schema": "", + "columns": { + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "category_id": { + "name": "category_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "is_primary": { + "name": "is_primary", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": false + } + }, + "indexes": { + "place_categories_category_place_idx": { + "name": "place_categories_category_place_idx", + "columns": [ + { + "expression": "category_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "place_categories_place_id_places_id_fk": { + "name": "place_categories_place_id_places_id_fk", + "tableFrom": "place_categories", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "place_categories_category_id_categories_id_fk": { + "name": "place_categories_category_id_categories_id_fk", + "tableFrom": "place_categories", + "tableTo": "categories", + "columnsFrom": [ + "category_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": { + "place_categories_pk": { + "name": "place_categories_pk", + "columns": [ + "place_id", + "category_id" + ] + } + }, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.place_reactions": { + "name": "place_reactions", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "visitor_id": { + "name": "visitor_id", + "type": "varchar(64)", + "primaryKey": false, + "notNull": false + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "reaction_type": { + "name": "reaction_type", + "type": "place_reaction_type", + "typeSchema": "public", + "primaryKey": false, + "notNull": true + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "place_reactions_user_place_unique": { + "name": "place_reactions_user_place_unique", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_visitor_place_unique": { + "name": "place_reactions_visitor_place_unique", + "columns": [ + { + "expression": "visitor_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_place_type_idx": { + "name": "place_reactions_place_type_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "reaction_type", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_user_updated_at_idx": { + "name": "place_reactions_user_updated_at_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "updated_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_visitor_updated_at_idx": { + "name": "place_reactions_visitor_updated_at_idx", + "columns": [ + { + "expression": "visitor_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "updated_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "place_reactions_user_id_users_id_fk": { + "name": "place_reactions_user_id_users_id_fk", + "tableFrom": "place_reactions", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "place_reactions_place_id_places_id_fk": { + "name": "place_reactions_place_id_places_id_fk", + "tableFrom": "place_reactions", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.places": { + "name": "places", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "slug": { + "name": "slug", + "type": "varchar(160)", + "primaryKey": false, + "notNull": true + }, + "name": { + "name": "name", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "business_name": { + "name": "business_name", + "type": "varchar(120)", + "primaryKey": false, + "notNull": false + }, + "description": { + "name": "description", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "note": { + "name": "note", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "road_address": { + "name": "road_address", + "type": "text", + "primaryKey": false, + "notNull": true + }, + "lot_address": { + "name": "lot_address", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "district": { + "name": "district", + "type": "varchar(80)", + "primaryKey": false, + "notNull": true + }, + "latitude": { + "name": "latitude", + "type": "double precision", + "primaryKey": false, + "notNull": false + }, + "longitude": { + "name": "longitude", + "type": "double precision", + "primaryKey": false, + "notNull": false + }, + "status": { + "name": "status", + "type": "place_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'active'" + }, + "primary_category_slug": { + "name": "primary_category_slug", + "type": "varchar(80)", + "primaryKey": false, + "notNull": false + }, + "representative_price_amount": { + "name": "representative_price_amount", + "type": "integer", + "primaryKey": false, + "notNull": false + }, + "representative_price_label": { + "name": "representative_price_label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": false + }, + "like_count": { + "name": "like_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "dislike_count": { + "name": "dislike_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "verified_price_item_count": { + "name": "verified_price_item_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "last_price_updated_at": { + "name": "last_price_updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": false + }, + "created_by_user_id": { + "name": "created_by_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "places_slug_unique": { + "name": "places_slug_unique", + "columns": [ + { + "expression": "slug", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_status_updated_at_idx": { + "name": "places_status_updated_at_idx", + "columns": [ + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "updated_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_status_primary_category_idx": { + "name": "places_status_primary_category_idx", + "columns": [ + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "primary_category_slug", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_representative_price_idx": { + "name": "places_representative_price_idx", + "columns": [ + { + "expression": "representative_price_amount", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_creator_idx": { + "name": "places_creator_idx", + "columns": [ + { + "expression": "created_by_user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "places_created_by_user_id_users_id_fk": { + "name": "places_created_by_user_id_users_id_fk", + "tableFrom": "places", + "tableTo": "users", + "columnsFrom": [ + "created_by_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.price_items": { + "name": "price_items", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "label": { + "name": "label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "normalized_label": { + "name": "normalized_label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "amount": { + "name": "amount", + "type": "integer", + "primaryKey": false, + "notNull": true + }, + "currency": { + "name": "currency", + "type": "varchar(3)", + "primaryKey": false, + "notNull": true, + "default": "'KRW'" + }, + "unit_label": { + "name": "unit_label", + "type": "varchar(50)", + "primaryKey": false, + "notNull": false + }, + "is_active": { + "name": "is_active", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": true + }, + "is_representative": { + "name": "is_representative", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": false + }, + "verification_status": { + "name": "verification_status", + "type": "verification_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'unverified'" + }, + "verified_report_count": { + "name": "verified_report_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "latest_reported_at": { + "name": "latest_reported_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": false + }, + "created_by_user_id": { + "name": "created_by_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "price_items_place_label_unique": { + "name": "price_items_place_label_unique", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "normalized_label", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "price_items_place_active_idx": { + "name": "price_items_place_active_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "is_active", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "price_items_place_representative_idx": { + "name": "price_items_place_representative_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "is_representative", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "price_items_place_id_places_id_fk": { + "name": "price_items_place_id_places_id_fk", + "tableFrom": "price_items", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "price_items_created_by_user_id_users_id_fk": { + "name": "price_items_created_by_user_id_users_id_fk", + "tableFrom": "price_items", + "tableTo": "users", + "columnsFrom": [ + "created_by_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.price_reports": { + "name": "price_reports", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "price_item_id": { + "name": "price_item_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "reporter_user_id": { + "name": "reporter_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "label": { + "name": "label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "normalized_label": { + "name": "normalized_label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "amount": { + "name": "amount", + "type": "integer", + "primaryKey": false, + "notNull": true + }, + "currency": { + "name": "currency", + "type": "varchar(3)", + "primaryKey": false, + "notNull": true, + "default": "'KRW'" + }, + "unit_label": { + "name": "unit_label", + "type": "varchar(50)", + "primaryKey": false, + "notNull": false + }, + "comment": { + "name": "comment", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "report_status": { + "name": "report_status", + "type": "price_report_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'accepted'" + }, + "snapshot_verification_status": { + "name": "snapshot_verification_status", + "type": "verification_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'unverified'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "price_reports_place_label_amount_idx": { + "name": "price_reports_place_label_amount_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "normalized_label", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "amount", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "price_reports_created_at_idx": { + "name": "price_reports_created_at_idx", + "columns": [ + { + "expression": "created_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "price_reports_place_id_places_id_fk": { + "name": "price_reports_place_id_places_id_fk", + "tableFrom": "price_reports", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "price_reports_price_item_id_price_items_id_fk": { + "name": "price_reports_price_item_id_price_items_id_fk", + "tableFrom": "price_reports", + "tableTo": "price_items", + "columnsFrom": [ + "price_item_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + }, + "price_reports_reporter_user_id_users_id_fk": { + "name": "price_reports_reporter_user_id_users_id_fk", + "tableFrom": "price_reports", + "tableTo": "users", + "columnsFrom": [ + "reporter_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.users": { + "name": "users", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "email": { + "name": "email", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "nickname": { + "name": "nickname", + "type": "varchar(60)", + "primaryKey": false, + "notNull": false + }, + "role": { + "name": "role", + "type": "user_role", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'user'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "users_email_unique": { + "name": "users_email_unique", + "columns": [ + { + "expression": "email", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "users_role_idx": { + "name": "users_role_idx", + "columns": [ + { + "expression": "role", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": {}, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.visit_activity": { + "name": "visit_activity", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "actor_key": { + "name": "actor_key", + "type": "varchar(96)", + "primaryKey": false, + "notNull": true + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "visitor_id": { + "name": "visitor_id", + "type": "varchar(64)", + "primaryKey": false, + "notNull": false + }, + "route_group": { + "name": "route_group", + "type": "varchar(24)", + "primaryKey": false, + "notNull": true + }, + "route_path": { + "name": "route_path", + "type": "varchar(160)", + "primaryKey": false, + "notNull": true + }, + "visit_date": { + "name": "visit_date", + "type": "date", + "primaryKey": false, + "notNull": true + }, + "bucket_started_at": { + "name": "bucket_started_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true + }, + "hit_count": { + "name": "hit_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 1 + }, + "first_visited_at": { + "name": "first_visited_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "last_visited_at": { + "name": "last_visited_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "visit_activity_actor_group_bucket_unique": { + "name": "visit_activity_actor_group_bucket_unique", + "columns": [ + { + "expression": "actor_key", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "route_group", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "bucket_started_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_date_group_idx": { + "name": "visit_activity_date_group_idx", + "columns": [ + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "route_group", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_date_actor_idx": { + "name": "visit_activity_date_actor_idx", + "columns": [ + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "actor_key", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_user_date_idx": { + "name": "visit_activity_user_date_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_visitor_date_idx": { + "name": "visit_activity_visitor_date_idx", + "columns": [ + { + "expression": "visitor_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "visit_activity_user_id_users_id_fk": { + "name": "visit_activity_user_id_users_id_fk", + "tableFrom": "visit_activity", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + } + }, + "enums": { + "public.comment_status": { + "name": "comment_status", + "schema": "public", + "values": [ + "visible", + "hidden" + ] + }, + "public.content_report_status": { + "name": "content_report_status", + "schema": "public", + "values": [ + "open", + "reviewing", + "resolved", + "dismissed" + ] + }, + "public.content_report_target_type": { + "name": "content_report_target_type", + "schema": "public", + "values": [ + "place", + "price_item", + "comment" + ] + }, + "public.place_reaction_type": { + "name": "place_reaction_type", + "schema": "public", + "values": [ + "like", + "dislike" + ] + }, + "public.place_status": { + "name": "place_status", + "schema": "public", + "values": [ + "active", + "hidden", + "closed", + "pending_review" + ] + }, + "public.price_report_status": { + "name": "price_report_status", + "schema": "public", + "values": [ + "accepted", + "rejected", + "pending_review" + ] + }, + "public.user_role": { + "name": "user_role", + "schema": "public", + "values": [ + "user", + "admin" + ] + }, + "public.verification_status": { + "name": "verification_status", + "schema": "public", + "values": [ + "unverified", + "verified" + ] + } + }, + "schemas": {}, + "sequences": {}, + "roles": {}, + "policies": {}, + "views": {}, + "_meta": { + "columns": {}, + "schemas": {}, + "tables": {} + } +} \ No newline at end of file diff --git a/drizzle/meta/0009_snapshot.json b/drizzle/meta/0009_snapshot.json new file mode 100644 index 0000000..f508c01 --- /dev/null +++ b/drizzle/meta/0009_snapshot.json @@ -0,0 +1,2096 @@ +{ + "id": "4cee4ff7-2e3a-486e-8ca3-81adabb18ca6", + "prevId": "2da70376-e5a8-469c-9c89-f3b34b51cd99", + "version": "7", + "dialect": "postgresql", + "tables": { + "public.admin_actions": { + "name": "admin_actions", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "admin_user_id": { + "name": "admin_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "action_type": { + "name": "action_type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "target_type": { + "name": "target_type", + "type": "varchar(40)", + "primaryKey": false, + "notNull": true + }, + "target_id": { + "name": "target_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "metadata_json": { + "name": "metadata_json", + "type": "jsonb", + "primaryKey": false, + "notNull": true, + "default": "'{}'::jsonb" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "admin_actions_admin_created_at_idx": { + "name": "admin_actions_admin_created_at_idx", + "columns": [ + { + "expression": "admin_user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "created_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "admin_actions_admin_user_id_users_id_fk": { + "name": "admin_actions_admin_user_id_users_id_fk", + "tableFrom": "admin_actions", + "tableTo": "users", + "columnsFrom": [ + "admin_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.auth_accounts": { + "name": "auth_accounts", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "provider": { + "name": "provider", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "provider_account_id": { + "name": "provider_account_id", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "type": { + "name": "type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "password_hash": { + "name": "password_hash", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "access_token": { + "name": "access_token", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "refresh_token": { + "name": "refresh_token", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "expires_at": { + "name": "expires_at", + "type": "integer", + "primaryKey": false, + "notNull": false + }, + "token_type": { + "name": "token_type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": false + }, + "scope": { + "name": "scope", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "id_token": { + "name": "id_token", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "session_state": { + "name": "session_state", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "auth_accounts_provider_account_unique": { + "name": "auth_accounts_provider_account_unique", + "columns": [ + { + "expression": "provider", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "provider_account_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "auth_accounts_user_id_idx": { + "name": "auth_accounts_user_id_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "auth_accounts_user_id_users_id_fk": { + "name": "auth_accounts_user_id_users_id_fk", + "tableFrom": "auth_accounts", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.auth_sessions": { + "name": "auth_sessions", + "schema": "", + "columns": { + "session_token": { + "name": "session_token", + "type": "varchar(255)", + "primaryKey": true, + "notNull": true + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "expires": { + "name": "expires", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true + } + }, + "indexes": { + "auth_sessions_user_id_idx": { + "name": "auth_sessions_user_id_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "auth_sessions_user_id_users_id_fk": { + "name": "auth_sessions_user_id_users_id_fk", + "tableFrom": "auth_sessions", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.auth_verification_tokens": { + "name": "auth_verification_tokens", + "schema": "", + "columns": { + "identifier": { + "name": "identifier", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "token": { + "name": "token", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "expires": { + "name": "expires", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true + } + }, + "indexes": {}, + "foreignKeys": {}, + "compositePrimaryKeys": { + "auth_verification_tokens_pk": { + "name": "auth_verification_tokens_pk", + "columns": [ + "identifier", + "token" + ] + } + }, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.bookmarks": { + "name": "bookmarks", + "schema": "", + "columns": { + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": {}, + "foreignKeys": { + "bookmarks_user_id_users_id_fk": { + "name": "bookmarks_user_id_users_id_fk", + "tableFrom": "bookmarks", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "bookmarks_place_id_places_id_fk": { + "name": "bookmarks_place_id_places_id_fk", + "tableFrom": "bookmarks", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": { + "bookmarks_pk": { + "name": "bookmarks_pk", + "columns": [ + "user_id", + "place_id" + ] + } + }, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.categories": { + "name": "categories", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "parent_id": { + "name": "parent_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "slug": { + "name": "slug", + "type": "varchar(80)", + "primaryKey": false, + "notNull": true + }, + "name": { + "name": "name", + "type": "varchar(80)", + "primaryKey": false, + "notNull": true + }, + "sort_order": { + "name": "sort_order", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "is_active": { + "name": "is_active", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": true + } + }, + "indexes": { + "categories_slug_unique": { + "name": "categories_slug_unique", + "columns": [ + { + "expression": "slug", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "categories_parent_id_idx": { + "name": "categories_parent_id_idx", + "columns": [ + { + "expression": "parent_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "categories_parent_id_categories_id_fk": { + "name": "categories_parent_id_categories_id_fk", + "tableFrom": "categories", + "tableTo": "categories", + "columnsFrom": [ + "parent_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.comments": { + "name": "comments", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "visitor_id": { + "name": "visitor_id", + "type": "varchar(64)", + "primaryKey": false, + "notNull": false + }, + "body": { + "name": "body", + "type": "text", + "primaryKey": false, + "notNull": true + }, + "status": { + "name": "status", + "type": "comment_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'visible'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "comments_place_status_idx": { + "name": "comments_place_status_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "comments_place_id_places_id_fk": { + "name": "comments_place_id_places_id_fk", + "tableFrom": "comments", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "comments_user_id_users_id_fk": { + "name": "comments_user_id_users_id_fk", + "tableFrom": "comments", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.content_reports": { + "name": "content_reports", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "reporter_user_id": { + "name": "reporter_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "target_type": { + "name": "target_type", + "type": "content_report_target_type", + "typeSchema": "public", + "primaryKey": false, + "notNull": true + }, + "target_id": { + "name": "target_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "reason_type": { + "name": "reason_type", + "type": "varchar(50)", + "primaryKey": false, + "notNull": true + }, + "detail": { + "name": "detail", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "status": { + "name": "status", + "type": "content_report_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'open'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "resolved_at": { + "name": "resolved_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": false + } + }, + "indexes": { + "content_reports_status_created_at_idx": { + "name": "content_reports_status_created_at_idx", + "columns": [ + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "created_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "content_reports_reporter_user_id_users_id_fk": { + "name": "content_reports_reporter_user_id_users_id_fk", + "tableFrom": "content_reports", + "tableTo": "users", + "columnsFrom": [ + "reporter_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.place_categories": { + "name": "place_categories", + "schema": "", + "columns": { + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "category_id": { + "name": "category_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "is_primary": { + "name": "is_primary", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": false + } + }, + "indexes": { + "place_categories_category_place_idx": { + "name": "place_categories_category_place_idx", + "columns": [ + { + "expression": "category_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "place_categories_place_id_places_id_fk": { + "name": "place_categories_place_id_places_id_fk", + "tableFrom": "place_categories", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "place_categories_category_id_categories_id_fk": { + "name": "place_categories_category_id_categories_id_fk", + "tableFrom": "place_categories", + "tableTo": "categories", + "columnsFrom": [ + "category_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": { + "place_categories_pk": { + "name": "place_categories_pk", + "columns": [ + "place_id", + "category_id" + ] + } + }, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.place_reactions": { + "name": "place_reactions", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "visitor_id": { + "name": "visitor_id", + "type": "varchar(64)", + "primaryKey": false, + "notNull": false + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "reaction_type": { + "name": "reaction_type", + "type": "place_reaction_type", + "typeSchema": "public", + "primaryKey": false, + "notNull": true + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "place_reactions_user_place_unique": { + "name": "place_reactions_user_place_unique", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_visitor_place_unique": { + "name": "place_reactions_visitor_place_unique", + "columns": [ + { + "expression": "visitor_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_place_type_idx": { + "name": "place_reactions_place_type_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "reaction_type", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_user_updated_at_idx": { + "name": "place_reactions_user_updated_at_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "updated_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "place_reactions_visitor_updated_at_idx": { + "name": "place_reactions_visitor_updated_at_idx", + "columns": [ + { + "expression": "visitor_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "updated_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "place_reactions_user_id_users_id_fk": { + "name": "place_reactions_user_id_users_id_fk", + "tableFrom": "place_reactions", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "place_reactions_place_id_places_id_fk": { + "name": "place_reactions_place_id_places_id_fk", + "tableFrom": "place_reactions", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.places": { + "name": "places", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "slug": { + "name": "slug", + "type": "varchar(160)", + "primaryKey": false, + "notNull": true + }, + "name": { + "name": "name", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "business_name": { + "name": "business_name", + "type": "varchar(120)", + "primaryKey": false, + "notNull": false + }, + "description": { + "name": "description", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "note": { + "name": "note", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "road_address": { + "name": "road_address", + "type": "text", + "primaryKey": false, + "notNull": true + }, + "lot_address": { + "name": "lot_address", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "district": { + "name": "district", + "type": "varchar(80)", + "primaryKey": false, + "notNull": true + }, + "latitude": { + "name": "latitude", + "type": "double precision", + "primaryKey": false, + "notNull": false + }, + "longitude": { + "name": "longitude", + "type": "double precision", + "primaryKey": false, + "notNull": false + }, + "status": { + "name": "status", + "type": "place_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'active'" + }, + "primary_category_slug": { + "name": "primary_category_slug", + "type": "varchar(80)", + "primaryKey": false, + "notNull": false + }, + "representative_price_amount": { + "name": "representative_price_amount", + "type": "integer", + "primaryKey": false, + "notNull": false + }, + "representative_price_label": { + "name": "representative_price_label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": false + }, + "like_count": { + "name": "like_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "dislike_count": { + "name": "dislike_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "verified_price_item_count": { + "name": "verified_price_item_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "last_price_updated_at": { + "name": "last_price_updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": false + }, + "created_by_user_id": { + "name": "created_by_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "places_slug_unique": { + "name": "places_slug_unique", + "columns": [ + { + "expression": "slug", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_status_updated_at_idx": { + "name": "places_status_updated_at_idx", + "columns": [ + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "updated_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_status_primary_category_idx": { + "name": "places_status_primary_category_idx", + "columns": [ + { + "expression": "status", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "primary_category_slug", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_representative_price_idx": { + "name": "places_representative_price_idx", + "columns": [ + { + "expression": "representative_price_amount", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "places_creator_idx": { + "name": "places_creator_idx", + "columns": [ + { + "expression": "created_by_user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "places_created_by_user_id_users_id_fk": { + "name": "places_created_by_user_id_users_id_fk", + "tableFrom": "places", + "tableTo": "users", + "columnsFrom": [ + "created_by_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.price_items": { + "name": "price_items", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "label": { + "name": "label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "normalized_label": { + "name": "normalized_label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "amount": { + "name": "amount", + "type": "integer", + "primaryKey": false, + "notNull": true + }, + "currency": { + "name": "currency", + "type": "varchar(3)", + "primaryKey": false, + "notNull": true, + "default": "'KRW'" + }, + "unit_label": { + "name": "unit_label", + "type": "varchar(50)", + "primaryKey": false, + "notNull": false + }, + "is_active": { + "name": "is_active", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": true + }, + "is_representative": { + "name": "is_representative", + "type": "boolean", + "primaryKey": false, + "notNull": true, + "default": false + }, + "verification_status": { + "name": "verification_status", + "type": "verification_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'unverified'" + }, + "verified_report_count": { + "name": "verified_report_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 0 + }, + "latest_reported_at": { + "name": "latest_reported_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": false + }, + "created_by_user_id": { + "name": "created_by_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "price_items_place_label_unique": { + "name": "price_items_place_label_unique", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "normalized_label", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "price_items_place_active_idx": { + "name": "price_items_place_active_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "is_active", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "price_items_place_representative_idx": { + "name": "price_items_place_representative_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "is_representative", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "price_items_place_id_places_id_fk": { + "name": "price_items_place_id_places_id_fk", + "tableFrom": "price_items", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "price_items_created_by_user_id_users_id_fk": { + "name": "price_items_created_by_user_id_users_id_fk", + "tableFrom": "price_items", + "tableTo": "users", + "columnsFrom": [ + "created_by_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.price_reports": { + "name": "price_reports", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "place_id": { + "name": "place_id", + "type": "uuid", + "primaryKey": false, + "notNull": true + }, + "price_item_id": { + "name": "price_item_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "reporter_user_id": { + "name": "reporter_user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "label": { + "name": "label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "normalized_label": { + "name": "normalized_label", + "type": "varchar(120)", + "primaryKey": false, + "notNull": true + }, + "amount": { + "name": "amount", + "type": "integer", + "primaryKey": false, + "notNull": true + }, + "currency": { + "name": "currency", + "type": "varchar(3)", + "primaryKey": false, + "notNull": true, + "default": "'KRW'" + }, + "unit_label": { + "name": "unit_label", + "type": "varchar(50)", + "primaryKey": false, + "notNull": false + }, + "comment": { + "name": "comment", + "type": "text", + "primaryKey": false, + "notNull": false + }, + "report_status": { + "name": "report_status", + "type": "price_report_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'accepted'" + }, + "snapshot_verification_status": { + "name": "snapshot_verification_status", + "type": "verification_status", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'unverified'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "price_reports_place_label_amount_idx": { + "name": "price_reports_place_label_amount_idx", + "columns": [ + { + "expression": "place_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "normalized_label", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "amount", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "price_reports_created_at_idx": { + "name": "price_reports_created_at_idx", + "columns": [ + { + "expression": "created_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "price_reports_place_id_places_id_fk": { + "name": "price_reports_place_id_places_id_fk", + "tableFrom": "price_reports", + "tableTo": "places", + "columnsFrom": [ + "place_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + }, + "price_reports_price_item_id_price_items_id_fk": { + "name": "price_reports_price_item_id_price_items_id_fk", + "tableFrom": "price_reports", + "tableTo": "price_items", + "columnsFrom": [ + "price_item_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + }, + "price_reports_reporter_user_id_users_id_fk": { + "name": "price_reports_reporter_user_id_users_id_fk", + "tableFrom": "price_reports", + "tableTo": "users", + "columnsFrom": [ + "reporter_user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "set null", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.users": { + "name": "users", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "email": { + "name": "email", + "type": "varchar(255)", + "primaryKey": false, + "notNull": true + }, + "nickname": { + "name": "nickname", + "type": "varchar(60)", + "primaryKey": false, + "notNull": false + }, + "role": { + "name": "role", + "type": "user_role", + "typeSchema": "public", + "primaryKey": false, + "notNull": true, + "default": "'user'" + }, + "created_at": { + "name": "created_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "updated_at": { + "name": "updated_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "users_email_unique": { + "name": "users_email_unique", + "columns": [ + { + "expression": "email", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "users_role_idx": { + "name": "users_role_idx", + "columns": [ + { + "expression": "role", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": {}, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + }, + "public.visit_activity": { + "name": "visit_activity", + "schema": "", + "columns": { + "id": { + "name": "id", + "type": "uuid", + "primaryKey": true, + "notNull": true, + "default": "gen_random_uuid()" + }, + "actor_key": { + "name": "actor_key", + "type": "varchar(96)", + "primaryKey": false, + "notNull": true + }, + "user_id": { + "name": "user_id", + "type": "uuid", + "primaryKey": false, + "notNull": false + }, + "visitor_id": { + "name": "visitor_id", + "type": "varchar(64)", + "primaryKey": false, + "notNull": false + }, + "route_group": { + "name": "route_group", + "type": "varchar(24)", + "primaryKey": false, + "notNull": true + }, + "route_path": { + "name": "route_path", + "type": "varchar(160)", + "primaryKey": false, + "notNull": true + }, + "entry_ref": { + "name": "entry_ref", + "type": "varchar(24)", + "primaryKey": false, + "notNull": false + }, + "entry_source": { + "name": "entry_source", + "type": "varchar(32)", + "primaryKey": false, + "notNull": false + }, + "visit_date": { + "name": "visit_date", + "type": "date", + "primaryKey": false, + "notNull": true + }, + "bucket_started_at": { + "name": "bucket_started_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true + }, + "hit_count": { + "name": "hit_count", + "type": "integer", + "primaryKey": false, + "notNull": true, + "default": 1 + }, + "first_visited_at": { + "name": "first_visited_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + }, + "last_visited_at": { + "name": "last_visited_at", + "type": "timestamp with time zone", + "primaryKey": false, + "notNull": true, + "default": "now()" + } + }, + "indexes": { + "visit_activity_actor_group_bucket_unique": { + "name": "visit_activity_actor_group_bucket_unique", + "columns": [ + { + "expression": "actor_key", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "route_group", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "bucket_started_at", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": true, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_date_group_idx": { + "name": "visit_activity_date_group_idx", + "columns": [ + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "route_group", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_date_ref_idx": { + "name": "visit_activity_date_ref_idx", + "columns": [ + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "entry_ref", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_date_source_idx": { + "name": "visit_activity_date_source_idx", + "columns": [ + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "entry_source", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_date_actor_idx": { + "name": "visit_activity_date_actor_idx", + "columns": [ + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "actor_key", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_user_date_idx": { + "name": "visit_activity_user_date_idx", + "columns": [ + { + "expression": "user_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + }, + "visit_activity_visitor_date_idx": { + "name": "visit_activity_visitor_date_idx", + "columns": [ + { + "expression": "visitor_id", + "isExpression": false, + "asc": true, + "nulls": "last" + }, + { + "expression": "visit_date", + "isExpression": false, + "asc": true, + "nulls": "last" + } + ], + "isUnique": false, + "concurrently": false, + "method": "btree", + "with": {} + } + }, + "foreignKeys": { + "visit_activity_user_id_users_id_fk": { + "name": "visit_activity_user_id_users_id_fk", + "tableFrom": "visit_activity", + "tableTo": "users", + "columnsFrom": [ + "user_id" + ], + "columnsTo": [ + "id" + ], + "onDelete": "cascade", + "onUpdate": "no action" + } + }, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "policies": {}, + "checkConstraints": {}, + "isRLSEnabled": false + } + }, + "enums": { + "public.comment_status": { + "name": "comment_status", + "schema": "public", + "values": [ + "visible", + "hidden" + ] + }, + "public.content_report_status": { + "name": "content_report_status", + "schema": "public", + "values": [ + "open", + "reviewing", + "resolved", + "dismissed" + ] + }, + "public.content_report_target_type": { + "name": "content_report_target_type", + "schema": "public", + "values": [ + "place", + "price_item", + "comment" + ] + }, + "public.place_reaction_type": { + "name": "place_reaction_type", + "schema": "public", + "values": [ + "like", + "dislike" + ] + }, + "public.place_status": { + "name": "place_status", + "schema": "public", + "values": [ + "active", + "hidden", + "closed", + "pending_review" + ] + }, + "public.price_report_status": { + "name": "price_report_status", + "schema": "public", + "values": [ + "accepted", + "rejected", + "pending_review" + ] + }, + "public.user_role": { + "name": "user_role", + "schema": "public", + "values": [ + "user", + "admin" + ] + }, + "public.verification_status": { + "name": "verification_status", + "schema": "public", + "values": [ + "unverified", + "verified" + ] + } + }, + "schemas": {}, + "sequences": {}, + "roles": {}, + "policies": {}, + "views": {}, + "_meta": { + "columns": {}, + "schemas": {}, + "tables": {} + } +} \ No newline at end of file diff --git a/drizzle/meta/_journal.json b/drizzle/meta/_journal.json index 1e37e05..b575e04 100644 --- a/drizzle/meta/_journal.json +++ b/drizzle/meta/_journal.json @@ -50,6 +50,27 @@ "when": 1775052090538, "tag": "0006_boring_titania", "breakpoints": true + }, + { + "idx": 7, + "version": "7", + "when": 1775091519251, + "tag": "0007_true_carmella_unuscione", + "breakpoints": true + }, + { + "idx": 8, + "version": "7", + "when": 1775097920707, + "tag": "0008_hot_mesmero", + "breakpoints": true + }, + { + "idx": 9, + "version": "7", + "when": 1775293897367, + "tag": "0009_boring_invaders", + "breakpoints": true } ] } \ No newline at end of file diff --git a/next.config.ts b/next.config.ts index 3f434e4..7fce533 100644 --- a/next.config.ts +++ b/next.config.ts @@ -7,6 +7,7 @@ const isDevServer = const nextConfig: NextConfig = { distDir: isDevServer ? ".next-dev" : ".next", + allowedDevOrigins: ["127.0.0.1"], async redirects() { return [ { diff --git a/package.json b/package.json index f8b1d52..a82c625 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,12 @@ "version": "0.1.0", "private": true, "scripts": { - "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", + "build": "npm run admin:sync && rm -rf .next && next build --webpack", + "dev": "ALTTEULMAP_ADMIN_MODE=embedded npm run admin:sync && next dev --webpack", + "dev:clean": "rm -rf .next-dev", "admin:sync": "node scripts/sync-admin-entrypoints.mjs", + "admin:sync:embedded": "ALTTEULMAP_ADMIN_MODE=embedded node scripts/sync-admin-entrypoints.mjs", + "admin:sync:external": "ALTTEULMAP_ADMIN_MODE=external 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", @@ -24,10 +27,15 @@ "verify:quick": "npm run lint", "verify": "npm run lint && npm run build", "smoke:local": "node scripts/smoke-local.mjs", + "smoke:remote": "node scripts/smoke-remote.mjs", + "readme:screenshots": "node scripts/capture-readme-screenshots.mjs", "deploy:check": "node scripts/check-cloudflare-deploy.mjs", + "deploy:check:public": "node scripts/check-cloudflare-deploy.mjs --public", + "deploy:check:admin": "node scripts/check-cloudflare-deploy.mjs --admin", "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:clean": "rm -rf .next .open-next", + "cf:patch-next-runtime": "node scripts/patch-next-cloudflare-runtime.mjs", + "cf:build": "npm run admin:sync && npm run cf:patch-next-runtime && 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", diff --git a/prd.md b/prd.md index 3dd2bbf..25f2611 100644 --- a/prd.md +++ b/prd.md @@ -404,7 +404,7 @@ MVP 이후 아래 개선을 고려한다. ### 13.2 가격 모델 원칙 - 카테고리별 대표 가격 기준을 정의할 수 있다. -- 대표 가격 기준은 검색과 가격 필터에 활용할 수 있다. +- 대표 가격 기준은 검색과 지도/목록 카드 요약에 활용할 수 있다. - 필수 입력은 아니며, 자유 가격 항목 등록을 허용한다. - 장소 단위와 가격 항목 단위를 분리하여 저장해야 한다. @@ -575,7 +575,7 @@ MVP 이후 도입 권장: - 데이터 없음 지역 안내 UX - 운영자 검토 큐 - 중복 장소 병합 UI -- 랭킹/추천 뷰 +- 추천 뷰 고도화 --- diff --git a/scripts/build-admin-worker.mjs b/scripts/build-admin-worker.mjs index 4676a00..60e991b 100644 --- a/scripts/build-admin-worker.mjs +++ b/scripts/build-admin-worker.mjs @@ -2,6 +2,8 @@ import { execFileSync } from "node:child_process"; import path from "node:path"; import { rmSync } from "node:fs"; +import { patchNextCloudflareRuntime } from "./patch-next-cloudflare-runtime.mjs"; + const projectRoot = process.cwd(); const adminAppRoot = path.join(projectRoot, "apps", "admin"); const openNextBin = path.join( @@ -18,11 +20,16 @@ for (const relativePath of [".next", ".next-dev", ".open-next"]) { }); } +patchNextCloudflareRuntime({ projectRoot }); + +const adminAppUrl = process.env.ADMIN_APP_URL?.trim(); + execFileSync(openNextBin, ["build"], { cwd: adminAppRoot, env: { ...process.env, npm_config_workspaces: "false", + NEXTAUTH_URL: adminAppUrl || process.env.NEXTAUTH_URL, }, stdio: "inherit", }); diff --git a/scripts/build-public-worker.mjs b/scripts/build-public-worker.mjs index 5227589..5b92ef5 100644 --- a/scripts/build-public-worker.mjs +++ b/scripts/build-public-worker.mjs @@ -2,26 +2,30 @@ 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"; + +import { loadEnvFilesWithShellPrecedence } from "./lib/load-env-files.mjs"; +import { patchNextCloudflareRuntime } from "./patch-next-cloudflare-runtime.mjs"; const projectRoot = process.cwd(); const backupRoot = mkdtempSync(path.join(tmpdir(), "altteulmap-public-build-")); -const adminTargets = [ - "src/app/admin", - "src/app/api/admin", -]; +const adminEntrypointsPath = "src/features/admin/entrypoints"; +const syncScriptPath = path.join(projectRoot, "scripts", "sync-admin-entrypoints.mjs"); +const openNextBin = path.join( + projectRoot, + "node_modules", + ".bin", + "opennextjs-cloudflare", +); -for (const filename of [ +loadEnvFilesWithShellPrecedence({ + cwd: projectRoot, + filenames: [ ".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); @@ -57,25 +61,28 @@ if (!process.env.ADMIN_APP_URL) { } try { - for (const relativePath of adminTargets) { - backupAndRemove(relativePath); - } + backupAndRemove(adminEntrypointsPath); + patchNextCloudflareRuntime({ projectRoot }); - execFileSync( - "npx", - ["opennextjs-cloudflare", "build"], - { - cwd: projectRoot, - env: { - ...process.env, - }, - stdio: "inherit", + execFileSync("node", [syncScriptPath], { + cwd: projectRoot, + env: { + ...process.env, + ALTTEULMAP_ADMIN_MODE: "external", }, - ); + stdio: "inherit", + }); + + execFileSync(openNextBin, ["build"], { + cwd: projectRoot, + env: { + ...process.env, + ALTTEULMAP_ADMIN_MODE: "external", + }, + stdio: "inherit", + }); } finally { - for (const relativePath of adminTargets) { - restore(relativePath); - } + restore(adminEntrypointsPath); rmSync(backupRoot, { recursive: true, force: true }); } diff --git a/scripts/capture-readme-screenshots.mjs b/scripts/capture-readme-screenshots.mjs new file mode 100644 index 0000000..975c20d --- /dev/null +++ b/scripts/capture-readme-screenshots.mjs @@ -0,0 +1,153 @@ +import fs from "node:fs"; +import path from "node:path"; + +import { chromium, devices } from "@playwright/test"; + +import { loadEnvFilesWithShellPrecedence } from "./lib/load-env-files.mjs"; + +const projectRoot = process.cwd(); +const outputDir = path.join(projectRoot, "docs", "readme"); + +loadEnvFilesWithShellPrecedence({ + cwd: projectRoot, + filenames: [".env", ".env.local", ".env.production.local"], +}); + +const publicUrl = + process.env.README_PUBLIC_URL ?? + process.env.NEXTAUTH_URL ?? + "https://altteulmap.altteul-lab.workers.dev"; +const adminUrl = + process.env.README_ADMIN_URL ?? + process.env.ADMIN_APP_URL ?? + "https://altteulmap-admin.altteul-lab.workers.dev"; +fs.mkdirSync(outputDir, { recursive: true }); + +async function waitForHomeReady(page, { mobile = false } = {}) { + await page.goto(publicUrl, { waitUntil: "domcontentloaded" }); + await page.getByTestId("map-panel-shell").waitFor({ state: "visible" }); + if (mobile) { + await page.getByTestId("mobile-place-list-open").waitFor({ state: "visible" }); + } else { + await page.getByTestId("place-list").waitFor({ state: "visible" }); + } + await page.waitForTimeout(2200); +} + +async function captureDesktopHome(browser) { + const context = await browser.newContext({ + viewport: { width: 1512, height: 1180 }, + deviceScaleFactor: 1.5, + }); + const page = await context.newPage(); + + await waitForHomeReady(page); + await page.screenshot({ + path: path.join(outputDir, "hero-home.png"), + fullPage: false, + }); + + await context.close(); +} + +async function captureDesktopDetail(browser) { + const context = await browser.newContext({ + viewport: { width: 1512, height: 1180 }, + deviceScaleFactor: 1.5, + }); + const page = await context.newPage(); + + await waitForHomeReady(page); + const firstItem = page.locator("[data-testid^='place-list-item-']").first(); + await firstItem.waitFor({ state: "visible" }); + await firstItem.click(); + await page.getByTestId("place-detail-sheet").waitFor({ state: "visible" }); + await page.waitForTimeout(800); + await page.screenshot({ + path: path.join(outputDir, "place-detail.png"), + fullPage: false, + }); + + await context.close(); +} + +async function captureMobileSheet(browser) { + const context = await browser.newContext({ + ...devices["iPhone 13"], + }); + const page = await context.newPage(); + + await waitForHomeReady(page, { mobile: true }); + await page.getByTestId("mobile-place-list-open").click(); + await page.getByTestId("mobile-place-list-sheet").waitFor({ state: "visible" }); + await page.waitForTimeout(500); + await page.screenshot({ + path: path.join(outputDir, "mobile-map-sheet.png"), + fullPage: false, + }); + + await context.close(); +} + +async function captureSubmit(browser) { + const context = await browser.newContext({ + viewport: { width: 1440, height: 1280 }, + deviceScaleFactor: 1.5, + }); + const page = await context.newPage(); + + await page.goto(new URL("/submit", publicUrl).toString(), { waitUntil: "domcontentloaded" }); + await page.getByTestId("place-submit-form").waitFor({ state: "visible" }); + + await page.getByTestId("submit-name").fill("보문분식"); + if ((await page.getByTestId("submit-business-name").count()) > 0) { + await page.getByTestId("submit-business-name").fill("보문분식 본점"); + } + await page.getByTestId("submit-category").selectOption("bunsik"); + await page.getByTestId("submit-district").fill("서울 성북구"); + await page.getByTestId("submit-road-address").fill("서울 성북구 보문로 123"); + await page.getByTestId("submit-price-label-0").fill("김밥"); + await page.getByTestId("submit-price-amount-0").fill("3500"); + await page.getByTestId("submit-price-unit-0").fill("1줄"); + await page.getByTestId("submit-note").fill("동네에서 자주 찾는 분식집입니다."); + await page.waitForTimeout(300); + + await page.screenshot({ + path: path.join(outputDir, "submit-form.png"), + fullPage: false, + }); + + await context.close(); +} + +async function captureAdminLanding(browser) { + const context = await browser.newContext({ + viewport: { width: 1512, height: 1180 }, + deviceScaleFactor: 1.5, + }); + const page = await context.newPage(); + + await page.goto(adminUrl, { waitUntil: "domcontentloaded" }); + await page.getByRole("heading", { name: "운영 콘솔로 이동" }).waitFor({ state: "visible" }); + await page.waitForTimeout(500); + + await page.locator("main section").screenshot({ + path: path.join(outputDir, "admin-console.png"), + }); + + await context.close(); +} + +const browser = await chromium.launch({ headless: true }); + +try { + await captureDesktopHome(browser); + await captureDesktopDetail(browser); + await captureMobileSheet(browser); + await captureSubmit(browser); + await captureAdminLanding(browser); + + process.stdout.write(`Saved README screenshots to ${outputDir}\n`); +} finally { + await browser.close(); +} diff --git a/scripts/check-cloudflare-deploy.mjs b/scripts/check-cloudflare-deploy.mjs index 5d88a47..eb54773 100644 --- a/scripts/check-cloudflare-deploy.mjs +++ b/scripts/check-cloudflare-deploy.mjs @@ -2,25 +2,24 @@ import fs from "node:fs"; import path from "node:path"; import process from "node:process"; -import dotenv from "dotenv"; +import { loadEnvFilesWithShellPrecedence } from "./lib/load-env-files.mjs"; const cwd = process.cwd(); const target = process.argv.includes("--preview") ? "preview" : "production"; +const deploymentMode = process.argv.includes("--admin") + ? "admin" + : process.argv.includes("--public") + ? "public" + : "full"; const envFiles = target === "production" ? [".env", ".env.production", ".env.local", ".env.production.local"] : [".env", ".env.local"]; -for (const filename of envFiles) { - const fullPath = path.join(cwd, filename); - - if (fs.existsSync(fullPath)) { - dotenv.config({ - path: fullPath, - override: true, - }); - } -} +loadEnvFilesWithShellPrecedence({ + cwd, + filenames: envFiles, +}); const requiredVars = [ "DATABASE_URL", @@ -33,6 +32,12 @@ const requiredVars = [ "AUTH_NAVER_CLIENT_SECRET", ]; +const modeRequiredVars = { + full: [], + public: ["ADMIN_APP_URL"], + admin: ["SITE_URL", "ADMIN_APP_URL"], +}; + const optionalVars = ["EMAIL_FROM", "RESEND_API_KEY"]; function isTruthy(value) { @@ -53,6 +58,14 @@ function isLocalhostUrl(value) { } } +function isHttpsUrl(value) { + try { + return new URL(value).protocol === "https:"; + } catch { + return false; + } +} + function printLine(message = "") { process.stdout.write(`${message}\n`); } @@ -62,22 +75,64 @@ function printSection(title) { printLine(`[${title}]`); } -function main() { - printLine(`Checking Cloudflare deploy readiness for ${target}`); +function getDeploymentModeLabel(mode) { + switch (mode) { + case "public": + return "public-only worker"; + case "admin": + return "standalone admin worker"; + default: + return "full app worker"; + } +} - printSection("Required env"); +function printUrlCheck(name, value, options = {}) { + const { requireHttps = false } = options; + + if (!isTruthy(value)) { + printLine(`FAIL ${name} is missing`); + return false; + } + + if (target === "production" && isLocalhostUrl(value)) { + printLine(`FAIL ${name} still points to localhost`); + return false; + } + + if ((target === "production" || requireHttps) && !isHttpsUrl(value)) { + printLine(`WARN ${name} should use https`); + return true; + } - const missingRequired = requiredVars.filter( + printLine(`OK ${name} format looks valid`); + return true; +} + +function main() { + printLine( + `Checking Cloudflare deploy readiness for ${target} (${getDeploymentModeLabel(deploymentMode)})`, + ); + + const deploymentRequiredVars = [ + ...requiredVars, + ...modeRequiredVars[deploymentMode], + ]; + const missingRequired = deploymentRequiredVars.filter( (name) => !isTruthy(process.env[name]), ); - for (const name of requiredVars) { + printSection("Required env"); + + for (const name of deploymentRequiredVars) { printLine(`${missingRequired.includes(name) ? "FAIL" : "OK "} ${name}`); } printSection("Optional env"); - for (const name of optionalVars) { + const modeOptionalVars = + deploymentMode === "full" ? ["ADMIN_APP_URL", "SITE_URL"] : []; + + for (const name of [...optionalVars, ...modeOptionalVars]) { printLine(`${isTruthy(process.env[name]) ? "OK " : "WARN"} ${name}`); } @@ -91,21 +146,47 @@ function main() { printLine("WARN USE_MOCK_DATA should be false before deploy"); } - const nextAuthUrl = process.env.NEXTAUTH_URL ?? ""; + const adminAppUrl = process.env.ADMIN_APP_URL ?? ""; + const siteUrl = process.env.SITE_URL ?? ""; + const nextAuthUrl = + deploymentMode === "admin" && isTruthy(adminAppUrl) + ? adminAppUrl + : (process.env.NEXTAUTH_URL ?? ""); - if (!isTruthy(nextAuthUrl)) { - printLine("FAIL NEXTAUTH_URL is missing"); - } else if (target === "production" && isLocalhostUrl(nextAuthUrl)) { - printLine("FAIL NEXTAUTH_URL still points to localhost"); - } else if (target === "production" && !nextAuthUrl.startsWith("https://")) { - printLine("WARN NEXTAUTH_URL should use https in production"); - } else { - printLine("OK NEXTAUTH_URL format looks valid"); + const nextAuthUrlOk = printUrlCheck("NEXTAUTH_URL", nextAuthUrl); + let adminAppUrlOk = true; + let siteUrlOk = true; + + if (deploymentMode === "public") { + adminAppUrlOk = printUrlCheck("ADMIN_APP_URL", adminAppUrl, { + requireHttps: target === "production", + }); + + if ( + isTruthy(adminAppUrl) && + isTruthy(nextAuthUrl) && + adminAppUrl === nextAuthUrl + ) { + printLine("WARN ADMIN_APP_URL is identical to NEXTAUTH_URL"); + } + } + + if (deploymentMode === "admin") { + siteUrlOk = printUrlCheck("SITE_URL", siteUrl, { + requireHttps: target === "production", + }); + + if (isTruthy(siteUrl) && isTruthy(nextAuthUrl) && siteUrl === nextAuthUrl) { + printLine("WARN SITE_URL is identical to NEXTAUTH_URL"); + } } - const wranglerConfigPath = path.join(cwd, "wrangler.jsonc"); + const wranglerConfigPath = path.join( + cwd, + deploymentMode === "admin" ? "wrangler.admin.jsonc" : "wrangler.jsonc", + ); printLine( - `${fs.existsSync(wranglerConfigPath) ? "OK " : "FAIL"} wrangler.jsonc`, + `${fs.existsSync(wranglerConfigPath) ? "OK " : "FAIL"} ${path.basename(wranglerConfigPath)}`, ); const devVarsPath = path.join(cwd, ".dev.vars"); @@ -120,6 +201,16 @@ function main() { `- Naver callback: ${nextAuthUrl || ""}/api/auth/callback/naver`, ); + if (deploymentMode === "public") { + printLine( + `- Public /admin entrypoint: ${adminAppUrl || ""}/admin`, + ); + } + + if (deploymentMode === "admin") { + printLine(`- Public home link: ${siteUrl || ""}/`); + } + if (missingRequired.length > 0) { console.error( `\nDeploy check failed. Missing required env: ${missingRequired.join(", ")}`, @@ -128,8 +219,8 @@ function main() { return; } - if (target === "production" && isLocalhostUrl(nextAuthUrl)) { - console.error("\nDeploy check failed. NEXTAUTH_URL must not use localhost."); + if (!nextAuthUrlOk || !adminAppUrlOk || !siteUrlOk) { + console.error("\nDeploy check failed. Fix the invalid URL values above."); process.exitCode = 1; return; } diff --git a/scripts/import-goodprice.ts b/scripts/import-goodprice.ts index 1c08bea..44a770a 100644 --- a/scripts/import-goodprice.ts +++ b/scripts/import-goodprice.ts @@ -5,6 +5,8 @@ import path from "node:path"; type CliOptions = { limit: number; maxPrice: number; + seoulLimit: number; + foodRatio: number; delayMs: number; timeoutMs: number; includeDetail: boolean; @@ -87,9 +89,33 @@ type PlaceRecord = { }>; }; +type BucketKey = + | "seoulFood" + | "seoulNonFood" + | "nonSeoulFood" + | "nonSeoulNonFood"; + +type BucketTargets = Record; +type BucketCollections = Record; +type SelectionTargets = { + seoulLimit: number; + nonSeoulLimit: number; + foodTarget: number; + nonFoodTarget: number; + bucketCaps: BucketTargets; +}; + const GOODPRICE_BASE_URL = "https://goodprice.go.kr"; const LIST_PATH = "/bssh/bsshList.do"; const DETAIL_PATH = "/bssh/bsshInfo.json"; +const FOOD_CATEGORY_NAMES = new Set([ + "한식", + "일식", + "양식", + "중식", + "베이커리", + "기타요식업", +]); function getKstDateStamp() { return new Intl.DateTimeFormat("sv-SE", { @@ -99,10 +125,16 @@ function getKstDateStamp() { const IMPORTED_AT = getKstDateStamp(); +function isUnderPriceCeiling(amount: number, maxPrice: number) { + return amount < maxPrice; +} + function parseArgs(argv: string[]): CliOptions { const options: CliOptions = { limit: 1000, - maxPrice: 10000, + maxPrice: 8000, + seoulLimit: -1, + foodRatio: 0.7, delayMs: 120, timeoutMs: 15000, includeDetail: true, @@ -117,19 +149,38 @@ function parseArgs(argv: string[]): CliOptions { const [flag, rawValue] = arg.slice(2).split("=", 2); const value = rawValue ?? ""; + const numericValue = Number(value); switch (flag) { case "limit": - options.limit = Number(value) || options.limit; + if (Number.isFinite(numericValue) && numericValue > 0) { + options.limit = numericValue; + } break; case "max-price": - options.maxPrice = Number(value) || options.maxPrice; + if (Number.isFinite(numericValue) && numericValue > 0) { + options.maxPrice = numericValue; + } + break; + case "seoul-limit": + if (Number.isFinite(numericValue) && numericValue >= 0) { + options.seoulLimit = numericValue; + } + break; + case "food-ratio": + if (Number.isFinite(numericValue)) { + options.foodRatio = numericValue; + } break; case "delay-ms": - options.delayMs = Number(value) || options.delayMs; + if (Number.isFinite(numericValue) && numericValue >= 0) { + options.delayMs = numericValue; + } break; case "timeout-ms": - options.timeoutMs = Number(value) || options.timeoutMs; + if (Number.isFinite(numericValue) && numericValue > 0) { + options.timeoutMs = numericValue; + } break; case "include-detail": options.includeDetail = value !== "false"; @@ -145,6 +196,10 @@ function parseArgs(argv: string[]): CliOptions { } } + if (options.seoulLimit < 0) { + options.seoulLimit = Math.min(500, Math.floor(options.limit / 2)); + } + return options; } @@ -176,6 +231,10 @@ function cleanText(value: string | undefined) { .trim(); } +function normalizePriceLabel(label: string) { + return label.trim().replace(/\s+/g, " ").toLowerCase(); +} + function parsePrice(value: string) { const digits = value.replace(/[^\d]/g, ""); return digits.length > 0 ? Number(digits) : Number.NaN; @@ -194,6 +253,10 @@ function getDistrict(address: string) { return tokens.slice(0, 2).join(" "); } +function isFoodCategory(categoryName: string) { + return FOOD_CATEGORY_NAMES.has(categoryName); +} + function mapCategorySlug(categoryName: string) { switch (categoryName) { case "한식": @@ -443,7 +506,9 @@ function buildPriceItems( detail: GoodpriceDetail, maxPrice: number, ): PlacePriceItem[] { - const filteredDetailMenus = detail.menus.filter((menu) => menu.amount <= maxPrice); + const filteredDetailMenus = detail.menus.filter((menu) => + isUnderPriceCeiling(menu.amount, maxPrice), + ); const sourceMenus = filteredDetailMenus.length > 0 ? filteredDetailMenus @@ -455,45 +520,112 @@ function buildPriceItems( }, ]; - const deduped = new Map(); - - for (const menu of sourceMenus) { - const key = `${menu.label}-${menu.amount}`; - - if (deduped.has(key)) { - continue; + const deduped = new Map< + string, + PlacePriceItem & { + isDesignated: boolean; + matchesRepresentativeMenu: boolean; + matchesRepresentativeAmount: boolean; } + >(); - deduped.set(key, { + for (const menu of sourceMenus) { + const normalizedLabel = normalizePriceLabel(menu.label); + const nextItem = { id: createStableId(item.bsshSn, menu.label, String(menu.amount)), label: menu.label, amount: menu.amount, verificationStatus: "verified", reportedAt: IMPORTED_AT, - }); + isDesignated: menu.isDesignated, + matchesRepresentativeMenu: menu.label === item.representativeMenu, + matchesRepresentativeAmount: + menu.label === item.representativeMenu && menu.amount === item.price, + } satisfies PlacePriceItem & { + isDesignated: boolean; + matchesRepresentativeMenu: boolean; + matchesRepresentativeAmount: boolean; + }; + const currentItem = deduped.get(normalizedLabel); + + if (!currentItem) { + deduped.set(normalizedLabel, nextItem); + continue; + } + + const shouldReplace = + (!currentItem.isDesignated && nextItem.isDesignated) || + (!currentItem.matchesRepresentativeAmount && + nextItem.matchesRepresentativeAmount) || + (!currentItem.matchesRepresentativeMenu && + nextItem.matchesRepresentativeMenu) || + (currentItem.amount > nextItem.amount && + currentItem.isDesignated === nextItem.isDesignated && + currentItem.matchesRepresentativeAmount === + nextItem.matchesRepresentativeAmount && + currentItem.matchesRepresentativeMenu === + nextItem.matchesRepresentativeMenu); + + if (shouldReplace) { + deduped.set(normalizedLabel, nextItem); + } } - return Array.from(deduped.values()); + return Array.from(deduped.values()).map((item) => ({ + id: item.id, + label: item.label, + amount: item.amount, + verificationStatus: item.verificationStatus, + reportedAt: item.reportedAt, + })); } -function toPlaceRecord( +function findRepresentativePrice( item: GoodpriceListItem, detail: GoodpriceDetail, + priceItems: PlacePriceItem[], maxPrice: number, -): PlaceRecord { - const priceItems = buildPriceItems(item, detail, maxPrice); - const representativePrice = +) { + const representativeCandidate = detail.menus.find( - (menu) => menu.isDesignated && menu.amount <= maxPrice, + (menu) => menu.isDesignated && isUnderPriceCeiling(menu.amount, maxPrice), ) ?? detail.menus.find( (menu) => - menu.label === item.representativeMenu && menu.amount <= maxPrice, + menu.label === item.representativeMenu && + isUnderPriceCeiling(menu.amount, maxPrice), ) ?? { label: item.representativeMenu, amount: item.price, isDesignated: true, }; + const normalizedRepresentativeLabel = normalizePriceLabel( + representativeCandidate.label, + ); + + return ( + priceItems.find( + (priceItem) => + normalizePriceLabel(priceItem.label) === normalizedRepresentativeLabel, + ) ?? { + label: representativeCandidate.label, + amount: representativeCandidate.amount, + } + ); +} + +function toPlaceRecord( + item: GoodpriceListItem, + detail: GoodpriceDetail, + maxPrice: number, +): PlaceRecord { + const priceItems = buildPriceItems(item, detail, maxPrice); + const representativePrice = findRepresentativePrice( + item, + detail, + priceItems, + maxPrice, + ); return { id: createSlug(item.bsshSn), @@ -525,70 +657,263 @@ function toPlaceRecord( }; } +function buildSelectionTargets(options: CliOptions): SelectionTargets { + if (options.limit <= 0) { + throw new Error("`limit` must be greater than 0."); + } + + if (options.seoulLimit < 0 || options.seoulLimit > options.limit) { + throw new Error("`seoul-limit` must be between 0 and `limit`."); + } + + if (options.foodRatio < 0 || options.foodRatio > 1) { + throw new Error("`food-ratio` must be between 0 and 1."); + } + + const nonSeoulLimit = options.limit - options.seoulLimit; + const foodTarget = Math.round(options.limit * options.foodRatio); + const nonFoodTarget = options.limit - foodTarget; + + return { + seoulLimit: options.seoulLimit, + nonSeoulLimit, + foodTarget, + nonFoodTarget, + bucketCaps: { + seoulFood: Math.min(options.seoulLimit, foodTarget), + seoulNonFood: Math.min(options.seoulLimit, nonFoodTarget), + nonSeoulFood: Math.min(nonSeoulLimit, foodTarget), + nonSeoulNonFood: Math.min(nonSeoulLimit, nonFoodTarget), + }, + }; +} + +function createBucketCollections(): BucketCollections { + return { + seoulFood: [], + seoulNonFood: [], + nonSeoulFood: [], + nonSeoulNonFood: [], + }; +} + +function getBucketCounts(collections: BucketCollections) { + return { + seoulFood: collections.seoulFood.length, + seoulNonFood: collections.seoulNonFood.length, + nonSeoulFood: collections.nonSeoulFood.length, + nonSeoulNonFood: collections.nonSeoulNonFood.length, + }; +} + +function getTotalCollected(collections: BucketCollections) { + return Object.values(collections).reduce((sum, items) => sum + items.length, 0); +} + +function resolveBucketTargets( + collections: BucketCollections, + targets: SelectionTargets, +): BucketTargets | null { + const counts = getBucketCounts(collections); + const lowerBound = Math.max( + 0, + targets.seoulLimit - counts.seoulNonFood, + targets.foodTarget - counts.nonSeoulFood, + targets.foodTarget - targets.nonSeoulLimit, + ); + const upperBound = Math.min( + counts.seoulFood, + targets.seoulLimit, + targets.foodTarget, + counts.nonSeoulNonFood - targets.nonSeoulLimit + targets.foodTarget, + ); + + if (lowerBound > upperBound) { + return null; + } + + const seoulFood = upperBound; + const seoulNonFood = targets.seoulLimit - seoulFood; + const nonSeoulFood = targets.foodTarget - seoulFood; + const nonSeoulNonFood = targets.nonSeoulLimit - nonSeoulFood; + + if ( + seoulFood < 0 || + seoulNonFood < 0 || + nonSeoulFood < 0 || + nonSeoulNonFood < 0 + ) { + return null; + } + + return { + seoulFood, + seoulNonFood, + nonSeoulFood, + nonSeoulNonFood, + }; +} + +function getBucketKey(item: GoodpriceListItem) { + const isSeoul = item.regionName.includes("서울"); + const isFood = isFoodCategory(item.categoryName); + + if (isSeoul) { + return isFood ? "seoulFood" : "seoulNonFood"; + } + + return isFood ? "nonSeoulFood" : "nonSeoulNonFood"; +} + +function formatBucketProgress( + collections: BucketCollections, + targets: BucketTargets, +) { + const counts = getBucketCounts(collections); + + return [ + `서울 음식 ${counts.seoulFood}/${targets.seoulFood}`, + `서울 비음식 ${counts.seoulNonFood}/${targets.seoulNonFood}`, + `비서울 음식 ${counts.nonSeoulFood}/${targets.nonSeoulFood}`, + `비서울 비음식 ${counts.nonSeoulNonFood}/${targets.nonSeoulNonFood}`, + ].join(", "); +} + +function buildSelectedItems( + collections: BucketCollections, + targets: BucketTargets, +) { + const buckets = [ + collections.seoulFood.slice(0, targets.seoulFood), + collections.seoulNonFood.slice(0, targets.seoulNonFood), + collections.nonSeoulFood.slice(0, targets.nonSeoulFood), + collections.nonSeoulNonFood.slice(0, targets.nonSeoulNonFood), + ]; + const selected: GoodpriceListItem[] = []; + let remaining = true; + let index = 0; + + while (remaining) { + remaining = false; + + for (const bucket of buckets) { + if (index < bucket.length) { + selected.push(bucket[index]); + remaining = true; + } + } + + index += 1; + } + + return selected; +} + async function main() { const options = parseArgs(process.argv.slice(2)); + const selectionTargets = buildSelectionTargets(options); const firstPageHtml = (await fetchText(LIST_PATH, { pageIndex: "1", menuId: "MN-0103", }, options.timeoutMs)) as string; const regions = extractRegionOptions(firstPageHtml); + const seoulRegion = regions.find((region) => region.name.includes("서울")); + + if (!seoulRegion) { + throw new Error("Failed to find the Seoul region option."); + } + + const nonSeoulRegions = regions.filter((region) => region.code !== seoulRegion.code); const seenAddresses = new Set(); - const collected: GoodpriceListItem[] = []; + const collected = createBucketCollections(); const pageState = new Map( regions.map((region) => [region.code, { nextPage: 1, done: false }]), ); + let nonSeoulCursor = 0; - while (collected.length < options.limit) { - let progressed = false; + const collectFromRegion = async (region: RegionOption) => { + const state = pageState.get(region.code); - for (const region of regions) { - if (collected.length >= options.limit) { - break; - } + if (!state || state.done) { + return false; + } - const state = pageState.get(region.code); + 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; + + if (pageItems.length === 0) { + state.done = true; + return true; + } - if (!state || state.done) { + const affordableItems = pageItems.filter( + (item) => + isUnderPriceCeiling(item.price, options.maxPrice) && + !seenAddresses.has(`${item.name}@@${item.address}`), + ); + + for (const item of affordableItems) { + const bucket = getBucketKey(item); + + if (collected[bucket].length >= selectionTargets.bucketCaps[bucket]) { continue; } - const html = - ((await fetchText(LIST_PATH, { - pageIndex: String(state.nextPage), - menuId: "MN-0103", - srchCtpvCd: region.code, - }, options.timeoutMs)) as string); + collected[bucket].push(item); + seenAddresses.add(`${item.name}@@${item.address}`); - const pageItems = parseListPage(html, state.nextPage, region); - state.nextPage += 1; - progressed = true; + const totalCollected = getTotalCollected(collected); - if (pageItems.length === 0) { - state.done = true; - continue; + if (totalCollected > 0 && totalCollected % 100 === 0) { + console.log( + `Collected ${totalCollected}/${options.limit} places... (${formatBucketProgress(collected, selectionTargets.bucketCaps)})`, + ); } + } - const affordableItems = pageItems.filter( - (item) => - item.price <= options.maxPrice && - !seenAddresses.has(`${item.name}@@${item.address}`), - ); + await sleep(options.delayMs); + return true; + }; + + while (!resolveBucketTargets(collected, selectionTargets)) { + let progressed = false; + + if ( + collected.seoulFood.length < selectionTargets.bucketCaps.seoulFood || + collected.seoulNonFood.length < selectionTargets.bucketCaps.seoulNonFood + ) { + progressed = (await collectFromRegion(seoulRegion)) || progressed; + } + + if ( + collected.nonSeoulFood.length < selectionTargets.bucketCaps.nonSeoulFood || + collected.nonSeoulNonFood.length < + selectionTargets.bucketCaps.nonSeoulNonFood + ) { + let attempts = 0; - for (const item of affordableItems) { - collected.push(item); - seenAddresses.add(`${item.name}@@${item.address}`); + while (attempts < nonSeoulRegions.length) { + const region = nonSeoulRegions[nonSeoulCursor % nonSeoulRegions.length]; + nonSeoulCursor += 1; + attempts += 1; - if (collected.length >= options.limit) { - break; + const state = pageState.get(region.code); + + if (!state || state.done) { + continue; } - } - if (collected.length > 0 && collected.length % 100 === 0) { - console.log(`Collected ${collected.length}/${options.limit} places...`); + progressed = (await collectFromRegion(region)) || progressed; + break; } - - await sleep(options.delayMs); } if (!progressed) { @@ -596,7 +921,15 @@ async function main() { } } - const selected = collected.slice(0, options.limit); + const resolvedBucketTargets = resolveBucketTargets(collected, selectionTargets); + + if (!resolvedBucketTargets) { + throw new Error( + `Failed to satisfy quota targets. available=${formatBucketProgress(collected, getBucketCounts(collected))}, required=서울 ${selectionTargets.seoulLimit}, 비서울 ${selectionTargets.nonSeoulLimit}, 음식 ${selectionTargets.foodTarget}, 비음식 ${selectionTargets.nonFoodTarget}`, + ); + } + + const selected = buildSelectedItems(collected, resolvedBucketTargets); const detailMap = new Map(); if (options.includeDetail) { @@ -630,6 +963,21 @@ async function main() { importedAt: new Date().toISOString(), options, selectedCount: selected.length, + quotas: { + seoulLimit: options.seoulLimit, + nonSeoulLimit: selectionTargets.nonSeoulLimit, + foodRatio: options.foodRatio, + foodTarget: selectionTargets.foodTarget, + nonFoodTarget: selectionTargets.nonFoodTarget, + bucketCaps: selectionTargets.bucketCaps, + targets: resolvedBucketTargets, + actual: getBucketCounts({ + seoulFood: collected.seoulFood.slice(0, resolvedBucketTargets.seoulFood), + seoulNonFood: collected.seoulNonFood.slice(0, resolvedBucketTargets.seoulNonFood), + nonSeoulFood: collected.nonSeoulFood.slice(0, resolvedBucketTargets.nonSeoulFood), + nonSeoulNonFood: collected.nonSeoulNonFood.slice(0, resolvedBucketTargets.nonSeoulNonFood), + }), + }, regions: Array.from( selected.reduce((map, item) => { map.set(item.regionName, (map.get(item.regionName) ?? 0) + 1); diff --git a/scripts/lib/load-env-files.mjs b/scripts/lib/load-env-files.mjs new file mode 100644 index 0000000..23ce8f7 --- /dev/null +++ b/scripts/lib/load-env-files.mjs @@ -0,0 +1,34 @@ +import fs from "node:fs"; +import path from "node:path"; + +import dotenv from "dotenv"; + +export function loadEnvFilesWithShellPrecedence({ + cwd = process.cwd(), + filenames, +}) { + const shellEnvKeys = new Set(Object.keys(process.env)); + const loadedFiles = []; + + for (const filename of filenames) { + const fullPath = path.join(cwd, filename); + + if (!fs.existsSync(fullPath)) { + continue; + } + + const parsed = dotenv.parse(fs.readFileSync(fullPath)); + + for (const [key, value] of Object.entries(parsed)) { + if (shellEnvKeys.has(key)) { + continue; + } + + process.env[key] = value; + } + + loadedFiles.push(filename); + } + + return loadedFiles; +} diff --git a/scripts/patch-next-cloudflare-runtime.mjs b/scripts/patch-next-cloudflare-runtime.mjs new file mode 100644 index 0000000..b2eefb8 --- /dev/null +++ b/scripts/patch-next-cloudflare-runtime.mjs @@ -0,0 +1,65 @@ +import { readFileSync, writeFileSync } from "node:fs"; +import path from "node:path"; +import { fileURLToPath } from "node:url"; + +const PATCHES = [ + { + relativePath: "node_modules/next/dist/server/next-server.js", + fromCandidates: [ + 'const manifest = require(this.middlewareManifestPath);\n return manifest;', + 'const manifest = JSON.parse(_fs.default.readFileSync(this.middlewareManifestPath, "utf8"));\n return manifest;', + ], + to: 'try {\n const manifest = JSON.parse(_fs.default.readFileSync(this.middlewareManifestPath, "utf8"));\n return manifest;\n } catch (error) {\n if (error && typeof error === "object" && "code" in error && error.code === "ENOENT") {\n return null;\n }\n throw error;\n }', + }, + { + relativePath: "node_modules/next/dist/esm/server/next-server.js", + fromCandidates: [ + 'const manifest = require(this.middlewareManifestPath);\n return manifest;', + 'const manifest = JSON.parse(fs.readFileSync(this.middlewareManifestPath, "utf8"));\n return manifest;', + ], + to: 'try {\n const manifest = JSON.parse(fs.readFileSync(this.middlewareManifestPath, "utf8"));\n return manifest;\n } catch (error) {\n if (error && typeof error === "object" && "code" in error && error.code === "ENOENT") {\n return null;\n }\n throw error;\n }', + }, +]; + +function patchFile(projectRoot, patch) { + const filePath = path.join(projectRoot, patch.relativePath); + const source = readFileSync(filePath, "utf8"); + + if (source.includes(patch.to)) { + return false; + } + + const from = patch.fromCandidates.find((candidate) => source.includes(candidate)); + + if (!from) { + throw new Error( + `[patch-next-cloudflare-runtime] Could not find target snippet in ${patch.relativePath}`, + ); + } + + writeFileSync(filePath, source.replace(from, patch.to)); + return true; +} + +export function patchNextCloudflareRuntime({ + projectRoot = process.cwd(), +} = {}) { + const changedPaths = PATCHES.filter((patch) => patchFile(projectRoot, patch)) + .map((patch) => patch.relativePath); + + if (changedPaths.length > 0) { + console.log( + `[patch-next-cloudflare-runtime] patched ${changedPaths.join(", ")}`, + ); + } else { + console.log("[patch-next-cloudflare-runtime] already patched"); + } +} + +const entrypointPath = process.argv[1] + ? path.resolve(process.argv[1]) + : undefined; + +if (entrypointPath === fileURLToPath(import.meta.url)) { + patchNextCloudflareRuntime(); +} diff --git a/scripts/smoke-local.mjs b/scripts/smoke-local.mjs index 6ed7af6..523ac63 100644 --- a/scripts/smoke-local.mjs +++ b/scripts/smoke-local.mjs @@ -1,43 +1,4 @@ const baseUrl = process.env.SMOKE_BASE_URL ?? "http://localhost:3000"; -const demoPassword = process.env.AUTH_DEMO_PASSWORD ?? "demo1234"; -const adminPassword = process.env.AUTH_ADMIN_PASSWORD ?? "admin1234"; - -class CookieJar { - constructor() { - this.cookies = new Map(); - } - - addFromResponse(response) { - const setCookie = - typeof response.headers.getSetCookie === "function" - ? response.headers.getSetCookie() - : []; - - for (const cookie of setCookie) { - const [pair] = cookie.split(";", 1); - - if (!pair) { - continue; - } - - const separatorIndex = pair.indexOf("="); - - if (separatorIndex <= 0) { - continue; - } - - const key = pair.slice(0, separatorIndex).trim(); - const value = pair.slice(separatorIndex + 1).trim(); - this.cookies.set(key, value); - } - } - - toHeader() { - return Array.from(this.cookies.entries()) - .map(([key, value]) => `${key}=${value}`) - .join("; "); - } -} function printLine(message) { process.stdout.write(`${message}\n`); @@ -47,27 +8,28 @@ function logStep(label, detail) { printLine(`- ${label}: ${detail}`); } -async function request(pathname, options = {}, jar) { - const headers = new Headers(options.headers ?? {}); +function normalizeComparableUrl(value) { + const url = new URL(value); + const normalizedPath = url.pathname === "/" ? "/" : url.pathname.replace(/\/+$/, ""); + return `${url.origin}${normalizedPath}${url.search}`; +} - if (jar) { - const cookieHeader = jar.toHeader(); +function extractCanonicalHref(html) { + const match = html.match(/]+rel=["']canonical["'][^>]+href=["']([^"']+)["']/i); + return match?.[1] ?? null; +} - if (cookieHeader) { - headers.set("cookie", cookieHeader); - } - } +function extractSitemapLocations(xml) { + return Array.from(xml.matchAll(/([^<]+)<\/loc>/g), (match) => match[1]); +} +async function request(pathname, options = {}) { const response = await fetch(new URL(pathname, baseUrl), { ...options, - headers, + headers: options.headers, redirect: "manual", }); - if (jar) { - jar.addFromResponse(response); - } - return response; } @@ -85,55 +47,62 @@ async function expectOk(pathname, matcher) { } } -async function loginWithCredentials(email, password) { - const jar = new CookieJar(); - const csrfResponse = await request("/api/auth/csrf", {}, jar); +async function main() { + printLine(`Running smoke checks against ${baseUrl}`); + + const homeResponse = await request("/"); + if (!homeResponse.ok) { + throw new Error(`/ returned ${homeResponse.status}`); + } + + const homeHtml = await homeResponse.text(); + const homeCanonical = extractCanonicalHref(homeHtml); - if (!csrfResponse.ok) { - throw new Error(`csrf request failed with ${csrfResponse.status}`); + if (!homeCanonical || normalizeComparableUrl(homeCanonical) !== normalizeComparableUrl(`${baseUrl}/`)) { + throw new Error("home canonical did not match base URL"); } - const csrfPayload = await csrfResponse.json(); - const form = new URLSearchParams({ - csrfToken: csrfPayload.csrfToken, - email, - password, - callbackUrl: `${baseUrl}/map`, - }); + logStep("home canonical", homeCanonical); - const loginResponse = await request( - "/api/auth/callback/credentials", - { - method: "POST", - headers: { - "Content-Type": "application/x-www-form-urlencoded", - }, - body: form.toString(), - }, - jar, - ); + await expectOk("/robots.txt", (body) => body.includes("Sitemap:")); + logStep("robots", "ok"); - if (loginResponse.status !== 302) { - throw new Error(`credentials login failed with ${loginResponse.status}`); + const sitemapResponse = await request("/sitemap.xml"); + if (!sitemapResponse.ok) { + throw new Error(`/sitemap.xml returned ${sitemapResponse.status}`); } - const location = loginResponse.headers.get("location") ?? ""; + const sitemapXml = await sitemapResponse.text(); + const sitemapLocations = extractSitemapLocations(sitemapXml); + const samplePlaceUrl = sitemapLocations.find((location) => location.includes("/place/")); - if (!location.startsWith(baseUrl)) { - throw new Error(`credentials login redirected to unexpected URL: ${location}`); + if (!sitemapLocations.some((location) => normalizeComparableUrl(location) === normalizeComparableUrl(`${baseUrl}/`))) { + throw new Error("sitemap did not include home URL"); } - return jar; -} + if (!samplePlaceUrl) { + throw new Error("sitemap did not include any place detail URL"); + } -async function main() { - printLine(`Running smoke checks against ${baseUrl}`); + logStep("sitemap", `${sitemapLocations.length} urls`); - await expectOk("/robots.txt", (body) => body.includes("Sitemap:")); - logStep("robots", "ok"); + const samplePlaceResponse = await fetch(samplePlaceUrl, { redirect: "manual" }); + if (!samplePlaceResponse.ok) { + throw new Error(`sample place page returned ${samplePlaceResponse.status}`); + } + + const samplePlaceHtml = await samplePlaceResponse.text(); + const samplePlaceCanonical = extractCanonicalHref(samplePlaceHtml); - await expectOk("/sitemap.xml", (body) => body.includes("/map")); - logStep("sitemap", "ok"); + if ( + !samplePlaceCanonical || + normalizeComparableUrl(samplePlaceCanonical) !== + normalizeComparableUrl(samplePlaceUrl) + ) { + throw new Error("sample place canonical did not match sitemap URL"); + } + + logStep("sample place canonical", samplePlaceCanonical); const mapResponse = await request( "/api/places/map?scope=global&query=%EA%B9%80%EB%B0%A5", @@ -146,7 +115,13 @@ async function main() { logStep("map api", `${mapPayload.items.length} items`); - const placeResponse = await request("/api/places/school-gimbap"); + const targetPlaceId = mapPayload.items[0]?.id; + + if (!targetPlaceId) { + throw new Error("map API did not return a place id"); + } + + const placeResponse = await request(`/api/places/${targetPlaceId}`); const placePayload = await placeResponse.json(); if (!placeResponse.ok || !placePayload.item?.id) { @@ -158,7 +133,10 @@ async function main() { const loginPageResponse = await request("/login"); const loginPage = await loginPageResponse.text(); - if (!loginPage.includes("로컬 로그인")) { + if ( + !loginPage.includes('data-testid="login-form"') || + !loginPage.includes(">로그인<") + ) { throw new Error("login page content did not render"); } @@ -176,32 +154,6 @@ async function main() { ].join(", "); logStep("social providers", providerSummary); - - const demoJar = await loginWithCredentials( - "demo@altteulmap.local", - demoPassword, - ); - const bookmarksResponse = await request("/api/bookmarks", {}, demoJar); - const bookmarksPayload = await bookmarksResponse.json(); - - if (!bookmarksResponse.ok || !Array.isArray(bookmarksPayload.items)) { - throw new Error("bookmarks API failed after demo login"); - } - - logStep("demo login", `${bookmarksPayload.items.length} bookmarks`); - - const adminJar = await loginWithCredentials( - "admin@altteulmap.local", - adminPassword, - ); - const adminPricesResponse = await request("/api/admin/prices", {}, adminJar); - const adminPricesPayload = await adminPricesResponse.json(); - - if (!adminPricesResponse.ok || !Array.isArray(adminPricesPayload.items)) { - throw new Error("admin prices API failed after admin login"); - } - - logStep("admin login", `${adminPricesPayload.items.length} pending price reports`); printLine("Smoke checks passed."); } diff --git a/scripts/smoke-remote.mjs b/scripts/smoke-remote.mjs new file mode 100644 index 0000000..a74838c --- /dev/null +++ b/scripts/smoke-remote.mjs @@ -0,0 +1,219 @@ +import process from "node:process"; + +import { loadEnvFilesWithShellPrecedence } from "./lib/load-env-files.mjs"; + +loadEnvFilesWithShellPrecedence({ + cwd: process.cwd(), + filenames: [".env", ".env.production", ".env.local", ".env.production.local"], +}); + +const publicUrl = process.env.SMOKE_PUBLIC_URL ?? process.env.NEXTAUTH_URL ?? ""; +const adminUrl = process.env.SMOKE_ADMIN_URL ?? process.env.ADMIN_APP_URL ?? ""; +const REQUEST_TIMEOUT_MS = 60_000; + +function printLine(message) { + process.stdout.write(`${message}\n`); +} + +function logStep(label, detail) { + printLine(`- ${label}: ${detail}`); +} + +function normalizeComparableUrl(value) { + const url = new URL(value); + const normalizedPath = url.pathname === "/" ? "/" : url.pathname.replace(/\/+$/, ""); + return `${url.origin}${normalizedPath}${url.search}`; +} + +function assertHttpsUrl(value, label) { + if (!value) { + throw new Error(`${label} is missing`); + } + + const url = new URL(value); + + if (url.protocol !== "https:") { + throw new Error(`${label} must use https`); + } + + return url.origin; +} + +function extractCanonicalHref(html) { + const match = html.match(/]+rel=["']canonical["'][^>]+href=["']([^"']+)["']/i); + return match?.[1] ?? null; +} + +async function request(base, pathname, options = {}) { + return fetch(new URL(pathname, base), { + ...options, + signal: options.signal ?? AbortSignal.timeout(REQUEST_TIMEOUT_MS), + redirect: "manual", + }); +} + +async function expectTextOk(base, pathname, matcher, label) { + const response = await request(base, pathname); + + if (!response.ok) { + throw new Error(`${label} returned ${response.status}`); + } + + const body = await response.text(); + + if (!matcher(body)) { + throw new Error(`${label} response did not match expected content`); + } + + return body; +} + +async function main() { + const normalizedPublicUrl = assertHttpsUrl(publicUrl, "SMOKE_PUBLIC_URL/NEXTAUTH_URL"); + const normalizedAdminUrl = adminUrl ? assertHttpsUrl(adminUrl, "SMOKE_ADMIN_URL/ADMIN_APP_URL") : ""; + + printLine(`Running remote smoke against ${normalizedPublicUrl}`); + if (normalizedAdminUrl) { + logStep("admin url", normalizedAdminUrl); + } + + const homeHtml = await expectTextOk( + normalizedPublicUrl, + "/", + (body) => body.includes("알뜰맵"), + "public /", + ); + const homeCanonical = extractCanonicalHref(homeHtml); + + if ( + !homeCanonical || + normalizeComparableUrl(homeCanonical) !== + normalizeComparableUrl(`${normalizedPublicUrl}/`) + ) { + throw new Error("public home canonical did not match public URL"); + } + + logStep("home canonical", homeCanonical); + + const robotsBody = await expectTextOk( + normalizedPublicUrl, + "/robots.txt", + (body) => body.includes(`Sitemap: ${normalizedPublicUrl}/sitemap.xml`), + "public /robots.txt", + ); + logStep("robots", /user-agent:/i.test(robotsBody) ? "ok" : "unexpected"); + + await expectTextOk( + normalizedPublicUrl, + "/sitemap.xml", + (body) => body.includes(normalizedPublicUrl) && body.includes("/place/"), + "public /sitemap.xml", + ); + logStep("sitemap", "ok"); + + const mapApiResponse = await request( + normalizedPublicUrl, + "/api/places/map?scope=global&query=%EA%B9%80%EB%B0%A5", + ); + if (!mapApiResponse.ok) { + throw new Error(`public map api returned ${mapApiResponse.status}`); + } + + const mapApiPayload = await mapApiResponse.json(); + const samplePlaceId = mapApiPayload.items?.[0]?.id; + + if (!samplePlaceId) { + throw new Error("public map api did not return a sample place id"); + } + + const samplePlaceUrl = `${normalizedPublicUrl}/place/${samplePlaceId}`; + const samplePlaceResponse = await fetch(samplePlaceUrl, { + redirect: "manual", + signal: AbortSignal.timeout(REQUEST_TIMEOUT_MS), + }); + if (!samplePlaceResponse.ok) { + throw new Error(`sample place page returned ${samplePlaceResponse.status}`); + } + + const samplePlaceHtml = await samplePlaceResponse.text(); + const samplePlaceCanonical = extractCanonicalHref(samplePlaceHtml); + + if ( + !samplePlaceCanonical || + normalizeComparableUrl(samplePlaceCanonical) !== + normalizeComparableUrl(samplePlaceUrl) + ) { + throw new Error("sample place canonical did not match place URL"); + } + + logStep("sample place canonical", samplePlaceCanonical); + + await expectTextOk( + normalizedPublicUrl, + "/login", + (body) => + body.includes('data-testid="login-form"') && body.includes(">로그인<"), + "public /login", + ); + logStep("public login", "ok"); + + if (normalizedAdminUrl) { + const publicAdminResponse = await request(normalizedPublicUrl, "/admin"); + const publicAdminLocation = publicAdminResponse.headers.get("location") ?? ""; + + if ( + ![307, 308].includes(publicAdminResponse.status) || + normalizeComparableUrl(new URL(publicAdminLocation, normalizedPublicUrl).toString()) !== + normalizeComparableUrl(`${normalizedAdminUrl}/admin`) + ) { + throw new Error("public /admin did not redirect to admin app"); + } + + logStep("public /admin redirect", publicAdminLocation); + + const publicAdminApiResponse = await request(normalizedPublicUrl, "/api/admin/places"); + if (!publicAdminApiResponse.ok) { + throw new Error(`public /api/admin/places returned ${publicAdminApiResponse.status}`); + } + + const publicAdminApiPayload = await publicAdminApiResponse.json(); + const expectedAdminPlacesUrl = `${normalizedAdminUrl}/admin/places`; + + if (publicAdminApiPayload.adminUrl !== expectedAdminPlacesUrl) { + throw new Error("public /api/admin/places did not expose expected adminUrl"); + } + + logStep("public admin api", publicAdminApiPayload.adminUrl); + + const adminRedirectResponse = await request(normalizedAdminUrl, "/admin"); + const adminRedirectLocation = adminRedirectResponse.headers.get("location") ?? ""; + const resolvedAdminRedirect = new URL(adminRedirectLocation, normalizedAdminUrl).toString(); + + if ( + ![307, 308].includes(adminRedirectResponse.status) || + !resolvedAdminRedirect.includes("/login?callbackUrl=%2Fadmin") + ) { + throw new Error("admin /admin did not redirect to login"); + } + + logStep("admin /admin redirect", adminRedirectLocation); + + await expectTextOk( + normalizedAdminUrl, + "/login", + (body) => + body.includes('data-testid="login-form"') && body.includes(">로그인<"), + "admin /login", + ); + logStep("admin login", "ok"); + } else { + logStep("admin checks", "skipped (SMOKE_ADMIN_URL/ADMIN_APP_URL not set)"); + } + + printLine("Remote smoke checks passed."); +} + +main().catch((error) => { + console.error(`Remote smoke checks failed: ${error.message}`); + process.exitCode = 1; +}); diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts index fd22bbd..343e799 100644 --- a/src/app/api/auth/[...nextauth]/route.ts +++ b/src/app/api/auth/[...nextauth]/route.ts @@ -4,8 +4,14 @@ import { getAuthOptions } from "@/auth"; export const runtime = "nodejs"; -async function handler(request: Request) { - return NextAuth(getAuthOptions())(request); +type AuthRouteContext = { + params: Promise<{ + nextauth?: string[]; + }>; +}; + +async function handler(request: Request, context: AuthRouteContext) { + return NextAuth(getAuthOptions())(request, context); } 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 cfadab6..89adce6 100644 --- a/src/app/api/auth/signup/route.ts +++ b/src/app/api/auth/signup/route.ts @@ -1,29 +1,32 @@ import { createCredentialsUser } from "@/features/auth/repository"; import { credentialsSignupSchema } from "@/features/auth/schema"; -import { consumeRateLimit } from "@/lib/rate-limit"; +import { + applyRateLimitHeaders, + consumeRateLimitPolicy, +} from "@/lib/rate-limit"; export const runtime = "nodejs"; export async function POST(request: Request) { - const rateLimit = consumeRateLimit({ - scope: "auth_signup", - key: - request.headers.get("x-forwarded-for") ?? + const rateLimit = consumeRateLimitPolicy( + "authSignup", + request.headers.get("x-forwarded-for") ?? request.headers.get("x-real-ip") ?? "guest", - limit: 5, - windowMs: 30 * 60 * 1000, - }); + ); if (!rateLimit.ok) { - return Response.json( - { - ok: false, - message: "회원가입 요청이 너무 빠릅니다. 잠시 후 다시 시도해주세요.", - item: null, - retryAfterMs: rateLimit.retryAfterMs, - }, - { status: 429 }, + return applyRateLimitHeaders( + Response.json( + { + ok: false, + message: "회원가입 요청이 너무 빠릅니다. 잠시 후 다시 시도해주세요.", + item: null, + retryAfterMs: rateLimit.retryAfterMs, + }, + { status: 429 }, + ), + rateLimit, ); } @@ -31,14 +34,17 @@ export async function POST(request: Request) { const parsed = credentialsSignupSchema.safeParse(body); if (!parsed.success) { - return Response.json( - { - ok: false, - message: "회원가입 입력값 검증에 실패했습니다.", - item: null, - error: parsed.error.flatten(), - }, - { status: 400 }, + return applyRateLimitHeaders( + Response.json( + { + ok: false, + message: "회원가입 입력값 검증에 실패했습니다.", + item: null, + error: parsed.error.flatten(), + }, + { status: 400 }, + ), + rateLimit, ); } @@ -51,5 +57,5 @@ export async function POST(request: Request) { ? 503 : 500; - return Response.json(result, { status }); + return applyRateLimitHeaders(Response.json(result, { status }), rateLimit); } diff --git a/src/app/api/bookmarks/[id]/route.ts b/src/app/api/bookmarks/[id]/route.ts index 9ff7652..b0f36b5 100644 --- a/src/app/api/bookmarks/[id]/route.ts +++ b/src/app/api/bookmarks/[id]/route.ts @@ -1,6 +1,6 @@ -import { revalidatePath } from "next/cache"; import { setBookmark } from "@/features/bookmarks/repository"; import { bookmarkToggleSchema } from "@/features/bookmarks/schema"; +import { revalidateAfterBookmarkToggle } from "@/features/places/revalidation"; import { getSessionUser } from "@/lib/session"; type RouteContext = { @@ -41,12 +41,7 @@ export async function PUT(request: Request, context: RouteContext) { const result = await setBookmark(id, parsed.data.bookmarked, user); if (result.ok) { - revalidatePath("/bookmarks"); - revalidatePath("/api/bookmarks"); - revalidatePath("/"); - revalidatePath("/api/places/map"); - revalidatePath(`/place/${id}`); - revalidatePath(`/api/places/${id}`); + revalidateAfterBookmarkToggle(id); } return Response.json(result, { status: result.ok ? 200 : 404 }); diff --git a/src/app/api/places/[id]/comments/[commentId]/route.ts b/src/app/api/places/[id]/comments/[commentId]/route.ts index 8db4a3c..8a24fde 100644 --- a/src/app/api/places/[id]/comments/[commentId]/route.ts +++ b/src/app/api/places/[id]/comments/[commentId]/route.ts @@ -1,4 +1,4 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterPlaceCommentMutation } from "@/features/places/revalidation"; import { deletePlaceComment } from "@/features/places/repository"; import { getPublicWriteActor } from "@/lib/public-write-actor"; @@ -32,8 +32,7 @@ export async function DELETE(request: Request, context: RouteContext) { }); if (result.ok) { - revalidatePath(`/place/${id}`); - revalidatePath(`/api/places/${id}`); + revalidateAfterPlaceCommentMutation(id); } const status = diff --git a/src/app/api/places/[id]/comments/route.ts b/src/app/api/places/[id]/comments/route.ts index f23c591..2a3f278 100644 --- a/src/app/api/places/[id]/comments/route.ts +++ b/src/app/api/places/[id]/comments/route.ts @@ -1,11 +1,14 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterPlaceCommentMutation } from "@/features/places/revalidation"; import { createPlaceComment } from "@/features/places/repository"; import { placeCommentSchema } from "@/features/places/write-schema"; import { getPublicWriteActor, setPublicWriteActorCookie, } from "@/lib/public-write-actor"; -import { consumeRateLimit } from "@/lib/rate-limit"; +import { + applyRateLimitHeaders, + consumeRateLimitPolicy, +} from "@/lib/rate-limit"; type RouteContext = { params: Promise<{ @@ -16,12 +19,10 @@ type RouteContext = { export async function POST(request: Request, context: RouteContext) { const actor = await getPublicWriteActor(request); - const rateLimit = consumeRateLimit({ - scope: "place_comment_submission", - key: actor.key, - limit: 10, - windowMs: 10 * 60 * 1000, - }); + const rateLimit = consumeRateLimitPolicy( + "placeCommentSubmission", + actor.key, + ); if (!rateLimit.ok) { const response = Response.json( @@ -35,7 +36,7 @@ export async function POST(request: Request, context: RouteContext) { setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } const body = await request.json(); @@ -53,7 +54,7 @@ export async function POST(request: Request, context: RouteContext) { setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } const { id } = await context.params; @@ -72,11 +73,10 @@ export async function POST(request: Request, context: RouteContext) { ); if (result.ok) { - revalidatePath(`/place/${id}`); - revalidatePath(`/api/places/${id}`); + revalidateAfterPlaceCommentMutation(id); } const response = Response.json(result, { status: result.ok ? 200 : 404 }); setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } diff --git a/src/app/api/places/[id]/prices/route.ts b/src/app/api/places/[id]/prices/route.ts index d9798ec..632d08d 100644 --- a/src/app/api/places/[id]/prices/route.ts +++ b/src/app/api/places/[id]/prices/route.ts @@ -1,11 +1,14 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterPlacePriceSubmission } from "@/features/places/revalidation"; import { createPlacePriceReport } from "@/features/places/repository"; import { placePriceReportSchema } from "@/features/places/write-schema"; import { getPublicWriteActor, setPublicWriteActorCookie, } from "@/lib/public-write-actor"; -import { consumeRateLimit } from "@/lib/rate-limit"; +import { + applyRateLimitHeaders, + consumeRateLimitPolicy, +} from "@/lib/rate-limit"; type RouteContext = { params: Promise<{ @@ -16,12 +19,7 @@ type RouteContext = { export async function POST(request: Request, context: RouteContext) { const actor = await getPublicWriteActor(request); - const rateLimit = consumeRateLimit({ - scope: "place_price_submission", - key: actor.key, - limit: 10, - windowMs: 10 * 60 * 1000, - }); + const rateLimit = consumeRateLimitPolicy("placePriceSubmission", actor.key); if (!rateLimit.ok) { const response = Response.json( @@ -35,7 +33,7 @@ export async function POST(request: Request, context: RouteContext) { setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } const body = await request.json(); @@ -53,21 +51,17 @@ export async function POST(request: Request, context: RouteContext) { setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } const { id } = await context.params; const result = await createPlacePriceReport(id, parsed.data, actor.user?.id ?? null); if (result.ok) { - revalidatePath("/admin"); - revalidatePath("/admin/prices"); - revalidatePath("/api/admin/prices"); - revalidatePath(`/place/${id}`); - revalidatePath(`/api/places/${id}`); + revalidateAfterPlacePriceSubmission(id); } const response = Response.json(result, { status: result.ok ? 200 : 404 }); setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } diff --git a/src/app/api/places/[id]/reaction/route.ts b/src/app/api/places/[id]/reaction/route.ts index 2c0231b..e411d0d 100644 --- a/src/app/api/places/[id]/reaction/route.ts +++ b/src/app/api/places/[id]/reaction/route.ts @@ -1,13 +1,14 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterPlaceReactionMutation } from "@/features/places/revalidation"; import { setPlaceReaction } from "@/features/places/repository"; import { placeReactionSchema } from "@/features/places/reaction-schema"; -import { consumeRateLimit } from "@/lib/rate-limit"; -import { getSessionUser } from "@/lib/session"; import { - createVisitorId, - getVisitorIdFromCookie, - setVisitorIdCookie, -} from "@/lib/visitor-id"; + getPublicWriteActor, + setPublicWriteActorCookie, +} from "@/lib/public-write-actor"; +import { + applyRateLimitHeaders, + consumeRateLimitPolicy, +} from "@/lib/rate-limit"; type RouteContext = { params: Promise<{ @@ -16,16 +17,9 @@ type RouteContext = { }; export async function PUT(request: Request, context: RouteContext) { - const user = await getSessionUser(); - const existingVisitorId = await getVisitorIdFromCookie(); - const visitorId = user ? null : (existingVisitorId ?? createVisitorId()); + const actor = await getPublicWriteActor(request); - const rateLimit = consumeRateLimit({ - scope: "place_reaction", - key: user?.id ?? visitorId ?? request.headers.get("x-forwarded-for") ?? "guest", - limit: 20, - windowMs: 5 * 60 * 1000, - }); + const rateLimit = consumeRateLimitPolicy("placeReaction", actor.key); if (!rateLimit.ok) { const response = Response.json( @@ -37,11 +31,8 @@ export async function PUT(request: Request, context: RouteContext) { { status: 429 }, ); - if (!user && visitorId) { - setVisitorIdCookie(response, visitorId, request.url); - } - - return response; + setPublicWriteActorCookie(response, actor, request); + return applyRateLimitHeaders(response, rateLimit); } const body = await request.json(); @@ -57,40 +48,30 @@ export async function PUT(request: Request, context: RouteContext) { { status: 400 }, ); - if (!user && visitorId) { - setVisitorIdCookie(response, visitorId, request.url); - } - - return response; + setPublicWriteActorCookie(response, actor, request); + return applyRateLimitHeaders(response, rateLimit); } const { id } = await context.params; const result = await setPlaceReaction( id, parsed.data.reaction, - user + actor.user ? { - userId: user.id, - email: user.email, - name: user.name, + userId: actor.user.id, + email: actor.user.email, + name: actor.user.name, } : { - visitorId, + visitorId: actor.visitorId, }, ); if (result.ok) { - revalidatePath("/"); - revalidatePath(`/place/${id}`); - revalidatePath(`/api/places/${id}`); - revalidatePath("/api/places/map"); + revalidateAfterPlaceReactionMutation(id); } const response = Response.json(result, { status: result.ok ? 200 : 404 }); - - if (!user && visitorId) { - setVisitorIdCookie(response, visitorId, request.url); - } - - return response; + setPublicWriteActorCookie(response, actor, request); + return applyRateLimitHeaders(response, rateLimit); } diff --git a/src/app/api/places/[id]/route.ts b/src/app/api/places/[id]/route.ts index 32ceb4b..186af57 100644 --- a/src/app/api/places/[id]/route.ts +++ b/src/app/api/places/[id]/route.ts @@ -1,6 +1,6 @@ import { getPlaceDetail } from "@/features/places/repository"; import { getSessionUser } from "@/lib/session"; -import { getVisitorIdFromCookie } from "@/lib/visitor-id"; +import { getVisitorIdFromRequest } from "@/lib/visitor-id"; type RouteContext = { params: Promise<{ @@ -14,10 +14,10 @@ const noStoreHeaders = { "Cache-Control": "no-store, max-age=0", }; -export async function GET(_: Request, context: RouteContext) { +export async function GET(request: Request, context: RouteContext) { const { id } = await context.params; const user = await getSessionUser(); - const visitorId = user ? null : await getVisitorIdFromCookie(); + const visitorId = user ? null : getVisitorIdFromRequest(request); const result = await getPlaceDetail( id, user diff --git a/src/app/api/places/map/route.ts b/src/app/api/places/map/route.ts index e2f64e7..01254f0 100644 --- a/src/app/api/places/map/route.ts +++ b/src/app/api/places/map/route.ts @@ -1,4 +1,4 @@ -import { listPlaces } from "@/features/places/repository"; +import { listMapPlaces } from "@/features/places/repository"; export const dynamic = "force-dynamic"; @@ -6,16 +6,6 @@ const noStoreHeaders = { "Cache-Control": "no-store, max-age=0", }; -function parsePositiveNumber(value: string | null) { - if (!value) { - return null; - } - - const parsed = Number(value); - - return Number.isFinite(parsed) && parsed > 0 ? parsed : null; -} - function parseFiniteNumber(value: string | null) { if (!value) { return null; @@ -32,11 +22,11 @@ export async function GET(request: Request) { const query = searchParams.get("query")?.trim() || null; const searchScope = query && searchParams.get("scope") === "global" ? "global" : "viewport"; - const maxPrice = parsePositiveNumber(searchParams.get("maxPrice")); const minLat = parseFiniteNumber(searchParams.get("minLat")); const maxLat = parseFiniteNumber(searchParams.get("maxLat")); const minLng = parseFiniteNumber(searchParams.get("minLng")); const maxLng = parseFiniteNumber(searchParams.get("maxLng")); + const zoom = parseFiniteNumber(searchParams.get("zoom")); const bounds = minLat !== null && maxLat !== null && minLng !== null && maxLng !== null ? { @@ -47,30 +37,38 @@ export async function GET(request: Request) { } : null; - const result = await listPlaces({ + const result = await listMapPlaces({ category, - maxPrice, query, bounds: searchScope === "viewport" ? bounds : null, + zoom: searchScope === "viewport" ? zoom : null, }); return Response.json( { items: result.items, - count: result.items.length, + mapMarkers: result.mapMarkers, + markerMode: result.markerMode, + count: result.count, + returnedCount: result.items.length, + mapMarkerCount: result.mapMarkers.length, + truncated: result.items.length < result.count, bounds: result.bounds, filters: { category, - maxPrice, query, searchScope, bounds: searchScope === "viewport" ? bounds : null, + zoom: searchScope === "viewport" ? zoom : null, }, source: result.source, mock: result.source === "mock", }, { - headers: noStoreHeaders, + headers: { + ...noStoreHeaders, + "X-Altteulmap-Map-Cache": result.cacheStatus ?? "bypass", + }, }, ); } diff --git a/src/app/api/places/route.ts b/src/app/api/places/route.ts index 8cafdcc..16eb465 100644 --- a/src/app/api/places/route.ts +++ b/src/app/api/places/route.ts @@ -1,20 +1,19 @@ +import { revalidateAfterPlaceSubmission } from "@/features/places/revalidation"; import { createPlaceSubmission } from "@/features/places/repository"; import { placeSubmissionSchema } from "@/features/submission/schema"; import { getPublicWriteActor, setPublicWriteActorCookie, } from "@/lib/public-write-actor"; -import { consumeRateLimit } from "@/lib/rate-limit"; +import { + applyRateLimitHeaders, + consumeRateLimitPolicy, +} from "@/lib/rate-limit"; export async function POST(request: Request) { const actor = await getPublicWriteActor(request); - const rateLimit = consumeRateLimit({ - scope: "place_submission", - key: actor.key, - limit: 5, - windowMs: 30 * 60 * 1000, - }); + const rateLimit = consumeRateLimitPolicy("placeSubmission", actor.key); if (!rateLimit.ok) { const response = Response.json( @@ -28,7 +27,7 @@ export async function POST(request: Request) { setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } const body = await request.json(); @@ -46,13 +45,16 @@ export async function POST(request: Request) { setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } const result = await createPlaceSubmission(parsed.data, actor.user?.id ?? null); + if (result.ok) { + revalidateAfterPlaceSubmission(); + } const response = Response.json(result); setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } diff --git a/src/app/api/reports/route.ts b/src/app/api/reports/route.ts index 1d72ee7..3b5a980 100644 --- a/src/app/api/reports/route.ts +++ b/src/app/api/reports/route.ts @@ -1,20 +1,22 @@ +import { revalidateAfterReportSubmission } from "@/features/admin/revalidation"; import { createReportSubmission } from "@/features/reports/repository"; import { reportSubmissionSchema } from "@/features/reports/schema"; import { getPublicWriteActor, setPublicWriteActorCookie, } from "@/lib/public-write-actor"; -import { consumeRateLimit } from "@/lib/rate-limit"; +import { + applyRateLimitHeaders, + consumeRateLimitPolicy, +} from "@/lib/rate-limit"; export async function POST(request: Request) { const actor = await getPublicWriteActor(request); - const rateLimit = consumeRateLimit({ - scope: "content_report_submission", - key: actor.key, - limit: 8, - windowMs: 30 * 60 * 1000, - }); + const rateLimit = consumeRateLimitPolicy( + "contentReportSubmission", + actor.key, + ); if (!rateLimit.ok) { const response = Response.json( @@ -28,7 +30,7 @@ export async function POST(request: Request) { setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } const body = await request.json(); @@ -46,12 +48,16 @@ export async function POST(request: Request) { setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } - const response = Response.json( - await createReportSubmission(parsed.data, actor.user?.id ?? null), - ); + const result = await createReportSubmission(parsed.data, actor.user?.id ?? null); + + if (result.ok) { + revalidateAfterReportSubmission(); + } + + const response = Response.json(result); setPublicWriteActorCookie(response, actor, request); - return response; + return applyRateLimitHeaders(response, rateLimit); } diff --git a/src/app/api/telemetry/visit/route.ts b/src/app/api/telemetry/visit/route.ts new file mode 100644 index 0000000..3b4b833 --- /dev/null +++ b/src/app/api/telemetry/visit/route.ts @@ -0,0 +1 @@ +export { dynamic, POST } from "@/features/telemetry/api/visit-route"; diff --git a/src/app/bookmarks/page.tsx b/src/app/bookmarks/page.tsx index ce76269..8447455 100644 --- a/src/app/bookmarks/page.tsx +++ b/src/app/bookmarks/page.tsx @@ -1,12 +1,10 @@ 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 { listBookmarkedPlaces } from "@/features/bookmarks/repository"; import { getCategoryBySlug } from "@/features/categories/catalog"; import { formatKrw } from "@/features/places/queries"; -import { listPlaces } from "@/features/places/repository"; import { createLoginHref, getSessionUser } from "@/lib/session"; export const dynamic = "force-dynamic"; @@ -18,44 +16,23 @@ export default async function BookmarksPage() { redirect(createLoginHref("/bookmarks")); } - const [bookmarkResult, placeResult] = await Promise.all([ - listBookmarks(user), - listPlaces({ sort: "recent" }), - ]); - - const placeById = new Map(placeResult.items.map((place) => [place.id, place])); - const bookmarkedPlaces = bookmarkResult.items - .map((bookmark) => ({ - bookmark, - place: placeById.get(bookmark.placeId) ?? null, - })) - .filter( - ( - entry, - ): entry is { - bookmark: (typeof bookmarkResult.items)[number]; - place: NonNullable<(typeof entry)["place"]>; - } => entry.place !== null, - ); + const bookmarkedPlaces = await listBookmarkedPlaces(user); return (
-
-
-

- 북마크 -

-

- 북마크한 장소 -

-
- +
+

+ 북마크 +

+

+ 북마크한 장소 +

{bookmarkedPlaces.length > 0 ? (
- {bookmarkedPlaces.map(({ bookmark, place }) => { + {bookmarkedPlaces.map((place) => { const category = getCategoryBySlug(place.categorySlug); return ( @@ -67,7 +44,7 @@ export default async function BookmarksPage() {

- 북마크 {bookmark.createdAt} + 북마크 {place.createdAt}

{place.name} @@ -94,6 +71,7 @@ export default async function BookmarksPage() {
* { + min-width: 0; +} + +@media (max-width: 1279px) { + .altteulmap-mobile-sheet { + left: 0.5rem; + right: 0.5rem; + bottom: max(env(safe-area-inset-bottom), 0.5rem); + transition: + transform 180ms ease, + height 180ms ease, + max-height 180ms ease, + box-shadow 180ms ease; + will-change: transform; + } + + .altteulmap-mobile-sheet-list { + height: min( + 46dvh, + calc( + 100dvh - max(env(safe-area-inset-top), 5rem) - + max(env(safe-area-inset-bottom), 0.75rem) + ) + ); + } + + .altteulmap-mobile-sheet-list[data-sheet-mode="expanded"] { + height: min( + 72dvh, + calc( + 100dvh - max(env(safe-area-inset-top), 5rem) - + max(env(safe-area-inset-bottom), 0.75rem) + ) + ); + } + + .altteulmap-mobile-sheet-detail { + max-height: min( + 84dvh, + calc( + 100dvh - max(env(safe-area-inset-top), 5rem) - + max(env(safe-area-inset-bottom), 0.75rem) + ) + ); + } + + .altteulmap-mobile-sheet-scroll { + padding-bottom: max(env(safe-area-inset-bottom), 0.75rem); + } + + .altteulmap-mobile-sheet[data-sheet-dragging="true"] { + transition: none; + } +} + +@media (min-width: 640px) { + .altteulmap-chip-grid { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } +} + +@media (min-width: 1024px) { + .altteulmap-chip-grid { + grid-template-columns: repeat(auto-fit, minmax(7.75rem, 1fr)); + } +} + .altteulmap-input { + width: 100%; + min-width: 0; + max-width: 100%; border: 1px solid rgba(186, 173, 161, 0.75); border-radius: 1.15rem; background-color: rgba(255, 255, 255, 0.92); @@ -175,6 +265,10 @@ border-color: rgba(158, 138, 121, 0.8); } +.altteulmap-input::placeholder { + color: rgb(168 162 158); +} + .altteulmap-input:focus { outline: none; border-color: rgba(120, 96, 78, 0.88); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index aa9f6d8..1c71f0b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,9 @@ import type { Metadata } from "next"; +import { GlobalHeader } from "@/components/global-header"; +import { VisitTracker } from "@/features/telemetry/visit-tracker"; +import { getAdminAppHref } from "@/lib/admin-app"; +import { getSessionUser } from "@/lib/session"; import { getSiteOrigin } from "@/lib/site"; import "./globals.css"; @@ -17,14 +21,18 @@ export const metadata: Metadata = { description: siteDescription, }; -export default function RootLayout({ +export default async function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { + const user = await getSessionUser(); + return ( + + {children} diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index dc9b10f..0a12b24 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -1,7 +1,6 @@ import type { Metadata } from "next"; import { redirect } from "next/navigation"; -import { BrandMark } from "@/components/brand-mark"; import { listSocialAuthProviders } from "@/features/auth/repository"; import { LoginForm } from "@/features/auth/login-form"; import { @@ -38,9 +37,8 @@ export default async function LoginPage({ searchParams }: LoginPageProps) { } return ( -
-
- +
+
{ const { id } = await params; - const result = await getPlaceDetail(id, null); + const placeId = normalizePlaceRouteId(id); + const result = await getPlaceDetail(placeId, null); const place = result.item; if (!place) { @@ -41,15 +52,11 @@ export async function generateMetadata({ } const category = getCategoryBySlug(place.categorySlug); - const title = `${place.name} ${formatKrw(place.representativePriceAmount)}원`; - const description = [ - place.address, - category?.name, - `${place.representativePriceLabel} ${formatKrw(place.representativePriceAmount)}원`, - ].join(" · "); + const sharePayload = createPlaceSharePayload(place, "detail"); + const description = createPlaceShareDescription(place, category?.name); return { - title, + title: sharePayload.title, description, alternates: { canonical: `/place/${place.id}`, @@ -59,56 +66,44 @@ export async function generateMetadata({ export default async function PlacePage({ params }: PlacePageProps) { const { id } = await params; + const placeId = normalizePlaceRouteId(id); const user = await getSessionUser(); - const visitorId = user ? null : await getVisitorIdFromCookie(); - const [result, bookmarkResult] = await Promise.all([ - getPlaceDetail( - id, - user - ? { - userId: user.id, - role: user.role, - } - : visitorId - ? { - role: "guest", - visitorId, - } - : null, - ), - listBookmarks(user), - ]); + const result = await getPlaceDetail( + placeId, + user + ? { + userId: user.id, + role: user.role, + } + : null, + ); const place = result.item; if (!place) { notFound(); } + const bookmarkResult = await listBookmarks(user); + const category = getCategoryBySlug(place.categorySlug); 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; + const sharePayload = createPlaceSharePayload(place, "detail"); return (
-
+
목록으로 돌아가기 -
@@ -162,13 +157,17 @@ export default async function PlacePage({ params }: PlacePageProps) {

(
-
+

{item.label}

마지막 제보 {item.reportedAt}

-
+

{formatKrw(item.amount)}원 {item.unitLabel ? ` / ${item.unitLabel}` : ""} diff --git a/src/app/report/page.tsx b/src/app/report/page.tsx index 06a64c4..e690ee4 100644 --- a/src/app/report/page.tsx +++ b/src/app/report/page.tsx @@ -1,10 +1,4 @@ -import { SessionActionGroup } from "@/features/auth/session-action-group"; import { ReportSubmitForm } from "@/features/reports/report-submit-form"; -import { - createLoginHref, - getSessionUser, -} from "@/lib/session"; - type ReportPageProps = { searchParams: Promise>; }; @@ -17,27 +11,17 @@ export default async function ReportPage({ searchParams }: ReportPageProps) { const params = await searchParams; 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 (

-
-
-

- 장소 신고 -

-

- 정보 수정 요청 -

-
- +
+

+ 장소 신고 +

+

+ 정보 수정 요청 +

diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index 2e4cef6..e92a7f9 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -1,7 +1,6 @@ import type { Metadata } from "next"; import { redirect } from "next/navigation"; -import { BrandMark } from "@/components/brand-mark"; import { isCredentialsSignupAvailable, listSocialAuthProviders, @@ -41,9 +40,8 @@ export default async function SignupPage({ searchParams }: SignupPageProps) { } return ( -
-
- +
+
-
-
-
-

- 장소 등록 -

-

- 새 장소 등록 -

-
- -
- -
- +
+
+
+

+ 장소 등록 +

+

+ 새 장소 등록 +

+
); diff --git a/src/components/brand-mark.tsx b/src/components/brand-mark.tsx index edb9dff..484daf6 100644 --- a/src/components/brand-mark.tsx +++ b/src/components/brand-mark.tsx @@ -8,9 +8,9 @@ type BrandMarkProps = { const variantClassMap = { compact: { - wrapper: "gap-1.5", + wrapper: "gap-0.5", eyebrow: "text-[0.65rem] tracking-[0.28em] text-stone-500", - title: "text-2xl sm:text-[2rem]", + title: "text-[1.55rem] sm:text-[1.85rem]", description: "hidden", }, hero: { diff --git a/src/components/global-header.tsx b/src/components/global-header.tsx new file mode 100644 index 0000000..bd2b354 --- /dev/null +++ b/src/components/global-header.tsx @@ -0,0 +1,110 @@ +"use client"; + +import Link from "next/link"; +import { usePathname } from "next/navigation"; + +import { BrandMark } from "@/components/brand-mark"; +import { SignOutButton } from "@/features/auth/sign-out-button"; +import { createLoginHref } from "@/lib/auth-navigation"; + +type HeaderUser = { + id: string; + email: string; + name: string | null; + role: "user" | "admin"; +} | null; + +type GlobalHeaderProps = { + adminHref: string; + homeHref?: string; + user: HeaderUser; +}; + +function isActive(pathname: string, href: string) { + if (href === "/") { + return pathname === "/"; + } + + if (href === "/admin") { + return pathname === "/admin" || pathname.startsWith("/admin/"); + } + + return pathname === href; +} + +function getNavClassName(active: boolean) { + return active + ? "altteulmap-accent-ghost altteulmap-button inline-flex shrink-0 items-center justify-center whitespace-nowrap border px-3 py-1.5 text-[13px] font-medium transition sm:px-4 sm:py-2 sm:text-sm" + : "altteulmap-button inline-flex shrink-0 items-center justify-center whitespace-nowrap border border-stone-300 bg-white px-3 py-1.5 text-[13px] font-medium text-stone-700 transition hover:bg-stone-100 sm:px-4 sm:py-2 sm:text-sm"; +} + +export function GlobalHeader({ + adminHref, + homeHref = "/", + user, +}: GlobalHeaderProps) { + const pathname = usePathname() ?? "/"; + const loginHref = createLoginHref(pathname); + const bookmarksHref = user ? "/bookmarks" : createLoginHref("/bookmarks"); + const submitHref = "/submit"; + const userLabel = user?.name?.trim() || user?.email || null; + const showAdminLink = user?.role === "admin"; + const isAuthPage = pathname === "/login" || pathname === "/signup"; + + return ( +
+
+
+ + + +
+
+
+ ); +} diff --git a/src/db/schema.ts b/src/db/schema.ts index 6beccf5..bdd578f 100644 --- a/src/db/schema.ts +++ b/src/db/schema.ts @@ -1,6 +1,7 @@ import { type AnyPgColumn, boolean, + date, doublePrecision, index, integer, @@ -166,10 +167,13 @@ export const places = pgTable( latitude: doublePrecision("latitude"), longitude: doublePrecision("longitude"), status: placeStatusEnum("status").default("active").notNull(), + primaryCategorySlug: varchar("primary_category_slug", { length: 80 }), representativePriceAmount: integer("representative_price_amount"), representativePriceLabel: varchar("representative_price_label", { length: 120, }), + likeCount: integer("like_count").default(0).notNull(), + dislikeCount: integer("dislike_count").default(0).notNull(), verifiedPriceItemCount: integer("verified_price_item_count") .default(0) .notNull(), @@ -184,6 +188,10 @@ export const places = pgTable( (table) => [ uniqueIndex("places_slug_unique").on(table.slug), index("places_status_updated_at_idx").on(table.status, table.updatedAt), + index("places_status_primary_category_idx").on( + table.status, + table.primaryCategorySlug, + ), index("places_representative_price_idx").on( table.representativePriceAmount, ), @@ -419,3 +427,51 @@ export const adminActions = pgTable( ), ], ); + +export const visitActivities = pgTable( + "visit_activity", + { + id: uuid("id").defaultRandom().primaryKey(), + actorKey: varchar("actor_key", { length: 96 }).notNull(), + userId: uuid("user_id").references(() => users.id, { onDelete: "cascade" }), + visitorId: varchar("visitor_id", { length: 64 }), + routeGroup: varchar("route_group", { length: 24 }).notNull(), + routePath: varchar("route_path", { length: 160 }).notNull(), + entryRef: varchar("entry_ref", { length: 24 }), + entrySource: varchar("entry_source", { length: 32 }), + visitDate: date("visit_date").notNull(), + bucketStartedAt: timestamp("bucket_started_at", { + withTimezone: true, + }).notNull(), + hitCount: integer("hit_count").default(1).notNull(), + firstVisitedAt: timestamp("first_visited_at", { + withTimezone: true, + }) + .defaultNow() + .notNull(), + lastVisitedAt: timestamp("last_visited_at", { + withTimezone: true, + }) + .defaultNow() + .notNull(), + }, + (table) => [ + uniqueIndex("visit_activity_actor_group_bucket_unique").on( + table.actorKey, + table.routeGroup, + table.bucketStartedAt, + ), + index("visit_activity_date_group_idx").on(table.visitDate, table.routeGroup), + index("visit_activity_date_ref_idx").on(table.visitDate, table.entryRef), + index("visit_activity_date_source_idx").on( + table.visitDate, + table.entrySource, + ), + index("visit_activity_date_actor_idx").on(table.visitDate, table.actorKey), + index("visit_activity_user_date_idx").on(table.userId, table.visitDate), + index("visit_activity_visitor_date_idx").on( + table.visitorId, + table.visitDate, + ), + ], +); diff --git a/src/db/seed.ts b/src/db/seed.ts index 3406f12..2bb12df 100644 --- a/src/db/seed.ts +++ b/src/db/seed.ts @@ -136,8 +136,11 @@ async function main() { latitude: place.latitude, longitude: place.longitude, status: "active", + primaryCategorySlug: place.categorySlug, representativePriceAmount: place.representativePriceAmount, representativePriceLabel: place.representativePriceLabel, + likeCount: place.likeCount, + dislikeCount: place.dislikeCount, verifiedPriceItemCount: place.priceItems.filter( (item) => item.verificationStatus === "verified", ).length, diff --git a/src/features/admin/api/place-detail.ts b/src/features/admin/api/place-detail.ts index 6ea06e4..4685802 100644 --- a/src/features/admin/api/place-detail.ts +++ b/src/features/admin/api/place-detail.ts @@ -1,9 +1,9 @@ -import { revalidatePath } from "next/cache"; import { listPendingPlaces, moderatePlaceSubmission, } from "@/features/places/repository"; import { placeModerationSchema } from "@/features/submission/schema"; +import { revalidateAfterPlaceModeration } from "@/features/admin/revalidation"; import { getSessionUser } from "@/lib/session"; type RouteContext = { @@ -90,13 +90,7 @@ export async function PATCH(request: Request, context: RouteContext) { 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}`); + revalidateAfterPlaceModeration(id); } return Response.json(result, { status: result.ok ? 200 : 404 }); diff --git a/src/features/admin/api/price-detail.ts b/src/features/admin/api/price-detail.ts index 2cebdd9..c5560f7 100644 --- a/src/features/admin/api/price-detail.ts +++ b/src/features/admin/api/price-detail.ts @@ -1,4 +1,4 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterPriceModeration } from "@/features/admin/revalidation"; import { moderatePriceReport } from "@/features/places/repository"; import { priceReportModerationSchema } from "@/features/places/write-schema"; import { getSessionUser } from "@/lib/session"; @@ -50,13 +50,7 @@ export async function PATCH(request: Request, context: RouteContext) { 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"); + revalidateAfterPriceModeration(result.item.placeId); } 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 index 65fd15d..8d19880 100644 --- a/src/features/admin/api/price-item-detail.ts +++ b/src/features/admin/api/price-item-detail.ts @@ -1,4 +1,4 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterPriceItemUpdate } from "@/features/admin/revalidation"; import { updatePriceItem } from "@/features/places/repository"; import { adminPriceItemUpdateSchema } from "@/features/places/write-schema"; import { getSessionUser } from "@/lib/session"; @@ -50,18 +50,7 @@ export async function PATCH(request: Request, context: RouteContext) { 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"); + revalidateAfterPriceItemUpdate(result.placeId); } const status = result.ok diff --git a/src/features/admin/api/report-detail.ts b/src/features/admin/api/report-detail.ts index d2732c1..50e7812 100644 --- a/src/features/admin/api/report-detail.ts +++ b/src/features/admin/api/report-detail.ts @@ -1,4 +1,4 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterReportModeration } from "@/features/admin/revalidation"; import { updateReportStatus } from "@/features/reports/repository"; import { reportModerationSchema } from "@/features/reports/schema"; import { getSessionUser } from "@/lib/session"; @@ -50,9 +50,7 @@ export async function PATCH(request: Request, context: RouteContext) { const result = await updateReportStatus(id, parsed.data, user.id); if (result.ok) { - revalidatePath("/admin"); - revalidatePath("/admin/reports"); - revalidatePath("/api/admin/reports"); + revalidateAfterReportModeration(); } return Response.json(result, { status: result.ok ? 200 : 404 }); diff --git a/src/features/admin/components/admin-pending-place-card.tsx b/src/features/admin/components/admin-pending-place-card.tsx new file mode 100644 index 0000000..0604509 --- /dev/null +++ b/src/features/admin/components/admin-pending-place-card.tsx @@ -0,0 +1,159 @@ +"use client"; + +import Link from "next/link"; +import { useState } from "react"; + +import { getCategoryBySlug } from "@/features/categories/catalog"; +import { AdminPlaceReviewForm } from "@/features/places/admin-place-review-form"; +import { formatKrw } from "@/features/places/queries"; +import type { PendingPlaceRecord } from "@/features/places/repository"; + +type AdminPendingPlaceCardProps = { + place: PendingPlaceRecord; + disabled?: boolean; +}; + +export function AdminPendingPlaceCard({ + place, + disabled = false, +}: AdminPendingPlaceCardProps) { + const [resolvedDecision, setResolvedDecision] = useState< + "approve" | "reject" | null + >(null); + const [resolvedMessage, setResolvedMessage] = useState(null); + + if (resolvedDecision) { + const isApproved = resolvedDecision === "approve"; + + return ( +
+
+
+

+ {place.id} +

+

+ {place.name} +

+

+ {isApproved ? "승인 완료" : "반려 완료"} · 목록을 다시 불러오는 중입니다. +

+
+ + {isApproved ? "지도 반영 대기" : "큐 제외 완료"} + +
+ {resolvedMessage ? ( +

+ {resolvedMessage} +

+ ) : null} +
+ ); + } + + 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}` : ""} +
+ ))} +
+
+
+ +
+ { + setResolvedDecision(decision); + setResolvedMessage(message); + }} + /> + + 신고 폼으로 보기 + +
+
+
+ ); +} diff --git a/src/features/admin/components/admin-pending-price-report-card.tsx b/src/features/admin/components/admin-pending-price-report-card.tsx new file mode 100644 index 0000000..20a2f43 --- /dev/null +++ b/src/features/admin/components/admin-pending-price-report-card.tsx @@ -0,0 +1,178 @@ +"use client"; + +import Link from "next/link"; +import { useState } from "react"; + +import { AdminPriceReportReviewForm } from "@/features/places/admin-price-report-review-form"; +import { formatKrw } from "@/features/places/queries"; +import type { PendingPriceReportRecord } from "@/features/places/repository"; + +type AdminPendingPriceReportCardProps = { + report: PendingPriceReportRecord; + disabled?: boolean; +}; + +export function AdminPendingPriceReportCard({ + report, + disabled = false, +}: AdminPendingPriceReportCardProps) { + const [resolvedDecision, setResolvedDecision] = useState< + "approve" | "reject" | null + >(null); + const [resolvedMessage, setResolvedMessage] = useState(null); + + if (resolvedDecision) { + const isApproved = resolvedDecision === "approve"; + + return ( +
+
+
+

+ {report.id} +

+

+ {report.placeName} +

+

+ {isApproved ? "가격 승인 완료" : "가격 반려 완료"} · 큐를 다시 불러오는 중입니다. +

+
+ + {isApproved ? "가격 반영 대기" : "큐 제외 완료"} + +
+ {resolvedMessage ? ( +

+ {resolvedMessage} +

+ ) : null} +
+ ); + } + + return ( +
+
+
+

+ {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 || "메모 없이 가격만 접수되었습니다."} +

+
+ +
+ + 장소 보기 + + + 현재 가격 관리 + +
+
+ +
+
+

검토 액션

+

+ 승인하면 현재 가격 항목을 덮어쓰거나 새 항목으로 추가합니다. +

+
+ { + setResolvedDecision(decision); + setResolvedMessage(message); + }} + /> +
+
+
+
+
+ ); +} diff --git a/src/features/admin/components/admin-queue-nav.tsx b/src/features/admin/components/admin-queue-nav.tsx new file mode 100644 index 0000000..5a6dd8d --- /dev/null +++ b/src/features/admin/components/admin-queue-nav.tsx @@ -0,0 +1,83 @@ +import Link from "next/link"; + +import type { AdminOverviewResult } from "@/features/admin/repository"; + +type AdminQueueKey = "dashboard" | "places" | "prices" | "reports"; + +type AdminQueueNavProps = { + current: AdminQueueKey; + stats: AdminOverviewResult["stats"]; +}; + +const navItems = [ + { + key: "dashboard", + href: "/admin", + label: "대시보드", + getCount: () => null, + }, + { + key: "places", + href: "/admin/places", + label: "장소 승인", + getCount: (stats: AdminOverviewResult["stats"]) => stats.pendingPlaces, + }, + { + key: "prices", + href: "/admin/prices", + label: "가격 제보", + getCount: (stats: AdminOverviewResult["stats"]) => stats.pendingPriceReports, + }, + { + key: "reports", + href: "/admin/reports", + label: "신고 검토", + getCount: (stats: AdminOverviewResult["stats"]) => stats.openReports, + }, +] satisfies Array<{ + key: AdminQueueKey; + href: string; + label: string; + getCount: (stats: AdminOverviewResult["stats"]) => number | null; +}>; + +function getLinkClassName(active: boolean) { + return active + ? "inline-flex items-center gap-2 rounded-full border border-stone-900 bg-stone-900 px-4 py-2 text-sm font-medium text-white" + : "inline-flex items-center gap-2 rounded-full border border-stone-300 bg-white px-4 py-2 text-sm text-stone-700 transition hover:bg-stone-100"; +} + +export function AdminQueueNav({ current, stats }: AdminQueueNavProps) { + return ( + + ); +} diff --git a/src/features/admin/components/admin-report-card.tsx b/src/features/admin/components/admin-report-card.tsx new file mode 100644 index 0000000..38bd1ce --- /dev/null +++ b/src/features/admin/components/admin-report-card.tsx @@ -0,0 +1,93 @@ +"use client"; + +import Link from "next/link"; +import { useState } from "react"; + +import { AdminReportStatusForm } from "@/features/reports/admin-report-status-form"; +import { + reportReasonMap, + reportStatusMap, + type ReportModerationInput, +} from "@/features/reports/schema"; + +type AdminReportCardProps = { + report: { + id: string; + placeId: string; + placeName: string; + reasonType: keyof typeof reportReasonMap; + detail: string; + status: ReportModerationInput["status"]; + createdAt: string; + }; + disabled?: boolean; +}; + +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 function AdminReportCard({ + report, + disabled = false, +}: AdminReportCardProps) { + const [status, setStatus] = useState(report.status); + + return ( +
+
+
+

+ {report.id} +

+

+ {report.placeName} +

+

+ {reportReasonMap[report.reasonType]} · 접수 {report.createdAt} +

+
+ + {reportStatusMap[status]} + +
+

{report.detail}

+
+
+ + 장소 보기 + + + 신고 재현 + +
+ { + setStatus(nextStatus); + }} + /> +
+
+ ); +} diff --git a/src/features/admin/components/admin-summary-cards.tsx b/src/features/admin/components/admin-summary-cards.tsx new file mode 100644 index 0000000..5140bcb --- /dev/null +++ b/src/features/admin/components/admin-summary-cards.tsx @@ -0,0 +1,32 @@ +type AdminSummaryCardItem = { + id: string; + label: string; + value: number | string; + detail: string; +}; + +type AdminSummaryCardsProps = { + items: AdminSummaryCardItem[]; +}; + +export function AdminSummaryCards({ items }: AdminSummaryCardsProps) { + return ( +
+ {items.map((item) => ( +
+

+ {item.label} +

+

+ {item.value} +

+

{item.detail}

+
+ ))} +
+ ); +} diff --git a/src/features/admin/entrypoints/api/place-detail.ts b/src/features/admin/entrypoints/api/place-detail.ts index 6ea06e4..4685802 100644 --- a/src/features/admin/entrypoints/api/place-detail.ts +++ b/src/features/admin/entrypoints/api/place-detail.ts @@ -1,9 +1,9 @@ -import { revalidatePath } from "next/cache"; import { listPendingPlaces, moderatePlaceSubmission, } from "@/features/places/repository"; import { placeModerationSchema } from "@/features/submission/schema"; +import { revalidateAfterPlaceModeration } from "@/features/admin/revalidation"; import { getSessionUser } from "@/lib/session"; type RouteContext = { @@ -90,13 +90,7 @@ export async function PATCH(request: Request, context: RouteContext) { 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}`); + revalidateAfterPlaceModeration(id); } return Response.json(result, { status: result.ok ? 200 : 404 }); diff --git a/src/features/admin/entrypoints/api/price-detail.ts b/src/features/admin/entrypoints/api/price-detail.ts index 2cebdd9..c5560f7 100644 --- a/src/features/admin/entrypoints/api/price-detail.ts +++ b/src/features/admin/entrypoints/api/price-detail.ts @@ -1,4 +1,4 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterPriceModeration } from "@/features/admin/revalidation"; import { moderatePriceReport } from "@/features/places/repository"; import { priceReportModerationSchema } from "@/features/places/write-schema"; import { getSessionUser } from "@/lib/session"; @@ -50,13 +50,7 @@ export async function PATCH(request: Request, context: RouteContext) { 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"); + revalidateAfterPriceModeration(result.item.placeId); } 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 index 65fd15d..8d19880 100644 --- a/src/features/admin/entrypoints/api/price-item-detail.ts +++ b/src/features/admin/entrypoints/api/price-item-detail.ts @@ -1,4 +1,4 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterPriceItemUpdate } from "@/features/admin/revalidation"; import { updatePriceItem } from "@/features/places/repository"; import { adminPriceItemUpdateSchema } from "@/features/places/write-schema"; import { getSessionUser } from "@/lib/session"; @@ -50,18 +50,7 @@ export async function PATCH(request: Request, context: RouteContext) { 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"); + revalidateAfterPriceItemUpdate(result.placeId); } const status = result.ok diff --git a/src/features/admin/entrypoints/api/report-detail.ts b/src/features/admin/entrypoints/api/report-detail.ts index d2732c1..50e7812 100644 --- a/src/features/admin/entrypoints/api/report-detail.ts +++ b/src/features/admin/entrypoints/api/report-detail.ts @@ -1,4 +1,4 @@ -import { revalidatePath } from "next/cache"; +import { revalidateAfterReportModeration } from "@/features/admin/revalidation"; import { updateReportStatus } from "@/features/reports/repository"; import { reportModerationSchema } from "@/features/reports/schema"; import { getSessionUser } from "@/lib/session"; @@ -50,9 +50,7 @@ export async function PATCH(request: Request, context: RouteContext) { const result = await updateReportStatus(id, parsed.data, user.id); if (result.ok) { - revalidatePath("/admin"); - revalidatePath("/admin/reports"); - revalidatePath("/api/admin/reports"); + revalidateAfterReportModeration(); } return Response.json(result, { status: result.ok ? 200 : 404 }); diff --git a/src/features/admin/entrypoints/pages/dashboard-page.tsx b/src/features/admin/entrypoints/pages/dashboard-page.tsx index 447e3df..3a67e65 100644 --- a/src/features/admin/entrypoints/pages/dashboard-page.tsx +++ b/src/features/admin/entrypoints/pages/dashboard-page.tsx @@ -3,7 +3,7 @@ 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 { getPlaceShareSourceLabel } from "@/features/places/share"; import { listPendingPlaces, listPendingPriceReports, @@ -53,20 +53,17 @@ export default async function AdminPage() { return (
-
-
-

- 운영 -

-

- 운영 대시보드 -

-

- 승인 대기 목록, 신고 큐, 사용자 현황을 한 화면에서 보고 바로 - 운영 액션으로 넘어갈 수 있게 정리했습니다. -

-
- +
+

+ 운영 +

+

+ 운영 대시보드 +

+

+ 승인 대기 목록, 신고 큐, 사용자 현황을 한 화면에서 보고 바로 + 운영 액션으로 넘어갈 수 있게 정리했습니다. +

@@ -80,7 +77,7 @@ export default async function AdminPage() { 운영 데이터: {overview.source === "database" ? "실데이터" : "목업"} - 방문 지표: 수집 전 + 방문 지표: {overview.visitMetricsAvailable ? "수집 중" : "미수집"}
@@ -354,22 +351,138 @@ export default async function AdminPage() {
-
+

방문/활성 사용자 지표

- 현재 DB에는 방문 이벤트가 저장되지 않아 방문 수, DAU/WAU, - 재방문율은 아직 계산하지 않습니다. 다음 단계에서 visit/activity - 적재를 붙인 뒤 이 섹션에 운영 지표를 추가합니다. + 30분 bucket 기준 dedupe 방문 이벤트를 적재합니다. 오늘/7일 방문, + 고유 방문자, DAU/WAU, 7일 재방문율을 한 번에 확인할 수 있습니다.

- 2차 작업 예정 + 최근 7일 기준
+ +
+
+

+ Today Visits +

+

+ {overview.visitMetrics.todayVisits} +

+

+ 오늘 고유 방문자 {overview.visitMetrics.todayUniqueVisitors}명 +

+
+ +
+

+ Shared 7d +

+

+ {overview.visitMetrics.last7DaysSharedVisits} +

+

+ 오늘 {overview.visitMetrics.todaySharedVisits}회 · 7일 고유 유입{" "} + {overview.visitMetrics.last7DaysSharedUniqueVisitors}명 +

+
+ +
+

+ 7d Visits +

+

+ {overview.visitMetrics.last7DaysVisits} +

+

+ 7일 고유 방문자 {overview.visitMetrics.last7DaysUniqueVisitors}명 +

+
+ +
+

+ DAU / WAU +

+

+ {overview.visitMetrics.dau} / {overview.visitMetrics.wau} +

+

+ 일간/주간 활성 방문자 +

+
+ +
+

+ Returning 7d +

+

+ {overview.visitMetrics.returningVisitorRate7d}% +

+

+ 재방문 사용자 {overview.visitMetrics.returningVisitors7d}명 +

+
+
+ +
+
+
+

+ 공유 유입 source +

+

+ 같은 30분 bucket 안에서는 처음 확인된 공유 유입 source를 + 유지합니다. +

+
+ + 7일 기준 + +
+ +
+ {overview.visitMetrics.shareSourceBreakdown7d.map((item) => ( +
+

+ {getPlaceShareSourceLabel(item.source)} +

+

+ {item.visits} +

+

+ 고유 유입 {item.uniqueVisitors}명 +

+
+ ))} +
+
diff --git a/src/features/admin/entrypoints/pages/place-prices-page.tsx b/src/features/admin/entrypoints/pages/place-prices-page.tsx index a1884cf..8c00c6e 100644 --- a/src/features/admin/entrypoints/pages/place-prices-page.tsx +++ b/src/features/admin/entrypoints/pages/place-prices-page.tsx @@ -2,7 +2,6 @@ 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"; @@ -81,7 +80,6 @@ export default async function AdminPlacePricesDetailPage({ > 장소 보기 -
diff --git a/src/features/admin/entrypoints/pages/places-page.tsx b/src/features/admin/entrypoints/pages/places-page.tsx index 9a3e7fb..4c12c60 100644 --- a/src/features/admin/entrypoints/pages/places-page.tsx +++ b/src/features/admin/entrypoints/pages/places-page.tsx @@ -2,10 +2,10 @@ 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 { AdminQueueNav } from "@/features/admin/components/admin-queue-nav"; +import { AdminPendingPlaceCard } from "@/features/admin/components/admin-pending-place-card"; +import { AdminSummaryCards } from "@/features/admin/components/admin-summary-cards"; +import { getAdminOverview } from "@/features/admin/repository"; import { listPendingPlaces } from "@/features/places/repository"; import { createLoginHref, @@ -36,7 +36,10 @@ export default async function AdminPlacesPage() { ); } - const result = await listPendingPlaces(); + const [result, overview] = await Promise.all([ + listPendingPlaces(), + getAdminOverview(), + ]); return (
@@ -55,30 +58,15 @@ export default async function AdminPlacesPage() { 승인하면 바로 지도와 상세 페이지에서 확인할 수 있습니다.

-
- - 대시보드 - - - 응답 보기 - - - 가격 제보 큐 - - -
+ + 응답 보기 +
-
+
+ + + {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}` : ""} -
- ))} -
-
-
- -
- - - 신고 폼으로 보기 - -
-
-
- ); - })} + {result.items.map((place) => ( + + ))}
) : (
diff --git a/src/features/admin/entrypoints/pages/prices-page.tsx b/src/features/admin/entrypoints/pages/prices-page.tsx index 87a5bd9..005e5cd 100644 --- a/src/features/admin/entrypoints/pages/prices-page.tsx +++ b/src/features/admin/entrypoints/pages/prices-page.tsx @@ -2,8 +2,10 @@ 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 { AdminQueueNav } from "@/features/admin/components/admin-queue-nav"; +import { AdminPendingPriceReportCard } from "@/features/admin/components/admin-pending-price-report-card"; +import { AdminSummaryCards } from "@/features/admin/components/admin-summary-cards"; +import { getAdminOverview } from "@/features/admin/repository"; import { formatKrw } from "@/features/places/queries"; import { listPendingPriceReports, @@ -38,9 +40,10 @@ export default async function AdminPricesPage() { ); } - const [result, recentPlaces] = await Promise.all([ + const [result, recentPlaces, overview] = await Promise.all([ listPendingPriceReports(), listPlaces({ sort: "recent" }), + getAdminOverview(), ]); return ( @@ -59,36 +62,15 @@ export default async function AdminPricesPage() { 가격 항목과 대표 가격이 함께 갱신됩니다.

-
- - 대시보드 - - - 장소 승인 큐 - - - 신고 검토 큐 - - - 응답 보기 - - -
+ + 응답 보기 +
-
+
+ + + {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 || "메모 없이 가격만 접수되었습니다."} -

-
- -
- - 장소 보기 - - - 현재 가격 관리 - -
-
- -
-
-

- 검토 액션 -

-

- 승인하면 현재 가격 항목을 덮어쓰거나 새 항목으로 추가합니다. -

-
- -
-
-
-
-
+ report={report} + disabled={result.source !== "database"} + /> ))}
) : ( diff --git a/src/features/admin/entrypoints/pages/reports-page.tsx b/src/features/admin/entrypoints/pages/reports-page.tsx index a062ca5..cf852ea 100644 --- a/src/features/admin/entrypoints/pages/reports-page.tsx +++ b/src/features/admin/entrypoints/pages/reports-page.tsx @@ -2,12 +2,15 @@ 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 { AdminQueueNav } from "@/features/admin/components/admin-queue-nav"; +import { AdminReportCard } from "@/features/admin/components/admin-report-card"; +import { AdminSummaryCards } from "@/features/admin/components/admin-summary-cards"; +import { getAdminOverview } from "@/features/admin/repository"; import { listReports } from "@/features/reports/repository"; import { - reportReasonMap, reportStatusMap, + reportStatusOptions, + type ReportModerationInput, } from "@/features/reports/schema"; import { createLoginHref, @@ -17,14 +20,32 @@ import { 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; +type AdminReportsPageProps = { + searchParams: Promise>; +}; -export default async function AdminReportsPage() { +type ReportStatusFilter = ReportModerationInput["status"] | "all"; + +function getFirstValue(value: string | string[] | undefined) { + return Array.isArray(value) ? value[0] : value; +} + +function parseStatusFilter(value: string | undefined): ReportStatusFilter { + if ( + value === "open" || + value === "reviewing" || + value === "resolved" || + value === "dismissed" + ) { + return value; + } + + return "all"; +} + +export default async function AdminReportsPage({ + searchParams, +}: AdminReportsPageProps) { const user = await getSessionUser(); if (!user) { @@ -45,7 +66,28 @@ export default async function AdminReportsPage() { ); } - const result = await listReports(); + const params = await searchParams; + const statusFilter = parseStatusFilter(getFirstValue(params.status)); + + const [result, overview] = await Promise.all([ + listReports(), + getAdminOverview(), + ]); + const statusCounts = { + all: result.items.length, + open: result.items.filter((report) => report.status === "open").length, + reviewing: result.items.filter((report) => report.status === "reviewing") + .length, + resolved: result.items.filter((report) => report.status === "resolved") + .length, + dismissed: result.items.filter((report) => report.status === "dismissed") + .length, + } satisfies Record; + const filteredItems = + statusFilter === "all" + ? result.items + : result.items.filter((report) => report.status === statusFilter); + const resolvedCount = statusCounts.resolved + statusCounts.dismissed; return (
@@ -56,44 +98,22 @@ export default async function AdminReportsPage() { 운영

- 신고 검토 큐 초안 + 신고 검토 큐

- 1인 운영 기준 최소 검토 화면입니다. 로컬 초기 단계에서는 목업으로도 - 확인할 수 있고, DB가 붙으면 같은 화면에서 실제 신고 큐를 볼 수 - 있습니다. + 공개 신고를 확인하고 현재 상태를 즉시 바꿉니다. 열린 신고를 먼저 + 처리하면서 장소 상세와 신고 폼을 같이 열어 재현할 수 있습니다.

-
- - 대시보드 - - - 장소 승인 큐 - - - 가격 제보 큐 - - - 응답 보기 - - -
+ + 응답 보기 +
-
+
-
- {result.items.map((report) => ( -
+ + +
+ + 전체 + -
-
-

- {report.id} -

-

- {report.placeName} -

-

- {reportReasonMap[report.reasonType]} · 접수 {report.createdAt} -

-
+ {statusCounts.all} + + + {reportStatusOptions.map((statusOption) => { + const active = statusFilter === statusOption.value; + + return ( + + {reportStatusMap[statusOption.value]} - {reportStatusMap[report.status]} + {statusCounts[statusOption.value]} -
-

- {report.detail} -

-
-
- - 장소 보기 - - - 신고 재현 - -
- -
-
- ))} + + ); + })}
+ + {filteredItems.length > 0 ? ( +
+ {filteredItems.map((report) => ( + + ))} +
+ ) : ( +
+ {statusFilter === "all" + ? "현재 접수된 신고가 없습니다." + : `${reportStatusMap[statusFilter]} 상태의 신고가 없습니다.`} +
+ )}
); diff --git a/src/features/admin/pages/dashboard-page.tsx b/src/features/admin/pages/dashboard-page.tsx index 447e3df..3a67e65 100644 --- a/src/features/admin/pages/dashboard-page.tsx +++ b/src/features/admin/pages/dashboard-page.tsx @@ -3,7 +3,7 @@ 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 { getPlaceShareSourceLabel } from "@/features/places/share"; import { listPendingPlaces, listPendingPriceReports, @@ -53,20 +53,17 @@ export default async function AdminPage() { return (
-
-
-

- 운영 -

-

- 운영 대시보드 -

-

- 승인 대기 목록, 신고 큐, 사용자 현황을 한 화면에서 보고 바로 - 운영 액션으로 넘어갈 수 있게 정리했습니다. -

-
- +
+

+ 운영 +

+

+ 운영 대시보드 +

+

+ 승인 대기 목록, 신고 큐, 사용자 현황을 한 화면에서 보고 바로 + 운영 액션으로 넘어갈 수 있게 정리했습니다. +

@@ -80,7 +77,7 @@ export default async function AdminPage() { 운영 데이터: {overview.source === "database" ? "실데이터" : "목업"} - 방문 지표: 수집 전 + 방문 지표: {overview.visitMetricsAvailable ? "수집 중" : "미수집"}
@@ -354,22 +351,138 @@ export default async function AdminPage() {
-
+

방문/활성 사용자 지표

- 현재 DB에는 방문 이벤트가 저장되지 않아 방문 수, DAU/WAU, - 재방문율은 아직 계산하지 않습니다. 다음 단계에서 visit/activity - 적재를 붙인 뒤 이 섹션에 운영 지표를 추가합니다. + 30분 bucket 기준 dedupe 방문 이벤트를 적재합니다. 오늘/7일 방문, + 고유 방문자, DAU/WAU, 7일 재방문율을 한 번에 확인할 수 있습니다.

- 2차 작업 예정 + 최근 7일 기준
+ +
+
+

+ Today Visits +

+

+ {overview.visitMetrics.todayVisits} +

+

+ 오늘 고유 방문자 {overview.visitMetrics.todayUniqueVisitors}명 +

+
+ +
+

+ Shared 7d +

+

+ {overview.visitMetrics.last7DaysSharedVisits} +

+

+ 오늘 {overview.visitMetrics.todaySharedVisits}회 · 7일 고유 유입{" "} + {overview.visitMetrics.last7DaysSharedUniqueVisitors}명 +

+
+ +
+

+ 7d Visits +

+

+ {overview.visitMetrics.last7DaysVisits} +

+

+ 7일 고유 방문자 {overview.visitMetrics.last7DaysUniqueVisitors}명 +

+
+ +
+

+ DAU / WAU +

+

+ {overview.visitMetrics.dau} / {overview.visitMetrics.wau} +

+

+ 일간/주간 활성 방문자 +

+
+ +
+

+ Returning 7d +

+

+ {overview.visitMetrics.returningVisitorRate7d}% +

+

+ 재방문 사용자 {overview.visitMetrics.returningVisitors7d}명 +

+
+
+ +
+
+
+

+ 공유 유입 source +

+

+ 같은 30분 bucket 안에서는 처음 확인된 공유 유입 source를 + 유지합니다. +

+
+ + 7일 기준 + +
+ +
+ {overview.visitMetrics.shareSourceBreakdown7d.map((item) => ( +
+

+ {getPlaceShareSourceLabel(item.source)} +

+

+ {item.visits} +

+

+ 고유 유입 {item.uniqueVisitors}명 +

+
+ ))} +
+
diff --git a/src/features/admin/pages/place-prices-page.tsx b/src/features/admin/pages/place-prices-page.tsx index a1884cf..8c00c6e 100644 --- a/src/features/admin/pages/place-prices-page.tsx +++ b/src/features/admin/pages/place-prices-page.tsx @@ -2,7 +2,6 @@ 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"; @@ -81,7 +80,6 @@ export default async function AdminPlacePricesDetailPage({ > 장소 보기 -

diff --git a/src/features/admin/pages/places-page.tsx b/src/features/admin/pages/places-page.tsx index 9a3e7fb..4c12c60 100644 --- a/src/features/admin/pages/places-page.tsx +++ b/src/features/admin/pages/places-page.tsx @@ -2,10 +2,10 @@ 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 { AdminQueueNav } from "@/features/admin/components/admin-queue-nav"; +import { AdminPendingPlaceCard } from "@/features/admin/components/admin-pending-place-card"; +import { AdminSummaryCards } from "@/features/admin/components/admin-summary-cards"; +import { getAdminOverview } from "@/features/admin/repository"; import { listPendingPlaces } from "@/features/places/repository"; import { createLoginHref, @@ -36,7 +36,10 @@ export default async function AdminPlacesPage() { ); } - const result = await listPendingPlaces(); + const [result, overview] = await Promise.all([ + listPendingPlaces(), + getAdminOverview(), + ]); return (
@@ -55,30 +58,15 @@ export default async function AdminPlacesPage() { 승인하면 바로 지도와 상세 페이지에서 확인할 수 있습니다.

-
- - 대시보드 - - - 응답 보기 - - - 가격 제보 큐 - - -
+ + 응답 보기 +
-
+
+ + + {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}` : ""} -
- ))} -
-
-
- -
- - - 신고 폼으로 보기 - -
-
-
- ); - })} + {result.items.map((place) => ( + + ))}
) : (
diff --git a/src/features/admin/pages/prices-page.tsx b/src/features/admin/pages/prices-page.tsx index 87a5bd9..005e5cd 100644 --- a/src/features/admin/pages/prices-page.tsx +++ b/src/features/admin/pages/prices-page.tsx @@ -2,8 +2,10 @@ 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 { AdminQueueNav } from "@/features/admin/components/admin-queue-nav"; +import { AdminPendingPriceReportCard } from "@/features/admin/components/admin-pending-price-report-card"; +import { AdminSummaryCards } from "@/features/admin/components/admin-summary-cards"; +import { getAdminOverview } from "@/features/admin/repository"; import { formatKrw } from "@/features/places/queries"; import { listPendingPriceReports, @@ -38,9 +40,10 @@ export default async function AdminPricesPage() { ); } - const [result, recentPlaces] = await Promise.all([ + const [result, recentPlaces, overview] = await Promise.all([ listPendingPriceReports(), listPlaces({ sort: "recent" }), + getAdminOverview(), ]); return ( @@ -59,36 +62,15 @@ export default async function AdminPricesPage() { 가격 항목과 대표 가격이 함께 갱신됩니다.

-
- - 대시보드 - - - 장소 승인 큐 - - - 신고 검토 큐 - - - 응답 보기 - - -
+ + 응답 보기 +
-
+
+ + + {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 || "메모 없이 가격만 접수되었습니다."} -

-
- -
- - 장소 보기 - - - 현재 가격 관리 - -
-
- -
-
-

- 검토 액션 -

-

- 승인하면 현재 가격 항목을 덮어쓰거나 새 항목으로 추가합니다. -

-
- -
-
-
-
-
+ report={report} + disabled={result.source !== "database"} + /> ))}
) : ( diff --git a/src/features/admin/pages/reports-page.tsx b/src/features/admin/pages/reports-page.tsx index a062ca5..cf852ea 100644 --- a/src/features/admin/pages/reports-page.tsx +++ b/src/features/admin/pages/reports-page.tsx @@ -2,12 +2,15 @@ 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 { AdminQueueNav } from "@/features/admin/components/admin-queue-nav"; +import { AdminReportCard } from "@/features/admin/components/admin-report-card"; +import { AdminSummaryCards } from "@/features/admin/components/admin-summary-cards"; +import { getAdminOverview } from "@/features/admin/repository"; import { listReports } from "@/features/reports/repository"; import { - reportReasonMap, reportStatusMap, + reportStatusOptions, + type ReportModerationInput, } from "@/features/reports/schema"; import { createLoginHref, @@ -17,14 +20,32 @@ import { 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; +type AdminReportsPageProps = { + searchParams: Promise>; +}; -export default async function AdminReportsPage() { +type ReportStatusFilter = ReportModerationInput["status"] | "all"; + +function getFirstValue(value: string | string[] | undefined) { + return Array.isArray(value) ? value[0] : value; +} + +function parseStatusFilter(value: string | undefined): ReportStatusFilter { + if ( + value === "open" || + value === "reviewing" || + value === "resolved" || + value === "dismissed" + ) { + return value; + } + + return "all"; +} + +export default async function AdminReportsPage({ + searchParams, +}: AdminReportsPageProps) { const user = await getSessionUser(); if (!user) { @@ -45,7 +66,28 @@ export default async function AdminReportsPage() { ); } - const result = await listReports(); + const params = await searchParams; + const statusFilter = parseStatusFilter(getFirstValue(params.status)); + + const [result, overview] = await Promise.all([ + listReports(), + getAdminOverview(), + ]); + const statusCounts = { + all: result.items.length, + open: result.items.filter((report) => report.status === "open").length, + reviewing: result.items.filter((report) => report.status === "reviewing") + .length, + resolved: result.items.filter((report) => report.status === "resolved") + .length, + dismissed: result.items.filter((report) => report.status === "dismissed") + .length, + } satisfies Record; + const filteredItems = + statusFilter === "all" + ? result.items + : result.items.filter((report) => report.status === statusFilter); + const resolvedCount = statusCounts.resolved + statusCounts.dismissed; return (
@@ -56,44 +98,22 @@ export default async function AdminReportsPage() { 운영

- 신고 검토 큐 초안 + 신고 검토 큐

- 1인 운영 기준 최소 검토 화면입니다. 로컬 초기 단계에서는 목업으로도 - 확인할 수 있고, DB가 붙으면 같은 화면에서 실제 신고 큐를 볼 수 - 있습니다. + 공개 신고를 확인하고 현재 상태를 즉시 바꿉니다. 열린 신고를 먼저 + 처리하면서 장소 상세와 신고 폼을 같이 열어 재현할 수 있습니다.

-
- - 대시보드 - - - 장소 승인 큐 - - - 가격 제보 큐 - - - 응답 보기 - - -
+ + 응답 보기 +
-
+
-
- {result.items.map((report) => ( -
+ + +
+ + 전체 + -
-
-

- {report.id} -

-

- {report.placeName} -

-

- {reportReasonMap[report.reasonType]} · 접수 {report.createdAt} -

-
+ {statusCounts.all} + + + {reportStatusOptions.map((statusOption) => { + const active = statusFilter === statusOption.value; + + return ( + + {reportStatusMap[statusOption.value]} - {reportStatusMap[report.status]} + {statusCounts[statusOption.value]} -
-

- {report.detail} -

-
-
- - 장소 보기 - - - 신고 재현 - -
- -
-
- ))} + + ); + })}
+ + {filteredItems.length > 0 ? ( +
+ {filteredItems.map((report) => ( + + ))} +
+ ) : ( +
+ {statusFilter === "all" + ? "현재 접수된 신고가 없습니다." + : `${reportStatusMap[statusFilter]} 상태의 신고가 없습니다.`} +
+ )}
); diff --git a/src/features/admin/repository.ts b/src/features/admin/repository.ts index a3cec26..55eed90 100644 --- a/src/features/admin/repository.ts +++ b/src/features/admin/repository.ts @@ -14,6 +14,8 @@ import { authAccountHints, type AppUserRole, } from "@/features/auth/constants"; +import { PLACE_SHARE_SOURCES } from "@/features/places/share"; +import { getVisitMetrics, type VisitMetrics } from "@/features/telemetry/repository"; import { mockPlaces } from "@/features/places/catalog-data"; import { mockReports } from "@/features/reports/mock-data"; @@ -31,6 +33,7 @@ export type AdminOverviewUserRecord = { export type AdminOverviewResult = { source: DataSource; visitMetricsAvailable: boolean; + visitMetrics: VisitMetrics; stats: { totalUsers: number; adminUsers: number; @@ -57,6 +60,7 @@ function getMockAdminOverview(): AdminOverviewResult { return { source: "mock", visitMetricsAvailable: false, + visitMetrics: getVisitMetricsFallback(), stats: { totalUsers: 2, adminUsers: 1, @@ -81,6 +85,28 @@ function getMockAdminOverview(): AdminOverviewResult { }; } +function getVisitMetricsFallback(): VisitMetrics { + return { + todayVisits: 0, + last7DaysVisits: 0, + todayUniqueVisitors: 0, + last7DaysUniqueVisitors: 0, + todaySharedVisits: 0, + last7DaysSharedVisits: 0, + todaySharedUniqueVisitors: 0, + last7DaysSharedUniqueVisitors: 0, + dau: 0, + wau: 0, + returningVisitors7d: 0, + returningVisitorRate7d: 0, + shareSourceBreakdown7d: PLACE_SHARE_SOURCES.map((source) => ({ + source, + visits: 0, + uniqueVisitors: 0, + })), + }; +} + async function getDatabaseAdminOverview(): Promise { const db = getDb(); const now = new Date(); @@ -93,6 +119,7 @@ async function getDatabaseAdminOverview(): Promise { [openReportCountsRow], recentUsersRows, activeSessionUserRows, + visitMetrics, ] = await Promise.all([ db .select({ @@ -156,6 +183,7 @@ async function getDatabaseAdminOverview(): Promise { .from(authSessions) .where(gt(authSessions.expires, now)) .groupBy(authSessions.userId), + getVisitMetrics(), ]); const activeSessionUserIds = new Set( @@ -164,7 +192,8 @@ async function getDatabaseAdminOverview(): Promise { return { source: "database", - visitMetricsAvailable: false, + visitMetricsAvailable: true, + visitMetrics, stats: { totalUsers: Number(userCountsRow?.totalUsers ?? 0), adminUsers: Number(userCountsRow?.adminUsers ?? 0), diff --git a/src/features/admin/revalidation.ts b/src/features/admin/revalidation.ts new file mode 100644 index 0000000..eb5f7d0 --- /dev/null +++ b/src/features/admin/revalidation.ts @@ -0,0 +1,44 @@ +import { + getPlaceReadRevalidationEntries, + revalidateEntries, +} from "@/features/places/revalidation"; + +export function revalidateAfterPlaceModeration(placeId: string) { + revalidateEntries([ + { path: "/admin" }, + { path: "/admin/places" }, + { path: "/api/admin/places" }, + ...getPlaceReadRevalidationEntries(placeId), + ]); +} + +export function revalidateAfterPriceModeration(placeId: string) { + revalidateEntries([ + { path: "/admin" }, + { path: "/admin/prices" }, + { path: "/api/admin/prices" }, + ...getPlaceReadRevalidationEntries(placeId), + ]); +} + +export function revalidateAfterPriceItemUpdate(placeId?: string | null) { + revalidateEntries([ + { path: "/admin" }, + { path: "/admin/prices" }, + { path: "/api/admin/prices" }, + ...(placeId ? [{ path: `/admin/prices/places/${placeId}` }] : []), + ...getPlaceReadRevalidationEntries(placeId), + ]); +} + +export function revalidateAfterReportModeration() { + revalidateEntries([ + { path: "/admin" }, + { path: "/admin/reports" }, + { path: "/api/admin/reports" }, + ]); +} + +export function revalidateAfterReportSubmission() { + revalidateAfterReportModeration(); +} diff --git a/src/features/auth/login-form.tsx b/src/features/auth/login-form.tsx index 96a94f2..55413e2 100644 --- a/src/features/auth/login-form.tsx +++ b/src/features/auth/login-form.tsx @@ -2,7 +2,6 @@ import Link from "next/link"; import { signIn } from "next-auth/react"; -import { useRouter } from "next/navigation"; import { useState, useTransition } from "react"; import { type SocialAuthProviderAvailability } from "@/features/auth/constants"; @@ -32,7 +31,7 @@ export function LoginForm({ signupHref, socialProviders, }: LoginFormProps) { - const router = useRouter(); + const hasEnabledSocialProviders = socialProviders.some((provider) => provider.enabled); const [email, setEmail] = useState(""); const [password, setPassword] = useState(""); const [message, setMessage] = useState( @@ -40,9 +39,10 @@ export function LoginForm({ ); const [pendingAction, setPendingAction] = useState<"credentials" | null>(null); const [isPending, startTransition] = useTransition(); + const canSubmit = email.trim().length > 0 && password.length > 0; return ( -
+
{ event.preventDefault(); @@ -72,48 +72,20 @@ export function LoginForm({ return; } - router.replace(callbackUrl); - router.refresh(); + window.location.assign(result.url ?? callbackUrl); }); }} data-testid="login-form" - className="rounded-[2.15rem] border border-stone-200/80 bg-white/92 p-6 shadow-[0_24px_60px_-42px_rgba(32,24,18,0.38)] backdrop-blur sm:p-8" + className="rounded-[1.8rem] border border-stone-200 bg-white p-5 shadow-sm sm:p-7" > -
-
-

+
+
+

로그인

- - 회원가입 -
-
-

소셜 로그인

- { - setMessage(""); - setPendingAction(null); - }} - /> -
- -
- - 또는 - -
-
-

이메일 로그인

-

diff --git a/src/features/auth/repository.ts b/src/features/auth/repository.ts index 0d927e3..4927cfc 100644 --- a/src/features/auth/repository.ts +++ b/src/features/auth/repository.ts @@ -221,6 +221,7 @@ export function listSocialAuthProviders(): SocialAuthProviderAvailability[] { ]; return providers.map((provider) => { + if (!isDatabaseEnabled()) { return { id: provider.id, diff --git a/src/features/auth/session-action-group.tsx b/src/features/auth/session-action-group.tsx deleted file mode 100644 index 190ec76..0000000 --- a/src/features/auth/session-action-group.tsx +++ /dev/null @@ -1,71 +0,0 @@ -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 faa3658..0a8bb66 100644 --- a/src/features/auth/signup-form.tsx +++ b/src/features/auth/signup-form.tsx @@ -2,11 +2,11 @@ import Link from "next/link"; import { signIn } from "next-auth/react"; -import { useRouter } from "next/navigation"; import { useState, useTransition } from "react"; import { type SocialAuthProviderAvailability } from "@/features/auth/constants"; import { SocialAuthButtons } from "@/features/auth/social-auth-buttons"; +import { getRateLimitFeedbackMessage } from "@/lib/rate-limit-feedback"; type SignupFormProps = { callbackUrl: string; @@ -18,6 +18,7 @@ type SignupFormProps = { type SignupActionResponse = { ok: boolean; message: string; + retryAfterMs?: number; }; export function SignupForm({ @@ -26,13 +27,19 @@ export function SignupForm({ socialProviders, credentialsSignupEnabled, }: SignupFormProps) { - const router = useRouter(); + const hasEnabledSocialProviders = socialProviders.some((provider) => provider.enabled); const [nickname, setNickname] = useState(""); const [email, setEmail] = useState(""); const [password, setPassword] = useState(""); const [passwordConfirm, setPasswordConfirm] = useState(""); const [message, setMessage] = useState(""); const [isPending, startTransition] = useTransition(); + const canSubmit = + credentialsSignupEnabled && + email.trim().length > 0 && + nickname.trim().length > 0 && + password.length >= 8 && + passwordConfirm.length >= 8; return (
-
-
-

+
+
+

회원가입

- - 로그인 -
-

이메일로 가입

- -
{message ? ( @@ -177,36 +181,44 @@ export function SignupForm({ -
- - 또는 - -
+ {hasEnabledSocialProviders ? ( + <> +
+ + 또는 + +
+ +
+

소셜 회원가입

+ { + setMessage(""); + }} + /> +
+ + ) : null} -
-

소셜 회원가입

- { - setMessage(""); - }} - /> -
+
+ 이미 계정이 있나요? + + 로그인 + +
); diff --git a/src/features/auth/social-auth-buttons.tsx b/src/features/auth/social-auth-buttons.tsx index 682516b..82380aa 100644 --- a/src/features/auth/social-auth-buttons.tsx +++ b/src/features/auth/social-auth-buttons.tsx @@ -33,15 +33,23 @@ export function SocialAuthButtons({ intent, onStart, }: SocialAuthButtonsProps) { + const enabledProviders = providers.filter((provider) => provider.enabled); const [pendingProvider, setPendingProvider] = useState(null); const [isPending, startTransition] = useTransition(); const isBusy = isPending || pendingProvider !== null; + if (enabledProviders.length === 0) { + return ( +
+ 카카오와 네이버 소셜 로그인은 아직 준비 중입니다. +
+ ); + } + return (
- {providers.map((provider) => - provider.enabled ? ( + {enabledProviders.map((provider) => ( - ) : ( -
-

- {provider.label} 연동 준비 중 -

-

- {provider.unavailableReason ?? - "현재 환경에서는 이 로그인 방식을 아직 사용할 수 없습니다."} -

-
- ), - )} + ))}
); } diff --git a/src/features/bookmarks/bookmark-toggle-button.tsx b/src/features/bookmarks/bookmark-toggle-button.tsx index a5295d5..2f8cf72 100644 --- a/src/features/bookmarks/bookmark-toggle-button.tsx +++ b/src/features/bookmarks/bookmark-toggle-button.tsx @@ -25,40 +25,50 @@ export function BookmarkToggleButton({ const toggleBookmark = () => { startTransition(async () => { - const nextBookmarked = !bookmarked; - const response = await fetch(`/api/bookmarks/${encodeURIComponent(placeId)}`, { - method: "PUT", - headers: { - "Content-Type": "application/json", - }, - body: JSON.stringify({ - bookmarked: nextBookmarked, - }), - }); + try { + const nextBookmarked = !bookmarked; + const response = await fetch( + `/api/bookmarks/${encodeURIComponent(placeId)}`, + { + method: "PUT", + headers: { + "Content-Type": "application/json", + }, + body: JSON.stringify({ + bookmarked: nextBookmarked, + }), + }, + ); - const result = (await response.json()) as { - ok: boolean; - bookmarked: boolean; - message: string; - requiresAuth?: boolean; - }; + const result = (await response.json()) as { + ok: boolean; + bookmarked: boolean; + message: string; + requiresAuth?: boolean; + }; - if (response.status === 401 || result.requiresAuth) { - if (loginHref) { - router.push(loginHref); + if (response.status === 401 || result.requiresAuth) { + if (loginHref) { + router.push(loginHref); + return; + } + + setMessage(result.message); return; } - setMessage(result.message); - return; - } + if (result.ok) { + setBookmarked(result.bookmarked); + setMessage(null); + router.refresh(); + return; + } - if (result.ok) { - setBookmarked(result.bookmarked); - router.refresh(); + setMessage(result.message); + } catch (error) { + console.error("Failed to toggle bookmark.", error); + setMessage("북마크 업데이트에 실패했습니다."); } - - setMessage(result.message); }); }; diff --git a/src/features/bookmarks/repository.ts b/src/features/bookmarks/repository.ts index a9dccaa..9d9d8b3 100644 --- a/src/features/bookmarks/repository.ts +++ b/src/features/bookmarks/repository.ts @@ -4,6 +4,7 @@ import { and, desc, eq } from "drizzle-orm"; import { getDb, isDatabaseEnabled } from "@/db/client"; import { bookmarks, places } from "@/db/schema"; +import { mockPlaces } from "@/features/places/catalog-data"; type DataSource = "mock" | "database"; @@ -18,6 +19,16 @@ type BookmarkRecord = { createdAt: string; }; +export type BookmarkedPlaceRecord = { + id: string; + name: string; + district: string; + categorySlug: string; + representativePriceAmount: number; + representativePriceLabel: string; + createdAt: string; +}; + export type BookmarkListResult = { items: BookmarkRecord[]; source: DataSource; @@ -67,6 +78,32 @@ function getMockBookmarks(actor: BookmarkActor | null): BookmarkListResult { }; } +function getMockBookmarkedPlaces( + actor: BookmarkActor | null, +): BookmarkedPlaceRecord[] { + const bookmarks = getMockBookmarks(actor).items; + + return bookmarks + .map((bookmark) => { + const place = mockPlaces.find((item) => item.id === bookmark.placeId); + + if (!place) { + return null; + } + + return { + id: place.id, + name: place.name, + district: place.district, + categorySlug: place.categorySlug, + representativePriceAmount: place.representativePriceAmount, + representativePriceLabel: place.representativePriceLabel, + createdAt: bookmark.createdAt, + } satisfies BookmarkedPlaceRecord; + }) + .filter((item): item is BookmarkedPlaceRecord => item !== null); +} + async function listDatabaseBookmarks( actor: BookmarkActor | null, ): Promise { @@ -101,6 +138,40 @@ async function listDatabaseBookmarks( }; } +async function listDatabaseBookmarkedPlaces( + actor: BookmarkActor | null, +): Promise { + if (!actor) { + return []; + } + + const db = getDb(); + const rows = await db + .select({ + id: places.slug, + name: places.name, + district: places.district, + categorySlug: places.primaryCategorySlug, + representativePriceAmount: places.representativePriceAmount, + representativePriceLabel: places.representativePriceLabel, + createdAt: bookmarks.createdAt, + }) + .from(bookmarks) + .innerJoin(places, eq(bookmarks.placeId, places.id)) + .where(and(eq(bookmarks.userId, actor.id), eq(places.status, "active"))) + .orderBy(desc(bookmarks.createdAt)); + + return rows.map((row) => ({ + id: row.id, + name: row.name, + district: row.district, + categorySlug: row.categorySlug ?? "other-service", + representativePriceAmount: row.representativePriceAmount ?? 0, + representativePriceLabel: row.representativePriceLabel ?? "대표 가격 준비 중", + createdAt: formatDate(row.createdAt), + })); +} + async function setDatabaseBookmark( placeSlug: string, bookmarked: boolean, @@ -232,3 +303,19 @@ export async function setBookmark( }; } } + +export async function listBookmarkedPlaces(actor: BookmarkActor | null) { + if (!isDatabaseEnabled()) { + return getMockBookmarkedPlaces(actor); + } + + try { + return await listDatabaseBookmarkedPlaces(actor); + } catch (error) { + console.error( + "Failed to load bookmarked places. Falling back to mock data.", + error, + ); + return getMockBookmarkedPlaces(actor); + } +} diff --git a/src/features/map/map-page.tsx b/src/features/map/map-page.tsx index 258583c..0a23a42 100644 --- a/src/features/map/map-page.tsx +++ b/src/features/map/map-page.tsx @@ -1,16 +1,22 @@ import type { Metadata } from "next"; 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 { RouteResetDetails } from "@/features/map/route-reset-details"; import { MapExplorer } from "@/features/places/map-explorer"; -import { listPlaces } from "@/features/places/repository"; -import type { PlaceSearchScope } from "@/features/places/types"; +import { + listMapPlaces, + listTrendingPlaces, +} from "@/features/places/repository"; +import { TrendingPlacesSection } from "@/features/places/trending-places-section"; +import type { + PlaceBounds, + PlaceSearchScope, +} from "@/features/places/types"; import { createLoginHref, getSessionUser } from "@/lib/session"; type MapPageProps = { @@ -27,23 +33,22 @@ export const metadata: Metadata = { }, }; -const priceOptions = [ - { label: "전체 가격", value: null }, - { label: "5,000원 이하", value: 5000 }, - { label: "10,000원 이하", value: 10000 }, - { label: "20,000원 이하", value: 20000 }, -]; - -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 mobileCategoryChipClass = + "altteulmap-chip inline-flex w-full min-w-0 items-center justify-center border px-3 py-2 text-center text-xs leading-tight break-keep transition"; +const desktopCategoryChipClass = + "altteulmap-chip inline-flex w-full min-w-0 items-center justify-center border px-4 py-2 text-center text-sm leading-tight break-keep 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"; +const SEOUL_BOOTSTRAP_BOUNDS: PlaceBounds = { + minLat: 37.4133, + maxLat: 37.7151, + minLng: 126.7341, + maxLng: 127.2693, +}; function getFirstValue(value: string | string[] | undefined) { return Array.isArray(value) ? value[0] : value; @@ -51,7 +56,6 @@ function getFirstValue(value: string | string[] | undefined) { function createHref(params: { category?: string | null; - maxPrice?: number | null; query?: string | null; searchScope?: PlaceSearchScope; }) { @@ -67,10 +71,6 @@ function createHref(params: { search.set("category", params.category); } - if (params.maxPrice) { - search.set("maxPrice", String(params.maxPrice)); - } - const query = search.toString(); return query ? `/?${query}` : "/"; @@ -79,84 +79,104 @@ function createHref(params: { export default async function MapPage({ searchParams }: MapPageProps) { const params = await searchParams; const activeCategory = getFirstValue(params.category) ?? null; - const activeMaxPrice = Number(getFirstValue(params.maxPrice) ?? "") || null; const activeQuery = getFirstValue(params.q)?.trim() || null; const activeSearchScope: PlaceSearchScope = activeQuery && getFirstValue(params.scope) === "global" ? "global" : "viewport"; const user = await getSessionUser(); - - const [result, bookmarkResult] = await Promise.all([ - listPlaces({ - category: activeCategory, - maxPrice: activeMaxPrice, - query: activeQuery, - }), + const shouldPrefetchPlaces = activeSearchScope === "global"; + const shouldShowTrendingPlaces = !activeQuery; + + const [result, bookmarkResult, trendingResult] = await Promise.all([ + shouldPrefetchPlaces + ? listMapPlaces({ + category: activeCategory, + query: activeQuery, + }) + : Promise.resolve({ + items: [], + mapMarkers: [], + markerMode: "place" as const, + bounds: SEOUL_BOOTSTRAP_BOUNDS, + count: 0, + source: "database" as const, + }), listBookmarks(user), + shouldShowTrendingPlaces + ? listTrendingPlaces(6, activeCategory) + : Promise.resolve({ + items: [], + source: "database" as const, + }), ]); const currentMapHref = createHref({ category: activeCategory, - maxPrice: activeMaxPrice, query: activeQuery, searchScope: activeSearchScope, }); - const loginHref = createLoginHref(currentMapHref); const bookmarkLoginHref = createLoginHref(currentMapHref); - const submitHref = "/submit"; const places = result.items; const bookmarkedIds = new Set( bookmarkResult.items.map((bookmark) => bookmark.placeId), ); const selectedCategory = getCategoryBySlug(activeCategory); - const activePriceLabel = - priceOptions.find((option) => option.value === activeMaxPrice)?.label ?? null; + const mobileFilterRouteKey = [ + activeCategory ?? "all", + activeQuery ?? "all", + activeSearchScope, + ].join(":"); const mobileSummaryItems = [ activeQuery ? `검색 ${activeQuery}` : null, selectedCategory?.name ?? null, - activePriceLabel, activeSearchScope === "global" ? "전체 검색" : "현재 지도", ].filter((item): item is string => Boolean(item)); + const mobileSummaryText = + mobileSummaryItems.length > 0 + ? mobileSummaryItems.join(" · ") + : "현재 지도 기준"; return ( -
-
-
-
- -
- - 장소 등록하기 - - - 북마크 - - +
+
+
+
+
+

+ 지도 탐색 +

+

+ 동네 알뜰 장소 +

+
+
+ {mobileSummaryItems.map((item) => ( + + {item} + + ))}
-
+
-

검색

+
+

검색

+

+ {mobileSummaryText} +

+
{activeQuery ? ( @@ -171,171 +191,128 @@ export default async function MapPage({ searchParams }: MapPageProps) { name="q" defaultValue={activeQuery ?? ""} placeholder="김밥, 세탁소, 프린트" - className="h-11 min-w-0 flex-1 rounded-[1.1rem] border border-stone-300 bg-white px-4 text-sm text-stone-900 outline-none transition placeholder:text-stone-400 focus:border-orange-500 focus:ring-2 focus:ring-orange-200" + className="h-10 min-w-0 flex-1 rounded-[1rem] border border-stone-300 bg-white px-4 text-sm text-stone-900 outline-none transition placeholder:text-stone-400 focus:border-orange-500 focus:ring-2 focus:ring-orange-200" />
-
- {mobileSummaryItems.map((item) => ( - - {item} - - ))} -
- -
- - 탐색 조건 - - 열기 - - - 접기 - - - -
-
-

- 검색 범위 -

-
- - -
-
- -
-

- 가격 필터 -

-
- {priceOptions.map((option) => { - const isActive = activeMaxPrice === option.value; + + 필터와 범위 + + 열기 + + + 접기 + + + } + bodyClassName="grid gap-5 border-t border-stone-200 p-4" + > +
+

+ 검색 범위 +

+
+ + +
+
+ +
+

+ 카테고리 +

+
+ + 전체 + + {categoryGroups.flatMap((group) => + group.children.map((category) => { + const isActive = activeCategory === category.slug; return ( - {option.label} + {category.name} ); - })} -
-
- -
-

- 카테고리 -

-
- - 전체 - - {categoryGroups.flatMap((group) => - group.children.map((category) => { - const isActive = activeCategory === category.slug; - - return ( - - {category.name} - - ); - }), - )} -
-
-
-
+ }), + )} +
+
+ {activeCategory ? ( ) : null} - {activeMaxPrice ? ( - - ) : null}

-
-
+
+

카테고리

-
+
-
-
-

가격 필터

-
- {priceOptions.map((option) => { - const isActive = activeMaxPrice === option.value; - - return ( - - {option.label} - - ); - })} -
-
-
-

검색

@@ -407,7 +353,6 @@ export default async function MapPage({ searchParams }: MapPageProps) { @@ -435,7 +380,7 @@ export default async function MapPage({ searchParams }: MapPageProps) {
-
+
+ + {shouldShowTrendingPlaces ? ( + + ) : null}
diff --git a/src/features/map/naver-map-panel.tsx b/src/features/map/naver-map-panel.tsx index fd82929..6f70398 100644 --- a/src/features/map/naver-map-panel.tsx +++ b/src/features/map/naver-map-panel.tsx @@ -2,6 +2,7 @@ import { Component, useCallback, useEffect, useMemo, useRef, useState } from "react"; +import { getCategoryBySlug } from "@/features/categories/catalog"; import { DEFAULT_MAP_CENTER, getLoadedNaverMapSdk, @@ -13,50 +14,78 @@ import { type NaverMapInstance, type NaverMarkerInstance, } from "@/features/map/naver-map-sdk"; -import type { PlaceBounds, PlaceRecord } from "@/features/places/types"; +import type { + PlaceBounds, + PlaceMapClusterMarkerRecord, + PlaceMapMarkerRecord, + PlaceMapPlaceMarkerRecord, + PlacePreviewRecord, +} from "@/features/places/types"; type NaverMapPanelProps = { initialBounds?: PlaceBounds | null; - places: PlaceRecord[]; + isLoading?: boolean; + mapMarkers: PlaceMapMarkerRecord[]; + placeCount?: number; + refreshAction?: { + isVisible: boolean; + isLoading: boolean; + onRefresh: () => void; + } | null; selectedCategoryLabel: string | null; activePlaceId?: string | null; focusPlacesKey?: string | null; - onSelectPlace?: (placeId: string) => void; + onSelectPlace?: (place: PlacePreviewRecord) => void; onViewportChange?: (viewport: MapViewport) => void; }; +type PlaceDisplayMarker = { + kind: "place"; + id: string; + latitude: number; + longitude: number; + isActive: boolean; + place: PlacePreviewRecord; +}; + +type ClusterDisplayMarker = PlaceMapClusterMarkerRecord; + +type MapDisplayMarker = PlaceDisplayMarker | ClusterDisplayMarker; + function getMapZoom(placeCount: number) { return placeCount > 1 ? 13 : 15; } -function getMapCenter(places: PlaceRecord[]) { - if (places.length === 0) { +function getCenterFromBounds(bounds: PlaceBounds) { + return { + lat: (bounds.minLat + bounds.maxLat) / 2, + lng: (bounds.minLng + bounds.maxLng) / 2, + }; +} + +function getMapCenter(items: Array<{ latitude: number; longitude: number }>) { + if (items.length === 0) { return DEFAULT_MAP_CENTER; } - const totals = places.reduce( - (accumulator, place) => ({ - lat: accumulator.lat + place.latitude, - lng: accumulator.lng + place.longitude, + const totals = items.reduce( + (accumulator, item) => ({ + lat: accumulator.lat + item.latitude, + lng: accumulator.lng + item.longitude, }), { lat: 0, lng: 0 }, ); return { - lat: totals.lat / places.length, - lng: totals.lng / places.length, - }; -} - -function getCenterFromBounds(bounds: PlaceBounds) { - return { - lat: (bounds.minLat + bounds.maxLat) / 2, - lng: (bounds.minLng + bounds.maxLng) / 2, + lat: totals.lat / items.length, + lng: totals.lng / items.length, }; } -function getPreviewBounds(places: PlaceRecord[]) { - if (places.length === 0) { +function getPreviewBounds( + items: Array<{ latitude: number; longitude: number }>, +) { + if (items.length === 0) { return { minLat: DEFAULT_MAP_CENTER.lat, maxLat: DEFAULT_MAP_CENTER.lat, @@ -65,8 +94,8 @@ function getPreviewBounds(places: PlaceRecord[]) { }; } - const latitudes = places.map((place) => place.latitude); - const longitudes = places.map((place) => place.longitude); + const latitudes = items.map((item) => item.latitude); + const longitudes = items.map((item) => item.longitude); return { minLat: Math.min(...latitudes), @@ -76,6 +105,31 @@ function getPreviewBounds(places: PlaceRecord[]) { }; } +function createPlaceDisplayMarker( + place: PlaceMapPlaceMarkerRecord, + isActive: boolean, +): PlaceDisplayMarker { + return { + kind: "place", + id: place.id, + latitude: place.latitude, + longitude: place.longitude, + isActive, + place, + }; +} + +function getDisplayMarkers( + mapMarkers: PlaceMapMarkerRecord[], + activePlaceId: string | null, +) { + return mapMarkers.map((marker) => + marker.kind === "cluster" + ? marker + : createPlaceDisplayMarker(marker, marker.id === activePlaceId), + ) satisfies MapDisplayMarker[]; +} + function serializeViewport(viewport: MapViewport) { return [ viewport.center.lat.toFixed(4), @@ -89,7 +143,7 @@ function serializeViewport(viewport: MapViewport) { } function isPlaceInsideViewport( - place: PlaceRecord, + place: Pick, viewport: MapViewport | null, padding = 0.0003, ) { @@ -109,25 +163,168 @@ function formatLikeCount(count: number) { return new Intl.NumberFormat("ko-KR").format(count); } -function createMarkerIconHtml(count: number, isActive: boolean) { - const background = isActive ? "#d97f4d" : "#ffffff"; - const textColor = isActive ? "#ffffff" : "#7c4a2f"; - const borderColor = isActive ? "#d97f4d" : "#edd3bf"; - const shadowColor = isActive - ? "rgba(169, 95, 53, 0.34)" - : "rgba(104, 71, 53, 0.16)"; - const badgeBackground = isActive ? "rgba(255,255,255,0.18)" : "#fff2e8"; +type PlaceMarkerGroupKey = + | "food" + | "life-services" + | "shopping" + | "health" + | "study-work" + | "fallback"; + +type PlaceMarkerTheme = { + fill: string; + activeFill: string; + stroke: string; + activeStroke: string; + coreRing: string; + coreDot: string; +}; + +const PLACE_MARKER_THEMES: Record = { + food: { + fill: "#dc603e", + activeFill: "#c44d2d", + stroke: "rgba(126, 47, 25, 0.24)", + activeStroke: "rgba(112, 38, 19, 0.32)", + coreRing: "#8e3821", + coreDot: "#dc603e", + }, + "life-services": { + fill: "#4f78bf", + activeFill: "#3e61a6", + stroke: "rgba(40, 65, 109, 0.22)", + activeStroke: "rgba(31, 53, 92, 0.3)", + coreRing: "#35558f", + coreDot: "#4f78bf", + }, + shopping: { + fill: "#b25a72", + activeFill: "#95445a", + stroke: "rgba(106, 47, 64, 0.22)", + activeStroke: "rgba(88, 35, 50, 0.3)", + coreRing: "#7a3849", + coreDot: "#b25a72", + }, + health: { + fill: "#2f8d69", + activeFill: "#1f7454", + stroke: "rgba(24, 87, 63, 0.22)", + activeStroke: "rgba(17, 71, 50, 0.3)", + coreRing: "#195a41", + coreDot: "#2f8d69", + }, + "study-work": { + fill: "#4f647d", + activeFill: "#3b5067", + stroke: "rgba(43, 58, 74, 0.22)", + activeStroke: "rgba(34, 46, 60, 0.3)", + coreRing: "#314457", + coreDot: "#4f647d", + }, + fallback: { + fill: "#9a613f", + activeFill: "#7d4a2b", + stroke: "rgba(95, 56, 34, 0.22)", + activeStroke: "rgba(79, 44, 24, 0.3)", + coreRing: "#693b21", + coreDot: "#9a613f", + }, +}; + +const CLUSTER_MARKER_THEME = { + shellBackground: "rgba(255, 252, 248, 0.98)", + shellBorder: "rgba(180, 151, 126, 0.22)", + coreBackground: "#e7bf9d", + coreBorder: "rgba(165, 123, 89, 0.3)", + text: "#6f4630", + shadow: "0 16px 30px rgba(116, 88, 66, 0.18)", +} as const; + +function getPlaceMarkerGroupKey( + categorySlug: string | null | undefined, +): PlaceMarkerGroupKey { + const parentSlug = getCategoryBySlug(categorySlug)?.parentSlug; + + switch (parentSlug) { + case "food": + case "life-services": + case "shopping": + case "health": + case "study-work": + return parentSlug; + default: + return "fallback"; + } +} + +function getPlaceMarkerVisual( + categorySlug: string | null | undefined, + isActive: boolean, +) { + const theme = PLACE_MARKER_THEMES[getPlaceMarkerGroupKey(categorySlug)]; + + return { + canvasWidth: isActive ? 48 : 44, + canvasHeight: isActive ? 58 : 54, + pinSize: isActive ? 34 : 30, + coreSize: isActive ? 16 : 14, + dotSize: isActive ? 6 : 5, + fill: isActive ? theme.activeFill : theme.fill, + stroke: isActive ? theme.activeStroke : theme.stroke, + coreRing: theme.coreRing, + coreDot: theme.coreDot, + outline: "rgba(255, 255, 255, 0.98)", + shadow: `0 0 0 3px rgba(255,255,255,0.94), 0 0 0 4.5px ${ + isActive ? theme.activeStroke : theme.stroke + }, 0 ${isActive ? 18 : 14}px ${isActive ? 32 : 26}px rgba(15,23,42,${ + isActive ? "0.26" : "0.2" + })`, + }; +} + +function getClusterMarkerVisual(placeCount: number) { + if (placeCount >= 100) { + return { + outerSize: 70, + innerSize: 54, + fontSize: 16, + }; + } + + if (placeCount >= 20) { + return { + outerSize: 62, + innerSize: 48, + fontSize: 15, + }; + } + + return { + outerSize: 54, + innerSize: 40, + fontSize: 14, + }; +} + +function createPlaceMarkerIconHtml( + categorySlug: string | null | undefined, + isActive: boolean, +) { + const visual = getPlaceMarkerVisual(categorySlug, isActive); return ` -
- 👍 - ${formatLikeCount(count)} +
+ + + + +
`; } function createMapMarkerIcon( - count: number, + categorySlug: string | null | undefined, isActive: boolean, naver: ReturnType, ) { @@ -138,27 +335,64 @@ function createMapMarkerIcon( return undefined; } + const visual = getPlaceMarkerVisual(categorySlug, isActive); + return { - content: createMarkerIconHtml(count, isActive), - size: new Size(68, 34), - anchor: new Point(34, 17), + content: createPlaceMarkerIconHtml(categorySlug, isActive), + size: new Size(visual.canvasWidth, visual.canvasHeight), + anchor: new Point(visual.canvasWidth / 2, visual.canvasHeight), + }; +} + +function createClusterIconHtml(placeCount: number) { + const visual = getClusterMarkerVisual(placeCount); + + return ` +
+ + + ${formatLikeCount(placeCount)} + + +
+ `; +} + +function createClusterMarkerIcon( + placeCount: number, + naver: ReturnType, +) { + const Point = naver?.maps.Point; + const Size = naver?.maps.Size; + + if (!Point || !Size) { + return undefined; + } + + const visual = getClusterMarkerVisual(placeCount); + + return { + content: createClusterIconHtml(placeCount), + size: new Size(visual.outerSize, visual.outerSize), + anchor: new Point(visual.outerSize / 2, visual.outerSize / 2), }; } function PreviewMap({ - places, + markers, selectedCategoryLabel, - activePlaceId, onSelectPlace, + onActivateCluster, }: { - places: PlaceRecord[]; + markers: MapDisplayMarker[]; selectedCategoryLabel: string | null; - activePlaceId: string | null; - onSelectPlace: (placeId: string) => void; + onSelectPlace: (place: PlacePreviewRecord) => void; + onActivateCluster?: (marker: ClusterDisplayMarker) => void; }) { - const bounds = getPreviewBounds(places); + const bounds = getPreviewBounds(markers); const latRange = Math.max(bounds.maxLat - bounds.minLat, 0.01); const lngRange = Math.max(bounds.maxLng - bounds.minLng, 0.01); + const hasClusterMarkers = markers.some((marker) => marker.kind === "cluster"); return (
- {places.map((place) => { - const top = ((bounds.maxLat - place.latitude) / latRange) * 70 + 10; - const left = ((place.longitude - bounds.minLng) / lngRange) * 72 + 8; - const isActive = activePlaceId === place.id; + {markers.map((marker) => { + const top = ((bounds.maxLat - marker.latitude) / latRange) * 70 + 10; + const left = ((marker.longitude - bounds.minLng) / lngRange) * 72 + 8; + + if (marker.kind === "cluster") { + const clusterVisual = getClusterMarkerVisual(marker.placeCount); + + return ( + + ); + } + + const placeVisual = getPlaceMarkerVisual( + marker.place.categorySlug, + marker.isActive, + ); return ( ); @@ -202,39 +512,50 @@ function PreviewMap({ {selectedCategoryLabel ? `${selectedCategoryLabel} 카테고리만 표시 중` : "전체 카테고리 표시 중"} + {hasClusterMarkers ? " · 가까운 장소는 묶어 표시합니다" : ""}
); } function NaverMapFallback({ - places, + isLoading = false, + mapMarkers, + placeCount, selectedCategoryLabel, activePlaceId, onSelectPlace, }: { - places: PlaceRecord[]; + isLoading?: boolean; + mapMarkers: PlaceMapMarkerRecord[]; + placeCount?: number; selectedCategoryLabel: string | null; - activePlaceId: string | null; - onSelectPlace: (placeId: string) => void; + activePlaceId?: string | null; + onSelectPlace: (place: PlacePreviewRecord) => void; }) { + const displayMarkers = useMemo( + () => getDisplayMarkers(mapMarkers, activePlaceId ?? null), + [activePlaceId, mapMarkers], + ); + return (

주변 지도

- {places.length}곳 + {isLoading && mapMarkers.length === 0 + ? "불러오는 중" + : `${placeCount ?? mapMarkers.length}곳`}
-
+
@@ -271,7 +592,9 @@ class NaverMapPanelBoundary extends Component< if (this.state.hasError) { return ( {})} @@ -289,7 +612,10 @@ export function NaverMapPanel(props: NaverMapPanelProps) { function NaverMapPanelContent({ initialBounds, - places, + isLoading = false, + mapMarkers, + placeCount, + refreshAction = null, selectedCategoryLabel, activePlaceId: controlledActivePlaceId, focusPlacesKey, @@ -310,7 +636,7 @@ function NaverMapPanelContent({ const [isLocating, setIsLocating] = useState(false); const [locationMessage, setLocationMessage] = useState(null); const [internalActivePlaceId, setInternalActivePlaceId] = useState( - places[0]?.id ?? null, + mapMarkers.find((marker) => marker.kind === "place")?.id ?? null, ); const naverMapKeyId = getNaverMapKeyId(); const activePlaceId = @@ -318,24 +644,32 @@ function NaverMapPanelContent({ ? internalActivePlaceId : controlledActivePlaceId; const activePlace = useMemo( - () => places.find((place) => place.id === activePlaceId) ?? null, - [activePlaceId, places], + () => + mapMarkers.find( + (marker): marker is PlaceMapPlaceMarkerRecord => + marker.kind === "place" && marker.id === activePlaceId, + ) ?? null, + [activePlaceId, mapMarkers], + ); + const displayMarkers = useMemo( + () => getDisplayMarkers(mapMarkers, activePlaceId ?? null), + [activePlaceId, mapMarkers], ); const showPreview = status !== "ready" || !hasVisibleMap; const selectPlace = useCallback( - (placeId: string) => { + (place: PlacePreviewRecord) => { if (controlledActivePlaceId === undefined) { - setInternalActivePlaceId(placeId); + setInternalActivePlaceId(place.id); } - onSelectPlace?.(placeId); + onSelectPlace?.(place); }, [controlledActivePlaceId, onSelectPlace], ); const emitPlaceSelect = useCallback( - (placeId: string) => { - selectPlace(placeId); + (place: PlacePreviewRecord) => { + selectPlace(place); }, [selectPlace], ); @@ -374,6 +708,51 @@ function NaverMapPanelContent({ lastViewportKeyRef.current = nextKey; onViewportChange?.(viewport); }, [onViewportChange]); + const focusCluster = useCallback( + (marker: ClusterDisplayMarker) => { + if (status !== "ready" || !mapInstanceRef.current) { + return; + } + + const maps = getLoadedNaverMapSdk()?.maps; + + if (!maps?.LatLng || !maps?.LatLngBounds) { + failMap("NAVER Maps LatLng API is unavailable."); + return; + } + + try { + const southWest = new maps.LatLng( + marker.bounds.minLat, + marker.bounds.minLng, + ); + const northEast = new maps.LatLng( + marker.bounds.maxLat, + marker.bounds.maxLng, + ); + const clusterBounds = new maps.LatLngBounds(southWest, northEast); + const nextCenter = new maps.LatLng(marker.latitude, marker.longitude); + const latSpan = Math.abs(marker.bounds.maxLat - marker.bounds.minLat); + const lngSpan = Math.abs(marker.bounds.maxLng - marker.bounds.minLng); + + if (latSpan < 0.0004 && lngSpan < 0.0004) { + const currentZoom = mapInstanceRef.current.getZoom?.() ?? 13; + mapInstanceRef.current.setCenter?.(nextCenter); + mapInstanceRef.current.setZoom?.(Math.min(currentZoom + 2, 17)); + mapInstanceRef.current.panTo?.(nextCenter); + } else { + mapInstanceRef.current.fitBounds?.(clusterBounds); + } + + window.setTimeout(() => { + emitViewportChange(); + }, 100); + } catch (error) { + failMap("Failed to focus the NAVER map cluster.", error); + } + }, + [emitViewportChange, failMap, status], + ); const locateCurrentPosition = () => { if (status !== "ready" || !mapInstanceRef.current) { @@ -522,9 +901,9 @@ function NaverMapPanelContent({ const center = initialBounds ? getCenterFromBounds(initialBounds) - : getMapCenter(places); + : getMapCenter(mapMarkers); const centerLatLng = new maps.LatLng(center.lat, center.lng); - const nextZoom = getMapZoom(places.length); + const nextZoom = getMapZoom(mapMarkers.length); const map = new maps.Map(mapContainerRef.current, { center: centerLatLng, zoom: nextZoom, @@ -535,7 +914,7 @@ function NaverMapPanelContent({ mapInstanceRef.current = map; - if (initialBounds && places.length > 1) { + if (initialBounds) { const southWest = new maps.LatLng( initialBounds.minLat, initialBounds.minLng, @@ -587,8 +966,8 @@ function NaverMapPanelContent({ emitViewportChange, failMap, initialBounds, + mapMarkers, naverMapKeyId, - places, ]); useEffect(() => { @@ -661,7 +1040,7 @@ function NaverMapPanelContent({ window.clearTimeout(visibilityTimeoutId); mutationObserver.disconnect(); }; - }, [containerSize.height, containerSize.width, places, status]); + }, [containerSize.height, containerSize.width, mapMarkers, status]); useEffect(() => { if (status !== "ready" || !mapInstanceRef.current) { @@ -677,17 +1056,32 @@ function NaverMapPanelContent({ try { markerInstancesRef.current.forEach((marker) => marker.setMap?.(null)); - markerInstancesRef.current = places.map((place) => { - const isActive = activePlaceId === place.id; + markerInstancesRef.current = displayMarkers.map((markerItem) => { + const title = + markerItem.kind === "cluster" + ? `${formatLikeCount(markerItem.placeCount)}곳` + : markerItem.place.name; const marker = new maps.Marker({ map: mapInstanceRef.current, - position: new maps.LatLng(place.latitude, place.longitude), - title: place.name, - icon: createMapMarkerIcon(place.likeCount, isActive, { maps }), + position: new maps.LatLng(markerItem.latitude, markerItem.longitude), + title, + icon: + markerItem.kind === "cluster" + ? createClusterMarkerIcon(markerItem.placeCount, { maps }) + : createMapMarkerIcon( + markerItem.place.categorySlug, + markerItem.isActive, + { maps }, + ), }); maps.Event.addListener(marker, "click", () => { - emitPlaceSelect(place.id); + if (markerItem.kind === "cluster") { + focusCluster(markerItem); + return; + } + + emitPlaceSelect(markerItem.place); }); return marker; @@ -695,7 +1089,7 @@ function NaverMapPanelContent({ } catch (error) { failMap("Failed to render NAVER map markers.", error); } - }, [activePlaceId, emitPlaceSelect, failMap, places, status]); + }, [displayMarkers, emitPlaceSelect, failMap, focusCluster, status]); useEffect(() => { if (status !== "ready" || !activePlace || !mapInstanceRef.current) { @@ -729,7 +1123,7 @@ function NaverMapPanelContent({ status !== "ready" || !mapInstanceRef.current || !focusPlacesKey || - places.length === 0 + mapMarkers.length === 0 ) { return; } @@ -746,12 +1140,12 @@ function NaverMapPanelContent({ } try { - const focusCenter = getMapCenter(places); + const focusCenter = getMapCenter(mapMarkers); const point = new LatLng(focusCenter.lat, focusCenter.lng); lastFocusPlacesKeyRef.current = focusPlacesKey; mapInstanceRef.current.setCenter?.(point); - mapInstanceRef.current.setZoom?.(getMapZoom(places.length)); + mapInstanceRef.current.setZoom?.(getMapZoom(mapMarkers.length)); mapInstanceRef.current.panTo?.(point); window.setTimeout(() => { emitViewportChange(); @@ -759,7 +1153,7 @@ function NaverMapPanelContent({ } catch (error) { failMap("Failed to focus the NAVER map viewport.", error); } - }, [emitViewportChange, failMap, focusPlacesKey, places, status]); + }, [emitViewportChange, failMap, focusPlacesKey, mapMarkers, status]); useEffect(() => { if (status !== "ready" || !mapInstanceRef.current) { @@ -810,42 +1204,59 @@ function NaverMapPanelContent({ return (

주변 지도

- {places.length}곳 + {isLoading && mapMarkers.length === 0 + ? "불러오는 중" + : `${placeCount ?? mapMarkers.length}곳`}
-
+
{showPreview ? (
) : null} +
+ {refreshAction?.isVisible ? ( + + ) : null} +
+
{locationMessage ? ( diff --git a/src/features/map/route-reset-details.tsx b/src/features/map/route-reset-details.tsx new file mode 100644 index 0000000..080c2cd --- /dev/null +++ b/src/features/map/route-reset-details.tsx @@ -0,0 +1,36 @@ +"use client"; + +import { useState, type ReactNode } from "react"; + +type RouteResetDetailsProps = { + bodyClassName?: string; + children: ReactNode; + className?: string; + summary: ReactNode; + summaryClassName?: string; +}; + +export function RouteResetDetails({ + bodyClassName, + children, + className, + summary, + summaryClassName, +}: RouteResetDetailsProps) { + const [isOpen, setIsOpen] = useState(false); + + return ( +
+ { + event.preventDefault(); + setIsOpen((current) => !current); + }} + > + {summary} + + {isOpen ?
{children}
: null} +
+ ); +} diff --git a/src/features/places/admin-place-review-form.tsx b/src/features/places/admin-place-review-form.tsx index 24543b2..d22ef8c 100644 --- a/src/features/places/admin-place-review-form.tsx +++ b/src/features/places/admin-place-review-form.tsx @@ -13,6 +13,7 @@ type AdminPlaceReviewFormProps = { defaultLatitude?: number; defaultLongitude?: number; disabled?: boolean; + onSuccess?: (decision: "approve" | "reject", message: string) => void; }; export function AdminPlaceReviewForm({ @@ -23,6 +24,7 @@ export function AdminPlaceReviewForm({ defaultLatitude, defaultLongitude, disabled = false, + onSuccess, }: AdminPlaceReviewFormProps) { const router = useRouter(); const [latitude, setLatitude] = useState( @@ -32,9 +34,17 @@ export function AdminPlaceReviewForm({ defaultLongitude ? String(defaultLongitude) : "", ); const [message, setMessage] = useState(null); + const [messageTone, setMessageTone] = useState<"default" | "success" | "error">( + "default", + ); + const [lastDecision, setLastDecision] = useState<"approve" | "reject" | null>( + null, + ); const [isPending, startTransition] = useTransition(); const submitDecision = (decision: "approve" | "reject") => { + setLastDecision(decision); + startTransition(async () => { const response = await fetch(`/api/admin/places/${placeId}`, { method: "PATCH", @@ -54,8 +64,10 @@ export function AdminPlaceReviewForm({ }; setMessage(result.message); + setMessageTone(response.ok && result.ok ? "success" : "error"); if (response.ok && result.ok) { + onSuccess?.(decision, result.message); router.refresh(); } }); @@ -135,8 +147,22 @@ export function AdminPlaceReviewForm({
{message ? ( -

- {isPending ? "처리 중..." : message} +

+ {isPending + ? lastDecision === "approve" + ? "승인 반영 중..." + : "반려 반영 중..." + : message}

) : null}
diff --git a/src/features/places/admin-price-item-form.tsx b/src/features/places/admin-price-item-form.tsx index e0de8b4..4d97609 100644 --- a/src/features/places/admin-price-item-form.tsx +++ b/src/features/places/admin-price-item-form.tsx @@ -39,12 +39,19 @@ export function AdminPriceItemForm({ const [isActive, setIsActive] = useState(initialIsActive); const [isRepresentative, setIsRepresentative] = useState(initialIsRepresentative); const [message, setMessage] = useState(null); + const [messageTone, setMessageTone] = useState<"default" | "success" | "error">( + "default", + ); + const [pendingLabel, setPendingLabel] = useState(null); const [isPending, startTransition] = useTransition(); const submit = (overrides?: { isActive?: boolean; isRepresentative?: boolean; + pendingLabel?: string; }) => { + setPendingLabel(overrides?.pendingLabel ?? "저장"); + startTransition(async () => { const nextIsActive = overrides?.isActive ?? isActive; const nextIsRepresentative = @@ -67,6 +74,7 @@ export function AdminPriceItemForm({ const result = (await response.json()) as AdminPriceItemResponse; setMessage(result.message); + setMessageTone(response.ok && result.ok ? "success" : "error"); if (response.ok && result.ok) { setIsActive(nextIsActive); @@ -155,7 +163,7 @@ export function AdminPriceItemForm({
{message ? ( -

- {isPending ? "처리 중..." : message} +

+ {isPending ? `${pendingLabel ?? "처리"} 반영 중...` : message}

) : null}
diff --git a/src/features/places/admin-price-report-review-form.tsx b/src/features/places/admin-price-report-review-form.tsx index d441349..3e49ba4 100644 --- a/src/features/places/admin-price-report-review-form.tsx +++ b/src/features/places/admin-price-report-review-form.tsx @@ -6,17 +6,27 @@ import { useState, useTransition } from "react"; type AdminPriceReportReviewFormProps = { reportId: string; disabled?: boolean; + onSuccess?: (decision: "approve" | "reject", message: string) => void; }; export function AdminPriceReportReviewForm({ reportId, disabled = false, + onSuccess, }: AdminPriceReportReviewFormProps) { const router = useRouter(); const [message, setMessage] = useState(null); + const [messageTone, setMessageTone] = useState<"default" | "success" | "error">( + "default", + ); + const [lastDecision, setLastDecision] = useState<"approve" | "reject" | null>( + null, + ); const [isPending, startTransition] = useTransition(); const submitDecision = (decision: "approve" | "reject") => { + setLastDecision(decision); + startTransition(async () => { const response = await fetch(`/api/admin/prices/${reportId}`, { method: "PATCH", @@ -32,8 +42,10 @@ export function AdminPriceReportReviewForm({ }; setMessage(result.message); + setMessageTone(response.ok && result.ok ? "success" : "error"); if (response.ok && result.ok) { + onSuccess?.(decision, result.message); router.refresh(); } }); @@ -62,8 +74,22 @@ export function AdminPriceReportReviewForm({
{message ? ( -

- {isPending ? "처리 중..." : message} +

+ {isPending + ? lastDecision === "approve" + ? "승인 반영 중..." + : "반려 반영 중..." + : message}

) : null}
diff --git a/src/features/places/imported-goodprice.json b/src/features/places/imported-goodprice.json index 749bcf1..5df0857 100644 --- a/src/features/places/imported-goodprice.json +++ b/src/features/places/imported-goodprice.json @@ -1,42 +1,4 @@ [ - { - "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": "국수전문점", @@ -49,9 +11,9 @@ "representativePriceAmount": 5000, "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2275-7443 / 영업시간: 9:30~19:00(일요일 휴무)", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2275-7443 / 영업시간: 9:30~19:00(일요일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, @@ -61,14 +23,14 @@ "label": "잔치국수", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "5c5279c4fad2cb08c1b3", "label": "비빔국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ @@ -77,66 +39,52 @@ "label": "잔치국수", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "5c5279c4fad2cb08c1b3-history", "label": "비빔국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1643", - "name": "고등어구이정식", - "businessName": "고등어구이정식", - "categorySlug": "korean", - "address": "부산광역시 중구 자갈치로 64-2 1층 (남포동)", - "district": "부산광역시 중구", - "latitude": 35.0973974519139, - "longitude": 129.03117988708, - "representativePriceAmount": 9000, - "representativePriceLabel": "고등어구이", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고등어구이 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-241-6526 / 영업시간: 06:00~19:30 매주 수요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 영화입장권(경로) 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3672-4235", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "245a1697d335ed77aaef", - "label": "고등어구이", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5ac68bc0db9219b6469e", - "label": "비빔밥", - "amount": 8000, + "id": "2368ab480eae129e277b", + "label": "영화입장권(경로)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "245a1697d335ed77aaef-history", - "label": "고등어구이", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5ac68bc0db9219b6469e-history", - "label": "비빔밥", - "amount": 8000, + "id": "2368ab480eae129e277b-history", + "label": "영화입장권(경로)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] @@ -153,9 +101,9 @@ "representativePriceAmount": 7000, "representativePriceLabel": "손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-466-6112 / 영업시간: 10:00~20:00 매주 토요일만 3시 이후 휴무", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-466-6112 / 영업시간: 10:00~20:00 매주 토요일만 3시 이후 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, @@ -165,14 +113,7 @@ "label": "손칼국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "96f6745a5a5caf531f9f", - "label": "해물칼국수", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ @@ -181,14 +122,163 @@ "label": "손칼국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-211-4873 / 영업시간: 정기휴무(매주 수요일) 05:30 ~ 17:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "81b5524f16c4f0bbd3a1", + "label": "대인", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" }, { - "id": "96f6745a5a5caf531f9f-history", - "label": "해물칼국수", - "amount": 8000, + "id": "d2d6fbe109f29cc0fe67", + "label": "소인", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "81b5524f16c4f0bbd3a1-history", + "label": "대인", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d2d6fbe109f29cc0fe67-history", + "label": "소인", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2234-5544 / 영업시간: 매일 10:00 - 21:30 (명절 당일 휴무)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "5fa694c0c7efd2c74cc6", + "label": "짜장면", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ca9234c7e96562216df5", + "label": "우동", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "70fce31d335253c3f16c", + "label": "탕수육", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "5fa694c0c7efd2c74cc6-history", + "label": "짜장면", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ca9234c7e96562216df5-history", + "label": "우동", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "70fce31d335253c3f16c-history", + "label": "탕수육", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-738-1882 / 영업시간: 09:00~14:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "450c14e54f2a3bb2dc7d", + "label": "커트", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "450c14e54f2a3bb2dc7d-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] @@ -205,9 +295,9 @@ "representativePriceAmount": 7000, "representativePriceLabel": "밀면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 밀면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-6970 / 영업시간: 10:00 - 18:00 일요일 휴일", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-246-6970 / 영업시간: 10:00 - 18:00 일요일 휴일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, @@ -217,14 +307,14 @@ "label": "밀면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "270f6f96fcde00989e94", "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ @@ -233,80 +323,142 @@ "label": "밀면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "270f6f96fcde00989e94-history", "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1645", - "name": "기와집", - "businessName": "기와집", - "categorySlug": "korean", - "address": "부산광역시 중구 대청로 137번길 7-2 (중앙동3가)", - "district": "부산광역시 중구", - "latitude": 35.1035458476205, - "longitude": 129.034884173445, - "representativePriceAmount": 10000, - "representativePriceLabel": "자연산송이밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 자연산송이밥 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-961-8851 / 영업시간: 10:00 - 21:30, 휴무일 없음", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-262-9488 / 영업시간: 첫째, 셋째 화요일 휴무 여름 08;30-19:30 겨울 09:00-19:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "334440224171292d652d", - "label": "자연산송이밥", - "amount": 10000, + "id": "e2ac7533fec6c035ecaa", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "e2ac7533fec6c035ecaa-history", + "label": "커트", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치말이국수 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-739-6742", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "cc9bc80207ae187134e4", - "label": "자연산송이전골", - "amount": 10000, + "id": "b8c116b0d27e0665b6d5", + "label": "김치말이국수", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "404af1b2f74fbda03ba0", - "label": "된장찌개", - "amount": 9000, + "id": "9cb869347bd6a1506cf8", + "label": "김치볶음밥", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "334440224171292d652d-history", - "label": "자연산송이밥", - "amount": 10000, + "id": "b8c116b0d27e0665b6d5-history", + "label": "김치말이국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cc9bc80207ae187134e4-history", - "label": "자연산송이전골", - "amount": 10000, + "id": "9cb869347bd6a1506cf8-history", + "label": "김치볶음밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-7192-6413", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "404af1b2f74fbda03ba0-history", - "label": "된장찌개", - "amount": 9000, + "id": "bf2fc652e47245678158", + "label": "커트", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "bf2fc652e47245678158-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] @@ -323,9 +475,9 @@ "representativePriceAmount": 7500, "representativePriceLabel": "소갈비살(120g)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소갈비살(120g) 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-252-3307 / 영업시간: 월~토 16:30~24:00 매주 일요일 정기휴무", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-252-3307 / 영업시간: 월~토 16:30~24:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, @@ -335,14 +487,7 @@ "label": "소갈비살(120g)", "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5d8f97725559dc73d99b", - "label": "안창살(120g)", - "amount": 8500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ @@ -351,66 +496,149 @@ "label": "소갈비살(120g)", "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-223-8097 / 영업시간: 매일 08:00-20:00 ※ 매주 셋째주 일요일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "4d68936f48655a532de8", + "label": "커트", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "4d68936f48655a532de8-history", + "label": "커트", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 수제 돈까스 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-741-3455 / 영업시간: 10:00~19:30", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "161f06011a9c632033da", + "label": "수제 돈까스", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7f5036f7fb2ab997bf9d", + "label": "치킨까스정식", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "161f06011a9c632033da-history", + "label": "수제 돈까스", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" }, { - "id": "5d8f97725559dc73d99b-history", - "label": "안창살(120g)", - "amount": 8500, + "id": "7f5036f7fb2ab997bf9d-history", + "label": "치킨까스정식", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17983", - "name": "교동생선구이비빔밥", - "businessName": "교동생선구이비빔밥", - "categorySlug": "korean", - "address": "대구광역시 중구 교동길 48-1 (교동) 교동", - "district": "대구광역시 중구", - "latitude": 35.87327790566105, - "longitude": 128.5972021600524, - "representativePriceAmount": 9000, - "representativePriceLabel": "교동생선구이정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 교동생선구이정식 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-257-0778 / 영업시간: 월~토 11:00~19:30 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "591572cfa5aaf2105ba2", - "label": "교동생선구이정식", - "amount": 9000, + "id": "1b85f27b1437d203ac50", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "db6e49bf5bd13d740bcc", - "label": "고등어가자미구이정식", - "amount": 9000, + "id": "05e7d5a67b77f4a893bd", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "591572cfa5aaf2105ba2-history", - "label": "교동생선구이정식", - "amount": 9000, + "id": "1b85f27b1437d203ac50-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "db6e49bf5bd13d740bcc-history", - "label": "고등어가자미구이정식", - "amount": 9000, + "id": "05e7d5a67b77f4a893bd-history", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] @@ -427,9 +655,9 @@ "representativePriceAmount": 4000, "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-252-7866 / 영업시간: 11:00~19:30", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-252-7866 / 영업시간: 11:00~19:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, @@ -439,35 +667,35 @@ "label": "짜장면", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "407b99b9e234ef5eca97", "label": "짬뽕", "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "8f5a4945c8a36ac68842", "label": "간짜장", "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "50b57bcaa7e994f8540c", "label": "우동", "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "419c9fe860ee9996a241", "label": "울면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ @@ -476,252 +704,491 @@ "label": "짜장면", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "407b99b9e234ef5eca97-history", "label": "짬뽕", "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "8f5a4945c8a36ac68842-history", "label": "간짜장", "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "50b57bcaa7e994f8540c-history", "label": "우동", "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "419c9fe860ee9996a241-history", "label": "울면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2230", - "name": "골목집", - "businessName": "골목집", - "categorySlug": "korean", - "address": "인천광역시 중구 신포로 32-22 (신포동)", - "district": "인천광역시 중구", - "latitude": 37.4714816686167, - "longitude": 126.625847852578, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-3149 / 영업시간: 09:00~20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1109a18fce1baf9fa3ea", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "99c1841a0aca4d86a084", - "label": "수제비", - "amount": 7500, + "id": "68c18452d2019bc77658", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "586bb4fd1cf7e792100d", - "label": "쫄면", - "amount": 7500, + "id": "b25a2b0f04850a64793a", + "label": "일반염색", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1109a18fce1baf9fa3ea-history", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "99c1841a0aca4d86a084-history", - "label": "수제비", - "amount": 7500, + "id": "68c18452d2019bc77658-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "586bb4fd1cf7e792100d-history", - "label": "쫄면", - "amount": 7500, + "id": "b25a2b0f04850a64793a-history", + "label": "일반염색", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13183", - "name": "계림동나주곰탕", - "businessName": "계림동나주곰탕", + "id": "goodprice-16864", + "name": "동대문 한국통닭", + "businessName": "동대문 한국통닭", "categorySlug": "korean", - "address": "광주광역시 동구 구성로 262-9 (계림동) 1층", - "district": "광주광역시 동구", - "latitude": 35.15717956808311, - "longitude": 126.91948612900808, - "representativePriceAmount": 10000, - "representativePriceLabel": "곰탕", + "address": "서울특별시 종로구 종로 304 (창신동) 1층", + "district": "서울특별시 종로구", + "latitude": 37.571667373066134, + "longitude": 127.01153873736409, + "representativePriceAmount": 4500, + "representativePriceLabel": "통닭 1마리", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 곰탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-225-0970", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 통닭 1마리 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-747-2443 / 영업시간: 24시간 연중무휴", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "45b441a27c25f96066af", - "label": "곰탕", - "amount": 10000, + "id": "60e767ae63295d2180ce", + "label": "통닭 1마리", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "45b441a27c25f96066af-history", - "label": "곰탕", - "amount": 10000, + "id": "60e767ae63295d2180ce-history", + "label": "통닭 1마리", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10150", - "name": "24시서울식당", - "businessName": "24시서울식당", - "categorySlug": "korean", - "address": "대전광역시 동구 동서대로 1695번길 53 (용전동)", - "district": "대전광역시 동구", - "latitude": 36.3518040236434, - "longitude": 127.436526849885, - "representativePriceAmount": 7000, - "representativePriceLabel": "김치찌개 백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 백반 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-626-1969 / 영업시간: 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "df97b62fd4855f03d45f", - "label": "김치찌개 백반", - "amount": 7000, + "id": "d430dcd5cab5c8e23a58", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ca4a6e18cd21fb4c1c17", - "label": "우렁된장 백반", + "id": "9ff38b3fb86e70204d14", + "label": "염색", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "10f6d85f58205baa42e3", - "label": "설렁탕", + "id": "d430dcd5cab5c8e23a58-history", + "label": "커트", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9ff38b3fb86e70204d14-history", + "label": "염색", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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" + "reportedAt": "2026-04-05" }, { - "id": "97ca271ec531cda817e3", - "label": "갈비탕", - "amount": 8000, + "id": "99c1841a0aca4d86a084", + "label": "수제비", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "586bb4fd1cf7e792100d", + "label": "쫄면", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "1109a18fce1baf9fa3ea-history", + "label": "칼국수", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "99c1841a0aca4d86a084-history", + "label": "수제비", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "586bb4fd1cf7e792100d-history", + "label": "쫄면", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-282-1933 / 영업시간: 06:00 ~ 19:00 / 매주 수요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "360b54a4464b7a97a3a4", + "label": "이용료", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "82c47b4c16a4a29e816d", + "label": "일반(남)", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "360b54a4464b7a97a3a4-history", + "label": "이용료", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "82c47b4c16a4a29e816d-history", + "label": "일반(남)", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물비빔밥 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "f638b225b0cd7383e1bb", + "label": "콩나물비빔밥", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4325c924996e2b4442a2", + "label": "소고기콩나물밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "f638b225b0cd7383e1bb-history", + "label": "콩나물비빔밥", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4325c924996e2b4442a2-history", + "label": "소고기콩나물밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-738", + "name": "백광컴퓨터크리닝", + "businessName": "백광컴퓨터크리닝", + "categorySlug": "laundry", + "address": "서울특별시 성동구 마조로 59 1층", + "district": "서울특별시 성동구", + "latitude": 37.5632719792507, + "longitude": 127.041494936359, + "representativePriceAmount": 6000, + "representativePriceLabel": "세탁료(정장한벌)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료(정장한벌) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2292-8310 / 영업시간: 일 : 정기휴무 월 ~ 금 : 8:30 ~20 :30 토 : 8:30 ~ 17:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "def170639373d610540c", + "label": "세탁료(정장한벌)", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "43295d36af51fc54b472", + "label": "와이셔츠", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "def170639373d610540c-history", + "label": "세탁료(정장한벌)", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "43295d36af51fc54b472-history", + "label": "와이셔츠", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-626-1969 / 영업시간: 연중무휴", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "df97b62fd4855f03d45f", + "label": "김치찌개 백반", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ca4a6e18cd21fb4c1c17", + "label": "우렁된장 백반", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "10f6d85f58205baa42e3", + "label": "설렁탕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "241cebfb5d95f2402f79", "label": "콩나물해장국", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "42d99941401c900adfeb", "label": "순두부 백반", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "8123b0ac7d0d29408f6d", "label": "청국장 백반", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "8fa540578e4d3e670dcb", "label": "전주비빔밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "f8c644b5f169ea1dcfc7", "label": "돌솥비빔밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "fd927ba1e7a25f824f7a", - "label": "육개장", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "fa2196d03c5bbcfa45ec", "label": "물냉면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "68f721783aeac01b0f0b", - "label": "비빔냉면", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "6c771d7082b6fd5dadf1", "label": "만둣국", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ @@ -730,91 +1197,226 @@ "label": "김치찌개 백반", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "ca4a6e18cd21fb4c1c17-history", "label": "우렁된장 백반", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "10f6d85f58205baa42e3-history", "label": "설렁탕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "97ca271ec531cda817e3-history", - "label": "갈비탕", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "241cebfb5d95f2402f79-history", "label": "콩나물해장국", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "42d99941401c900adfeb-history", "label": "순두부 백반", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "8123b0ac7d0d29408f6d-history", "label": "청국장 백반", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "8fa540578e4d3e670dcb-history", "label": "전주비빔밥", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "f8c644b5f169ea1dcfc7-history", "label": "돌솥비빔밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fd927ba1e7a25f824f7a-history", - "label": "육개장", - "amount": 8000, + "id": "fa2196d03c5bbcfa45ec-history", + "label": "물냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fa2196d03c5bbcfa45ec-history", - "label": "물냉면", + "id": "6c771d7082b6fd5dadf1-history", + "label": "만둣국", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-282-7720 / 영업시간: 09:00 ~ 19:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "f4e0e20600dc3854997e", + "label": "이용료", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "f4e0e20600dc3854997e-history", + "label": "이용료", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-744-8626", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "f2a45b6501b4f06b43a4", + "label": "된장찌개", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" }, { - "id": "68f721783aeac01b0f0b-history", - "label": "비빔냉면", - "amount": 8000, + "id": "2a1c7a9c1192f4dae37c", + "label": "제육덮밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6c771d7082b6fd5dadf1-history", - "label": "만둣국", - "amount": 7000, + "id": "7662b80088e954e58acd", + "label": "비빔밥", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "f2a45b6501b4f06b43a4-history", + "label": "된장찌개", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2a1c7a9c1192f4dae37c-history", + "label": "제육덮밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7662b80088e954e58acd-history", + "label": "비빔밥", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-739", + "name": "벽산세탁", + "businessName": "벽산세탁", + "categorySlug": "laundry", + "address": "서울특별시 성동구 금호로 100 벽산 (아) 상가 6층", + "district": "서울특별시 성동구", + "latitude": 37.5545314695033, + "longitude": 127.026186636459, + "representativePriceAmount": 6000, + "representativePriceLabel": "세탁료", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2298-6675 / 영업시간: 일 : 정기휴무 월 ~ 토 : 8:00 ~20 :00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "9e50a989ffcde394695d", + "label": "세탁료", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "c196b0e2961c58dff8ab", + "label": "와이셔츠", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "9e50a989ffcde394695d-history", + "label": "세탁료", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c196b0e2961c58dff8ab-history", + "label": "와이셔츠", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] @@ -831,9 +1433,9 @@ "representativePriceAmount": 6000, "representativePriceLabel": "선지해장국", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "SBS생방송 투데이 명품맛집 출연", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-256-8686 / 영업시간: 07:00~22:00 / 매주 월요일 정기 휴일", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-256-8686 / 영업시간: 07:00~22:00 / 매주 월요일 정기 휴일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, @@ -843,49 +1445,49 @@ "label": "선지해장국", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "c4c978111dab726e679f", "label": "콩나물해장국", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "d3206eb0e0ca51a4bd7b", "label": "비빔국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "bf6ade39616a62674085", "label": "콩나물비빔밥", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "403f4cceedc11c3b5352", "label": "콩국수(여름)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "f436d23c9f252cc3a788", "label": "냉국수(여름)", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "fdfb1167b37b65c2109c", "label": "잔치국수", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ @@ -894,265 +1496,205 @@ "label": "선지해장국", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "c4c978111dab726e679f-history", "label": "콩나물해장국", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "d3206eb0e0ca51a4bd7b-history", "label": "비빔국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "bf6ade39616a62674085-history", "label": "콩나물비빔밥", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "403f4cceedc11c3b5352-history", "label": "콩국수(여름)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "f436d23c9f252cc3a788-history", "label": "냉국수(여름)", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "fdfb1167b37b65c2109c-history", "label": "잔치국수", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2561", - "name": "강청골순대국밥", - "businessName": "강청골순대국밥", - "categorySlug": "korean", - "address": "대전광역시 동구 동대전로 229 (가양동)", - "district": "대전광역시 동구", - "latitude": 36.3419614517988, - "longitude": 127.447983980001, - "representativePriceAmount": 8000, - "representativePriceLabel": "순대국밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-635-8181 / 영업시간: 09:30 ~ 22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 10분 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-5631-2323 / 영업시간: 10:00~03:00 / 연중무휴", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "81177c1ed8033f658e8f", - "label": "순대국밥", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "149ff55a0f3908c520c5", - "label": "감투국밥", - "amount": 9500, + "id": "805ed0c8d272513bf5a3", + "label": "10분", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "67676e6f2da3f3f8be70", - "label": "고기감자만두", + "id": "572caa1f64e66b284464", + "label": "1시간", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0f44f308fe881207211f", - "label": "수육국밥", - "amount": 8500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "81177c1ed8033f658e8f-history", - "label": "순대국밥", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "149ff55a0f3908c520c5-history", - "label": "감투국밥", - "amount": 9500, + "id": "805ed0c8d272513bf5a3-history", + "label": "10분", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "67676e6f2da3f3f8be70-history", - "label": "고기감자만두", + "id": "572caa1f64e66b284464-history", + "label": "1시간", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "0f44f308fe881207211f-history", - "label": "수육국밥", - "amount": 8500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14317", - "name": "개천식당", - "businessName": "개천식당", + "id": "goodprice-19250", + "name": "맛밥김밥전문점", + "businessName": "맛밥김밥전문점", "categorySlug": "korean", - "address": "대전광역시 동구 대전로779번길 41 (원동) 중앙시장 내 위치", - "district": "대전광역시 동구", - "latitude": 36.32850763956439, - "longitude": 127.43158384633288, - "representativePriceAmount": 9000, - "representativePriceLabel": "만둣국", + "address": "서울특별시 종로구 창경궁로 269 (혜화동) 1층", + "district": "서울특별시 종로구", + "latitude": 37.585295075666664, + "longitude": 127.00073357977945, + "representativePriceAmount": 7500, + "representativePriceLabel": "돈가스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만둣국 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-256-1003 / 영업시간: 11:00~20:00 / 둘째, 넷째주 월요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-747-5425", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b5e7a7cc751575e66fff", - "label": "만둣국", - "amount": 9000, + "id": "dc7ff9fedce2653ece09", + "label": "돈가스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0d6a10ca0a7d28a2ae90", + "id": "0b5d5dab9355115dac84", "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, + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1d44046fe77b92d0c815", - "label": "부추고기만두", - "amount": 8000, + "id": "1b0a0b72c6b4f59e5755", + "label": "라볶이", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b5e7a7cc751575e66fff-history", - "label": "만둣국", - "amount": 9000, + "id": "dc7ff9fedce2653ece09-history", + "label": "돈가스", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0d6a10ca0a7d28a2ae90-history", + "id": "0b5d5dab9355115dac84-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, + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "89cab6923a1e2b09472d-history", - "label": "부추만두튀김", - "amount": 8000, + "id": "1b0a0b72c6b4f59e5755-history", + "label": "라볶이", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-742", + "name": "아씨머리방", + "businessName": "아씨머리방", + "categorySlug": "beauty", + "address": "서울특별시 성동구 고산자로8길 23-1 1층", + "district": "서울특별시 성동구", + "latitude": 37.5582910247082, + "longitude": 127.036506811635, + "representativePriceAmount": 5000, + "representativePriceLabel": "미용료(커트)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2291-2874 / 영업시간: 일 : 정기휴무 월 ~ 토 : 9:00 ~19 :00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "d572293f547483a02696-history", - "label": "개천김치만두", - "amount": 8000, + "id": "d087719efc3dd5952b0f", + "label": "미용료(커트)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "1d44046fe77b92d0c815-history", - "label": "부추고기만두", - "amount": 8000, + "id": "d087719efc3dd5952b0f-history", + "label": "미용료(커트)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] @@ -1169,9 +1711,9 @@ "representativePriceAmount": 1500, "representativePriceLabel": "단팥빵", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 1,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-267-5873 / 영업시간: 설 연휴 3일 외 연중무휴 09:00~22:00", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-267-5873 / 영업시간: 설 연휴 3일 외 연중무휴 09:00~22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, @@ -1181,14 +1723,14 @@ "label": "단팥빵", "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "d2f140054a89f3268c73", "label": "슈크림빵", "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ @@ -1197,7852 +1739,7810 @@ "label": "단팥빵", "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "d2f140054a89f3268c73-history", "label": "슈크림빵", "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2987", - "name": "뉴강남탕", - "businessName": "뉴강남탕", - "categorySlug": "bath", - "address": "울산광역시 중구 당산4길 15 (우정동)", - "district": "울산광역시 중구", - "latitude": 35.5540646829463, - "longitude": 129.310128409134, - "representativePriceAmount": 7500, - "representativePriceLabel": "대인", + "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": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-211-4873 / 영업시간: 정기휴무(매주 수요일) 05:30 ~ 17:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복상의 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-252-6271", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "81b5524f16c4f0bbd3a1", - "label": "대인", - "amount": 7500, + "id": "1a784509b2c55dc1ce18", + "label": "양복상의", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d2d6fbe109f29cc0fe67", - "label": "소인", - "amount": 4500, + "id": "8b2426d21428445f60cf", + "label": "양복하의", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "baa3c7b1c9cecf7fda97", + "label": "셔츠", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "81b5524f16c4f0bbd3a1-history", - "label": "대인", - "amount": 7500, + "id": "1a784509b2c55dc1ce18-history", + "label": "양복상의", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d2d6fbe109f29cc0fe67-history", - "label": "소인", - "amount": 4500, + "id": "8b2426d21428445f60cf-history", + "label": "양복하의", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "baa3c7b1c9cecf7fda97-history", + "label": "셔츠", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10200", - "name": "6000냥돌솥추어탕", - "businessName": "6000냥돌솥추어탕", + "id": "goodprice-16044", + "name": "복코돼지", + "businessName": "복코돼지", "categorySlug": "korean", - "address": "세종특별자치시 조치원읍 새내10길 61", - "district": "세종특별자치시 조치원읍", - "latitude": 36.6008005980251, - "longitude": 127.301683744225, + "address": "서울특별시 종로구 종로 232 (종로5가) 1층", + "district": "서울특별시 종로구", + "latitude": 37.570761508765074, + "longitude": 127.00353272937728, "representativePriceAmount": 7000, - "representativePriceLabel": "돌솥추어탕", + "representativePriceLabel": "김치찌개(점심)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥추어탕 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-864-2133", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개(점심) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2271-5989 / 영업시간: 10:00~22:00(일요일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8caee87a41b8d7569d17", - "label": "돌솥추어탕", + "id": "90b8964717454311b3c1", + "label": "김치찌개(점심)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "df13da9bfacdc2a6196d", - "label": "돈가스", + "id": "e681d716facfe8474855", + "label": "황태해장국(점심)", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1308d2d6a76ac72e96d5", + "label": "제육볶음(점심)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8caee87a41b8d7569d17-history", - "label": "돌솥추어탕", + "id": "90b8964717454311b3c1-history", + "label": "김치찌개(점심)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "df13da9bfacdc2a6196d-history", - "label": "돈가스", + "id": "e681d716facfe8474855-history", + "label": "황태해장국(점심)", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1308d2d6a76ac72e96d5-history", + "label": "제육볶음(점심)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19179", - "name": "광진손짜장", - "businessName": "광진손짜장", - "categorySlug": "chinese", - "address": "세종특별자치시 조치원읍 새내10길 27 1층", - "district": "세종특별자치시 조치원읍", - "latitude": 36.60059049054393, - "longitude": 127.29972619189017, - "representativePriceAmount": 3000, - "representativePriceLabel": "짜장면", + "id": "goodprice-248", + "name": "그린세탁", + "businessName": "그린세탁", + "categorySlug": "laundry", + "address": "서울특별시 광진구 뚝섬로54길 57 (자양동)", + "district": "서울특별시 광진구", + "latitude": 37.5291163464876, + "longitude": 127.079923539429, + "representativePriceAmount": 4000, + "representativePriceLabel": "의복수선료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-865-3657", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 의복수선료 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-456-8301 / 영업시간: 월 ~ 토 10:00 ~ 19:00 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7eb87fba685d5dc64049", - "label": "짜장면", - "amount": 3000, + "id": "cbd69f19822ee58fad5f", + "label": "의복수선료", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "207dd0c797e556814196", - "label": "짬뽕", - "amount": 5000, + "id": "4f90ff5033d286abe9bf", + "label": "양복세탁료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7eb87fba685d5dc64049-history", - "label": "짜장면", - "amount": 3000, + "id": "cbd69f19822ee58fad5f-history", + "label": "의복수선료", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "4f90ff5033d286abe9bf-history", + "label": "양복세탁료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16371", - "name": "(권선)컷트클럽", - "businessName": "(권선)컷트클럽", - "categorySlug": "beauty", - "address": "경기도 수원시 권선구 금곡로 46 (금곡동, 호매실역 서희 스타힐스) 나동 103호", - "district": "경기도 수원시", - "latitude": 37.27181301997054, - "longitude": 126.938271063389, - "representativePriceAmount": 9000, - "representativePriceLabel": "남성커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-297-2979 / 영업시간: 10:00~20:00 첫째,셋째주 화요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥추어탕 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-864-2133", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9a977b0c6b18c9d56d14", - "label": "남성커트", - "amount": 9000, + "id": "8caee87a41b8d7569d17", + "label": "돌솥추어탕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "349c4044f54ea0c836f4", - "label": "여성커트", - "amount": 10000, + "id": "df13da9bfacdc2a6196d", + "label": "돈가스", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9a977b0c6b18c9d56d14-history", - "label": "남성커트", - "amount": 9000, + "id": "8caee87a41b8d7569d17-history", + "label": "돌솥추어탕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "349c4044f54ea0c836f4-history", - "label": "여성커트", - "amount": 10000, + "id": "df13da9bfacdc2a6196d-history", + "label": "돈가스", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3406", - "name": "(장안)컷트클럽", - "businessName": "(장안)컷트클럽", + "id": "goodprice-6322", + "name": "경아미용실", + "businessName": "경아미용실", "categorySlug": "beauty", - "address": "경기도 수원시 장안구 조원로 100 .", - "district": "경기도 수원시", - "latitude": 37.301600598246, - "longitude": 127.015159002188, - "representativePriceAmount": 8000, - "representativePriceLabel": "남성커트", + "address": "경상북도 포항시 남구 송림로 61", + "district": "경상북도 포항시", + "latitude": 36.0352517105272, + "longitude": 129.374922321202, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-246-6306 / 영업시간: 10:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-247-4573 / 영업시간: 09시~18시 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "500ebdcebe9a75361eb5", - "label": "남성커트", - "amount": 8000, + "id": "31fe6dcc868ed7289379", + "label": "커트", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9c20aefc22d461ac9c6d", + "label": "기타 성인여자커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "500ebdcebe9a75361eb5-history", - "label": "남성커트", - "amount": 8000, + "id": "31fe6dcc868ed7289379-history", + "label": "커트", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9c20aefc22d461ac9c6d-history", + "label": "기타 성인여자커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14932", - "name": "24시 전주국밥(콩마루)", - "businessName": "24시 전주국밥(콩마루)", + "id": "goodprice-17542", + "name": "불백당", + "businessName": "불백당", "categorySlug": "korean", - "address": "경기도 수원시 영통구 청명남로 46 (영통동) 1층", - "district": "경기도 수원시", - "latitude": 37.25344290305785, - "longitude": 127.0765394153501, - "representativePriceAmount": 6000, - "representativePriceLabel": "콩나물국밥", + "address": "서울특별시 종로구 우정국로2길 34 (관철동) 1층", + "district": "서울특별시 종로구", + "latitude": 37.56946019643439, + "longitude": 126.98494601675547, + "representativePriceAmount": 5500, + "representativePriceLabel": "고추장불백", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-202-3324 / 영업시간: 06:30~22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고추장불백 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-722-0086", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5d12ac001cdb365a29d6", - "label": "콩나물국밥", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "1f1a95d628d95c907349", - "label": "콩나물비빔밥", - "amount": 7500, + "id": "98d9c05fee2aa79a4a0d", + "label": "고추장불백", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f1d408248dc704abc628", - "label": "돌솥밥", - "amount": 8000, + "id": "c508865947f43112feb1", + "label": "갈비양념불백", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "53302cdfb9883c71c963", - "label": "김치콩나물국밥", - "amount": 7000, + "id": "b7b9eca4f669fa51c1ea", + "label": "오삼불백", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5d12ac001cdb365a29d6-history", - "label": "콩나물국밥", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "1f1a95d628d95c907349-history", - "label": "콩나물비빔밥", - "amount": 7500, + "id": "98d9c05fee2aa79a4a0d-history", + "label": "고추장불백", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f1d408248dc704abc628-history", - "label": "돌솥밥", - "amount": 8000, + "id": "c508865947f43112feb1-history", + "label": "갈비양념불백", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "53302cdfb9883c71c963-history", - "label": "김치콩나물국밥", - "amount": 7000, + "id": "b7b9eca4f669fa51c1ea-history", + "label": "오삼불백", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16372", - "name": "Bestie(카페베스티)", - "businessName": "Bestie(카페베스티)", - "categorySlug": "other-food", - "address": "경기도 수원시 권선구 권광로 87 (권선동) 2층", - "district": "경기도 수원시", - "latitude": 37.255736139357296, - "longitude": 127.02931494445001, - "representativePriceAmount": 2500, - "representativePriceLabel": "아메리카노", + "id": "goodprice-249", + "name": "동현세탁", + "businessName": "동현세탁", + "categorySlug": "laundry", + "address": "서울특별시 광진구 뚝섬로52라길 65 (자양동)", + "district": "서울특별시 광진구", + "latitude": 37.5293850230579, + "longitude": 127.082158673972, + "representativePriceAmount": 7000, + "representativePriceLabel": "양복세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-221-2034 / 영업시간: 10:00~19:00 매주일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-458-6268 / 영업시간: 월 ~ 토 10:00 ~ 19:00 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "95bb42015d456e08b7ed", - "label": "아메리카노", - "amount": 2500, + "id": "88c54a2d9560e6d22bf8", + "label": "양복세탁료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "3b5dab6837a9b3576ba5", + "label": "의복수선료", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "95bb42015d456e08b7ed-history", - "label": "아메리카노", - "amount": 2500, + "id": "88c54a2d9560e6d22bf8-history", + "label": "양복세탁료", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "3b5dab6837a9b3576ba5-history", + "label": "의복수선료", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4336", - "name": "가고파미용실", - "businessName": "가고파미용실", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 안마산로 216 (퇴계동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8495302656251, - "longitude": 127.737647046448, - "representativePriceAmount": 5000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-262-9488 / 영업시간: 첫째, 셋째 화요일 휴무 여름 08;30-19:30 겨울 09:00-19:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-865-3657", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e2ac7533fec6c035ecaa", - "label": "커트", - "amount": 5000, + "id": "7eb87fba685d5dc64049", + "label": "짜장면", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4a1c547a4de6094510b4", - "label": "염색", - "amount": 10000, + "id": "207dd0c797e556814196", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e2ac7533fec6c035ecaa-history", - "label": "커트", - "amount": 5000, + "id": "7eb87fba685d5dc64049-history", + "label": "짜장면", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4a1c547a4de6094510b4-history", - "label": "염색", - "amount": 10000, + "id": "207dd0c797e556814196-history", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15775", - "name": "2교시간식시간", - "businessName": "2교시간식시간", - "categorySlug": "korean", - "address": "충청북도 청주시 서원구 서원남로 62 (모충동) 1층", - "district": "충청북도 청주시", - "latitude": 36.622448560220946, - "longitude": 127.48123556595677, - "representativePriceAmount": 9000, - "representativePriceLabel": "돈가스", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-288-7473", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 9시30분~17시 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "03afe48b29e4cbc95127", - "label": "돈가스", - "amount": 9000, + "id": "29322a23a4fce53c70d1", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "03afe48b29e4cbc95127-history", - "label": "돈가스", - "amount": 9000, + "id": "29322a23a4fce53c70d1-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4736", - "name": "357짜장 짬뽕", - "businessName": "357짜장 짬뽕", - "categorySlug": "chinese", - "address": "충청북도 청주시 청원구 내덕로 19 1층(내덕동)", - "district": "충청북도 청주시", - "latitude": 36.6565710804677, - "longitude": 127.482796815455, - "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-225-3357 / 영업시간: 매일 17:00-05:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장뚝배기 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-765-4683 / 영업시간: 매일(연중휴무) 06:00-21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fbb8fd31377f5efb6683", - "label": "짜장면", - "amount": 5000, + "id": "2bb0c68db03d24cfb08c", + "label": "된장뚝배기", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c8364329a9f59fa313d3", - "label": "짬뽕", + "id": "b6fd9b9c9a5913724d73", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bf34a6fe2a9ec1834f76", - "label": "짬 뽕", + "id": "e221d77ff5f21605419a", + "label": "순두부뚝배기", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "24fbfa95674453c3c62c", + "label": "황기반계탕", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e0808b8abe987072d2b4", + "label": "고추장 매운찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "18f03e73f70dc1a02d53", + "label": "돼지불고기뚝배기", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c8df1ea7191cb9e76949", + "label": "소고기미역국", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "d8c42cc8525b67c45859", + "label": "고등어조림", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "787a33431a7139a3a5d3", + "label": "생선백반", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2f505184b539a6f5e169", + "label": "사골곰탕", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fbb8fd31377f5efb6683-history", - "label": "짜장면", - "amount": 5000, + "id": "2bb0c68db03d24cfb08c-history", + "label": "된장뚝배기", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c8364329a9f59fa313d3-history", - "label": "짬뽕", + "id": "b6fd9b9c9a5913724d73-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bf34a6fe2a9ec1834f76-history", - "label": "짬 뽕", + "id": "e221d77ff5f21605419a-history", + "label": "순두부뚝배기", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "24fbfa95674453c3c62c-history", + "label": "황기반계탕", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e0808b8abe987072d2b4-history", + "label": "고추장 매운찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "18f03e73f70dc1a02d53-history", + "label": "돼지불고기뚝배기", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c8df1ea7191cb9e76949-history", + "label": "소고기미역국", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "d8c42cc8525b67c45859-history", + "label": "고등어조림", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "787a33431a7139a3a5d3-history", + "label": "생선백반", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2f505184b539a6f5e169-history", + "label": "사골곰탕", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "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": "돈카츠", + "id": "goodprice-250", + "name": "으뜸크리닝", + "businessName": "으뜸크리닝", + "categorySlug": "laundry", + "address": "서울특별시 광진구 아차산로51길 74 (구의동)", + "district": "서울특별시 광진구", + "latitude": 37.5401684513294, + "longitude": 127.085108450352, + "representativePriceAmount": 5000, + "representativePriceLabel": "의복수선료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 돈카츠 9,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 11:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 의복수선료 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-446-1756 / 영업시간: 월~금 09:00 ~ 21:00 토 09:00 ~ 16:00 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dd6ca8cc10c7a0d9243c", - "label": "돈카츠", - "amount": 9500, + "id": "497687460fa6125cffba", + "label": "의복수선료", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dd6ca8cc10c7a0d9243c-history", - "label": "돈카츠", - "amount": 9500, + "id": "497687460fa6125cffba-history", + "label": "의복수선료", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "추어탕", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-256-9900", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 유니자장 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-865-0655", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9a066c6e02ff8cec2425", - "label": "추어탕", - "amount": 10000, + "id": "1d8570cb6f7cf7ae659f", + "label": "유니자장", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9a066c6e02ff8cec2425-history", - "label": "추어탕", - "amount": 10000, + "id": "1d8570cb6f7cf7ae659f-history", + "label": "유니자장", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4909", - "name": "9000냥프로헤어", - "businessName": "9000냥프로헤어", - "categorySlug": "beauty", - "address": "충청남도 천안시 동남구 충무로 412-27 2층(영성동)", - "district": "충청남도 천안시", - "latitude": 36.7971238482422, - "longitude": 127.151205811449, - "representativePriceAmount": 9000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 09:30~19:00 정기휴무(매주 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-227-2459 / 영업시간: 5:00-22:00 연중무휴", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c610564b7ba9ddf10570", - "label": "커트", - "amount": 9000, + "id": "2ecce32d8db27ece1f28", + "label": "목욕", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c610564b7ba9ddf10570-history", - "label": "커트", - "amount": 9000, + "id": "2ecce32d8db27ece1f28-history", + "label": "목욕", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4935", - "name": "가마솥 선지국밥", - "businessName": "가마솥 선지국밥", - "categorySlug": "korean", - "address": "충청남도 천안시 동남구 사직로 2-2 1층(사직동)", - "district": "충청남도 천안시", - "latitude": 36.8003866595724, - "longitude": 127.149801708648, - "representativePriceAmount": 5000, - "representativePriceLabel": "선지국밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지국밥 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-574-5665 / 영업시간: 07:00~19:00 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 에그듬뿍샌드위치 4,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-722-5891 / 영업시간: 10:00~19:30 토, 일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "10bfc424eaaaed18b6df", - "label": "선지국밥", - "amount": 5000, + "id": "572aae6e386976cd09db", + "label": "에그듬뿍샌드위치", + "amount": 4900, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d19637cfa84a052c76c6", + "label": "그린샐러드", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a26d4fe5f1d8762b295c", + "label": "닭가슴살샐러드", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "10bfc424eaaaed18b6df-history", - "label": "선지국밥", - "amount": 5000, + "id": "572aae6e386976cd09db-history", + "label": "에그듬뿍샌드위치", + "amount": 4900, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d19637cfa84a052c76c6-history", + "label": "그린샐러드", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a26d4fe5f1d8762b295c-history", + "label": "닭가슴살샐러드", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11752", - "name": "가화손만두 옛날통닭", - "businessName": "가화손만두 옛날통닭", - "categorySlug": "korean", - "address": "충청남도 천안시 동남구 큰재빼기길 28 (오룡동)", - "district": "충청남도 천안시", - "latitude": 36.8039869569013, - "longitude": 127.149159570599, - "representativePriceAmount": 8000, - "representativePriceLabel": "옛날통닭", + "id": "goodprice-13787", + "name": "중원사", + "businessName": "중원사", + "categorySlug": "laundry", + "address": "서울특별시 광진구 천호대로135길 8 (구의동) 1층", + "district": "서울특별시 광진구", + "latitude": 37.54986623666149, + "longitude": 127.09226460318719, + "representativePriceAmount": 3000, + "representativePriceLabel": "의복수선료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날통닭 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-558-0863 / 영업시간: 08:00~20:00 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 의복수선료 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "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": "찐빵", + "id": "ed62e53e9e8aed7755f5", + "label": "의복수선료", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "찐빵", + "id": "ed62e53e9e8aed7755f5-history", + "label": "의복수선료", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16879", - "name": "강짬뽕", - "businessName": "강짬뽕", - "categorySlug": "chinese", - "address": "충청남도 천안시 동남구 신부12길 12 (신부동) 1층", - "district": "충청남도 천안시", - "latitude": 36.81807192926583, - "longitude": 127.15946515907602, + "id": "goodprice-14932", + "name": "24시 전주국밥(콩마루)", + "businessName": "24시 전주국밥(콩마루)", + "categorySlug": "korean", + "address": "경기도 수원시 영통구 청명남로 46 (영통동) 1층", + "district": "경기도 수원시", + "latitude": 37.25344290305785, + "longitude": 127.0765394153501, "representativePriceAmount": 6000, - "representativePriceLabel": "자장면", + "representativePriceLabel": "콩나물국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1357-6142 / 영업시간: 영업시간 10:30~20:00 휴무일 매주 월요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-202-3324 / 영업시간: 06:30~22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "27e8a45f07882ea086db", - "label": "자장면", + "id": "5d12ac001cdb365a29d6", + "label": "콩나물국밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f951b96a01afae6625f6", - "label": "짬뽕", - "amount": 8000, + "id": "1f1a95d628d95c907349", + "label": "콩나물비빔밥", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "53302cdfb9883c71c963", + "label": "김치콩나물국밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "27e8a45f07882ea086db-history", - "label": "자장면", + "id": "5d12ac001cdb365a29d6-history", + "label": "콩나물국밥", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f951b96a01afae6625f6-history", - "label": "짬뽕", - "amount": 8000, + "id": "1f1a95d628d95c907349-history", + "label": "콩나물비빔밥", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "53302cdfb9883c71c963-history", + "label": "김치콩나물국밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5413", - "name": "나눔공정카페", - "businessName": "나눔공정카페", - "categorySlug": "other-food", - "address": "전북특별자치도 전주시 완산구 전룡4길 8 1층", - "district": "전북특별자치도 전주시", - "latitude": 35.8258068254203, - "longitude": 127.119654841458, - "representativePriceAmount": 1800, - "representativePriceLabel": "아메리카노", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,800원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-278-9799", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 컷트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "0542ea396478a8472b1b", - "label": "아메리카노", - "amount": 1800, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "99aad9fdd1f6494a549a", - "label": "카페라떼", - "amount": 3000, + "id": "02baad9c2ca802b6cfef", + "label": "컷트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "22c7f585bd12c29b5191", - "label": "(수제)자몽차, 레몬차", - "amount": 3500, + "id": "c850dce8fe7a02fc11a8", + "label": "염색", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0542ea396478a8472b1b-history", - "label": "아메리카노", - "amount": 1800, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "99aad9fdd1f6494a549a-history", - "label": "카페라떼", - "amount": 3000, + "id": "02baad9c2ca802b6cfef-history", + "label": "컷트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "22c7f585bd12c29b5191-history", - "label": "(수제)자몽차, 레몬차", - "amount": 3500, + "id": "c850dce8fe7a02fc11a8-history", + "label": "염색", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11329", - "name": "경남식당", - "businessName": "경남식당", - "categorySlug": "chinese", - "address": "전라남도 목포시 산대로2번길 3-2 (산정동)", - "district": "전라남도 목포시", - "latitude": 34.8024474268616, - "longitude": 126.391838705576, - "representativePriceAmount": 5000, - "representativePriceLabel": "자장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-272-8111", + "lastPriceUpdatedAt": "2026-04-05", + "description": "테이크아웃 시 예쁜 캔에 실링하여 편하게 가지고 가실 수 있도록 포장해드립니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-5827-9542 / 영업시간: 영업시간 : 월~금 06:00 ~ 15:00 / 토 06:00 ~ 13:00 휴무일 : 일요일, 공휴일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "628a76247a4348727d95", - "label": "자장면", - "amount": 5000, + "id": "aebe8bb4831474a64dc6", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d3e8dfe6f7fe8aa595fc", - "label": "짬뽕", - "amount": 7000, + "id": "5b76cbc9342d19e56ac5", + "label": "카페라떼", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "40ccd46eaf04de17ea10", - "label": "볶음밥", - "amount": 7000, + "id": "d75fa438dc234fc55a4b", + "label": "에이드/스무디", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "628a76247a4348727d95-history", - "label": "자장면", - "amount": 5000, + "id": "aebe8bb4831474a64dc6-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d3e8dfe6f7fe8aa595fc-history", - "label": "짬뽕", - "amount": 7000, + "id": "5b76cbc9342d19e56ac5-history", + "label": "카페라떼", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "40ccd46eaf04de17ea10-history", - "label": "볶음밥", - "amount": 7000, + "id": "d75fa438dc234fc55a4b-history", + "label": "에이드/스무디", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15142", - "name": "경성회관", - "businessName": "경성회관", - "categorySlug": "korean", - "address": "전라남도 목포시 용당로 54 (산정동) 1층", - "district": "전라남도 목포시", - "latitude": 34.792331194754645, - "longitude": 126.4023009728321, - "representativePriceAmount": 10000, - "representativePriceLabel": "청국장 백반", + "id": "goodprice-252", + "name": "한일세탁", + "businessName": "한일세탁", + "categorySlug": "laundry", + "address": "서울특별시 광진구 자양번영로5길 7 (자양동)", + "district": "서울특별시 광진구", + "latitude": 37.5323210771224, + "longitude": 127.074899542077, + "representativePriceAmount": 3000, + "representativePriceLabel": "의복수선료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 백반 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-5993", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 의복수선료 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-447-2856 / 영업시간: 월~토 09:00 ~ 19:00 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "df51362a43ce9e05d0ea", - "label": "청국장 백반", - "amount": 10000, + "id": "e7e5e620fe7028dfd498", + "label": "의복수선료", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d8b6852a2d7bca07901c", - "label": "김치찌개 백반", - "amount": 10000, + "id": "69b7df717db797d8cd1c", + "label": "양복세탁료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "df51362a43ce9e05d0ea-history", - "label": "청국장 백반", - "amount": 10000, + "id": "e7e5e620fe7028dfd498-history", + "label": "의복수선료", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d8b6852a2d7bca07901c-history", - "label": "김치찌개 백반", - "amount": 10000, + "id": "69b7df717db797d8cd1c-history", + "label": "양복세탁료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15158", - "name": "고향삼겹살", - "businessName": "고향삼겹살", - "categorySlug": "korean", - "address": "전라남도 목포시 영산로 691 (석현동) 고향삼겹살", - "district": "전라남도 목포시", - "latitude": 34.82641754948634, - "longitude": 126.42137100869118, - "representativePriceAmount": 9000, - "representativePriceLabel": "청국장", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-281-3931", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-221-2034 / 영업시간: 10:00~19:00 매주일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "57881a1dcd7f7fee2049", - "label": "청국장", - "amount": 9000, + "id": "95bb42015d456e08b7ed", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "57881a1dcd7f7fee2049-history", - "label": "청국장", - "amount": 9000, + "id": "95bb42015d456e08b7ed-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "잔치국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 07:30~19시30분 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 08:00~17:30 정기휴무(매월 1일, 15일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e9d37e23106dbae83c25", - "label": "잔치국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "9b14ba5b4e426b9ed0a8", - "label": "콩국수", + "id": "799b3be66829861ba64b", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "980c8483067c1f551f07", - "label": "비빔국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e9d37e23106dbae83c25-history", - "label": "잔치국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "9b14ba5b4e426b9ed0a8-history", - "label": "콩국수", + "id": "799b3be66829861ba64b-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "980c8483067c1f551f07-history", - "label": "비빔국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6384", - "name": "감자바위", - "businessName": "감자바위", + "id": "goodprice-15002", + "name": "스윗샐러드", + "businessName": "스윗샐러드", "categorySlug": "korean", - "address": "경상북도 포항시 남구 연일읍 유강길9번길 32 감자바위", - "district": "경상북도 포항시", - "latitude": 36.0033909011122, - "longitude": 129.316527350566, - "representativePriceAmount": 8000, - "representativePriceLabel": "비빔밥", + "address": "서울특별시 종로구 종로1길 50 (중학동) 지하1층", + "district": "서울특별시 종로구", + "latitude": 37.57491239937121, + "longitude": 126.97896535083947, + "representativePriceAmount": 7900, + "representativePriceLabel": "버섯샐러드", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-272-8877", + "lastPriceUpdatedAt": "2026-04-05", + "description": "구운 계란, 푸실리, 오이 피클, 할라피뇨, 통밀빵 등 매일 매일 다른 재료의 무료 토핑을 제공하고 있습니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-733-3225 / 영업시간: 영업시간 : 11:00-20:00 (휴게시간 14:30-16:30) 휴무일 : 주말 및 공휴일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "41923ace59b89f149d63", - "label": "비빔밥", - "amount": 8000, + "id": "c1db80d47fa5fe7f6e16", + "label": "버섯샐러드", + "amount": 7900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "41923ace59b89f149d63-history", - "label": "비빔밥", - "amount": 8000, + "id": "c1db80d47fa5fe7f6e16-history", + "label": "버섯샐러드", + "amount": 7900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "꽈배기", + "id": "goodprice-271", + "name": "헤어라인", + "businessName": "헤어라인", + "categorySlug": "beauty", + "address": "서울특별시 광진구 광나루로30나길 6-1", + "district": "서울특별시 광진구", + "latitude": 37.5436236638171, + "longitude": 127.082097011554, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "이화월드프라자상가 내 1층", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-245-7939", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 목~화 09:00 ~ 21:00 수 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c8f47db80be51eb49d16", - "label": "꽈배기", - "amount": 500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "2ed6791c52b828305f40", - "label": "팥씨앗도너츠", - "amount": 1500, + "id": "e7c7fec36bb44f1d8aa1", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c8f47db80be51eb49d16-history", - "label": "꽈배기", - "amount": 500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "2ed6791c52b828305f40-history", - "label": "팥씨앗도너츠", - "amount": 1500, + "id": "e7c7fec36bb44f1d8aa1-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19285", - "name": "강남추어탕", - "businessName": "강남추어탕", - "categorySlug": "korean", - "address": "경상남도 창원시 진해구 중원로85번길 18 (화천동) 강남추어탕", - "district": "경상남도 창원시", - "latitude": 35.15213845076089, - "longitude": 128.65821162206046, - "representativePriceAmount": 9000, - "representativePriceLabel": "추어탕", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-541-5033", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-225-3357 / 영업시간: 매일 17:00-05:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3640f861d8b74ede7232", - "label": "추어탕", - "amount": 9000, + "id": "fbb8fd31377f5efb6683", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9b7f34ec6e82a23746c9", - "label": "순두부 정식", - "amount": 8000, + "id": "c8364329a9f59fa313d3", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ee83be5bb2ed6dcfe054", - "label": "시래기 정식", - "amount": 8000, + "id": "bf34a6fe2a9ec1834f76", + "label": "짬 뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3640f861d8b74ede7232-history", - "label": "추어탕", - "amount": 9000, + "id": "fbb8fd31377f5efb6683-history", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9b7f34ec6e82a23746c9-history", - "label": "순두부 정식", - "amount": 8000, + "id": "c8364329a9f59fa313d3-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ee83be5bb2ed6dcfe054-history", - "label": "시래기 정식", - "amount": 8000, + "id": "bf34a6fe2a9ec1834f76-history", + "label": "짬 뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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원)", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 HOT(ICE +500원) 1,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1428-2177", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장한벌 6,100원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-278-2788", "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, + "id": "ac950f07c547d294a204", + "label": "정장한벌", + "amount": 6100, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c1f1a2a27d9a0ff8f4b9", - "label": "한방차", - "amount": 3000, + "id": "c192f6731539b045a68e", + "label": "와이셔츠", + "amount": 1900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "ac950f07c547d294a204-history", + "label": "정장한벌", + "amount": 6100, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c1f1a2a27d9a0ff8f4b9-history", - "label": "한방차", - "amount": 3000, + "id": "c192f6731539b045a68e-history", + "label": "와이셔츠", + "amount": 1900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10627", - "name": "24시국수회관", - "businessName": "24시국수회관", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 남성로 122-1", - "district": "제주특별자치도 제주시", - "latitude": 33.5087686026345, - "longitude": 126.518427788905, - "representativePriceAmount": 8000, - "representativePriceLabel": "순대국밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-702-1162", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 맥심커피 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-764-1100", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7fb45907af5738af6d21", - "label": "순대국밥", - "amount": 8000, + "id": "55f21ee37fad20742c81", + "label": "맥심커피", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6464c7f6d87e3f3388a9", - "label": "고기국수", - "amount": 8000, + "id": "48f4faf835f12c5b1aca", + "label": "녹차", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7fb45907af5738af6d21-history", - "label": "순대국밥", - "amount": 8000, + "id": "55f21ee37fad20742c81-history", + "label": "맥심커피", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6464c7f6d87e3f3388a9-history", - "label": "고기국수", - "amount": 8000, + "id": "48f4faf835f12c5b1aca-history", + "label": "녹차", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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일", + "id": "goodprice-11179", + "name": "경로이발관", + "businessName": "경로이발관", + "categorySlug": "barber", + "address": "서울특별시 동대문구 왕산로 175-1 (제기동) 2층", + "district": "서울특별시 동대문구", + "latitude": 37.57961025550147, + "longitude": 127.0426591413119, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "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새해첫날휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-8798-2717", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "37459ec7ac4cc2983b05", - "label": "1일", - "amount": 10000, + "id": "7024177710b582aaae63", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "37459ec7ac4cc2983b05-history", - "label": "1일", - "amount": 10000, + "id": "7024177710b582aaae63-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7203", - "name": "가람", - "businessName": "가람", + "id": "goodprice-4935", + "name": "가마솥 선지국밥", + "businessName": "가마솥 선지국밥", "categorySlug": "korean", - "address": "제주특별자치도 제주시 복지로북길 4 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.4888491368419, - "longitude": 126.520646841034, - "representativePriceAmount": 10000, - "representativePriceLabel": "추어탕", + "address": "충청남도 천안시 동남구 사직로 2-2 1층(사직동)", + "district": "충청남도 천안시", + "latitude": 36.8003866595724, + "longitude": 127.149801708648, + "representativePriceAmount": 5000, + "representativePriceLabel": "선지국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-756-0012 / 영업시간: 매일 09:00-21:00 토요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지국밥 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-574-5665 / 영업시간: 07:00~19: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, + "id": "10bfc424eaaaed18b6df", + "label": "선지국밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d64795c2c718505cf336-history", - "label": "추어탕", - "amount": 10000, + "id": "10bfc424eaaaed18b6df-history", + "label": "선지국밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이크리닝(하의) 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-256-9047 / 영업시간: 영업시간: 07:00 ~ 19:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "d295198876104e99dab4-history", - "label": "고사리육개장", - "amount": 9000, + "id": "93f539f8cfc41416b859", + "label": "드라이크리닝(하의)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5459042df9035ef44fdb-history", - "label": "닭칼국수", - "amount": 8000, + "id": "cd76f2e3262ca78bc590", + "label": "드라이크리닝(상의)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "bd4d62ae4cde0a46c8d7-history", - "label": "돌솥밥추어탕", - "amount": 10000, + "id": "93f539f8cfc41416b859-history", + "label": "드라이크리닝(하의)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "177eaa4addc85646657a-history", - "label": "일품닭칼국수", - "amount": 8000, + "id": "cd76f2e3262ca78bc590-history", + "label": "드라이크리닝(상의)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16639", - "name": "남도식당", - "businessName": "남도식당", - "categorySlug": "chinese", - "address": "서울특별시 종로구 종로 374-1 (숭인동) 1층", + "id": "goodprice-17558", + "name": "완판생국수", + "businessName": "완판생국수", + "categorySlug": "korean", + "address": "서울특별시 종로구 종로 258 (종로6가) 1층", "district": "서울특별시 종로구", - "latitude": 37.5737068376897, - "longitude": 127.01922365532883, - "representativePriceAmount": 3500, - "representativePriceLabel": "짜장면", + "latitude": 37.5706572089172, + "longitude": 127.00647971676864, + "representativePriceAmount": 5500, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2234-5544 / 영업시간: 매일 10:00 - 21:30 (명절 당일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2272-0066", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5fa694c0c7efd2c74cc6", - "label": "짜장면", - "amount": 3500, + "id": "eb2e7363c89139327d93", + "label": "멸치국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "ca9234c7e96562216df5", - "label": "우동", - "amount": 3500, + "id": "eb2e7363c89139327d93-history", + "label": "멸치국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-16151", + "name": "오드리스튜디오", + "businessName": "오드리스튜디오", + "categorySlug": "other-service", + "address": "서울특별시 동대문구 회기로 162 (회기동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.590585672307064, + "longitude": 127.05390121670456, + "representativePriceAmount": 7900, + "representativePriceLabel": "증명사진", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 증명사진 7,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-969-7475", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "70fce31d335253c3f16c", - "label": "탕수육", - "amount": 4000, + "id": "1be222063a4425408049", + "label": "증명사진", + "amount": 7900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5fa694c0c7efd2c74cc6-history", - "label": "짜장면", - "amount": 3500, + "id": "1be222063a4425408049-history", + "label": "증명사진", + "amount": 7900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1357-6142 / 영업시간: 영업시간 10:30~20:00 휴무일 매주 월요일", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "ca9234c7e96562216df5-history", - "label": "우동", - "amount": 3500, + "id": "27e8a45f07882ea086db", + "label": "자장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "70fce31d335253c3f16c-history", - "label": "탕수육", - "amount": 4000, + "id": "27e8a45f07882ea086db-history", + "label": "자장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11579", - "name": "눈나무집", - "businessName": "눈나무집", - "categorySlug": "korean", - "address": "서울특별시 종로구 삼청로 136-1 1층", - "district": "서울특별시 종로구", - "latitude": 37.5874798577018, - "longitude": 126.981887109774, - "representativePriceAmount": 6500, - "representativePriceLabel": "김치말이국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치말이국수 6,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-739-6742", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 학생커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-276-0479", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b8c116b0d27e0665b6d5", - "label": "김치말이국수", - "amount": 6500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "9cb869347bd6a1506cf8", - "label": "김치볶음밥", - "amount": 6500, + "id": "fd7465cbf63d5ce69aae", + "label": "학생커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b8c116b0d27e0665b6d5-history", - "label": "김치말이국수", - "amount": 6500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "9cb869347bd6a1506cf8-history", - "label": "김치볶음밥", - "amount": 6500, + "id": "fd7465cbf63d5ce69aae-history", + "label": "학생커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-946", - "name": "돈까스보라", - "businessName": "돈까스보라", - "categorySlug": "western", - "address": "서울특별시 종로구 대학로5길 5 (연건동)", + "id": "goodprice-944", + "name": "왕관커피숍", + "businessName": "왕관커피숍", + "categorySlug": "other-food", + "address": "서울특별시 종로구 종로 222 (종로5가)", "district": "서울특별시 종로구", - "latitude": 37.5781982996716, - "longitude": 127.001695852612, - "representativePriceAmount": 7000, - "representativePriceLabel": "수제 돈까스", + "latitude": 37.570760396587, + "longitude": 127.002357657235, + "representativePriceAmount": 2000, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 수제 돈까스 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-741-3455 / 영업시간: 10:00~19:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2266-8365 / 영업시간: 09:00~18:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "161f06011a9c632033da", - "label": "수제 돈까스", - "amount": 7000, + "id": "589b50ab85c3d3b1339b", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "52385f46e7f987997c56", - "label": "돈까스정식", - "amount": 8000, + "id": "a13c9d3d8da8bd238191", + "label": "국산차", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f82184cd6efa27098bbc", - "label": "생선까스", - "amount": 8000, + "id": "0da9e5fac80ae607b184", + "label": "냉커피", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "89edba03d99da739e832", - "label": "생선까스정식", - "amount": 9000, + "id": "4051288f2212f7110ff5", + "label": "대추차", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b7dcb1baa972a47a5e3f", - "label": "치즈돈까스", - "amount": 8000, + "id": "9681f1d0f0ab1e0a2686", + "label": "둥굴레차", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "247ec5a88e49e063cd3c", - "label": "치즈돈까스정식", - "amount": 10000, + "id": "288da99611c4d647cc83", + "label": "레몬차", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7f5036f7fb2ab997bf9d", - "label": "치킨까스정식", - "amount": 7000, + "id": "f36a175292c51d3eec5b", + "label": "마차", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "925a6a927ae2b424a2ca", + "label": "매실차", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ca29ecf06b2079fcab10", + "label": "쌍화차", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d48fbcb4818de62f6bd0", - "label": "치킨돈까스", - "amount": 8000, + "id": "7ad3a58569c8a7f9eae4", + "label": "오미자", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5ad15331f58b4136fcd8", + "label": "율무차", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d1e4f48f43afac440ec4", + "label": "칡차", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "161f06011a9c632033da-history", - "label": "수제 돈까스", - "amount": 7000, + "id": "589b50ab85c3d3b1339b-history", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "52385f46e7f987997c56-history", - "label": "돈까스정식", - "amount": 8000, + "id": "a13c9d3d8da8bd238191-history", + "label": "국산차", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f82184cd6efa27098bbc-history", - "label": "생선까스", - "amount": 8000, + "id": "0da9e5fac80ae607b184-history", + "label": "냉커피", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "89edba03d99da739e832-history", - "label": "생선까스정식", - "amount": 9000, + "id": "4051288f2212f7110ff5-history", + "label": "대추차", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b7dcb1baa972a47a5e3f-history", - "label": "치즈돈까스", - "amount": 8000, + "id": "9681f1d0f0ab1e0a2686-history", + "label": "둥굴레차", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "247ec5a88e49e063cd3c-history", - "label": "치즈돈까스정식", - "amount": 10000, + "id": "288da99611c4d647cc83-history", + "label": "레몬차", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7f5036f7fb2ab997bf9d-history", - "label": "치킨까스정식", - "amount": 7000, + "id": "f36a175292c51d3eec5b-history", + "label": "마차", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d48fbcb4818de62f6bd0-history", - "label": "치킨돈까스", - "amount": 8000, + "id": "925a6a927ae2b424a2ca-history", + "label": "매실차", + "amount": 4000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "60e767ae63295d2180ce", - "label": "통닭 1마리", - "amount": 4500, + "id": "ca29ecf06b2079fcab10-history", + "label": "쌍화차", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f78665c740c41d61b60e", - "label": "통닭 2마리", - "amount": 8000, + "id": "7ad3a58569c8a7f9eae4-history", + "label": "오미자", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "60e767ae63295d2180ce-history", - "label": "통닭 1마리", - "amount": 4500, + "id": "5ad15331f58b4136fcd8-history", + "label": "율무차", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f78665c740c41d61b60e-history", - "label": "통닭 2마리", - "amount": 8000, + "id": "d1e4f48f43afac440ec4-history", + "label": "칡차", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10018", - "name": "깡통골목할매 유부전골 본점", - "businessName": "깡통골목할매 유부전골 본점", - "categorySlug": "korean", - "address": "부산광역시 중구 부평3길 29 (부평동1가)", - "district": "부산광역시 중구", - "latitude": 35.1020375328885, - "longitude": 129.027061206734, - "representativePriceAmount": 6800, - "representativePriceLabel": "유부전골", + "id": "goodprice-488", + "name": "우주미용실", + "businessName": "우주미용실", + "categorySlug": "beauty", + "address": "서울특별시 동대문구 전농로16길 33 (전농동)", + "district": "서울특별시 동대문구", + "latitude": 37.57837593251976, + "longitude": 127.05916519059018, + "representativePriceAmount": 3000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 유부전골 6,800원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-245-1878", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2244-2180", "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, + "id": "7ffce2df50319d167bdf", + "label": "커트", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "7ffce2df50319d167bdf-history", + "label": "커트", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15032", - "name": "꽃가람 남포직영점", - "businessName": "꽃가람 남포직영점", - "categorySlug": "korean", - "address": "부산광역시 중구 비프광장로 3 (부평동2가) 꽃가람 남포직영점", - "district": "부산광역시 중구", - "latitude": 35.09835574338491, - "longitude": 129.02574087593763, - "representativePriceAmount": 9500, - "representativePriceLabel": "고추장돼지불고기정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고추장돼지불고기정식 9,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1317-4600 / 영업시간: 영업시간 : 11시~21시(브레이크타임 :15시~17시)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,800원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-278-9799", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "318786e64c63fa2df039", - "label": "고추장돼지불고기정식", - "amount": 9500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "a5965cb9425caef103f1", - "label": "쭈낙", - "amount": 10000, + "id": "0542ea396478a8472b1b", + "label": "아메리카노", + "amount": 1800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6fdd4c6739c30b2ada2c", - "label": "쭈낙곱새", - "amount": 10000, + "id": "99aad9fdd1f6494a549a", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d20f9f4e80b26cf91310", - "label": "쭈불낙새", - "amount": 10000, + "id": "22c7f585bd12c29b5191", + "label": "(수제)자몽차, 레몬차", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "318786e64c63fa2df039-history", - "label": "고추장돼지불고기정식", - "amount": 9500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "a5965cb9425caef103f1-history", - "label": "쭈낙", - "amount": 10000, + "id": "0542ea396478a8472b1b-history", + "label": "아메리카노", + "amount": 1800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6fdd4c6739c30b2ada2c-history", - "label": "쭈낙곱새", - "amount": 10000, + "id": "99aad9fdd1f6494a549a-history", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d20f9f4e80b26cf91310-history", - "label": "쭈불낙새", - "amount": 10000, + "id": "22c7f585bd12c29b5191-history", + "label": "(수제)자몽차, 레몬차", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1646", - "name": "남선식당", - "businessName": "남선식당", - "categorySlug": "korean", - "address": "부산광역시 중구 충장대로4번길6 (중앙동4가)", - "district": "부산광역시 중구", - "latitude": 35.1046241396056, - "longitude": 129.03680238801, - "representativePriceAmount": 7000, - "representativePriceLabel": "순두부찌개", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-469-3828 / 영업시간: 11:00 - 18:00 매주 일요일 휴무(예약시 일요일 가능)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남자커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1449-1250", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "feb9b64e11620b376937", - "label": "순두부찌개", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "73748362c1678678be07", - "label": "된장찌개", - "amount": 7000, + "id": "5e910dff72088d32f430", + "label": "남자커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "feb9b64e11620b376937-history", - "label": "순두부찌개", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "73748362c1678678be07-history", - "label": "된장찌개", - "amount": 7000, + "id": "5e910dff72088d32f430-history", + "label": "남자커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1647", - "name": "남원원조추어탕", - "businessName": "남원원조추어탕", - "categorySlug": "korean", - "address": "부산광역시 중구 해관로 37-1 (중앙동)", - "district": "부산광역시 중구", - "latitude": 35.1022868055746, - "longitude": 129.035469797726, - "representativePriceAmount": 9000, - "representativePriceLabel": "추어탕", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-5636 / 영업시간: 월-금 09;00 - 20:00, 토요일 및 공휴일은 09:00 - 17:00 일요일 휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(16oz) 포장 1,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2268-1007", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3d8b26d06680e0c030ca", - "label": "추어탕", - "amount": 9000, + "id": "2c591da9d2aa85636432", + "label": "아메리카노(16oz) 포장", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8fb9fb86945f335dd0df", - "label": "돌솥비빔밥", - "amount": 8000, + "id": "7b6b4b24806a785a4c65", + "label": "아메리카노(1L) 포장", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3d8b26d06680e0c030ca-history", - "label": "추어탕", - "amount": 9000, + "id": "2c591da9d2aa85636432-history", + "label": "아메리카노(16oz) 포장", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8fb9fb86945f335dd0df-history", - "label": "돌솥비빔밥", - "amount": 8000, + "id": "7b6b4b24806a785a4c65-history", + "label": "아메리카노(1L) 포장", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10075", - "name": "누렁소식당", - "businessName": "누렁소식당", - "categorySlug": "korean", - "address": "대구광역시 중구 국채보상로131길 24 (동인동2가) 누렁소식당", - "district": "대구광역시 중구", - "latitude": 35.87085460440117, - "longitude": 128.60218193488083, + "id": "goodprice-13392", + "name": "형제이발", + "businessName": "형제이발", + "categorySlug": "barber", + "address": "서울특별시 동대문구 왕산로35길 8 (청량리동)", + "district": "서울특별시 동대문구", + "latitude": 37.58014649551235, + "longitude": 127.0434490157586, "representativePriceAmount": 7000, - "representativePriceLabel": "한식뷔페", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-422-8327", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-4751-4245", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "199c72ff3c9c007f83df", - "label": "한식뷔페", + "id": "2c2bc68499061a300275", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "199c72ff3c9c007f83df-history", - "label": "한식뷔페", + "id": "2c2bc68499061a300275-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15357", - "name": "덕종국수", - "businessName": "덕종국수", - "categorySlug": "korean", - "address": "대구광역시 중구 약령길 53 (수동) 1층", - "district": "대구광역시 중구", - "latitude": 35.86868347395729, - "longitude": 128.5892390743561, - "representativePriceAmount": 8000, - "representativePriceLabel": "비빔밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-353-7971 / 영업시간: 월~토 11:00~21:00 정기휴무 매달 1번째 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-272-8111", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "77acec879aa3eecca88e", - "label": "비빔밥", - "amount": 8000, + "id": "628a76247a4348727d95", + "label": "자장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d3e8dfe6f7fe8aa595fc", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "12f0d028103646e50485", - "label": "오리들깨탕", - "amount": 8000, + "id": "40ccd46eaf04de17ea10", + "label": "볶음밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "77acec879aa3eecca88e-history", - "label": "비빔밥", - "amount": 8000, + "id": "628a76247a4348727d95-history", + "label": "자장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d3e8dfe6f7fe8aa595fc-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "12f0d028103646e50485-history", - "label": "오리들깨탕", - "amount": 8000, + "id": "40ccd46eaf04de17ea10-history", + "label": "볶음밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17975", - "name": "도리집", - "businessName": "도리집", - "categorySlug": "korean", - "address": "대구광역시 중구 달구벌대로 2109-34 (동성로3가) 1층", - "district": "대구광역시 중구", - "latitude": 35.86686640891391, - "longitude": 128.59398585931365, - "representativePriceAmount": 4900, - "representativePriceLabel": "까만도리밥(덮밥)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 까만도리밥(덮밥) 4,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-253-3062 / 영업시간: 월~금 11:30~20:00(14:50~16:30 브레이크타임) 매주 토, 일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 10:00~18:00 정기휴무(매주 화, 수요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f476dadcb2fd2aca1ed7", - "label": "까만도리밥(덮밥)", - "amount": 4900, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5a1b5911ed91d7aad70b", - "label": "빨간도리밥(덮밥)", - "amount": 5300, + "id": "94f7f3c1fc4d8eb87add", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f476dadcb2fd2aca1ed7-history", - "label": "까만도리밥(덮밥)", - "amount": 4900, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5a1b5911ed91d7aad70b-history", - "label": "빨간도리밥(덮밥)", - "amount": 5300, + "id": "94f7f3c1fc4d8eb87add-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13117", - "name": "김윤식의 착한국수, 솥뚜껑삼겹살", - "businessName": "김윤식의 착한국수, 솥뚜껑삼겹살", + "id": "goodprice-19244", + "name": "을밀대 (소문난국밥전문)", + "businessName": "을밀대 (소문난국밥전문)", "categorySlug": "korean", - "address": "인천광역시 중구 운중로 8 (운남동) 2층", - "district": "인천광역시 중구", - "latitude": 37.49336872061384, - "longitude": 126.53441990901412, - "representativePriceAmount": 8000, - "representativePriceLabel": "국수+떡갈비", + "address": "서울특별시 종로구 수표로 131 (낙원동) 1층", + "district": "서울특별시 종로구", + "latitude": 37.572493575407705, + "longitude": 126.98826091182536, + "representativePriceAmount": 3000, + "representativePriceLabel": "우거지해장국", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국수+떡갈비 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-255-9510", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우거지해장국 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-742-1633 / 영업시간: 04:00-22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "166deb52fbf8bb762aaf", - "label": "국수+떡갈비", - "amount": 8000, + "id": "1127911d1e95b303ee81", + "label": "우거지해장국", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "166deb52fbf8bb762aaf-history", - "label": "국수+떡갈비", - "amount": 8000, + "id": "1127911d1e95b303ee81-history", + "label": "우거지해장국", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14133", - "name": "다정가마솥순두부", - "businessName": "다정가마솥순두부", - "categorySlug": "korean", - "address": "인천광역시 중구 운중로 140-4 (중산동) 1층", - "district": "인천광역시 중구", - "latitude": 37.49373607272692, - "longitude": 126.54783653076029, - "representativePriceAmount": 9000, - "representativePriceLabel": "초당(백)순두부", + "id": "goodprice-1001", + "name": "금천이발관", + "businessName": "금천이발관", + "categorySlug": "barber", + "address": "서울특별시 중랑구 면목로29길 21", + "district": "서울특별시 중랑구", + "latitude": 37.575726501017, + "longitude": 127.084575411368, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 초당(백)순두부 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1320-8254", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-492-5613 / 영업시간: 월,화,목,금,토,일 / 08:00~20:00 수요일 / 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0b45c52b799f7e195579", - "label": "초당(백)순두부", - "amount": 9000, + "id": "2820c827dabbc12a1168", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0b45c52b799f7e195579-history", - "label": "초당(백)순두부", - "amount": 9000, + "id": "2820c827dabbc12a1168-history", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2223", - "name": "도래순", - "businessName": "도래순", - "categorySlug": "chinese", - "address": "인천광역시 중구 신포로15번길 68-1 1층(해안동2가)", - "district": "인천광역시 중구", - "latitude": 37.4724317342844, - "longitude": 126.621168040258, - "representativePriceAmount": 7000, - "representativePriceLabel": "짜장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-3907 / 영업시간: 화~일 : 11:00~21:00 브레이크타임 : 15:00~17:00 정기휴무(월요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 07:30~19시30분 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4e0f1c1c68dea7ed843a", - "label": "짜장면", - "amount": 7000, + "id": "e9d37e23106dbae83c25", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "63f367f2dafd1d389dcc", - "label": "짬뽕", - "amount": 8000, + "id": "9b14ba5b4e426b9ed0a8", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "58eeb8364b1da73e2cdd", - "label": "오늘의 점심", - "amount": 7000, + "id": "980c8483067c1f551f07", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4e0f1c1c68dea7ed843a-history", - "label": "짜장면", - "amount": 7000, + "id": "e9d37e23106dbae83c25-history", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "63f367f2dafd1d389dcc-history", - "label": "짬뽕", - "amount": 8000, + "id": "9b14ba5b4e426b9ed0a8-history", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "58eeb8364b1da73e2cdd-history", - "label": "오늘의 점심", - "amount": 7000, + "id": "980c8483067c1f551f07-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14638", - "name": "그냥집밥", - "businessName": "그냥집밥", - "categorySlug": "korean", - "address": "광주광역시 동구 서석로85번길 8-3 (대의동) 지하", - "district": "광주광역시 동구", - "latitude": 35.15002860036522, - "longitude": 126.9201698199041, - "representativePriceAmount": 8000, - "representativePriceLabel": "한식뷔페", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-2624 / 영업시간: 월-토 10:30~14:30 휴무일 : 일요일, 공휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-572-5283 / 영업시간: 09:00~20:00 연중무휴", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5c1fd68a2d19ba50b134", - "label": "한식뷔페", - "amount": 8000, + "id": "f7a80cf023fef4fa1feb", + "label": "커트", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5ec42106ff35d77d26ae", + "label": "커트(70세이상)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5c1fd68a2d19ba50b134-history", - "label": "한식뷔페", - "amount": 8000, + "id": "f7a80cf023fef4fa1feb-history", + "label": "커트", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5ec42106ff35d77d26ae-history", + "label": "커트(70세이상)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13743", - "name": "담양국수", - "businessName": "담양국수", + "id": "goodprice-955", + "name": "인사동칼국수", + "businessName": "인사동칼국수", "categorySlug": "korean", - "address": "광주광역시 동구 증심사길30번길 28-3 (운림동) 1층", - "district": "광주광역시 동구", - "latitude": 35.132817322727675, - "longitude": 126.95774143856892, - "representativePriceAmount": 6000, - "representativePriceLabel": "멸치국수", + "address": "서울특별시 종로구 인사동5길 25 1층", + "district": "서울특별시 종로구", + "latitude": 37.5720973140597, + "longitude": 126.985392406484, + "representativePriceAmount": 7500, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-226-1174 / 영업시간: 08:00-20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-737-1151 / 영업시간: 월~금 07:00-19:00 토, 10:00~15:00 일요일,공휴일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c97ca460a18cc7d4bea2", - "label": "멸치국수", - "amount": 6000, + "id": "db61cd965159e52c382c", + "label": "칼국수", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "556e858b40484d9e0eef", - "label": "비빔국수", - "amount": 6000, + "id": "f79f357ac590e0446996", + "label": "된장찌개", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d089b601fd9732f89d74", - "label": "파전", - "amount": 8000, + "id": "f686f6d5824171628bb7", + "label": "순두부", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c97ca460a18cc7d4bea2-history", - "label": "멸치국수", - "amount": 6000, + "id": "db61cd965159e52c382c-history", + "label": "칼국수", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "556e858b40484d9e0eef-history", - "label": "비빔국수", - "amount": 6000, + "id": "f79f357ac590e0446996-history", + "label": "된장찌개", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d089b601fd9732f89d74-history", - "label": "파전", - "amount": 8000, + "id": "f686f6d5824171628bb7-history", + "label": "순두부", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2258", - "name": "대왕김밥(대인동)", - "businessName": "대왕김밥(대인동)", - "categorySlug": "korean", - "address": "광주광역시 동구 구성로204번길 15-6 1층(대인동)", - "district": "광주광역시 동구", - "latitude": 35.1525929911284, - "longitude": 126.91613437943, - "representativePriceAmount": 3500, - "representativePriceLabel": "김밥", + "id": "goodprice-1005", + "name": "수지헤어", + "businessName": "수지헤어", + "categorySlug": "beauty", + "address": "서울특별시 중랑구 봉우재로 41 (회진빌딩 2층)", + "district": "서울특별시 중랑구", + "latitude": 37.5907829369907, + "longitude": 127.077853865667, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-529-3363 / 영업시간: 09:00-19:00 휴일 일요일, 명절", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 월,수,목,금,토,일 / 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, + "id": "70f4adbfa6e7bdc91deb", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "0bb71c7ec045a64c6643", - "label": "햄야채볶음밥", - "amount": 6000, + "id": "70f4adbfa6e7bdc91deb-history", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "이화월드프라자상가 내 1층", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-245-7939", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "348116809e1e1ad778a4", - "label": "오므라이스", - "amount": 5000, + "id": "c8f47db80be51eb49d16", + "label": "꽈배기", + "amount": 500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e1b2077f665207815225", - "label": "제육덮밥", - "amount": 5000, + "id": "2ed6791c52b828305f40", + "label": "팥씨앗도너츠", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "650638df6a128b277f01-history", - "label": "김밥", - "amount": 3500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "de42f31d1011f2b430fc-history", - "label": "라면", - "amount": 4000, + "id": "c8f47db80be51eb49d16-history", + "label": "꽈배기", + "amount": 500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0bb71c7ec045a64c6643-history", - "label": "햄야채볶음밥", - "amount": 6000, + "id": "2ed6791c52b828305f40-history", + "label": "팥씨앗도너츠", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,700원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-904-1020 / 영업시간: 09:00~20:00 명절휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "348116809e1e1ad778a4-history", - "label": "오므라이스", - "amount": 5000, + "id": "05c7fe5e6f4f8a7d222d", + "label": "커트", + "amount": 7700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "e1b2077f665207815225-history", - "label": "제육덮밥", - "amount": 5000, + "id": "05c7fe5e6f4f8a7d222d-history", + "label": "커트", + "amount": 7700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2562", - "name": "경성화로", - "businessName": "경성화로", + "id": "goodprice-959", + "name": "전주콩나물국밥", + "businessName": "전주콩나물국밥", "categorySlug": "korean", - "address": "대전광역시 동구 동서대로 1748번길 152 (가양동)", - "district": "대전광역시 동구", - "latitude": 36.3488134723206, - "longitude": 127.450323327516, + "address": "서울특별시 종로구 자하문로 3 (내자동)", + "district": "서울특별시 종로구", + "latitude": 37.5764830744797, + "longitude": 126.972264842484, "representativePriceAmount": 7000, - "representativePriceLabel": "삼겹살(150g)", + "representativePriceLabel": "콩나물국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(150g) 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-632-1087 / 영업시간: 16:00 ~ 23:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-738-8223 / 영업시간: 월~일 06:00-20:30 정기휴무(매달2,4번째일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "23c58d26998b6de36ccd", - "label": "삼겹살(150g)", + "id": "e4912d2a2f1544e0852b", + "label": "콩나물국밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6677d6e7241b4f40c371", - "label": "갈매기살(150g)", - "amount": 7900, + "id": "f9fbdd59e78be2f9830c", + "label": "순두부찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "bea4c467b06a7eebc475", - "label": "김치말이국수(냉/온)", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "5e869f27b14e5558b43d", - "label": "껍데기", + "id": "e4912d2a2f1544e0852b-history", + "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" + "recordedAt": "2026-04-05" }, { - "id": "11b65af72596a6f64404", - "label": "목살(150g)", + "id": "f9fbdd59e78be2f9830c-history", + "label": "순두부찌개", "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" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-11183", + "name": "스타이발관", + "businessName": "스타이발관", + "categorySlug": "barber", + "address": "서울특별시 중랑구 망우로 382-2 -", + "district": "서울특별시 중랑구", + "latitude": 37.5984167441294, + "longitude": 127.09476491164, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료(커트)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "dfa28d1c5775f9f16721", - "label": "참숯초벌삼겹살(150g)", + "id": "3e8accdf3bee92b01176", + "label": "이용료(커트)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "23c58d26998b6de36ccd-history", - "label": "삼겹살(150g)", + "id": "3e8accdf3bee92b01176-history", + "label": "이용료(커트)", "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" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 HOT(ICE +500원) 1,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1428-2177", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "5e869f27b14e5558b43d-history", - "label": "껍데기", - "amount": 7000, + "id": "c5e10493f9ba8d5216eb", + "label": "아메리카노 HOT(ICE +500원)", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "37ab8c34ea0389c8587a-history", - "label": "꼬들살((150g)", - "amount": 8900, + "id": "37db1ec28219d84232a5", + "label": "수제청자 HOT(ICE +500원)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "705d66c7eba21f12fc8f-history", - "label": "두툼삼겹살(150g)", - "amount": 6500, + "id": "0e4885f25d5821129ebd", + "label": "생과일주스", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "11b65af72596a6f64404-history", - "label": "목살(150g)", - "amount": 7000, + "id": "c1f1a2a27d9a0ff8f4b9", + "label": "한방차", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "1626153ab556d897affa-history", - "label": "물냉면", - "amount": 4000, + "id": "c5e10493f9ba8d5216eb-history", + "label": "아메리카노 HOT(ICE +500원)", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "71f331f42ed424bf7aca-history", - "label": "비빔냉면", - "amount": 4000, + "id": "37db1ec28219d84232a5-history", + "label": "수제청자 HOT(ICE +500원)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "29de8b31534459d7077a-history", - "label": "새우롤", - "amount": 6800, + "id": "0e4885f25d5821129ebd-history", + "label": "생과일주스", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "dfa28d1c5775f9f16721-history", - "label": "참숯초벌삼겹살(150g)", - "amount": 7000, + "id": "c1f1a2a27d9a0ff8f4b9-history", + "label": "한방차", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2527", - "name": "곽은아미용실", - "businessName": "곽은아미용실", - "categorySlug": "beauty", - "address": "대전광역시 동구 새울로 100 (용운동)", + "id": "goodprice-2531", + "name": "복지이용원", + "businessName": "복지이용원", + "categorySlug": "barber", + "address": "대전광역시 동구 대전로 791번길 50 (중동)", "district": "대전광역시 동구", - "latitude": 36.3271167002537, - "longitude": 127.461826711325, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트(여성 일반)", + "latitude": 36.3295205271986, + "longitude": 127.430506838139, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(여성 일반) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-272-4478 / 영업시간: 09:00 ~ 19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-251-8428 / 영업시간: 08:00 ~ 20:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c7f90b0f60740869361a", - "label": "커트(여성 일반)", - "amount": 10000, + "id": "c432d5594cb929b8bb38", + "label": "이용료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c7f90b0f60740869361a-history", - "label": "커트(여성 일반)", - "amount": 10000, + "id": "c432d5594cb929b8bb38-history", + "label": "이용료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18955", - "name": "국민추어탕", - "businessName": "국민추어탕", - "categorySlug": "korean", - "address": "대전광역시 동구 옥천로 52-2 (신흥동) 1층", - "district": "대전광역시 동구", - "latitude": 36.31971954491453, - "longitude": 127.44667251762813, - "representativePriceAmount": 9000, - "representativePriceLabel": "추어탕+돌솥밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕+돌솥밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-282-1585 / 영업시간: 11:00~20:30 / 브레이크타임: 14:30~17:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-737-8055 / 영업시간: 10:00~13:00 (재료 소진 시 마감) 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4c3af4162c248af5fe89", - "label": "추어탕+돌솥밥", - "amount": 9000, + "id": "84706cbcda12f6223668", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4c3af4162c248af5fe89-history", - "label": "추어탕+돌솥밥", - "amount": 9000, + "id": "84706cbcda12f6223668-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2544", - "name": "김화칼국수", - "businessName": "김화칼국수", - "categorySlug": "korean", - "address": "대전광역시 동구 중앙로 203번길 28 (중동)", - "district": "대전광역시 동구", - "latitude": 36.332041975521, - "longitude": 127.431018789434, + "id": "goodprice-17618", + "name": "영헤어", + "businessName": "영헤어", + "categorySlug": "beauty", + "address": "서울특별시 중랑구 면목로27가길 17 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.575991187224275, + "longitude": 127.08386326369666, "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-493-0219", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7cb413361b5ab7c6b822", - "label": "칼국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "8917affda81918473e5a", - "label": "선지국밥", + "id": "e7577fd53ba2fde6fc36", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7cb413361b5ab7c6b822-history", - "label": "칼국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "8917affda81918473e5a-history", - "label": "선지국밥", + "id": "e7577fd53ba2fde6fc36-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11675", - "name": "다원식당", - "businessName": "다원식당", + "id": "goodprice-10018", + "name": "깡통골목할매 유부전골 본점", + "businessName": "깡통골목할매 유부전골 본점", "categorySlug": "korean", - "address": "울산광역시 중구 옥교6길 19 (옥교동)", - "district": "울산광역시 중구", - "latitude": 35.5541946842973, - "longitude": 129.327531124694, - "representativePriceAmount": 8000, - "representativePriceLabel": "비빔밥", + "address": "부산광역시 중구 부평3길 29 (부평동1가)", + "district": "부산광역시 중구", + "latitude": 35.1020375328885, + "longitude": 129.027061206734, + "representativePriceAmount": 6800, + "representativePriceLabel": "유부전골", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-211-4068", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 유부전골 6,800원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-245-1878", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "56f4cc2738e1a554420c", - "label": "비빔밥", - "amount": 8000, + "id": "063d5c815bd0710ed85d", + "label": "유부전골", + "amount": 6800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3398bddac217b7999209", - "label": "삼겹살(120g)", - "amount": 10000, + "id": "f9f7f658ad66649404fd", + "label": "유부보따리우동", + "amount": 6800, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1c46f9e2aa279483dfb2", + "label": "유부떡볶이", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "56f4cc2738e1a554420c-history", - "label": "비빔밥", - "amount": 8000, + "id": "063d5c815bd0710ed85d-history", + "label": "유부전골", + "amount": 6800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f9f7f658ad66649404fd-history", + "label": "유부보따리우동", + "amount": 6800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3398bddac217b7999209-history", - "label": "삼겹살(120g)", - "amount": 10000, + "id": "1c46f9e2aa279483dfb2-history", + "label": "유부떡볶이", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16555", - "name": "대가국밥", - "businessName": "대가국밥", - "categorySlug": "korean", - "address": "울산광역시 중구 화진길 11-4 (태화동) 1층", - "district": "울산광역시 중구", - "latitude": 35.55523350485414, - "longitude": 129.3085469323432, - "representativePriceAmount": 9000, - "representativePriceLabel": "돼지국밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-212-2988", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(기본) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3353aeed703c363f87af", - "label": "돼지국밥", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "488230157473ef834fb6", - "label": "내장국밥", - "amount": 9000, + "id": "ad41c9c68ad35724628c", + "label": "커트(기본)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3353aeed703c363f87af-history", - "label": "돼지국밥", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "488230157473ef834fb6-history", - "label": "내장국밥", - "amount": 9000, + "id": "ad41c9c68ad35724628c-history", + "label": "커트(기본)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19374", - "name": "돈대박 복산점", - "businessName": "돈대박 복산점", + "id": "goodprice-14005", + "name": "진미김밥", + "businessName": "진미김밥", "categorySlug": "korean", - "address": "울산광역시 중구 계변로 92-1 (복산동) 돈대박복산점", - "district": "울산광역시 중구", - "latitude": 35.563484990060665, - "longitude": 129.3294908791611, - "representativePriceAmount": 3500, - "representativePriceLabel": "대패삼겹살(100g)", + "address": "서울특별시 종로구 종로46길 28 (창신동) 1층", + "district": "서울특별시 종로구", + "latitude": 37.57045965794985, + "longitude": 127.01018731204245, + "representativePriceAmount": 4000, + "representativePriceLabel": "진미김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 대패삼겹살(100g) 3,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-282-3313 / 영업시간: 16:00~24:00(매주 화요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 진미김밥 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2268-0069 / 영업시간: 영업시간 : 월~금 08:00-21:30 / 토 08:00-19: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, + "id": "5047c65c1b153c9f2849", + "label": "진미김밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "62794c4b1abdfb6fa747-history", - "label": "대패삼겹살(100g)", - "amount": 3500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "a6c43cd15ddbbcd918b6-history", - "label": "생삼겹살(120g)", - "amount": 6900, + "id": "5047c65c1b153c9f2849-history", + "label": "진미김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10182", - "name": "농부의한우", - "businessName": "농부의한우", - "categorySlug": "korean", - "address": "세종특별자치시 금남면 세종로 470 1층", - "district": "세종특별자치시 금남면", - "latitude": 36.4608221175864, - "longitude": 127.27888584, + "id": "goodprice-1027", + "name": "제일이발관", + "businessName": "제일이발관", + "categorySlug": "barber", + "address": "서울특별시 중랑구 중랑역로 15-1 2층", + "district": "서울특별시 중랑구", + "latitude": 37.5955649352659, + "longitude": 127.076080619786, "representativePriceAmount": 7000, - "representativePriceLabel": "국밥", + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-866-1181", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 화,수,목,금,토,일 07:00~19:00 월 / 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f9a48487aba9bb17d13b", - "label": "국밥", + "id": "73b276b80b523f62e810", + "label": "이용료(커트)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7b33ed6903d1c2a750bf", - "label": "선지국밥", - "amount": 7000, + "id": "dbdeb5b8a553de356637", + "label": "염색", + "amount": 0, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "96d800e86310b7ae4e36", - "label": "맑은탕", - "amount": 7000, + "id": "58519ac7ed22a7cbe7de", + "label": "커트", + "amount": 0, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f9a48487aba9bb17d13b-history", - "label": "국밥", + "id": "73b276b80b523f62e810-history", + "label": "이용료(커트)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7b33ed6903d1c2a750bf-history", - "label": "선지국밥", - "amount": 7000, + "id": "dbdeb5b8a553de356637-history", + "label": "염색", + "amount": 0, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "96d800e86310b7ae4e36-history", - "label": "맑은탕", - "amount": 7000, + "id": "58519ac7ed22a7cbe7de-history", + "label": "커트", + "amount": 0, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10167", - "name": "대신식당", - "businessName": "대신식당", + "id": "goodprice-1646", + "name": "남선식당", + "businessName": "남선식당", "categorySlug": "korean", - "address": "세종특별자치시 연서면 당산로 349", - "district": "세종특별자치시 연서면", - "latitude": 36.562836822603, - "longitude": 127.282636054749, - "representativePriceAmount": 8000, - "representativePriceLabel": "김치찌개", + "address": "부산광역시 중구 충장대로4번길6 (중앙동4가)", + "district": "부산광역시 중구", + "latitude": 35.1046241396056, + "longitude": 129.03680238801, + "representativePriceAmount": 7000, + "representativePriceLabel": "순두부찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-7127", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-469-3828 / 영업시간: 11:00 - 18:00 매주 일요일 휴무(예약시 일요일 가능)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9bbb3b4aea0264105991", - "label": "김치찌개", - "amount": 8000, + "id": "feb9b64e11620b376937", + "label": "순두부찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7bb96d9dae19066c425a", - "label": "동태찌개", - "amount": 8000, + "id": "73748362c1678678be07", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9bbb3b4aea0264105991-history", - "label": "김치찌개", - "amount": 8000, + "id": "feb9b64e11620b376937-history", + "label": "순두부찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7bb96d9dae19066c425a-history", - "label": "동태찌개", - "amount": 8000, + "id": "73748362c1678678be07-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "칼국수", + "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,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-0309", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-242-7007 / 영업시간: 7:00-17:00, 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "93b6fab347968a6b99ee", - "label": "칼국수", - "amount": 5900, + "id": "38b005a03ec17376a075", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e3be1a0beb6e16c0ccba", - "label": "유부초밥", - "amount": 4500, + "id": "f40aee7a4dee63c9e433", + "label": "염색", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "93b6fab347968a6b99ee-history", - "label": "칼국수", - "amount": 5900, + "id": "38b005a03ec17376a075-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e3be1a0beb6e16c0ccba-history", - "label": "유부초밥", - "amount": 4500, + "id": "f40aee7a4dee63c9e433-history", + "label": "염색", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17109", - "name": "가치있는밥상", - "businessName": "가치있는밥상", - "categorySlug": "korean", - "address": "경기도 수원시 영통구 월드컵로179번길 14-2 (원천동) 1층", - "district": "경기도 수원시", - "latitude": 37.27819928647353, - "longitude": 127.0453792190971, - "representativePriceAmount": 8000, - "representativePriceLabel": "김치찌개", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-221-5581 / 영업시간: 월~금 06:0~21:00/토06:00~20:00/일09:00~20:00 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-738-7774", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b448ef56584d276c466b", - "label": "김치찌개", - "amount": 8000, + "id": "0b4a0972a271bd57ea99", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d4a5ff92cb826b567a96", - "label": "청국장", - "amount": 8000, + "id": "900c77cbb93c60360788", + "label": "카페라떼", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "7441fe48e1aa31b47865", + "label": "허브티", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b448ef56584d276c466b-history", - "label": "김치찌개", - "amount": 8000, + "id": "0b4a0972a271bd57ea99-history", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d4a5ff92cb826b567a96-history", - "label": "청국장", - "amount": 8000, + "id": "900c77cbb93c60360788-history", + "label": "카페라떼", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7441fe48e1aa31b47865-history", + "label": "허브티", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13884", - "name": "강릉장칼국수", - "businessName": "강릉장칼국수", - "categorySlug": "korean", - "address": "경기도 수원시 팔달구 수원천로 314 (남수동) 1층", - "district": "경기도 수원시", - "latitude": 37.28145528956532, - "longitude": 127.01857508520432, - "representativePriceAmount": 8000, - "representativePriceLabel": "장칼국수", + "id": "goodprice-11184", + "name": "착한이발관", + "businessName": "착한이발관", + "categorySlug": "barber", + "address": "서울특별시 중랑구 봉화산로 54 -", + "district": "서울특별시 중랑구", + "latitude": 37.601476557412, + "longitude": 127.080368810985, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장칼국수 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-241-7959 / 영업시간: 11:00~20:00/월요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "df9def7cafee662de23d", - "label": "장칼국수", - "amount": 8000, + "id": "4f5e7c646f8c1ff984ef", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "df9def7cafee662de23d-history", - "label": "장칼국수", - "amount": 8000, + "id": "4f5e7c646f8c1ff984ef-history", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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, + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-422-8327", + "likeCount": 0, + "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "617566df0d93ea81d80a", - "label": "커트", - "amount": 8000, + "id": "199c72ff3c9c007f83df", + "label": "한식뷔페", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "617566df0d93ea81d80a-history", - "label": "커트", - "amount": 8000, + "id": "199c72ff3c9c007f83df-history", + "label": "한식뷔페", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4375", - "name": "골목손두부", - "businessName": "골목손두부", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 공지로 439번길 16-4 (근화동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8726486894719, - "longitude": 127.719572641824, - "representativePriceAmount": 8000, - "representativePriceLabel": "순두부", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-256-6259 / 영업시간: 11:00 - 16:00 라스트오더 15:00 매주 일요일 정기휴뮤", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-214-5124", "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, + "id": "e1274c13d8cd4b76e5cd", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "e1274c13d8cd4b76e5cd-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4368", - "name": "곱돌생삼겹살", - "businessName": "곱돌생삼겹살", + "id": "goodprice-11363", + "name": "청정바지락칼국수", + "businessName": "청정바지락칼국수", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 백령로138번길 55 (효자동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8731172068198, - "longitude": 127.745471505129, - "representativePriceAmount": 10000, - "representativePriceLabel": "생삼겹살(캐나다)", + "address": "서울특별시 종로구 창신길 11 1층", + "district": "서울특별시 종로구", + "latitude": 37.5722071295158, + "longitude": 127.010524084538, + "representativePriceAmount": 7000, + "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번째 일요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-743-6557", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2a17d71522c30fe71a0f", - "label": "생삼겹살(캐나다)", - "amount": 10000, + "id": "d1b6e431f92397f13595", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ce00d6f3c6b61e86002f", - "label": "생목살(캐나다)", - "amount": 10000, + "id": "5e19292dc1860292227e", + "label": "보리비빔밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2a17d71522c30fe71a0f-history", - "label": "생삼겹살(캐나다)", - "amount": 10000, + "id": "d1b6e431f92397f13595-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ce00d6f3c6b61e86002f-history", - "label": "생목살(캐나다)", - "amount": 10000, + "id": "5e19292dc1860292227e-history", + "label": "보리비빔밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4679", - "name": "가든미용실", - "businessName": "가든미용실", + "id": "goodprice-17623", + "name": "현대미용실", + "businessName": "현대미용실", "categorySlug": "beauty", - "address": "충청북도 청주시 상당구 청남로2197번길 12 (석교동)", - "district": "충청북도 청주시", - "latitude": 36.6278271128724, - "longitude": 127.490164264559, - "representativePriceAmount": 6000, + "address": "서울특별시 중랑구 면목로44가길 50 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.58334894436383, + "longitude": 127.09009102203078, + "representativePriceAmount": 7000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-223-8097 / 영업시간: 매일 08:00-20:00 ※ 매주 셋째주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-6856-2098", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4d68936f48655a532de8", + "id": "a0b77ae8d80fba9238bd", "label": "커트", - "amount": 6000, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "fcccfbd8443bf06caee3", - "label": "염색", - "amount": 10000, + "id": "a0b77ae8d80fba9238bd-history", + "label": "커트", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 까만도리밥(덮밥) 4,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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" + "reportedAt": "2026-04-05" }, { - "id": "c59347fc470a4c1daa6f", - "label": "염색 염색", - "amount": 10000, + "id": "5a1b5911ed91d7aad70b", + "label": "빨간도리밥(덮밥)", + "amount": 5300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4d68936f48655a532de8-history", - "label": "커트", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "fcccfbd8443bf06caee3-history", - "label": "염색", - "amount": 10000, + "id": "f476dadcb2fd2aca1ed7-history", + "label": "까만도리밥(덮밥)", + "amount": 4900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c59347fc470a4c1daa6f-history", - "label": "염색 염색", - "amount": 10000, + "id": "5a1b5911ed91d7aad70b-history", + "label": "빨간도리밥(덮밥)", + "amount": 5300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15768", - "name": "가이오청년밥상", - "businessName": "가이오청년밥상", - "categorySlug": "korean", - "address": "충청북도 청주시 서원구 사직대로164번길 27 (사창동) 1층", - "district": "충청북도 청주시", - "latitude": 36.6339341047818, - "longitude": 127.46555600261848, - "representativePriceAmount": 3000, - "representativePriceLabel": "김치찌개", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-271-1009", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(기본) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-277-1869", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dca331fc13a1e8cd89f3", - "label": "김치찌개", - "amount": 3000, + "id": "9fe7377200906dfb12e1", + "label": "커트(기본)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dca331fc13a1e8cd89f3-history", - "label": "김치찌개", - "amount": 3000, + "id": "9fe7377200906dfb12e1-history", + "label": "커트(기본)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4742", - "name": "감촌삼겹살", - "businessName": "감촌삼겹살", + "id": "goodprice-19060", + "name": "체부동잔치집", + "businessName": "체부동잔치집", "categorySlug": "korean", - "address": "충청북도 청주시 청원구 안덕벌로39번길 43-1 (내덕동)", - "district": "충청북도 청주시", - "latitude": 36.6591837012203, - "longitude": 127.491676959315, - "representativePriceAmount": 10000, - "representativePriceLabel": "생삼겹살(180g)", + "address": "서울특별시 종로구 자하문로1길 16 (체부동) 1층", + "district": "서울특별시 종로구", + "latitude": 37.57655121434925, + "longitude": 126.97150085198783, + "representativePriceAmount": 5000, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생삼겹살(180g) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-211-2472 / 영업시간: 매일 17:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-730-5420", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f158b74b2231eca7acf3", - "label": "생삼겹살(180g)", - "amount": 10000, + "id": "543d6c9cb6da159d48f2", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5ad8f96978603127ec5c", - "label": "생목살(180g)", - "amount": 10000, + "id": "df6bc34949239d31c0ea", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f158b74b2231eca7acf3-history", - "label": "생삼겹살(180g)", - "amount": 10000, + "id": "543d6c9cb6da159d48f2-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5ad8f96978603127ec5c-history", - "label": "생목살(180g)", - "amount": 10000, + "id": "df6bc34949239d31c0ea-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4708", - "name": "개미돈까스", - "businessName": "개미돈까스", - "categorySlug": "korean", - "address": "충청북도 청주시 상당구 사직대로361번길 54-11 (북문로2가)", - "district": "충청북도 청주시", - "latitude": 36.6394461100471, - "longitude": 127.487984622146, - "representativePriceAmount": 8000, - "representativePriceLabel": "돈가스", + "id": "goodprice-1013", + "name": "효자동이발소", + "businessName": "효자동이발소", + "categorySlug": "barber", + "address": "서울특별시 중랑구 용마산로 394", + "district": "서울특별시 중랑구", + "latitude": 37.5866519523067, + "longitude": 127.095551256708, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-223-7456 / 영업시간: 매일 11:00-19:30 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 월,수,목,금,토,일 / 07:00~19:00 화요일 / 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bcb8c66bf0a1b5fe1b06", - "label": "돈가스", - "amount": 8000, + "id": "499b7ecea6662946e544", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "28c0447ecc140114140c", - "label": "김치볶음밥", + "id": "499b7ecea6662946e544-history", + "label": "이용료(커트)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-766-3907 / 영업시간: 화~일 : 11:00~21:00 브레이크타임 : 15:00~17:00 정기휴무(월요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "65844b4bf0ab980e4165", - "label": "셋트메뉴", - "amount": 8000, + "id": "4e0f1c1c68dea7ed843a", + "label": "짜장면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "581da7556f4a4ae89388", - "label": "돈까스", - "amount": 8000, + "id": "58eeb8364b1da73e2cdd", + "label": "오늘의 점심", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bcb8c66bf0a1b5fe1b06-history", - "label": "돈가스", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "28c0447ecc140114140c-history", - "label": "김치볶음밥", + "id": "4e0f1c1c68dea7ed843a-history", + "label": "짜장면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "65844b4bf0ab980e4165-history", - "label": "셋트메뉴", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "581da7556f4a4ae89388-history", - "label": "돈까스", - "amount": 8000, + "id": "58eeb8364b1da73e2cdd-history", + "label": "오늘의 점심", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11028", - "name": "겨자씨까페", - "businessName": "겨자씨까페", - "categorySlug": "other-food", - "address": "충청남도 천안시 동남구 사직로 10-6 (사직동)", - "district": "충청남도 천안시", - "latitude": 36.8006603819216, - "longitude": 127.150044275946, - "representativePriceAmount": 2000, - "representativePriceLabel": "아메리카노", + "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,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-555-0738 / 영업시간: 09:30~17:30 명절휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 고압세척(2분30초) 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "da0270c422e8f3e55436", - "label": "아메리카노", - "amount": 2000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "81fc55ca88578e0a5d68", - "label": "카페라떼", - "amount": 3000, + "id": "39e8238573ef6b7fe94f", + "label": "고압세척(2분30초)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8eb4692b74d569b152bf", - "label": "카페모카", - "amount": 3500, + "id": "220cf8bc20b062312379", + "label": "에어청소(3분)", + "amount": 500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "da0270c422e8f3e55436-history", - "label": "아메리카노", - "amount": 2000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "81fc55ca88578e0a5d68-history", - "label": "카페라떼", - "amount": 3000, + "id": "39e8238573ef6b7fe94f-history", + "label": "고압세척(2분30초)", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8eb4692b74d569b152bf-history", - "label": "카페모카", - "amount": 3500, + "id": "220cf8bc20b062312379-history", + "label": "에어청소(3분)", + "amount": 500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11409", - "name": "경북당", - "businessName": "경북당", - "categorySlug": "korean", - "address": "충청남도 천안시 동남구 병천면 아우내장터2길 46", - "district": "충청남도 천안시", - "latitude": 36.7626220651971, - "longitude": 127.297917324637, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-561-4133 / 영업시간: 10:00~15:00 일요일 휴무(병천장날 제외)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "막걸리로 반죽해 만든 막걸리 식빵과 바게트, 롤케이크가 유명해요", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-5330-0771 / 영업시간: 영업시간 : 화~토 08:00~21:00 / 일 08:00~17:00 휴무일 : 월요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2f7d99d7436e543b01e4", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "723ba712fff6f652776a", - "label": "콩국수", - "amount": 8000, + "id": "1a5cd8cb2b91d3a967d9", + "label": "막걸리식빵", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2f7d99d7436e543b01e4-history", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "723ba712fff6f652776a-history", - "label": "콩국수", - "amount": 8000, + "id": "1a5cd8cb2b91d3a967d9-history", + "label": "막걸리식빵", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16877", - "name": "경자네칼국수", - "businessName": "경자네칼국수", - "categorySlug": "korean", - "address": "충청남도 천안시 서북구 월봉5길 7 (쌍용동) 102호", - "district": "충청남도 천안시", - "latitude": 36.790593294551826, - "longitude": 127.11713150353609, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "id": "goodprice-760", + "name": "Shville세탁", + "businessName": "Shville세탁", + "categorySlug": "laundry", + "address": "서울특별시 성북구 한천로101길 36 장월상가 203호", + "district": "서울특별시 성북구", + "latitude": 37.6225362319459, + "longitude": 127.048839188383, + "representativePriceAmount": 2500, + "representativePriceLabel": "와이셔츠", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-578-7676 / 영업시간: 영업시간 10:00~22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 와이셔츠 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-941-8423 / 영업시간: 금 08:30-21:00 토 08:30-20:00 일 정기휴무(매주일요일) 월(12/25) 성탄절휴무 화 08:30-21:00 수 08:30-21:00 목 08:30-21:00 01/01새해첫날휴무 -법정공휴일은쉽니다", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "61fb3c20b5d2ca027b2f", - "label": "칼국수", - "amount": 7000, + "id": "fc04c2cb939b0a8978b7", + "label": "와이셔츠", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bb39a76e50b3c1a6ea3d", - "label": "청국장", - "amount": 7000, + "id": "870f9c8f64125c3dcd40", + "label": "운동화", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "61fb3c20b5d2ca027b2f-history", - "label": "칼국수", - "amount": 7000, + "id": "fc04c2cb939b0a8978b7-history", + "label": "와이셔츠", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bb39a76e50b3c1a6ea3d-history", - "label": "청국장", - "amount": 7000, + "id": "870f9c8f64125c3dcd40-history", + "label": "운동화", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13651", - "name": "고운육회방앗간", - "businessName": "고운육회방앗간", + "id": "goodprice-13743", + "name": "담양국수", + "businessName": "담양국수", "categorySlug": "korean", - "address": "충청남도 천안시 서북구 백석3로 25 (백석동) 1층", - "district": "충청남도 천안시", - "latitude": 36.821819579628574, - "longitude": 127.11424205567585, - "representativePriceAmount": 10000, - "representativePriceLabel": "한우육회비빔밥", + "address": "광주광역시 동구 증심사길30번길 28-3 (운림동) 1층", + "district": "광주광역시 동구", + "latitude": 35.132817322727675, + "longitude": 126.95774143856892, + "representativePriceAmount": 6000, + "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 브레이크타임) 정기휴무 매주 월요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-226-1174 / 영업시간: 08:00-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1cc5d31be856fc54d2fb", - "label": "한우육회비빔밥", - "amount": 10000, + "id": "c97ca460a18cc7d4bea2", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "af4170b0538c07538f7a", - "label": "들기름막국수", - "amount": 10000, + "id": "556e858b40484d9e0eef", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1cc5d31be856fc54d2fb-history", - "label": "한우육회비빔밥", - "amount": 10000, + "id": "c97ca460a18cc7d4bea2-history", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "af4170b0538c07538f7a-history", - "label": "들기름막국수", - "amount": 10000, + "id": "556e858b40484d9e0eef-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13856", - "name": "돈초야", - "businessName": "돈초야", - "categorySlug": "western", - "address": "전북특별자치도 전주시 완산구 송정로 43 (효자동1가)", - "district": "전북특별자치도 전주시", - "latitude": 35.802405949453835, - "longitude": 127.12153109657699, - "representativePriceAmount": 5900, - "representativePriceLabel": "돈가스 2장", + "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": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 돈가스 2장 5,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-222-1983 / 영업시간: 매일 (AM)10:00~(AM)2:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이클리닝 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-253-1414 / 영업시간: 09:00~22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "45e1ac4eb9dfd4168fbd", - "label": "돈가스 2장", - "amount": 5900, + "id": "b9dd6eb50d4e0982f2c6", + "label": "드라이클리닝", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cc0912107db70a36a783", - "label": "히레(안심)가스(미니우동 포함)", - "amount": 9000, + "id": "f716032a089d31acfc9a", + "label": "수선", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "45e1ac4eb9dfd4168fbd-history", - "label": "돈가스 2장", - "amount": 5900, + "id": "b9dd6eb50d4e0982f2c6-history", + "label": "드라이클리닝", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cc0912107db70a36a783-history", - "label": "히레(안심)가스(미니우동 포함)", - "amount": 9000, + "id": "f716032a089d31acfc9a-history", + "label": "수선", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5435", - "name": "동래분식", - "businessName": "동래분식", + "id": "goodprice-11580", + "name": "홍순두부", + "businessName": "홍순두부", "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 풍남문2길 39", - "district": "전북특별자치도 전주시", - "latitude": 35.8125817693067, - "longitude": 127.147152512312, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "address": "서울특별시 종로구 명륜길 50 1층", + "district": "서울특별시 종로구", + "latitude": 37.5892935619767, + "longitude": 126.994629871047, + "representativePriceAmount": 5500, + "representativePriceLabel": "홍순두부", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-288-4607", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 홍순두부 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "429a300e8e475b4709d4", - "label": "칼국수", - "amount": 7000, + "id": "957837f91d58cf5efa45", + "label": "홍순두부", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fd3c89c165e10ac4cf37", - "label": "손수제비", - "amount": 7000, + "id": "4aa7e96eb5cdcde2b16f", + "label": "순두부", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "429a300e8e475b4709d4-history", - "label": "칼국수", - "amount": 7000, + "id": "957837f91d58cf5efa45-history", + "label": "홍순두부", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fd3c89c165e10ac4cf37-history", - "label": "손수제비", - "amount": 7000, + "id": "4aa7e96eb5cdcde2b16f-history", + "label": "순두부", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16971", - "name": "곰순이식당", - "businessName": "곰순이식당", - "categorySlug": "korean", - "address": "전라남도 목포시 용당로216번길 21 (용당동) 곰순이식당", - "district": "전라남도 목포시", - "latitude": 34.80645255778166, - "longitude": 126.40056637892347, - "representativePriceAmount": 8000, - "representativePriceLabel": "백반", + "id": "goodprice-13501", + "name": "로데오당구장", + "businessName": "로데오당구장", + "categorySlug": "other-service", + "address": "서울특별시 성북구 보문로38길 53 (동소문동5가) 지하1층", + "district": "서울특별시 성북구", + "latitude": 37.590644206413586, + "longitude": 127.01670482731463, + "representativePriceAmount": 1100, + "representativePriceLabel": "당구 10분(10:00~17:00)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-279-4811", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 당구 10분(10:00~17:00) 1,100원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-4642-3078 / 영업시간: 평일 오전 11시 -자정 12시 주말,공휴일 오전 10시 - 자정12시", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "42b2b68f744ccd902c28", - "label": "백반", - "amount": 8000, + "id": "9161c167a5f1124272ac", + "label": "당구 10분(10:00~17:00)", + "amount": 1100, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "44dccd939ca3d68af222", + "label": "당구 10분(17:00~3:30)", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "42b2b68f744ccd902c28-history", - "label": "백반", - "amount": 8000, + "id": "9161c167a5f1124272ac-history", + "label": "당구 10분(10:00~17:00)", + "amount": 1100, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "44dccd939ca3d68af222-history", + "label": "당구 10분(17:00~3:30)", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5616", - "name": "광양숯불갈비", - "businessName": "광양숯불갈비", + "id": "goodprice-2258", + "name": "대왕김밥(대인동)", + "businessName": "대왕김밥(대인동)", "categorySlug": "korean", - "address": "전라남도 목포시 노적봉길 21 (죽동)", - "district": "전라남도 목포시", - "latitude": 34.7896123625075, - "longitude": 126.383187062276, - "representativePriceAmount": 7000, - "representativePriceLabel": "산채비빔밥", + "address": "광주광역시 동구 구성로204번길 15-6 1층(대인동)", + "district": "광주광역시 동구", + "latitude": 35.1525929911284, + "longitude": 126.91613437943, + "representativePriceAmount": 3500, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 산채비빔밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-5282 / 영업시간: 10:30-21:00 정기휴무(매주 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-529-3363 / 영업시간: 09:00-19:00 휴일 일요일, 명절", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7e8251d3688b8403561f", - "label": "산채비빔밥", - "amount": 7000, + "id": "650638df6a128b277f01", + "label": "김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "51a14b61f19fcb09c99e", - "label": "냉면", - "amount": 8000, + "id": "de42f31d1011f2b430fc", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7b9a909e7b05c9fcd91a", - "label": "육개장", - "amount": 9000, + "id": "0bb71c7ec045a64c6643", + "label": "햄야채볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "348116809e1e1ad778a4", + "label": "오므라이스", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "e1b2077f665207815225", + "label": "제육덮밥", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7e8251d3688b8403561f-history", - "label": "산채비빔밥", - "amount": 7000, + "id": "650638df6a128b277f01-history", + "label": "김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "51a14b61f19fcb09c99e-history", - "label": "냉면", - "amount": 8000, + "id": "de42f31d1011f2b430fc-history", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7b9a909e7b05c9fcd91a-history", - "label": "육개장", - "amount": 9000, + "id": "0bb71c7ec045a64c6643-history", + "label": "햄야채볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "348116809e1e1ad778a4-history", + "label": "오므라이스", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e1b2077f665207815225-history", + "label": "제육덮밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16974", - "name": "김밥나라(중앙병원점)", - "businessName": "김밥나라(중앙병원점)", - "categorySlug": "korean", - "address": "전라남도 목포시 텃골로13번길 32 (석현동) 상가동 104호", - "district": "전라남도 목포시", - "latitude": 34.82007683022403, - "longitude": 126.41976655741243, + "id": "goodprice-2524", + "name": "수정목욕탕", + "businessName": "수정목욕탕", + "categorySlug": "bath", + "address": "대전광역시 동구 비래서로62번길 103 (가양동)", + "district": "대전광역시 동구", + "latitude": 36.3498831171768, + "longitude": 127.449018725201, "representativePriceAmount": 6000, - "representativePriceLabel": "김치찌개", + "representativePriceLabel": "목욕료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-282-5888", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-631-3660 / 영업시간: 05:00 ~ 18:00 매주 수요일 정기휴무", "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": "순두부찌개", + "id": "2ea7a3724ebf058ee693", + "label": "목욕료", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "순두부찌개", + "id": "2ea7a3724ebf058ee693-history", + "label": "목욕료", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18284", - "name": "김밥마트(용당점)", - "businessName": "김밥마트(용당점)", + "id": "goodprice-979", + "name": "거목식당", + "businessName": "거목식당", "categorySlug": "korean", - "address": "전라남도 목포시 영산로 260 (용당동) 김밥마트", - "district": "전라남도 목포시", - "latitude": 34.803356100920574, - "longitude": 126.3947727037926, - "representativePriceAmount": 3000, - "representativePriceLabel": "김밥", + "address": "서울특별시 중구 을지로36길 18 (을지로5가)", + "district": "서울특별시 중구", + "latitude": 37.5659767545803, + "longitude": 127.001477572948, + "representativePriceAmount": 7000, + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-272-4288", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-226-0010 / 영업시간: 월~토 05:00~20:00 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "68579e82250a6cf772b0", - "label": "김밥", - "amount": 3000, + "id": "0a3174cd0f6da08e1c41", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5c2e1d6c901df49fef8f", - "label": "참치김밥", - "amount": 4000, + "id": "1a4d07add33313b4fdfd", + "label": "순두부찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "68579e82250a6cf772b0-history", - "label": "김밥", - "amount": 3000, + "id": "0a3174cd0f6da08e1c41-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5c2e1d6c901df49fef8f-history", - "label": "참치김밥", - "amount": 4000, + "id": "1a4d07add33313b4fdfd-history", + "label": "순두부찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6368", - "name": "강가박가92", - "businessName": "강가박가92", - "categorySlug": "korean", - "address": "경상북도 포항시 남구 중앙로134번길 3 강가박가92", - "district": "경상북도 포항시", - "latitude": 36.025206265541, - "longitude": 129.368486584177, + "id": "goodprice-17898", + "name": "부흥세탁소", + "businessName": "부흥세탁소", + "categorySlug": "laundry", + "address": "서울특별시 성북구 장위로16길 5 (장위동) 1층", + "district": "서울특별시 성북구", + "latitude": 37.61393773711567, + "longitude": 127.04159696628186, "representativePriceAmount": 5000, - "representativePriceLabel": "잔치국수", + "representativePriceLabel": "운동화", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-281-7838 / 영업시간: 11시~19시", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 운동화 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-918-8260", "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": "수제비", + "id": "570cfec5ec7d56f385e7", + "label": "운동화", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "수제비", + "id": "570cfec5ec7d56f385e7-history", + "label": "운동화", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14874", - "name": "강변식당", - "businessName": "강변식당", + "id": "goodprice-2562", + "name": "경성화로", + "businessName": "경성화로", "categorySlug": "korean", - "address": "경상북도 포항시 북구 죽도로40번길 44-2 (죽도동) 강변식당", - "district": "경상북도 포항시", - "latitude": 36.02997134258029, - "longitude": 129.36267202809643, - "representativePriceAmount": 8000, - "representativePriceLabel": "정식", + "address": "대전광역시 동구 동서대로 1748번길 152 (가양동)", + "district": "대전광역시 동구", + "latitude": 36.3488134723206, + "longitude": 127.450323327516, + "representativePriceAmount": 7000, + "representativePriceLabel": "삼겹살(150g)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-272-8328", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(150g) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-632-1087 / 영업시간: 16:00 ~ 23:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "982cff70193b7ded5e8b", - "label": "정식", - "amount": 8000, + "id": "23c58d26998b6de36ccd", + "label": "삼겹살(150g)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "43ada5360fbfb5898af8", - "label": "비빔밥", - "amount": 8000, + "id": "6677d6e7241b4f40c371", + "label": "갈매기살(150g)", + "amount": 7900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "72d036ac3ffd6bcacb88", - "label": "제육볶음", - "amount": 10000, + "id": "bea4c467b06a7eebc475", + "label": "김치말이국수(냉/온)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "982cff70193b7ded5e8b-history", - "label": "정식", - "amount": 8000, + "id": "5e869f27b14e5558b43d", + "label": "껍데기", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "43ada5360fbfb5898af8-history", - "label": "비빔밥", - "amount": 8000, + "id": "705d66c7eba21f12fc8f", + "label": "두툼삼겹살(150g)", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "72d036ac3ffd6bcacb88-history", - "label": "제육볶음", - "amount": 10000, + "id": "11b65af72596a6f64404", + "label": "목살(150g)", + "amount": 7000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "b313422c175eef83653c", - "label": "정식", - "amount": 7000, + "id": "1626153ab556d897affa", + "label": "물냉면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5fb4bb2106ef744eed21", - "label": "김치찌개", - "amount": 8000, + "id": "71f331f42ed424bf7aca", + "label": "비빔냉면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ef8eef3706fc890ab226", - "label": "된장찌개", - "amount": 8000, + "id": "29de8b31534459d7077a", + "label": "새우롤", + "amount": 6800, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "dfa28d1c5775f9f16721", + "label": "참숯초벌삼겹살(150g)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b313422c175eef83653c-history", - "label": "정식", + "id": "23c58d26998b6de36ccd-history", + "label": "삼겹살(150g)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5fb4bb2106ef744eed21-history", - "label": "김치찌개", - "amount": 8000, + "id": "6677d6e7241b4f40c371-history", + "label": "갈매기살(150g)", + "amount": 7900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ef8eef3706fc890ab226-history", - "label": "된장찌개", - "amount": 8000, + "id": "bea4c467b06a7eebc475-history", + "label": "김치말이국수(냉/온)", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5e869f27b14e5558b43d-history", + "label": "껍데기", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "705d66c7eba21f12fc8f-history", + "label": "두툼삼겹살(150g)", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "11b65af72596a6f64404-history", + "label": "목살(150g)", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1626153ab556d897affa-history", + "label": "물냉면", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "71f331f42ed424bf7aca-history", + "label": "비빔냉면", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "29de8b31534459d7077a-history", + "label": "새우롤", + "amount": 6800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "dfa28d1c5775f9f16721-history", + "label": "참숯초벌삼겹살(150g)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6380", - "name": "거성갈비살", - "businessName": "거성갈비살", - "categorySlug": "korean", - "address": "경상북도 포항시 남구 대해로 134 거성갈비살", - "district": "경상북도 포항시", - "latitude": 36.0193468713474, - "longitude": 129.365579165755, - "representativePriceAmount": 9000, - "representativePriceLabel": "정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 매일 09:00-22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 이용료(1시간) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-271-1644 / 영업시간: 평일(수, 목, 금) 14:00 ~ 18:00 / 주말(공휴일) 11:00 ~ 18:00 매주 월요일, 화요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2efb5e0350c8f3879de6", - "label": "정식", - "amount": 9000, + "id": "6f48025fab16125a38f7", + "label": "이용료(1시간)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2efb5e0350c8f3879de6-history", - "label": "정식", - "amount": 9000, + "id": "6f48025fab16125a38f7-history", + "label": "이용료(1시간)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6792", - "name": "고인돌", - "businessName": "고인돌", - "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 합성옛길 309 (합성동)", - "district": "경상남도 창원시", - "latitude": 35.2443031085876, - "longitude": 128.588528120564, - "representativePriceAmount": 10000, - "representativePriceLabel": "흑돼지삼겹살", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 흑돼지삼겹살 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-297-9070", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-723-4038 / 영업시간: 영업시간 10:30 ~ 21:00 BreakTime 15:00 ~ 17:00 (일요일 정기휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "280e999dd17edbc4526c", - "label": "흑돼지삼겹살", - "amount": 10000, + "id": "80381c7c3813a0cd4c59", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "27ff3bd00c28f49bf118", - "label": "차돌박이", - "amount": 9000, + "id": "46eb2fc605087014020b", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "280e999dd17edbc4526c-history", - "label": "흑돼지삼겹살", - "amount": 10000, + "id": "80381c7c3813a0cd4c59-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "27ff3bd00c28f49bf118-history", - "label": "차돌박이", - "amount": 9000, + "id": "46eb2fc605087014020b-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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)", + "id": "goodprice-16966", + "name": "서림탕", + "businessName": "서림탕", + "categorySlug": "bath", + "address": "서울특별시 성북구 보국문로 151 (정릉동) 1층 서림탕", + "district": "서울특별시 성북구", + "latitude": 37.616378244970825, + "longitude": 127.0043918502785, + "representativePriceAmount": 7500, + "representativePriceLabel": "목욕비(대인)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(hot) 2,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-544-3040", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕비(대인) 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-914-3852 / 영업시간: 5시~16시 (매주 화요일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "465ae2659f21654d3d2f", - "label": "아메리카노(hot)", - "amount": 2500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "594e07abe92d3cfe5693", - "label": "생강차", - "amount": 4000, + "id": "3110e695798ad2b4580e", + "label": "목욕비(대인)", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1cb4935685a044c98c94", - "label": "팥빙수", - "amount": 6000, + "id": "a371a04ffa2b99ae8c9e", + "label": "목욕비(소인)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "465ae2659f21654d3d2f-history", - "label": "아메리카노(hot)", - "amount": 2500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "594e07abe92d3cfe5693-history", - "label": "생강차", - "amount": 4000, + "id": "3110e695798ad2b4580e-history", + "label": "목욕비(대인)", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1cb4935685a044c98c94-history", - "label": "팥빙수", - "amount": 6000, + "id": "a371a04ffa2b99ae8c9e-history", + "label": "목욕비(소인)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10635", - "name": "감나무집", - "businessName": "감나무집", + "id": "goodprice-2544", + "name": "김화칼국수", + "businessName": "김화칼국수", "categorySlug": "korean", - "address": "제주특별자치도 제주시 오남로 12 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.4941885992074, - "longitude": 126.519518313018, - "representativePriceAmount": 10000, - "representativePriceLabel": "흑돼지두루치기정식", + "address": "대전광역시 동구 중앙로 203번길 28 (중동)", + "district": "대전광역시 동구", + "latitude": 36.332041975521, + "longitude": 127.431018789434, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 흑돼지두루치기정식 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-722-8292", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-221-7594 / 영업시간: 09:00 ~ 20:00 / 매주 일요일 정기 후뮤 / 브레이크타임 14:30 ~ 16:00 / 라스트오더 17:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7750b8f548a954e5a228", - "label": "흑돼지두루치기정식", - "amount": 10000, + "id": "7cb413361b5ab7c6b822", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "db0dd97eb0a7a8d46fde", - "label": "돌솥갈비비빔밥", - "amount": 9000, + "id": "8917affda81918473e5a", + "label": "선지국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1dbcf01fec338b056cf1", - "label": "차돌국밥", - "amount": 8000, + "id": "51f3de5f30416fa27743", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "af7b6113e108f84d8545", - "label": "차돌된장찌개", - "amount": 8000, + "id": "19f1878ff7a60db94f0d", + "label": "비빔국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7750b8f548a954e5a228-history", - "label": "흑돼지두루치기정식", - "amount": 10000, + "id": "7cb413361b5ab7c6b822-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "db0dd97eb0a7a8d46fde-history", - "label": "돌솥갈비비빔밥", - "amount": 9000, + "id": "8917affda81918473e5a-history", + "label": "선지국밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1dbcf01fec338b056cf1-history", - "label": "차돌국밥", - "amount": 8000, + "id": "51f3de5f30416fa27743-history", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "af7b6113e108f84d8545-history", - "label": "차돌된장찌개", - "amount": 8000, + "id": "19f1878ff7a60db94f0d-history", + "label": "비빔국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7114", - "name": "강김밥집", - "businessName": "강김밥집", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 애월읍 하귀9길 2 1층 114호", + "id": "goodprice-7013", + "name": "다마내기", + "businessName": "다마내기", + "categorySlug": "other-service", + "address": "제주특별자치도 제주시 원노형로 26 202호 (서림빌딩)", "district": "제주특별자치도 제주시", - "latitude": 33.4864182898895, - "longitude": 126.414565502113, - "representativePriceAmount": 2900, - "representativePriceLabel": "강김밥", + "latitude": 33.4864471773391, + "longitude": 126.484759413813, + "representativePriceAmount": 1700, + "representativePriceLabel": "중대 10분", "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 중대 10분 1,700원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "dfe290287c15985bedb0", - "label": "강김밥", - "amount": 2900, + "id": "bbff1e48933862c8375c", + "label": "중대 10분", + "amount": 1700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1f2df78ffce0c8fbb025", - "label": "멸치김밥", - "amount": 3800, + "id": "70efd2e12e5955def681", + "label": "기본 30분", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "61b76b781caa4d861175", - "label": "우엉김밥", - "amount": 3800, + "id": "bbff1e48933862c8375c-history", + "label": "중대 10분", + "amount": 1700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c6a9b5a83d9d42a6764a", - "label": "치즈김밥", - "amount": 3800, + "id": "70efd2e12e5955def681-history", + "label": "기본 30분", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-226-1555 / 영업시간: 매일 11:30-22:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "cfa78e45eb527f6a4d1d", - "label": "참치김밥", - "amount": 3500, + "id": "003174f9443bd51114c6", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4f51358c063e8f336627", - "label": "진미김밥", - "amount": 3500, + "id": "c007235afba35cf5bfbb", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "003174f9443bd51114c6-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4f51358c063e8f336627-history", - "label": "진미김밥", - "amount": 3500, + "id": "c007235afba35cf5bfbb-history", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7202", - "name": "고기서맛나(하몽이네)", - "businessName": "고기서맛나(하몽이네)", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 중앙로21길 4 1층(이도일동)", - "district": "제주특별자치도 제주시", - "latitude": 33.5078471486649, - "longitude": 126.524747667261, + "id": "goodprice-16482", + "name": "극동머리방", + "businessName": "극동머리방", + "categorySlug": "beauty", + "address": "서울특별시 강북구 인수봉로72가길 7 (수유동) 1층", + "district": "서울특별시 강북구", + "latitude": 37.6431756088048, + "longitude": 127.01313193605671, "representativePriceAmount": 5000, - "representativePriceLabel": "제주산 생뒷고기", + "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 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-907-2251", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a0bbd0f2f8179f57b983", - "label": "제주산 생뒷고기", + "id": "554da262ae7a421b52fc", + "label": "커트", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "0a647ed4f4747f9a4c40", - "label": "흑돼지 제육백반", - "amount": 9000, + "id": "554da262ae7a421b52fc-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 대패삼겹살(100g) 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-282-3313 / 영업시간: 16:00~24:00(매주 화요일 휴무)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "231fef98c1476ca30bb4", - "label": "추억의 냉동삼겹", - "amount": 5000, + "id": "62794c4b1abdfb6fa747", + "label": "대패삼겹살(100g)", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "80034990534affe1f1c4", - "label": "해물된장찌개", - "amount": 9000, + "id": "a6c43cd15ddbbcd918b6", + "label": "생삼겹살(120g)", + "amount": 6900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "6745f9907878d060dbf2", - "label": "흑돈 제육밴반", - "amount": 9000, + "id": "62794c4b1abdfb6fa747-history", + "label": "대패삼겹살(100g)", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "20f9c35838639a01c16f", - "label": "흑돈김치찌개", - "amount": 9000, + "id": "a6c43cd15ddbbcd918b6-history", + "label": "생삼겹살(120g)", + "amount": 6900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복상의 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-252-6311 / 영업시간: 매일 09:00~20:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "a0bbd0f2f8179f57b983-history", - "label": "제주산 생뒷고기", + "id": "a7b23641d8a9cc56ad29", + "label": "양복상의", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0a647ed4f4747f9a4c40-history", - "label": "흑돼지 제육백반", - "amount": 9000, + "id": "2fb9d14f48673a5c9015", + "label": "양복하의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "231fef98c1476ca30bb4-history", - "label": "추억의 냉동삼겹", - "amount": 5000, + "id": "349b2d08e465c0809d7a", + "label": "셔츠", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "80034990534affe1f1c4-history", - "label": "해물된장찌개", - "amount": 9000, + "id": "a7b23641d8a9cc56ad29-history", + "label": "양복상의", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6745f9907878d060dbf2-history", - "label": "흑돈 제육밴반", - "amount": 9000, + "id": "2fb9d14f48673a5c9015-history", + "label": "양복하의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "20f9c35838639a01c16f-history", - "label": "흑돈김치찌개", - "amount": 9000, + "id": "349b2d08e465c0809d7a-history", + "label": "셔츠", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18196", - "name": "동문식당", - "businessName": "동문식당", + "id": "goodprice-16087", + "name": "뉴욕스넥", + "businessName": "뉴욕스넥", "categorySlug": "korean", - "address": "서울특별시 종로구 종로 300-1 (창신동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.57159249625645, - "longitude": 127.01124193717713, - "representativePriceAmount": 5000, - "representativePriceLabel": "콩나물비빔밥", + "address": "서울특별시 중구 을지로 지하131 (을지로3가) 56호", + "district": "서울특별시 중구", + "latitude": 37.566442970950895, + "longitude": 126.99419916729464, + "representativePriceAmount": 3500, + "representativePriceLabel": "야채김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물비빔밥 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 야채김밥 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2274-1110", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f638b225b0cd7383e1bb", - "label": "콩나물비빔밥", - "amount": 5000, + "id": "eb4c0effa1ffa2aea32a", + "label": "야채김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4325c924996e2b4442a2", - "label": "소고기콩나물밥", + "id": "654701a3801a3618a738", + "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f638b225b0cd7383e1bb-history", - "label": "콩나물비빔밥", - "amount": 5000, + "id": "eb4c0effa1ffa2aea32a-history", + "label": "야채김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4325c924996e2b4442a2-history", - "label": "소고기콩나물밥", + "id": "654701a3801a3618a738-history", + "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19249", - "name": "둘리분식", - "businessName": "둘리분식", - "categorySlug": "korean", - "address": "서울특별시 종로구 창경궁로34길 15 (혜화동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.584324897003846, - "longitude": 127.0011787060946, - "representativePriceAmount": 4000, - "representativePriceLabel": "된장찌개", + "id": "goodprice-115", + "name": "럭키미용실", + "businessName": "럭키미용실", + "categorySlug": "beauty", + "address": "서울특별시 강북구 오패산로 273 1층", + "district": "서울특별시 강북구", + "latitude": 37.6257488946126, + "longitude": 127.029538289863, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-744-8626", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-986-2530", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f2a45b6501b4f06b43a4", - "label": "된장찌개", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "2a1c7a9c1192f4dae37c", - "label": "제육덮밥", - "amount": 4000, + "id": "ea9e2743d705c7237378", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7662b80088e954e58acd", - "label": "비빔밥", - "amount": 3500, + "id": "5bd1a98541a98495f8d9", + "label": "컷 커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f2a45b6501b4f06b43a4-history", - "label": "된장찌개", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "2a1c7a9c1192f4dae37c-history", - "label": "제육덮밥", - "amount": 4000, + "id": "ea9e2743d705c7237378-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7662b80088e954e58acd-history", - "label": "비빔밥", - "amount": 3500, + "id": "5bd1a98541a98495f8d9-history", + "label": "컷 커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19006", - "name": "남포설렁탕", - "businessName": "남포설렁탕", + "id": "goodprice-10182", + "name": "농부의한우", + "businessName": "농부의한우", "categorySlug": "korean", - "address": "부산광역시 중구 구덕로34번길 5 (남포동2가) 1층", - "district": "부산광역시 중구", - "latitude": 35.098466691867394, - "longitude": 129.03204192140768, - "representativePriceAmount": 10000, - "representativePriceLabel": "설렁탕", + "address": "세종특별자치시 금남면 세종로 470 1층", + "district": "세종특별자치시 금남면", + "latitude": 36.4608221175864, + "longitude": 127.27888584, + "representativePriceAmount": 7000, + "representativePriceLabel": "국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 설렁탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-255-2263 / 영업시간: 00:00~24:00(24시간영업)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-866-1181", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8728e87de7a398f79d78", - "label": "설렁탕", - "amount": 10000, + "id": "f9a48487aba9bb17d13b", + "label": "국밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7b33ed6903d1c2a750bf", + "label": "선지국밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d0fad082c41e37e8fcfa", - "label": "맑은양지탕", - "amount": 10000, + "id": "96d800e86310b7ae4e36", + "label": "맑은탕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8728e87de7a398f79d78-history", - "label": "설렁탕", - "amount": 10000, + "id": "f9a48487aba9bb17d13b-history", + "label": "국밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7b33ed6903d1c2a750bf-history", + "label": "선지국밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d0fad082c41e37e8fcfa-history", - "label": "맑은양지탕", - "amount": 10000, + "id": "96d800e86310b7ae4e36-history", + "label": "맑은탕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1648", - "name": "남포수제비", - "businessName": "남포수제비", - "categorySlug": "korean", - "address": "부산광역시 중구 광복로 49번길 7-1 (창선동)", - "district": "부산광역시 중구", - "latitude": 35.0998830313842, - "longitude": 129.030510175225, - "representativePriceAmount": 6500, - "representativePriceLabel": "충무김밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 충무김밥 6,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-245-6821 / 영업시간: 영업시간 09:00 - 20:30 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복상의 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-261-8348", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "03e6e57e0d54bc6f101d", - "label": "충무김밥", - "amount": 6500, + "id": "145e5e2aff423a5b73ab", + "label": "양복상의", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fde52b8d69803118d518", - "label": "수제비", - "amount": 7000, + "id": "37291fd3ead059e4bbe5", + "label": "양복하의", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3affe8654f96b7c247e1", - "label": "비빔국수", - "amount": 7500, + "id": "66c61efa6c13d5079bba", + "label": "셔츠", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "03e6e57e0d54bc6f101d-history", - "label": "충무김밥", - "amount": 6500, + "id": "145e5e2aff423a5b73ab-history", + "label": "양복상의", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fde52b8d69803118d518-history", - "label": "수제비", - "amount": 7000, + "id": "37291fd3ead059e4bbe5-history", + "label": "양복하의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3affe8654f96b7c247e1-history", - "label": "비빔국수", - "amount": 7500, + "id": "66c61efa6c13d5079bba-history", + "label": "셔츠", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10020", - "name": "남포이발컷트", - "businessName": "남포이발컷트", - "categorySlug": "barber", - "address": "부산광역시 중구 중구로 2 2층(남포동5가)", - "district": "부산광역시 중구", - "latitude": 35.0979757736079, - "longitude": 129.028282683866, - "representativePriceAmount": 6000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-378-1313 / 영업시간: 월~토 11:00-22:00 브레이크타임15:30~16:30 일 정기휴무(매주일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "68c18452d2019bc77658", - "label": "커트", - "amount": 6000, + "id": "615d745518199ef100c8", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "b25a2b0f04850a64793a", - "label": "일반염색", + "id": "615d745518199ef100c8-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "comments": [] + }, + { + "id": "goodprice-14193", + "name": "미주이발소", + "businessName": "미주이발소", + "categorySlug": "barber", + "address": "서울특별시 강북구 인수봉로79길 32 (수유동) 1층", + "district": "서울특별시 강북구", + "latitude": 37.64430707644983, + "longitude": 127.00929698556787, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-4753-1726", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "68c18452d2019bc77658-history", + "id": "c057bfb6a7214a97fb31", "label": "커트", - "amount": 6000, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "b25a2b0f04850a64793a-history", - "label": "일반염색", + "id": "c057bfb6a7214a97fb31-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1649", - "name": "단골식당", - "businessName": "단골식당", + "id": "goodprice-10185", + "name": "도담얼큰이 칼국수", + "businessName": "도담얼큰이 칼국수", "categorySlug": "korean", - "address": "부산광역시 중구 동광길 193 (영주1동)", - "district": "부산광역시 중구", - "latitude": 35.1109965770514, - "longitude": 129.037200736899, - "representativePriceAmount": 8000, - "representativePriceLabel": "묵은지김치전골", + "address": "세종특별자치시 보듬4로 9 1동 2층 29호(도담동 카림애비뉴)", + "district": "세종특별자치시 보듬4로", + "latitude": 36.5131131389938, + "longitude": 127.260704077872, + "representativePriceAmount": 5900, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 묵은지김치전골 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-441-8540 / 영업시간: 영업시간 09:00 - 21:00, ,일요일 휴무(예약시 일요일 가능)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-867-0309", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8484e82e12fccb4f630c", - "label": "묵은지김치전골", - "amount": 8000, + "id": "93b6fab347968a6b99ee", + "label": "칼국수", + "amount": 5900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e19baca9d16c8f41a779", - "label": "된장찌개", - "amount": 8000, + "id": "e3be1a0beb6e16c0ccba", + "label": "유부초밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8484e82e12fccb4f630c-history", - "label": "묵은지김치전골", - "amount": 8000, + "id": "93b6fab347968a6b99ee-history", + "label": "칼국수", + "amount": 5900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e19baca9d16c8f41a779-history", - "label": "된장찌개", - "amount": 8000, + "id": "e3be1a0beb6e16c0ccba-history", + "label": "유부초밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "김치돼지찌개", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치돼지찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-257-6244", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(기본) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-278-1571", "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": "국수", + "id": "c220e2977a20f26351e2", + "label": "커트(기본)", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "국수", + "id": "c220e2977a20f26351e2-history", + "label": "커트(기본)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17986", - "name": "동인식당", - "businessName": "동인식당", + "id": "goodprice-18573", + "name": "동경우동(2호점)", + "businessName": "동경우동(2호점)", "categorySlug": "korean", - "address": "대구광역시 중구 동덕로36길 130 (동인동4가) 동인동", - "district": "대구광역시 중구", - "latitude": 35.869224595714726, - "longitude": 128.6114387547134, - "representativePriceAmount": 7000, - "representativePriceLabel": "정식", + "address": "서울특별시 중구 퇴계로27길 16 (필동1가) 1층 105호", + "district": "서울특별시 중구", + "latitude": 37.56195219030635, + "longitude": 126.99184490399296, + "representativePriceAmount": 5000, + "representativePriceLabel": "우동", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-423-9961", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2277-3223", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "90263472c8212c00d06c", - "label": "정식", - "amount": 7000, + "id": "c186654dd7ec7e66b6ab", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e96223a1bbac10ac34a1", - "label": "김치찌개", - "amount": 8000, + "id": "d0bb5b1b65ec635e4d6d", + "label": "유부초밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c06d1b159d3a0fcdeec5", - "label": "돼지국밥", - "amount": 8000, + "id": "ea288e576441869038c0", + "label": "오뎅우동", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ffdf5286021df621990a", - "label": "순대국밥", - "amount": 8000, + "id": "e8993c38fbd585c34114", + "label": "케라레아스", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "90263472c8212c00d06c-history", - "label": "정식", - "amount": 7000, + "id": "c186654dd7ec7e66b6ab-history", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e96223a1bbac10ac34a1-history", - "label": "김치찌개", - "amount": 8000, + "id": "d0bb5b1b65ec635e4d6d-history", + "label": "유부초밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c06d1b159d3a0fcdeec5-history", - "label": "돼지국밥", - "amount": 8000, + "id": "ea288e576441869038c0-history", + "label": "오뎅우동", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ffdf5286021df621990a-history", - "label": "순대국밥", - "amount": 8000, + "id": "e8993c38fbd585c34114-history", + "label": "케라레아스", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14949", - "name": "만리장성", - "businessName": "만리장성", - "categorySlug": "chinese", - "address": "대구광역시 중구 공평로 95 (동문동) .", - "district": "대구광역시 중구", - "latitude": 35.87252613112093, - "longitude": 128.60076336835849, - "representativePriceAmount": 2000, - "representativePriceLabel": "짜장면", + "id": "goodprice-114", + "name": "백양세탁소", + "businessName": "백양세탁소", + "categorySlug": "laundry", + "address": "서울특별시 강북구 인수봉로 251-1 1층", + "district": "서울특별시 강북구", + "latitude": 37.6411378755368, + "longitude": 127.010739559379, + "representativePriceAmount": 7000, + "representativePriceLabel": "양복세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-2412 / 영업시간: 11:00 ~20:00 (일요일 : 정기휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-997-9390", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4e9bece4bff507f8c909", - "label": "짜장면", - "amount": 2000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d4df1afef8fa73d5b7b2", - "label": "짬뽕", - "amount": 4000, + "id": "d42b27c47e3c32c00e73", + "label": "양복세탁료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "65941241259b61e7d563", - "label": "미니탕수육", - "amount": 7000, + "id": "418b5147701706ac85bf", + "label": "의복수선료", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4e9bece4bff507f8c909-history", - "label": "짜장면", - "amount": 2000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d4df1afef8fa73d5b7b2-history", - "label": "짬뽕", - "amount": 4000, + "id": "d42b27c47e3c32c00e73-history", + "label": "양복세탁료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "65941241259b61e7d563-history", - "label": "미니탕수육", - "amount": 7000, + "id": "418b5147701706ac85bf-history", + "label": "의복수선료", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2012", - "name": "만리향반점", - "businessName": "만리향반점", - "categorySlug": "chinese", - "address": "대구광역시 중구 명덕로35길 112 (남산)", - "district": "대구광역시 중구", - "latitude": 35.8614534554198, - "longitude": 128.590364961693, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-255-9380 / 영업시간: 11:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-271-1009", "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, + "id": "dca331fc13a1e8cd89f3", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "dca331fc13a1e8cd89f3-history", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 바지 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-891-5252 / 영업시간: 월~금 : 09:30~21:00 토 : 10;00~17;00 정기휴무(일요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "a56fd77fcbbe8572e3b6-history", - "label": "우동", - "amount": 7000, + "id": "e7b80e9540039dce2f39", + "label": "바지", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "1dc2c2aeadd1d877031e-history", - "label": "간짜장", - "amount": 7000, + "id": "e7b80e9540039dce2f39-history", + "label": "바지", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16953", - "name": "마카롱데이즈", - "businessName": "마카롱데이즈", - "categorySlug": "bakery", - "address": "인천광역시 중구 우현로35번길 13-2 (신생동) 1층", - "district": "인천광역시 중구", - "latitude": 37.47044194467634, - "longitude": 126.62613140213853, - "representativePriceAmount": 1700, - "representativePriceLabel": "다쿠마롱(10개 이상 주문시)", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 다쿠마롱(10개 이상 주문시) 1,700원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1485-5016", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2274-3440", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fda68ad7ef9a5d1829f4", - "label": "다쿠마롱(10개 이상 주문시)", - "amount": 1700, + "id": "466df7c17ff07370aa09", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d2735f6b8409c638120b", - "label": "다쿠마롱(10개 이하 주문시)", - "amount": 1800, + "id": "0d08f6b399c3af24c9c5", + "label": "유부초밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ef9665f9b336776fe277", - "label": "아메키라노", - "amount": 1900, + "id": "f9a9760ebabafea10058", + "label": "카레라이스", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b19583a603fc3c8d397e", + "label": "우동 카레 세트", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fda68ad7ef9a5d1829f4-history", - "label": "다쿠마롱(10개 이상 주문시)", - "amount": 1700, + "id": "466df7c17ff07370aa09-history", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d2735f6b8409c638120b-history", - "label": "다쿠마롱(10개 이하 주문시)", - "amount": 1800, + "id": "0d08f6b399c3af24c9c5-history", + "label": "유부초밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ef9665f9b336776fe277-history", - "label": "아메키라노", - "amount": 1900, + "id": "f9a9760ebabafea10058-history", + "label": "카레라이스", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b19583a603fc3c8d397e-history", + "label": "우동 카레 세트", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17145", - "name": "명동식당", - "businessName": "명동식당", - "categorySlug": "korean", - "address": "인천광역시 중구 답동로30번길 25 (경동) 1층", - "district": "인천광역시 중구", - "latitude": 37.47170701109189, - "longitude": 126.63290688540795, + "id": "goodprice-117", + "name": "별미용실", + "businessName": "별미용실", + "categorySlug": "beauty", + "address": "서울특별시 강북구 삼양로41길 17 1층", + "district": "서울특별시 강북구", + "latitude": 37.6218363410093, + "longitude": 127.019135590462, "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-5668", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-983-0650 / 영업시간: 09:00 ~ 18:00 매주 화요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b35d607374c66c1a3955", - "label": "칼국수", + "id": "f14753bb24e4c1dd2a59", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "efe3ff7f0f89be35e09b", - "label": "돈가스", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b35d607374c66c1a3955-history", - "label": "칼국수", + "id": "f14753bb24e4c1dd2a59-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "efe3ff7f0f89be35e09b-history", - "label": "돈가스", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2259", - "name": "대왕김밥(학동)", - "businessName": "대왕김밥(학동)", - "categorySlug": "korean", - "address": "광주광역시 동구 남문로 671 (학동)", - "district": "광주광역시 동구", - "latitude": 35.1305985718859, - "longitude": 126.929101660948, - "representativePriceAmount": 3000, - "representativePriceLabel": "김밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-0868 / 영업시간: 08:00-22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-555-0738 / 영업시간: 09:30~17:30 명절휴무", "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, + "id": "da0270c422e8f3e55436", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0340974e787b9db61d31", - "label": "대왕김밥", + "id": "81fc55ca88578e0a5d68", + "label": "카페라떼", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "1b6fe8cb891f0c813351", - "label": "참치김밥", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "328231d8905cd6930276", - "label": "치즈김밥", - "amount": 4000, + "id": "8eb4692b74d569b152bf", + "label": "카페모카", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "da0270c422e8f3e55436-history", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0340974e787b9db61d31-history", - "label": "대왕김밥", + "id": "81fc55ca88578e0a5d68-history", + "label": "카페라떼", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "1b6fe8cb891f0c813351-history", - "label": "참치김밥", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "328231d8905cd6930276-history", - "label": "치즈김밥", - "amount": 4000, + "id": "8eb4692b74d569b152bf-history", + "label": "카페모카", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15363", - "name": "대접", - "businessName": "대접", - "categorySlug": "korean", - "address": "광주광역시 동구 서석로85번길 8-7 (대의동) 1층", - "district": "광주광역시 동구", - "latitude": 35.150050907279855, - "longitude": 126.9203188050476, - "representativePriceAmount": 4500, - "representativePriceLabel": "잔치국수/비빔국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수/비빔국수 4,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-651-9998 / 영업시간: 월~토 10:00-19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-575-1196 / 영업시간: 10:00~18: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, + "id": "3d6eaedd18da5c5c9e7c", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "3d6eaedd18da5c5c9e7c-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14224", - "name": "덕산오징어보쌈", - "businessName": "덕산오징어보쌈", + "id": "goodprice-983", + "name": "민정이네", + "businessName": "민정이네", "categorySlug": "korean", - "address": "광주광역시 동구 남문로622번길 20 (소태동) 1층", - "district": "광주광역시 동구", - "latitude": 35.127077487064696, - "longitude": 126.93344224312833, - "representativePriceAmount": 8000, - "representativePriceLabel": "점심 백반", + "address": "서울특별시 중구 만리재로 37길 21 (만리동1가)", + "district": "서울특별시 중구", + "latitude": 37.5565915616197, + "longitude": 126.967168586088, + "representativePriceAmount": 7000, + "representativePriceLabel": "점심백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 점심 백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-5868 / 영업시간: 월-토 11:30-21:00 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 점심백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-312-1420 / 영업시간: 월~금 08:00~14:00 토,일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1b2b1b1501e0b1398bd3", - "label": "점심 백반", - "amount": 8000, + "id": "b72e3494a9f58c29ee29", + "label": "점심백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1b2b1b1501e0b1398bd3-history", - "label": "점심 백반", - "amount": 8000, + "id": "b72e3494a9f58c29ee29-history", + "label": "점심백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14430", - "name": "넘치는국수한그릇", - "businessName": "넘치는국수한그릇", - "categorySlug": "korean", - "address": "대전광역시 동구 신기로 123-15 (가오동) 가오초등학교 앞", - "district": "대전광역시 동구", - "latitude": 36.31171842237039, - "longitude": 127.458444535411, + "id": "goodprice-17926", + "name": "세븐미용실", + "businessName": "세븐미용실", + "categorySlug": "beauty", + "address": "서울특별시 강북구 삼양로38길 13 (미아동) 1층", + "district": "서울특별시 강북구", + "latitude": 37.62115561793724, + "longitude": 127.02146533471753, "representativePriceAmount": 5000, - "representativePriceLabel": "잔치국수", + "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 브레이크 타임) / 매주 일요일 정기 휴무 /", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-984-7306", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7917751f80db1b7e3ff4", - "label": "잔치국수", + "id": "62a66207b962e1fe78e4", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7917751f80db1b7e3ff4-history", - "label": "잔치국수", + "id": "62a66207b962e1fe78e4-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2528", - "name": "뉴모델이용원", - "businessName": "뉴모델이용원", - "categorySlug": "barber", - "address": "대전광역시 동구 계족로 103 (신흥동)", - "district": "대전광역시 동구", - "latitude": 36.3235977678715, - "longitude": 127.445302754, + "id": "goodprice-11409", + "name": "경북당", + "businessName": "경북당", + "categorySlug": "korean", + "address": "충청남도 천안시 동남구 병천면 아우내장터2길 46", + "district": "충청남도 천안시", + "latitude": 36.7626220651971, + "longitude": 127.297917324637, "representativePriceAmount": 7000, - "representativePriceLabel": "이용료", + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-282-1933 / 영업시간: 06:00 ~ 19:00 / 매주 수요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-561-4133 / 영업시간: 10:00~15:00 일요일 휴무(병천장날 제외)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "360b54a4464b7a97a3a4", - "label": "이용료", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "82c47b4c16a4a29e816d", - "label": "일반(남)", + "id": "2f7d99d7436e543b01e4", + "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "c03cc7b524a64cbbd09f", - "label": "염색", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "360b54a4464b7a97a3a4-history", - "label": "이용료", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "82c47b4c16a4a29e816d-history", - "label": "일반(남)", + "id": "2f7d99d7436e543b01e4-history", + "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "c03cc7b524a64cbbd09f-history", - "label": "염색", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2529", - "name": "대광이용원", - "businessName": "대광이용원", - "categorySlug": "barber", - "address": "대전광역시 동구 계족로 73-2 (신흥동)", - "district": "대전광역시 동구", - "latitude": 36.3212528089861, - "longitude": 127.443947726738, + "id": "goodprice-4913", + "name": "박정미5000냥헤어", + "businessName": "박정미5000냥헤어", + "categorySlug": "beauty", + "address": "충청남도 천안시 동남구 대흥로 127 (사직동)", + "district": "충청남도 천안시", + "latitude": 36.800548575871, + "longitude": 127.148519132471, "representativePriceAmount": 7000, - "representativePriceLabel": "이용료", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-282-7720 / 영업시간: 09:00 ~ 19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-561-3344 / 영업시간: 09:00~20:00 명절휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f4e0e20600dc3854997e", - "label": "이용료", + "id": "8c16c87ab89b8084da73", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f4e0e20600dc3854997e-history", - "label": "이용료", + "id": "8c16c87ab89b8084da73-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14196", - "name": "떡볶이가좋다", - "businessName": "떡볶이가좋다", - "categorySlug": "korean", - "address": "울산광역시 중구 중앙시장길 2-7 (옥교동) 1층", - "district": "울산광역시 중구", - "latitude": 35.55501926169491, - "longitude": 129.32205281017949, - "representativePriceAmount": 3000, - "representativePriceLabel": "즉석떡볶이", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 즉석떡볶이 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-246-4702 / 영업시간: 월~일 10:00~20:30 (라스트오더 20:00)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(핫) 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-776-5577", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6f96eef1ec37f3aa712f", - "label": "즉석떡볶이", - "amount": 3000, + "id": "ab8b361475e8dbbc2ce1", + "label": "아메리카노(핫)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "89890e63a738df1d6442", - "label": "치즈떡볶이", - "amount": 3500, + "id": "211e9752595ee7742041", + "label": "아메리카노(아이스)", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a9225f3ad913c374ab27", + "label": "카페라떼(핫)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6f96eef1ec37f3aa712f-history", - "label": "즉석떡볶이", - "amount": 3000, + "id": "ab8b361475e8dbbc2ce1-history", + "label": "아메리카노(핫)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "89890e63a738df1d6442-history", - "label": "치즈떡볶이", - "amount": 3500, + "id": "211e9752595ee7742041-history", + "label": "아메리카노(아이스)", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a9225f3ad913c374ab27-history", + "label": "카페라떼(핫)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16674", - "name": "마마칼국수", - "businessName": "마마칼국수", + "id": "goodprice-118", + "name": "송미용실", + "businessName": "송미용실", + "categorySlug": "beauty", + "address": "서울특별시 강북구 인수봉로78길 13 1층(수유동)", + "district": "서울특별시 강북구", + "latitude": 37.6446109094185, + "longitude": 127.011587606952, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-998-7775", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "f87f048b4374307c817f", + "label": "커트", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "f87f048b4374307c817f-history", + "label": "커트", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-16877", + "name": "경자네칼국수", + "businessName": "경자네칼국수", "categorySlug": "korean", - "address": "울산광역시 중구 남외1길 56 (남외동) 1층", - "district": "울산광역시 중구", - "latitude": 35.56704089419386, - "longitude": 129.35042603603065, + "address": "충청남도 천안시 서북구 월봉5길 7 (쌍용동) 102호", + "district": "충청남도 천안시", + "latitude": 36.790593294551826, + "longitude": 127.11713150353609, "representativePriceAmount": 7000, - "representativePriceLabel": "돌솥비빔밥", + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-291-1159 / 영업시간: 월~토: 10:30~20:00 / 19:30 라스트오더 일: 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-578-7676 / 영업시간: 영업시간 10:00~22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "21ebc90cdcb3a27ae77d", - "label": "돌솥비빔밥", + "id": "61fb3c20b5d2ca027b2f", + "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5b6953bd2c10a59e736a", - "label": "순두부찌개", + "id": "bb39a76e50b3c1a6ea3d", + "label": "청국장", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "21ebc90cdcb3a27ae77d-history", - "label": "돌솥비빔밥", + "id": "61fb3c20b5d2ca027b2f-history", + "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5b6953bd2c10a59e736a-history", - "label": "순두부찌개", + "id": "bb39a76e50b3c1a6ea3d-history", + "label": "청국장", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2999", - "name": "만수원숯불갈비", - "businessName": "만수원숯불갈비", - "categorySlug": "korean", - "address": "울산광역시 중구 해오름16길 2 (남외동)", - "district": "울산광역시 중구", - "latitude": 35.5607915680552, - "longitude": 129.342737348461, - "representativePriceAmount": 8000, - "representativePriceLabel": "쌈정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 쌈정식 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-297-4327", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 09:00~20:00 명절휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "511924dcbb4f0c748f92", - "label": "쌈정식", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "ecd2d1aabfd88ed02092", - "label": "삼겹살(120g)", - "amount": 10000, + "id": "510f3ca575467210f36f", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "511924dcbb4f0c748f92-history", - "label": "쌈정식", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "ecd2d1aabfd88ed02092-history", - "label": "삼겹살(120g)", - "amount": 10000, + "id": "510f3ca575467210f36f-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19370", - "name": "모닝베이커리", - "businessName": "모닝베이커리", - "categorySlug": "bakery", - "address": "울산광역시 중구 구교6길 63 (반구동) 모닝베이커리", - "district": "울산광역시 중구", - "latitude": 35.565210010138046, - "longitude": 129.34129671811115, - "representativePriceAmount": 1000, - "representativePriceLabel": "팥빵", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 1,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-294-6636 / 영업시간: 07:00~21:00 / 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-223-8819 / 영업시간: 월~금 10:00-20:30 토~일 11:00-19:00 (하절기에 변동가능)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f60a47bfb867e2bc5d0b", - "label": "팥빵", - "amount": 1000, + "id": "c5dfcaa7d9aa39644d84", + "label": "아메리카노", + "amount": 2300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e7252a9efbc87280b15f", - "label": "머핀", - "amount": 2000, + "id": "3f6c65eaf9b0e847b415", + "label": "복숭아아이스티", + "amount": 2300, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6d41043b245a04ad6fb7", + "label": "플레인크로플", + "amount": 2800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f60a47bfb867e2bc5d0b-history", - "label": "팥빵", - "amount": 1000, + "id": "c5dfcaa7d9aa39644d84-history", + "label": "아메리카노", + "amount": 2300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e7252a9efbc87280b15f-history", - "label": "머핀", - "amount": 2000, + "id": "3f6c65eaf9b0e847b415-history", + "label": "복숭아아이스티", + "amount": 2300, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6d41043b245a04ad6fb7-history", + "label": "플레인크로플", + "amount": 2800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15902", - "name": "만리장성", - "businessName": "만리장성", - "categorySlug": "chinese", - "address": "세종특별자치시 조치원읍 충현로 91 101호 만리장성", - "district": "세종특별자치시 조치원읍", - "latitude": 36.59668528394338, - "longitude": 127.29539473219728, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "id": "goodprice-16479", + "name": "수경머리방", + "businessName": "수경머리방", + "categorySlug": "beauty", + "address": "서울특별시 강북구 도봉로49길 50 (미아동) 1층", + "district": "서울특별시 강북구", + "latitude": 37.62469739941569, + "longitude": 127.0236964703264, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-868-5400", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-982-0204", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d068a6690371d4a2a718", - "label": "짜장면", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "efcb3135ce46ba5e8636", - "label": "짬뽕", - "amount": 8000, + "id": "d9972f41241d0d346616", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d068a6690371d4a2a718-history", - "label": "짜장면", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "efcb3135ce46ba5e8636-history", - "label": "짬뽕", - "amount": 8000, + "id": "d9972f41241d0d346616-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10190", - "name": "맛있는 수다", - "businessName": "맛있는 수다", - "categorySlug": "bakery", - "address": "세종특별자치시 조치원읍 새내10길 41 맛있는 수다", - "district": "세종특별자치시 조치원읍", - "latitude": 36.6006451799859, - "longitude": 127.300531090282, - "representativePriceAmount": 5000, - "representativePriceLabel": "고기만두(8개)", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 고기만두(8개) 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-4967", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 돈가스 2장 5,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-222-1983 / 영업시간: 매일 (AM)10:00~(AM)2:00", "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, + "id": "45e1ac4eb9dfd4168fbd", + "label": "돈가스 2장", + "amount": 5900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "45e1ac4eb9dfd4168fbd-history", + "label": "돈가스 2장", + "amount": 5900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17111", - "name": "경희당구클럽", - "businessName": "경희당구클럽", - "categorySlug": "other-service", - "address": "경기도 수원시 영통구 덕영대로 1707 (영통동) 4층", - "district": "경기도 수원시", - "latitude": 37.24799357407884, - "longitude": 127.07820639116257, - "representativePriceAmount": 1000, - "representativePriceLabel": "10분", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 10분 1,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-5631-2323 / 영업시간: 10:00~03:00 / 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-8670-9155 / 영업시간: 월~일 09:00-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "805ed0c8d272513bf5a3", - "label": "10분", - "amount": 1000, + "id": "e35fad3c00636f73168c", + "label": "남성커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "572caa1f64e66b284464", - "label": "1시간", - "amount": 6000, + "id": "bdf83478435f603d35e2", + "label": "여성커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "805ed0c8d272513bf5a3-history", - "label": "10분", - "amount": 1000, + "id": "e35fad3c00636f73168c-history", + "label": "남성커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "572caa1f64e66b284464-history", - "label": "1시간", - "amount": 6000, + "id": "bdf83478435f603d35e2-history", + "label": "여성커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15567", - "name": "고운돈 79냉삼집", - "businessName": "고운돈 79냉삼집", + "id": "goodprice-984", + "name": "영자씨우동김밥", + "businessName": "영자씨우동김밥", "categorySlug": "korean", - "address": "경기도 수원시 영통구 반달로 50 (영통동) 1층", - "district": "경기도 수원시", - "latitude": 37.249825831037455, - "longitude": 127.07722668063614, - "representativePriceAmount": 7900, - "representativePriceLabel": "냉삼겹(150g)", + "address": "서울특별시 중구 마른내로 15-1 (저동2가)", + "district": "서울특별시 중구", + "latitude": 37.5649541262687, + "longitude": 126.989606762221, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉삼겹(150g) 7,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-205-5678 / 영업시간: 16:00~01:30 월요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-227-9791 / 영업시간: 월~금 07:00~20:00 토,일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ba784350a1ea24409a84", - "label": "냉삼겹(150g)", - "amount": 7900, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "27f258eada25c948846d", + "id": "f1304235cd33c728e951", "label": "김치찌개", - "amount": 5500, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "61669d372441f81a7ff9", - "label": "우삼겹(150g)", - "amount": 9500, + "id": "1ad1a44a63016a968470", + "label": "김밥 (야채)", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ba784350a1ea24409a84-history", - "label": "냉삼겹(150g)", - "amount": 7900, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "27f258eada25c948846d-history", + "id": "f1304235cd33c728e951-history", "label": "김치찌개", - "amount": 5500, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "61669d372441f81a7ff9-history", - "label": "우삼겹(150g)", - "amount": 9500, + "id": "1ad1a44a63016a968470-history", + "label": "김밥 (야채)", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14640", - "name": "광명수산 수원역점", - "businessName": "광명수산 수원역점", - "categorySlug": "japanese", - "address": "경기도 수원시 팔달구 갓매산로 38 (매산로2가) 1층", - "district": "경기도 수원시", - "latitude": 37.267869938538816, - "longitude": 127.00558487313573, - "representativePriceAmount": 8000, - "representativePriceLabel": "활어회덮밥", + "id": "goodprice-119", + "name": "주헤어필", + "businessName": "주헤어필", + "categorySlug": "beauty", + "address": "서울특별시 강북구 한천로144길 53 1층", + "district": "서울특별시 강북구", + "latitude": 37.6430854280736, + "longitude": 127.027119494487, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 활어회덮밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-244-8899", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-905-1588 / 영업시간: 09:00 ~ 18:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "91772ea5ed9663a78080", - "label": "활어회덮밥", - "amount": 8000, + "id": "6ed9ec2583ad999ba562", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "91772ea5ed9663a78080-history", - "label": "활어회덮밥", - "amount": 8000, + "id": "6ed9ec2583ad999ba562-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "goodprice-5435", + "name": "동래분식", + "businessName": "동래분식", + "categorySlug": "korean", + "address": "전북특별자치도 전주시 완산구 풍남문2길 39", + "district": "전북특별자치도 전주시", + "latitude": 35.8125817693067, + "longitude": 127.147152512312, + "representativePriceAmount": 7000, + "representativePriceLabel": "칼국수", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-288-4607", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "8b2426d21428445f60cf", - "label": "양복하의", - "amount": 4000, + "id": "429a300e8e475b4709d4", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "baa3c7b1c9cecf7fda97", - "label": "셔츠", - "amount": 4000, + "id": "fd3c89c165e10ac4cf37", + "label": "손수제비", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1a784509b2c55dc1ce18-history", - "label": "양복상의", - "amount": 6000, + "id": "429a300e8e475b4709d4-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8b2426d21428445f60cf-history", - "label": "양복하의", + "id": "fd3c89c165e10ac4cf37-history", + "label": "손수제비", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 성인 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-226-1142 / 영업시간: 월-토 04:30~16:00 / 일요일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "a299a6165b409b40254b", + "label": "성인", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "baa3c7b1c9cecf7fda97-history", - "label": "셔츠", + "id": "a299a6165b409b40254b-history", + "label": "성인", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4376", - "name": "광치해장국", - "businessName": "광치해장국", + "id": "goodprice-969", + "name": "옛날홍두깨손칼국수", + "businessName": "옛날홍두깨손칼국수", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 소양로 108 (소양동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8932252439588, - "longitude": 127.726036660624, + "address": "서울특별시 중구 동호로7길 32 1층", + "district": "서울특별시 중구", + "latitude": 37.5525136777809, + "longitude": 127.010624637953, "representativePriceAmount": 6000, - "representativePriceLabel": "선지해장국", + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손수제비 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-223-1458 / 영업시간: 월~일 09:00~20:00 명절 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e478b3a32ffd704d858a", - "label": "선지해장국", + "id": "217840a02dae9b806388", + "label": "손수제비", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b1083bba4bf8219041f1", - "label": "콩나물해장국", - "amount": 6000, + "id": "93a81d9fe454a534e253", + "label": "잔치국수", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "de509c5458fa554531ee", - "label": "우거지해장국", + "id": "ed658c755f7a782fc227", + "label": "야채비빔밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e478b3a32ffd704d858a-history", - "label": "선지해장국", + "id": "217840a02dae9b806388-history", + "label": "손수제비", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b1083bba4bf8219041f1-history", - "label": "콩나물해장국", - "amount": 6000, + "id": "93a81d9fe454a534e253-history", + "label": "잔치국수", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "de509c5458fa554531ee-history", - "label": "우거지해장국", + "id": "ed658c755f7a782fc227-history", + "label": "야채비빔밥", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4358", - "name": "국수닭", - "businessName": "국수닭", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 남춘로 36번길 48 (퇴계동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8615806593812, - "longitude": 127.735535866785, - "representativePriceAmount": 6500, - "representativePriceLabel": "닭국수", + "id": "goodprice-16481", + "name": "착한가격머리방", + "businessName": "착한가격머리방", + "categorySlug": "beauty", + "address": "서울특별시 강북구 삼양로27길 43 (미아동) 101호", + "district": "서울특별시 강북구", + "latitude": 37.618550452391496, + "longitude": 127.01884716618042, + "representativePriceAmount": 6000, + "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 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-986-1605", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "76c1c7337d49062c4ad3", - "label": "닭국수", - "amount": 6500, + "id": "8e4f8a7aa227dd9ff86f", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f7a1530cf8c7285c8549", - "label": "비빔국수", - "amount": 7000, + "id": "8e4f8a7aa227dd9ff86f-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 산채비빔밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-242-5282 / 영업시간: 10:30-21:00 정기휴무(매주 일요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "6af260349a1b531b4c8c", - "label": "얼큰닭국수", - "amount": 7500, + "id": "7e8251d3688b8403561f", + "label": "산채비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "76c1c7337d49062c4ad3-history", - "label": "닭국수", - "amount": 6500, + "id": "7e8251d3688b8403561f-history", + "label": "산채비빔밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 운동화 빨래 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 08:30 ~ 19:00 매주 일요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "79d7d9be0c9d09c61767", + "label": "운동화 빨래", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f7a1530cf8c7285c8549-history", - "label": "비빔국수", - "amount": 7000, + "id": "7b5d4f759cc379ef97c4", + "label": "운동화 빨래(물세탁)", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "79d7d9be0c9d09c61767-history", + "label": "운동화 빨래", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6af260349a1b531b4c8c-history", - "label": "얼큰닭국수", - "amount": 7500, + "id": "7b5d4f759cc379ef97c4-history", + "label": "운동화 빨래(물세탁)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4359", - "name": "그랑블루바다향기칼국수", - "businessName": "그랑블루바다향기칼국수", + "id": "goodprice-985", + "name": "우리집 맛자랑", + "businessName": "우리집 맛자랑", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 동내면 고은길 168 2층", - "district": "강원특별자치도 춘천시", - "latitude": 37.8383207877726, - "longitude": 127.783588716154, - "representativePriceAmount": 9000, - "representativePriceLabel": "해물칼국수", + "address": "서울특별시 중구 퇴계로20길 26 (남산동2가)", + "district": "서울특별시 중구", + "latitude": 37.559092298164, + "longitude": 126.985816423839, + "representativePriceAmount": 7000, + "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)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-319-8939 / 영업시간: 월~금 09:00~21:00 토,일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7e078491a1b88611f581", - "label": "해물칼국수", - "amount": 9000, + "id": "8700a71ccdb454f69e99", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b2709beac0aede322dfe", - "label": "야채비빔밥", - "amount": 9000, + "id": "c9d08d3f423af5136c74", + "label": "김치찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "8700a71ccdb454f69e99-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fdf913938dabbaef97cd", - "label": "비빔국수", - "amount": 9000, + "id": "c9d08d3f423af5136c74-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "comments": [] + }, + { + "id": "goodprice-441", + "name": "도깨비머리방", + "businessName": "도깨비머리방", + "categorySlug": "beauty", + "address": "서울특별시 도봉구 방학로 6가길 76", + "district": "서울특별시 도봉구", + "latitude": 37.6659396262151, + "longitude": 127.040182640253, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-349-4724 / 영업시간: 일요일휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "7e078491a1b88611f581-history", - "label": "해물칼국수", - "amount": 9000, + "id": "8ad5a4e482da3db932cd", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b2709beac0aede322dfe-history", - "label": "야채비빔밥", - "amount": 9000, + "id": "24010217e3b7ed91b8cd", + "label": "커트(경로우대)", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "8ad5a4e482da3db932cd-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fdf913938dabbaef97cd-history", - "label": "비빔국수", - "amount": 9000, + "id": "24010217e3b7ed91b8cd-history", + "label": "커트(경로우대)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14756", - "name": "고가네왕돈까스", - "businessName": "고가네왕돈까스", + "id": "goodprice-16974", + "name": "김밥나라(중앙병원점)", + "businessName": "김밥나라(중앙병원점)", "categorySlug": "korean", - "address": "충청북도 청주시 청원구 중앙로 135-2 (우암동)", - "district": "충청북도 청주시", - "latitude": 36.64938771590744, - "longitude": 127.48776069611203, - "representativePriceAmount": 8000, - "representativePriceLabel": "왕돈까스", + "address": "전라남도 목포시 텃골로13번길 32 (석현동) 상가동 104호", + "district": "전라남도 목포시", + "latitude": 34.82007683022403, + "longitude": 126.41976655741243, + "representativePriceAmount": 6000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 왕돈까스 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-255-1855", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-282-5888", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bffc62fde919d2b7e84d", - "label": "왕돈까스", - "amount": 8000, + "id": "d23ffa7c560042eab671", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a3dad97c4b0af72a3bcd", - "label": "양푼이비빔밥", + "id": "4e682284233580af54f8", + "label": "된장찌개", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6aa6ce43ee5851f276f6", - "label": "부대찌개", - "amount": 8000, + "id": "7e177f19c740209b565d", + "label": "순두부찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bffc62fde919d2b7e84d-history", - "label": "왕돈까스", - "amount": 8000, + "id": "d23ffa7c560042eab671-history", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a3dad97c4b0af72a3bcd-history", - "label": "양푼이비빔밥", + "id": "4e682284233580af54f8-history", + "label": "된장찌개", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6aa6ce43ee5851f276f6-history", - "label": "부대찌개", - "amount": 8000, + "id": "7e177f19c740209b565d-history", + "label": "순두부찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15786", - "name": "고가네행복밥상", - "businessName": "고가네행복밥상", - "categorySlug": "korean", - "address": "충청북도 청주시 서원구 수곡로113번길 11 (수곡동) 1층", - "district": "충청북도 청주시", - "latitude": 36.6203686371318, - "longitude": 127.47013521623991, - "representativePriceAmount": 8000, - "representativePriceLabel": "동태찌개", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 동태찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-285-6878", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-216-8939 / 영업시간: 매일 09:00~20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "781d3edd28c885c48723", - "label": "동태찌개", - "amount": 8000, + "id": "b44b33137bc7284e67fa", + "label": "세탁료", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "236a0579eee4a8ccaf80", + "label": "의복수선료", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "781d3edd28c885c48723-history", - "label": "동태찌개", - "amount": 8000, + "id": "b44b33137bc7284e67fa-history", + "label": "세탁료", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "236a0579eee4a8ccaf80-history", + "label": "의복수선료", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15852", - "name": "고드미손두부", - "businessName": "고드미손두부", - "categorySlug": "korean", - "address": "충청북도 청주시 흥덕구 서현로 12-31 (가경동)", - "district": "충청북도 청주시", - "latitude": 36.6159289050475, - "longitude": 127.42453456395413, - "representativePriceAmount": 9000, - "representativePriceLabel": "국산콩순두부", + "id": "goodprice-966", + "name": "유가", + "businessName": "유가", + "categorySlug": "chinese", + "address": "서울특별시 중구 퇴계로12길 68 1층 (회현동1가)", + "district": "서울특별시 중구", + "latitude": 37.5566718882239, + "longitude": 126.981473444416, + "representativePriceAmount": 7000, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국산콩순두부 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-284-0944", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-378-9688 / 영업시간: 월~금 11:00-21:00 14:30-17:00브레이크타임 20:30라스트오더 토 11:30-20:00 14:30-17:00브레이크타임 19:30라스트오더 일 정기휴무(매주일요일)", "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, + "id": "9e3dff9446c754df35ef", + "label": "자장면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "9e3dff9446c754df35ef-history", + "label": "자장면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4724", - "name": "고려미용실", - "businessName": "고려미용실", - "categorySlug": "beauty", - "address": "충청북도 청주시 서원구 모충로 98-1 (모충동)", - "district": "충청북도 청주시", - "latitude": 36.6277882283516, - "longitude": 127.474142701453, - "representativePriceAmount": 8000, + "id": "goodprice-10308", + "name": "머리깎자", + "businessName": "머리깎자", + "categorySlug": "barber", + "address": "서울특별시 도봉구 해등로243 (방학동)", + "district": "서울특별시 도봉구", + "latitude": 37.6576268981974, + "longitude": 127.029523602361, + "representativePriceAmount": 7000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-274-6207 / 영업시간: 09:00~15:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d5a005a75f069902501b", + "id": "2e0f0fd05543f8a87d93", "label": "커트", - "amount": 8000, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d5a005a75f069902501b-history", + "id": "2e0f0fd05543f8a87d93-history", "label": "커트", - "amount": 8000, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5410", - "name": "또또분식", - "businessName": "또또분식", + "id": "goodprice-18284", + "name": "김밥마트(용당점)", + "businessName": "김밥마트(용당점)", "categorySlug": "korean", - "address": "전북특별자치도 전주시 덕진구 삼송3길 14", - "district": "전북특별자치도 전주시", - "latitude": 35.8424270036272, - "longitude": 127.135459918463, - "representativePriceAmount": 4500, - "representativePriceLabel": "떡볶이", + "address": "전라남도 목포시 영산로 260 (용당동) 김밥마트", + "district": "전라남도 목포시", + "latitude": 34.803356100920574, + "longitude": 126.3947727037926, + "representativePriceAmount": 3000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 4,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-272-4288", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ea9bd3f31d7800fbe561", - "label": "떡볶이", - "amount": 4500, + "id": "68579e82250a6cf772b0", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9206dc170a859a859780", - "label": "수제모듬튀김", - "amount": 5000, + "id": "5c2e1d6c901df49fef8f", + "label": "참치김밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ea9bd3f31d7800fbe561-history", - "label": "떡볶이", - "amount": 4500, + "id": "68579e82250a6cf772b0-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9206dc170a859a859780-history", - "label": "수제모듬튀김", - "amount": 5000, + "id": "5c2e1d6c901df49fef8f-history", + "label": "참치김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13854", - "name": "또또커피", - "businessName": "또또커피", - "categorySlug": "other-food", - "address": "전북특별자치도 전주시 덕진구 삼송3길 11-1 (금암동) 1층", - "district": "전북특별자치도 전주시", - "latitude": 35.842528730789724, - "longitude": 127.13507910263799, - "representativePriceAmount": 2000, - "representativePriceLabel": "아메리카노", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 운영시간 - (월요일~금요일) 08:00 ~ 17:00 - (토요일~일요일) 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-572-5953 / 영업시간: 10:00~18:30 정기휴무(매주 수, 일요일)", "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, + "id": "2532a6004e61f0c118d0", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "2532a6004e61f0c118d0-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5436", - "name": "또와분식", - "businessName": "또와분식", - "categorySlug": "bakery", - "address": "전북특별자치도 전주시 완산구 태평5길 41-5", - "district": "전북특별자치도 전주시", - "latitude": 35.8241917473874, - "longitude": 127.143168338244, - "representativePriceAmount": 2000, - "representativePriceLabel": "찹쌀도너츠(3개)", + "id": "goodprice-15376", + "name": "이모분식", + "businessName": "이모분식", + "categorySlug": "korean", + "address": "서울특별시 중구 충무로 43-2 (초동) 1층", + "district": "서울특별시 중구", + "latitude": 37.5650968997076, + "longitude": 126.99258310708615, + "representativePriceAmount": 4000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 찹쌀도너츠(3개) 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-273-2923 / 영업시간: 10:00-19:30 (화요잃휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2279-3897", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b844696d599c621e9582", - "label": "찹쌀도너츠(3개)", - "amount": 2000, + "id": "af57a4ee050a2d955c5b", + "label": "김밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b1991af3478a7e4a0c8c", - "label": "찐빵(3개)", - "amount": 2000, + "id": "e598c7474a438d3d3df6", + "label": "라면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "835200d53f0e4397df2f", - "label": "고로케", - "amount": 1500, + "id": "af57a4ee050a2d955c5b-history", + "label": "김밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d2e8f4c3218c8c0cebfb", - "label": "꽈배기 3개", - "amount": 2000, + "id": "e598c7474a438d3d3df6-history", + "label": "라면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-11052", + "name": "블루커트", + "businessName": "블루커트", + "categorySlug": "beauty", + "address": "서울특별시 도봉구 해등로255 101동131호(쌍문동,에벤에셀아파트상가)", + "district": "서울특별시 도봉구", + "latitude": 37.6573748589473, + "longitude": 127.028191786525, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-998-6923", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "e63ebca853e51549606f", - "label": "만두 10개", - "amount": 4000, + "id": "5edb73ba7185644ae37f", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "e1460d3a5748974ba320", - "label": "슈크림", - "amount": 1500, + "id": "5edb73ba7185644ae37f-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-281-7838 / 영업시간: 11시~19시", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "2053ab0d1046729ed09c", - "label": "어묵", - "amount": 2000, + "id": "2aa404cc20ad510569e3", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "83549f88ab427ae63ea5", - "label": "찐빵 3개", - "amount": 2000, + "id": "0cf225164971f21fbb33", + "label": "칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "61d0d63b13af7cdc1b75", - "label": "찹쌀도너츠 2개", - "amount": 1000, + "id": "35b929c3bcfe01b8428e", + "label": "수제비", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "2aa404cc20ad510569e3-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fff9c10e9fc7dfbe3e8e", - "label": "치즈고로케", - "amount": 1500, + "id": "0cf225164971f21fbb33-history", + "label": "칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "573a8276161bd4d80fcf", - "label": "팥도너츠 2개", - "amount": 1000, + "id": "35b929c3bcfe01b8428e-history", + "label": "수제비", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ - { - "id": "b844696d599c621e9582-history", - "label": "찹쌀도너츠(3개)", - "amount": 2000, - "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "b1991af3478a7e4a0c8c-history", - "label": "찐빵(3개)", - "amount": 2000, + "id": "3d29b3be1555e5293a6c", + "label": "양복", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "835200d53f0e4397df2f-history", - "label": "고로케", - "amount": 1500, + "id": "ea29b9f252655b5050c9", + "label": "바지", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d2e8f4c3218c8c0cebfb-history", - "label": "꽈배기 3개", + "id": "43735d2ed97a30d95ac7", + "label": "티셔츠", "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "e63ebca853e51549606f-history", - "label": "만두 10개", - "amount": 4000, + "id": "3d29b3be1555e5293a6c-history", + "label": "양복", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e1460d3a5748974ba320-history", - "label": "슈크림", - "amount": 1500, + "id": "ea29b9f252655b5050c9-history", + "label": "바지", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2053ab0d1046729ed09c-history", - "label": "어묵", + "id": "43735d2ed97a30d95ac7-history", + "label": "티셔츠", "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-16088", + "name": "이원 손칼국수", + "businessName": "이원 손칼국수", + "categorySlug": "korean", + "address": "서울특별시 중구 동호로37길 33-16 (주교동) 1층", + "district": "서울특별시 중구", + "latitude": 37.568594035149424, + "longitude": 126.9996703356776, + "representativePriceAmount": 7000, + "representativePriceLabel": "칼국수", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2273-5568 / 영업시간: 영업시간 11:00 ~ 20:30 일요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "83549f88ab427ae63ea5-history", - "label": "찐빵 3개", - "amount": 2000, + "id": "fdda017c60df30aca28d", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "61d0d63b13af7cdc1b75-history", - "label": "찹쌀도너츠 2개", - "amount": 1000, + "id": "1250697772e216419ef1", + "label": "만두", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "fff9c10e9fc7dfbe3e8e-history", - "label": "치즈고로케", - "amount": 1500, + "id": "fdda017c60df30aca28d-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "573a8276161bd4d80fcf-history", - "label": "팥도너츠 2개", - "amount": 1000, + "id": "1250697772e216419ef1-history", + "label": "만두", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15156", - "name": "까망헤어필", - "businessName": "까망헤어필", + "id": "goodprice-11053", + "name": "세나미용실", + "businessName": "세나미용실", "categorySlug": "beauty", - "address": "전라남도 목포시 산정로79번길 15-1 (산정동) 까망헤어필", - "district": "전라남도 목포시", - "latitude": 34.795406737074515, - "longitude": 126.39113623218255, - "representativePriceAmount": 10000, + "address": "서울특별시 도봉구 덕릉로57길 22 (창동)", + "district": "서울특별시 도봉구", + "latitude": 37.6396869947247, + "longitude": 127.037375060198, + "representativePriceAmount": 5000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-277-3173", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f05825a65b8f9b868b16", + "id": "7417be29a5483d3e2872", "label": "커트", - "amount": 10000, + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f05825a65b8f9b868b16-history", + "id": "7417be29a5483d3e2872-history", "label": "커트", - "amount": 10000, + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10497", - "name": "남도먹거리방", - "businessName": "남도먹거리방", + "id": "goodprice-18324", + "name": "개나리분식", + "businessName": "개나리분식", "categorySlug": "korean", - "address": "전라남도 목포시 삼일로13번길 2-1 (남교동)", - "district": "전라남도 목포시", - "latitude": 34.7936753216335, - "longitude": 126.383348462671, - "representativePriceAmount": 8000, - "representativePriceLabel": "순대", + "address": "경상북도 포항시 남구 정몽주로879번길 8 (청림동) 개나리분식", + "district": "경상북도 포항시", + "latitude": 35.99320750163037, + "longitude": 129.40410586349998, + "representativePriceAmount": 7000, + "representativePriceLabel": "정식", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-9895", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-292-9136", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "373664cd7e365f55d122", - "label": "순대", - "amount": 8000, + "id": "b313422c175eef83653c", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "21d3ffb6ab86ea4f79b3", - "label": "순대국밥", - "amount": 8000, + "id": "b313422c175eef83653c-history", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-241-5678 / 영업시간: 8시~18시 매주 일요일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "373664cd7e365f55d122-history", - "label": "순대", - "amount": 8000, + "id": "23fcc7a48f6035cc2c94", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "21d3ffb6ab86ea4f79b3-history", - "label": "순대국밥", - "amount": 8000, + "id": "23fcc7a48f6035cc2c94-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16973", - "name": "낭만맛집", - "businessName": "낭만맛집", + "id": "goodprice-986", + "name": "이조식당", + "businessName": "이조식당", "categorySlug": "korean", - "address": "전남 목포시 만호로 11-1 (금동2가)", - "district": "전남 목포시", - "latitude": 34.784382080202, - "longitude": 126.381886313664, - "representativePriceAmount": 8000, - "representativePriceLabel": "톳비빔밥", + "address": "서울특별시 중구 청파로103길 33 1층(중림동)", + "district": "서울특별시 중구", + "latitude": 37.5576624371646, + "longitude": 126.968304863066, + "representativePriceAmount": 7000, + "representativePriceLabel": "콩나물비빔밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 톳비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-244-6668", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물비빔밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-365-5993 / 영업시간: 월~금 07:00-19:00 토~일 07:00-15:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1d3e5aa406a5acb8f99b", - "label": "톳비빔밥", - "amount": 8000, + "id": "785b0a0f08cd2bd17738", + "label": "콩나물비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "55e31c2f3b130d4f2586", - "label": "해초국수", + "id": "30a59dd18154363d80a5", + "label": "잔치국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1d3e5aa406a5acb8f99b-history", - "label": "톳비빔밥", - "amount": 8000, + "id": "785b0a0f08cd2bd17738-history", + "label": "콩나물비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "55e31c2f3b130d4f2586-history", - "label": "해초국수", + "id": "30a59dd18154363d80a5-history", + "label": "잔치국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15149", - "name": "대영한우식육식당", - "businessName": "대영한우식육식당", - "categorySlug": "korean", - "address": "전라남도 목포시 영산로257번길 4-1 (용당동) 대영한우식육식당", - "district": "전라남도 목포시", - "latitude": 34.80385281569496, - "longitude": 126.39420318915167, - "representativePriceAmount": 10000, - "representativePriceLabel": "갈비탕", + "id": "goodprice-17010", + "name": "원헤어", + "businessName": "원헤어", + "categorySlug": "beauty", + "address": "서울특별시 도봉구 도당로13가길 63-1 (방학동, 대광맨션) 1층", + "district": "서울특별시 도봉구", + "latitude": 37.66738840350434, + "longitude": 127.03821123582789, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 갈비탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-273-7789", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-2074-6160", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4274231ce70048a90409", - "label": "갈비탕", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "581c27ee46cf57f75203", - "label": "곰탕", - "amount": 9000, + "id": "39545fa22cb07c932fa3", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4274231ce70048a90409-history", - "label": "갈비탕", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "581c27ee46cf57f75203-history", - "label": "곰탕", - "amount": 9000, + "id": "39545fa22cb07c932fa3-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6320", - "name": "걸앤맨", - "businessName": "걸앤맨", - "categorySlug": "beauty", - "address": "경상북도 포항시 남구 축항로72번길 14", - "district": "경상북도 포항시", - "latitude": 36.0285256046441, - "longitude": 129.376479161194, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-272-1533 / 영업시간: 월~금", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(hot) 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-544-3040", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5485b19bbdee1f16101a", - "label": "커트", - "amount": 10000, + "id": "465ae2659f21654d3d2f", + "label": "아메리카노(hot)", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "594e07abe92d3cfe5693", + "label": "생강차", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1cb4935685a044c98c94", + "label": "팥빙수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5485b19bbdee1f16101a-history", - "label": "커트", - "amount": 10000, + "id": "465ae2659f21654d3d2f-history", + "label": "아메리카노(hot)", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "594e07abe92d3cfe5693-history", + "label": "생강차", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1cb4935685a044c98c94-history", + "label": "팥빙수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6321", - "name": "경민헤어샵", - "businessName": "경민헤어샵", - "categorySlug": "beauty", - "address": "경상북도 포항시 남구 대해로79번길 27", - "district": "경상북도 포항시", - "latitude": 36.0254310711759, - "longitude": 129.36329181671, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 일요일휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 트램펄린(30분) 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-9487-4132", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "700ad9548558ff2bafe2", - "label": "커트", - "amount": 10000, + "id": "23e1254142f11cec7393", + "label": "트램펄린(30분)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fca0f6b9f2a7589534df", - "label": "기타 여자커트", - "amount": 8000, + "id": "123ced0cd75c929079c6", + "label": "트램펄린(1시간)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "700ad9548558ff2bafe2-history", - "label": "커트", - "amount": 10000, + "id": "23e1254142f11cec7393-history", + "label": "트램펄린(30분)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fca0f6b9f2a7589534df-history", - "label": "기타 여자커트", - "amount": 8000, + "id": "123ced0cd75c929079c6-history", + "label": "트램펄린(1시간)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6322", - "name": "경아미용실", - "businessName": "경아미용실", - "categorySlug": "beauty", - "address": "경상북도 포항시 남구 송림로 61", - "district": "경상북도 포항시", - "latitude": 36.0352517105272, - "longitude": 129.374922321202, - "representativePriceAmount": 7000, - "representativePriceLabel": "커트", + "id": "goodprice-10672", + "name": "장안김밥", + "businessName": "장안김밥", + "categorySlug": "korean", + "address": "서울특별시 중구 다산로36길 25", + "district": "서울특별시 중구", + "latitude": 37.5623625015386, + "longitude": 127.016670957748, + "representativePriceAmount": 4000, + "representativePriceLabel": "떡국", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-247-4573 / 영업시간: 09시~18시 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡국 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-223-8135", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "31fe6dcc868ed7289379", - "label": "커트", - "amount": 7000, + "id": "9171f794a82f3ff783ce", + "label": "떡국", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9c20aefc22d461ac9c6d", - "label": "기타 성인여자커트", - "amount": 7000, + "id": "10dab0e0bb5b23d3b9bd", + "label": "떡볶이", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "0afd0bf415bcb6f40f6c", + "label": "김밥", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "31fe6dcc868ed7289379-history", - "label": "커트", - "amount": 7000, + "id": "9171f794a82f3ff783ce-history", + "label": "떡국", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9c20aefc22d461ac9c6d-history", - "label": "기타 성인여자커트", - "amount": 7000, + "id": "10dab0e0bb5b23d3b9bd-history", + "label": "떡볶이", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "0afd0bf415bcb6f40f6c-history", + "label": "김밥", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6427", - "name": "경희미용실", - "businessName": "경희미용실", - "categorySlug": "beauty", - "address": "경상북도 포항시 북구 서동로47번길 25-4 1층(덕수동)", - "district": "경상북도 포항시", - "latitude": 36.0433237553854, - "longitude": 129.364506666177, - "representativePriceAmount": 5000, + "id": "goodprice-456", + "name": "착한이발관", + "businessName": "착한이발관", + "categorySlug": "barber", + "address": "서울특별시 도봉구 도당로27길 48 (방학동)", + "district": "서울특별시 도봉구", + "latitude": 37.6694936890142, + "longitude": 127.041067864224, + "representativePriceAmount": 6000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 9시30분~17시 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 목 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": "29322a23a4fce53c70d1", + "id": "92c9978cc03b673f0aa8", "label": "커트", - "amount": 5000, + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ac920bce1c0c96b1c40c", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "29322a23a4fce53c70d1-history", + "id": "92c9978cc03b673f0aa8-history", "label": "커트", - "amount": 5000, + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ac920bce1c0c96b1c40c-history", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] @@ -9059,9 +9559,9 @@ "representativePriceAmount": 6000, "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-222-9549", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-222-9549", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, @@ -9071,14 +9571,14 @@ "label": "칼국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { "id": "472195a4c7a5261977be", "label": "수제비", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ @@ -9087,51538 +9587,49316 @@ "label": "칼국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { "id": "472195a4c7a5261977be-history", "label": "수제비", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17102", - "name": "국밥명가 온마루", - "businessName": "국밥명가 온마루", - "categorySlug": "korean", - "address": "경상남도 창원시 의창구 북면 천주로 472 103호", - "district": "경상남도 창원시", - "latitude": 35.29896206632041, - "longitude": 128.6039200218082, - "representativePriceAmount": 7000, - "representativePriceLabel": "돼지국밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1346-4134", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-253-9217 / 영업시간: 10:00 - 20:00 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d8c5cb2a22a6fa6624f6", - "label": "돼지국밥", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "ac038d64cd7093b1dd13", - "label": "닭한마리국밥", - "amount": 10000, + "id": "2a82778f35ed691610ae", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d8c5cb2a22a6fa6624f6-history", - "label": "돼지국밥", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "ac038d64cd7093b1dd13-history", - "label": "닭한마리국밥", - "amount": 10000, + "id": "2a82778f35ed691610ae-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17142", - "name": "국수랑돈가스랑", - "businessName": "국수랑돈가스랑", + "id": "goodprice-10671", + "name": "충정로김밥", + "businessName": "충정로김밥", "categorySlug": "korean", - "address": "경상남도 창원시 진해구 진해대로597번길 8 (경화동) 1층", - "district": "경상남도 창원시", - "latitude": 35.15809278309137, - "longitude": 128.6810665767454, - "representativePriceAmount": 8000, - "representativePriceLabel": "왕돈가스", + "address": "서울특별시 중구 서소문로6길 34 1층108호(중림동,성요셉아파트상가)", + "district": "서울특별시 중구", + "latitude": 37.5596149765767, + "longitude": 126.967598813552, + "representativePriceAmount": 3000, + "representativePriceLabel": "충정로김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 왕돈가스 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1440-7000", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 충정로김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-313-1006", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dacc06289b07263ba786", - "label": "왕돈가스", - "amount": 8000, + "id": "4c275f527519e4942bf4", + "label": "충정로김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a3bab3fcadec04ba2289", - "label": "잔치국수", - "amount": 5000, + "id": "40c884fe9bd125a28ab0", + "label": "참치김밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "087e5e7dae31b92a4e2b", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dacc06289b07263ba786-history", - "label": "왕돈가스", - "amount": 8000, + "id": "4c275f527519e4942bf4-history", + "label": "충정로김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a3bab3fcadec04ba2289-history", - "label": "잔치국수", - "amount": 5000, + "id": "40c884fe9bd125a28ab0-history", + "label": "참치김밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "087e5e7dae31b92a4e2b-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14292", - "name": "김영이헤어모드", - "businessName": "김영이헤어모드", - "categorySlug": "beauty", - "address": "경상남도 창원시 진해구 돌리로10번길 25 (석동, 유일수정빌라) 1층", - "district": "경상남도 창원시", - "latitude": 35.15791820070982, - "longitude": 128.7029593955796, - "representativePriceAmount": 8000, + "id": "goodprice-17011", + "name": "쿨헤어", + "businessName": "쿨헤어", + "categorySlug": "barber", + "address": "서울특별시 도봉구 해등로 48 (창동)", + "district": "서울특별시 도봉구", + "latitude": 37.6485969579426, + "longitude": 127.04372099622822, + "representativePriceAmount": 7000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-543-4053", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-903-4760", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "300aaa243e3de4332da2", + "id": "984f4699669e8b7524f7", "label": "커트", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "04456398c23e2c23c7be", - "label": "청소년커트", - "amount": 5000, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "300aaa243e3de4332da2-history", + "id": "984f4699669e8b7524f7-history", "label": "커트", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "04456398c23e2c23c7be-history", - "label": "청소년커트", - "amount": 5000, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15812", - "name": "고산동산", - "businessName": "고산동산", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 고산동산5길 18 (이도이동) 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.49614111635461, - "longitude": 126.53452311902686, - "representativePriceAmount": 8000, - "representativePriceLabel": "정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-3693-1604", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 강김밥 2,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "0f878fc924e81b4a562f", - "label": "정식", - "amount": 8000, + "id": "dfe290287c15985bedb0", + "label": "강김밥", + "amount": 2900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "0f878fc924e81b4a562f-history", - "label": "정식", - "amount": 8000, + "id": "1f2df78ffce0c8fbb025", + "label": "멸치김밥", + "amount": 3800, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "f36b386df545f2c4a4fe", - "label": "떡볶이", - "amount": 4000, + "id": "61b76b781caa4d861175", + "label": "우엉김밥", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b26392775e5182585b52", - "label": "잔치국수", - "amount": 6500, + "id": "c6a9b5a83d9d42a6764a", + "label": "치즈김밥", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "479ab7798a69a21709f8", - "label": "냉모밀", - "amount": 6500, + "id": "cfa78e45eb527f6a4d1d", + "label": "참치김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fc49d9247085d877a38b", - "label": "옛날수제돈까스", - "amount": 8000, + "id": "4f51358c063e8f336627", + "label": "진미김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f36b386df545f2c4a4fe-history", - "label": "떡볶이", - "amount": 4000, + "id": "dfe290287c15985bedb0-history", + "label": "강김밥", + "amount": 2900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b26392775e5182585b52-history", - "label": "잔치국수", - "amount": 6500, + "id": "1f2df78ffce0c8fbb025-history", + "label": "멸치김밥", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "479ab7798a69a21709f8-history", - "label": "냉모밀", - "amount": 6500, + "id": "61b76b781caa4d861175-history", + "label": "우엉김밥", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c6a9b5a83d9d42a6764a-history", + "label": "치즈김밥", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "cfa78e45eb527f6a4d1d-history", + "label": "참치김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fc49d9247085d877a38b-history", - "label": "옛날수제돈까스", - "amount": 8000, + "id": "4f51358c063e8f336627-history", + "label": "진미김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14253", - "name": "고찌가게", - "businessName": "고찌가게", - "categorySlug": "western", - "address": "제주특별자치도 제주시 가령로4길 27 (이도이동) 1층 101호", - "district": "제주특별자치도 제주시", - "latitude": 33.49814114694817, - "longitude": 126.53535069630652, - "representativePriceAmount": 7000, - "representativePriceLabel": "함박스테이크", + "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": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 함박스테이크 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4424-4619", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-571-1666 / 영업시간: 09:00~19:00 정기휴무(매주 화요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6ba609703f973a04bf71", - "label": "함박스테이크", - "amount": 7000, + "id": "6bed5ad955e9f4b19c53", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "a2f7c53682f2c7dc44cf", - "label": "오므라이스", - "amount": 6000, + "id": "6bed5ad955e9f4b19c53-history", + "label": "커트", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-15372", + "name": "콩다방", + "businessName": "콩다방", + "categorySlug": "other-food", + "address": "서울특별시 중구 마른내로 50 (인현동1가) 1층", + "district": "서울특별시 중구", + "latitude": 37.56423613325778, + "longitude": 126.993241593574, + "representativePriceAmount": 1800, + "representativePriceLabel": "아메리카노", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,800원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2274-1678", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "a6010a54f6feacde5e37", + "label": "아메리카노", + "amount": 1800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "808e2a980828652b81dc", - "label": "카레라이스", - "amount": 6000, + "id": "84bdf9198f27ae44f5a4", + "label": "카페라떼", + "amount": 2900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6ba609703f973a04bf71-history", - "label": "함박스테이크", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "a2f7c53682f2c7dc44cf-history", - "label": "오므라이스", - "amount": 6000, + "id": "a6010a54f6feacde5e37-history", + "label": "아메리카노", + "amount": 1800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "808e2a980828652b81dc-history", - "label": "카레라이스", - "amount": 6000, + "id": "84bdf9198f27ae44f5a4-history", + "label": "카페라떼", + "amount": 2900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7116", - "name": "공주네국수", - "businessName": "공주네국수", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 삼봉로 353 1층(봉개동)", - "district": "제주특별자치도 제주시", - "latitude": 33.4913445688525, - "longitude": 126.59371518559, - "representativePriceAmount": 5000, - "representativePriceLabel": "물만두", + "id": "goodprice-16477", + "name": "킹당구클럽", + "businessName": "킹당구클럽", + "categorySlug": "other-service", + "address": "서울특별시 도봉구 노해로69길 21-11 (창동) 4층", + "district": "서울특별시 도봉구", + "latitude": 37.65311007089221, + "longitude": 127.05007528398089, + "representativePriceAmount": 7200, + "representativePriceLabel": "1시간 이용료", "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브레이크타임", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 1시간 이용료 7,200원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-7576-3832", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "74bac47162c47cfcf040", - "label": "물만두", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b153d3349fd951528712", - "label": "고기국수", - "amount": 8000, + "id": "9f414eb1cda54aeac60b", + "label": "1시간 이용료", + "amount": 7200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "16b7d0de929243d46e93", - "label": "돔배고기 소", - "amount": 10000, + "id": "48ee9ef0098b4b7e1e27", + "label": "경로우대", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "aec5b6286581a5ec740d", - "label": "멸고국수", - "amount": 7500, + "id": "9f414eb1cda54aeac60b-history", + "label": "1시간 이용료", + "amount": 7200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cf4a24ccb7f5688e0447", - "label": "멸치국수", + "id": "48ee9ef0098b4b7e1e27-history", + "label": "경로우대", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "a4e200b4d17d38ca2815", - "label": "몸국", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 충무김밥 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-245-6821 / 영업시간: 영업시간 09:00 - 20:30 연중무휴", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "ec0543b166e3a870bf49", - "label": "비빔국수", - "amount": 7500, + "id": "03e6e57e0d54bc6f101d", + "label": "충무김밥", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9511c857e2e1071c8b94", - "label": "순대국밥 말아서", + "id": "fde52b8d69803118d518", + "label": "수제비", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "90a6d6deec7edc606479", - "label": "순대국밥 밥따로", + "id": "3affe8654f96b7c247e1", + "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" + "reportedAt": "2026-04-05" } ], "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, + "id": "03e6e57e0d54bc6f101d-history", + "label": "충무김밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a4e200b4d17d38ca2815-history", - "label": "몸국", - "amount": 8000, + "id": "fde52b8d69803118d518-history", + "label": "수제비", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ec0543b166e3a870bf49-history", + "id": "3affe8654f96b7c247e1-history", "label": "비빔국수", "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 (상의) 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "9511c857e2e1071c8b94-history", - "label": "순대국밥 말아서", - "amount": 7000, + "id": "1740a924887f2f0d4e3d", + "label": "세탁료 (상의)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "90a6d6deec7edc606479-history", - "label": "순대국밥 밥따로", - "amount": 7500, + "id": "fbe0cf783713abbcefba", + "label": "세탁료 (하의)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1125055be5aa0c78b9d2-history", - "label": "열무국수", - "amount": 8000, + "id": "8b3c5a3df8c1c136604f", + "label": "세탁료 (와이셔츠)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "41637bdd0df10ea92217-history", - "label": "전복뚝배기", - "amount": 10000, + "id": "401226d6dc07b2269f3e", + "label": "상의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8368129e0af096780778-history", - "label": "콩국수", - "amount": 9000, + "id": "ef27105aa9f326ba96ab", + "label": "하의", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "dc7ff9fedce2653ece09", - "label": "돈가스", - "amount": 7500, + "id": "1740a924887f2f0d4e3d-history", + "label": "세탁료 (상의)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0b5d5dab9355115dac84", - "label": "떡만둣국", - "amount": 7500, + "id": "fbe0cf783713abbcefba-history", + "label": "세탁료 (하의)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1b0a0b72c6b4f59e5755", - "label": "라볶이", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "dc7ff9fedce2653ece09-history", - "label": "돈가스", - "amount": 7500, + "id": "8b3c5a3df8c1c136604f-history", + "label": "세탁료 (와이셔츠)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0b5d5dab9355115dac84-history", - "label": "떡만둣국", - "amount": 7500, + "id": "401226d6dc07b2269f3e-history", + "label": "상의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1b0a0b72c6b4f59e5755-history", - "label": "라볶이", - "amount": 6000, + "id": "ef27105aa9f326ba96ab-history", + "label": "하의", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11063", - "name": "믿음미용실", - "businessName": "믿음미용실", - "categorySlug": "beauty", - "address": "서울특별시 종로구 계동길 91 1층", - "district": "서울특별시 종로구", - "latitude": 37.5814377145875, - "longitude": 126.986679281786, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트", + "id": "goodprice-989", + "name": "풍년식당", + "businessName": "풍년식당", + "categorySlug": "korean", + "address": "서울특별시 중구 퇴계로36가길 47 (필동2가)", + "district": "서울특별시 중구", + "latitude": 37.5582187442402, + "longitude": 126.995702195702, + "representativePriceAmount": 7000, + "representativePriceLabel": "가정식백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-227-0870 / 영업시간: 09:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a49be5b0b7a61e894c60", - "label": "커트", - "amount": 8000, + "id": "3341ba9e19efeead50c4", + "label": "가정식백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a49be5b0b7a61e894c60-history", - "label": "커트", - "amount": 8000, + "id": "3341ba9e19efeead50c4-history", + "label": "가정식백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1650", - "name": "대교식당", - "businessName": "대교식당", - "categorySlug": "korean", - "address": "부산광역시 중구 충장대로 4번길 8 (중앙동4가)", - "district": "부산광역시 중구", - "latitude": 35.1044916301827, - "longitude": 129.036809946537, + "id": "goodprice-411", + "name": "경노이발관", + "businessName": "경노이발관", + "categorySlug": "barber", + "address": "서울특별시 노원구 석계로 27", + "district": "서울특별시 노원구", + "latitude": 37.617294742104, + "longitude": 127.063913865481, "representativePriceAmount": 6000, - "representativePriceLabel": "된장찌개", + "representativePriceLabel": "이용료(컷트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-469-0146 / 영업시간: 5:30 - 19:00 토,일 휴무 일요일 격주 휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(컷트) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-917-7050 / 영업시간: 매일 10:00~ 18:00 매주 수요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "037e090f49b285ed6a44", - "label": "된장찌개", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "74b48f2a99c0db3236c8", - "label": "나물비빔밥", + "id": "6e00a7c23a1ee4c66950", + "label": "이용료(컷트)", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4d74bcf0933dfbdc433b", - "label": "만두백반", - "amount": 5500, + "id": "1f02976936f374d23e38", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "037e090f49b285ed6a44-history", - "label": "된장찌개", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "74b48f2a99c0db3236c8-history", - "label": "나물비빔밥", + "id": "6e00a7c23a1ee4c66950-history", + "label": "이용료(컷트)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4d74bcf0933dfbdc433b-history", - "label": "만두백반", - "amount": 5500, + "id": "1f02976936f374d23e38-history", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1641", - "name": "대성밀냉면전문", - "businessName": "대성밀냉면전문", + "id": "goodprice-17986", + "name": "동인식당", + "businessName": "동인식당", "categorySlug": "korean", - "address": "부산광역시 중구 보수대로 44번길 6 (부평동)", - "district": "부산광역시 중구", - "latitude": 35.1008554024383, - "longitude": 129.02385096253, - "representativePriceAmount": 8000, - "representativePriceLabel": "밀면(소)", + "address": "대구광역시 중구 동덕로36길 130 (동인동4가) 동인동", + "district": "대구광역시 중구", + "latitude": 35.869224595714726, + "longitude": 128.6114387547134, + "representativePriceAmount": 7000, + "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)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-423-9961", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "319803107beee9b91030", - "label": "밀면(소)", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "c2d4dbc5158d326bced8", - "label": "비빔밀면(소)", - "amount": 8500, + "id": "90263472c8212c00d06c", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "319803107beee9b91030-history", - "label": "밀면(소)", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "c2d4dbc5158d326bced8-history", - "label": "비빔밀면(소)", - "amount": 8500, + "id": "90263472c8212c00d06c-history", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13811", - "name": "돌고래", - "businessName": "돌고래", - "categorySlug": "korean", - "address": "부산광역시 중구 중구로40번길 15 (신창동2가) 2층", - "district": "부산광역시 중구", - "latitude": 35.1015493615088, - "longitude": 129.02959068112168, - "representativePriceAmount": 8000, - "representativePriceLabel": "순두부백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-1825 / 영업시간: 7:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 와이셔츠 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-275-9579 / 영업시간: 08시~20시30분 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9e92e3ee7f73ae4772f4", - "label": "순두부백반", - "amount": 8000, + "id": "3a69b57acdb01a64e464", + "label": "와이셔츠", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "33d108c703cb0d4a00f8", - "label": "된장찌개백반", - "amount": 8000, + "id": "41da7d4d46fa19f3a149", + "label": "상의", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9e92e3ee7f73ae4772f4-history", - "label": "순두부백반", - "amount": 8000, + "id": "3a69b57acdb01a64e464-history", + "label": "와이셔츠", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "33d108c703cb0d4a00f8-history", - "label": "된장찌개백반", - "amount": 8000, + "id": "41da7d4d46fa19f3a149-history", + "label": "상의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1651", - "name": "동경식당", - "businessName": "동경식당", + "id": "goodprice-990", + "name": "형제정육식당", + "businessName": "형제정육식당", "categorySlug": "korean", - "address": "부산광역시 중구 대청로99번길 16 (대청동2가)", - "district": "부산광역시 중구", - "latitude": 35.104213999781, - "longitude": 129.030751512242, - "representativePriceAmount": 10000, - "representativePriceLabel": "추어탕", + "address": "서울특별시 중구 다산로40길 56 1층(신당5동)", + "district": "서울특별시 중구", + "latitude": 37.5631864591946, + "longitude": 127.019075758025, + "representativePriceAmount": 7000, + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-469-7162 / 영업시간: 영업시간 : 09:00 - 20:00 토, 일, 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-223-9902 / 영업시간: 월~금 11:30-22:00 15:00-16:30브레이크타임 토~일 11:30-22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ed91316640219f41a2db", - "label": "추어탕", - "amount": 10000, + "id": "427e470b7082841099d5", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9a4aa8bb5933e1352c16", - "label": "순두부", + "id": "42bcf29d3ea0e733d8f8", + "label": "김치찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a861490ef58ef08a99aa", + "label": "제육볶음", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ed91316640219f41a2db-history", - "label": "추어탕", - "amount": 10000, + "id": "427e470b7082841099d5-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9a4aa8bb5933e1352c16-history", - "label": "순두부", + "id": "42bcf29d3ea0e733d8f8-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - } + "recordedAt": "2026-04-05" + }, + { + "id": "a861490ef58ef08a99aa-history", + "label": "제육볶음", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } ], "comments": [] }, { - "id": "goodprice-10076", - "name": "명가", - "businessName": "명가", - "categorySlug": "korean", - "address": "대구광역시 중구 달구벌대로 지하 2100 (106)", - "district": "대구광역시 중구", - "latitude": 35.8644213158621, - "longitude": 128.593340834492, - "representativePriceAmount": 6000, - "representativePriceLabel": "된장비빔밥", + "id": "goodprice-10277", + "name": "남성헤어컷", + "businessName": "남성헤어컷", + "categorySlug": "barber", + "address": "서울특별시 노원구 월계로55길 16 204호", + "district": "서울특별시 노원구", + "latitude": 37.6329639777027, + "longitude": 127.060508959979, + "representativePriceAmount": 7000, + "representativePriceLabel": "기본컷", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장비빔밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-252-9743", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 기본컷 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "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, + "id": "1012aa365b2d1eb533d4", + "label": "기본컷", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c5f991ae60a5098d9d46", - "label": "야채돌솥비빔밥", + "id": "3457c6615d85053e42d1", + "label": "투블럭", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "1012aa365b2d1eb533d4-history", + "label": "기본컷", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c5f991ae60a5098d9d46-history", - "label": "야채돌솥비빔밥", + "id": "3457c6615d85053e42d1-history", + "label": "투블럭", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15468", - "name": "명성김밥", - "businessName": "명성김밥", - "categorySlug": "korean", - "address": "대구광역시 중구 국채보상로131길 55 (동인동1가, 시티타운) 시티상가 10호", + "id": "goodprice-14949", + "name": "만리장성", + "businessName": "만리장성", + "categorySlug": "chinese", + "address": "대구광역시 중구 공평로 95 (동문동) .", "district": "대구광역시 중구", - "latitude": 35.872799919942665, - "longitude": 128.60198095419133, + "latitude": 35.87252613112093, + "longitude": 128.60076336835849, "representativePriceAmount": 3000, - "representativePriceLabel": "김밥", + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-0276 / 영업시간: 07:00 ~ 18:00 *재료 소진에 따라 변동 있음 정기휴무 : 매월 4주차 목요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-425-2412 / 영업시간: 11:00 ~20:00 (일요일 : 정기휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cacd811d1c0ba04b84b8", - "label": "김밥", + "id": "e30c9c585f94d1ee7b28", + "label": "짜장면", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9937c6d668691e3099a6", - "label": "컵라면(소)", - "amount": 1200, + "id": "d4df1afef8fa73d5b7b2", + "label": "짬뽕", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "65941241259b61e7d563", + "label": "미니탕수육", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cacd811d1c0ba04b84b8-history", - "label": "김밥", + "id": "e30c9c585f94d1ee7b28-history", + "label": "짜장면", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9937c6d668691e3099a6-history", - "label": "컵라면(소)", - "amount": 1200, + "id": "d4df1afef8fa73d5b7b2-history", + "label": "짬뽕", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "65941241259b61e7d563-history", + "label": "미니탕수육", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15355", - "name": "모정", - "businessName": "모정", - "categorySlug": "korean", - "address": "대구광역시 중구 달구벌대로 2037-16 (동산동) 모정(식당)", - "district": "대구광역시 중구", - "latitude": 35.86701996348072, - "longitude": 128.58658111123873, - "representativePriceAmount": 8000, - "representativePriceLabel": "된장찌개", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 월~토 09:30 ~ 15:00 일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕(대인) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-292-3588 / 영업시간: 07:30~21:00 매주 토요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "94f75fd423c179197743", - "label": "된장찌개", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "224dc1ce0026b73a4a82", - "label": "김치찌개", - "amount": 8000, + "id": "341ac870e0c7d85d2f96", + "label": "목욕(대인)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "29f2df216ad5f851d555", - "label": "비지찌개", - "amount": 8000, + "id": "d07e3b2d3351c2bbf9aa", + "label": "목욕(소인)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "94f75fd423c179197743-history", - "label": "된장찌개", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "224dc1ce0026b73a4a82-history", - "label": "김치찌개", - "amount": 8000, + "id": "341ac870e0c7d85d2f96-history", + "label": "목욕(대인)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "29f2df216ad5f851d555-history", - "label": "비지찌개", - "amount": 8000, + "id": "d07e3b2d3351c2bbf9aa-history", + "label": "목욕(소인)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2231", - "name": "백원이네", - "businessName": "백원이네", + "id": "goodprice-991", + "name": "흑돈연가", + "businessName": "흑돈연가", "categorySlug": "korean", - "address": "인천광역시 중구 예단포1로 2-10 (운북동)", - "district": "인천광역시 중구", - "latitude": 37.5314534478937, - "longitude": 126.502439167743, - "representativePriceAmount": 5000, - "representativePriceLabel": "해물라면", + "address": "서울특별시 중구 퇴계로88길 20 1층 (신당5동)", + "district": "서울특별시 중구", + "latitude": 37.5647641578328, + "longitude": 127.020885801266, + "representativePriceAmount": 7000, + "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 정기휴무(화요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 점심백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-223-7854 / 영업시간: 매일 11:00-22:00 14:00-17:00브레이크타임 -백반점심11:00~1400저녁17:00~19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6697dfcad4f16afd23de", - "label": "해물라면", - "amount": 5000, + "id": "6ee09ff8a50c665a59f0", + "label": "점심백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6697dfcad4f16afd23de-history", - "label": "해물라면", - "amount": 5000, + "id": "6ee09ff8a50c665a59f0-history", + "label": "점심백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18031", - "name": "복락만두", - "businessName": "복락만두", - "categorySlug": "chinese", - "address": "인천광역시 중구 신포로27번길 49 (중앙동3가) 1층", - "district": "인천광역시 중구", - "latitude": 37.47256655347608, - "longitude": 126.6227457445627, - "representativePriceAmount": 6000, - "representativePriceLabel": "찐만두", + "id": "goodprice-409", + "name": "브랜드특수크리닝", + "businessName": "브랜드특수크리닝", + "categorySlug": "laundry", + "address": "서울특별시 노원구 섬밭로 263 1층 4호 (롯데상가)", + "district": "서울특별시 노원구", + "latitude": 37.6391399283859, + "longitude": 127.06381950095, + "representativePriceAmount": 7000, + "representativePriceLabel": "양복세탁", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 찐만두 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-772-8868", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-979-5474", "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, + "id": "a578119b6e838d28f0f6", + "label": "양복세탁", + "amount": 7000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "2434328ea9c8d1592370", - "label": "마시타라멘", - "amount": 7500, + "id": "2824a8c9a17b07d285ab", + "label": "드라이(셔츠)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cca63712ab180208b9fa", - "label": "규동", - "amount": 7500, + "id": "0ffa3268d7397d4d8c03", + "label": "드라이(블라우스)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2434328ea9c8d1592370-history", - "label": "마시타라멘", - "amount": 7500, + "id": "a578119b6e838d28f0f6-history", + "label": "양복세탁", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cca63712ab180208b9fa-history", - "label": "규동", - "amount": 7500, + "id": "2824a8c9a17b07d285ab-history", + "label": "드라이(셔츠)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "0ffa3268d7397d4d8c03-history", + "label": "드라이(블라우스)", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11651", - "name": "마쏘라까망베르", - "businessName": "마쏘라까망베르", - "categorySlug": "korean", - "address": "광주광역시 동구 필문대로205번길 19 (지산동)", - "district": "광주광역시 동구", - "latitude": 35.1520673077606, - "longitude": 126.933228831241, - "representativePriceAmount": 9000, - "representativePriceLabel": "돈가스(L)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스(L) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-224-5004 / 영업시간: 11:00~20:30 휴무 일요일, 공휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-255-9380 / 영업시간: 11:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dde8295439ec2de5ed79", - "label": "돈가스(L)", - "amount": 9000, + "id": "37f1b2a0603790c7a5ed", + "label": "짜장면", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9472fb294a2cf5f4b93e", + "label": "짬뽕", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f9b470b9d8675c5ed72f", + "label": "볶음밥(기본)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "52d772aff97fb7dafaea", - "label": "돈가스(S)", + "id": "a56fd77fcbbe8572e3b6", + "label": "우동", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "aa62f808299de4f169f3", - "label": "덮밥(해물 김치제육)", - "amount": 8000, + "id": "1dc2c2aeadd1d877031e", + "label": "간짜장", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dde8295439ec2de5ed79-history", - "label": "돈가스(L)", - "amount": 9000, + "id": "37f1b2a0603790c7a5ed-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "52d772aff97fb7dafaea-history", - "label": "돈가스(S)", + "id": "9472fb294a2cf5f4b93e-history", + "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "aa62f808299de4f169f3-history", - "label": "덮밥(해물 김치제육)", - "amount": 8000, + "id": "f9b470b9d8675c5ed72f-history", + "label": "볶음밥(기본)", + "amount": 7000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "2ecce32d8db27ece1f28", - "label": "목욕", - "amount": 6000, + "id": "a56fd77fcbbe8572e3b6-history", + "label": "우동", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "2ecce32d8db27ece1f28-history", - "label": "목욕", - "amount": 6000, + "id": "1dc2c2aeadd1d877031e-history", + "label": "간짜장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2526", - "name": "돈하우스", - "businessName": "돈하우스", - "categorySlug": "western", - "address": "대전광역시 동구 동대전로 131번길 8-16 1층(자양동)", - "district": "대전광역시 동구", - "latitude": 36.3347457791416, - "longitude": 127.44561323845, - "representativePriceAmount": 6900, - "representativePriceLabel": "치킨까스", + "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": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 치킨까스 6,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-624-5050 / 영업시간: 09:40 ~ 19:00 매주 토, 일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "a168a752b180f707f868", - "label": "치킨까스", - "amount": 6900, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "ad3793808f51239374a8", - "label": "등심까스", - "amount": 6900, + "id": "4e1a0ca3c5dc7d085542", + "label": "양복", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e46df206a25f29a61dde", - "label": "매운돈까스", - "amount": 7500, + "id": "443236d320ae6f0511c7", + "label": "바지수선", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "27ba89782378e5c7fff9", - "label": "매운치즈돈까스", - "amount": 7500, + "id": "f61c96c54b287dd6e561", + "label": "바지 수선", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f8bddecc24c951d96e80", - "label": "치즈돈까스", - "amount": 7500, + "id": "7e8c286b4baf7e1bda76", + "label": "양복 세탁", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "917306669c3a333e2383", - "label": "모듬돈까스", - "amount": 7500, + "id": "4e1a0ca3c5dc7d085542-history", + "label": "양복", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "224a09061c08487c9396", - "label": "콤비까스", - "amount": 7500, + "id": "443236d320ae6f0511c7-history", + "label": "바지수선", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0d69c85c4434933e6f95", - "label": "까스정식", - "amount": 7500, + "id": "f61c96c54b287dd6e561-history", + "label": "바지 수선", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d8195a92873703db8e5f", - "label": "카레돈까스", - "amount": 7500, + "id": "7e8c286b4baf7e1bda76-history", + "label": "양복 세탁", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-14104", + "name": "5빠떡볶이", + "businessName": "5빠떡볶이", + "categorySlug": "korean", + "address": "서울특별시 용산구 후암로 37-1 (후암동) 1층", + "district": "서울특별시 용산구", + "latitude": 37.54931978404158, + "longitude": 126.97740399387813, + "representativePriceAmount": 4000, + "representativePriceLabel": "떡볶이", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3789-1489", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "06c2b84d4f0c8800bd86", - "label": "매운치즈카레돈까스", - "amount": 8500, + "id": "39812bd1e9c7f1f5b617", + "label": "떡볶이", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "974b4859622e8a20f954", - "label": "해물볶음 돈까스", - "amount": 8500, + "id": "5bf8594b4ec646814bef", + "label": "어묵", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e670fc4ea20add0f8e0c", - "label": "칠리해물볶음 돈까스", - "amount": 8500, + "id": "710ce4c4b7b4bbed39f0", + "label": "튀김", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ecae1d03e180302f8e7e", - "label": "해물스파게티 돈까스", - "amount": 8500, + "id": "f10f532d29ff782c5277", + "label": "순대", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "20d547de72c7e5c7975d", - "label": "칠리해물스파게티 돈까스", - "amount": 8500, + "id": "39812bd1e9c7f1f5b617-history", + "label": "떡볶이", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "77605b0a8e5f8be50114", - "label": "돌솥김치알밥", - "amount": 6500, + "id": "5bf8594b4ec646814bef-history", + "label": "어묵", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "12af40b0db698d36eb6a", - "label": "돌솥낙지알밥", - "amount": 7000, + "id": "710ce4c4b7b4bbed39f0-history", + "label": "튀김", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0b84441da5e524375ce2", - "label": "회덮밥", - "amount": 7000, + "id": "f10f532d29ff782c5277-history", + "label": "순대", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-410", + "name": "세탁편의점", + "businessName": "세탁편의점", + "categorySlug": "laundry", + "address": "서울특별시 노원구 한글비석로444 (교림노원프라자 1층)", + "district": "서울특별시 노원구", + "latitude": 37.663613046348, + "longitude": 127.068492606148, + "representativePriceAmount": 6000, + "representativePriceLabel": "양복세탁", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-339-4459 / 영업시간: 금 09:00-21:00 토 09:00-19:00 일 정보없음 월 09:00-21:00 화 09:00-21:00 수 09:00-21:00 목 09:00-21:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "011d5939e4987e5118a8", - "label": "해물볶음우동", - "amount": 7000, + "id": "c6a44cc9880b6d610c44", + "label": "양복세탁", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d2528f7c5a5d6bcd9cb2", - "label": "꼬마우동(사이드)", - "amount": 1500, + "id": "52d147211af8ccca2619", + "label": "드라이(셔츠)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a4d61966ca5dd60c2b40", - "label": "비빔우동(사이드)", - "amount": 1500, + "id": "23ec7c7041f6f795f954", + "label": "드라이(블라우스)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a168a752b180f707f868-history", - "label": "치킨까스", - "amount": 6900, + "id": "c6a44cc9880b6d610c44-history", + "label": "양복세탁", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ad3793808f51239374a8-history", - "label": "등심까스", - "amount": 6900, + "id": "52d147211af8ccca2619-history", + "label": "드라이(셔츠)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e46df206a25f29a61dde-history", - "label": "매운돈까스", - "amount": 7500, + "id": "23ec7c7041f6f795f954-history", + "label": "드라이(블라우스)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 다쿠마롱(10개 이상 주문시) 1,700원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1485-5016", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "27ba89782378e5c7fff9-history", - "label": "매운치즈돈까스", - "amount": 7500, + "id": "fda68ad7ef9a5d1829f4", + "label": "다쿠마롱(10개 이상 주문시)", + "amount": 1700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f8bddecc24c951d96e80-history", - "label": "치즈돈까스", - "amount": 7500, + "id": "d2735f6b8409c638120b", + "label": "다쿠마롱(10개 이하 주문시)", + "amount": 1800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "917306669c3a333e2383-history", - "label": "모듬돈까스", - "amount": 7500, + "id": "ef9665f9b336776fe277", + "label": "아메키라노", + "amount": 1900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "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, + "id": "fda68ad7ef9a5d1829f4-history", + "label": "다쿠마롱(10개 이상 주문시)", + "amount": 1700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d2528f7c5a5d6bcd9cb2-history", - "label": "꼬마우동(사이드)", - "amount": 1500, + "id": "d2735f6b8409c638120b-history", + "label": "다쿠마롱(10개 이하 주문시)", + "amount": 1800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a4d61966ca5dd60c2b40-history", - "label": "비빔우동(사이드)", - "amount": 1500, + "id": "ef9665f9b336776fe277-history", + "label": "아메키라노", + "amount": 1900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16531", - "name": "돌구이 돼지마을 해장국", - "businessName": "돌구이 돼지마을 해장국", - "categorySlug": "korean", - "address": "대전광역시 동구 대전로815번길 54-1 (정동) 1층", - "district": "대전광역시 동구", - "latitude": 36.334231713428856, - "longitude": 127.4305695784201, - "representativePriceAmount": 7000, - "representativePriceLabel": "백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-226-1330 / 영업시간: 11:00 ~ 22:00 영업 매주 일요일, 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장1벌드라이 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-368-3931 / 영업시간: 월~토 06:00~21:00 ※ 정기휴무 : 매주 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2678f914f24bde3a3721", - "label": "백반", - "amount": 7000, + "id": "e00120fc818d6830b7a0", + "label": "정장1벌드라이", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8e4c0ea337dcd68fcbf2", - "label": "콩나물비빔밥", - "amount": 6000, + "id": "95d899bae1e9ed7adeb7", + "label": "바지하단수선", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2678f914f24bde3a3721-history", - "label": "백반", - "amount": 7000, + "id": "e00120fc818d6830b7a0-history", + "label": "정장1벌드라이", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8e4c0ea337dcd68fcbf2-history", - "label": "콩나물비빔밥", - "amount": 6000, + "id": "95d899bae1e9ed7adeb7-history", + "label": "바지하단수선", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2519", - "name": "동양전자", - "businessName": "동양전자", - "categorySlug": "other-service", - "address": "대전광역시 동구 대전로 797번길 11 (중동)", - "district": "대전광역시 동구", - "latitude": 36.3304315762194, - "longitude": 127.432265782557, - "representativePriceAmount": 10000, - "representativePriceLabel": "전자장비 수리비", + "id": "goodprice-14698", + "name": "Y brew(와이브루)", + "businessName": "Y brew(와이브루)", + "categorySlug": "other-food", + "address": "서울특별시 용산구 서빙고로 17 (한강로3가) 센트럴파크몰 A동 1층 76호", + "district": "서울특별시 용산구", + "latitude": 37.52560239924648, + "longitude": 126.96674079441847, + "representativePriceAmount": 1800, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 전자장비 수리비 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-254-3090 / 영업시간: 09:00 ~ 18:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "카페", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-4446-5218 / 영업시간: 영업시간 : 평일 08:00~19:00, 주말 09:00~17:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "15953e6ceaec90dbcc71", - "label": "전자장비 수리비", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0774875f7c140289b664", - "label": "마이크", - "amount": 10000, + "id": "93d70c29ce76be2aab28", + "label": "아메리카노", + "amount": 1800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "beabaee99f23087f8b4c", - "label": "음향 케이블", - "amount": 3000, + "id": "2a3e22bff03113520e15", + "label": "카페라떼", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "15953e6ceaec90dbcc71-history", - "label": "전자장비 수리비", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "0774875f7c140289b664-history", - "label": "마이크", - "amount": 10000, + "id": "93d70c29ce76be2aab28-history", + "label": "아메리카노", + "amount": 1800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "beabaee99f23087f8b4c-history", - "label": "음향 케이블", - "amount": 3000, + "id": "2a3e22bff03113520e15-history", + "label": "카페라떼", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13641", - "name": "배가한식", - "businessName": "배가한식", - "categorySlug": "korean", - "address": "울산광역시 중구 중앙길 255 (학산동) .", - "district": "울산광역시 중구", - "latitude": 35.55841683163878, - "longitude": 129.32668187695438, + "id": "goodprice-414", + "name": "은영이발관", + "businessName": "은영이발관", + "categorySlug": "barber", + "address": "서울특별시 노원구 석계로 15길25", + "district": "서울특별시 노원구", + "latitude": 37.6220625118578, + "longitude": 127.06134243043, "representativePriceAmount": 5000, - "representativePriceLabel": "김치찌개", + "representativePriceLabel": "이용료(컷트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 월요일~일요일 10:00~21:00 15:00~17:00 브레이크타임 토요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(컷트) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 매일 09:00-21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d0081aa03eebed3a8ead", - "label": "김치찌개", + "id": "c35caab9d4f4cc131afc", + "label": "이용료(컷트)", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f18dcf04c5ee58a6a6d7", - "label": "된장찌개", - "amount": 5000, + "id": "bede2a4035572faf2d82", + "label": "컷 이용료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d0081aa03eebed3a8ead-history", - "label": "김치찌개", + "id": "c35caab9d4f4cc131afc-history", + "label": "이용료(컷트)", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f18dcf04c5ee58a6a6d7-history", - "label": "된장찌개", - "amount": 5000, + "id": "bede2a4035572faf2d82-history", + "label": "컷 이용료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11235", - "name": "빠삐용 베이커리", - "businessName": "빠삐용 베이커리", - "categorySlug": "bakery", - "address": "울산광역시 중구 중앙길 91 (성남동)", - "district": "울산광역시 중구", - "latitude": 35.5555689712778, - "longitude": 129.318463151667, - "representativePriceAmount": 1900, - "representativePriceLabel": "팥빵", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 1,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-248-0250", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-765-5668", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "27f3409dfa14004080ca", - "label": "팥빵", - "amount": 1900, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "006356111478f98c5ec6", - "label": "소금빵", - "amount": 1800, + "id": "b35d607374c66c1a3955", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "27f3409dfa14004080ca-history", - "label": "팥빵", - "amount": 1900, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "006356111478f98c5ec6-history", - "label": "소금빵", - "amount": 1800, + "id": "b35d607374c66c1a3955-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14775", - "name": "서울본갈비본감자탕성안점", - "businessName": "서울본갈비본감자탕성안점", - "categorySlug": "korean", - "address": "울산광역시 중구 백양로 54 (성안동) 1층", - "district": "울산광역시 중구", - "latitude": 35.573990867359086, - "longitude": 129.31211816914396, - "representativePriceAmount": 8500, - "representativePriceLabel": "돼지갈비(180g)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지갈비(180g) 8,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1314-2168 / 영업시간: 21:30에 라스트오더", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-262-5087 / 영업시간: 06:30 - 16:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "676b776a0922bbf5bf3e", - "label": "돼지갈비(180g)", - "amount": 8500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "e5a1865dea96e6d9eda8", - "label": "뼈해장국", - "amount": 9000, + "id": "9aa42ad17ee018b1bd89", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "676b776a0922bbf5bf3e-history", - "label": "돼지갈비(180g)", - "amount": 8500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "e5a1865dea96e6d9eda8-history", - "label": "뼈해장국", - "amount": 9000, + "id": "9aa42ad17ee018b1bd89-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2989", - "name": "선경이용원", - "businessName": "선경이용원", - "categorySlug": "barber", - "address": "울산광역시 중구 유곡로 10 (우정동)", - "district": "울산광역시 중구", - "latitude": 35.5582366838079, - "longitude": 129.30845466344, + "id": "goodprice-16637", + "name": "기사식당(효창동짜장우동)", + "businessName": "기사식당(효창동짜장우동)", + "categorySlug": "chinese", + "address": "서울특별시 용산구 백범로 283 (효창동) 1층", + "district": "서울특별시 용산구", + "latitude": 37.53966141960287, + "longitude": 126.96086956384646, "representativePriceAmount": 5000, - "representativePriceLabel": "컷트", + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "용산구 착한가격업소", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-703-5287 / 영업시간: 09:00~20:00(평일) 배달 불가능, 포장만 가능", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "02baad9c2ca802b6cfef", - "label": "컷트", + "id": "a1cca8e5eea3fafd051e", + "label": "짜장면", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c850dce8fe7a02fc11a8", - "label": "염색", + "id": "05db2fb8e226716927c9", + "label": "우동", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "02baad9c2ca802b6cfef-history", - "label": "컷트", + "id": "a1cca8e5eea3fafd051e-history", + "label": "짜장면", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c850dce8fe7a02fc11a8-history", - "label": "염색", + "id": "05db2fb8e226716927c9-history", + "label": "우동", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10172", - "name": "명품한우타운", - "businessName": "명품한우타운", - "categorySlug": "korean", - "address": "세종특별자치시 금남면 금남구즉로 110-3", - "district": "세종특별자치시 금남면", - "latitude": 36.4730253891059, - "longitude": 127.290692559985, - "representativePriceAmount": 6000, - "representativePriceLabel": "한우탕", + "id": "goodprice-415", + "name": "장미헤어컷트원", + "businessName": "장미헤어컷트원", + "categorySlug": "beauty", + "address": "서울특별시 노원구 섬밭로196 (하계동, 하계장미6단지 상가B14호)", + "district": "서울특별시 노원구", + "latitude": 37.6339976168528, + "longitude": 127.067277883916, + "representativePriceAmount": 5000, + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우탕 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-866-6660", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 이용료(커트) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ac32988437ca2b1cdf09", - "label": "한우탕", - "amount": 6000, + "id": "de597b44628261c1335f", + "label": "이용료(커트)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c85cbab11f87947fa0ef", - "label": "한우국밥", - "amount": 6000, + "id": "bd787fb566f17285811b", + "label": "컷 이용료(컷트)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ac32988437ca2b1cdf09-history", - "label": "한우탕", - "amount": 6000, + "id": "de597b44628261c1335f-history", + "label": "이용료(커트)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c85cbab11f87947fa0ef-history", - "label": "한우국밥", - "amount": 6000, + "id": "bd787fb566f17285811b-history", + "label": "컷 이용료(컷트)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10198", - "name": "모란반점", - "businessName": "모란반점", - "categorySlug": "chinese", - "address": "세종특별자치시 보듬3로 104-11 202호(아름동, 행복프라자)", - "district": "세종특별자치시 보듬3로", - "latitude": 36.5123101279615, - "longitude": 127.248844235046, - "representativePriceAmount": 5500, - "representativePriceLabel": "자장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-2477", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-223-0868 / 영업시간: 08:00-22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "645757dd9eb34fb73825", - "label": "자장면", - "amount": 5500, + "id": "851421a095f615319405", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "57edcd330c8085c6825c", - "label": "짬뽕", - "amount": 6500, + "id": "c8526a8c3e62e6648c5e", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6ff4e23e02a086973b05", - "label": "볶음밥", - "amount": 7500, + "id": "a1cf82a34512a7cb378f", + "label": "고추참치김밥", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e00fc6cfc4e33b152133", + "label": "김치김밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "0340974e787b9db61d31", + "label": "대왕김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1b6fe8cb891f0c813351", + "label": "참치김밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "328231d8905cd6930276", + "label": "치즈김밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "645757dd9eb34fb73825-history", - "label": "자장면", - "amount": 5500, + "id": "851421a095f615319405-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "57edcd330c8085c6825c-history", - "label": "짬뽕", - "amount": 6500, + "id": "c8526a8c3e62e6648c5e-history", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6ff4e23e02a086973b05-history", - "label": "볶음밥", - "amount": 7500, + "id": "a1cf82a34512a7cb378f-history", + "label": "고추참치김밥", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e00fc6cfc4e33b152133-history", + "label": "김치김밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "0340974e787b9db61d31-history", + "label": "대왕김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1b6fe8cb891f0c813351-history", + "label": "참치김밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "328231d8905cd6930276-history", + "label": "치즈김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10195", - "name": "무진장 황태칼국수", - "businessName": "무진장 황태칼국수", - "categorySlug": "korean", - "address": "세종특별자치시 금남면 용포로 74 금남면 용포로74", - "district": "세종특별자치시 금남면", - "latitude": 36.4651078017756, - "longitude": 127.281290524669, - "representativePriceAmount": 7000, - "representativePriceLabel": "황태얼큰이칼국수+보리밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 황태얼큰이칼국수+보리밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-866-7151", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-564-5283 / 영업시간: 09:00~20:00 연중무휴", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1248b7a05a86c0e4a554", - "label": "황태얼큰이칼국수+보리밥", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "cf0f0e216fc2a2e83f11", - "label": "황태순둥이칼국수+보리밥", - "amount": 7000, + "id": "f8ee75edf86084bdaf31", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1248b7a05a86c0e4a554-history", - "label": "황태얼큰이칼국수+보리밥", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "cf0f0e216fc2a2e83f11-history", - "label": "황태순둥이칼국수+보리밥", - "amount": 7000, + "id": "f8ee75edf86084bdaf31-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "단팥빵", + "id": "goodprice-15743", + "name": "미스터 아메리카노", + "businessName": "미스터 아메리카노", + "categorySlug": "other-food", + "address": "서울특별시 용산구 백범로99길 46 (한강로1가) 1층", + "district": "서울특별시 용산구", + "latitude": 37.536108089260864, + "longitude": 126.97202246968268, + "representativePriceAmount": 2500, + "representativePriceLabel": "아메리카노(테이크아웃만 가능)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-223-7727 / 영업시간: 08:00~19:00 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "한강로동 착한가격업소", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-7868-5557", "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": "아메리카노", + "id": "818d4c45e945bc08a5f8", + "label": "아메리카노(테이크아웃만 가능)", "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "아메리카노", + "id": "818d4c45e945bc08a5f8-history", + "label": "아메리카노(테이크아웃만 가능)", "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16201", - "name": "국수명가", - "businessName": "국수명가", - "categorySlug": "korean", - "address": "경기도 수원시 권선구 평동로79번길 45 (평동) 1층 154호", - "district": "경기도 수원시", - "latitude": 37.259876627948074, - "longitude": 126.99277737503824, + "id": "goodprice-16464", + "name": "클래식", + "businessName": "클래식", + "categorySlug": "barber", + "address": "서울특별시 노원구 한글비석로22길 18 (중계동) 3층", + "district": "서울특별시 노원구", + "latitude": 37.66037534399267, + "longitude": 127.073423918189, "representativePriceAmount": 7000, - "representativePriceLabel": "비빔밥", + "representativePriceLabel": "남성커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-242-8473 / 영업시간: 11:00~16:00 매주 일요일 및 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 남성커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 영업시간 09:00~19:00 / 연장무휴", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e13597ce03a8ba47fa74", - "label": "비빔밥", + "id": "ce469fb774192d3bd5b3", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e13597ce03a8ba47fa74-history", - "label": "비빔밥", + "id": "ce469fb774192d3bd5b3-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3384", - "name": "국수촌", - "businessName": "국수촌", + "id": "goodprice-15363", + "name": "대접", + "businessName": "대접", "categorySlug": "korean", - "address": "경기도 수원시 영통구 매여울로53번길 63-2 (매탄동)", - "district": "경기도 수원시", - "latitude": 37.2726657638748, - "longitude": 127.041141095451, - "representativePriceAmount": 3000, - "representativePriceLabel": "잔치국수", + "address": "광주광역시 동구 서석로85번길 8-7 (대의동) 1층", + "district": "광주광역시 동구", + "latitude": 35.150050907279855, + "longitude": 126.9203188050476, + "representativePriceAmount": 4500, + "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 일요일, 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수/비빔국수 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-651-9998 / 영업시간: 월~토 10:00-19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "82ffee7d19a683506c88", - "label": "잔치국수", - "amount": 3000, + "id": "4a48e10e48e1c650017e", + "label": "잔치국수/비빔국수", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8edfc58c86a1c22a77da", - "label": "비빔국수", - "amount": 4000, + "id": "d9c51afa54dd8255cd18", + "label": "라면", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c2560c357a021f8112ec", - "label": "멸치칼국수", - "amount": 4000, + "id": "344db3218ce407f34bb3", + "label": "콩나물국밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "34aa9d50ccad366f7fa9", - "label": "콩국수", - "amount": 7000, + "id": "49da7ea78c24239788bc", + "label": "김치찌개", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "82ffee7d19a683506c88-history", - "label": "잔치국수", - "amount": 3000, + "id": "4a48e10e48e1c650017e-history", + "label": "잔치국수/비빔국수", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8edfc58c86a1c22a77da-history", - "label": "비빔국수", - "amount": 4000, + "id": "d9c51afa54dd8255cd18-history", + "label": "라면", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c2560c357a021f8112ec-history", - "label": "멸치칼국수", - "amount": 4000, + "id": "344db3218ce407f34bb3-history", + "label": "콩나물국밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "34aa9d50ccad366f7fa9-history", - "label": "콩국수", - "amount": 7000, + "id": "49da7ea78c24239788bc-history", + "label": "김치찌개", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15487", - "name": "금란미용실", - "businessName": "금란미용실", + "id": "goodprice-2536", + "name": "지선미용타운", + "businessName": "지선미용타운", "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 둥지길 7 (효자동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.874828386296336, - "longitude": 127.73569431782938, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "address": "대전광역시 동구 솔랑시울길 87 (소제동)", + "district": "대전광역시 동구", + "latitude": 36.3353609397276, + "longitude": 127.434496484742, + "representativePriceAmount": 5000, + "representativePriceLabel": "미용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-257-4174", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 09:00 ~ 18:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d2ba494aa16e2af56d92", - "label": "커트", - "amount": 10000, + "id": "db024191dfc8ff7b1e88", + "label": "미용료(커트)", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "94269a529ea945c59334", + "label": "커트(성인 일반)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d2ba494aa16e2af56d92-history", - "label": "커트", - "amount": 10000, + "id": "db024191dfc8ff7b1e88-history", + "label": "미용료(커트)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "94269a529ea945c59334-history", + "label": "커트(성인 일반)", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10303", - "name": "금옥", - "businessName": "금옥", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 동면 금옥길 289-27 1층", - "district": "강원특별자치도 춘천시", - "latitude": 37.9229090212663, - "longitude": 127.80680948061, - "representativePriceAmount": 8000, - "representativePriceLabel": "막국수", + "id": "goodprice-15741", + "name": "부자반점", + "businessName": "부자반점", + "categorySlug": "chinese", + "address": "서울특별시 용산구 한강대로 275-1 (갈월동) 1층", + "district": "서울특별시 용산구", + "latitude": 37.542891074563585, + "longitude": 126.97213617564002, + "representativePriceAmount": 6500, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 막국수 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-241-1791 / 영업시간: 11:00 - 20:00 라스트오더 19:30 매주 월요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "남영동 착한가격업소", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-718-7889 / 영업시간: 09:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2bda609ef3877510c64f", - "label": "막국수", - "amount": 8000, + "id": "23001a05e18a0dd87ac3", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0fc52f34a464010016d5", - "label": "돼지 곰탕", - "amount": 9000, + "id": "dd18f5365954fde0e829", + "label": "볶음밥", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "23001a05e18a0dd87ac3-history", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c078cd6529cdfc09759e", - "label": "동치미 막국수", - "amount": 8000, + "id": "dd18f5365954fde0e829-history", + "label": "볶음밥", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "comments": [] + }, + { + "id": "goodprice-417", + "name": "행운이발관", + "businessName": "행운이발관", + "categorySlug": "barber", + "address": "서울특별시 노원구 화랑로 449 2층1호 (공릉동)", + "district": "서울특별시 노원구", + "latitude": 37.6185353708275, + "longitude": 127.07736255034, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료(커트)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 금 09:30-20:00 토 09:30-20:00 일 09:30-20:00 월 09:30-20:00 화 09:30-20:00 수 09:30-20:00 목 정기휴무(매주목요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "2bda609ef3877510c64f-history", - "label": "막국수", - "amount": 8000, + "id": "302372d62b837258bf0f", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0fc52f34a464010016d5-history", - "label": "돼지 곰탕", - "amount": 9000, + "id": "8dfc81ab13b54725fb18", + "label": "염색", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "302372d62b837258bf0f-history", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c078cd6529cdfc09759e-history", - "label": "동치미 막국수", - "amount": 8000, + "id": "8dfc81ab13b54725fb18-history", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4378", - "name": "낭만국수집", - "businessName": "낭만국수집", + "id": "goodprice-14430", + "name": "넘치는국수한그릇", + "businessName": "넘치는국수한그릇", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 서부대성로57번길2 (옥천동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8829699924835, - "longitude": 127.72960354019, - "representativePriceAmount": 8000, - "representativePriceLabel": "돌솥비빔밥", + "address": "대전광역시 동구 신기로 123-15 (가오동) 가오초등학교 앞", + "district": "대전광역시 동구", + "latitude": 36.31171842237039, + "longitude": 127.458444535411, + "representativePriceAmount": 5000, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-251-5688 / 영업시간: 10:00 - 15:00 주말 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-284-7888 / 영업시간: 11:00 ~ 20:30 (15:00~16:00 브레이크 타임) / 매주 일요일 정기 휴무 /", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "068def9ab6d56e24b327", - "label": "돌솥비빔밥", - "amount": 8000, + "id": "7917751f80db1b7e3ff4", + "label": "잔치국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bf7b8cc9a1a31089ffac", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "3cab0c34fb3afcf90786", + "label": "냉비빔국수(4~11월)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4d40ca6d18dbb06776b3", - "label": "낙지덮밥", - "amount": 8000, + "id": "d066ac7ca4cbcd8eb158", + "label": "동치미국수(4~10월)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "326599d4911ee0f08e2b", - "label": "들깨국수", - "amount": 8000, + "id": "9edad30051340aa74b5c", + "label": "어묵국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "068def9ab6d56e24b327-history", - "label": "돌솥비빔밥", - "amount": 8000, + "id": "7917751f80db1b7e3ff4-history", + "label": "잔치국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bf7b8cc9a1a31089ffac-history", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "3cab0c34fb3afcf90786-history", + "label": "냉비빔국수(4~11월)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4d40ca6d18dbb06776b3-history", - "label": "낙지덮밥", - "amount": 8000, + "id": "d066ac7ca4cbcd8eb158-history", + "label": "동치미국수(4~10월)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "326599d4911ee0f08e2b-history", - "label": "들깨국수", - "amount": 8000, + "id": "9edad30051340aa74b5c-history", + "label": "어묵국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15779", - "name": "괴산식당", - "businessName": "괴산식당", - "categorySlug": "korean", - "address": "충청북도 청주시 서원구 매봉로76번길 30 (수곡동) 1층", - "district": "충청북도 청주시", - "latitude": 36.61685424168219, - "longitude": 127.48003972548739, - "representativePriceAmount": 7000, - "representativePriceLabel": "청국장", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-285-6045", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이클리닝 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-245-1269 / 영업시간: 09:00 ~ 21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "aa792fb908852a342ab3", - "label": "청국장", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "018d18d2b7beccc3c706", - "label": "순두부찌개", - "amount": 7000, + "id": "8644d786bfa63972df7e", + "label": "드라이클리닝", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0991847f164845e4aefa", - "label": "김치찌개", - "amount": 7000, + "id": "6c05c42d574ff73d39b1", + "label": "수선", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "aa792fb908852a342ab3-history", - "label": "청국장", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "018d18d2b7beccc3c706-history", - "label": "순두부찌개", - "amount": 7000, + "id": "8644d786bfa63972df7e-history", + "label": "드라이클리닝", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0991847f164845e4aefa-history", - "label": "김치찌개", - "amount": 7000, + "id": "6c05c42d574ff73d39b1-history", + "label": "수선", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13537", - "name": "국가대표", - "businessName": "국가대표", + "id": "goodprice-16334", + "name": "서리김밥", + "businessName": "서리김밥", "categorySlug": "korean", - "address": "충청북도 청주시 청원구 수암로88번길 5-1 (우암동)", - "district": "충청북도 청주시", - "latitude": 36.65014622761729, - "longitude": 127.49373602311476, - "representativePriceAmount": 6000, - "representativePriceLabel": "순두부찌개", + "address": "서울특별시 용산구 원효로 220 (원효로2가) 1층", + "district": "서울특별시 용산구", + "latitude": 37.53772931789348, + "longitude": 126.96635693270667, + "representativePriceAmount": 3000, + "representativePriceLabel": "서리김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 서리김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-707-0936 / 영업시간: 평일07:00~19:30 토요일, 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "de73e5a12c370c04b575", - "label": "순두부찌개", - "amount": 6000, + "id": "16a976514ba2b79d7006", + "label": "서리김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "86eba20ba26cc122cc27", - "label": "된장찌개", - "amount": 6000, + "id": "974c7ad128a03748f1d5", + "label": "참치김밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c2cc6d086df03748df08", - "label": "김치찌개", - "amount": 6000, + "id": "85c3c90827db3c673692", + "label": "치즈김밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "de73e5a12c370c04b575-history", - "label": "순두부찌개", - "amount": 6000, + "id": "16a976514ba2b79d7006-history", + "label": "서리김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "86eba20ba26cc122cc27-history", - "label": "된장찌개", - "amount": 6000, + "id": "974c7ad128a03748f1d5-history", + "label": "참치김밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c2cc6d086df03748df08-history", - "label": "김치찌개", - "amount": 6000, + "id": "85c3c90827db3c673692-history", + "label": "치즈김밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15534", - "name": "국수좋은날", - "businessName": "국수좋은날", - "categorySlug": "korean", - "address": "충청북도 청주시 서원구 1순환로1063번길 34 (분평동) 1층", - "district": "충청북도 청주시", - "latitude": 36.60797810746097, - "longitude": 127.48522816108827, - "representativePriceAmount": 5000, - "representativePriceLabel": "잔치국수", + "id": "goodprice-418", + "name": "힘북이용원", + "businessName": "힘북이용원", + "categorySlug": "barber", + "address": "서울특별시 노원구 동일로 1390 204(상계동, 상계주공아파트6단지 상가)", + "district": "서울특별시 노원구", + "latitude": 37.6527180726916, + "longitude": 127.061519941724, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-291-5962", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-931-2331 / 영업시간: 18:30에18시30분에 목 08:00-18:30 금 08:00-18:30 토 08:00-18:30 일 08:00-18:30 월 08:00-18:30 화 08:00-18:30 수 정기휴무(매주수요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b99876411920970c6eff", - "label": "잔치국수", - "amount": 5000, + "id": "e0efc8d036b55b6a3b65", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ec53c560b46142bbd78c", - "label": "비빔국수", - "amount": 5000, + "id": "3d3598e45cfae5e5928b", + "label": "염색 염색", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "124c230d8d9cd06e92e5", - "label": "간장비빔국수", + "id": "62f0feb215218ee7b76b", + "label": "컷 이발", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b99876411920970c6eff-history", - "label": "잔치국수", - "amount": 5000, + "id": "e0efc8d036b55b6a3b65-history", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ec53c560b46142bbd78c-history", - "label": "비빔국수", - "amount": 5000, + "id": "3d3598e45cfae5e5928b-history", + "label": "염색 염색", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "124c230d8d9cd06e92e5-history", - "label": "간장비빔국수", + "id": "62f0feb215218ee7b76b-history", + "label": "컷 이발", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13709", - "name": "굼드림", - "businessName": "굼드림", - "categorySlug": "other-food", - "address": "충청북도 청주시 상당구 상당로69번길 15 (북문로1가) 대신증권 1층", - "district": "충청북도 청주시", - "latitude": 36.63425701957848, - "longitude": 127.48966620404532, - "representativePriceAmount": 2000, - "representativePriceLabel": "아메리카노", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 즉석떡볶이 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-246-4702 / 영업시간: 월~일 10:00~20:30 (라스트오더 20:00)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c7b9f41e9f2f693084fe", - "label": "아메리카노", - "amount": 2000, + "id": "6f96eef1ec37f3aa712f", + "label": "즉석떡볶이", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bb8c33ba749ca59b57a9", - "label": "에이드", - "amount": 3000, + "id": "89890e63a738df1d6442", + "label": "치즈떡볶이", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c7b9f41e9f2f693084fe-history", - "label": "아메리카노", - "amount": 2000, + "id": "6f96eef1ec37f3aa712f-history", + "label": "즉석떡볶이", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bb8c33ba749ca59b57a9-history", - "label": "에이드", - "amount": 3000, + "id": "89890e63a738df1d6442-history", + "label": "치즈떡볶이", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4910", - "name": "국빈4000냥미용실", - "businessName": "국빈4000냥미용실", + "id": "goodprice-6436", + "name": "동동이네시니어펌전문점", + "businessName": "동동이네시니어펌전문점", "categorySlug": "beauty", - "address": "충청남도 천안시 동남구 대흥로 132-2 (사직동)", - "district": "충청남도 천안시", - "latitude": 36.8008837521399, - "longitude": 127.148549025545, + "address": "경상북도 포항시 북구 월막길 2", + "district": "경상북도 포항시", + "latitude": 36.049135177781, + "longitude": 129.367187661289, "representativePriceAmount": 7000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00~17:30 정기휴무(매월 1일, 15일)", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-247-6989 / 영업시간: 09시~19시 매주 수요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "799b3be66829861ba64b", + "id": "c7606df5723d22c048e1", "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "799b3be66829861ba64b-history", + "id": "c7606df5723d22c048e1-history", "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13065", - "name": "김밥군쫄면양", - "businessName": "김밥군쫄면양", + "id": "goodprice-14103", + "name": "소문난국수집", + "businessName": "소문난국수집", "categorySlug": "korean", - "address": "충청남도 천안시 동남구 충절로 311 (구성동) 109호", - "district": "충청남도 천안시", - "latitude": 36.791883821934995, - "longitude": 127.16249631665832, - "representativePriceAmount": 3000, - "representativePriceLabel": "김밥", + "address": "서울특별시 용산구 보광로 41 (보광동) 1층", + "district": "서울특별시 용산구", + "latitude": 37.52776014147213, + "longitude": 126.99926795358544, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 매일 05:30~20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-790-8494", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8e31a4277cfd977e3d61", - "label": "김밥", - "amount": 3000, + "id": "925f0b5ece0da03f333e", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "73f4b40e68f46c316875", - "label": "양푼이비빔밥", + "id": "2dca1dfeea574e3d2e29", + "label": "우동", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e9e5a8a90d8ecc01e8a8", + "label": "열무냉면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "addadf12708308ff174f", - "label": "김치찌개", + "id": "8ee07c8c0dd62d85156d", + "label": "쫄면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8e31a4277cfd977e3d61-history", - "label": "김밥", - "amount": 3000, + "id": "925f0b5ece0da03f333e-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "73f4b40e68f46c316875-history", - "label": "양푼이비빔밥", + "id": "2dca1dfeea574e3d2e29-history", + "label": "우동", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e9e5a8a90d8ecc01e8a8-history", + "label": "열무냉면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "addadf12708308ff174f-history", - "label": "김치찌개", + "id": "8ee07c8c0dd62d85156d-history", + "label": "쫄면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11750", - "name": "김밥하나", - "businessName": "김밥하나", - "categorySlug": "korean", - "address": "충청남도 천안시 동남구 대흥로 340 (신부동)", - "district": "충청남도 천안시", - "latitude": 36.8177959668313, - "longitude": 127.15176650569, + "id": "goodprice-912", + "name": "행복한세탁소", + "businessName": "행복한세탁소", + "categorySlug": "laundry", + "address": "서울특별시 은평구 진흥로1길 37 1층", + "district": "서울특별시 은평구", + "latitude": 37.6036960556282, + "longitude": 126.918317294932, "representativePriceAmount": 3000, - "representativePriceLabel": "김밥", + "representativePriceLabel": "수선비", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-556-6247 / 영업시간: 09:30~19:00 정기휴무(매주 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 수선비 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-353-8671 / 영업시간: 매일 09:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b3fd014582793ad8a3b3", - "label": "김밥", + "id": "4e97934ca6b4e9d269f6", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b3fd014582793ad8a3b3-history", - "label": "김밥", + "id": "4e97934ca6b4e9d269f6-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18214", - "name": "란미용실", - "businessName": "란미용실", - "categorySlug": "beauty", - "address": "전북특별자치도 전주시 완산구 공수내1길 7-2 (서서학동) 1층", - "district": "전북특별자치도 전주시", - "latitude": 35.805287710386786, - "longitude": 127.14763371176575, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-4007-3960 / 영업시간: 06:00~19:00 / 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-291-1159 / 영업시간: 월~토: 10:30~20:00 / 19:30 라스트오더 일: 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cfa171665a12ca64d48c", - "label": "커트", - "amount": 10000, + "id": "21ebc90cdcb3a27ae77d", + "label": "돌솥비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "5b6953bd2c10a59e736a", + "label": "순두부찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cfa171665a12ca64d48c-history", - "label": "커트", - "amount": 10000, + "id": "21ebc90cdcb3a27ae77d-history", + "label": "돌솥비빔밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5b6953bd2c10a59e736a-history", + "label": "순두부찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5437", - "name": "만나별미", - "businessName": "만나별미", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 거마평로 122", - "district": "전북특별자치도 전주시", - "latitude": 35.8032647559385, - "longitude": 127.116997533405, - "representativePriceAmount": 7000, - "representativePriceLabel": "돈가스", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-224-9529 / 영업시간: 매일 09:00~20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 어린이입장료 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-727-0369", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a59b69b704cc8dbedaf2", - "label": "돈가스", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "4d59b3c13492fb8991bf", - "label": "된장찌개", + "id": "e6d923f7e0a9397d788f", + "label": "어린이입장료", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fa87ad1b6972ade86c9e", - "label": "김치찌개", - "amount": 7000, + "id": "c5106c85625491c8b7fe", + "label": "보호자입장료", + "amount": 0, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a59b69b704cc8dbedaf2-history", - "label": "돈가스", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "4d59b3c13492fb8991bf-history", - "label": "된장찌개", + "id": "e6d923f7e0a9397d788f-history", + "label": "어린이입장료", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fa87ad1b6972ade86c9e-history", - "label": "김치찌개", - "amount": 7000, + "id": "c5106c85625491c8b7fe-history", + "label": "보호자입장료", + "amount": 0, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5438", - "name": "만남의집", - "businessName": "만남의집", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 서학로 28-1", - "district": "전북특별자치도 전주시", - "latitude": 35.8095241776664, - "longitude": 127.152553371019, - "representativePriceAmount": 8000, - "representativePriceLabel": "김치찌개", + "id": "goodprice-17215", + "name": "시온", + "businessName": "시온", + "categorySlug": "other-food", + "address": "서울특별시 용산구 한강대로7길 13 (한강로3가) 1층", + "district": "서울특별시 용산구", + "latitude": 37.524325920409254, + "longitude": 126.96211985401933, + "representativePriceAmount": 3300, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-287-5589", + "lastPriceUpdatedAt": "2026-04-05", + "description": "용산구 착한가격업소", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-792-4688 / 영업시간: 월요일~금요일 08:00~17:30 토요일, 일요일 12:00~17:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e425df176ff052738706", - "label": "김치찌개", - "amount": 8000, + "id": "1226cba03ec9cb91731c", + "label": "아메리카노", + "amount": 3300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b5064f35e55248f2c814", - "label": "된장찌개", - "amount": 8000, + "id": "0942ade3fe8785d6cbd2", + "label": "까페라떼", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e425df176ff052738706-history", - "label": "김치찌개", - "amount": 8000, + "id": "1226cba03ec9cb91731c-history", + "label": "아메리카노", + "amount": 3300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b5064f35e55248f2c814-history", - "label": "된장찌개", - "amount": 8000, + "id": "0942ade3fe8785d6cbd2-history", + "label": "까페라떼", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15140", - "name": "대흥정", - "businessName": "대흥정", - "categorySlug": "korean", - "address": "전라남도 목포시 용당로216번길 25-1 (용당동) 대흥정", - "district": "전라남도 목포시", - "latitude": 34.80647798540608, - "longitude": 126.40112936933254, - "representativePriceAmount": 8000, - "representativePriceLabel": "백반", + "id": "goodprice-682", + "name": "미성이용원", + "businessName": "미성이용원", + "categorySlug": "barber", + "address": "서울특별시 서대문구 명지대3길 48 지하층 102호", + "district": "서울특별시 서대문구", + "latitude": 37.581903175669, + "longitude": 126.921154123028, + "representativePriceAmount": 7000, + "representativePriceLabel": "성인커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-273-0414", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 성인커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-314-3396 / 영업시간: 수요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0b06029b639dac26b59e", - "label": "백반", - "amount": 8000, + "id": "1080c3b5563d03453908", + "label": "성인커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d6ba8a8addb01723ff08", - "label": "비빔밥", - "amount": 8000, + "id": "2dec0ca9c2eca1a41f8d", + "label": "세발", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0b06029b639dac26b59e-history", - "label": "백반", - "amount": 8000, + "id": "1080c3b5563d03453908-history", + "label": "성인커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d6ba8a8addb01723ff08-history", - "label": "비빔밥", - "amount": 8000, + "id": "2dec0ca9c2eca1a41f8d-history", + "label": "세발", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15153", - "name": "드라이하우스 북항점", - "businessName": "드라이하우스 북항점", - "categorySlug": "laundry", - "address": "전라남도 목포시 청호로219번길 30 (산정동) 1층 106호", - "district": "전라남도 목포시", - "latitude": 34.80742822388893, - "longitude": 126.36751972578438, - "representativePriceAmount": 6100, - "representativePriceLabel": "정장한벌", + "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": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장한벌 6,100원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-278-2788", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-294-6636 / 영업시간: 07:00~21:00 / 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ac950f07c547d294a204", - "label": "정장한벌", - "amount": 6100, + "id": "f60a47bfb867e2bc5d0b", + "label": "팥빵", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c192f6731539b045a68e", - "label": "와이셔츠", - "amount": 1900, + "id": "e7252a9efbc87280b15f", + "label": "머핀", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ac950f07c547d294a204-history", - "label": "정장한벌", - "amount": 6100, + "id": "f60a47bfb867e2bc5d0b-history", + "label": "팥빵", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c192f6731539b045a68e-history", - "label": "와이셔츠", - "amount": 1900, + "id": "e7252a9efbc87280b15f-history", + "label": "머핀", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10506", - "name": "맹순이네 국밥", - "businessName": "맹순이네 국밥", - "categorySlug": "korean", - "address": "전라남도 목포시 북항로 73 1층(죽교동)", - "district": "전라남도 목포시", - "latitude": 34.7998878782976, - "longitude": 126.376318072647, - "representativePriceAmount": 6000, - "representativePriceLabel": "돼지머리국밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지머리국밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷(어린이) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-5689-8867 / 영업시간: 월 수 목 금 토 일 09:00-19:00 화 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a3b8c5a76add204a24b9", - "label": "돼지머리국밥", - "amount": 6000, + "id": "9eb0c03a277cedda1121", + "label": "컷(어린이)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1f8e963b2529babbd023", - "label": "돼지내장국밥", - "amount": 6000, + "id": "0dbb41d5ad8d53ab699c", + "label": "헤어컷(어린이)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a3b8c5a76add204a24b9-history", - "label": "돼지머리국밥", - "amount": 6000, + "id": "9eb0c03a277cedda1121-history", + "label": "컷(어린이)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1f8e963b2529babbd023-history", - "label": "돼지내장국밥", - "amount": 6000, + "id": "0dbb41d5ad8d53ab699c-history", + "label": "헤어컷(어린이)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6386", - "name": "고을마당", - "businessName": "고을마당", - "categorySlug": "korean", - "address": "경상북도 포항시 남구 대이로9번길 22 고을마당", - "district": "경상북도 포항시", - "latitude": 36.015803950231, - "longitude": 129.341696748169, - "representativePriceAmount": 7000, - "representativePriceLabel": "해물칼국수", + "id": "goodprice-16628", + "name": "와이브루", + "businessName": "와이브루", + "categorySlug": "other-food", + "address": "서울특별시 용산구 새창로45길 12 (신계동) 1층", + "district": "서울특별시 용산구", + "latitude": 37.53449127588085, + "longitude": 126.9630012638545, + "representativePriceAmount": 2000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 평일 09시~13시 매주 토요일, 일요일 휴무 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "용산구 착한가격업소(커피)", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 평일08:30~18:30 토,일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0663eed122250f594a03", - "label": "해물칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "1222cb2d111ee305ea9c", - "label": "정식", - "amount": 8000, + "id": "3d8ebc83a55ead420bba", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "80894533405ef057115d", - "label": "콩국수", - "amount": 8000, + "id": "85eaaacbf10015467cc7", + "label": "라떼", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0663eed122250f594a03-history", - "label": "해물칼국수", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "1222cb2d111ee305ea9c-history", - "label": "정식", - "amount": 8000, + "id": "3d8ebc83a55ead420bba-history", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "80894533405ef057115d-history", - "label": "콩국수", - "amount": 8000, + "id": "85eaaacbf10015467cc7-history", + "label": "라떼", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6387", - "name": "고향식당", - "businessName": "고향식당", - "categorySlug": "korean", - "address": "경상북도 포항시 남구 대송면 제내길75번길 29-5 고향식당", - "district": "경상북도 포항시", - "latitude": 35.9795204842443, - "longitude": 129.364706422308, - "representativePriceAmount": 8000, - "representativePriceLabel": "비빔밥", + "id": "goodprice-676", + "name": "바늘꽃옷수선", + "businessName": "바늘꽃옷수선", + "categorySlug": "other-service", + "address": "서울특별시 서대문구 홍은중앙로 8길 22", + "district": "서울특별시 서대문구", + "latitude": 37.5987804443942, + "longitude": 126.948733439817, + "representativePriceAmount": 3000, + "representativePriceLabel": "의복수선료(바지밑단)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-293-1230 / 영업시간: 12시~14시, 17시~19시 (브레이크타임 14시~17시) 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 의복수선료(바지밑단) 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c7e1e5e573a22d7633df", - "label": "비빔밥", - "amount": 8000, + "id": "c8b0b86a273963b73705", + "label": "의복수선료(바지밑단)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3ee670e9e84c60e4d764", - "label": "순두부찌개", - "amount": 9000, + "id": "e5f3d3f9e7493d3bf1c5", + "label": "의복수선료(바지기장)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "de69e0a3fbf9e5a072e5", - "label": "된장찌개", - "amount": 8000, + "id": "73df970fbec769cb3fd3", + "label": "의복수선료(상의소매)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0e7d9c647979636a7c9d", - "label": "김치찌개", - "amount": 8000, + "id": "14c8573f6cdf5a79aee2", + "label": "바지기장", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b8e845faf9bcd8519585", + "label": "바지밑단", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "942149629a36a78f1d3b", + "label": "상의소매", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c7e1e5e573a22d7633df-history", - "label": "비빔밥", - "amount": 8000, + "id": "c8b0b86a273963b73705-history", + "label": "의복수선료(바지밑단)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3ee670e9e84c60e4d764-history", - "label": "순두부찌개", - "amount": 9000, + "id": "e5f3d3f9e7493d3bf1c5-history", + "label": "의복수선료(바지기장)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "de69e0a3fbf9e5a072e5-history", - "label": "된장찌개", - "amount": 8000, + "id": "73df970fbec769cb3fd3-history", + "label": "의복수선료(상의소매)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0e7d9c647979636a7c9d-history", - "label": "김치찌개", - "amount": 8000, + "id": "14c8573f6cdf5a79aee2-history", + "label": "바지기장", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b8e845faf9bcd8519585-history", + "label": "바지밑단", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "942149629a36a78f1d3b-history", + "label": "상의소매", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6809", - "name": "낙동추어탕", - "businessName": "낙동추어탕", - "categorySlug": "korean", - "address": "경상남도 창원시 성산구 대정로35번길 4-1 (가음동, 정진상가)", - "district": "경상남도 창원시", - "latitude": 35.2078507245462, - "longitude": 128.698126634249, - "representativePriceAmount": 9000, - "representativePriceLabel": "추어탕", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-286-5565", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-868-5400", "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, + "id": "d068a6690371d4a2a718", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "d068a6690371d4a2a718-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7117", - "name": "광양왕소금깡통구이", - "businessName": "광양왕소금깡통구이", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 광양13길 13", - "district": "제주특별자치도 제주시", - "latitude": 33.4992265614392, - "longitude": 126.531680684457, - "representativePriceAmount": 6000, - "representativePriceLabel": "돌솥밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-755-9966", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 성인 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-374-7079", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d651b6e2cc6ce72c9e34", - "label": "돌솥밥", - "amount": 6000, + "id": "9015ca45d1fdf3ad44ed", + "label": "성인", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "47fc39df2e7a91b3314e", - "label": "비빔밥", - "amount": 6000, + "id": "2d8081dd90421e6eb1b2", + "label": "아동", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "4d9bbb17687cf75c1de3", - "label": "된장찌개", - "amount": 6000, + "id": "9015ca45d1fdf3ad44ed-history", + "label": "성인", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "23b203d52b956db9d87f", - "label": "김치찌개", - "amount": 8000, + "id": "2d8081dd90421e6eb1b2-history", + "label": "아동", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-893", + "name": "용산풍천숯불민물장어", + "businessName": "용산풍천숯불민물장어", + "categorySlug": "korean", + "address": "서울특별시 용산구 한강대로39길 10 1층", + "district": "서울특별시 용산구", + "latitude": 37.5312479318758, + "longitude": 126.968986718823, + "representativePriceAmount": 5500, + "representativePriceLabel": "손칼국수", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-749-5905 / 영업시간: 11:00~22:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "389137d7df54bd8ee7e2", - "label": "낙지볶음", - "amount": 10000, + "id": "86b7f4732343d678c57e", + "label": "손칼국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bb0a6df3cdf4131a9bed", - "label": "돌솥비빔밥", + "id": "a33a1a69d1b9945b1cb7", + "label": "손칼국수만두", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3a01971e08b17a622530", - "label": "순두부찌개", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "501b04238a701571b5cf", - "label": "열무국수", - "amount": 7000, + "id": "4ca52bcd8c2478747efd", + "label": "멸치손칼국수", + "amount": 4900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2737e787519babbbb92d", - "label": "제,낙볶음", - "amount": 10000, + "id": "4a3eb71280085cc9458d", + "label": "멸치손칼국수만두", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e3a13ec54c88325f2072", - "label": "제육볶음", - "amount": 10000, + "id": "eb02904d7f477d4e710f", + "label": "찐만두(고기)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "86b7f4732343d678c57e-history", + "label": "손칼국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bb0a6df3cdf4131a9bed-history", - "label": "돌솥비빔밥", + "id": "a33a1a69d1b9945b1cb7-history", + "label": "손칼국수만두", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3a01971e08b17a622530-history", - "label": "순두부찌개", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "501b04238a701571b5cf-history", - "label": "열무국수", - "amount": 7000, + "id": "4ca52bcd8c2478747efd-history", + "label": "멸치손칼국수", + "amount": 4900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2737e787519babbbb92d-history", - "label": "제,낙볶음", - "amount": 10000, + "id": "4a3eb71280085cc9458d-history", + "label": "멸치손칼국수만두", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e3a13ec54c88325f2072-history", - "label": "제육볶음", - "amount": 10000, + "id": "eb02904d7f477d4e710f-history", + "label": "찐만두(고기)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15758", - "name": "국수한상", - "businessName": "국수한상", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 남광로 7 (이도이동) 국수한상", - "district": "제주특별자치도 제주시", - "latitude": 33.492506273154056, - "longitude": 126.53696512732265, + "id": "goodprice-683", + "name": "삼성이발관", + "businessName": "삼성이발관", + "categorySlug": "barber", + "address": "서울특별시 서대문구 응암로 28 상가101호", + "district": "서울특별시 서대문구", + "latitude": 37.5762716171408, + "longitude": 126.909844105861, "representativePriceAmount": 7000, - "representativePriceLabel": "멸치국수", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-751-5808", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-373-3672", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f36185cc427f2c0bf707", - "label": "멸치국수", + "id": "97824db1943cbb6187cb", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d8e12b4226badadf42d6", - "label": "비빔국수", - "amount": 7000, + "id": "810c85dd46d4fe266e49", + "label": "면도", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3344d88eb7fbcd421a37", - "label": "우거지국", - "amount": 8000, + "id": "cdea64266af448cf866d", + "label": "중고생 커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f40ef7066486c324aa0d", - "label": "제육덮밥", - "amount": 8000, + "id": "98429d9616ad47d51513", + "label": "컷 커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f36185cc427f2c0bf707-history", - "label": "멸치국수", + "id": "97824db1943cbb6187cb-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d8e12b4226badadf42d6-history", - "label": "비빔국수", - "amount": 7000, + "id": "810c85dd46d4fe266e49-history", + "label": "면도", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3344d88eb7fbcd421a37-history", - "label": "우거지국", - "amount": 8000, + "id": "cdea64266af448cf866d-history", + "label": "중고생 커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f40ef7066486c324aa0d-history", - "label": "제육덮밥", - "amount": 8000, + "id": "98429d9616ad47d51513-history", + "label": "컷 커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7018", - "name": "굴무기낭", - "businessName": "굴무기낭", - "categorySlug": "other-food", - "address": "제주특별자치도 제주시 애월읍 납읍남로2길 6 1동 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.433110680166, - "longitude": 126.327918925624, + "id": "goodprice-10190", + "name": "맛있는 수다", + "businessName": "맛있는 수다", + "categorySlug": "bakery", + "address": "세종특별자치시 조치원읍 새내10길 41 맛있는 수다", + "district": "세종특별자치시 조치원읍", + "latitude": 36.6006451799859, + "longitude": 127.300531090282, "representativePriceAmount": 5000, - "representativePriceLabel": "감귤쉰다리에이드", + "representativePriceLabel": "고기만두(8개)", "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 고기만두(8개) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-867-4967", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4a3fd0f6cb56822b8ed6", - "label": "감귤쉰다리에이드", + "id": "da70e68ebc4cfb8b68cb", + "label": "고기만두(8개)", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b465b697026b652c62d1", - "label": "쉰다리빙수", - "amount": 7000, + "id": "4dadc3bbeb3ca6378693", + "label": "김치만두(8개)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "872ca46652fa94011308", - "label": "쉰다리", - "amount": 4500, + "id": "3becf493f79fd4f786a1", + "label": "오색쌀찐빵(5개)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "628921140fff40fd236a", - "label": "쉰다리빵", + "id": "da70e68ebc4cfb8b68cb-history", + "label": "고기만두(8개)", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0bf5847e3dbf53051c7e", - "label": "댕유지에이드", + "id": "4dadc3bbeb3ca6378693-history", + "label": "김치만두(8개)", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "86aae23244401f987b0a", - "label": "쉰다리쌀빵", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "536d8efd3e651cb0ccfb", - "label": "아메리카노", - "amount": 4000, + "id": "3becf493f79fd4f786a1-history", + "label": "오색쌀찐빵(5개)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ - { - "id": "4a3fd0f6cb56822b8ed6-history", - "label": "감귤쉰다리에이드", - "amount": 5000, - "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복1벌드라이 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-372-6901 / 영업시간: 월~토 09:00~21:00 ※ 정기휴무 : 매주 일요일", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "b465b697026b652c62d1-history", - "label": "쉰다리빙수", + "id": "7976ea4ee75e5fe78d6a", + "label": "양복1벌드라이", "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" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "536d8efd3e651cb0ccfb-history", - "label": "아메리카노", - "amount": 4000, + "id": "7976ea4ee75e5fe78d6a-history", + "label": "양복1벌드라이", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16044", - "name": "복코돼지", - "businessName": "복코돼지", - "categorySlug": "korean", - "address": "서울특별시 종로구 종로 232 (종로5가) 1층", - "district": "서울특별시 종로구", - "latitude": 37.570761508765074, - "longitude": 127.00353272937728, + "id": "goodprice-889", + "name": "원돈까스우동", + "businessName": "원돈까스우동", + "categorySlug": "japanese", + "address": "서울특별시 용산구 서빙고로65길 10 1층", + "district": "서울특별시 용산구", + "latitude": 37.5206387935546, + "longitude": 126.994548371044, "representativePriceAmount": 7000, - "representativePriceLabel": "김치찌개(점심)", + "representativePriceLabel": "원우동", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개(점심) 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2271-5989 / 영업시간: 10:00~22:00(일요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 원우동 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-797-9718 / 영업시간: (평일)11:00~20:00 (토) 11:00~14: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": "제육볶음(점심)", + "id": "46fc4db74c69ccf0d6e3", + "label": "원우동", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "90b8964717454311b3c1-history", - "label": "김치찌개(점심)", + "id": "46fc4db74c69ccf0d6e3-history", + "label": "원우동", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-687", + "name": "윤헤어모드", + "businessName": "윤헤어모드", + "categorySlug": "beauty", + "address": "서울특별시 서대문구 가재울로10길 25", + "district": "서울특별시 서대문구", + "latitude": 37.5764992467746, + "longitude": 126.922319268751, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-307-2896", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "e681d716facfe8474855-history", - "label": "황태해장국(점심)", - "amount": 7000, + "id": "4d539ee592a59e137b19", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "1308d2d6a76ac72e96d5-history", - "label": "제육볶음(점심)", - "amount": 7000, + "id": "4d539ee592a59e137b19-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17542", - "name": "불백당", - "businessName": "불백당", + "id": "goodprice-15567", + "name": "고운돈 79냉삼집", + "businessName": "고운돈 79냉삼집", "categorySlug": "korean", - "address": "서울특별시 종로구 우정국로2길 34 (관철동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.56946019643439, - "longitude": 126.98494601675547, - "representativePriceAmount": 5500, - "representativePriceLabel": "고추장불백", + "address": "경기도 수원시 영통구 반달로 50 (영통동) 1층", + "district": "경기도 수원시", + "latitude": 37.249825831037455, + "longitude": 127.07722668063614, + "representativePriceAmount": 7900, + "representativePriceLabel": "냉삼겹(150g)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고추장불백 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-722-0086", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉삼겹(150g) 7,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-205-5678 / 영업시간: 16:00~01:30 월요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "98d9c05fee2aa79a4a0d", - "label": "고추장불백", - "amount": 5500, + "id": "ba784350a1ea24409a84", + "label": "냉삼겹(150g)", + "amount": 7900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c508865947f43112feb1", - "label": "갈비양념불백", + "id": "27f258eada25c948846d", + "label": "김치찌개", "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b7b9eca4f669fa51c1ea", - "label": "오삼불백", - "amount": 6500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "98d9c05fee2aa79a4a0d-history", - "label": "고추장불백", - "amount": 5500, + "id": "ba784350a1ea24409a84-history", + "label": "냉삼겹(150g)", + "amount": 7900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c508865947f43112feb1-history", - "label": "갈비양념불백", + "id": "27f258eada25c948846d-history", + "label": "김치찌개", "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b7b9eca4f669fa51c1ea-history", - "label": "오삼불백", - "amount": 6500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-958", - "name": "삼삼 뚝배기", - "businessName": "삼삼 뚝배기", - "categorySlug": "korean", - "address": "서울특별시 종로구 동숭길 51 (동숭동)", - "district": "서울특별시 종로구", - "latitude": 37.5805564090189, - "longitude": 127.004190744723, + "id": "goodprice-5714", + "name": "늘고운 미용실", + "businessName": "늘고운 미용실", + "categorySlug": "beauty", + "address": "전라남도 여수시 서교 6길 5 (서교동)", + "district": "전라남도 여수시", + "latitude": 34.7423213814819, + "longitude": 127.728456280602, "representativePriceAmount": 7000, - "representativePriceLabel": "된장뚝배기", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장뚝배기 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-765-4683 / 영업시간: 매일(연중휴무) 06:00-21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 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": "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": "소고기미역국", + "id": "cd0feb0df9e1452ea3dc", + "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" + "reportedAt": "2026-04-05" } ], "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": "소고기미역국", + "id": "cd0feb0df9e1452ea3dc-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16866", - "name": "샐러드하우스", - "businessName": "샐러드하우스", + "id": "goodprice-16126", + "name": "인디에어", + "businessName": "인디에어", "categorySlug": "other-food", - "address": "서울특별시 종로구 새문안로5가길 28 (적선동) 지하1층 119호", - "district": "서울특별시 종로구", - "latitude": 37.57446023473285, - "longitude": 126.97359705813241, - "representativePriceAmount": 4900, - "representativePriceLabel": "에그듬뿍샌드위치", + "address": "서울특별시 용산구 백범로 325 (원효로1가) 1층", + "district": "서울특별시 용산구", + "latitude": 37.53843282270516, + "longitude": 126.96524220023485, + "representativePriceAmount": 3000, + "representativePriceLabel": "아메리카노(테이크아웃만 가능)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 에그듬뿍샌드위치 4,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-722-5891 / 영업시간: 10:00~19:30 토, 일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(테이크아웃만 가능) 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2420-9999 / 영업시간: 08:00~19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "572aae6e386976cd09db", - "label": "에그듬뿍샌드위치", - "amount": 4900, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d19637cfa84a052c76c6", - "label": "그린샐러드", - "amount": 6500, + "id": "873938e75c4ca043a218", + "label": "아메리카노(테이크아웃만 가능)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a26d4fe5f1d8762b295c", - "label": "닭가슴살샐러드", - "amount": 6500, + "id": "aeef2200a075dc3370ef", + "label": "까페라떼(테이크아웃만 가능)", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "572aae6e386976cd09db-history", - "label": "에그듬뿍샌드위치", - "amount": 4900, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d19637cfa84a052c76c6-history", - "label": "그린샐러드", - "amount": 6500, + "id": "873938e75c4ca043a218-history", + "label": "아메리카노(테이크아웃만 가능)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a26d4fe5f1d8762b295c-history", - "label": "닭가슴살샐러드", - "amount": 6500, + "id": "aeef2200a075dc3370ef-history", + "label": "까페라떼(테이크아웃만 가능)", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16480", - "name": "동광세탁소", - "businessName": "동광세탁소", - "categorySlug": "laundry", - "address": "부산광역시 중구 법수길 19 (보수동1가) 1층", - "district": "부산광역시 중구", - "latitude": 35.10490454876418, - "longitude": 129.02599093842454, - "representativePriceAmount": 4000, - "representativePriceLabel": "드라이크리닝(하의)", + "id": "goodprice-688", + "name": "은주헤어뉴스", + "businessName": "은주헤어뉴스", + "categorySlug": "beauty", + "address": "서울특별시 서대문구 거북골로20길53-3", + "district": "서울특별시 서대문구", + "latitude": 37.5803043702542, + "longitude": 126.910666702104, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트(여)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이크리닝(하의) 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-256-9047 / 영업시간: 영업시간: 07:00 ~ 19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(여) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-302-6281 / 영업시간: 09:00 ~ 20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "93f539f8cfc41416b859", - "label": "드라이크리닝(하의)", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "09b3e617d1902b70ec8a", - "label": "드라이크리닝(코트)", - "amount": 10000, + "id": "f7bcb20498db45595c0e", + "label": "커트(여)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cd76f2e3262ca78bc590", - "label": "드라이크리닝(상의)", - "amount": 6000, + "id": "ebbdaffeca171039aa17", + "label": "커트(남)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "93f539f8cfc41416b859-history", - "label": "드라이크리닝(하의)", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "09b3e617d1902b70ec8a-history", - "label": "드라이크리닝(코트)", - "amount": 10000, + "id": "f7bcb20498db45595c0e-history", + "label": "커트(여)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cd76f2e3262ca78bc590-history", - "label": "드라이크리닝(상의)", - "amount": 6000, + "id": "ebbdaffeca171039aa17-history", + "label": "커트(남)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17048", - "name": "동명칼국수", - "businessName": "동명칼국수", + "id": "goodprice-4376", + "name": "광치해장국", + "businessName": "광치해장국", "categorySlug": "korean", - "address": "부산광역시 중구 중구로34번길 23 (신창동1가) 2층", - "district": "부산광역시 중구", - "latitude": 35.10111918682593, - "longitude": 129.03031073104827, - "representativePriceAmount": 6500, - "representativePriceLabel": "칼국수", + "address": "강원특별자치도 춘천시 소양로 108 (소양동)", + "district": "강원특별자치도 춘천시", + "latitude": 37.8932252439588, + "longitude": 127.726036660624, + "representativePriceAmount": 6000, + "representativePriceLabel": "선지해장국", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-241-0061", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지해장국 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-253-1100 / 영업시간: 06:30 - 19:30 브레이크타임 15:00 - 17:00 라스트오더 19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "06cfe5771920bde25e5c", - "label": "칼국수", - "amount": 6500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "cb3a7d9e1deca75458cb", - "label": "비빔칼국수", - "amount": 7000, + "id": "e478b3a32ffd704d858a", + "label": "선지해장국", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bad98e05b000afc95f9a", - "label": "만두", - "amount": 5000, + "id": "b1083bba4bf8219041f1", + "label": "콩나물해장국", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9df2faaf4c862981198a", - "label": "김밥", - "amount": 3500, + "id": "de509c5458fa554531ee", + "label": "우거지해장국", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "06cfe5771920bde25e5c-history", - "label": "칼국수", - "amount": 6500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "cb3a7d9e1deca75458cb-history", - "label": "비빔칼국수", - "amount": 7000, + "id": "e478b3a32ffd704d858a-history", + "label": "선지해장국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bad98e05b000afc95f9a-history", - "label": "만두", - "amount": 5000, + "id": "b1083bba4bf8219041f1-history", + "label": "콩나물해장국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9df2faaf4c862981198a-history", - "label": "김밥", - "amount": 3500, + "id": "de509c5458fa554531ee-history", + "label": "우거지해장국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19007", - "name": "된장한상", - "businessName": "된장한상", - "categorySlug": "korean", - "address": "부산광역시 중구 대청로141번길 17 (중앙동4가) 1층", - "district": "부산광역시 중구", - "latitude": 35.104348496848104, - "longitude": 129.03506122917605, - "representativePriceAmount": 8000, - "representativePriceLabel": "된장한상(비빔밥+된장)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장한상(비빔밥+된장) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-442-3006 / 영업시간: 11:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 컷트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 09:00 ~ 18:00 / 휴무일(수요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a32552b0f126e1fd4c5a", - "label": "된장한상(비빔밥+된장)", - "amount": 8000, + "id": "f1dfe472da2642336369", + "label": "컷트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a32552b0f126e1fd4c5a-history", - "label": "된장한상(비빔밥+된장)", - "amount": 8000, + "id": "f1dfe472da2642336369-history", + "label": "컷트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1653", - "name": "뚱보집", - "businessName": "뚱보집", + "id": "goodprice-16335", + "name": "정가네왕김밥", + "businessName": "정가네왕김밥", "categorySlug": "korean", - "address": "부산광역시 중구 중앙대로 29번길 2-11 (중앙동)", - "district": "부산광역시 중구", - "latitude": 35.1006950852985, - "longitude": 129.036117527715, - "representativePriceAmount": 4000, - "representativePriceLabel": "콩나물밥", + "address": "서울특별시 용산구 효창원로 91 (용문동) 1층", + "district": "서울특별시 용산구", + "latitude": 37.53709820413125, + "longitude": 126.9590431309581, + "representativePriceAmount": 3000, + "representativePriceLabel": "정가네왕김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물밥 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-7466 / 영업시간: 매일 11:30-22:50, 넷쨰 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정가네왕김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1386-5598 / 영업시간: 평일, 토,일 09:00~20:00 매주 화요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2ce775b1d0eb92eaaa69", - "label": "콩나물밥", - "amount": 4000, + "id": "7721e929dfbb52463551", + "label": "정가네왕김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "eb646764259203326d81", + "label": "참치김밥", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c0b235bb65ae7bca2ed4", + "label": "치즈김밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2ce775b1d0eb92eaaa69-history", - "label": "콩나물밥", - "amount": 4000, + "id": "7721e929dfbb52463551-history", + "label": "정가네왕김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "eb646764259203326d81-history", + "label": "참치김밥", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c0b235bb65ae7bca2ed4-history", + "label": "치즈김밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14627", - "name": "밥맛나는집", - "businessName": "밥맛나는집", - "categorySlug": "korean", - "address": "대구광역시 중구 경상감영길 37 (서문로1가) 밥맛나는집", - "district": "대구광역시 중구", - "latitude": 35.87145492938626, - "longitude": 128.58946800122544, + "id": "goodprice-691", + "name": "이리이발관", + "businessName": "이리이발관", + "categorySlug": "barber", + "address": "서울특별시 서대문구 거북골로 208", + "district": "서울특별시 서대문구", + "latitude": 37.5789419883622, + "longitude": 126.908330113748, "representativePriceAmount": 7000, - "representativePriceLabel": "된장찌개", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-428-0121", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-374-3875 / 영업시간: 금 06:00-19:00 토 06:00-19:00 일 06:00-19:00 월 06:00-19:00 화 06:00-19:00 수 정기휴무(매주수요일) 목 06:00-19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e61d5d3ed66dd90dbcc6", - "label": "된장찌개", + "id": "9feaf956fab22fc119e6", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "486ae8502b6898d241b7", - "label": "고등어구이 정식", - "amount": 8000, + "id": "3b9708ceaefe9cb924f4", + "label": "면도", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f554a0c23b7a1d9637bd", - "label": "순두부 찌개", + "id": "9feaf956fab22fc119e6-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9397c3bfe66274b9ac0b", - "label": "가자미구이 정식", - "amount": 8000, + "id": "3b9708ceaefe9cb924f4-history", + "label": "면도", + "amount": 6000, "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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17982", - "name": "배사공멸치국수", - "businessName": "배사공멸치국수", + "id": "goodprice-5410", + "name": "또또분식", + "businessName": "또또분식", "categorySlug": "korean", - "address": "대구광역시 중구 관덕정길 10 (남산동) 남산동", - "district": "대구광역시 중구", - "latitude": 35.865329712937886, - "longitude": 128.59079734801406, - "representativePriceAmount": 6000, - "representativePriceLabel": "잔치국수", + "address": "전북특별자치도 전주시 덕진구 삼송3길 14", + "district": "전북특별자치도 전주시", + "latitude": 35.8424270036272, + "longitude": 127.135459918463, + "representativePriceAmount": 4500, + "representativePriceLabel": "떡볶이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-422-8866", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2cc2ff88399f167b3e56", - "label": "잔치국수", - "amount": 6000, + "id": "ea9bd3f31d7800fbe561", + "label": "떡볶이", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0fd48557f1fb2fb21b1a", - "label": "해물칼국수", - "amount": 7000, + "id": "9206dc170a859a859780", + "label": "수제모듬튀김", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2cc2ff88399f167b3e56-history", - "label": "잔치국수", - "amount": 6000, + "id": "ea9bd3f31d7800fbe561-history", + "label": "떡볶이", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0fd48557f1fb2fb21b1a-history", - "label": "해물칼국수", - "amount": 7000, + "id": "9206dc170a859a859780-history", + "label": "수제모듬튀김", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11440", - "name": "쎈밤 종로점", - "businessName": "쎈밤 종로점", - "categorySlug": "korean", - "address": "대구광역시 중구 종로 30-1 1층", - "district": "대구광역시 중구", - "latitude": 35.8686744440218, - "longitude": 128.592029244117, - "representativePriceAmount": 8900, - "representativePriceLabel": "국내산 삼겹살(150g)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국내산 삼겹살(150g) 8,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-7685-7137", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 블럭방(1시간) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-292-9265 / 영업시간: 평일 14:00~19:00 주말 12:00~19:00 휴무 : 월요일, 화요일", "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, + "id": "d3947f5e96a5597b4f9c", + "label": "블럭방(1시간)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e34151b30a7438ee95d1", - "label": "국내산 막창(150g)", - "amount": 8900, + "id": "b3c5f1dcc19115a5142e", + "label": "비즈1개", + "amount": 0, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ab2cab99f999438c90a9-history", - "label": "국내산 삼겹살(150g)", - "amount": 8900, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "71a493c52bf8e193cad5-history", - "label": "국내산 목살(150g)", - "amount": 8900, + "id": "d3947f5e96a5597b4f9c-history", + "label": "블럭방(1시간)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e34151b30a7438ee95d1-history", - "label": "국내산 막창(150g)", - "amount": 8900, + "id": "b3c5f1dcc19115a5142e-history", + "label": "비즈1개", + "amount": 0, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2007", - "name": "영생이용소", - "businessName": "영생이용소", - "categorySlug": "barber", - "address": "대구광역시 중구 이천로 184-8 (대봉동)", - "district": "대구광역시 중구", - "latitude": 35.8575452270514, - "longitude": 128.598969402186, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-11346", + "name": "친구의천", + "businessName": "친구의천", + "categorySlug": "korean", + "address": "서울특별시 용산구 장문로 88", + "district": "서울특별시 용산구", + "latitude": 37.525986638102, + "longitude": 126.999353921205, + "representativePriceAmount": 5000, + "representativePriceLabel": "즉석떡볶이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-9732 / 영업시간: 06:30-18:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 즉석떡볶이 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-790-9415", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4f5f596ea16799b45001", - "label": "커트", - "amount": 10000, + "id": "8585123c4fa8dbcc357b", + "label": "즉석떡볶이", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4f5f596ea16799b45001-history", - "label": "커트", - "amount": 10000, + "id": "8585123c4fa8dbcc357b-history", + "label": "즉석떡볶이", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14222", - "name": "삼미", - "businessName": "삼미", - "categorySlug": "other-food", - "address": "인천광역시 중구 제물량로 210-4 (해안동2가) 1층", - "district": "인천광역시 중구", - "latitude": 37.47195223689287, - "longitude": 126.62120161220716, - "representativePriceAmount": 5000, - "representativePriceLabel": "치즈카야토스트", + "id": "goodprice-641", + "name": "연백이발관", + "businessName": "연백이발관", + "categorySlug": "barber", + "address": "서울특별시 마포구 만리재옛길 5 (공덕동)", + "district": "서울특별시 마포구", + "latitude": 37.545045043436, + "longitude": 126.954299594353, + "representativePriceAmount": 7000, + "representativePriceLabel": "이발료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 치즈카야토스트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-812-4055", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이발료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-711-9782 / 영업시간: 07:00~19:00 정기휴무: 수요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bef8d50609936549c2a1", - "label": "치즈카야토스트", - "amount": 5000, + "id": "d5e51555b6aead07192c", + "label": "이발료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bef8d50609936549c2a1-history", - "label": "치즈카야토스트", - "amount": 5000, + "id": "d5e51555b6aead07192c-history", + "label": "이발료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16743", - "name": "삼시국수", - "businessName": "삼시국수", - "categorySlug": "korean", - "address": "인천광역시 중구 운중로 97 (운남동) 1층", - "district": "인천광역시 중구", - "latitude": 37.49421029445236, - "longitude": 126.5443392421388, - "representativePriceAmount": 7000, - "representativePriceLabel": "멸치국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1479-2358", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 운영시간 - (월요일~금요일) 08:00 ~ 17:00 - (토요일~일요일) 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4c36d8749245f92dbe2d", - "label": "멸치국수", - "amount": 7000, + "id": "5775daff34ce353fc537", + "label": "아메리카노", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1e0b78ca486403b40892", + "label": "카페라떼", + "amount": 2700, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "48aecec2a77f9e0eb606", + "label": "3샷 아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4c36d8749245f92dbe2d-history", - "label": "멸치국수", - "amount": 7000, + "id": "5775daff34ce353fc537-history", + "label": "아메리카노", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1e0b78ca486403b40892-history", + "label": "카페라떼", + "amount": 2700, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "48aecec2a77f9e0eb606-history", + "label": "3샷 아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14009", - "name": "소미국수", - "businessName": "소미국수", - "categorySlug": "korean", - "address": "인천광역시 중구 서해대로 486-2 (유동) 1층", - "district": "인천광역시 중구", - "latitude": 37.46916114263947, - "longitude": 126.63654581942478, - "representativePriceAmount": 9000, - "representativePriceLabel": "감자칼국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 감자칼국수 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-773-1003", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-556-8816 / 영업시간: 09:00~19:00 정기휴무(매주 일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ec21bf0a8991773e9087", - "label": "감자칼국수", - "amount": 9000, + "id": "38a51653e7da5729f89a", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ec21bf0a8991773e9087-history", - "label": "감자칼국수", - "amount": 9000, + "id": "38a51653e7da5729f89a-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19356", - "name": "무등산국밥", - "businessName": "무등산국밥", - "categorySlug": "korean", - "address": "광주광역시 동구 제봉로17번길 2 (학동) 1층", - "district": "광주광역시 동구", - "latitude": 35.14024503188192, - "longitude": 126.92183479745447, - "representativePriceAmount": 7000, - "representativePriceLabel": "암뽕순대국밥", + "id": "goodprice-885", + "name": "커피스모키", + "businessName": "커피스모키", + "categorySlug": "other-food", + "address": "서울특별시 용산구 한강대로30길 25 지하1층 26호", + "district": "서울특별시 용산구", + "latitude": 37.527358545339, + "longitude": 126.968861735609, + "representativePriceAmount": 2900, + "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 첫째, 셋째 주 일요일 휴무(시장 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: (평일)07:30~21:30 (토) 휴무 (일) 12:00~21:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "75452c3f5b208cb22d46", - "label": "암뽕순대국밥", - "amount": 7000, + "id": "830dcec0058d377d25ec", + "label": "아메리카노", + "amount": 2900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d2aea4228515e9ed89b4", - "label": "살코기국밥", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "75452c3f5b208cb22d46-history", - "label": "암뽕순대국밥", - "amount": 7000, + "id": "948610f08d8be4495dfe", + "label": "콜드브루", + "amount": 3400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d2aea4228515e9ed89b4-history", - "label": "살코기국밥", - "amount": 7000, + "id": "92c0b2c66373c4285b5b", + "label": "헤이즐넛아메리카노", + "amount": 3200, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "3c37ba479fe8fa6cc177", - "label": "수제비", - "amount": 6000, + "id": "c1038f51a2e19ceeccda", + "label": "녹차라떼", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bb57049bebaa85d00219", - "label": "팥죽", - "amount": 7000, + "id": "8e5aa98d667f1e5bb903", + "label": "디카페인 라떼", + "amount": 4200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6256deaaa98f9da16fac", - "label": "동지죽", - "amount": 8500, + "id": "a06b933b21aa83cc1800", + "label": "디카페인 아메리카노", + "amount": 3700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9f5041d5579f8c893cb2", - "label": "콩나물국밥", - "amount": 7000, + "id": "ec73855f9851c3991925", + "label": "딸기바나나주스", + "amount": 4200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5352f6362859edb2be0d", - "label": "콩물국수", - "amount": 8500, + "id": "41d339cc02d3e5b2de77", + "label": "딸기요거트 스무디", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7c21100b2ff6d0594b46", - "label": "파전", - "amount": 9000, + "id": "c0fcffcc50a22feb8895", + "label": "레몬생강차", + "amount": 4200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "3c37ba479fe8fa6cc177-history", - "label": "수제비", - "amount": 6000, + "id": "51c97119b4cc2487210f", + "label": "레몬에이드", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bb57049bebaa85d00219-history", - "label": "팥죽", - "amount": 7000, + "id": "dfa2faad0e854b1ab9b2", + "label": "망고바나나주스", + "amount": 4200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6256deaaa98f9da16fac-history", - "label": "동지죽", - "amount": 8500, + "id": "1d2d6c18a6ea3aa9e60c", + "label": "망고요거트스무디", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9f5041d5579f8c893cb2-history", - "label": "콩나물국밥", - "amount": 7000, + "id": "2895abd23e32fde364d2", + "label": "몽실이라떼", + "amount": 3900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5352f6362859edb2be0d-history", - "label": "콩물국수", - "amount": 8500, + "id": "20c241b733899cf0b7e4", + "label": "민트초코라떼", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7c21100b2ff6d0594b46-history", - "label": "파전", - "amount": 9000, + "id": "d8ad624060e9cea5d0a4", + "label": "밀크티", + "amount": 4000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "debe2d932314ed5907fd", - "label": "백반", - "amount": 6000, + "id": "4800d287a75fe89a80e8", + "label": "바닐라라떼", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "debe2d932314ed5907fd-history", - "label": "백반", - "amount": 6000, + "id": "35b7316cef8b4077aea8", + "label": "복숭아아이스티", + "amount": 3500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "968d6d74fd1c637fd1b5", - "label": "제육", - "amount": 7500, + "id": "115cad612a7a292092ba", + "label": "블루베리바나나주스", + "amount": 4200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "25d11598124354dc3727", - "label": "김치찌개", - "amount": 7000, + "id": "df80244a07df1154180c", + "label": "생강차/유자차/레몬차/매실차", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1376effedab108d5a83e", - "label": "닭계장", - "amount": 7000, + "id": "816e195f14aed0e3d901", + "label": "아샷추", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7803ceaf4daf9338462e", - "label": "김치 볶음밥", - "amount": 6000, + "id": "75899538d6e2d50c8a52", + "label": "얼그레이/캐모마일/히비스커스/페퍼민트/루이보스", + "amount": 3200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "829f5325118c463428f3", - "label": "뚝배기 김치찌개", - "amount": 6000, + "id": "ebf973906806ac1dd646", + "label": "에스프레소", + "amount": 2900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8263dd3157d0058c54ae", - "label": "뚝배기 닭계장", - "amount": 6000, + "id": "3d689deaf4803c197c08", + "label": "연유라떼", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ecadbbe5e1c44c9dc2a3", - "label": "뚝배기 라면", - "amount": 4000, + "id": "fc99275b421a6101d976", + "label": "유자생강차", + "amount": 4200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "29e37499a3ec297011f4", - "label": "뚝배기 라면밥", + "id": "063f823a54b475d9fde3", + "label": "자몽에이드", "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6427cffbe30e2be2592f", - "label": "뚝배기 만두국", + "id": "ec748f8bf3f5eeb117bc", + "label": "자몽차", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7c16a40d39d0b9a755db", - "label": "뚝배기 수제비", + "id": "c0acc4e4ae91bcb40924", + "label": "자몽허니블랙티", + "amount": 4800, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "97cf211904bef12ea8df", + "label": "진저라떼", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "dd37eeb5635b5bc238ad", - "label": "뚝배기 순대국", - "amount": 6000, + "id": "1c978472e031c2ea99c2", + "label": "청포도에이드", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8228c0466980f3143642", - "label": "뚝배기 순두부", - "amount": 6000, + "id": "a90542b13a201b40a589", + "label": "초코라떼", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "82c444f803c12974e52d", - "label": "뚝배기 오징어볶음", - "amount": 6500, + "id": "e6e9f088dccce36c71c6", + "label": "카라멜 마끼아또", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9edb102bb923703d0cf7", - "label": "뚝배기 제육", - "amount": 6500, + "id": "7d192a91b580fa5d4b9a", + "label": "카페라떼", + "amount": 3400, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "222c5bffe6bab588024b", - "label": "뚝배기 참치찌개", - "amount": 6000, + "id": "604f2230b8ee0921796c", + "label": "카페모카", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "968d6d74fd1c637fd1b5-history", - "label": "제육", - "amount": 7500, + "id": "de75220c17407abc51e7", + "label": "카페민트모카", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "25d11598124354dc3727-history", - "label": "김치찌개", - "amount": 7000, + "id": "cbe24eb0820c1d7b906d", + "label": "카푸치노", + "amount": 3400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1376effedab108d5a83e-history", - "label": "닭계장", - "amount": 7000, + "id": "bd51533cc4236578da22", + "label": "콜드브루라떼", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7803ceaf4daf9338462e-history", - "label": "김치 볶음밥", - "amount": 6000, + "id": "9169109fe740d2979588", + "label": "플레인요거트스무디", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "829f5325118c463428f3-history", - "label": "뚝배기 김치찌개", - "amount": 6000, + "id": "074018b612288e901706", + "label": "핸드드립", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8263dd3157d0058c54ae-history", - "label": "뚝배기 닭계장", - "amount": 6000, + "id": "4f91ebb1940e74736d7f", + "label": "헤이즐넛 아메리카노", + "amount": 3200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ecadbbe5e1c44c9dc2a3-history", - "label": "뚝배기 라면", - "amount": 4000, + "id": "a5135185d652391963d1", + "label": "헤이즐넛라떼", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "29e37499a3ec297011f4-history", - "label": "뚝배기 라면밥", - "amount": 4500, + "id": "6fa0f000dec18e754013", + "label": "호두바나나주스", + "amount": 4200, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "830dcec0058d377d25ec-history", + "label": "아메리카노", + "amount": 2900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6427cffbe30e2be2592f-history", - "label": "뚝배기 만두국", - "amount": 4000, + "id": "948610f08d8be4495dfe-history", + "label": "콜드브루", + "amount": 3400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7c16a40d39d0b9a755db-history", - "label": "뚝배기 수제비", - "amount": 4000, + "id": "92c0b2c66373c4285b5b-history", + "label": "헤이즐넛아메리카노", + "amount": 3200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "dd37eeb5635b5bc238ad-history", - "label": "뚝배기 순대국", - "amount": 6000, + "id": "c1038f51a2e19ceeccda-history", + "label": "녹차라떼", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8228c0466980f3143642-history", - "label": "뚝배기 순두부", - "amount": 6000, + "id": "8e5aa98d667f1e5bb903-history", + "label": "디카페인 라떼", + "amount": 4200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "82c444f803c12974e52d-history", - "label": "뚝배기 오징어볶음", - "amount": 6500, + "id": "a06b933b21aa83cc1800-history", + "label": "디카페인 아메리카노", + "amount": 3700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9edb102bb923703d0cf7-history", - "label": "뚝배기 제육", - "amount": 6500, + "id": "ec73855f9851c3991925-history", + "label": "딸기바나나주스", + "amount": 4200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "222c5bffe6bab588024b-history", - "label": "뚝배기 참치찌개", - "amount": 6000, + "id": "41d339cc02d3e5b2de77-history", + "label": "딸기요거트 스무디", + "amount": 4500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "915670eca6799fae27d7", - "label": "짜장면", - "amount": 5000, + "id": "c0fcffcc50a22feb8895-history", + "label": "레몬생강차", + "amount": 4200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "616ebfd5badf33b8a9b6", - "label": "짬뽕", - "amount": 7000, + "id": "51c97119b4cc2487210f-history", + "label": "레몬에이드", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "915670eca6799fae27d7-history", - "label": "짜장면", - "amount": 5000, + "id": "dfa2faad0e854b1ab9b2-history", + "label": "망고바나나주스", + "amount": 4200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "616ebfd5badf33b8a9b6-history", - "label": "짬뽕", - "amount": 7000, + "id": "1d2d6c18a6ea3aa9e60c-history", + "label": "망고요거트스무디", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2895abd23e32fde364d2-history", + "label": "몽실이라떼", + "amount": 3900, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "20c241b733899cf0b7e4-history", + "label": "민트초코라떼", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d8ad624060e9cea5d0a4-history", + "label": "밀크티", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4800d287a75fe89a80e8-history", + "label": "바닐라라떼", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "35b7316cef8b4077aea8-history", + "label": "복숭아아이스티", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "115cad612a7a292092ba-history", + "label": "블루베리바나나주스", + "amount": 4200, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "df80244a07df1154180c-history", + "label": "생강차/유자차/레몬차/매실차", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "816e195f14aed0e3d901-history", + "label": "아샷추", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "75899538d6e2d50c8a52-history", + "label": "얼그레이/캐모마일/히비스커스/페퍼민트/루이보스", + "amount": 3200, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ebf973906806ac1dd646-history", + "label": "에스프레소", + "amount": 2900, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "3d689deaf4803c197c08-history", + "label": "연유라떼", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "fc99275b421a6101d976-history", + "label": "유자생강차", + "amount": 4200, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "063f823a54b475d9fde3-history", + "label": "자몽에이드", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ec748f8bf3f5eeb117bc-history", + "label": "자몽차", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c0acc4e4ae91bcb40924-history", + "label": "자몽허니블랙티", + "amount": 4800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "97cf211904bef12ea8df-history", + "label": "진저라떼", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1c978472e031c2ea99c2-history", + "label": "청포도에이드", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a90542b13a201b40a589-history", + "label": "초코라떼", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e6e9f088dccce36c71c6-history", + "label": "카라멜 마끼아또", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7d192a91b580fa5d4b9a-history", + "label": "카페라떼", + "amount": 3400, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "604f2230b8ee0921796c-history", + "label": "카페모카", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "de75220c17407abc51e7-history", + "label": "카페민트모카", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "cbe24eb0820c1d7b906d-history", + "label": "카푸치노", + "amount": 3400, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bd51533cc4236578da22-history", + "label": "콜드브루라떼", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9169109fe740d2979588-history", + "label": "플레인요거트스무디", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "074018b612288e901706-history", + "label": "핸드드립", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4f91ebb1940e74736d7f-history", + "label": "헤이즐넛 아메리카노", + "amount": 3200, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a5135185d652391963d1-history", + "label": "헤이즐넛라떼", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6fa0f000dec18e754013-history", + "label": "호두바나나주스", + "amount": 4200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2575", - "name": "마실", - "businessName": "마실", - "categorySlug": "korean", - "address": "대전광역시 동구 동산초교로 22번길 45 (홍도동)", - "district": "대전광역시 동구", - "latitude": 36.3475476850448, - "longitude": 127.429039114596, + "id": "goodprice-629", + "name": "한화세탁", + "businessName": "한화세탁", + "categorySlug": "laundry", + "address": "서울특별시 마포구 마포구 마포대로 33 (도화동)", + "district": "서울특별시 마포구", + "latitude": 37.5399847863145, + "longitude": 126.945447452979, "representativePriceAmount": 7000, - "representativePriceLabel": "수제비", + "representativePriceLabel": "양복세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제비 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-635-7086 / 영업시간: 11:00 ~ 22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-706-6603", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e3bf68ada9bf9499a474", - "label": "수제비", + "id": "311d887433619575ee42", + "label": "양복세탁료", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "42c9f13e5e1a190741c1", - "label": "손수제비", - "amount": 7000, + "id": "12feb2f5734bc46c4dc6", + "label": "의류수선료", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e3bf68ada9bf9499a474-history", - "label": "수제비", + "id": "311d887433619575ee42-history", + "label": "양복세탁료", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "42c9f13e5e1a190741c1-history", - "label": "손수제비", - "amount": 7000, + "id": "12feb2f5734bc46c4dc6-history", + "label": "의류수선료", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14774", - "name": "송림식당", - "businessName": "송림식당", - "categorySlug": "korean", - "address": "울산광역시 중구 성안6길 1 (성안동) 1층", - "district": "울산광역시 중구", - "latitude": 35.575033452695315, - "longitude": 129.31651249571607, - "representativePriceAmount": 8000, - "representativePriceLabel": "정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-246-8751 / 영업시간: 월요일~토요일 11:00~17:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 찹쌀도너츠(3개) 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-273-2923 / 영업시간: 10:00-19:30 (화요잃휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d2dbe13167ff89157f79", - "label": "정식", - "amount": 8000, + "id": "b844696d599c621e9582", + "label": "찹쌀도너츠(3개)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7a1a9a1e3ca7d8412e1c", - "label": "김치찌개", - "amount": 9000, + "id": "b1991af3478a7e4a0c8c", + "label": "찐빵(3개)", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "835200d53f0e4397df2f", + "label": "고로케", + "amount": 1500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d2e8f4c3218c8c0cebfb", + "label": "꽈배기 3개", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e63ebca853e51549606f", + "label": "만두 10개", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e1460d3a5748974ba320", + "label": "슈크림", + "amount": 1500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2053ab0d1046729ed09c", + "label": "어묵", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "83549f88ab427ae63ea5", + "label": "찐빵 3개", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "61d0d63b13af7cdc1b75", + "label": "찹쌀도너츠 2개", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "fff9c10e9fc7dfbe3e8e", + "label": "치즈고로케", + "amount": 1500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "573a8276161bd4d80fcf", + "label": "팥도너츠 2개", + "amount": 1000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d2dbe13167ff89157f79-history", - "label": "정식", - "amount": 8000, + "id": "b844696d599c621e9582-history", + "label": "찹쌀도너츠(3개)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7a1a9a1e3ca7d8412e1c-history", - "label": "김치찌개", - "amount": 9000, + "id": "b1991af3478a7e4a0c8c-history", + "label": "찐빵(3개)", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "835200d53f0e4397df2f-history", + "label": "고로케", + "amount": 1500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d2e8f4c3218c8c0cebfb-history", + "label": "꽈배기 3개", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e63ebca853e51549606f-history", + "label": "만두 10개", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e1460d3a5748974ba320-history", + "label": "슈크림", + "amount": 1500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2053ab0d1046729ed09c-history", + "label": "어묵", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "83549f88ab427ae63ea5-history", + "label": "찐빵 3개", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "61d0d63b13af7cdc1b75-history", + "label": "찹쌀도너츠 2개", + "amount": 1000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "fff9c10e9fc7dfbe3e8e-history", + "label": "치즈고로케", + "amount": 1500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "573a8276161bd4d80fcf-history", + "label": "팥도너츠 2개", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2994", - "name": "수다라", - "businessName": "수다라", - "categorySlug": "korean", - "address": "울산광역시 중구 서원1길 3 (반구동)", - "district": "울산광역시 중구", - "latitude": 35.5632555809223, - "longitude": 129.335301504887, - "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-293-8818 / 영업시간: 10:00~18:00 -1인분은13:30이후주문가능", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(어르신) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-562-0155 / 영업시간: 09:00~19:00 정기휴무(1, 3째주 화요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f24d2eb74ac6f49a318c", - "label": "칼국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5a858002c4b084e7747b", - "label": "비빔밥", - "amount": 8000, + "id": "fd960d19c9898dfcff55", + "label": "커트(어르신)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f24d2eb74ac6f49a318c-history", - "label": "칼국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5a858002c4b084e7747b-history", - "label": "비빔밥", - "amount": 8000, + "id": "fd960d19c9898dfcff55-history", + "label": "커트(어르신)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14577", - "name": "순정분식", - "businessName": "순정분식", + "id": "goodprice-15742", + "name": "쿠쿠스", + "businessName": "쿠쿠스", "categorySlug": "korean", - "address": "울산광역시 중구 반구정15길 18 (반구동) 1층", - "district": "울산광역시 중구", - "latitude": 35.55845233751778, - "longitude": 129.34466380262637, + "address": "서울특별시 용산구 한강대로15길 19-2 (한강로3가) 1층", + "district": "서울특별시 용산구", + "latitude": 37.526022091947766, + "longitude": 126.96307096171546, "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "representativePriceLabel": "제육덮밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:40~19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "한강로동 착한가격업소", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-798-9233 / 영업시간: 매일 11:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8c27edd344aef9057696", - "label": "칼국수", + "id": "e2892ec15eb5705e292c", + "label": "제육덮밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "967807d427281b4c30a1", - "label": "비빔밥", - "amount": 7000, + "id": "6d09224ba2abb72cb978", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8c27edd344aef9057696-history", - "label": "칼국수", + "id": "e2892ec15eb5705e292c-history", + "label": "제육덮밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "967807d427281b4c30a1-history", - "label": "비빔밥", - "amount": 7000, + "id": "6d09224ba2abb72cb978-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10174", - "name": "복조갈비", - "businessName": "복조갈비", - "categorySlug": "korean", - "address": "세종특별자치시 조치원읍 새내12길 51 1층", - "district": "세종특별자치시 조치원읍", - "latitude": 36.6026560183833, - "longitude": 127.300695361905, - "representativePriceAmount": 8000, - "representativePriceLabel": "육개장", + "id": "goodprice-838", + "name": "까끌래깍자", + "businessName": "까끌래깍자", + "categorySlug": "beauty", + "address": "서울특별시 양천구 남부순환로70길 20-2 1층", + "district": "서울특별시 양천구", + "latitude": 37.5217842066902, + "longitude": 126.834576400647, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트(남)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 육개장 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-3890", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2603-7289 / 영업시간: 월-금 9:00~18:30 정기휴무 : 토,일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "feb7c5375ccf1a9567ad", - "label": "육개장", - "amount": 8000, + "id": "52d23c48a7f63a535fd6", + "label": "커트(남)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5c9cbbb6e6dd94cdeb0d", - "label": "갈비탕", - "amount": 9000, + "id": "531e046de1b18c9281c7", + "label": "염색(남)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "feb7c5375ccf1a9567ad-history", - "label": "육개장", - "amount": 8000, + "id": "52d23c48a7f63a535fd6-history", + "label": "커트(남)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5c9cbbb6e6dd94cdeb0d-history", - "label": "갈비탕", - "amount": 9000, + "id": "531e046de1b18c9281c7-history", + "label": "염색(남)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19176", - "name": "부산면가", - "businessName": "부산면가", + "id": "goodprice-17102", + "name": "국밥명가 온마루", + "businessName": "국밥명가 온마루", "categorySlug": "korean", - "address": "세종특별자치시 호려울로 29 (보람동) 110호", - "district": "세종특별자치시 호려울로", - "latitude": 36.477909935227785, - "longitude": 127.29023798268373, - "representativePriceAmount": 6500, - "representativePriceLabel": "옛날칼국수", + "address": "경상남도 창원시 의창구 북면 천주로 472 103호", + "district": "경상남도 창원시", + "latitude": 35.29896206632041, + "longitude": 128.6039200218082, + "representativePriceAmount": 7000, + "representativePriceLabel": "돼지국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "5233600915", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-0626", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1346-4134", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8e9ab34e11b7e10d86bf", - "label": "옛날칼국수", - "amount": 6500, + "id": "d8c5cb2a22a6fa6624f6", + "label": "돼지국밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8e9ab34e11b7e10d86bf-history", - "label": "옛날칼국수", - "amount": 6500, + "id": "d8c5cb2a22a6fa6624f6-history", + "label": "돼지국밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14528", - "name": "까페시모 우만점", - "businessName": "까페시모 우만점", - "categorySlug": "other-food", - "address": "경기도 수원시 팔달구 경수대로656번길 37-22 (우만동) 1층", - "district": "경기도 수원시", - "latitude": 37.28563203757849, - "longitude": 127.02975069485917, - "representativePriceAmount": 2900, - "representativePriceLabel": "아메리카노", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-304-0307 / 영업시간: 09:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 왁싱(인중) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1437-1061 / 영업시간: 월~금(10:00~20:00) 토(10:00~18:00) 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c12ccc64e732c15fb3c6", - "label": "아메리카노", - "amount": 2900, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b3c037742f241acb148d", - "label": "카페라떼", - "amount": 3700, + "id": "b1e549cd8df066aa982b", + "label": "왁싱(인중)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c12ccc64e732c15fb3c6-history", - "label": "아메리카노", - "amount": 2900, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b3c037742f241acb148d-history", - "label": "카페라떼", - "amount": 3700, + "id": "b1e549cd8df066aa982b-history", + "label": "왁싱(인중)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14526", - "name": "꼼빠도르", - "businessName": "꼼빠도르", - "categorySlug": "bakery", - "address": "경기도 수원시 팔달구 정조로 797-2 (팔달로2가) 101, 102호", - "district": "경기도 수원시", - "latitude": 37.279316026053095, - "longitude": 127.01637087798076, - "representativePriceAmount": 2000, - "representativePriceLabel": "팥빵", + "id": "goodprice-17216", + "name": "테폼", + "businessName": "테폼", + "categorySlug": "other-food", + "address": "서울특별시 용산구 녹사평대로26길 21 (이태원동) 1층 (이태원동, 미광빌딩)", + "district": "서울특별시 용산구", + "latitude": 37.53087259952325, + "longitude": 126.99128823933295, + "representativePriceAmount": 3000, + "representativePriceLabel": "아메리카노(핫)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-243-0588 / 영업시간: 08:00~23:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "용산구 착한가격업소", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-793-6926 / 영업시간: 월요일~토요일 07:00~19:00 일요일 09:00~17:00 휴무일 없음", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "393b5e2b7035fd37d6b8", - "label": "팥빵", - "amount": 2000, + "id": "9c24e2d4ed5fb2d1421d", + "label": "아메리카노(핫)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e023ccfd5df8d23acd8b", - "label": "아메리카노", - "amount": 3500, + "id": "8f29eecaee5960dc9be0", + "label": "까페라떼(핫)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "393b5e2b7035fd37d6b8-history", - "label": "팥빵", - "amount": 2000, + "id": "9c24e2d4ed5fb2d1421d-history", + "label": "아메리카노(핫)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e023ccfd5df8d23acd8b-history", - "label": "아메리카노", - "amount": 3500, + "id": "8f29eecaee5960dc9be0-history", + "label": "까페라떼(핫)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3367", - "name": "꽃씨미용실", - "businessName": "꽃씨미용실", + "id": "goodprice-11059", + "name": "새마을 미용실", + "businessName": "새마을 미용실", "categorySlug": "beauty", - "address": "경기도 수원시 권선구 금호로15번길12 (금곡동)", - "district": "경기도 수원시", - "latitude": 37.2692497847657, - "longitude": 126.953624838044, - "representativePriceAmount": 10000, + "address": "서울특별시 양천구 은행정로5길 48-1 1층", + "district": "서울특별시 양천구", + "latitude": 37.5206425829298, + "longitude": 126.854524808413, + "representativePriceAmount": 5000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-297-6106 / 영업시간: 10:00~19:00 (첫째, 셋째 일요일, 둘째,넷째 화요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2643-6110", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "951e63c163567473259a", + "id": "ecda5205eaeb451772f9", "label": "커트", - "amount": 10000, + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "951e63c163567473259a-history", + "id": "ecda5205eaeb451772f9-history", "label": "커트", - "amount": 10000, + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15303", - "name": "남문건강제분소", - "businessName": "남문건강제분소", + "id": "goodprice-18065", + "name": "고슬", + "businessName": "고슬", "categorySlug": "korean", - "address": "경기도 수원시 팔달구 창룡대로26번길 42-7 (남수동) 1층", - "district": "경기도 수원시", - "latitude": 37.28002458529435, - "longitude": 127.0188847877665, - "representativePriceAmount": 6000, - "representativePriceLabel": "콩나물국밥", + "address": "제주특별자치도 제주시 문송길 22 (연동) 고슬", + "district": "제주특별자치도 제주시", + "latitude": 33.487975312677904, + "longitude": 126.49712441188434, + "representativePriceAmount": 4000, + "representativePriceLabel": "떡볶이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-241-8002 / 영업시간: 09:00~21:00 화요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-8900-8495", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e4166fabea6e8b8229a7", - "label": "콩나물국밥", - "amount": 6000, + "id": "f36b386df545f2c4a4fe", + "label": "떡볶이", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f9821c6901d3e9c45004", + "id": "b26392775e5182585b52", "label": "잔치국수", - "amount": 6000, + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "488afc84183a91d07510", - "label": "비빔국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "96eab12924a0fb14f46a", - "label": "순두부", - "amount": 6000, + "id": "479ab7798a69a21709f8", + "label": "냉모밀", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e4166fabea6e8b8229a7-history", - "label": "콩나물국밥", - "amount": 6000, + "id": "f36b386df545f2c4a4fe-history", + "label": "떡볶이", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f9821c6901d3e9c45004-history", + "id": "b26392775e5182585b52-history", "label": "잔치국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "488afc84183a91d07510-history", - "label": "비빔국수", - "amount": 6000, + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "96eab12924a0fb14f46a-history", - "label": "순두부", - "amount": 6000, + "id": "479ab7798a69a21709f8-history", + "label": "냉모밀", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10304", - "name": "낭만국시", - "businessName": "낭만국시", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 명동길29번길 3 (죽림동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8781171202343, - "longitude": 127.725962552609, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국시", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국시 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-252-6255 / 영업시간: 10:00 - 18:00 라스트오더 17:30 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 티셔츠드라이 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-755-1276 / 영업시간: 월-토 09:00-20:30 일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "751668ef606b1ac02aad", - "label": "칼국시", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0771aac23c5ade21f90e", - "label": "잔치국시", - "amount": 7000, + "id": "c321f62c9a2b2e6136fc", + "label": "티셔츠드라이", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2c39310e2e26d6a19f6f", - "label": "비빔국시", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "751668ef606b1ac02aad-history", - "label": "칼국시", + "id": "a765711bf4e69bb35663", + "label": "반코트드라이", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0771aac23c5ade21f90e-history", - "label": "잔치국시", + "id": "931deb669afd849e545b", + "label": "양복1벌드라이", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2c39310e2e26d6a19f6f-history", - "label": "비빔국시", + "id": "0f3e9313372ced0eea7c", + "label": "오버코트드라이", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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" - }, + "history": [ { - "id": "6c616a8382253184d272", - "label": "알탕", - "amount": 10000, + "id": "c321f62c9a2b2e6136fc-history", + "label": "티셔츠드라이", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4688354b55ddad95947a", - "label": "구이백반", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "ace69905acad0bbab5c3-history", - "label": "회덮밥", - "amount": 9000, + "id": "a765711bf4e69bb35663-history", + "label": "반코트드라이", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6c616a8382253184d272-history", - "label": "알탕", - "amount": 10000, + "id": "931deb669afd849e545b-history", + "label": "양복1벌드라이", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4688354b55ddad95947a-history", - "label": "구이백반", - "amount": 10000, + "id": "0f3e9313372ced0eea7c-history", + "label": "오버코트드라이", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4327", - "name": "달콤한게으름", - "businessName": "달콤한게으름", - "categorySlug": "other-food", - "address": "강원특별자치도 춘천시 신북읍 신샘밭로 502 달콤한게으름", - "district": "강원특별자치도 춘천시", - "latitude": 37.9295512271344, - "longitude": 127.765130880111, + "id": "goodprice-890", + "name": "한일각", + "businessName": "한일각", + "categorySlug": "chinese", + "address": "서울특별시 용산구 보광로 21-1 2층", + "district": "서울특별시 용산구", + "latitude": 37.5263948828068, + "longitude": 127.000515078407, "representativePriceAmount": 4000, - "representativePriceLabel": "아메리카노", + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1359-7877 / 영업시간: 매일 11:00 - 19:30 라스트오더 19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-796-2557 / 영업시간: 10:00~20:40", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "59c64e68c76af501daeb", - "label": "아메리카노", + "id": "cb0b4806d9c5a916a520", + "label": "자장면", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b051f9997a67624f5bf9", - "label": "아이스티", - "amount": 4500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "840a24c2af32ddbfb655", - "label": "얼그레이", - "amount": 4000, + "id": "602264816b575147d9c9", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "59c64e68c76af501daeb-history", - "label": "아메리카노", + "id": "cb0b4806d9c5a916a520-history", + "label": "자장면", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b051f9997a67624f5bf9-history", - "label": "아이스티", - "amount": 4500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "840a24c2af32ddbfb655-history", - "label": "얼그레이", - "amount": 4000, + "id": "602264816b575147d9c9-history", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18315", - "name": "닭갈비짱", - "businessName": "닭갈비짱", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 스무숲1길 38-9 -", - "district": "강원특별자치도 춘천시", - "latitude": 37.8492683443013, - "longitude": 127.750878159251, - "representativePriceAmount": 10000, - "representativePriceLabel": "특선 도시락", + "id": "goodprice-847", + "name": "윤희미용실", + "businessName": "윤희미용실", + "categorySlug": "beauty", + "address": "서울특별시 양천구 목동중앙남로5길 22 1층", + "district": "서울특별시 양천구", + "latitude": 37.537018693989, + "longitude": 126.865678104577, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트(남)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 특선 도시락 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-261-3688", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2653-1671 / 영업시간: 평일 9:30~20:00 주말 10:00~20:00 공휴일 10:00~20:00", "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, + "id": "48c7140767e0611946d5", + "label": "커트(남)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "48c7140767e0611946d5-history", + "label": "커트(남)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16059", - "name": "그레이스 칼국수", - "businessName": "그레이스 칼국수", - "categorySlug": "korean", - "address": "충청북도 청주시 상당구 남일면 효촌송암길 18-11 1층 103호", - "district": "충청북도 청주시", - "latitude": 36.58914562523452, - "longitude": 127.50987272855514, + "id": "goodprice-14253", + "name": "고찌가게", + "businessName": "고찌가게", + "categorySlug": "western", + "address": "제주특별자치도 제주시 가령로4길 27 (이도이동) 1층 101호", + "district": "제주특별자치도 제주시", + "latitude": 33.49814114694817, + "longitude": 126.53535069630652, "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "representativePriceLabel": "함박스테이크", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-288-1932 / 영업시간: 영업 10:30 - 15:00 14:30 라스트오더", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 함박스테이크 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-4424-4619", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c27c37310072791440fb", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "c27c37310072791440fb-history", - "label": "칼국수", + "id": "6ba609703f973a04bf71", + "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "d41df5501e8462705fa8", - "label": "한식뷔페", + "id": "a2f7c53682f2c7dc44cf", + "label": "오므라이스", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "514552fef1f075725c4c", - "label": "돼지고기 김치찌개", - "amount": 9000, + "id": "808e2a980828652b81dc", + "label": "카레라이스", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d41df5501e8462705fa8-history", - "label": "한식뷔페", + "id": "6ba609703f973a04bf71-history", + "label": "함박스테이크", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a2f7c53682f2c7dc44cf-history", + "label": "오므라이스", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "514552fef1f075725c4c-history", - "label": "돼지고기 김치찌개", - "amount": 9000, + "id": "808e2a980828652b81dc-history", + "label": "카레라이스", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16069", - "name": "기쁨가득 엄마밥상", - "businessName": "기쁨가득 엄마밥상", - "categorySlug": "korean", - "address": "충청북도 청주시 흥덕구 사운로190번길 1 (운천동)", - "district": "충청북도 청주시", - "latitude": 36.64618197563589, - "longitude": 127.47854183832706, + "id": "goodprice-13383", + "name": "헤어코리아착한나눔", + "businessName": "헤어코리아착한나눔", + "categorySlug": "beauty", + "address": "대전광역시 동구 대전로797번길 38 (중동) 중동 27-33", + "district": "대전광역시 동구", + "latitude": 36.33006491325828, + "longitude": 127.43082686518471, "representativePriceAmount": 6000, - "representativePriceLabel": "된장찌개", + "representativePriceLabel": "미용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-274-2221 / 영업시간: 10:00~18:00 / 일요일 휴무 / 수요일은 봉사활동으로 인해 13:00부터 시작", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d10fa185c4111ed3f338", - "label": "된장찌개", + "id": "3f63e1697ea83a2d8c6a", + "label": "미용료(커트)", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "29dd0404ebb25a96757b", - "label": "순두부찌개", - "amount": 6000, + "id": "7ef211ae4292a7655c4c", + "label": "미용료(커트 65세 이상)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d10fa185c4111ed3f338-history", - "label": "된장찌개", + "id": "3f63e1697ea83a2d8c6a-history", + "label": "미용료(커트)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "29dd0404ebb25a96757b-history", - "label": "순두부찌개", - "amount": 6000, + "id": "7ef211ae4292a7655c4c-history", + "label": "미용료(커트 65세 이상)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15849", - "name": "김진헤어", - "businessName": "김진헤어", - "categorySlug": "beauty", - "address": "충청북도 청주시 흥덕구 증안로 44 (복대동) 2층", - "district": "충청북도 청주시", - "latitude": 36.63652312339393, - "longitude": 127.42812791746137, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-15744", + "name": "홍콩중화요리", + "businessName": "홍콩중화요리", + "categorySlug": "chinese", + "address": "서울특별시 용산구 한강대로 367-1 (동자동) 1층", + "district": "서울특별시 용산구", + "latitude": 37.55137708872881, + "longitude": 126.97191979121847, + "representativePriceAmount": 6500, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-239-4129", + "lastPriceUpdatedAt": "2026-04-05", + "description": "남영동 착한가격업소", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-6451-0653 / 영업시간: 09:21:00 (매주 일요일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "32efda9dfa42915a3c5a", - "label": "커트", - "amount": 10000, + "id": "08cb414cfa7d7da80348", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "32efda9dfa42915a3c5a-history", - "label": "커트", - "amount": 10000, + "id": "8a2c9c4b1aa9330771cd", + "label": "짬뽕", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "e6646b5b885e609b83d4", - "label": "김밥", - "amount": 3000, + "id": "08cb414cfa7d7da80348-history", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "e6646b5b885e609b83d4-history", - "label": "김밥", - "amount": 3000, + "id": "8a2c9c4b1aa9330771cd-history", + "label": "짬뽕", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18220", - "name": "만족", - "businessName": "만족", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 안터6길 41 (서신동) 1층", - "district": "전북특별자치도 전주시", - "latitude": 35.8300315070019, - "longitude": 127.11645550914488, - "representativePriceAmount": 8000, - "representativePriceLabel": "비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심)", + "id": "goodprice-15610", + "name": "정수헤어라인", + "businessName": "정수헤어라인", + "categorySlug": "beauty", + "address": "서울특별시 양천구 중앙로46길 20 (신정동) 1층", + "district": "서울특별시 양천구", + "latitude": 37.52219595158654, + "longitude": 126.85416610035104, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트(경로)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1358-5650 / 영업시간: 10:30~22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(경로) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2698-8978", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4f6ad6b8aeba8882a119", - "label": "비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심)", - "amount": 8000, + "id": "8ddfce2e84a0b7ac9298", + "label": "커트(경로)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4f6ad6b8aeba8882a119-history", - "label": "비빔밥/순두부찌개/비빔막국수/바지락칼국수(점심)", - "amount": 8000, + "id": "8ddfce2e84a0b7ac9298-history", + "label": "커트(경로)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5425", - "name": "맛자랑 팥고향집", - "businessName": "맛자랑 팥고향집", + "id": "goodprice-7116", + "name": "공주네국수", + "businessName": "공주네국수", "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 서학로 32-4", - "district": "전북특별자치도 전주시", - "latitude": 35.8093835840183, - "longitude": 127.152905612703, - "representativePriceAmount": 7000, - "representativePriceLabel": "손칼국수", + "address": "제주특별자치도 제주시 삼봉로 353 1층(봉개동)", + "district": "제주특별자치도 제주시", + "latitude": 33.4913445688525, + "longitude": 126.59371518559, + "representativePriceAmount": 5000, + "representativePriceLabel": "물만두", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-231-0993", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물만두 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "5ddd346193ead1403888", - "label": "손칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3a64512ae4b163d91457", - "label": "수제비", - "amount": 7000, + "id": "74bac47162c47cfcf040", + "label": "물만두", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f76b70ac7411791853bc", - "label": "비빔국수", - "amount": 7000, + "id": "aec5b6286581a5ec740d", + "label": "멸고국수", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "26ac6b25d3fa63898b9a", - "label": "비빔냉면", - "amount": 7000, + "id": "cf4a24ccb7f5688e0447", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "48c5cfdca728f63d79ae", - "label": "새알팥", - "amount": 9000, + "id": "ec0543b166e3a870bf49", + "label": "비빔국수", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6edb1760271046232b96", - "label": "열무냉면", + "id": "9511c857e2e1071c8b94", + "label": "순대국밥 말아서", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "7342ff9bb3ff4d3efc0b", - "label": "콩국수", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0a073ee47d85b1d84a2e", - "label": "팥칼국수", - "amount": 8000, + "id": "90a6d6deec7edc606479", + "label": "순대국밥 밥따로", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5ddd346193ead1403888-history", - "label": "손칼국수", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3a64512ae4b163d91457-history", - "label": "수제비", - "amount": 7000, + "id": "74bac47162c47cfcf040-history", + "label": "물만두", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f76b70ac7411791853bc-history", - "label": "비빔국수", - "amount": 7000, + "id": "aec5b6286581a5ec740d-history", + "label": "멸고국수", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "26ac6b25d3fa63898b9a-history", - "label": "비빔냉면", - "amount": 7000, + "id": "cf4a24ccb7f5688e0447-history", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "48c5cfdca728f63d79ae-history", - "label": "새알팥", - "amount": 9000, + "id": "ec0543b166e3a870bf49-history", + "label": "비빔국수", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6edb1760271046232b96-history", - "label": "열무냉면", + "id": "9511c857e2e1071c8b94-history", + "label": "순대국밥 말아서", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "7342ff9bb3ff4d3efc0b-history", - "label": "콩국수", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0a073ee47d85b1d84a2e-history", - "label": "팥칼국수", - "amount": 8000, + "id": "90a6d6deec7edc606479-history", + "label": "순대국밥 밥따로", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5419", - "name": "명보헤어", - "businessName": "명보헤어", + "id": "goodprice-14743", + "name": "백합미용실", + "businessName": "백합미용실", "categorySlug": "beauty", - "address": "전북특별자치도 전주시 완산구 팔달로 101-26", - "district": "전북특별자치도 전주시", - "latitude": 35.8123674581985, - "longitude": 127.148537758879, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "address": "충청북도 청주시 상당구 당산로 10-1 (대성동)", + "district": "충청북도 청주시", + "latitude": 36.6330216282411, + "longitude": 127.4969961822045, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트(남성)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-282-1643 / 영업시간: 월-토 10:00-19:00 (일요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남성) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-224-8890 / 영업시간: 매일09:00-19:00 ※매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "40adc52430bed74b804a", - "label": "커트", - "amount": 10000, + "id": "e3f19f5bcb6ed9237676", + "label": "커트(남성)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "40adc52430bed74b804a-history", - "label": "커트", - "amount": 10000, + "id": "e3f19f5bcb6ed9237676-history", + "label": "커트(남성)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18209", - "name": "바다미용샵", - "businessName": "바다미용샵", - "categorySlug": "beauty", - "address": "전북특별자치도 전주시 완산구 영경1길 21 (중화산동2가) 우성근영타운상가 1-101", - "district": "전북특별자치도 전주시", - "latitude": 35.81809189327877, - "longitude": 127.12518062331628, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트(학생)", + "id": "goodprice-18225", + "name": "동네커피", + "businessName": "동네커피", + "categorySlug": "other-food", + "address": "서울특별시 성동구 용답중앙길 57 (용답동) 1층", + "district": "서울특별시 성동구", + "latitude": 37.56424361566244, + "longitude": 127.05243946078681, + "representativePriceAmount": 2000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(학생) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-223-8840 / 영업시간: 09:00~19:00 / 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "846c5f93ac02c15bc985", - "label": "커트(학생)", - "amount": 10000, + "id": "69b3e7e3bbed6765c52e", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "846c5f93ac02c15bc985-history", - "label": "커트(학생)", - "amount": 10000, + "id": "69b3e7e3bbed6765c52e-history", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15151", - "name": "몽헤어갤러리", - "businessName": "몽헤어갤러리", + "id": "goodprice-15611", + "name": "하이얀미용실", + "businessName": "하이얀미용실", "categorySlug": "beauty", - "address": "전라남도 목포시 산정로 211 (용당동) 몽헤어갤러리", - "district": "전라남도 목포시", - "latitude": 34.80675654469635, - "longitude": 126.38939338794059, - "representativePriceAmount": 7000, - "representativePriceLabel": "학생커트", + "address": "서울특별시 양천구 은행정로5길 48-3 (신정동) 1층", + "district": "서울특별시 양천구", + "latitude": 37.52053090657224, + "longitude": 126.85423461745451, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 학생커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-276-0479", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2654-7768", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fd7465cbf63d5ce69aae", - "label": "학생커트", - "amount": 7000, + "id": "0bd037d0069dace39f85", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fd7465cbf63d5ce69aae-history", - "label": "학생커트", - "amount": 7000, + "id": "0bd037d0069dace39f85-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15141", - "name": "미달이네집밥", - "businessName": "미달이네집밥", + "id": "goodprice-7117", + "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, + "address": "제주특별자치도 제주시 광양13길 13", + "district": "제주특별자치도 제주시", + "latitude": 33.4992265614392, + "longitude": 126.531680684457, + "representativePriceAmount": 6000, + "representativePriceLabel": "돌솥밥", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-755-9966", + "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "308b1dc7aedb92d05068", - "label": "한식뷔페", - "amount": 9000, + "id": "d651b6e2cc6ce72c9e34", + "label": "돌솥밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "47fc39df2e7a91b3314e", + "label": "비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4d9bbb17687cf75c1de3", + "label": "된장찌개", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bb0a6df3cdf4131a9bed", + "label": "돌솥비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "501b04238a701571b5cf", + "label": "열무국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "308b1dc7aedb92d05068-history", - "label": "한식뷔페", - "amount": 9000, + "id": "d651b6e2cc6ce72c9e34-history", + "label": "돌솥밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "47fc39df2e7a91b3314e-history", + "label": "비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4d9bbb17687cf75c1de3-history", + "label": "된장찌개", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bb0a6df3cdf4131a9bed-history", + "label": "돌솥비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "501b04238a701571b5cf-history", + "label": "열무국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10507", - "name": "백련가정식백반", - "businessName": "백련가정식백반", - "categorySlug": "korean", - "address": "전라남도 목포시 백년대로 83 (용당동)", - "district": "전라남도 목포시", - "latitude": 34.7993153187521, - "longitude": 126.398708002647, - "representativePriceAmount": 9000, - "representativePriceLabel": "고등어구이백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고등어구이백반 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-281-3931", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-242-8977 / 영업시간: 10:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7fe6bed28d1e3429824b", - "label": "고등어구이백반", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0c344ea2e2d595dc43e3", - "label": "김치찌개", - "amount": 9000, + "id": "21e8dd272fd769f9e18b", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7fe6bed28d1e3429824b-history", - "label": "고등어구이백반", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "0c344ea2e2d595dc43e3-history", - "label": "김치찌개", - "amount": 9000, + "id": "21e8dd272fd769f9e18b-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6388", - "name": "고향식당", - "businessName": "고향식당", - "categorySlug": "korean", - "address": "경상북도 포항시 남구 오천읍 세계길 34-2 고향식당", - "district": "경상북도 포항시", - "latitude": 35.9651038865803, - "longitude": 129.415954040359, - "representativePriceAmount": 7000, - "representativePriceLabel": "정식", + "id": "goodprice-747", + "name": "동해루", + "businessName": "동해루", + "categorySlug": "chinese", + "address": "서울특별시 성동구 고산자로8길 26 .", + "district": "서울특별시 성동구", + "latitude": 37.5581421344486, + "longitude": 127.036653756474, + "representativePriceAmount": 6000, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-291-5806 / 영업시간: 5시 30분~17시 (브레이크타임 14시30분~17시) 명절 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2292-5342 / 영업시간: 금 11:30-20:30 토 11:30-20:30 일 정기휴무(매주일요일) 월 정기휴무(매주월요일) 화 11:30-20:30 수 11:30-20:30 목 11:30-20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "74015a8b72777526b52c", - "label": "정식", + "id": "735d88fa9caf78990acc", + "label": "자장면", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a95bc2960a0f53239989", + "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b3afd5378138bfdcfd6b", - "label": "비빔밥", + "id": "0168e5959fb51ea136a5", + "label": "간짜장", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "347b4e2d10166313f232", + "label": "볶음밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "87a7b71a40945a164f6c", + "label": "우동", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1e83e7627e6daac4629a", + "label": "울면", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6e99c4f8bd271bf77e94", + "label": "쟁반짜장", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "345ebcd57c74e526dffa", + "label": "쟁반짬뽕", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "2db999303e472151fcb1", + "label": "짜장", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "74015a8b72777526b52c-history", - "label": "정식", + "id": "735d88fa9caf78990acc-history", + "label": "자장면", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a95bc2960a0f53239989-history", + "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b3afd5378138bfdcfd6b-history", - "label": "비빔밥", + "id": "0168e5959fb51ea136a5-history", + "label": "간짜장", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "347b4e2d10166313f232-history", + "label": "볶음밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "87a7b71a40945a164f6c-history", + "label": "우동", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1e83e7627e6daac4629a-history", + "label": "울면", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6e99c4f8bd271bf77e94-history", + "label": "쟁반짜장", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "345ebcd57c74e526dffa-history", + "label": "쟁반짬뽕", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2db999303e472151fcb1-history", + "label": "짜장", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16132", - "name": "공원분식", - "businessName": "공원분식", - "categorySlug": "korean", - "address": "경상북도 포항시 북구 환호공원길 19-1 (환호동) 공원분식", - "district": "경상북도 포항시", - "latitude": 36.06805492716173, - "longitude": 129.3918551381414, - "representativePriceAmount": 6000, - "representativePriceLabel": "잔치국수", + "id": "goodprice-16902", + "name": "히어로방방 키즈카페", + "businessName": "히어로방방 키즈카페", + "categorySlug": "other-service", + "address": "서울특별시 강서구 강서로45길 110 (내발산동) 지하", + "district": "서울특별시 강서구", + "latitude": 37.55019383133004, + "longitude": 126.83184673744552, + "representativePriceAmount": 4000, + "representativePriceLabel": "1시간이용권(어린이)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-242-9337", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 1시간이용권(어린이) 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1437-1053 / 영업시간: 13:00-19:00 ( 토, 일은 12:30-19:00) 정기휴무: 매주 월요일 * 서울형 키즈카페 상품권 이용 가능 * 주차: 건물 정문 오른쪽(발산식당) 주차장 이용", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "37a5cfb5aea0128d0cff", - "label": "잔치국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "be65fe5e71e17e07df73", - "label": "콩국수", - "amount": 7000, + "id": "299e8a19fb610af7fae6", + "label": "1시간이용권(어린이)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "37a5cfb5aea0128d0cff-history", - "label": "잔치국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "be65fe5e71e17e07df73-history", - "label": "콩국수", - "amount": 7000, + "id": "299e8a19fb610af7fae6-history", + "label": "1시간이용권(어린이)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6428", - "name": "곽헤어뷰티", - "businessName": "곽헤어뷰티", - "categorySlug": "beauty", - "address": "경상북도 포항시 북구 장량중앙로65번길 18-1 (양덕동) 1층", - "district": "경상북도 포항시", - "latitude": 36.09024160303488, - "longitude": 129.3898774029156, + "id": "goodprice-1650", + "name": "대교식당", + "businessName": "대교식당", + "categorySlug": "korean", + "address": "부산광역시 중구 충장대로 4번길 8 (중앙동4가)", + "district": "부산광역시 중구", + "latitude": 35.1044916301827, + "longitude": 129.036809946537, "representativePriceAmount": 6000, - "representativePriceLabel": "남자커트", + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남자커트 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1449-1250", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-469-0146 / 영업시간: 5:30 - 19:00 토,일 휴무 일요일 격주 휴일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5e910dff72088d32f430", - "label": "남자커트", + "id": "037e090f49b285ed6a44", + "label": "된장찌개", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e29d82a25317fb61f503", - "label": "여자커트", - "amount": 8000, + "id": "74b48f2a99c0db3236c8", + "label": "나물비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4d74bcf0933dfbdc433b", + "label": "만두백반", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5e910dff72088d32f430-history", - "label": "남자커트", + "id": "037e090f49b285ed6a44-history", + "label": "된장찌개", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e29d82a25317fb61f503-history", - "label": "여자커트", - "amount": 8000, + "id": "74b48f2a99c0db3236c8-history", + "label": "나물비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4d74bcf0933dfbdc433b-history", + "label": "만두백반", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15582", - "name": "낙지엔닭갈비", - "businessName": "낙지엔닭갈비", - "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 내서읍 중리상곡로 77 101호", - "district": "경상남도 창원시", - "latitude": 35.24768918750772, - "longitude": 128.50844422463186, - "representativePriceAmount": 10000, - "representativePriceLabel": "낙지비빔밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 낙지비빔밥 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-231-3217", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 30분 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-372-8331 / 영업시간: 월~일 11:00~05:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5a4de9a27ba2b32af2ef", - "label": "낙지비빔밥", - "amount": 10000, + "id": "a77caa9287a4df6b593e", + "label": "30분", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5a4de9a27ba2b32af2ef-history", - "label": "낙지비빔밥", - "amount": 10000, + "id": "a77caa9287a4df6b593e-history", + "label": "30분", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10579", - "name": "남양스튜디오", - "businessName": "남양스튜디오", - "categorySlug": "other-service", - "address": "경상남도 창원시 마산합포구 장장군로 31-23 (장군동4가)", - "district": "경상남도 창원시", - "latitude": 35.1971042919322, - "longitude": 128.565386781544, - "representativePriceAmount": 10000, - "representativePriceLabel": "가족사진", + "id": "goodprice-16962", + "name": "또와", + "businessName": "또와", + "categorySlug": "korean", + "address": "서울특별시 성동구 성수일로12길 20 (성수동2가) 1층 101호", + "district": "서울특별시 성동구", + "latitude": 37.548174430780506, + "longitude": 127.05325046638245, + "representativePriceAmount": 7000, + "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 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 점심뷔페 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-468-4111", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0f3671e4a445390d71a6", - "label": "가족사진", - "amount": 10000, + "id": "ddd6cb60e0c18e3e9507", + "label": "점심뷔페", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0f3671e4a445390d71a6-history", - "label": "가족사진", - "amount": 10000, + "id": "ddd6cb60e0c18e3e9507-history", + "label": "점심뷔페", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15129", - "name": "남원식당", - "businessName": "남원식당", - "categorySlug": "korean", - "address": "경상남도 창원시 의창구 도계로83번길 6-24 (도계동) 1층", - "district": "경상남도 창원시", - "latitude": 35.25676280757884, - "longitude": 128.6403988733871, - "representativePriceAmount": 8000, - "representativePriceLabel": "가정식 백반", + "id": "goodprice-309", + "name": "24시헤어샵", + "businessName": "24시헤어샵", + "categorySlug": "beauty", + "address": "서울특별시 구로구 도림로10길 31-1 (구로동)", + "district": "서울특별시 구로구", + "latitude": 37.4856622559134, + "longitude": 126.889084148844, + "representativePriceAmount": 4000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식 백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-238-0517", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 금 09:00-17:00 토 09:00-17:00 일 09:00-17:00 월~수 변동사항있음 목 09:00-17:00", "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, + "id": "c051130c51e78a4c0678", + "label": "커트", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "c051130c51e78a4c0678-history", + "label": "커트", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17648", - "name": "뉴헤어라인 이용원", - "businessName": "뉴헤어라인 이용원", - "categorySlug": "barber", - "address": "경상남도 창원시 진해구 제황로 83-1 (충무동) 1층", - "district": "경상남도 창원시", - "latitude": 35.15172782098772, - "longitude": 128.66680204776503, - "representativePriceAmount": 9000, - "representativePriceLabel": "남성커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 남성커트 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1405-1427", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장비빔밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-252-9743", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2fdf97762dd7ec37d164", - "label": "남성커트", - "amount": 9000, + "id": "ab8ce8c3f64bd6fae335", + "label": "된장비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c570dff3c757cbb1ca0c", + "label": "왕돈가스", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "791e159366a70c60d39e", - "label": "70세 이상 커드", - "amount": 8000, + "id": "45a2bda57af2477c1cfc", + "label": "비빔밥", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c2f0a8eb36e5dc2fd22b", - "label": "청소년 커트", + "id": "c5f991ae60a5098d9d46", + "label": "야채돌솥비빔밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2fdf97762dd7ec37d164-history", - "label": "남성커트", - "amount": 9000, + "id": "ab8ce8c3f64bd6fae335-history", + "label": "된장비빔밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "791e159366a70c60d39e-history", - "label": "70세 이상 커드", - "amount": 8000, + "id": "c570dff3c757cbb1ca0c-history", + "label": "왕돈가스", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "45a2bda57af2477c1cfc-history", + "label": "비빔밥", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c2f0a8eb36e5dc2fd22b-history", - "label": "청소년 커트", + "id": "c5f991ae60a5098d9d46-history", + "label": "야채돌솥비빔밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7068", - "name": "귀빈반점", - "businessName": "귀빈반점", - "categorySlug": "chinese", - "address": "제주특별자치도 제주시 정원로 53-1 (노형동)", - "district": "제주특별자치도 제주시", - "latitude": 33.4771339388759, - "longitude": 126.47755224554, - "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 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라스트오더", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 염색 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: - 영업시간: 09:30 ~ 19:30 - 휴무일: 명절 당일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3255eb85ffb83365cdf6", - "label": "짜장면", - "amount": 5000, + "id": "2f96d2276329fca3a9a8", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5f1f828c55e5cb838837", - "label": "짬뽕", - "amount": 6000, + "id": "6d8a44ed8278812ed721", + "label": "샴푸", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4122038c540974b7c625", - "label": "고기짬뽕", - "amount": 7000, + "id": "d5e8edea065170eb421d", + "label": "컷트(남)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a479919e533e019ac74d", - "label": "짜장밥", + "id": "4be5434a50575e82714e", + "label": "컷트(여)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "035f3bb1b783447e5c4f", - "label": "짬뽕밥", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3255eb85ffb83365cdf6-history", - "label": "짜장면", - "amount": 5000, + "id": "2f96d2276329fca3a9a8-history", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5f1f828c55e5cb838837-history", - "label": "짬뽕", - "amount": 6000, + "id": "6d8a44ed8278812ed721-history", + "label": "샴푸", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4122038c540974b7c625-history", - "label": "고기짬뽕", - "amount": 7000, + "id": "d5e8edea065170eb421d-history", + "label": "컷트(남)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a479919e533e019ac74d-history", - "label": "짜장밥", + "id": "4be5434a50575e82714e-history", + "label": "컷트(여)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "035f3bb1b783447e5c4f-history", - "label": "짬뽕밥", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11423", - "name": "금악 똣똣라면", - "businessName": "금악 똣똣라면", + "id": "goodprice-16965", + "name": "또와분식", + "businessName": "또와분식", "categorySlug": "korean", - "address": "제주특별자치도 제주시 한림읍 금악로 18", - "district": "제주특별자치도 제주시", - "latitude": 33.3586559057476, - "longitude": 126.296620943982, - "representativePriceAmount": 6500, - "representativePriceLabel": "똣똣라면(오리지널)", + "address": "서울특별시 성동구 마장로35나길 40 (마장동) 101호", + "district": "서울특별시 성동구", + "latitude": 37.56721803327301, + "longitude": 127.0432918670249, + "representativePriceAmount": 5000, + "representativePriceLabel": "떡볶이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 똣똣라면(오리지널) 6,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6052-8083", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c9f40e1c42381560a249", - "label": "똣똣라면(오리지널)", - "amount": 6500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5dde784b339aec88659d", - "label": "똣똣라면(순한맛)", - "amount": 6500, + "id": "90df69994922fdaaba8b", + "label": "떡볶이", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c9f40e1c42381560a249-history", - "label": "똣똣라면(오리지널)", - "amount": 6500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5dde784b339aec88659d-history", - "label": "똣똣라면(순한맛)", - "amount": 6500, + "id": "90df69994922fdaaba8b-history", + "label": "떡볶이", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17999", - "name": "금악리자양식당", - "businessName": "금악리자양식당", - "categorySlug": "chinese", - "address": "제주특별자치도 제주시 한림읍 금악로 18 자양식당", - "district": "제주특별자치도 제주시", - "latitude": 33.35865254119738, - "longitude": 126.29662954404655, - "representativePriceAmount": 9000, - "representativePriceLabel": "닭짬뽕", + "id": "goodprice-310", + "name": "건영헤어포맨", + "businessName": "건영헤어포맨", + "categorySlug": "beauty", + "address": "서울특별시 구로구 구로동로12길 32 (구로동)", + "district": "서울특별시 구로구", + "latitude": 37.4880215852937, + "longitude": 126.886190100695, + "representativePriceAmount": 6000, + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 닭짬뽕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-7163-3544", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 이용료(커트) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-865-0554 / 영업시간: 금 07:00-20:00 토 07:00-20:00 일 07:00-20:00 월 07:00-20:00 화 정기휴무(매주화요일) 수 07:00-20:00 목 07:00-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8e7fb0fb36592123c972", - "label": "닭짬뽕", - "amount": 9000, + "id": "35731f33c2d482ea42ce", + "label": "이용료(커트)", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f9f2e3b1d4c1318f749d", + "label": "면도", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8e7fb0fb36592123c972-history", - "label": "닭짬뽕", - "amount": 9000, + "id": "35731f33c2d482ea42ce-history", + "label": "이용료(커트)", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f9f2e3b1d4c1318f749d-history", + "label": "면도", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14004", - "name": "서울식당", - "businessName": "서울식당", + "id": "goodprice-15468", + "name": "명성김밥", + "businessName": "명성김밥", "categorySlug": "korean", - "address": "서울특별시 종로구 창신길 50 (창신동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.57383386363352, - "longitude": 127.01070027218017, - "representativePriceAmount": 8000, - "representativePriceLabel": "백반", + "address": "대구광역시 중구 국채보상로131길 55 (동인동1가, 시티타운) 시티상가 10호", + "district": "대구광역시 중구", + "latitude": 35.872799919942665, + "longitude": 128.60198095419133, + "representativePriceAmount": 2500, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-764-7587 / 영업시간: 10:00-20:00(일요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-425-0276 / 영업시간: 07:00 ~ 18:00 *재료 소진에 따라 변동 있음 정기휴무 : 매월 4주차 목요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "830940aae72c16d83a2d", - "label": "백반", - "amount": 8000, + "id": "ef68671348b24e1f487e", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4e55d00ce953b9ddeb9f", - "label": "된장찌개", - "amount": 9000, + "id": "9937c6d668691e3099a6", + "label": "컵라면(소)", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "830940aae72c16d83a2d-history", - "label": "백반", - "amount": 8000, + "id": "ef68671348b24e1f487e-history", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4e55d00ce953b9ddeb9f-history", - "label": "된장찌개", - "amount": 9000, + "id": "9937c6d668691e3099a6-history", + "label": "컵라면(소)", + "amount": 1200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13892", - "name": "세종커피", - "businessName": "세종커피", - "categorySlug": "other-food", - "address": "서울특별시 종로구 세종대로23길 54 (당주동) 지하1층 26호", - "district": "서울특별시 종로구", - "latitude": 37.57183953065674, - "longitude": 126.97328450326039, - "representativePriceAmount": 2500, - "representativePriceLabel": "아메리카노", + "id": "goodprice-11008", + "name": "송도대림 볼링센터", + "businessName": "송도대림 볼링센터", + "categorySlug": "other-service", + "address": "부산광역시 서구 충무대로 133 (남부민동)", + "district": "부산광역시 서구", + "latitude": 35.0822588006647, + "longitude": 129.024643672507, + "representativePriceAmount": 3700, + "representativePriceLabel": "게임비", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "테이크아웃 시 예쁜 캔에 실링하여 편하게 가지고 가실 수 있도록 포장해드립니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-5827-9542 / 영업시간: 영업시간 : 월~금 06:00 ~ 15:00 / 토 06:00 ~ 13:00 휴무일 : 일요일, 공휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 게임비 3,700원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-245-5530", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "aebe8bb4831474a64dc6", - "label": "아메리카노", - "amount": 2500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5b76cbc9342d19e56ac5", - "label": "카페라떼", - "amount": 3500, + "id": "4c88cdf0a0f8c724a6e0", + "label": "게임비", + "amount": 3700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d75fa438dc234fc55a4b", - "label": "에이드/스무디", - "amount": 4500, + "id": "7cbbbf9d8541a4d399b1", + "label": "신발", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "aebe8bb4831474a64dc6-history", - "label": "아메리카노", - "amount": 2500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5b76cbc9342d19e56ac5-history", - "label": "카페라떼", - "amount": 3500, + "id": "4c88cdf0a0f8c724a6e0-history", + "label": "게임비", + "amount": 3700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d75fa438dc234fc55a4b-history", - "label": "에이드/스무디", - "amount": 4500, + "id": "7cbbbf9d8541a4d399b1-history", + "label": "신발", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1637", - "name": "미도리우동", - "businessName": "미도리우동", - "categorySlug": "japanese", - "address": "부산광역시 중구 흑교로 45번길 10-1 (보수동)", - "district": "부산광역시 중구", - "latitude": 35.1036985758005, - "longitude": 129.024128409662, - "representativePriceAmount": 4000, - "representativePriceLabel": "유부초밥", + "id": "goodprice-14363", + "name": "맹꽁이", + "businessName": "맹꽁이", + "categorySlug": "korean", + "address": "서울특별시 성동구 용답중앙25길 1 (용답동) 1층", + "district": "서울특별시 성동구", + "latitude": 37.56300839788014, + "longitude": 127.0540980823421, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 유부초밥 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-8246 / 영업시간: 10:30 - 15:00, 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2214-9996 / 영업시간: 11:00-21:00/매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0dd8eea8d696633292eb", - "label": "유부초밥", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5ea365b83b6a80f89238", - "label": "우동", - "amount": 5500, + "id": "9b795f5d4031aca34084", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "432af4dcd26e1381275b", - "label": "모밀국수", + "id": "cdeb48420786000adabc", + "label": "냉면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0dd8eea8d696633292eb-history", - "label": "유부초밥", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5ea365b83b6a80f89238-history", - "label": "우동", - "amount": 5500, + "id": "9b795f5d4031aca34084-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "432af4dcd26e1381275b-history", - "label": "모밀국수", + "id": "cdeb48420786000adabc-history", + "label": "냉면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17051", - "name": "미향장어탕", - "businessName": "미향장어탕", - "categorySlug": "korean", - "address": "부산광역시 중구 남포길 45-1 (남포동2가) 1층", - "district": "부산광역시 중구", - "latitude": 35.09811695918981, - "longitude": 129.03373733333655, - "representativePriceAmount": 10000, - "representativePriceLabel": "장어탕", + "id": "goodprice-311", + "name": "골드헤어샵", + "businessName": "골드헤어샵", + "categorySlug": "beauty", + "address": "서울특별시 구로구 구로동로 42길 54-6", + "district": "서울특별시 구로구", + "latitude": 37.497829066942, + "longitude": 126.884358487018, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장어탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1430-2452", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 금 09:00-19:00 토 09:00-19:00 일 09:00-19:00 월 09:00-19:00 화 09:00-19:00 수 09:00-19:00 목 09:00-19:00", "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, + "id": "7e1e005e37ba070a8cfd", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "21b813ee10539f5b6b97-history", - "label": "장어탕", - "amount": 10000, + "id": "7e1e005e37ba070a8cfd-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물라면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-751-5059 / 영업시간: 10:00~21:00 브레이크타임 : 15:30~16:00 정기휴무(화요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "05698e2d28ba78dd1ff7-history", - "label": "물냉면", - "amount": 9000, + "id": "6697dfcad4f16afd23de", + "label": "해물라면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "0ece2db7189f0014c1a1-history", - "label": "비빔냉면", - "amount": 9000, + "id": "6697dfcad4f16afd23de-history", + "label": "해물라면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14624", - "name": "예원생선구이", - "businessName": "예원생선구이", - "categorySlug": "korean", - "address": "대구광역시 중구 동덕로 114-12 (삼덕동2가) 1층", - "district": "대구광역시 중구", - "latitude": 35.8646330747017, - "longitude": 128.60381216563215, - "representativePriceAmount": 9000, - "representativePriceLabel": "고등어구이 정식", + "id": "goodprice-19303", + "name": "송원헤어샵", + "businessName": "송원헤어샵", + "categorySlug": "beauty", + "address": "경기도 수원시 장안구 파장천로12번길 14 (파장동)", + "district": "경기도 수원시", + "latitude": 37.3064358837408, + "longitude": 126.99489104854806, + "representativePriceAmount": 7000, + "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 라스트오더 (토, 일 정기휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트(남여동일) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 화요일, 일요일 휴무 09:30~18:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ccf2862d7c44ba120557", - "label": "고등어구이 정식", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "60ca412b5c6768262dea", - "label": "김치찌개", - "amount": 8000, + "id": "97a1563d1dc316856893", + "label": "컷트(남여동일)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4ba5de9dd196b0d9096b", - "label": "순두부찌개", - "amount": 8000, + "id": "d19a8b197fd7627b5fa1", + "label": "컷트(경로우대 70세 이상)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ccf2862d7c44ba120557-history", - "label": "고등어구이 정식", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "60ca412b5c6768262dea-history", - "label": "김치찌개", - "amount": 8000, + "id": "97a1563d1dc316856893-history", + "label": "컷트(남여동일)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4ba5de9dd196b0d9096b-history", - "label": "순두부찌개", - "amount": 8000, + "id": "d19a8b197fd7627b5fa1-history", + "label": "컷트(경로우대 70세 이상)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15358", - "name": "옛고을", - "businessName": "옛고을", + "id": "goodprice-15247", + "name": "별난만두", + "businessName": "별난만두", "categorySlug": "korean", - "address": "대구광역시 중구 달구벌대로 2197-39 (삼덕동2가) 옛고을식당", - "district": "대구광역시 중구", - "latitude": 35.86464415410117, - "longitude": 128.60349499293326, - "representativePriceAmount": 8000, - "representativePriceLabel": "제육덮밥", + "address": "서울특별시 성동구 용답중앙길 52 (용답동) 1층", + "district": "서울특별시 성동구", + "latitude": 37.564545599886905, + "longitude": 127.0516502479485, + "representativePriceAmount": 7000, + "representativePriceLabel": "손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육덮밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-427-8503", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2246-2751", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "971d2201e466cfc873b7", - "label": "제육덮밥", - "amount": 8000, + "id": "ede189f0e77d6257ddbb", + "label": "손칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "00bf1ea43be2559b2a81", - "label": "된장찌개", - "amount": 8000, + "id": "356006719e419feb8bd0", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "971d2201e466cfc873b7-history", - "label": "제육덮밥", - "amount": 8000, + "id": "ede189f0e77d6257ddbb-history", + "label": "손칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "00bf1ea43be2559b2a81-history", - "label": "된장찌개", - "amount": 8000, + "id": "356006719e419feb8bd0-history", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10074", - "name": "옛날국수", - "businessName": "옛날국수", - "categorySlug": "korean", - "address": "대구광역시 중구 중앙대로 439 향촌동", - "district": "대구광역시 중구", - "latitude": 35.8724146556383, - "longitude": 128.594100102946, - "representativePriceAmount": 2000, - "representativePriceLabel": "잔치국수", + "id": "goodprice-306", + "name": "매직크리닝", + "businessName": "매직크리닝", + "categorySlug": "laundry", + "address": "서울특별시 구로구 오류로8길 99 (오류동)", + "district": "서울특별시 구로구", + "latitude": 37.4933703692421, + "longitude": 126.845454013007, + "representativePriceAmount": 3000, + "representativePriceLabel": "하의 세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-256-1221", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 하의 세탁료 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2611-5911 / 영업시간: 금 08:30-20:00 토 08:30-20:00 일 정기휴무(매주일요일) 월 08:30-20:00 화 08:30-20:00 수 08:30-20:00 목 08:30-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bac684aa9229002191a1", - "label": "잔치국수", - "amount": 2000, + "id": "bd04149018e74eecc096", + "label": "하의 세탁료", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "11e6b304423b06b51aa1", - "label": "연탄불고기(1/2)", + "id": "da925ae9cb501ddbae32", + "label": "와이셔츠", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "46fd28e27d77f949c60e", + "label": "원피스", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bac684aa9229002191a1-history", - "label": "잔치국수", - "amount": 2000, + "id": "bd04149018e74eecc096-history", + "label": "하의 세탁료", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "11e6b304423b06b51aa1-history", - "label": "연탄불고기(1/2)", + "id": "da925ae9cb501ddbae32-history", + "label": "와이셔츠", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "46fd28e27d77f949c60e-history", + "label": "원피스", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "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": "닭꼬치", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭꼬치 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-254-1553", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 찐만두 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-772-8868", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "597e56444a8edbd0b616", - "label": "닭꼬치", - "amount": 4000, + "id": "93093dd912dbdb36d3c8", + "label": "찐만두", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "901440c19185c8c9a7fb", - "label": "염통꼬치(8pcs)", - "amount": 5500, + "id": "93093dd912dbdb36d3c8-history", + "label": "찐만두", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "comments": [] + }, + { + "id": "goodprice-10128", + "name": "까망헤어", + "businessName": "까망헤어", + "categorySlug": "beauty", + "address": "인천광역시 미추홀구 경인로 471번길 28 (주안동)", + "district": "인천광역시 미추홀구", + "latitude": 37.4600011638778, + "longitude": 126.691525417125, + "representativePriceAmount": 5000, + "representativePriceLabel": "어르신커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 어르신커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "597e56444a8edbd0b616-history", - "label": "닭꼬치", - "amount": 4000, + "id": "ba7b089b56a44385936f", + "label": "어르신커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "901440c19185c8c9a7fb-history", - "label": "염통꼬치(8pcs)", - "amount": 5500, + "id": "ba7b089b56a44385936f-history", + "label": "어르신커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2234", - "name": "신신분식", - "businessName": "신신분식", + "id": "goodprice-16961", + "name": "수제비먹는닭갈비", + "businessName": "수제비먹는닭갈비", "categorySlug": "korean", - "address": "인천광역시 중구 자유공원로27번길 1 (내동)", - "district": "인천광역시 중구", - "latitude": 37.475111739177, - "longitude": 126.627848403961, - "representativePriceAmount": 5500, - "representativePriceLabel": "우동", + "address": "서울특별시 성동구 왕십리로21길 14 (행당동) 1층", + "district": "서울특별시 성동구", + "latitude": 37.561297857943586, + "longitude": 127.03286445721793, + "representativePriceAmount": 7500, + "representativePriceLabel": "수제비", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-762-0992 / 영업시간: 11:00~16:00 정기휴무(화요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제비 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2297-8522", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "86af0e63ff25026bf1be", - "label": "우동", - "amount": 5500, + "id": "d84df8d2cc273da481f9", + "label": "수제비", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "86af0e63ff25026bf1be-history", - "label": "우동", - "amount": 5500, + "id": "d84df8d2cc273da481f9-history", + "label": "수제비", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2225", - "name": "신포대패", - "businessName": "신포대패", - "categorySlug": "korean", - "address": "인천광역시 중구 개항로 23 (관동3가)", - "district": "인천광역시 중구", - "latitude": 37.4719246800065, - "longitude": 126.625275097774, - "representativePriceAmount": 6000, - "representativePriceLabel": "신포대패(120g)", + "id": "goodprice-319", + "name": "성원이용원", + "businessName": "성원이용원", + "categorySlug": "barber", + "address": "서울특별시 구로구 구로동로7길 7 (가리봉동)", + "district": "서울특별시 구로구", + "latitude": 37.4852359557581, + "longitude": 126.885460745784, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 신포대패(120g) 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-5237 / 영업시간: 16:00~01:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-861-0663 / 영업시간: 금 09:30-19:30 토 09:30-19:30 일 정기휴무(매주일요일) 월 09:30-19:30 화 09:30-19:30 수 09:30-19:30 목 09:30-19:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3c524898e96b91558a54", - "label": "신포대패(120g)", - "amount": 6000, + "id": "fd31c0475f87fd35f295", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "207a1dad1c0c2af09497", - "label": "냉동삼겹(120g)", - "amount": 6000, + "id": "b3f5535b3b3f4c641589", + "label": "기타 면도", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c68a17363fafb318ac23", + "label": "컷 이용료(커트)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3c524898e96b91558a54-history", - "label": "신포대패(120g)", - "amount": 6000, + "id": "fd31c0475f87fd35f295-history", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "207a1dad1c0c2af09497-history", - "label": "냉동삼겹(120g)", - "amount": 6000, + "id": "b3f5535b3b3f4c641589-history", + "label": "기타 면도", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c68a17363fafb318ac23-history", + "label": "컷 이용료(커트)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2235", - "name": "신포화로구이", - "businessName": "신포화로구이", - "categorySlug": "korean", - "address": "인천광역시 중구 신포로 27번길 16 (관동3가)", - "district": "인천광역시 중구", - "latitude": 37.4719823087487, - "longitude": 126.624610999499, + "id": "goodprice-14637", + "name": "마시타", + "businessName": "마시타", + "categorySlug": "japanese", + "address": "광주광역시 동구 서석로85번길 8 (대의동) 1층", + "district": "광주광역시 동구", + "latitude": 35.14995826194754, + "longitude": 126.92008294904745, "representativePriceAmount": 7500, - "representativePriceLabel": "김치찌개", + "representativePriceLabel": "마시타라멘", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-0099 / 영업시간: 11:30~23:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 마시타라멘 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-4027-2166 / 영업시간: 월-토 11:30~19:30 휴무일 : 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1425fa97eed209cdb448", - "label": "김치찌개", + "id": "2434328ea9c8d1592370", + "label": "마시타라멘", "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c9773354e1b10224b0e1", - "label": "양푼비빔밥", - "amount": 7000, + "id": "cca63712ab180208b9fa", + "label": "규동", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1425fa97eed209cdb448-history", - "label": "김치찌개", + "id": "2434328ea9c8d1592370-history", + "label": "마시타라멘", "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c9773354e1b10224b0e1-history", - "label": "양푼비빔밥", - "amount": 7000, + "id": "cca63712ab180208b9fa-history", + "label": "규동", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2226", - "name": "신흥숯불갈비", - "businessName": "신흥숯불갈비", - "categorySlug": "korean", - "address": "인천광역시 중구 서해대로454번길 14-2 (선화동)", - "district": "인천광역시 중구", - "latitude": 37.4656929791796, - "longitude": 126.636120369468, - "representativePriceAmount": 10000, - "representativePriceLabel": "냉면", + "id": "goodprice-14333", + "name": "스튜디오 에이스", + "businessName": "스튜디오 에이스", + "categorySlug": "other-service", + "address": "경기도 수원시 권선구 세권로 135-1 (권선동) .", + "district": "경기도 수원시", + "latitude": 37.25702503850917, + "longitude": 127.01923268799818, + "representativePriceAmount": 500, + "representativePriceLabel": "디지털(4*6)인화 1매", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-883-7717 / 영업시간: 10:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 디지털(4*6)인화 1매 500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-233-2553", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4c4bb3eb690ec16c2d60", - "label": "냉면", - "amount": 10000, + "id": "bf4e4e0a9261b21d5701", + "label": "디지털(4*6)인화 1매", + "amount": 500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4c4bb3eb690ec16c2d60-history", - "label": "냉면", - "amount": 10000, + "id": "bf4e4e0a9261b21d5701-history", + "label": "디지털(4*6)인화 1매", + "amount": 500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2266", - "name": "밥s", - "businessName": "밥s", + "id": "goodprice-13424", + "name": "수제비먹는닭갈비 본점", + "businessName": "수제비먹는닭갈비 본점", "categorySlug": "korean", - "address": "광주광역시 동구 지산로 21 (지산동)", - "district": "광주광역시 동구", - "latitude": 35.1460563034625, - "longitude": 126.931121713111, - "representativePriceAmount": 4500, - "representativePriceLabel": "돈가스", + "address": "서울특별시 성동구 왕십리로21다길 39 (행당동) 1층", + "district": "서울특별시 성동구", + "latitude": 37.5596440879484, + "longitude": 127.03321604601851, + "representativePriceAmount": 7500, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 4,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-222-2838 / 영업시간: 11:00-20:30 휴일 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2299-8557 / 영업시간: 11:00 ~ 24:00(라스트 오더 23:00)", "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, + "id": "2463822b23866c1a5b83", + "label": "칼국수", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "2463822b23866c1a5b83-history", + "label": "칼국수", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10138", - "name": "삼미관", - "businessName": "삼미관", - "categorySlug": "korean", - "address": "광주광역시 동구 백서로189번길 14-32 (서석동)", - "district": "광주광역시 동구", - "latitude": 35.1458043478303, - "longitude": 126.924281394451, - "representativePriceAmount": 8000, - "representativePriceLabel": "간짜장", + "id": "goodprice-321", + "name": "수정이발관", + "businessName": "수정이발관", + "categorySlug": "barber", + "address": "서울특별시 구로구 구로동로13 (가리봉동)", + "district": "서울특별시 구로구", + "latitude": 37.4828963306874, + "longitude": 126.886887111982, + "representativePriceAmount": 7000, + "representativePriceLabel": "이용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 간짜장 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-227-0391 / 영업시간: 월-토 11:00~15:00 휴무일 일요일, 공휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-857-1804 / 영업시간: 금 09:30-19:30 토 09:30-19:30 일 정기휴무(매주일요일) 월 09:30-19:30 화 09:30-19:30 수 09:30-19:30 목 09:30-19:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cfc2a6194cfcd3eb49bd", - "label": "간짜장", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d96115f5ed37a3094072", - "label": "짬뽕", - "amount": 8000, + "id": "547eeb222feccb12e9af", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "890a2b70ed4f0a4afea8", - "label": "짜장", - "amount": 7000, + "id": "2c90cf71b4d168186e2a", + "label": "컷 이용료(커트)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cfc2a6194cfcd3eb49bd-history", - "label": "간짜장", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d96115f5ed37a3094072-history", - "label": "짬뽕", - "amount": 8000, + "id": "547eeb222feccb12e9af-history", + "label": "이용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "890a2b70ed4f0a4afea8-history", - "label": "짜장", - "amount": 7000, + "id": "2c90cf71b4d168186e2a-history", + "label": "컷 이용료(커트)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2530", - "name": "머리카락&피부샵", - "businessName": "머리카락&피부샵", - "categorySlug": "beauty", - "address": "대전광역시 동구 동서대로 1692번길 153 (성남동)", + "id": "goodprice-2526", + "name": "돈하우스", + "businessName": "돈하우스", + "categorySlug": "western", + "address": "대전광역시 동구 동대전로 131번길 8-16 1층(자양동)", "district": "대전광역시 동구", - "latitude": 36.3424896102607, - "longitude": 127.438366074824, - "representativePriceAmount": 8000, - "representativePriceLabel": "미용료(여자커트)", + "latitude": 36.3347457791416, + "longitude": 127.44561323845, + "representativePriceAmount": 6900, + "representativePriceLabel": "치킨까스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(여자커트) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:00 ~ 20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 치킨까스 6,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-624-5050 / 영업시간: 09:40 ~ 19:00 매주 토, 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fcaeeb63d33b42d5a28b", - "label": "미용료(여자커트)", - "amount": 8000, + "id": "a168a752b180f707f868", + "label": "치킨까스", + "amount": 6900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "810a84ac80c50de48b41", - "label": "커트(성인 일반)", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "fcaeeb63d33b42d5a28b-history", - "label": "미용료(여자커트)", - "amount": 8000, + "id": "ad3793808f51239374a8", + "label": "등심까스", + "amount": 6900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "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, + "id": "e46df206a25f29a61dde", + "label": "매운돈까스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "eeb9b4250141c8552383", - "label": "물막국수", - "amount": 9000, + "id": "27ba89782378e5c7fff9", + "label": "매운치즈돈까스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "88d4d07894265b8a6606", - "label": "비빔막국수", - "amount": 9000, + "id": "f8bddecc24c951d96e80", + "label": "치즈돈까스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5506f93d282204b45f93", - "label": "들깨수제비", - "amount": 9000, + "id": "917306669c3a333e2383", + "label": "모듬돈까스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "343123752f9a077f538e", - "label": "수제왕돈까스", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "97255311643d762b605b-history", - "label": "메밀만두", - "amount": 6000, + "id": "224a09061c08487c9396", + "label": "콤비까스", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "eeb9b4250141c8552383-history", - "label": "물막국수", - "amount": 9000, + "id": "0d69c85c4434933e6f95", + "label": "까스정식", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "88d4d07894265b8a6606-history", - "label": "비빔막국수", - "amount": 9000, + "id": "d8195a92873703db8e5f", + "label": "카레돈까스", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5506f93d282204b45f93-history", - "label": "들깨수제비", - "amount": 9000, + "id": "77605b0a8e5f8be50114", + "label": "돌솥김치알밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "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": "비빔밥", + "id": "12af40b0db698d36eb6a", + "label": "돌솥낙지알밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d612c941b5afb28cbb55", - "label": "갈비탕", - "amount": 9000, + "id": "0b84441da5e524375ce2", + "label": "회덮밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "308a680d766079f9851c", - "label": "냉면", + "id": "011d5939e4987e5118a8", + "label": "해물볶음우동", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "311e61c2b9f273ffde5b", - "label": "콩나물국밥", - "amount": 6000, + "id": "d2528f7c5a5d6bcd9cb2", + "label": "꼬마우동(사이드)", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c8ea766fc76a33962432", - "label": "고기만두", - "amount": 5000, + "id": "a4d61966ca5dd60c2b40", + "label": "비빔우동(사이드)", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "ac610a1e3a8e55b14c7d", - "label": "김치만두", - "amount": 5000, + "id": "a168a752b180f707f868-history", + "label": "치킨까스", + "amount": 6900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ece6a8e8eaa8524af341", - "label": "해물라면", - "amount": 6000, + "id": "ad3793808f51239374a8-history", + "label": "등심까스", + "amount": 6900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fb2169ecf96f3fbec687", - "label": "육개장", - "amount": 9000, + "id": "e46df206a25f29a61dde-history", + "label": "매운돈까스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4370c9fb015d10957f20", - "label": "손만두국", - "amount": 7000, + "id": "27ba89782378e5c7fff9-history", + "label": "매운치즈돈까스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "882daae7dceca67a1b86", - "label": "떡만두국", - "amount": 7000, + "id": "f8bddecc24c951d96e80-history", + "label": "치즈돈까스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "c50ae2d299a22b770fb6-history", - "label": "비빔밥", - "amount": 7000, + "id": "917306669c3a333e2383-history", + "label": "모듬돈까스", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d612c941b5afb28cbb55-history", - "label": "갈비탕", - "amount": 9000, + "id": "224a09061c08487c9396-history", + "label": "콤비까스", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "308a680d766079f9851c-history", - "label": "냉면", - "amount": 7000, + "id": "0d69c85c4434933e6f95-history", + "label": "까스정식", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "311e61c2b9f273ffde5b-history", - "label": "콩나물국밥", - "amount": 6000, + "id": "d8195a92873703db8e5f-history", + "label": "카레돈까스", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c8ea766fc76a33962432-history", - "label": "고기만두", - "amount": 5000, + "id": "77605b0a8e5f8be50114-history", + "label": "돌솥김치알밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ac610a1e3a8e55b14c7d-history", - "label": "김치만두", - "amount": 5000, + "id": "12af40b0db698d36eb6a-history", + "label": "돌솥낙지알밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ece6a8e8eaa8524af341-history", - "label": "해물라면", - "amount": 6000, + "id": "0b84441da5e524375ce2-history", + "label": "회덮밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fb2169ecf96f3fbec687-history", - "label": "육개장", - "amount": 9000, + "id": "011d5939e4987e5118a8-history", + "label": "해물볶음우동", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4370c9fb015d10957f20-history", - "label": "손만두국", - "amount": 7000, + "id": "d2528f7c5a5d6bcd9cb2-history", + "label": "꼬마우동(사이드)", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "882daae7dceca67a1b86-history", - "label": "떡만두국", - "amount": 7000, + "id": "a4d61966ca5dd60c2b40-history", + "label": "비빔우동(사이드)", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2545", - "name": "미가칼국수", - "businessName": "미가칼국수", - "categorySlug": "korean", - "address": "대전광역시 동구 백룡로 3 (자양동)", - "district": "대전광역시 동구", - "latitude": 36.3365141375393, - "longitude": 127.447715649929, + "id": "goodprice-5181", + "name": "어여미", + "businessName": "어여미", + "categorySlug": "beauty", + "address": "전북특별자치도 군산시 축동안길 51 수송동", + "district": "전북특별자치도 군산시", + "latitude": 35.9679841104562, + "longitude": 126.713869481253, "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "representativePriceLabel": "컷트(학생)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-621-7533 / 영업시간: 11:00 ~ 15:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트(학생) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-464-7997 / 영업시간: 월~토(매주 일요일 휴무) 10:00~20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a2fbf71b41db68773f98", - "label": "칼국수", + "id": "4e906e9e112524f36d55", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a2fbf71b41db68773f98-history", - "label": "칼국수", + "id": "4e906e9e112524f36d55-history", + "label": "컷트(학생)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5678b4d0b4e5f8abb3e3-history", - "label": "수제비", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-14387", + "name": "엘닷", + "businessName": "엘닷", + "categorySlug": "japanese", + "address": "서울특별시 성동구 성수일로12길 20 (성수동2가) 1층 103호", + "district": "서울특별시 성동구", + "latitude": 37.548174430780506, + "longitude": 127.05325046638245, + "representativePriceAmount": 6900, + "representativePriceLabel": "모듬초밥(8pcs)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 모듬초밥(8pcs) 6,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-469-4003 / 영업시간: 11:00-15:00/토,일요일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "2361f79e49285ec49000-history", - "label": "양푼이 비빔밥", - "amount": 7000, + "id": "ac4ee6e962b33664e825", + "label": "모듬초밥(8pcs)", + "amount": 6900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f8cfcf148953e283f06c-history", - "label": "칼제비", - "amount": 7000, + "id": "ac4ee6e962b33664e825-history", + "label": "모듬초밥(8pcs)", + "amount": 6900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2995", - "name": "엄마네뷔페", - "businessName": "엄마네뷔페", - "categorySlug": "korean", - "address": "울산광역시 중구 당산4길 22 (우정동)", - "district": "울산광역시 중구", - "latitude": 35.5537031836629, - "longitude": 129.310593372233, - "representativePriceAmount": 7000, - "representativePriceLabel": "정식", + "id": "goodprice-13636", + "name": "연변옷수선", + "businessName": "연변옷수선", + "categorySlug": "laundry", + "address": "서울특별시 구로구 디지털로19길 33 (가리봉동) 1층", + "district": "서울특별시 구로구", + "latitude": 37.48128654821806, + "longitude": 126.88962745872715, + "representativePriceAmount": 4000, + "representativePriceLabel": "신사복하의", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 정기휴무(매주 일요일 오후) 08:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 신사복하의 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b58d6aa93223736e0c1a", - "label": "정식", - "amount": 7000, + "id": "8058a29de5a35801c6bb", + "label": "신사복하의", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "82e599b443c7424b8ca9", - "label": "삼겹살(120g)", - "amount": 9000, + "id": "5fb210bfef36b3eb1573", + "label": "여성복상의", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b58d6aa93223736e0c1a-history", - "label": "정식", - "amount": 7000, + "id": "8058a29de5a35801c6bb-history", + "label": "신사복하의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "82e599b443c7424b8ca9-history", - "label": "삼겹살(120g)", - "amount": 9000, + "id": "5fb210bfef36b3eb1573-history", + "label": "여성복상의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16557", - "name": "에뜨왈베이커리", - "businessName": "에뜨왈베이커리", - "categorySlug": "bakery", - "address": "울산광역시 중구 화합로 492-1 (복산동) 1층", - "district": "울산광역시 중구", - "latitude": 35.5679065905029, - "longitude": 129.33295718527037, - "representativePriceAmount": 1200, - "representativePriceLabel": "단팥빵", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 1,200원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-227-8388 / 영업시간: 월~금 09:00~22:30 토 12:00~22:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-226-1330 / 영업시간: 11:00 ~ 22:00 영업 매주 일요일, 공휴일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "78580876c5b89eb11ad0", - "label": "단팥빵", - "amount": 1200, + "id": "2678f914f24bde3a3721", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "79c7ebef2540ba79e16b", - "label": "소보루빵", - "amount": 1200, + "id": "8e4c0ea337dcd68fcbf2", + "label": "콩나물비빔밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "78580876c5b89eb11ad0-history", - "label": "단팥빵", - "amount": 1200, + "id": "2678f914f24bde3a3721-history", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "79c7ebef2540ba79e16b-history", - "label": "소보루빵", - "amount": 1200, + "id": "8e4c0ea337dcd68fcbf2-history", + "label": "콩나물비빔밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11677", - "name": "옥교국밥", - "businessName": "옥교국밥", - "categorySlug": "korean", - "address": "울산광역시 중구 중앙시장길 2-5 (옥교동)", - "district": "울산광역시 중구", - "latitude": 35.5550846130913, - "longitude": 129.322138841423, - "representativePriceAmount": 9000, - "representativePriceLabel": "돼지국밥", + "id": "goodprice-1385", + "name": "아인당구장", + "businessName": "아인당구장", + "categorySlug": "other-service", + "address": "부산광역시 서구 천마로 232 (토성동4가)", + "district": "부산광역시 서구", + "latitude": 35.0962996432581, + "longitude": 129.022665752409, + "representativePriceAmount": 1000, + "representativePriceLabel": "게임료(10분)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-245-1163", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 게임료(10분) 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 13:00~24:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "aca3f745e94361f51d8f", - "label": "돼지국밥", - "amount": 9000, + "id": "e49de9f05b8d3e46d181", + "label": "게임료(10분)", + "amount": 1000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a6301b728543cb1ea736", + "label": "10분당", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "aca3f745e94361f51d8f-history", - "label": "돼지국밥", - "amount": 9000, + "id": "e49de9f05b8d3e46d181-history", + "label": "게임료(10분)", + "amount": 1000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a6301b728543cb1ea736-history", + "label": "10분당", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2996", - "name": "유가냉면", - "businessName": "유가냉면", - "categorySlug": "korean", - "address": "울산광역시 중구 먹자거리 12 (성남동)", - "district": "울산광역시 중구", - "latitude": 35.5545078517398, - "longitude": 129.320075389132, - "representativePriceAmount": 9000, - "representativePriceLabel": "물냉면", + "id": "goodprice-13430", + "name": "착한짜장", + "businessName": "착한짜장", + "categorySlug": "chinese", + "address": "서울특별시 성동구 아차산로7길 17-1 (성수동2가) 1층", + "district": "서울특별시 성동구", + "latitude": 37.54672907636821, + "longitude": 127.05466412141058, + "representativePriceAmount": 5500, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-258-6696 / 영업시간: 11:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 10:00 ~ 20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d83cde0a7c9287fcab3d", - "label": "물냉면", - "amount": 9000, + "id": "85aa9d21b3c1211cdaef", + "label": "자장면", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "568b249cfe73386e6316", - "label": "비빔냉면", - "amount": 9500, + "id": "e05407ab4780dbf4e88d", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d83cde0a7c9287fcab3d-history", - "label": "물냉면", - "amount": 9000, + "id": "85aa9d21b3c1211cdaef-history", + "label": "자장면", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "568b249cfe73386e6316-history", - "label": "비빔냉면", - "amount": 9500, + "id": "e05407ab4780dbf4e88d-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10183", - "name": "세종세탁 명품", - "businessName": "세종세탁 명품", + "id": "goodprice-10010", + "name": "옷수선하는날", + "businessName": "옷수선하는날", "categorySlug": "laundry", - "address": "세종특별자치시 만남로 190 상가 203호", - "district": "세종특별자치시 만남로", - "latitude": 36.5170635630589, - "longitude": 127.241017466402, - "representativePriceAmount": 10000, - "representativePriceLabel": "이불", + "address": "서울특별시 구로구 신도림로11길 3 1층", + "district": "서울특별시 구로구", + "latitude": 37.5081124464176, + "longitude": 126.880137500663, + "representativePriceAmount": 4000, + "representativePriceLabel": "바짓단", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 이불 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-864-2226", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 바짓단 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-824-3465", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "16fca95d5bf03bc33bf6", - "label": "이불", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "8cc85838e93e0a2893c1", - "label": "정장", - "amount": 7000, + "id": "d58c8094ad6708ee64f4", + "label": "바짓단", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "16fca95d5bf03bc33bf6-history", - "label": "이불", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "8cc85838e93e0a2893c1-history", - "label": "정장", - "amount": 7000, + "id": "d58c8094ad6708ee64f4-history", + "label": "바짓단", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10168", - "name": "송덕이용원", - "businessName": "송덕이용원", - "categorySlug": "barber", - "address": "세종특별자치시 전동면 금이로 266", - "district": "세종특별자치시 전동면", - "latitude": 36.6302394683097, - "longitude": 127.260476864844, - "representativePriceAmount": 10000, - "representativePriceLabel": "조발", + "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": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 조발 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-1488", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 월요일~일요일 10:00~21:00 15:00~17:00 브레이크타임 토요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b65a37608da6a8e24445", - "label": "조발", - "amount": 10000, + "id": "d0081aa03eebed3a8ead", + "label": "김치찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d1db79db0f0b7ce5cb75", - "label": "염색", - "amount": 10000, + "id": "f18dcf04c5ee58a6a6d7", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b65a37608da6a8e24445-history", - "label": "조발", - "amount": 10000, + "id": "d0081aa03eebed3a8ead-history", + "label": "김치찌개", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d1db79db0f0b7ce5cb75-history", - "label": "염색", - "amount": 10000, + "id": "f18dcf04c5ee58a6a6d7-history", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10196", - "name": "스페이스", - "businessName": "스페이스", - "categorySlug": "western", - "address": "세종특별자치시 한누리대로 311 110호~111호", - "district": "세종특별자치시 한누리대로", - "latitude": 36.492070617908, - "longitude": 127.255836690696, - "representativePriceAmount": 9900, - "representativePriceLabel": "갈릭누들파스타", + "id": "goodprice-11158", + "name": "태왕세탁소", + "businessName": "태왕세탁소", + "categorySlug": "laundry", + "address": "대구광역시 동구 동북로 500 603-115(효목동, 태왕메트로시티)", + "district": "대구광역시 동구", + "latitude": 35.8793390239392, + "longitude": 128.63986503947, + "representativePriceAmount": 6000, + "representativePriceLabel": "코트드라이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 갈릭누들파스타 9,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-863-1122", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 코트드라이 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-751-1121", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1fe89e56e0a7ce8d8911", - "label": "갈릭누들파스타", - "amount": 9900, + "id": "b55318bc6d4c66a902a4", + "label": "코트드라이", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1fe89e56e0a7ce8d8911-history", - "label": "갈릭누들파스타", - "amount": 9900, + "id": "b55318bc6d4c66a902a4-history", + "label": "코트드라이", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10186", - "name": "시장감자탕", - "businessName": "시장감자탕", - "categorySlug": "korean", - "address": "세종특별자치시 조치원읍 조치원로 30-8 101호", - "district": "세종특별자치시 조치원읍", - "latitude": 36.6012589737358, - "longitude": 127.300019359062, - "representativePriceAmount": 7000, - "representativePriceLabel": "뼈해장국", + "id": "goodprice-18906", + "name": "커피로 그리는 꿈 협동조합", + "businessName": "커피로 그리는 꿈 협동조합", + "categorySlug": "other-food", + "address": "서울특별시 성동구 상원6나길 22-11 (성수동1가) 1층", + "district": "서울특별시 성동구", + "latitude": 37.547690790937395, + "longitude": 127.04999118729668, + "representativePriceAmount": 3000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뼈해장국 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-6513", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2c8c36853a41b93faaaa", - "label": "뼈해장국", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d41544045b8a3d54de98", - "label": "콩나물해장국", - "amount": 6000, + "id": "b7cecae94b48e9c5ed32", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2c8c36853a41b93faaaa-history", - "label": "뼈해장국", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d41544045b8a3d54de98-history", - "label": "콩나물해장국", - "amount": 6000, + "id": "b7cecae94b48e9c5ed32-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15882", - "name": "냉삼집", - "businessName": "냉삼집", - "categorySlug": "korean", - "address": "경기도 수원시 영통구 영통로214번길 9 (영통동) 106호", - "district": "경기도 수원시", - "latitude": 37.246578887390704, - "longitude": 127.05763865693096, - "representativePriceAmount": 9900, - "representativePriceLabel": "급랭삼겹살(200g)", + "id": "goodprice-323", + "name": "토탈헤어샵", + "businessName": "토탈헤어샵", + "categorySlug": "beauty", + "address": "서울특별시 구로구 오류로8길 83 1층", + "district": "서울특별시 구로구", + "latitude": 37.4930552811142, + "longitude": 126.844556475418, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 급랭삼겹살(200g) 9,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-206-3389", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2688-1717 / 영업시간: 금 09:30-19:30 토 09:30-19:30 일 정기휴무(매주일요일) 월 09:30-19:30 화 09:30-19:30 수 09:30-19:30 목 09:30-19:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "18b4012f8a2dba791d3a", - "label": "급랭삼겹살(200g)", - "amount": 9900, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "01954e678a6c4c9cccf3", - "label": "차돌된장찌개", + "id": "f6ecc479088e45d529de", + "label": "커트", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a549238239c91339deba", - "label": "계란찜", - "amount": 3000, + "id": "eeb0541c01335ff511b3", + "label": "컷 컷트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "18b4012f8a2dba791d3a-history", - "label": "급랭삼겹살(200g)", - "amount": 9900, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "01954e678a6c4c9cccf3-history", - "label": "차돌된장찌개", + "id": "f6ecc479088e45d529de-history", + "label": "커트", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a549238239c91339deba-history", - "label": "계란찜", - "amount": 3000, + "id": "eeb0541c01335ff511b3-history", + "label": "컷 컷트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3419", - "name": "논골손칼국수", - "businessName": "논골손칼국수", - "categorySlug": "korean", - "address": "경기도 수원시 장안구 장안로75번길 52-2 102호(정자동)", - "district": "경기도 수원시", - "latitude": 37.2903281507546, - "longitude": 127.000141983781, - "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-252-9696 / 영업시간: 10:30~19:00 화요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 1,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-248-0250", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "069e23b5a12414009833", - "label": "칼국수", - "amount": 6000, + "id": "27f3409dfa14004080ca", + "label": "팥빵", + "amount": 1900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9a547388375aa41f09b2", - "label": "만둣국", - "amount": 6000, + "id": "006356111478f98c5ec6", + "label": "소금빵", + "amount": 1800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "27f3409dfa14004080ca-history", + "label": "팥빵", + "amount": 1900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4bc573741c3f7ac8b5a3-history", - "label": "수선료(바지밑단)", - "amount": 4000, + "id": "006356111478f98c5ec6-history", + "label": "소금빵", + "amount": 1800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3401", - "name": "닛시헤어필", - "businessName": "닛시헤어필", + "id": "goodprice-10314", + "name": "큰별미용실", + "businessName": "큰별미용실", "categorySlug": "beauty", - "address": "경기도 수원시 장안구 파장로21번길 27 (송죽동)", - "district": "경기도 수원시", - "latitude": 37.3033791048968, - "longitude": 126.997399634911, - "representativePriceAmount": 8000, + "address": "강원특별자치도 춘천시 춘천로81번길 38 (약사동)", + "district": "강원특별자치도 춘천시", + "latitude": 37.8733413714153, + "longitude": 127.722242900467, + "representativePriceAmount": 5000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-257-1411 / 영업시간: 10:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-244-5538", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5bb0af0ea18e2d562304", + "id": "c16c3eff25c8fd1dac33", "label": "커트", - "amount": 8000, + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5bb0af0ea18e2d562304-history", + "id": "c16c3eff25c8fd1dac33-history", "label": "커트", - "amount": 8000, + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10313", - "name": "더밥", - "businessName": "더밥", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 춘주로91번길 10 (온의동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.862555029709, - "longitude": 127.720541103243, - "representativePriceAmount": 8900, - "representativePriceLabel": "제육덮밥", + "id": "goodprice-14364", + "name": "코너스톤", + "businessName": "코너스톤", + "categorySlug": "other-food", + "address": "서울특별시 성동구 용답길 169-1 (용답동) 1층", + "district": "서울특별시 성동구", + "latitude": 37.56378766446642, + "longitude": 127.05596389673978, + "representativePriceAmount": 3000, + "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원", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2249-9445 / 영업시간: 11:30-14:00/매주 토,일요일 휴무", "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, + "id": "3d5eaf713eec88db46d5", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "3d5eaf713eec88db46d5-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4340", - "name": "동네미용실", - "businessName": "동네미용실", + "id": "goodprice-324", + "name": "해바라기", + "businessName": "해바라기", "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 동내면 영서로 1747 1층", - "district": "강원특별자치도 춘천시", - "latitude": 37.8327701426154, - "longitude": 127.761293705291, - "representativePriceAmount": 10000, + "address": "서울특별시 구로구 구로동로 9-17", + "district": "서울특별시 구로구", + "latitude": 37.4827403074377, + "longitude": 126.886075777069, + "representativePriceAmount": 7000, "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 매주 월요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-862-7208 / 영업시간: 금 09:30-19:30 토 09:30-19:30 일 정기휴무(매주일요일) 월 09:30-19:30 화 09:30-19:30 수 09:30-19:30 목 09:30-19:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "469044ccf4c96da0605b", + "id": "f7d221e57caf8af7da68", "label": "커트", - "amount": 10000, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "469044ccf4c96da0605b-history", + "id": "f7d221e57caf8af7da68-history", "label": "커트", - "amount": 10000, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10310", - "name": "동이만두", - "businessName": "동이만두", + "id": "goodprice-10172", + "name": "명품한우타운", + "businessName": "명품한우타운", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 효제길 36 (효자동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8709546627662, - "longitude": 127.737049930361, + "address": "세종특별자치시 금남면 금남구즉로 110-3", + "district": "세종특별자치시 금남면", + "latitude": 36.4730253891059, + "longitude": 127.290692559985, "representativePriceAmount": 6000, - "representativePriceLabel": "김치찌개", + "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.)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우탕 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-866-6660", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a6e1819c32fc48701a42", - "label": "김치찌개", + "id": "ac32988437ca2b1cdf09", + "label": "한우탕", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "c54d01c1d180ca223f92", - "label": "잔치국수", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "42fc5b5d5b27fe50374f", - "label": "제육볶음", - "amount": 7000, + "id": "c85cbab11f87947fa0ef", + "label": "한우국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a6e1819c32fc48701a42-history", - "label": "김치찌개", + "id": "ac32988437ca2b1cdf09-history", + "label": "한우탕", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "c54d01c1d180ca223f92-history", - "label": "잔치국수", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "42fc5b5d5b27fe50374f-history", - "label": "제육볶음", - "amount": 7000, + "id": "c85cbab11f87947fa0ef-history", + "label": "한우국밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15783", - "name": "꽃돼지댁", - "businessName": "꽃돼지댁", - "categorySlug": "korean", - "address": "충청북도 청주시 서원구 서원남로20번길 4 (모충동) 1층", - "district": "충청북도 청주시", - "latitude": 36.6220030068416, - "longitude": 127.48577351993595, - "representativePriceAmount": 10000, - "representativePriceLabel": "1인보쌈정식", + "id": "goodprice-6798", + "name": "안태관크리닝", + "businessName": "안태관크리닝", + "categorySlug": "laundry", + "address": "경상남도 창원시 성산구 창이대로901번길 30 (대방동)", + "district": "경상남도 창원시", + "latitude": 35.205287368452, + "longitude": 128.710233251066, + "representativePriceAmount": 1500, + "representativePriceLabel": "와이셔츠", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 1인보쌈정식 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-295-3423", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 와이셔츠 1,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-274-4163 / 영업시간: 매주 일요일, 공휴일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6de1595354bd39f2465d", - "label": "1인보쌈정식", - "amount": 10000, + "id": "3707101065fea0bb4bbf", + "label": "와이셔츠", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e60fa561e099305d5765", - "label": "1인삼겹김치찜", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "6de1595354bd39f2465d-history", - "label": "1인보쌈정식", - "amount": 10000, + "id": "b713753162793d3ffd7d", + "label": "정장한벌", + "amount": 6400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "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": "장터칼국수", + "id": "ce4dc0267f7d6c31910c", + "label": "운동화", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "8f697746c32510a33280", - "label": "바지락칼국수", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9c615e2b212f3f1d8315", - "label": "떡만두국", - "amount": 5000, + "id": "5983997225fb57c09778", + "label": "정장상의", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "71352ee06b7140a02e1a", - "label": "비빔국수", - "amount": 5000, + "id": "ce1a19faab3517703246", + "label": "정장하의", + "amount": 2800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4b4d55156223430dbeae-history", - "label": "장터칼국수", - "amount": 4000, + "id": "3707101065fea0bb4bbf-history", + "label": "와이셔츠", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8f697746c32510a33280-history", - "label": "바지락칼국수", - "amount": 5000, + "id": "b713753162793d3ffd7d-history", + "label": "정장한벌", + "amount": 6400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9c615e2b212f3f1d8315-history", - "label": "떡만두국", - "amount": 5000, + "id": "ce4dc0267f7d6c31910c-history", + "label": "운동화", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "71352ee06b7140a02e1a-history", - "label": "비빔국수", - "amount": 5000, + "id": "5983997225fb57c09778-history", + "label": "정장상의", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "ce1a19faab3517703246-history", + "label": "정장하의", + "amount": 2800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4747", - "name": "나성불고기쌈밥", - "businessName": "나성불고기쌈밥", - "categorySlug": "korean", - "address": "충청북도 청주시 청원구 향군로 51 (우암동)", - "district": "충청북도 청주시", - "latitude": 36.6501623292297, - "longitude": 127.485399652549, - "representativePriceAmount": 6000, - "representativePriceLabel": "된장찌개", + "id": "goodprice-253", + "name": "겨울나그네", + "businessName": "겨울나그네", + "categorySlug": "western", + "address": "서울특별시 광진구 능동로 147-1 (화양동)", + "district": "서울특별시 광진구", + "latitude": 37.5440353858273, + "longitude": 127.072221992568, + "representativePriceAmount": 5500, + "representativePriceLabel": "돈까스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-253-3511 / 영업시간: 매일 11:00~21:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 돈까스 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-498-3650 / 영업시간: 매일 11:00 ~ 04:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "420b234cc7df8cb5a739", - "label": "된장찌개", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3479badd86901c0c6ee0", - "label": "된장백반", - "amount": 5000, + "id": "67726cfe1c27e1ac939b", + "label": "돈까스", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "420b234cc7df8cb5a739-history", - "label": "된장찌개", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3479badd86901c0c6ee0-history", - "label": "된장백반", - "amount": 5000, + "id": "67726cfe1c27e1ac939b-history", + "label": "돈까스", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4959", - "name": "남성커트오천", - "businessName": "남성커트오천", - "categorySlug": "barber", - "address": "충청남도 천안시 서북구 월봉로 66 (쌍용동)", - "district": "충청남도 천안시", - "latitude": 36.7964851683758, - "longitude": 127.118063685574, - "representativePriceAmount": 7000, - "representativePriceLabel": "커트", + "id": "goodprice-11065", + "name": "홍진미용실", + "businessName": "홍진미용실", + "categorySlug": "beauty", + "address": "서울특별시 구로구 서해안로24길 29", + "district": "서울특별시 구로구", + "latitude": 37.4892814028654, + "longitude": 126.83936111268, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트(여성)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:00~18:00 정기휴무(매주 화, 수요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(여성) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-261-6973", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "94f7f3c1fc4d8eb87add", - "label": "커트", - "amount": 7000, + "id": "6c7660fcefeb1bfcbb80", + "label": "커트(여성)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "94f7f3c1fc4d8eb87add-history", - "label": "커트", - "amount": 7000, + "id": "6c7660fcefeb1bfcbb80-history", + "label": "커트(여성)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4911", - "name": "남성컷트오천냥클럽", - "businessName": "남성컷트오천냥클럽", - "categorySlug": "barber", - "address": "충청남도 천안시 동남구 서부대로 257-3 105호(신방동)", - "district": "충청남도 천안시", - "latitude": 36.7910983221181, - "longitude": 127.128572630944, - "representativePriceAmount": 7000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-572-5283 / 영업시간: 09:00~20:00 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-867-2477", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f7a80cf023fef4fa1feb", - "label": "커트", - "amount": 7000, + "id": "645757dd9eb34fb73825", + "label": "자장면", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5ec42106ff35d77d26ae", - "label": "커트(70세이상)", - "amount": 5000, + "id": "57edcd330c8085c6825c", + "label": "짬뽕", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6ff4e23e02a086973b05", + "label": "볶음밥", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f7a80cf023fef4fa1feb-history", - "label": "커트", - "amount": 7000, + "id": "645757dd9eb34fb73825-history", + "label": "자장면", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5ec42106ff35d77d26ae-history", - "label": "커트(70세이상)", - "amount": 5000, + "id": "57edcd330c8085c6825c-history", + "label": "짬뽕", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6ff4e23e02a086973b05-history", + "label": "볶음밥", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10392", - "name": "넘버원 남성컷트", - "businessName": "넘버원 남성컷트", + "id": "goodprice-14293", + "name": "엠케이(MK)", + "businessName": "엠케이(MK)", "categorySlug": "beauty", - "address": "충청남도 천안시 서북구 두정로 263 (두정동)", - "district": "충청남도 천안시", - "latitude": 36.8334141610709, - "longitude": 127.146148378172, - "representativePriceAmount": 7700, - "representativePriceLabel": "커트", + "address": "경상남도 창원시 진해구 돌리로 11-1 (석동) 1층", + "district": "경상남도 창원시", + "latitude": 35.159260712342196, + "longitude": 128.70067263906486, + "representativePriceAmount": 7000, + "representativePriceLabel": "남자커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,700원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-904-1020 / 영업시간: 09:00~20:00 명절휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남자커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-543-4053 / 영업시간: 10:00에 영업 시작 금 10:00 - 19:30 토 10:00 - 18:00 일 정기휴무 (매주 일요일) 월 정기휴무 (매주 월요일) 화 10:00 - 19:30 수 10:00 - 19:30 목 10:00 - 19:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "05c7fe5e6f4f8a7d222d", - "label": "커트", - "amount": 7700, + "id": "449e71b63d2547af0500", + "label": "남자커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "05c7fe5e6f4f8a7d222d-history", - "label": "커트", - "amount": 7700, + "id": "449e71b63d2547af0500-history", + "label": "남자커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13848", - "name": "백운면", - "businessName": "백운면", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 덕진구 떡전4길 20-1 (금암동)", - "district": "전북특별자치도 전주시", - "latitude": 35.83744887478051, - "longitude": 127.12964026212448, - "representativePriceAmount": 5000, - "representativePriceLabel": "잔치국수", + "id": "goodprice-243", + "name": "고은별", + "businessName": "고은별", + "categorySlug": "other-food", + "address": "서울특별시 광진구 자양로 177", + "district": "서울특별시 광진구", + "latitude": 37.5434577433462, + "longitude": 127.084336510516, + "representativePriceAmount": 3000, + "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 - (일요일) 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-453-4933 / 영업시간: 월~금 07:00 ~ 20:00 토,일 07:00 ~ 18: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, + "id": "1a89ea3486179861dcf9", + "label": "커피", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "1a89ea3486179861dcf9-history", + "label": "커피", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13852", - "name": "백운면아중점", - "businessName": "백운면아중점", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 덕진구 가재미로 38 (인후동1가) 1층", - "district": "전북특별자치도 전주시", - "latitude": 35.82849083250596, - "longitude": 127.16271510485184, - "representativePriceAmount": 5900, - "representativePriceLabel": "잔치국수", + "id": "goodprice-359", + "name": "G7크린랜드", + "businessName": "G7크린랜드", + "categorySlug": "laundry", + "address": "서울특별시 금천구 금하로 29길 14", + "district": "서울특별시 금천구", + "latitude": 37.4507029326411, + "longitude": 126.912692926901, + "representativePriceAmount": 6000, + "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 - (일요일) 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장한벌 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-803-7600 / 영업시간: 수 09:00 - 20:00 목 09:00 - 20:00 금 09:00 - 20:00 토 09:00 - 20:00 일 정기휴무 (매주 일요일) 월 09:00 - 20:00 화 09:00 - 20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "83de07179908889b9467", - "label": "잔치국수", - "amount": 5900, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "4b284365460afdde05d3", - "label": "비빔국수", - "amount": 6900, + "id": "02f04b272e19cee77acf", + "label": "정장한벌", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a52909f7a40ecff6cbe2", - "label": "냉밀면", - "amount": 7900, + "id": "978b5145df49791d9563", + "label": "의복수선료(메뉴 삭제)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7906c42d32927271b18a", - "label": "등심돈가스", - "amount": 9000, + "id": "ce243eafc09d22f267c8", + "label": "와이셔츠", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "83de07179908889b9467-history", - "label": "잔치국수", - "amount": 5900, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "4b284365460afdde05d3-history", - "label": "비빔국수", - "amount": 6900, + "id": "02f04b272e19cee77acf-history", + "label": "정장한벌", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a52909f7a40ecff6cbe2-history", - "label": "냉밀면", - "amount": 7900, + "id": "978b5145df49791d9563-history", + "label": "의복수선료(메뉴 삭제)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7906c42d32927271b18a-history", - "label": "등심돈가스", - "amount": 9000, + "id": "ce243eafc09d22f267c8-history", + "label": "와이셔츠", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5414", - "name": "빵굽는나라", - "businessName": "빵굽는나라", - "categorySlug": "bakery", - "address": "전북특별자치도 전주시 완산구 팔달로 263", - "district": "전북특별자치도 전주시", - "latitude": 35.8254765184598, - "longitude": 127.143901262223, - "representativePriceAmount": 1000, - "representativePriceLabel": "도너츠(2개)", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 도너츠(2개) 1,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-275-2974 / 영업시간: 매일 06:30-20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 황태얼큰이칼국수+보리밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-866-7151", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "66ed61b15f5a8ee71c89", - "label": "도너츠(2개)", - "amount": 1000, + "id": "1248b7a05a86c0e4a554", + "label": "황태얼큰이칼국수+보리밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3ae4644d7c0d6c7107d5", - "label": "크림빵(1개)", - "amount": 1000, + "id": "cf0f0e216fc2a2e83f11", + "label": "황태순둥이칼국수+보리밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "66ed61b15f5a8ee71c89-history", - "label": "도너츠(2개)", - "amount": 1000, + "id": "1248b7a05a86c0e4a554-history", + "label": "황태얼큰이칼국수+보리밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3ae4644d7c0d6c7107d5-history", - "label": "크림빵(1개)", - "amount": 1000, + "id": "cf0f0e216fc2a2e83f11-history", + "label": "황태순둥이칼국수+보리밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5439", - "name": "서신정", - "businessName": "서신정", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 감나무4길 26", - "district": "전북특별자치도 전주시", - "latitude": 35.8317212468129, - "longitude": 127.119926240397, - "representativePriceAmount": 10000, - "representativePriceLabel": "고등어구이", + "id": "goodprice-18129", + "name": "헐리우드헤어", + "businessName": "헐리우드헤어", + "categorySlug": "beauty", + "address": "대구광역시 동구 동부로28길 29 (신천동) 1층", + "district": "대구광역시 동구", + "latitude": 35.87307737674279, + "longitude": 128.62842860137818, + "representativePriceAmount": 5000, + "representativePriceLabel": "남성커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고등어구이 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-277-3455 / 영업시간: 월~토 11:30-22:00 (휴일 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-2939-8600 / 영업시간: 영업시간 : 08:00 ~ 19:00 정기휴무 : 매주 화요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "196ff6eb3521dc9ae697", - "label": "고등어구이", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0cb7ba9e444ed0953d46", - "label": "김치찌개", - "amount": 8000, + "id": "093d1d0b9c7a63476822", + "label": "남성커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b9859c41ab517909c607", - "label": "제육볶음", - "amount": 9000, + "id": "ff0222d32b819158da8d", + "label": "여성커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "184639c8ba12d31afaa5", - "label": "이상배달)", - "amount": 8000, + "id": "24c0c2d05a6babc1e1b8", + "label": "흰머리염색", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "196ff6eb3521dc9ae697-history", - "label": "고등어구이", - "amount": 10000, + "id": "093d1d0b9c7a63476822-history", + "label": "남성커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0cb7ba9e444ed0953d46-history", - "label": "김치찌개", - "amount": 8000, + "id": "ff0222d32b819158da8d-history", + "label": "여성커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b9859c41ab517909c607-history", - "label": "제육볶음", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "184639c8ba12d31afaa5-history", - "label": "이상배달)", - "amount": 8000, + "id": "24c0c2d05a6babc1e1b8-history", + "label": "흰머리염색", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15145", - "name": "복스짜장짬뽕(용해점)", - "businessName": "복스짜장짬뽕(용해점)", - "categorySlug": "chinese", - "address": "전라남도 목포시 대양로 111 (용해동) 복스짜장짬뽕(용해점)", - "district": "전라남도 목포시", - "latitude": 34.82166789677919, - "longitude": 126.39167301998671, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "id": "goodprice-18871", + "name": "기절초풍물닭갈비", + "businessName": "기절초풍물닭갈비", + "categorySlug": "korean", + "address": "서울특별시 광진구 자양로13길 88-1 (자양동) 1층", + "district": "서울특별시 광진구", + "latitude": 37.533000029209944, + "longitude": 127.08018125555606, + "representativePriceAmount": 4000, + "representativePriceLabel": "조리라면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-277-2737", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 조리라면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-444-9222 / 영업시간: 매일 11:00 - 23:00 운영 22:00 라스트오더 - 금토일 및 공휴일은 우선 예약제 운영", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "74ed96c6204d7d0b83d4", - "label": "짜장면", - "amount": 6000, + "id": "13ecd146bfb69a8671de", + "label": "조리라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "74ed96c6204d7d0b83d4-history", - "label": "짜장면", - "amount": 6000, + "id": "13ecd146bfb69a8671de-history", + "label": "조리라면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5609", - "name": "삼국지", - "businessName": "삼국지", - "categorySlug": "chinese", - "address": "전라남도 목포시 하당남부로 108 (옥암동)", - "district": "전라남도 목포시", - "latitude": 34.8022264162699, - "longitude": 126.435217612049, - "representativePriceAmount": 6000, - "representativePriceLabel": "자장면", + "id": "goodprice-372", + "name": "두산이발관", + "businessName": "두산이발관", + "categorySlug": "barber", + "address": "서울특별시 금천구 가산로 99 가산위브아파트상가동 B01호", + "district": "서울특별시 금천구", + "latitude": 37.4761567725398, + "longitude": 126.891289403751, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-284-8775 / 영업시간: 11:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-851-1057", "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, + "id": "e2b598c88ccfebcdd1d4", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "594aa06e98144d5111fc", - "label": "콜라 1.25mL", + "id": "87ea71f28f1604e71b04", + "label": "드라이", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "4f23a7ba91747661dec6", - "label": "콜라 500mL", - "amount": 2000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "e2b598c88ccfebcdd1d4-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e842af80c8cd359a3e71-history", - "label": "사이다 1.25mL", + "id": "87ea71f28f1604e71b04-history", + "label": "드라이", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-223-7727 / 영업시간: 08:00~19:00 일요일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "40d444c35e66a2e2a478-history", - "label": "사이다 500mL", + "id": "c0c8d66e2a0becee0207", + "label": "단팥빵", "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" + "reportedAt": "2026-04-05" }, { - "id": "6b8f18e08a7d5f1ccef9-history", - "label": "짜장면", - "amount": 6000, + "id": "778ecab0dfbb69f3907d", + "label": "우유식빵", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fd7b8fa3652a77981a94-history", - "label": "짬뽕밥", - "amount": 8000, + "id": "15ee63572296c7a498b7", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "364a90efac0606959c6f-history", - "label": "짬짜면", - "amount": 10000, + "id": "c0c8d66e2a0becee0207-history", + "label": "단팥빵", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "594aa06e98144d5111fc-history", - "label": "콜라 1.25mL", - "amount": 3000, + "id": "778ecab0dfbb69f3907d-history", + "label": "우유식빵", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4f23a7ba91747661dec6-history", - "label": "콜라 500mL", - "amount": 2000, + "id": "15ee63572296c7a498b7-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16968", - "name": "서울대중", - "businessName": "서울대중", - "categorySlug": "chinese", - "address": "전남 목포시 소영길 7 (용당동)", - "district": "전남 목포시", - "latitude": 34.8046888223113, - "longitude": 126.395998892103, - "representativePriceAmount": 6500, - "representativePriceLabel": "짜장", + "id": "goodprice-2291", + "name": "중흥세탁", + "businessName": "중흥세탁", + "categorySlug": "laundry", + "address": "광주광역시 서구 상무민주로 104 (쌍촌동)", + "district": "광주광역시 서구", + "latitude": 35.1600449837998, + "longitude": 126.860107162752, + "representativePriceAmount": 7000, + "representativePriceLabel": "양복1벌드라이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장 6,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-276-0242", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복1벌드라이 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-385-2525 / 영업시간: 월~토 0800:~21:00 ※ 정기휴무 : 매주 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "53c8884d0d49f2926e06", - "label": "짜장", - "amount": 6500, + "id": "cc060bbf697912dcf05e", + "label": "양복1벌드라이", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a817a7a7e8612f8f9d44", - "label": "짬뽕", - "amount": 7000, + "id": "a2a598ab991fc6baa53b", + "label": "셔츠드라이", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ffe1aa6782cf505c2370", + "label": "블라우스드라이", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "53c8884d0d49f2926e06-history", - "label": "짜장", - "amount": 6500, + "id": "cc060bbf697912dcf05e-history", + "label": "양복1벌드라이", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a817a7a7e8612f8f9d44-history", - "label": "짬뽕", - "amount": 7000, + "id": "a2a598ab991fc6baa53b-history", + "label": "셔츠드라이", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ffe1aa6782cf505c2370-history", + "label": "블라우스드라이", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5617", - "name": "손가네분식", - "businessName": "손가네분식", + "id": "goodprice-283", + "name": "능라도분식", + "businessName": "능라도분식", "categorySlug": "korean", - "address": "전라남도 목포시 남해로 8-1 (산정동)", - "district": "전라남도 목포시", - "latitude": 34.7900774150742, - "longitude": 126.396716006428, + "address": "서울특별시 광진구 천호대로110길 50 (능동)", + "district": "서울특별시 광진구", + "latitude": 37.5551457109101, + "longitude": 127.079074919213, "representativePriceAmount": 2500, "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-3375", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-455-0322 / 영업시간: 월~금 10:00 ~ 19:30 토 10:00 ~ 18:30 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b487a8fb655a489dfc21", + "id": "dff3b3017ec175bc6a39", "label": "김밥", "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b1325fdcffcc471076f5", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0f5a593522f328cf3b1f", - "label": "팥죽", - "amount": 7000, + "id": "eb9b2af826fe48b4a5aa", + "label": "돈가스", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "28989ea315f0d903d897", - "label": "동지죽", - "amount": 7000, + "id": "3fcfa1e5caab4ac1bbaf", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "da43af9d0c2186fc2e6c", - "label": "팥칼국수", - "amount": 6000, + "id": "90d1196ea6c36d9c7bba", + "label": "냉면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b487a8fb655a489dfc21-history", + "id": "dff3b3017ec175bc6a39-history", "label": "김밥", "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b1325fdcffcc471076f5-history", - "label": "칼국수", - "amount": 7000, + "id": "eb9b2af826fe48b4a5aa-history", + "label": "돈가스", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0f5a593522f328cf3b1f-history", - "label": "팥죽", - "amount": 7000, + "id": "3fcfa1e5caab4ac1bbaf-history", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "28989ea315f0d903d897-history", - "label": "동지죽", + "id": "90d1196ea6c36d9c7bba-history", + "label": "냉면", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-374", + "name": "수미용실", + "businessName": "수미용실", + "categorySlug": "beauty", + "address": "서울특별시 금천구 탑골로 6-1 (시흥동)", + "district": "서울특별시 금천구", + "latitude": 37.4509800536914, + "longitude": 126.910365045517, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-896-8960 / 영업시간: 수 10:00 - 19:00 목 10:00 - 19:00 금 10:00 - 19:00 토 10:00 - 19:00 일 10:00 - 19:00 월 정기휴무 (매주 월요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "c593868d6ee90697b418", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "da43af9d0c2186fc2e6c-history", - "label": "팥칼국수", - "amount": 6000, + "id": "c593868d6ee90697b418-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6374", - "name": "국수마을", - "businessName": "국수마을", + "id": "goodprice-16201", + "name": "국수명가", + "businessName": "국수명가", "categorySlug": "korean", - "address": "경상북도 포항시 남구 효자동5번길 10 나동 국수마을", - "district": "경상북도 포항시", - "latitude": 36.0078387636712, - "longitude": 129.329195759208, - "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "address": "경기도 수원시 권선구 평동로79번길 45 (평동) 1층 154호", + "district": "경기도 수원시", + "latitude": 37.259876627948074, + "longitude": 126.99277737503824, + "representativePriceAmount": 7000, + "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번째일요일정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-242-8473 / 영업시간: 11:00~16:00 매주 일요일 및 공휴일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "452d6dd00d54ae1c3672", - "label": "칼국수", - "amount": 6000, + "id": "e13597ce03a8ba47fa74", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0f7295146e6ba2933806", + "id": "6bc6a3bc254b524fe90c", "label": "잔치국수", - "amount": 5000, + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ff42ed3c643e620425fd", - "label": "김밥", - "amount": 3000, + "id": "57d33a75e7f4d1e30228", + "label": "비빔국수", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "452d6dd00d54ae1c3672-history", - "label": "칼국수", - "amount": 6000, + "id": "e13597ce03a8ba47fa74-history", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0f7295146e6ba2933806-history", + "id": "6bc6a3bc254b524fe90c-history", "label": "잔치국수", - "amount": 5000, + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ff42ed3c643e620425fd-history", - "label": "김밥", - "amount": 3000, + "id": "57d33a75e7f4d1e30228-history", + "label": "비빔국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14723", - "name": "국시묵자", - "businessName": "국시묵자", - "categorySlug": "korean", - "address": "경상북도 포항시 남구 장기면 동해안로 3271-1 -", - "district": "경상북도 포항시", - "latitude": 35.87906957004322, - "longitude": 129.5171647482038, - "representativePriceAmount": 6000, - "representativePriceLabel": "잔치국수", + "id": "goodprice-2796", + "name": "당구사랑", + "businessName": "당구사랑", + "categorySlug": "other-service", + "address": "대전광역시 중구 계룡로904번안길 42 (문화동) 2층(대흥동)", + "district": "대전광역시 중구", + "latitude": 36.3194243996037, + "longitude": 127.41427284523587, + "representativePriceAmount": 7300, + "representativePriceLabel": "시간당", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 시간당 7,300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-7722-4530 / 영업시간: 매일 09:00~24:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "73e42d3d50ceb273e862", - "label": "잔치국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "4751a8df9cf113cbf16a", - "label": "만두국", - "amount": 7000, + "id": "d3d1a5403adb8566e6cf", + "label": "시간당", + "amount": 7300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "73e42d3d50ceb273e862-history", - "label": "잔치국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "4751a8df9cf113cbf16a-history", - "label": "만두국", - "amount": 7000, + "id": "d3d1a5403adb8566e6cf-history", + "label": "시간당", + "amount": 7300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10551", - "name": "굿맨", - "businessName": "굿맨", - "categorySlug": "barber", - "address": "경상북도 포항시 북구 아치로 57 상가동 101호 (우현동,화성아파트)", - "district": "경상북도 포항시", - "latitude": 36.0511457346007, - "longitude": 129.355698800567, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-244", + "name": "달디빈", + "businessName": "달디빈", + "categorySlug": "other-food", + "address": "서울특별시 광진구 능동로39길 11 1층", + "district": "서울특별시 광진구", + "latitude": 37.5585293444964, + "longitude": 127.079434892288, + "representativePriceAmount": 2500, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 월~금 09:00 ~ 21:00 토 10:00 ~ 20:00 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4401410467336e218626", - "label": "커트", - "amount": 10000, + "id": "b4e97e28276d55738634", + "label": "커피", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8b583938aa4f0b28ffdf", - "label": "학생커트", - "amount": 8000, + "id": "dfbbf75eb3199d1eac14", + "label": "국산차", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4401410467336e218626-history", - "label": "커트", - "amount": 10000, + "id": "b4e97e28276d55738634-history", + "label": "커피", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8b583938aa4f0b28ffdf-history", - "label": "학생커트", - "amount": 8000, + "id": "dfbbf75eb3199d1eac14-history", + "label": "국산차", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16131", - "name": "권민선남성컷", - "businessName": "권민선남성컷", + "id": "goodprice-375", + "name": "영화미용실", + "businessName": "영화미용실", "categorySlug": "beauty", - "address": "경상북도 포항시 남구 상공로221번길 28 (해도동) 권민선남성컷", - "district": "경상북도 포항시", - "latitude": 36.02519921582511, - "longitude": 129.3695250773602, - "representativePriceAmount": 10000, - "representativePriceLabel": "컷트", + "address": "서울특별시 금천구 독산로44길 15 (시흥동)", + "district": "서울특별시 금천구", + "latitude": 37.4610878003624, + "longitude": 126.905629757098, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-277-4596", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-805-2864 / 영업시간: 매일 09:00 - 20:30 (일요일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5423f6077055a604ab96", - "label": "컷트", - "amount": 10000, + "id": "4de2f7fcbd6e245d4164", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5423f6077055a604ab96-history", - "label": "컷트", - "amount": 10000, + "id": "4de2f7fcbd6e245d4164-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14472", - "name": "다래성", - "businessName": "다래성", - "categorySlug": "chinese", - "address": "경상남도 창원시 마산합포구 교방북2길 1 (교방동) 육일약국 인근", - "district": "경상남도 창원시", - "latitude": 35.2148898765735, - "longitude": 128.56421595996898, - "representativePriceAmount": 7000, - "representativePriceLabel": "짜장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-243-6166", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-213-5033 / 영업시간: 월~금 10:00~18:00 토 10:00~17:00 일요일, 공휴일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e67d5f35a0c3bb2f806c", - "label": "짜장면", - "amount": 7000, + "id": "82ffee7d19a683506c88", + "label": "잔치국수", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a48c97e026d335178d18", - "label": "콩국수", - "amount": 8000, + "id": "8edfc58c86a1c22a77da", + "label": "비빔국수", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "78e5b1f5be767c0c7f36", - "label": "간짜장", - "amount": 9000, + "id": "c2560c357a021f8112ec", + "label": "멸치칼국수", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "50f44674f1a284dabd19", - "label": "우동", - "amount": 9000, + "id": "34aa9d50ccad366f7fa9", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e67d5f35a0c3bb2f806c-history", - "label": "짜장면", - "amount": 7000, + "id": "82ffee7d19a683506c88-history", + "label": "잔치국수", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a48c97e026d335178d18-history", - "label": "콩국수", - "amount": 8000, + "id": "8edfc58c86a1c22a77da-history", + "label": "비빔국수", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "78e5b1f5be767c0c7f36-history", - "label": "간짜장", - "amount": 9000, + "id": "c2560c357a021f8112ec-history", + "label": "멸치칼국수", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "50f44674f1a284dabd19-history", - "label": "우동", - "amount": 9000, + "id": "34aa9d50ccad366f7fa9-history", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13714", - "name": "다래원", - "businessName": "다래원", - "categorySlug": "korean", - "address": "경상남도 창원시 성산구 신촌로 21 (신촌동) 지하 21호(신촌동, 유신종합상가)", - "district": "경상남도 창원시", - "latitude": 35.20756422962718, - "longitude": 128.62678091758497, + "id": "goodprice-3382", + "name": "에덴헤어", + "businessName": "에덴헤어", + "categorySlug": "beauty", + "address": "경기도 수원시 영통구 인계로 239 상가지하1층1호(매탄동,매탄성일아파트)", + "district": "경기도 수원시", + "latitude": 37.2650653259133, + "longitude": 127.043340637561, "representativePriceAmount": 7000, - "representativePriceLabel": "한식부페", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "소방파출소 뒷편 양곡교회 맞은편", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-261-1930", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-211-5777 / 영업시간: 12:00~18:00 월수금 영업", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ffc5afe538ca686dd61c", - "label": "한식부페", + "id": "260deefe7c5dd5fd7a9b", + "label": "커트", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "260deefe7c5dd5fd7a9b-history", + "label": "커트", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-15272", + "name": "리플커피 건국대점", + "businessName": "리플커피 건국대점", + "categorySlug": "other-food", + "address": "서울특별시 광진구 광나루로24길 20 (화양동) 1층", + "district": "서울특별시 광진구", + "latitude": 37.54545205668764, + "longitude": 127.07631911192601, + "representativePriceAmount": 1500, + "representativePriceLabel": "아메리카노", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "리플커피 건국대점", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-455-5600 / 영업시간: 월~금 07:00 - 20:00 토 10:00 - 19:00 일 정기휴무 (매주 일요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "10bd9d08fa2e61bbe85b", + "label": "아메리카노", + "amount": 1500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "10bd9d08fa2e61bbe85b-history", + "label": "아메리카노", + "amount": 1500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-362", + "name": "정훈사", + "businessName": "정훈사", + "categorySlug": "laundry", + "address": "서울특별시 금천구 독산로73길 9 (독산동)", + "district": "서울특별시 금천구", + "latitude": 37.4677113489234, + "longitude": 126.901369284378, + "representativePriceAmount": 7000, + "representativePriceLabel": "정장(상하)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장(상하) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-839-8389 / 영업시간: 매일 09:00 - 20:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "34377d1a5a7704144c90", + "label": "정장(상하)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1bbaa75eba45137ca793", - "label": "된장찌개", - "amount": 8000, + "id": "2a8403c89a452c6f7fc9", + "label": "의복수선료", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ffc5afe538ca686dd61c-history", - "label": "한식부페", + "id": "34377d1a5a7704144c90-history", + "label": "정장(상하)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1bbaa75eba45137ca793-history", - "label": "된장찌개", - "amount": 8000, + "id": "2a8403c89a452c6f7fc9-history", + "label": "의복수선료", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13719", - "name": "다복식당", - "businessName": "다복식당", + "id": "goodprice-4358", + "name": "국수닭", + "businessName": "국수닭", "categorySlug": "korean", - "address": "경상남도 창원시 마산합포구 진동면 진북산업로 82 1층", - "district": "경상남도 창원시", - "latitude": 35.123393709489115, - "longitude": 128.4878116919056, - "representativePriceAmount": 6000, - "representativePriceLabel": "한식(뷔페)", + "address": "강원특별자치도 춘천시 남춘로 36번길 48 (퇴계동)", + "district": "강원특별자치도 춘천시", + "latitude": 37.8615806593812, + "longitude": 127.735535866785, + "representativePriceAmount": 6500, + "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 토 정기휴무 (매주 토요일) 일 정기휴무 (매주 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭국수 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-262-6399 / 영업시간: 11:00 - 21:00 브레이크타임 15:00 - 17:00 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1da55d5cd13c4148d9f1", - "label": "한식(뷔페)", - "amount": 6000, + "id": "76c1c7337d49062c4ad3", + "label": "닭국수", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "594b0b30c62c062e6c86", - "label": "도시락(배달)", - "amount": 6000, + "id": "f7a1530cf8c7285c8549", + "label": "비빔국수", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6af260349a1b531b4c8c", + "label": "얼큰닭국수", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1da55d5cd13c4148d9f1-history", - "label": "한식(뷔페)", - "amount": 6000, + "id": "76c1c7337d49062c4ad3-history", + "label": "닭국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "594b0b30c62c062e6c86-history", - "label": "도시락(배달)", - "amount": 6000, + "id": "f7a1530cf8c7285c8549-history", + "label": "비빔국수", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6af260349a1b531b4c8c-history", + "label": "얼큰닭국수", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6810", - "name": "다복한식부페", - "businessName": "다복한식부페", - "categorySlug": "korean", - "address": "경상남도 창원시 성산구 동산로65번길 33 (상남동)", - "district": "경상남도 창원시", - "latitude": 35.2170705144953, - "longitude": 128.684009304443, + "id": "goodprice-11110", + "name": "펑펑펑미용실", + "businessName": "펑펑펑미용실", + "categorySlug": "beauty", + "address": "강원특별자치도 춘천시 중앙로 70 (중앙로2가) (중앙로 2가)", + "district": "강원특별자치도 춘천시", + "latitude": 37.87932006522284, + "longitude": 127.72612296635172, "representativePriceAmount": 7000, - "representativePriceLabel": "뷔페 1인", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뷔페 1인 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-282-1212", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-251-2252", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4f504bded820354ee27f", - "label": "뷔페 1인", + "id": "8cdeb5f2039837d223c3", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4f504bded820354ee27f-history", - "label": "뷔페 1인", + "id": "8cdeb5f2039837d223c3-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7201", - "name": "금천미용실", - "businessName": "금천미용실", - "categorySlug": "beauty", - "address": "제주특별자치도 제주시 중앙로23길 6 .", - "district": "제주특별자치도 제주시", - "latitude": 33.5069619652156, - "longitude": 126.525476490278, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-277", + "name": "마니아우동", + "businessName": "마니아우동", + "categorySlug": "korean", + "address": "서울특별시 광진구 긴고랑로 25 (중곡동)", + "district": "서울특별시 광진구", + "latitude": 37.5635316803178, + "longitude": 127.079296570847, + "representativePriceAmount": 7000, + "representativePriceLabel": "냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-758-9254", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-465-2587 / 영업시간: 월~토 18:00 ~ 03:00 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8b5bfa5646aa6ee0bc92", - "label": "커트", - "amount": 10000, + "id": "3bebb419fb7eea3cf90d", + "label": "냉면", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f96cfe50883fd8af72ee", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8b5bfa5646aa6ee0bc92-history", - "label": "커트", - "amount": 10000, + "id": "3bebb419fb7eea3cf90d-history", + "label": "냉면", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f96cfe50883fd8af72ee-history", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7019", - "name": "김녕빵집", - "businessName": "김녕빵집", - "categorySlug": "bakery", - "address": "제주특별자치도 제주시 구좌읍 김녕로1길 25 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.5559045926848, - "longitude": 126.747620056758, - "representativePriceAmount": 2100, - "representativePriceLabel": "소금버터빵", + "id": "goodprice-378", + "name": "착한 이발소", + "businessName": "착한 이발소", + "categorySlug": "barber", + "address": "서울특별시 금천구 독산로40길 37", + "district": "서울특별시 금천구", + "latitude": 37.4607492291303, + "longitude": 126.906573421637, + "representativePriceAmount": 5000, + "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 화 정기휴무(매주화요일) 수 정기휴무(매주수요일) --통로앞정차금지-", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 매일 08:00 - 21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5152fce2db5cc2d3fdb4", - "label": "소금버터빵", - "amount": 2100, + "id": "4b1ce8404ae951a12cda", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0ac60737e39278293deb", - "label": "누룽지빵", - "amount": 2500, + "id": "30e3a0268ae0bd6278a1", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5152fce2db5cc2d3fdb4-history", - "label": "소금버터빵", - "amount": 2100, + "id": "4b1ce8404ae951a12cda-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0ac60737e39278293deb-history", - "label": "누룽지빵", - "amount": 2500, + "id": "30e3a0268ae0bd6278a1-history", + "label": "염색", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15002", - "name": "스윗샐러드", - "businessName": "스윗샐러드", + "id": "goodprice-15779", + "name": "괴산식당", + "businessName": "괴산식당", "categorySlug": "korean", - "address": "서울특별시 종로구 종로1길 50 (중학동) 지하1층", - "district": "서울특별시 종로구", - "latitude": 37.57491239937121, - "longitude": 126.97896535083947, - "representativePriceAmount": 7900, - "representativePriceLabel": "버섯샐러드", + "address": "충청북도 청주시 서원구 매봉로76번길 30 (수곡동) 1층", + "district": "충청북도 청주시", + "latitude": 36.61685424168219, + "longitude": 127.48003972548739, + "representativePriceAmount": 7000, + "representativePriceLabel": "청국장", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "구운 계란, 푸실리, 오이 피클, 할라피뇨, 통밀빵 등 매일 매일 다른 재료의 무료 토핑을 제공하고 있습니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-733-3225 / 영업시간: 영업시간 : 11:00-20:00 (휴게시간 14:30-16:30) 휴무일 : 주말 및 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-285-6045", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c1db80d47fa5fe7f6e16", - "label": "버섯샐러드", - "amount": 7900, + "id": "aa792fb908852a342ab3", + "label": "청국장", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f8cf42ca1c9bda7426b0", - "label": "닭가슴살샐러드", - "amount": 8900, + "id": "018d18d2b7beccc3c706", + "label": "순두부찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "0991847f164845e4aefa", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c1db80d47fa5fe7f6e16-history", - "label": "버섯샐러드", - "amount": 7900, + "id": "aa792fb908852a342ab3-history", + "label": "청국장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f8cf42ca1c9bda7426b0-history", - "label": "닭가슴살샐러드", - "amount": 8900, + "id": "018d18d2b7beccc3c706-history", + "label": "순두부찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "0991847f164845e4aefa-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-943", - "name": "약속커피숍", - "businessName": "약속커피숍", - "categorySlug": "other-food", - "address": "서울특별시 종로구 종로 302 (창신동)", - "district": "서울특별시 종로구", - "latitude": 37.5716332944196, - "longitude": 127.01140072111, - "representativePriceAmount": 2000, - "representativePriceLabel": "맥심커피", + "id": "goodprice-2110", + "name": "동방클리닝", + "businessName": "동방클리닝", + "categorySlug": "laundry", + "address": "인천광역시 미추홀구 수봉로40 (숭의동)", + "district": "인천광역시 미추홀구", + "latitude": 37.4627146018991, + "longitude": 126.656745557316, + "representativePriceAmount": 3000, + "representativePriceLabel": "하의수선", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 맥심커피 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-764-1100", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 하의수선 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-873-1811 / 영업시간: 09:00~20:00 휴무일: 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "55f21ee37fad20742c81", - "label": "맥심커피", - "amount": 2000, + "id": "638e4321e9ce775fbc05", + "label": "하의수선", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "48f4faf835f12c5b1aca", - "label": "녹차", + "id": "a6470b47da72ef405c66", + "label": "와이셔츠세탁", "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "55f21ee37fad20742c81-history", - "label": "맥심커피", - "amount": 2000, + "id": "638e4321e9ce775fbc05-history", + "label": "하의수선", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "48f4faf835f12c5b1aca-history", - "label": "녹차", + "id": "a6470b47da72ef405c66-history", + "label": "와이셔츠세탁", "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-947", - "name": "영미용실", - "businessName": "영미용실", - "categorySlug": "beauty", - "address": "서울특별시 종로구 지봉로 62 (숭인동)", - "district": "서울특별시 종로구", - "latitude": 37.5755618391963, - "longitude": 127.015850681862, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트", + "id": "goodprice-17194", + "name": "면곡당", + "businessName": "면곡당", + "categorySlug": "other-food", + "address": "서울특별시 광진구 면목로17길 24 (중곡동) 1층", + "district": "서울특별시 광진구", + "latitude": 37.570621617769575, + "longitude": 127.0819900514536, + "representativePriceAmount": 3400, + "representativePriceLabel": "커피(콜드브루)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-743-6052 / 영업시간: 10:00~19:00(동네장사로 유동적)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피(콜드브루) 3,400원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0502-5551-7961 / 영업시간: 월 11:00 - 20:00 19:30 라스트오더 화 11:00 - 20:00 19:30 라스트오더 수 11:00 - 20:00 19:30 라스트오더 정기휴무 (매주 목요일) 금 11:00 - 20:00 19:30 라스트오더 토 12:00 - 21:00 20:30 라스트오더 일 12:00 - 21:00 20:30 라스트오더 접기", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bce0c66c28633940fff5", - "label": "커트", - "amount": 8000, + "id": "087e808c14ff4e11a3ae", + "label": "커피(콜드브루)", + "amount": 3400, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bce0c66c28633940fff5-history", - "label": "커트", - "amount": 8000, + "id": "087e808c14ff4e11a3ae-history", + "label": "커피(콜드브루)", + "amount": 3400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1655", - "name": "민아식당", - "businessName": "민아식당", - "categorySlug": "korean", - "address": "부산광역시 중구 충장대로9번길 21-1 (중앙동4가)", - "district": "부산광역시 중구", - "latitude": 35.107289725493, - "longitude": 129.037456085025, - "representativePriceAmount": 9000, - "representativePriceLabel": "따로국밥", + "id": "goodprice-356", + "name": "체리당구클럽", + "businessName": "체리당구클럽", + "categorySlug": "other-service", + "address": "서울특별시 금천구 시흥대로123길 7 지하1층", + "district": "서울특별시 금천구", + "latitude": 37.4701019566204, + "longitude": 126.897299140809, + "representativePriceAmount": 1400, + "representativePriceLabel": "당구이용료 10분당", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 따로국밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-462-1774 / 영업시간: 11:00 - 20:00 일요일,공휴일 휴일,", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 당구이용료 10분당 1,400원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-862-3282 / 영업시간: 수 10:30 - 20:00 목 10:30 - 20:00 금 10:30 - 20:00 토 10:30 - 20:00 일 정기휴무 (매주 일요일) 월 10:30 - 20:00 화 10:30 - 20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0286e90b72d575254680", - "label": "따로국밥", - "amount": 9000, + "id": "c173bdcb46b634ea511e", + "label": "당구이용료 10분당", + "amount": 1400, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0286e90b72d575254680-history", - "label": "따로국밥", - "amount": 9000, + "id": "c173bdcb46b634ea511e-history", + "label": "당구이용료 10분당", + "amount": 1400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1638", - "name": "석기시대", - "businessName": "석기시대", - "categorySlug": "chinese", - "address": "부산광역시 중구 동광길 75-1 1층(동광동5가)", - "district": "부산광역시 중구", - "latitude": 35.1061565412503, - "longitude": 129.034868484553, - "representativePriceAmount": 7000, - "representativePriceLabel": "만둣국", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 만둣국 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 월~토 15:00~22:00 매주 일요일 휴무 명절 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "90be9cfabbae89a06c59", - "label": "만둣국", - "amount": 7000, + "id": "de73e5a12c370c04b575", + "label": "순두부찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e6cd1311830e29811642", - "label": "찐만두", - "amount": 7000, + "id": "86eba20ba26cc122cc27", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "538c2922de55b1b33762", - "label": "군만두", - "amount": 7000, + "id": "c2cc6d086df03748df08", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "90be9cfabbae89a06c59-history", - "label": "만둣국", - "amount": 7000, + "id": "de73e5a12c370c04b575-history", + "label": "순두부찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e6cd1311830e29811642-history", - "label": "찐만두", - "amount": 7000, + "id": "86eba20ba26cc122cc27-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "538c2922de55b1b33762-history", - "label": "군만두", - "amount": 7000, + "id": "c2cc6d086df03748df08-history", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17050", - "name": "양가손만두 부평직영점", - "businessName": "양가손만두 부평직영점", - "categorySlug": "korean", - "address": "부산광역시 중구 부평1길 48 (부평동2가) 1층", - "district": "부산광역시 중구", - "latitude": 35.101570977897914, - "longitude": 129.02602680604465, - "representativePriceAmount": 7000, - "representativePriceLabel": "고기찐만두", + "id": "goodprice-16649", + "name": "한국세탁소", + "businessName": "한국세탁소", + "categorySlug": "laundry", + "address": "강원특별자치도 춘천시 가연길5번길 53 (근화동)", + "district": "강원특별자치도 춘천시", + "latitude": 37.87530110533454, + "longitude": 127.71662712885355, + "representativePriceAmount": 5000, + "representativePriceLabel": "양복상의", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기찐만두 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-243-8436", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복상의 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-253-0585", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c978c3f7c66a39ed66f1", - "label": "고기찐만두", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "ed9e210fd664e04181b3", - "label": "고기군만두", - "amount": 7000, + "id": "1ccf999a294323cf4c34", + "label": "양복상의", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bec52f4a97622533d877", - "label": "김치찐만두", - "amount": 7000, + "id": "15638d4321adb2216857", + "label": "양복하의", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0ad6b287f0e5c6ade870", - "label": "김치군만두", - "amount": 7000, + "id": "c1a008eda40b7fe06f9e", + "label": "셔츠", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c978c3f7c66a39ed66f1-history", - "label": "고기찐만두", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "ed9e210fd664e04181b3-history", - "label": "고기군만두", - "amount": 7000, + "id": "1ccf999a294323cf4c34-history", + "label": "양복상의", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bec52f4a97622533d877-history", - "label": "김치찐만두", - "amount": 7000, + "id": "15638d4321adb2216857-history", + "label": "양복하의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0ad6b287f0e5c6ade870-history", - "label": "김치군만두", - "amount": 7000, + "id": "c1a008eda40b7fe06f9e-history", + "label": "셔츠", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14625", - "name": "용정반점", - "businessName": "용정반점", - "categorySlug": "chinese", - "address": "대구광역시 중구 중앙대로 376-16 (덕산동) .", - "district": "대구광역시 중구", - "latitude": 35.8664000572041, - "longitude": 128.5943258541125, - "representativePriceAmount": 5500, - "representativePriceLabel": "쇠고기짜장면", + "id": "goodprice-15555", + "name": "베이지크", + "businessName": "베이지크", + "categorySlug": "other-food", + "address": "서울특별시 광진구 뚝섬로24길 21 (자양동) 1층", + "district": "서울특별시 광진구", + "latitude": 37.5354826790739, + "longitude": 127.06346313731117, + "representativePriceAmount": 3000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 쇠고기짜장면 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-423-8118 / 영업시간: 평일, 토요일 10:30 - 20:30 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1351-9020 / 영업시간: 월 10:30 - 20:00 화 10:00 - 18:00 수~금 10:30 - 20:00 토 10:00 - 18:00 일 정기휴무 (매주 일요일)", "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, + "id": "3049c94445b7b488a05a", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3045c4408f6f80600d31", - "label": "볶음밥", - "amount": 7000, + "id": "e97c87974b7336905e13", + "label": "아메리카노(포장)", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "3049c94445b7b488a05a-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3045c4408f6f80600d31-history", - "label": "볶음밥", - "amount": 7000, + "id": "e97c87974b7336905e13-history", + "label": "아메리카노(포장)", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2018", - "name": "우리할매칼국수", - "businessName": "우리할매칼국수", - "categorySlug": "korean", - "address": "대구광역시 중구 남산로7길 44 (남산)", - "district": "대구광역시 중구", - "latitude": 35.8587866686385, - "longitude": 128.580391726297, - "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "id": "goodprice-13377", + "name": "큐당구장", + "businessName": "큐당구장", + "categorySlug": "other-service", + "address": "서울특별시 금천구 금하로 631-6 (시흥동) 4층", + "district": "서울특별시 금천구", + "latitude": 37.45514776832717, + "longitude": 126.90145590268175, + "representativePriceAmount": 1300, + "representativePriceLabel": "중대10분", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-255-8802 / 영업시간: 10:00~19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 중대10분 1,300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c0d8462b59ebf338ce48", - "label": "칼국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3cff33a3dcec4f057d79", - "label": "칼제비", - "amount": 6000, + "id": "7ec4a12273c667046506", + "label": "중대10분", + "amount": 1300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b180fd10b9b8d3b9ae3c", - "label": "손수제비", - "amount": 6000, + "id": "6f0094eaa63f086d1bdf", + "label": "대대10분", + "amount": 1600, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c0d8462b59ebf338ce48-history", - "label": "칼국수", - "amount": 6000, + "id": "7ec4a12273c667046506-history", + "label": "중대10분", + "amount": 1300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3cff33a3dcec4f057d79-history", - "label": "칼제비", - "amount": 6000, + "id": "6f0094eaa63f086d1bdf-history", + "label": "대대10분", + "amount": 1600, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-291-5962", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "b99876411920970c6eff", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b180fd10b9b8d3b9ae3c-history", - "label": "손수제비", - "amount": 6000, + "id": "ec53c560b46142bbd78c", + "label": "비빔국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "124c230d8d9cd06e92e5", + "label": "간장비빔국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "b99876411920970c6eff-history", + "label": "잔치국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ec53c560b46142bbd78c-history", + "label": "비빔국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "124c230d8d9cd06e92e5-history", + "label": "간장비빔국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14950", - "name": "윤소인고단백장어죽", - "businessName": "윤소인고단백장어죽", - "categorySlug": "korean", - "address": "대구광역시 중구 동성로 19-11 (사일동) 1층", - "district": "대구광역시 중구", - "latitude": 35.86899504826444, - "longitude": 128.59462940407954, - "representativePriceAmount": 6000, - "representativePriceLabel": "김치찌개", + "id": "goodprice-6445", + "name": "미스터임 미용실", + "businessName": "미스터임 미용실", + "categorySlug": "beauty", + "address": "경상북도 포항시 북구 새천년대로 1123 217호", + "district": "경상북도 포항시", + "latitude": 36.0687922544783, + "longitude": 129.371880609921, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-255-7097 / 영업시간: 11:00 ~ 21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-256-6137 / 영업시간: 금 09:00-20:00 토 09:00-20:00 일 정기휴무(매주일요일) 월 09:00-20:00 화 09:00-20:00 수 09:00-20:00 목 09:00-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2471f3f144f0f6387a08", - "label": "김치찌개", - "amount": 6000, + "id": "8da80512f8bfd57168f0", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ce84d13c3048b2bbc70d", - "label": "된장찌개", + "id": "b761a93d1b693143d855", + "label": "학생커트", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3c1f90d4016c87ced9d1", - "label": "굴국밥", + "id": "a9e1a5858f915c8dc1dd", + "label": "기타 성인여자커트", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "609238e7a422027ccf25", - "label": "제육덮밥", - "amount": 6000, + "id": "739333b508b1d390d6e3", + "label": "기타 학생및노인커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2471f3f144f0f6387a08-history", - "label": "김치찌개", - "amount": 6000, + "id": "8da80512f8bfd57168f0-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ce84d13c3048b2bbc70d-history", - "label": "된장찌개", + "id": "b761a93d1b693143d855-history", + "label": "학생커트", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3c1f90d4016c87ced9d1-history", - "label": "굴국밥", + "id": "a9e1a5858f915c8dc1dd-history", + "label": "기타 성인여자커트", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "609238e7a422027ccf25-history", - "label": "제육덮밥", - "amount": 6000, + "id": "739333b508b1d390d6e3-history", + "label": "기타 학생및노인커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14012", - "name": "옹진찰밥", - "businessName": "옹진찰밥", + "id": "goodprice-280", + "name": "보광식당", + "businessName": "보광식당", "categorySlug": "korean", - "address": "인천광역시 중구 제물량로306번길 45 (북성동2가) 1층", - "district": "인천광역시 중구", - "latitude": 37.476757097944784, - "longitude": 126.61796394907029, - "representativePriceAmount": 8000, - "representativePriceLabel": "소라된장찌개", + "address": "서울특별시 광진구 아차산로 341-1 (자양동) (자양동)", + "district": "서울특별시 광진구", + "latitude": 37.537331732095886, + "longitude": 127.08091171710089, + "representativePriceAmount": 7000, + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소라된장찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-2773", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-456-3707 / 영업시간: 월~금 06:00 ~ 22:00 토 06:00 ~ 15:00 일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7dbdcb1584bc109479ab", - "label": "소라된장찌개", - "amount": 8000, + "id": "a61c116c883f60eeaf94", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7dbdcb1584bc109479ab-history", - "label": "소라된장찌개", - "amount": 8000, + "id": "a61c116c883f60eeaf94-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13120", - "name": "우리두리머물다", - "businessName": "우리두리머물다", - "categorySlug": "other-food", - "address": "인천광역시 중구 제물량로166번길 5 (신생동) 1층", - "district": "인천광역시 중구", - "latitude": 37.47050706598982, - "longitude": 126.62550477060184, - "representativePriceAmount": 3000, - "representativePriceLabel": "미식혜(500ml)", + "id": "goodprice-365", + "name": "현대컴퓨터세탁", + "businessName": "현대컴퓨터세탁", + "categorySlug": "laundry", + "address": "서울특별시 금천구 벚꽃로56길 40", + "district": "서울특별시 금천구", + "latitude": 37.4843502855592, + "longitude": 126.882817258748, + "representativePriceAmount": 5000, + "representativePriceLabel": "상의", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 미식혜(500ml) 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1446-1503", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 상의 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-863-3719 / 영업시간: 매일 09:00 - 20:30 (일요일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7231553709d1149d394a", - "label": "미식혜(500ml)", - "amount": 3000, + "id": "ad3799dcfa50718733e3", + "label": "상의", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "64658319208128e9beb1", - "label": "박식혜(500ml)", - "amount": 3500, + "id": "6cdb2303710561c9a889", + "label": "하의", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7231553709d1149d394a-history", - "label": "미식혜(500ml)", - "amount": 3000, + "id": "ad3799dcfa50718733e3-history", + "label": "상의", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "64658319208128e9beb1-history", - "label": "박식혜(500ml)", - "amount": 3500, + "id": "6cdb2303710561c9a889-history", + "label": "하의", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13187", - "name": "서림미용실", - "businessName": "서림미용실", - "categorySlug": "beauty", - "address": "광주광역시 동구 운림길 23 (운림동, 무등파크맨션) 상가동 202호", - "district": "광주광역시 동구", - "latitude": 35.13428906928481, - "longitude": 126.94139361034274, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트(성인)", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(성인) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-228-2909 / 영업시간: 09:00~21:00 / 일요일, 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1e67da33ccc7748676cd", - "label": "커트(성인)", - "amount": 10000, + "id": "c7b9f41e9f2f693084fe", + "label": "아메리카노", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bb8c33ba749ca59b57a9", + "label": "에이드", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1e67da33ccc7748676cd-history", - "label": "커트(성인)", - "amount": 10000, + "id": "c7b9f41e9f2f693084fe-history", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "bb8c33ba749ca59b57a9-history", + "label": "에이드", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2284", - "name": "서석식당", - "businessName": "서석식당", - "categorySlug": "korean", - "address": "광주광역시 동구 백서로 171-3 1층(서석동)", - "district": "광주광역시 동구", - "latitude": 35.1438778671915, - "longitude": 126.92342010806, - "representativePriceAmount": 9000, - "representativePriceLabel": "낚지비빔밥", + "id": "goodprice-11134", + "name": "미헤어코디", + "businessName": "미헤어코디", + "categorySlug": "beauty", + "address": "경상북도 포항시 북구 중흥로171번길 19 103호", + "district": "경상북도 포항시", + "latitude": 36.0204602416504, + "longitude": 129.353215183893, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 낚지비빔밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-223-9009 / 영업시간: 11:00-22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-281-8648", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a3826046570543db133c", - "label": "낚지비빔밥", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "770d6cdd5f8722c5e587", - "label": "낚지볶음밥", - "amount": 9000, + "id": "1afe35609c2ca6080022", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a3826046570543db133c-history", - "label": "낚지비빔밥", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "770d6cdd5f8722c5e587-history", - "label": "낚지볶음밥", - "amount": 9000, + "id": "1afe35609c2ca6080022-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2269", - "name": "수라상", - "businessName": "수라상", - "categorySlug": "korean", - "address": "광주광역시 동구 제봉로82번길 13-9 (동명동)", - "district": "광주광역시 동구", - "latitude": 35.1469059969152, - "longitude": 126.922577872694, - "representativePriceAmount": 7000, - "representativePriceLabel": "찌개(된장순두부청국장김치)", + "id": "goodprice-274", + "name": "석기시대짜장마을", + "businessName": "석기시대짜장마을", + "categorySlug": "chinese", + "address": "서울특별시 광진구 군자로 111", + "district": "서울특별시 광진구", + "latitude": 37.5529612679396, + "longitude": 127.072139956245, + "representativePriceAmount": 4000, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 찌개(된장순두부청국장김치) 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-234-2002 / 영업시간: 11:00-21:00 휴무일 일요일, 새해첫날", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-467-7123 / 영업시간: 월~토 10:00 ~ 20:30 일 정기휴무", "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, + "id": "fdafb945495d053ec899", + "label": "자장면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "70366d3f4c9d9f95cf53", - "label": "진지상(밥+정찬+찌개택일)", - "amount": 6000, + "id": "a3742ee28e48a782fddf", + "label": "짬뽕", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "fdafb945495d053ec899-history", + "label": "자장면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "70366d3f4c9d9f95cf53-history", - "label": "진지상(밥+정찬+찌개택일)", - "amount": 6000, + "id": "a3742ee28e48a782fddf-history", + "label": "짬뽕", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13185", - "name": "옥땡김밥", - "businessName": "옥땡김밥", - "categorySlug": "korean", - "address": "광주광역시 동구 무등로 503-1 (산수동) 1층", - "district": "광주광역시 동구", - "latitude": 35.15563375812957, - "longitude": 126.93466382911126, - "representativePriceAmount": 2500, - "representativePriceLabel": "김밥", + "id": "goodprice-15706", + "name": "현지옷수선", + "businessName": "현지옷수선", + "categorySlug": "other-service", + "address": "서울특별시 금천구 독산로33길 43 (시흥동) 1층", + "district": "서울특별시 금천구", + "latitude": 37.45659629315216, + "longitude": 126.90305865705578, + "representativePriceAmount": 3000, + "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)/ 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 바지수선 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d6eeb687685a0d61aff2", - "label": "김밥", - "amount": 2500, + "id": "2c8d45c5cf137eb3a6ad", + "label": "바지수선", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "5a12e1c46bb84696995e", + "label": "허리수선", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d6eeb687685a0d61aff2-history", - "label": "김밥", - "amount": 2500, + "id": "2c8d45c5cf137eb3a6ad-history", + "label": "바지수선", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5a12e1c46bb84696995e-history", + "label": "허리수선", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18131", - "name": "별이네 분식", - "businessName": "별이네 분식", + "id": "goodprice-13065", + "name": "김밥군쫄면양", + "businessName": "김밥군쫄면양", "categorySlug": "korean", - "address": "대전광역시 동구 비래서로42번길 70 (가양동) (가양동)", - "district": "대전광역시 동구", - "latitude": 36.3512336467034, - "longitude": 127.44731554696641, - "representativePriceAmount": 5000, - "representativePriceLabel": "잔치국수", + "address": "충청남도 천안시 동남구 충절로 311 (구성동) 109호", + "district": "충청남도 천안시", + "latitude": 36.791883821934995, + "longitude": 127.16249631665832, + "representativePriceAmount": 3000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-673-7737", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 매일 05:30~20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e8a8bfbad03b38e0d0c7", - "label": "잔치국수", - "amount": 5000, + "id": "8e31a4277cfd977e3d61", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "75feb946aa8a51d9da9f", - "label": "비빔국수", - "amount": 6000, + "id": "73f4b40e68f46c316875", + "label": "양푼이비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d0431dbd82ee2abe99ef", - "label": "라면", - "amount": 4000, + "id": "addadf12708308ff174f", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e8a8bfbad03b38e0d0c7-history", - "label": "잔치국수", - "amount": 5000, + "id": "8e31a4277cfd977e3d61-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "75feb946aa8a51d9da9f-history", - "label": "비빔국수", - "amount": 6000, + "id": "73f4b40e68f46c316875-history", + "label": "양푼이비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d0431dbd82ee2abe99ef-history", - "label": "라면", - "amount": 4000, + "id": "addadf12708308ff174f-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2531", - "name": "복지이용원", - "businessName": "복지이용원", - "categorySlug": "barber", - "address": "대전광역시 동구 대전로 791번길 50 (중동)", - "district": "대전광역시 동구", - "latitude": 36.3295205271986, - "longitude": 127.430506838139, - "representativePriceAmount": 7000, - "representativePriceLabel": "이용료", + "id": "goodprice-6447", + "name": "박윤미헤어모드", + "businessName": "박윤미헤어모드", + "categorySlug": "beauty", + "address": "경상북도 포항시 북구 흥해읍 흥해로 73 박윤미헤어모드", + "district": "경상북도 포항시", + "latitude": 36.1112635560314, + "longitude": 129.347677020173, + "representativePriceAmount": 6000, + "representativePriceLabel": "여성커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-251-8428 / 영업시간: 08:00 ~ 20:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여성커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-262-6845 / 영업시간: 월~금", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c432d5594cb929b8bb38", - "label": "이용료", + "id": "9bd0f0b2e6c08e15ffc6", + "label": "여성커트", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1fd59e6bac042aca390a", + "label": "남성커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "c514d15629e2a8448908", + "label": "학생커트", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c432d5594cb929b8bb38-history", - "label": "이용료", + "id": "9bd0f0b2e6c08e15ffc6-history", + "label": "여성커트", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1fd59e6bac042aca390a-history", + "label": "남성커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "c514d15629e2a8448908-history", + "label": "학생커트", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16673", - "name": "자금성", - "businessName": "자금성", + "id": "goodprice-275", + "name": "세종원", + "businessName": "세종원", "categorySlug": "chinese", - "address": "울산광역시 중구 구교9길 64 (반구동) 1층", - "district": "울산광역시 중구", - "latitude": 35.56321242205221, - "longitude": 129.3378786473305, - "representativePriceAmount": 5500, + "address": "서울특별시 광진구 광나루로 373 (군자동)", + "district": "서울특별시 광진구", + "latitude": 37.5482417291505, + "longitude": 127.07158079852, + "representativePriceAmount": 6000, "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 브레이크타임", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-499-1800 / 영업시간: 매일 10:00 ~ 21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2c7c72bd25c0b980a4e4", + "id": "6a5059a3ac61d3077843", "label": "자장면", - "amount": 5500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "689c3d29289775d30c4f", - "label": "짬뽕", - "amount": 7000, + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2c7c72bd25c0b980a4e4-history", + "id": "6a5059a3ac61d3077843-history", "label": "자장면", - "amount": 5500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "689c3d29289775d30c4f-history", - "label": "짬뽕", - "amount": 7000, + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2997", - "name": "장현돼지국밥", - "businessName": "장현돼지국밥", - "categorySlug": "korean", - "address": "울산광역시 중구 종가로 745 (장현동)", - "district": "울산광역시 중구", - "latitude": 35.5881230965409, - "longitude": 129.343478559476, - "representativePriceAmount": 8000, - "representativePriceLabel": "돼지국밥", + "id": "goodprice-864", + "name": "신동아이발", + "businessName": "신동아이발", + "categorySlug": "barber", + "address": "서울특별시 영등포구 영등포로12길 8 상가지층3호", + "district": "서울특별시 영등포구", + "latitude": 37.5223553689921, + "longitude": 126.887036959713, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-293-0392 / 영업시간: 일~토 09:30~21:30 (매월 첫번째, 세번째 일요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-263-4632 / 영업시간: 월-일(화 휴무) 08:00~19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "10e7b1d0e911f70ad0b2", - "label": "돼지국밥", - "amount": 8000, + "id": "7378bf05e34eb40ad4bf", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "10e7b1d0e911f70ad0b2-history", - "label": "돼지국밥", - "amount": 8000, + "id": "7378bf05e34eb40ad4bf-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10188", - "name": "엉클생고기(보람동)", - "businessName": "엉클생고기(보람동)", + "id": "goodprice-11750", + "name": "김밥하나", + "businessName": "김밥하나", "categorySlug": "korean", - "address": "세종특별자치시 호려울로 29 207호", - "district": "세종특별자치시 호려울로", - "latitude": 36.4779099639115, - "longitude": 127.290238012216, - "representativePriceAmount": 10000, - "representativePriceLabel": "파불고기+공기밥된장찌개(점심특선)", + "address": "충청남도 천안시 동남구 대흥로 340 (신부동)", + "district": "충청남도 천안시", + "latitude": 36.8177959668313, + "longitude": 127.15176650569, + "representativePriceAmount": 3000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 파불고기+공기밥된장찌개(점심특선) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-868-9242", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-556-6247 / 영업시간: 09:30~19:00 정기휴무(매주 일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2104446ec8c807edc2dd", - "label": "파불고기+공기밥된장찌개(점심특선)", - "amount": 10000, + "id": "b3fd014582793ad8a3b3", + "label": "김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "3e2298e5def48b546804", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cd4aac34a2901cc7b548", - "label": "대패삼겹+공기밥된장찌개(점심특선)", - "amount": 10000, + "id": "9bf2c88de259a80a021b", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2104446ec8c807edc2dd-history", - "label": "파불고기+공기밥된장찌개(점심특선)", - "amount": 10000, + "id": "b3fd014582793ad8a3b3-history", + "label": "김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "3e2298e5def48b546804-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cd4aac34a2901cc7b548-history", - "label": "대패삼겹+공기밥된장찌개(점심특선)", - "amount": 10000, + "id": "9bf2c88de259a80a021b-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10193", - "name": "엉클생고기(아름동)", - "businessName": "엉클생고기(아름동)", - "categorySlug": "korean", - "address": "세종특별자치시 보듬3로 100 209, 210호", - "district": "세종특별자치시 보듬3로", - "latitude": 36.5119529197334, - "longitude": 127.248623728597, - "representativePriceAmount": 10000, - "representativePriceLabel": "파불고기+공기밥된장찌개 점십특선", + "id": "goodprice-2112", + "name": "반도미용실", + "businessName": "반도미용실", + "categorySlug": "beauty", + "address": "인천광역시 미추홀구 수봉로27번길 4 (숭의동)", + "district": "인천광역시 미추홀구", + "latitude": 37.4635759177619, + "longitude": 126.656574216114, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 파불고기+공기밥된장찌개 점십특선 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-0267", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-867-9690 / 영업시간: 12:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6daf75385fb1f66fcb9d", - "label": "파불고기+공기밥된장찌개 점십특선", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "6fcabe069347fa57e9ab", - "label": "대패삼겹+공기밥된장찌개 점심특선", - "amount": 10000, + "id": "f31e149482d7f17ed159", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6daf75385fb1f66fcb9d-history", - "label": "파불고기+공기밥된장찌개 점십특선", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "6fcabe069347fa57e9ab-history", - "label": "대패삼겹+공기밥된장찌개 점심특선", - "amount": 10000, + "id": "f31e149482d7f17ed159-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3363", - "name": "당수여성사우나", - "businessName": "당수여성사우나", - "categorySlug": "bath", - "address": "경기도 수원시 권선구 당진로15번길 56 (당수동)", - "district": "경기도 수원시", - "latitude": 37.2920971102154, - "longitude": 126.938984343475, - "representativePriceAmount": 8000, - "representativePriceLabel": "목욕료", + "id": "goodprice-15834", + "name": "옛골", + "businessName": "옛골", + "categorySlug": "korean", + "address": "서울특별시 광진구 자양로26길 10 (구의동) 1층", + "district": "서울특별시 광진구", + "latitude": 37.54175346209209, + "longitude": 127.08460314144905, + "representativePriceAmount": 6000, + "representativePriceLabel": "백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-419-9042 / 영업시간: 06:00~18:00 (화요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 05:30 ~ 15:30 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8af448a46d9a0e6142e2", - "label": "목욕료", - "amount": 8000, + "id": "3814d0f12d154b414f75", + "label": "백반", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8af448a46d9a0e6142e2-history", - "label": "목욕료", - "amount": 8000, + "id": "3814d0f12d154b414f75-history", + "label": "백반", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3428", - "name": "대복식당", - "businessName": "대복식당", - "categorySlug": "korean", - "address": "경기도 수원시 팔달구 매산로84-1 (매산로3가)", - "district": "경기도 수원시", - "latitude": 37.269844360739, - "longitude": 127.010370350622, + "id": "goodprice-865", + "name": "역전이용소", + "businessName": "역전이용소", + "categorySlug": "barber", + "address": "서울특별시 영등포구 여의대방로59길36", + "district": "서울특별시 영등포구", + "latitude": 37.5146709596847, + "longitude": 126.922413712297, "representativePriceAmount": 6000, - "representativePriceLabel": "한식뷔페", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-238-2080 / 영업시간: 11:00~14:30 토요일, 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-843-5172 / 영업시간: 월-토(일 휴무) 07:00~19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "af92146eb190832c13ad", - "label": "한식뷔페", + "id": "0166196b538c39bedb26", + "label": "커트", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "af92146eb190832c13ad-history", - "label": "한식뷔페", + "id": "0166196b538c39bedb26-history", + "label": "커트", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11723", - "name": "뚝배기마을", - "businessName": "뚝배기마을", + "id": "goodprice-5437", + "name": "만나별미", + "businessName": "만나별미", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 중앙로37-3 (중앙로1가)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8814765592669, - "longitude": 127.728258889089, + "address": "전북특별자치도 전주시 완산구 거마평로 122", + "district": "전북특별자치도 전주시", + "latitude": 35.8032647559385, + "longitude": 127.116997533405, "representativePriceAmount": 7000, - "representativePriceLabel": "된장찌개", + "representativePriceLabel": "돈가스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-5455 / 영업시간: 10:00 - 22:00 매월 두번째 화요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-224-9529 / 영업시간: 매일 09:00~20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "95bd5df0eee7d02b94ca", - "label": "된장찌개", + "id": "a59b69b704cc8dbedaf2", + "label": "돈가스", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2f9b89fbdb9232968278", - "label": "두부찌개", - "amount": 7000, + "id": "4d59b3c13492fb8991bf", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "626cf3d2373cd9d98fcf", - "label": "제육덮밥", + "id": "fa87ad1b6972ade86c9e", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "95bd5df0eee7d02b94ca-history", - "label": "된장찌개", + "id": "a59b69b704cc8dbedaf2-history", + "label": "돈가스", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2f9b89fbdb9232968278-history", - "label": "두부찌개", - "amount": 7000, + "id": "4d59b3c13492fb8991bf-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "626cf3d2373cd9d98fcf-history", - "label": "제육덮밥", + "id": "fa87ad1b6972ade86c9e-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4381", - "name": "롯데자율식당", - "businessName": "롯데자율식당", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 공지로 387 지하층(약사동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8716410438521, - "longitude": 127.723885862381, - "representativePriceAmount": 8000, - "representativePriceLabel": "한식뷔페", + "id": "goodprice-2812", + "name": "렛미인머리하는날", + "businessName": "렛미인머리하는날", + "categorySlug": "beauty", + "address": "대전광역시 중구 보문로20번길 34 1층(문창동)", + "district": "대전광역시 중구", + "latitude": 36.316024140332, + "longitude": 127.43799680735, + "representativePriceAmount": 5000, + "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 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 매일 09:00~18:00 정기휴무(일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a6437fe4621de3be5c08", - "label": "한식뷔페", - "amount": 8000, + "id": "d100afbd8bf657fa46bc", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a6437fe4621de3be5c08-history", - "label": "한식뷔페", - "amount": 8000, + "id": "d100afbd8bf657fa46bc-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4356", - "name": "만리향", - "businessName": "만리향", - "categorySlug": "chinese", - "address": "강원특별자치도 춘천시 명동길29번길 4-5 (죽림동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8779879948066, - "longitude": 127.725893087544, - "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "id": "goodprice-18924", + "name": "옛날집", + "businessName": "옛날집", + "categorySlug": "korean", + "address": "서울특별시 광진구 면목로17길 40 (중곡동) 1층", + "district": "서울특별시 광진구", + "latitude": 37.57084535428605, + "longitude": 127.08107480965234, + "representativePriceAmount": 7500, + "representativePriceLabel": "보리비빔밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-251-2227 / 영업시간: 10:00 - 21:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "옛날 백반 보리밥", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-8714-5606 / 영업시간: 월~토 11:00~19: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, + "id": "b0493c23f0f93ff82fb3", + "label": "보리비빔밥", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "b0493c23f0f93ff82fb3-history", + "label": "보리비빔밥", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16642", - "name": "머릿결사랑", - "businessName": "머릿결사랑", + "id": "goodprice-13261", + "name": "영희미용실", + "businessName": "영희미용실", "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 칠전서길 15-2 (칠전동, 칠전대우2차아파트)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8403768426874, - "longitude": 127.71243175796782, - "representativePriceAmount": 10000, + "address": "서울특별시 영등포구 가마산로71길 11 (신길동) 1층", + "district": "서울특별시 영등포구", + "latitude": 37.50704655133847, + "longitude": 126.90935260818654, + "representativePriceAmount": 6000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-8940", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6b29b4816f2de47b43e0", + "id": "03f4269ff8d61ab4e451", "label": "커트", - "amount": 10000, + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6b29b4816f2de47b43e0-history", + "id": "03f4269ff8d61ab4e451-history", "label": "커트", - "amount": 10000, + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16981", - "name": "남문갤러리카페", - "businessName": "남문갤러리카페", - "categorySlug": "other-food", - "address": "충청북도 청주시 상당구 무심동로336번길 105 (남문로2가) (남문로2가)", - "district": "충청북도 청주시", - "latitude": 36.63162469216909, - "longitude": 127.4888655463895, - "representativePriceAmount": 3000, - "representativePriceLabel": "아메리카노", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1437-8606 / 영업시간: 10:30~18:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지머리국밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "330cee2d9761628b1916", - "label": "아메리카노", - "amount": 3000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3f65828b1ecf0a5beff7", - "label": "쌍화차", - "amount": 5000, + "id": "a3b8c5a76add204a24b9", + "label": "돼지머리국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6cf90869cb219a53e153", - "label": "대추차", - "amount": 4000, + "id": "1f8e963b2529babbd023", + "label": "돼지내장국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "330cee2d9761628b1916-history", - "label": "아메리카노", - "amount": 3000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3f65828b1ecf0a5beff7-history", - "label": "쌍화차", - "amount": 5000, + "id": "a3b8c5a76add204a24b9-history", + "label": "돼지머리국밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "1f8e963b2529babbd023-history", + "label": "돼지내장국밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4938", - "name": "늑대골", - "businessName": "늑대골", - "categorySlug": "korean", - "address": "충청남도 천안시 동남구 풍세로696 (구룡동)", - "district": "충청남도 천안시", - "latitude": 36.7722721143035, - "longitude": 127.13808266914, - "representativePriceAmount": 8000, - "representativePriceLabel": "백반", + "id": "goodprice-11088", + "name": "모델헤어숍", + "businessName": "모델헤어숍", + "categorySlug": "beauty", + "address": "대전광역시 중구 대종로 237 (석교동)", + "district": "대전광역시 중구", + "latitude": 36.3096964297254, + "longitude": 127.441303445149, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트(학생)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-573-5122 / 영업시간: 06:00~21:00 (1월 1일, 명절 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(학생) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-285-2107", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3fa9349df27c5538579e", - "label": "백반", - "amount": 8000, + "id": "94ffd04382c4e9d11ffa", + "label": "커트(학생)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "50cff938a52d2265ce57", - "label": "김치찌개", - "amount": 9000, + "id": "d09644335a0d3362511c", + "label": "커트(성인)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3fa9349df27c5538579e-history", - "label": "백반", - "amount": 8000, + "id": "94ffd04382c4e9d11ffa-history", + "label": "커트(학생)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "50cff938a52d2265ce57-history", - "label": "김치찌개", - "amount": 9000, + "id": "d09644335a0d3362511c-history", + "label": "커트(성인)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19291", - "name": "단대로", - "businessName": "단대로", + "id": "goodprice-297", + "name": "위락", + "businessName": "위락", "categorySlug": "korean", - "address": "충청남도 천안시 동남구 단대로 110 (신부동) 가동 1층", - "district": "충청남도 천안시", - "latitude": 36.83081336695418, - "longitude": 127.16257265306993, - "representativePriceAmount": 7000, - "representativePriceLabel": "삼겹살 200g", + "address": "서울특별시 광진구 능동로16길 50 1층 (화양동)", + "district": "서울특별시 광진구", + "latitude": 37.5450828437467, + "longitude": 127.075883427175, + "representativePriceAmount": 6000, + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 200g 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-562-7767", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 매일 10:00 ~ 20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d2e578f8459eab215329", - "label": "삼겹살 200g", - "amount": 7000, + "id": "b842398f044d9d5cdaea", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a23ac1036c2170b864f0", - "label": "육회비빔밥", - "amount": 8500, + "id": "a3b819d902a6574712ae", + "label": "비빔밥", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d2e578f8459eab215329-history", - "label": "삼겹살 200g", - "amount": 7000, + "id": "b842398f044d9d5cdaea-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a23ac1036c2170b864f0-history", - "label": "육회비빔밥", - "amount": 8500, + "id": "a3b819d902a6574712ae-history", + "label": "비빔밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18728", - "name": "달식당", - "businessName": "달식당", - "categorySlug": "korean", - "address": "충청남도 천안시 동남구 대흥로 215 (대흥동) 달식당", - "district": "충청남도 천안시", - "latitude": 36.80733781767005, - "longitude": 127.14715925093927, - "representativePriceAmount": 8000, - "representativePriceLabel": "냉모밀", + "id": "goodprice-868", + "name": "헤어짱", + "businessName": "헤어짱", + "categorySlug": "beauty", + "address": "서울특별시 영등포구 당산로26길 1", + "district": "서울특별시 영등포구", + "latitude": 37.5246081114202, + "longitude": 126.896745603785, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉모밀 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-557-2266", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-263-0248 / 영업시간: 월-토(일 휴무) 09:00~21:00 주말, 공휴일 09:00~18:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9f90dccd12569b91cb8e", - "label": "냉모밀", - "amount": 8000, + "id": "6e9f9a6aaad3e95368ad", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9f90dccd12569b91cb8e-history", - "label": "냉모밀", - "amount": 8000, + "id": "6e9f9a6aaad3e95368ad-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5440", - "name": "섬진강백반", - "businessName": "섬진강백반", + "id": "goodprice-6386", + "name": "고을마당", + "businessName": "고을마당", "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 꽃밭정로 13", - "district": "전북특별자치도 전주시", - "latitude": 35.7967253851275, - "longitude": 127.134316971962, + "address": "경상북도 포항시 남구 대이로9번길 22 고을마당", + "district": "경상북도 포항시", + "latitude": 36.015803950231, + "longitude": 129.341696748169, "representativePriceAmount": 7000, - "representativePriceLabel": "김치찌개", + "representativePriceLabel": "해물칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-226-6809", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 평일 09시~13시 매주 토요일, 일요일 휴무 공휴일 휴무", "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": "된장찌개", + "id": "0663eed122250f594a03", + "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" + "reportedAt": "2026-04-05" } ], "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": "된장찌개", + "id": "0663eed122250f594a03-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5426", - "name": "세은이네집", - "businessName": "세은이네집", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 풍남문2길 42-3 1층", - "district": "전북특별자치도 전주시", - "latitude": 35.8135584755908, - "longitude": 127.146849696525, + "id": "goodprice-4352", + "name": "현주헤어숍", + "businessName": "현주헤어숍", + "categorySlug": "beauty", + "address": "강원특별자치도 춘천시 효석로89번길 19 (석사동)", + "district": "강원특별자치도 춘천시", + "latitude": 37.8603183053788, + "longitude": 127.740632830673, "representativePriceAmount": 7000, - "representativePriceLabel": "국수", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-283-3376 / 영업시간: 월~토 11:30-21:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-262-5535", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ccb43b04b280416299e1", - "label": "국수", + "id": "21b8add8c75d38ee0fdd", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d76b59514e3afa9bbe1a", - "label": "보리비빔밥(계절 5월~)", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ccb43b04b280416299e1-history", - "label": "국수", + "id": "21b8add8c75d38ee0fdd-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d76b59514e3afa9bbe1a-history", - "label": "보리비빔밥(계절 5월~)", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5415", - "name": "수제왕돈까스(경원점)", - "businessName": "수제왕돈까스(경원점)", - "categorySlug": "western", - "address": "전북특별자치도 전주시 완산구 충경로 84", - "district": "전북특별자치도 전주시", - "latitude": 35.8187713842813, - "longitude": 127.148157077333, - "representativePriceAmount": 7500, - "representativePriceLabel": "기본돈가스", + "id": "goodprice-278", + "name": "이삭홍두깨칼국수", + "businessName": "이삭홍두깨칼국수", + "categorySlug": "korean", + "address": "서울특별시 광진구 동일로72길 51 (중곡동)", + "district": "서울특별시 광진구", + "latitude": 37.5653450430501, + "longitude": 127.080468294062, + "representativePriceAmount": 4500, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 기본돈가스 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-282-8855", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-464-8457 / 영업시간: 월~토 10:45 ~ 20:00 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0e4bec155b3ae1f6125d", - "label": "기본돈가스", - "amount": 7500, + "id": "2032cbddcef1f845dab0", + "label": "칼국수", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0351515dcdbb5aec0b3f", - "label": "왕돈가스", - "amount": 9000, + "id": "3ac1daa4a9333f5c219c", + "label": "냉면", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0e4bec155b3ae1f6125d-history", - "label": "기본돈가스", - "amount": 7500, + "id": "2032cbddcef1f845dab0-history", + "label": "칼국수", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0351515dcdbb5aec0b3f-history", - "label": "왕돈가스", - "amount": 9000, + "id": "3ac1daa4a9333f5c219c-history", + "label": "냉면", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5442", - "name": "신뱅이", - "businessName": "신뱅이", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 경기전길 153-9", - "district": "전북특별자치도 전주시", - "latitude": 35.8126362604144, - "longitude": 127.151819419275, - "representativePriceAmount": 8000, - "representativePriceLabel": "야채비빔밥", + "id": "goodprice-527", + "name": "경일크리닝", + "businessName": "경일크리닝", + "categorySlug": "laundry", + "address": "서울특별시 동작구 사당로28길 6", + "district": "서울특별시 동작구", + "latitude": 37.4841740773502, + "longitude": 126.979550473951, + "representativePriceAmount": 7000, + "representativePriceLabel": "세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 야채비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-282-3030", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-583-5205 / 영업시간: 매일 17:00 ~ 02:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d5e3cea80692f71b5659", - "label": "야채비빔밥", - "amount": 8000, + "id": "5a654037af4ee43056af", + "label": "세탁료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4046713fac44337dc9ce", - "label": "알비빔밥", - "amount": 10000, + "id": "973ef7481059ef5e7880", + "label": "수선료", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d5e3cea80692f71b5659-history", - "label": "야채비빔밥", - "amount": 8000, + "id": "5a654037af4ee43056af-history", + "label": "세탁료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4046713fac44337dc9ce-history", - "label": "알비빔밥", - "amount": 10000, + "id": "973ef7481059ef5e7880-history", + "label": "수선료", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11789", - "name": "시골집 순두부(연산)", - "businessName": "시골집 순두부(연산)", + "id": "goodprice-15758", + "name": "국수한상", + "businessName": "국수한상", "categorySlug": "korean", - "address": "전라남도 목포시 연산로 140 (연산동)", - "district": "전라남도 목포시", - "latitude": 34.8096541758217, - "longitude": 126.3815570128, - "representativePriceAmount": 9000, - "representativePriceLabel": "순두부", + "address": "제주특별자치도 제주시 남광로 7 (이도이동) 국수한상", + "district": "제주특별자치도 제주시", + "latitude": 33.492506273154056, + "longitude": 126.53696512732265, + "representativePriceAmount": 7000, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-274-9999", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-751-5808", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "726bacfc6565241140e2", - "label": "순두부", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "fc28168b420dd0a54046", - "label": "청국장", - "amount": 9000, + "id": "f36185cc427f2c0bf707", + "label": "멸치국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3871c191d22cdf864f7a", - "label": "청국장백반", - "amount": 9000, + "id": "d8e12b4226badadf42d6", + "label": "비빔국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "726bacfc6565241140e2-history", - "label": "순두부", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "fc28168b420dd0a54046-history", - "label": "청국장", - "amount": 9000, + "id": "f36185cc427f2c0bf707-history", + "label": "멸치국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3871c191d22cdf864f7a-history", - "label": "청국장백반", - "amount": 9000, + "id": "d8e12b4226badadf42d6-history", + "label": "비빔국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15155", - "name": "어락", - "businessName": "어락", - "categorySlug": "korean", - "address": "전라남도 목포시 평화로 45 (상동) 어락", - "district": "전라남도 목포시", - "latitude": 34.795442625350994, - "longitude": 126.43019587300199, - "representativePriceAmount": 10000, - "representativePriceLabel": "장어탕", + "id": "goodprice-6335", + "name": "백남희미용실", + "businessName": "백남희미용실", + "categorySlug": "beauty", + "address": "경상북도 포항시 남구 운하로48번길 12", + "district": "경상북도 포항시", + "latitude": 36.0289243123745, + "longitude": 129.376310010313, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장어탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-287-8789", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-283-2407 / 영업시간: 09시~19시 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1e8db80c38807ee3800c", - "label": "장어탕", - "amount": 10000, + "id": "1b9c9de9b87cd3792281", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1e8db80c38807ee3800c-history", - "label": "장어탕", - "amount": 10000, + "id": "1b9c9de9b87cd3792281-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11788", - "name": "연산순대국밥", - "businessName": "연산순대국밥", - "categorySlug": "korean", - "address": "전라남도 목포시 후광대로 105번안길 21 (옥암동)", - "district": "전라남도 목포시", - "latitude": 34.8114935235184, - "longitude": 126.44243592283, - "representativePriceAmount": 9000, - "representativePriceLabel": "순대국밥", + "id": "goodprice-11209", + "name": "자양다방", + "businessName": "자양다방", + "categorySlug": "other-food", + "address": "서울특별시 광진구 자양로15길 100 1층", + "district": "서울특별시 광진구", + "latitude": 37.5347343376592, + "longitude": 127.078204571221, + "representativePriceAmount": 2000, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-285-4012", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ca1a9f75ccecd4db66be", - "label": "순대국밥", - "amount": 9000, + "id": "2e7c3f8aad8b7fdd1bf7", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7b9ae25cbddb5662ad54", - "label": "순대한접시", - "amount": 9000, + "id": "17af90d7aa79d0508bca", + "label": "국산차", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ca1a9f75ccecd4db66be-history", - "label": "순대국밥", - "amount": 9000, + "id": "2e7c3f8aad8b7fdd1bf7-history", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7b9ae25cbddb5662ad54-history", - "label": "순대한접시", - "amount": 9000, + "id": "17af90d7aa79d0508bca-history", + "label": "국산차", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10499", - "name": "영빈미용실", - "businessName": "영빈미용실", - "categorySlug": "beauty", - "address": "전라남도 목포시 삼학로343번길 6 (용해동)", - "district": "전라남도 목포시", - "latitude": 34.8018144738611, - "longitude": 126.408611997702, + "id": "goodprice-528", + "name": "그린사", + "businessName": "그린사", + "categorySlug": "laundry", + "address": "서울특별시 동작구 사당로14길 63 (사당동)", + "district": "서울특별시 동작구", + "latitude": 37.4815500177429, + "longitude": 126.970376336604, "representativePriceAmount": 7000, - "representativePriceLabel": "커트(기본)", + "representativePriceLabel": "양복세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(기본) 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-347-6974 / 영업시간: 10:00 ~ 21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ad41c9c68ad35724628c", - "label": "커트(기본)", + "id": "8e4cd3dbb37aa6e5916f", + "label": "양복세탁료", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ad41c9c68ad35724628c-history", - "label": "커트(기본)", + "id": "8e4cd3dbb37aa6e5916f-history", + "label": "양복세탁료", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6430", - "name": "권헤어", - "businessName": "권헤어", - "categorySlug": "beauty", - "address": "경상북도 포항시 북구 죽도시장5길 4-6 권헤어", - "district": "경상북도 포항시", - "latitude": 36.0353351270253, - "longitude": 129.366985164135, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트(여성)", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(여성) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 8시~18시 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 감귤쉰다리에이드 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "d7e8dcdcf8b3a7218a35", - "label": "커트(여성)", - "amount": 10000, + "id": "4a3fd0f6cb56822b8ed6", + "label": "감귤쉰다리에이드", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1dbcc5c03b7016c67c79", - "label": "여성 커트", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "d7e8dcdcf8b3a7218a35-history", - "label": "커트(여성)", - "amount": 10000, + "id": "b465b697026b652c62d1", + "label": "쉰다리빙수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1dbcc5c03b7016c67c79-history", - "label": "여성 커트", - "amount": 10000, + "id": "872ca46652fa94011308", + "label": "쉰다리", + "amount": 4500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "f7656c9eead850126549", - "label": "여자커트", - "amount": 10000, + "id": "628921140fff40fd236a", + "label": "쉰다리빵", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9d97b59dc651ec69ae40", - "label": "남자커트", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "f7656c9eead850126549-history", - "label": "여자커트", - "amount": 10000, + "id": "0bf5847e3dbf53051c7e", + "label": "댕유지에이드", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9d97b59dc651ec69ae40-history", - "label": "남자커트", - "amount": 10000, + "id": "536d8efd3e651cb0ccfb", + "label": "아메리카노", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "652881ed5452415dbb40", - "label": "손칼국수", - "amount": 3000, + "id": "4a3fd0f6cb56822b8ed6-history", + "label": "감귤쉰다리에이드", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "36d4910fce62ffc16639", - "label": "손수제비", - "amount": 6000, + "id": "b465b697026b652c62d1-history", + "label": "쉰다리빙수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fc824afc2610083c3075", - "label": "수제비칼국수", - "amount": 6000, + "id": "872ca46652fa94011308-history", + "label": "쉰다리", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "652881ed5452415dbb40-history", - "label": "손칼국수", - "amount": 3000, + "id": "628921140fff40fd236a-history", + "label": "쉰다리빵", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "36d4910fce62ffc16639-history", - "label": "손수제비", - "amount": 6000, + "id": "0bf5847e3dbf53051c7e-history", + "label": "댕유지에이드", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fc824afc2610083c3075-history", - "label": "수제비칼국수", - "amount": 6000, + "id": "536d8efd3e651cb0ccfb-history", + "label": "아메리카노", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15982", - "name": "다정다맛", - "businessName": "다정다맛", - "categorySlug": "korean", - "address": "경상남도 창원시 의창구 퇴촌로25번길 6-31 (사림동) 다정다맛", - "district": "경상남도 창원시", - "latitude": 35.24267515982134, - "longitude": 128.68959344279395, + "id": "goodprice-17731", + "name": "문화자이남성커트", + "businessName": "문화자이남성커트", + "categorySlug": "barber", + "address": "대전광역시 중구 산성로138번길 76 (문화동) 1층", + "district": "대전광역시 중구", + "latitude": 36.30978146594478, + "longitude": 127.40494291806534, "representativePriceAmount": 7000, - "representativePriceLabel": "김치찌개", + "representativePriceLabel": "이용료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-284-6114", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이용료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-582-0164", "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": "순두부찌개", + "id": "72a1274bf5797c6cebfd", + "label": "이용료", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "a4c03bc456bb73fbbda2", - "label": "돼지찌개", - "amount": 7500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "순두부찌개", + "id": "72a1274bf5797c6cebfd-history", + "label": "이용료", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "a4c03bc456bb73fbbda2-history", - "label": "돼지찌개", - "amount": 7500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6834", - "name": "대도식당", - "businessName": "대도식당", + "id": "goodprice-289", + "name": "종로한정식", + "businessName": "종로한정식", "categorySlug": "korean", - "address": "경상남도 창원시 진해구 중원로 67-14 (평안동)", - "district": "경상남도 창원시", - "latitude": 35.1504050990581, - "longitude": 128.659012145261, - "representativePriceAmount": 9000, - "representativePriceLabel": "추어탕", + "address": "서울특별시 광진구 아차산로 324", + "district": "서울특별시 광진구", + "latitude": 37.5374179594352, + "longitude": 127.078758734579, + "representativePriceAmount": 7000, + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-546-3458", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-457-2411 / 영업시간: 월~토 11:00 ~ 20:00 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "33d26ac2f77bb05c8849", - "label": "추어탕", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5922e146b7eb33fa6d38", + "id": "f316e42784b748b04e0c", "label": "된장찌개", - "amount": 8000, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0566341d1a3a705cfa80", + "id": "bc7da2d4b8ff9721ebca", "label": "김치찌개", - "amount": 8000, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "33d26ac2f77bb05c8849-history", - "label": "추어탕", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5922e146b7eb33fa6d38-history", + "id": "f316e42784b748b04e0c-history", "label": "된장찌개", - "amount": 8000, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0566341d1a3a705cfa80-history", + "id": "bc7da2d4b8ff9721ebca-history", "label": "김치찌개", - "amount": 8000, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17127", - "name": "대림식당", - "businessName": "대림식당", - "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 회원동24길 36 (회원동) 대림식당", - "district": "경상남도 창원시", - "latitude": 35.21968201084791, - "longitude": 128.57667591118778, - "representativePriceAmount": 8000, - "representativePriceLabel": "삼겹살", + "id": "goodprice-13838", + "name": "대림농협(이용원)", + "businessName": "대림농협(이용원)", + "categorySlug": "barber", + "address": "서울특별시 동작구 신대방길 64 (신대방동) 1층", + "district": "서울특별시 동작구", + "latitude": 37.488619159777016, + "longitude": 126.90987523625454, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-223-2407", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-846-8847", "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, + "id": "8acfa00073b6060b5056", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "8acfa00073b6060b5056-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14394", - "name": "대복갈비", - "businessName": "대복갈비", - "categorySlug": "korean", - "address": "경남 창원시 마산회원구 3.15성역로 131 대복갈비(구암동)", - "district": "경남 창원시", - "latitude": 35.2520164772151, - "longitude": 128.593762598517, - "representativePriceAmount": 7000, - "representativePriceLabel": "물냉면", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1351-3061", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "420950f063159f2a6827", - "label": "물냉면", + "id": "3255eb85ffb83365cdf6", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5f1f828c55e5cb838837", + "label": "짬뽕", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4122038c540974b7c625", + "label": "고기짬뽕", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2af70ac89fa6bb94466a", - "label": "비빔냉면", - "amount": 8000, + "id": "a479919e533e019ac74d", + "label": "짜장밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2191567b3cd214345b6b", - "label": "김치(된장)찌개", - "amount": 8000, + "id": "035f3bb1b783447e5c4f", + "label": "짬뽕밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "420950f063159f2a6827-history", - "label": "물냉면", + "id": "3255eb85ffb83365cdf6-history", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5f1f828c55e5cb838837-history", + "label": "짬뽕", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4122038c540974b7c625-history", + "label": "고기짬뽕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2af70ac89fa6bb94466a-history", - "label": "비빔냉면", - "amount": 8000, + "id": "a479919e533e019ac74d-history", + "label": "짜장밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2191567b3cd214345b6b-history", - "label": "김치(된장)찌개", - "amount": 8000, + "id": "035f3bb1b783447e5c4f-history", + "label": "짬뽕밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17558", - "name": "완판생국수", - "businessName": "완판생국수", - "categorySlug": "korean", - "address": "서울특별시 종로구 종로 258 (종로6가) 1층", - "district": "서울특별시 종로구", - "latitude": 37.5706572089172, - "longitude": 127.00647971676864, - "representativePriceAmount": 5500, - "representativePriceLabel": "멸치국수", + "id": "goodprice-4976", + "name": "컷팅클럽", + "businessName": "컷팅클럽", + "categorySlug": "beauty", + "address": "충청남도 천안시 서북구 쌍용16길 38-1 (쌍용동)", + "district": "충청남도 천안시", + "latitude": 36.7973479919996, + "longitude": 127.121368075414, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트(남성)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2272-0066", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남성) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-577-6804 / 영업시간: 10:00~18:00 정기휴무(매주 목요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "eb2e7363c89139327d93", - "label": "멸치국수", - "amount": 5500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "883e38c7ef88f2392f15", - "label": "콩국수", - "amount": 8000, + "id": "509bb22c8e3fe584c4aa", + "label": "커트(남성)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "eb2e7363c89139327d93-history", - "label": "멸치국수", - "amount": 5500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "883e38c7ef88f2392f15-history", - "label": "콩국수", - "amount": 8000, + "id": "509bb22c8e3fe584c4aa-history", + "label": "커트(남성)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-944", - "name": "왕관커피숍", - "businessName": "왕관커피숍", - "categorySlug": "other-food", - "address": "서울특별시 종로구 종로 222 (종로5가)", - "district": "서울특별시 종로구", - "latitude": 37.570760396587, - "longitude": 127.002357657235, - "representativePriceAmount": 2000, - "representativePriceLabel": "커피", + "id": "goodprice-276", + "name": "중국관", + "businessName": "중국관", + "categorySlug": "chinese", + "address": "서울특별시 광진구 긴고랑로 39 (중곡동)", + "district": "서울특별시 광진구", + "latitude": 37.5630759218576, + "longitude": 127.080677509112, + "representativePriceAmount": 4000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2266-8365 / 영업시간: 09:00~18:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-497-5276 / 영업시간: 매일 10:00 ~ 20:30 첫째, 셋째 일요일 휴무", "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": "오미자", + "id": "51e6ef38497ac3e641b8", + "label": "짜장면", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5ad15331f58b4136fcd8", - "label": "율무차", - "amount": 3000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d1e4f48f43afac440ec4", - "label": "칡차", - "amount": 3500, + "id": "12731d1d17da4e9dc567", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "오미자", + "id": "51e6ef38497ac3e641b8-history", + "label": "짜장면", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5ad15331f58b4136fcd8-history", - "label": "율무차", - "amount": 3000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d1e4f48f43afac440ec4-history", - "label": "칡차", - "amount": 3500, + "id": "12731d1d17da4e9dc567-history", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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) 포장", + "id": "goodprice-13836", + "name": "더샾 명품세탁", + "businessName": "더샾 명품세탁", + "categorySlug": "laundry", + "address": "서울특별시 동작구 장승배기로4길 9 (상도동, 상도 더샵아파트) 비동 101호", + "district": "서울특별시 동작구", + "latitude": 37.501454508079284, + "longitude": 126.94243400189347, + "representativePriceAmount": 4000, + "representativePriceLabel": "바지", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(16oz) 포장 1,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2268-1007", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 바지 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-822-3460", "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, + "id": "37af6ae420390dcf8cde", + "label": "바지", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2c591da9d2aa85636432-history", - "label": "아메리카노(16oz) 포장", - "amount": 1500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "7b6b4b24806a785a4c65-history", - "label": "아메리카노(1L) 포장", - "amount": 2500, + "id": "37af6ae420390dcf8cde-history", + "label": "바지", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17052", - "name": "오야꼬", - "businessName": "오야꼬", - "categorySlug": "japanese", - "address": "부산광역시 중구 중구로 68 (대청동4가) 1층", + "id": "goodprice-1653", + "name": "뚱보식당", + "businessName": "뚱보식당", + "categorySlug": "korean", + "address": "부산광역시 중구 중앙대로 29번길 2-11 (중앙동)", "district": "부산광역시 중구", - "latitude": 35.10349395265852, - "longitude": 129.02867590895872, - "representativePriceAmount": 9000, - "representativePriceLabel": "모밀셋트", + "latitude": 35.1006950852985, + "longitude": 129.036117527715, + "representativePriceAmount": 4000, + "representativePriceLabel": "콩나물밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 모밀셋트 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-462-8989", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물밥 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-246-7466 / 영업시간: 매일 11:30-22:50, 넷쨰 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0d6c71d1226f4f504c9e", - "label": "모밀셋트", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "eb893cc8f310600b51a6", - "label": "우동셋트", - "amount": 9000, + "id": "2ce775b1d0eb92eaaa69", + "label": "콩나물밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0d6c71d1226f4f504c9e-history", - "label": "모밀셋트", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "eb893cc8f310600b51a6-history", - "label": "우동셋트", - "amount": 9000, + "id": "2ce775b1d0eb92eaaa69-history", + "label": "콩나물밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1635", - "name": "용두산이용원", - "businessName": "용두산이용원", - "categorySlug": "barber", - "address": "부산광역시 중구 남포길 43 (남포동2가)", - "district": "부산광역시 중구", - "latitude": 35.0981609773096, - "longitude": 129.033460927363, + "id": "goodprice-14086", + "name": "유센스미용실", + "businessName": "유센스미용실", + "categorySlug": "beauty", + "address": "경상남도 창원시 의창구 도계로 135 (명서동, 두산위브아파트) 103호(명서동, 두산위브주상가)", + "district": "경상남도 창원시", + "latitude": 35.253644932818126, + "longitude": 128.64271487786263, "representativePriceAmount": 5000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-7007 / 영업시간: 7:00-17:00, 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-237-3177 / 영업시간: 수 08:00 - 21:00 목 08:00 - 21:00 금 08:00 - 21:00 토 08:00 - 21:00 일 정기휴무 (매주 일요일) 월 08:00 - 21:00 화 08:00 - 21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "38b005a03ec17376a075", + "id": "a824ba4a7317d3cd1165", "label": "커트", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f40aee7a4dee63c9e433", + "id": "4082dbf6cbe3c6ca7e7d", "label": "염색", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "38b005a03ec17376a075-history", + "id": "a824ba4a7317d3cd1165-history", "label": "커트", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f40aee7a4dee63c9e433-history", + "id": "4082dbf6cbe3c6ca7e7d-history", "label": "염색", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1658", - "name": "일미기사식당", - "businessName": "일미기사식당", - "categorySlug": "korean", - "address": "부산광역시 중구 흑교로 16-1 (부평동)", - "district": "부산광역시 중구", - "latitude": 35.1008721419571, - "longitude": 129.02530342269, - "representativePriceAmount": 4500, - "representativePriceLabel": "시락국밥", + "id": "goodprice-15554", + "name": "차우동짜장", + "businessName": "차우동짜장", + "categorySlug": "chinese", + "address": "서울특별시 광진구 뚝섬로 472 (자양동) 1층", + "district": "서울특별시 광진구", + "latitude": 37.536638685830155, + "longitude": 127.06282565119446, + "representativePriceAmount": 5000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 시락국밥 4,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-253-4440 / 영업시간: 24시간 매주 월요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-466-2006 / 영업시간: 월~토 17:00 - 04:00 일 정기휴무 (매주 일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bb43475fb649859bbcf0", - "label": "시락국밥", - "amount": 4500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "1df15c9b9f1f257c038c", - "label": "선지국밥", + "id": "92e6cd58d66f0f07ca36", + "label": "짜장면", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "2c1984aeab4d63b75fb8", - "label": "우동", - "amount": 3500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bb43475fb649859bbcf0-history", - "label": "시락국밥", - "amount": 4500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "1df15c9b9f1f257c038c-history", - "label": "선지국밥", + "id": "92e6cd58d66f0f07ca36-history", + "label": "짜장면", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "2c1984aeab4d63b75fb8-history", - "label": "우동", - "amount": 3500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14157", - "name": "재성밀면", - "businessName": "재성밀면", - "categorySlug": "korean", - "address": "부산광역시 중구 중앙대로41번길 14-1 (동광동3가) 1층", - "district": "부산광역시 중구", - "latitude": 35.1011509548915, - "longitude": 129.03476576507273, + "id": "goodprice-531", + "name": "모아세탁소", + "businessName": "모아세탁소", + "categorySlug": "laundry", + "address": "서울특별시 동작구 사당로26길 106 1층(사당동)", + "district": "서울특별시 동작구", + "latitude": 37.4790406394403, + "longitude": 126.977885058437, "representativePriceAmount": 7500, - "representativePriceLabel": "물밀면", + "representativePriceLabel": "양복세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-3836 / 영업시간: 10:00~16:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁료 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-585-0245 / 영업시간: 매주 월요일 휴무 화 06:00 ~ 17:00 수 06:00 ~ 17:00 목 06:00 ~ 17:00 금 06:00 ~ 17:00 토 06:00 ~ 17:00 일 06:00 ~ 17:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "adfb245e85615664bd7d", - "label": "물밀면", + "id": "498fc2d0cef102c18063", + "label": "양복세탁료", "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b317446981832cb962cf", - "label": "비빔밀면", - "amount": 7500, + "id": "2d21340974859a1e95a7", + "label": "수선료", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "adfb245e85615664bd7d-history", - "label": "물밀면", + "id": "498fc2d0cef102c18063-history", + "label": "양복세탁료", "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b317446981832cb962cf-history", - "label": "비빔밀면", - "amount": 7500, + "id": "2d21340974859a1e95a7-history", + "label": "수선료", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2013", - "name": "장성루", - "businessName": "장성루", - "categorySlug": "chinese", - "address": "대구광역시 중구 국채보상로139길 10 (동인동4가) 장성루", + "id": "goodprice-14627", + "name": "밥맛나는집", + "businessName": "밥맛나는집", + "categorySlug": "korean", + "address": "대구광역시 중구 경상감영길 37 (서문로1가) 밥맛나는집", "district": "대구광역시 중구", - "latitude": 35.86951806204098, - "longitude": 128.606526645754, - "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "latitude": 35.87145492938626, + "longitude": 128.58946800122544, + "representativePriceAmount": 7000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-428-0121", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b52e031e6fa4c0bb03fe", - "label": "짜장면", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "8f5b635a5a80379ad958", - "label": "짬뽕", - "amount": 6500, + "id": "e61d5d3ed66dd90dbcc6", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2ad0a04fecdcf9581065", - "label": "볶음밥", + "id": "f554a0c23b7a1d9637bd", + "label": "순두부 찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b52e031e6fa4c0bb03fe-history", - "label": "짜장면", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "8f5b635a5a80379ad958-history", - "label": "짬뽕", - "amount": 6500, + "id": "e61d5d3ed66dd90dbcc6-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2ad0a04fecdcf9581065-history", - "label": "볶음밥", + "id": "f554a0c23b7a1d9637bd-history", + "label": "순두부 찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2025", - "name": "장셰프한식전통중화요리", - "businessName": "장셰프한식전통중화요리", - "categorySlug": "chinese", - "address": "대구광역시 중구 경상감영길 117-7 (향촌동)", - "district": "대구광역시 중구", - "latitude": 35.872626221362, - "longitude": 128.593626482761, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "id": "goodprice-6799", + "name": "유크리닝", + "businessName": "유크리닝", + "categorySlug": "laundry", + "address": "경상남도 창원시 성산구 신사로 69 (신월동)", + "district": "경상남도 창원시", + "latitude": 35.223978308413, + "longitude": 128.692559978375, + "representativePriceAmount": 2000, + "representativePriceLabel": "와이셔츠", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-214-0706 / 영업시간: 10:00~20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 와이셔츠 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-275-5630 / 영업시간: 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, + "id": "6ac70fde7f9353fad7ab", + "label": "와이셔츠", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d34617fc60371d13f54b", - "label": "누룽지 짜장면", - "amount": 8000, + "id": "1491bbba2e5671b00371", + "label": "정장하의", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b38364fc4ca0e5527bfb", - "label": "누룽지 짬뽕", - "amount": 9000, + "id": "c625f50cac5841d0779b", + "label": "정장상의", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "6ac70fde7f9353fad7ab-history", + "label": "와이셔츠", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d34617fc60371d13f54b-history", - "label": "누룽지 짜장면", - "amount": 8000, + "id": "1491bbba2e5671b00371-history", + "label": "정장하의", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b38364fc4ca0e5527bfb-history", - "label": "누룽지 짬뽕", - "amount": 9000, + "id": "c625f50cac5841d0779b-history", + "label": "정장상의", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10078", - "name": "제일분식", - "businessName": "제일분식", + "id": "goodprice-290", + "name": "채움", + "businessName": "채움", "categorySlug": "korean", - "address": "대구광역시 중구 남산로2길 26 (남산동)", - "district": "대구광역시 중구", - "latitude": 35.8569075638758, - "longitude": 128.584273183178, - "representativePriceAmount": 1500, - "representativePriceLabel": "떡볶이", + "address": "서울특별시 광진구 군자로 104-1", + "district": "서울특별시 광진구", + "latitude": 37.5523503895716, + "longitude": 127.071699141373, + "representativePriceAmount": 7000, + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 1,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-256-6630", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-462-8859 / 영업시간: 월~토 11:00 ~ 20:00 일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7757f9a1894cf70510db", - "label": "떡볶이", - "amount": 1500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "ac07f3ca5a35dac14d14", - "label": "김밥", - "amount": 2500, + "id": "83da8d055487279d646e", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3c904db5f7f4c6dc97f8", - "label": "순대", - "amount": 3000, + "id": "25a633dd516e0329b21a", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7757f9a1894cf70510db-history", - "label": "떡볶이", - "amount": 1500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "ac07f3ca5a35dac14d14-history", - "label": "김밥", - "amount": 2500, + "id": "83da8d055487279d646e-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3c904db5f7f4c6dc97f8-history", - "label": "순대", - "amount": 3000, + "id": "25a633dd516e0329b21a-history", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2014", - "name": "중해반점", - "businessName": "중해반점", - "categorySlug": "chinese", - "address": "대구광역시 중구 명륜로 63 (남산동)", - "district": "대구광역시 중구", - "latitude": 35.8617367040049, - "longitude": 128.591676584073, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "id": "goodprice-532", + "name": "백양세탁소", + "businessName": "백양세탁소", + "categorySlug": "laundry", + "address": "서울특별시 동작구 여의대방로22아길 30", + "district": "서울특별시 동작구", + "latitude": 37.4962229416865, + "longitude": 126.924313273614, + "representativePriceAmount": 7000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-816-9277 / 영업시간: 월 12:00 ~ 18:00 17:30 라스트 오더 화 11:00 ~ 18:00 17:30 라스트 오더 수 11:00 ~ 18:00 17:30 라스트 오더 목 11:00 ~ 18:00 17:30 라스트 오더 금 11:00 ~ 20:00 19:30 라스트 오더 토 11:00 ~ 20:00 19:30 라스트 오더 일 11:00 ~ 20:00 19:30 라스트 오더", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1889eda77a10238d3fe0", - "label": "짜장면", - "amount": 6000, + "id": "02f0f7f6c53a2496473a", + "label": "양복세탁료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3a3fb336173a72573ff5", - "label": "원조야끼우동", - "amount": 10000, + "id": "d478ddeccd808197eee7", + "label": "수선료", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1889eda77a10238d3fe0-history", - "label": "짜장면", - "amount": 6000, + "id": "02f0f7f6c53a2496473a-history", + "label": "양복세탁료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3a3fb336173a72573ff5-history", - "label": "원조야끼우동", - "amount": 10000, + "id": "d478ddeccd808197eee7-history", + "label": "수선료", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2224", - "name": "월미식당", - "businessName": "월미식당", + "id": "goodprice-17982", + "name": "배사공멸치국수", + "businessName": "배사공멸치국수", "categorySlug": "korean", - "address": "인천광역시 중구 월미로234번길 6 (북성동1가)", - "district": "인천광역시 중구", - "latitude": 37.4754721671142, - "longitude": 126.598889031169, - "representativePriceAmount": 7000, - "representativePriceLabel": "짜장면", + "address": "대구광역시 중구 관덕정길 10 (남산동) 남산동", + "district": "대구광역시 중구", + "latitude": 35.865329712937886, + "longitude": 128.59079734801406, + "representativePriceAmount": 6000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-422-8866", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5a9729bb4a1a700f0650", - "label": "짜장면", - "amount": 7000, + "id": "2cc2ff88399f167b3e56", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6f26ac36a6eb641a891d", - "label": "새우우동", + "id": "0fd48557f1fb2fb21b1a", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5a9729bb4a1a700f0650-history", - "label": "짜장면", - "amount": 7000, + "id": "2cc2ff88399f167b3e56-history", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6f26ac36a6eb641a891d-history", - "label": "새우우동", + "id": "0fd48557f1fb2fb21b1a-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13118", - "name": "일등짬뽕", - "businessName": "일등짬뽕", - "categorySlug": "chinese", - "address": "인천광역시 중구 운중로 28 (운남동) 1층", - "district": "인천광역시 중구", - "latitude": 37.493135983340906, - "longitude": 126.53660042079217, + "id": "goodprice-11074", + "name": "민지미용실", + "businessName": "민지미용실", + "categorySlug": "beauty", + "address": "대구광역시 서구 팔달로32길 13 (비산동)", + "district": "대구광역시 서구", + "latitude": 35.8876369879365, + "longitude": 128.567383743247, "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-747-0660", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-357-9277", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4afa38907d4861c19996", - "label": "짜장면", + "id": "f6707c59cf40c851ff4e", + "label": "커트", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "48bb5a461c32561eba42", - "label": "짬뽕", - "amount": 8500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4afa38907d4861c19996-history", - "label": "짜장면", + "id": "f6707c59cf40c851ff4e-history", + "label": "커트", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "48bb5a461c32561eba42-history", - "label": "짬뽕", - "amount": 8500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2270", - "name": "우리뷔페", - "businessName": "우리뷔페", - "categorySlug": "korean", - "address": "광주광역시 동구 금남로 181 1층 102호(금남로5가)", - "district": "광주광역시 동구", - "latitude": 35.1519634025693, - "longitude": 126.913207209362, - "representativePriceAmount": 6000, - "representativePriceLabel": "백반", + "id": "goodprice-16788", + "name": "청담커피 자양점", + "businessName": "청담커피 자양점", + "categorySlug": "other-food", + "address": "서울특별시 광진구 뚝섬로52길 41 (자양동) 1층 청담커피", + "district": "서울특별시 광진구", + "latitude": 37.53014726760224, + "longitude": 127.07889954566937, + "representativePriceAmount": 2500, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-364-3816 / 영업시간: 월~금 10:30-14:00 휴일 주말, 공휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "커피전문점", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6952-0543 / 영업시간: 매일 08:00 - 23: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, + "id": "6ba5f6b02b28b03cb510", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "016f9c8e114a5c9a4efb-history", - "label": "백반", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3970c190bc5bf32b4537-history", - "label": "백반 1인", - "amount": 6000, + "id": "6ba5f6b02b28b03cb510-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14226", - "name": "이가진우동", - "businessName": "이가진우동", - "categorySlug": "korean", - "address": "광주광역시 동구 학소로 141 (학동) 1층", - "district": "광주광역시 동구", - "latitude": 35.13224809736366, - "longitude": 126.93196652792969, - "representativePriceAmount": 5500, - "representativePriceLabel": "우동", + "id": "goodprice-10541", + "name": "비스타(vista)", + "businessName": "비스타(vista)", + "categorySlug": "barber", + "address": "서울특별시 동작구 동작대로35길 71 (사당동)", + "district": "서울특별시 동작구", + "latitude": 37.4924521743835, + "longitude": 126.979018784942, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-233-3488 / 영업시간: 월-금 09:00-20:00 토,일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-641-7716", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fa33bd1d23b12e0fec90", - "label": "우동", - "amount": 5500, + "id": "8452fe1abf7492763aa0", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fa33bd1d23b12e0fec90-history", - "label": "우동", - "amount": 5500, + "id": "8452fe1abf7492763aa0-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2565", - "name": "부림식당", - "businessName": "부림식당", - "categorySlug": "korean", - "address": "대전광역시 동구 중앙로 200번길 27 (중동)", - "district": "대전광역시 동구", - "latitude": 36.329614784984, - "longitude": 127.43223119972, - "representativePriceAmount": 7000, - "representativePriceLabel": "된장찌개 백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 백반 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-226-8346 / 영업시간: 10:00 ~ 15:00 / 목요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 치즈카야토스트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-812-4055", "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, + "id": "bef8d50609936549c2a1", + "label": "치즈카야토스트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "bef8d50609936549c2a1-history", + "label": "치즈카야토스트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2532", - "name": "뿌리미용실", - "businessName": "뿌리미용실", + "id": "goodprice-16256", + "name": "미쁜헤어", + "businessName": "미쁜헤어", "categorySlug": "beauty", - "address": "대전광역시 동구 충무로 219 (인동)", - "district": "대전광역시 동구", - "latitude": 36.3225191758149, - "longitude": 127.440235253078, - "representativePriceAmount": 8000, - "representativePriceLabel": "미용료(커트)", + "address": "대전광역시 중구 보문로 32-7 (문창동) 1층", + "district": "대전광역시 중구", + "latitude": 36.31427802418718, + "longitude": 127.43695504477428, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-286-4444 / 영업시간: 08:00 ~ 19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-282-0594", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "848102457249a42636eb", - "label": "미용료(커트)", - "amount": 8000, + "id": "43695f1dde2229a2e314", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e4f0bdb9555a3ea7c742", - "label": "커트(성인 일반)", - "amount": 8000, + "id": "201af1e259eda1c0993e", + "label": "경로우대 커트(75세이상)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "848102457249a42636eb-history", - "label": "미용료(커트)", - "amount": 8000, + "id": "43695f1dde2229a2e314-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e4f0bdb9555a3ea7c742-history", - "label": "커트(성인 일반)", - "amount": 8000, + "id": "201af1e259eda1c0993e-history", + "label": "경로우대 커트(75세이상)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17349", - "name": "좋은고기팜", - "businessName": "좋은고기팜", + "id": "goodprice-17341", + "name": "통영돌문어산곰장어", + "businessName": "통영돌문어산곰장어", "categorySlug": "korean", - "address": "울산광역시 중구 유곡로 58 (유곡동) 1층", - "district": "울산광역시 중구", - "latitude": 35.557166607144175, - "longitude": 129.3034434213232, - "representativePriceAmount": 6000, - "representativePriceLabel": "생 삼겹살(100g)", + "address": "서울특별시 광진구 용마산로6길 9 (중곡동) 1층", + "district": "서울특별시 광진구", + "latitude": 37.557412021661776, + "longitude": 127.08863998274485, + "representativePriceAmount": 7000, + "representativePriceLabel": "열무비빔밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생 삼겹살(100g) 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1342-5431 / 영업시간: 매일 09:00~23:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 열무비빔밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-452-5330", "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, + "id": "839cae6082ab4831a2f0", + "label": "열무비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8fe30b159961f4024e6c-history", - "label": "생 삼겹살(100g)", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "cbee7a7e072de3c9f530-history", - "label": "생 목살(100g)", - "amount": 6000, + "id": "839cae6082ab4831a2f0-history", + "label": "열무비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11315", - "name": "탕짜", - "businessName": "탕짜", - "categorySlug": "chinese", - "address": "울산광역시 중구 시계탑거리 6 (성남동)", - "district": "울산광역시 중구", - "latitude": 35.5550431249539, - "longitude": 129.321593713924, - "representativePriceAmount": 6500, - "representativePriceLabel": "짜장면", + "id": "goodprice-11155", + "name": "서정사", + "businessName": "서정사", + "categorySlug": "laundry", + "address": "서울특별시 동작구 사당로16가길 24", + "district": "서울특별시 동작구", + "latitude": 37.4832129931351, + "longitude": 126.972160965519, + "representativePriceAmount": 7000, + "representativePriceLabel": "세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-246-5566", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-584-2679", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7751369f534fd84d5e66", - "label": "짜장면", - "amount": 6500, + "id": "eed52d50f23c22a863cc", + "label": "세탁료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "24d62bebfe53b1a3a4f1", - "label": "짬뽕", - "amount": 7000, + "id": "26f4e31442d8f7cca8c8", + "label": "수선료", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7751369f534fd84d5e66-history", - "label": "짜장면", - "amount": 6500, + "id": "eed52d50f23c22a863cc-history", + "label": "세탁료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "24d62bebfe53b1a3a4f1-history", - "label": "짬뽕", - "amount": 7000, + "id": "26f4e31442d8f7cca8c8-history", + "label": "수선료", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3001", - "name": "태화식육식당", - "businessName": "태화식육식당", + "id": "goodprice-16743", + "name": "삼시국수", + "businessName": "삼시국수", "categorySlug": "korean", - "address": "울산광역시 중구 중앙시장길 21-3 (성남동)", - "district": "울산광역시 중구", - "latitude": 35.5552643330267, - "longitude": 129.323407871925, - "representativePriceAmount": 4700, - "representativePriceLabel": "삼겹살(100g)", + "address": "인천광역시 중구 운중로 97 (운남동) 1층", + "district": "인천광역시 중구", + "latitude": 37.49421029445236, + "longitude": 126.5443392421388, + "representativePriceAmount": 7000, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(100g) 4,700원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-244-7968 / 영업시간: 10:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1479-2358", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bb8386c22a424db015a9", - "label": "삼겹살(100g)", - "amount": 4700, + "id": "4c36d8749245f92dbe2d", + "label": "멸치국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bb8386c22a424db015a9-history", - "label": "삼겹살(100g)", - "amount": 4700, + "id": "4c36d8749245f92dbe2d-history", + "label": "멸치국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10178", - "name": "옛날통닭", - "businessName": "옛날통닭", - "categorySlug": "korean", - "address": "세종특별자치시 조치원읍 조치원6길 16 조치원읍", - "district": "세종특별자치시 조치원읍", - "latitude": 36.6009257081913, - "longitude": 127.299491553093, - "representativePriceAmount": 7500, - "representativePriceLabel": "옛날통닭", + "id": "goodprice-2817", + "name": "미스터굿데이이용원", + "businessName": "미스터굿데이이용원", + "categorySlug": "barber", + "address": "대전광역시 중구 계백로 1540 (유천동)", + "district": "대전광역시 중구", + "latitude": 36.3166535408274, + "longitude": 127.391498207519, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날통닭 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-531-2848 / 영업시간: 매일 09:00~19:00 브레이크타임 12:00~13:00 정기휴무(월요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fc162fc42b5fe2a0fdb0", - "label": "옛날통닭", - "amount": 7500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "26b6b84a7a7f0839c32f", - "label": "수제핫도그", - "amount": 2000, + "id": "edfb67e11c854a372cb2", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fc162fc42b5fe2a0fdb0-history", - "label": "옛날통닭", - "amount": 7500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "26b6b84a7a7f0839c32f-history", - "label": "수제핫도그", - "amount": 2000, + "id": "edfb67e11c854a372cb2-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19180", - "name": "오가네빵굼터", - "businessName": "오가네빵굼터", - "categorySlug": "other-food", - "address": "세종특별자치시 조치원읍 조치원6길 27 1층", - "district": "세종특별자치시 조치원읍", - "latitude": 36.600210807134104, - "longitude": 127.2997884074273, - "representativePriceAmount": 800, - "representativePriceLabel": "단팥빵", + "id": "goodprice-282", + "name": "흥부농장", + "businessName": "흥부농장", + "categorySlug": "korean", + "address": "서울특별시 광진구 뚝섬로59길 81-2 (자양동)", + "district": "서울특별시 광진구", + "latitude": 37.5355225542768, + "longitude": 127.082799348183, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 단팥빵 800원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-864-0261", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-343-3611 / 영업시간: 매일 10:00 ~ 23:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ed839a09fa371232d114", - "label": "단팥빵", - "amount": 800, + "id": "be51a596f45327b67ab9", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2d7e832b46f55db65934", - "label": "슈크림빵", - "amount": 800, + "id": "22efbc737e519a2c07cd", + "label": "냉면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ed839a09fa371232d114-history", - "label": "단팥빵", - "amount": 800, + "id": "be51a596f45327b67ab9-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2d7e832b46f55db65934-history", - "label": "슈크림빵", - "amount": 800, + "id": "22efbc737e519a2c07cd-history", + "label": "냉면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10191", - "name": "유정칼국수", - "businessName": "유정칼국수", - "categorySlug": "korean", - "address": "세종특별자치시 장군면 장척로 417-1", - "district": "세종특별자치시 장군면", - "latitude": 36.4980690848686, - "longitude": 127.206482661374, - "representativePriceAmount": 8000, - "representativePriceLabel": "돌솥비빔밥", + "id": "goodprice-535", + "name": "소망세탁소", + "businessName": "소망세탁소", + "categorySlug": "laundry", + "address": "서울특별시 동작구 여의대방로 28", + "district": "서울특별시 동작구", + "latitude": 37.4952734394062, + "longitude": 126.911690497183, + "representativePriceAmount": 7000, + "representativePriceLabel": "세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-857-5999", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-835-6901 / 영업시간: 월 16:00 ~ 24:00 23:00 라스트 오더 화 16:00 ~ 24:00 23:00 라스트 오더 수 16:00 ~ 24:00 23:00 라스트 오더 목 16:00 ~ 24:00 23:00 라스트 오더 금 16:00 ~ 24:00 23:00 라스트 오더 토 12:00 ~ 24:00 23:00 라스트 오더 15:00 ~ 16:00 브레이크 타임 일 12:00 ~ 24:00 23:00 라스트 오더 15:00 ~ 16:00 브레이크 타임", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "198fd293e1edb0ec5392", - "label": "돌솥비빔밥", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "774e9fc03c0546bd8873", - "label": "칼국수", + "id": "b8aa9d8f2ad6663ec3ae", + "label": "세탁료", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "33c1c8eb7790fafbdc5d", - "label": "순두부찌개", - "amount": 7000, + "id": "6d29505fdb3ffbb081cc", + "label": "수선료", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "198fd293e1edb0ec5392-history", - "label": "돌솥비빔밥", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "774e9fc03c0546bd8873-history", - "label": "칼국수", + "id": "b8aa9d8f2ad6663ec3ae-history", + "label": "세탁료", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "33c1c8eb7790fafbdc5d-history", - "label": "순두부찌개", - "amount": 7000, + "id": "6d29505fdb3ffbb081cc-history", + "label": "수선료", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16805", - "name": "대왕칼국수", - "businessName": "대왕칼국수", + "id": "goodprice-19356", + "name": "무등산국밥", + "businessName": "무등산국밥", "categorySlug": "korean", - "address": "경기도 수원시 팔달구 창룡대로7번길 11 (북수동) 1층", - "district": "경기도 수원시", - "latitude": 37.28246168863594, - "longitude": 127.01757013330725, - "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수 보통", + "address": "광주광역시 동구 제봉로17번길 2 (학동) 1층", + "district": "광주광역시 동구", + "latitude": 35.14024503188192, + "longitude": 126.92183479745447, + "representativePriceAmount": 7000, + "representativePriceLabel": "암뽕순대국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 보통 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-252-2820 / 영업시간: 10:00~19:00 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 암뽕순대국밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-223-2051 / 영업시간: 매일 10:00~20:30 브레이크타임 2:00~2:30 첫째, 셋째 주 일요일 휴무(시장 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a5b4d5b723247de7ae39", - "label": "칼국수 보통", - "amount": 6000, + "id": "75452c3f5b208cb22d46", + "label": "암뽕순대국밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8d721627df886cba9325", - "label": "칼국수 중특", - "amount": 6000, + "id": "d2aea4228515e9ed89b4", + "label": "살코기국밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a5b4d5b723247de7ae39-history", - "label": "칼국수 보통", - "amount": 6000, + "id": "75452c3f5b208cb22d46-history", + "label": "암뽕순대국밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8d721627df886cba9325-history", - "label": "칼국수 중특", - "amount": 6000, + "id": "d2aea4228515e9ed89b4-history", + "label": "살코기국밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19003", - "name": "데일리샌듀(DailySandew)", - "businessName": "데일리샌듀(DailySandew)", - "categorySlug": "bakery", - "address": "경기도 수원시 영통구 광교중앙로248번길 95-1 (하동) 102호", - "district": "경기도 수원시", - "latitude": 37.291532557494804, - "longitude": 127.06836414210785, + "id": "goodprice-4956", + "name": "코리아세탁소", + "businessName": "코리아세탁소", + "categorySlug": "laundry", + "address": "충청남도 천안시 서북구 서부1길 58 (성정동)", + "district": "충청남도 천안시", + "latitude": 36.8236082818583, + "longitude": 127.137792522824, "representativePriceAmount": 7000, - "representativePriceLabel": "단호박샌드위치", + "representativePriceLabel": "드라이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단호박샌드위치 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00~19:00(브레이크타임 14:00~16:00) 토요일, 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-577-3482 / 영업시간: 07:00~20:00 정기휴무(매주 일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f3d408a08c97c508d291", - "label": "단호박샌드위치", + "id": "e4faedc5212bca2be701", + "label": "드라이", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f3d408a08c97c508d291-history", - "label": "단호박샌드위치", + "id": "e4faedc5212bca2be701-history", + "label": "드라이", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14336", - "name": "도담칡냉면", - "businessName": "도담칡냉면", + "id": "goodprice-10395", + "name": "40년전통 그시절 그맛", + "businessName": "40년전통 그시절 그맛", "categorySlug": "korean", - "address": "경기도 수원시 장안구 수성로382번길 32-3 (영화동) .", - "district": "경기도 수원시", - "latitude": 37.29270733638951, - "longitude": 127.01452356573881, - "representativePriceAmount": 7000, - "representativePriceLabel": "냉면", + "address": "서울특별시 동대문구 고산자로38길 25 (제기동) 경동시장 다-11", + "district": "서울특별시 동대문구", + "latitude": 37.58016480388146, + "longitude": 127.03986720453042, + "representativePriceAmount": 2000, + "representativePriceLabel": "꽈배기(3개)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-247-0925 / 영업시간: 10:00~15:00 / 매주 일요일 휴무(하절기 정상영업)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 꽈배기(3개) 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-8205-2763", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7673753a575dcd223146", - "label": "냉면", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "a0a6ac029b4f8d656c4e", - "label": "잔치국수", - "amount": 5000, + "id": "734d712ea7606a36b362", + "label": "꽈배기(3개)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b8fb0dbaff9640718dba", - "label": "칼제비", - "amount": 6000, + "id": "c99f7c50018db4a8aea9", + "label": "도너츠(3개)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7673753a575dcd223146-history", - "label": "냉면", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "a0a6ac029b4f8d656c4e-history", - "label": "잔치국수", - "amount": 5000, + "id": "734d712ea7606a36b362-history", + "label": "꽈배기(3개)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b8fb0dbaff9640718dba-history", - "label": "칼제비", - "amount": 6000, + "id": "c99f7c50018db4a8aea9-history", + "label": "도너츠(3개)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14020", - "name": "동남사우나", - "businessName": "동남사우나", - "categorySlug": "bath", - "address": "경기도 수원시 장안구 영화로25번길 22 (영화동, 태영아파트) .", - "district": "경기도 수원시", - "latitude": 37.288921701882735, - "longitude": 127.00821781483458, - "representativePriceAmount": 10000, - "representativePriceLabel": "목욕비", + "id": "goodprice-11156", + "name": "우성세탁소", + "businessName": "우성세탁소", + "categorySlug": "laundry", + "address": "서울특별시 동작구 노량진로28길 14", + "district": "서울특별시 동작구", + "latitude": 37.5122177844634, + "longitude": 126.955046110351, + "representativePriceAmount": 7000, + "representativePriceLabel": "양복세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕비 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-243-6422 / 영업시간: 05:00~22:00 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-814-6462", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "333a47bae8b960a75c81", - "label": "목욕비", - "amount": 10000, + "id": "74b1dc4bc39ae769099b", + "label": "양복세탁료", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "3b269e3d19e1760d2f41", + "label": "수선료", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "333a47bae8b960a75c81-history", - "label": "목욕비", - "amount": 10000, + "id": "74b1dc4bc39ae769099b-history", + "label": "양복세탁료", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "3b269e3d19e1760d2f41-history", + "label": "수선료", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4328", - "name": "메이카드", - "businessName": "메이카드", - "categorySlug": "other-food", - "address": "강원특별자치도 춘천시 복골길6번길 21 1층(후평동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8743681928941, - "longitude": 127.755540944248, - "representativePriceAmount": 3500, - "representativePriceLabel": "아메리카노", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1391-1402 / 영업시간: 10:00 - 22:00 매주 월요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제비 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-223-8694 / 영업시간: 화-일 11:30-21:00/ 월요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1f164b31103c657d4a92", - "label": "아메리카노", - "amount": 3500, + "id": "3c37ba479fe8fa6cc177", + "label": "수제비", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b14bda9a2d7575828278", - "label": "에이드", - "amount": 4500, + "id": "bb57049bebaa85d00219", + "label": "팥죽", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "23b52bec28cca0100b13", - "label": "콤부차", - "amount": 3500, + "id": "9f5041d5579f8c893cb2", + "label": "콩나물국밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1f164b31103c657d4a92-history", - "label": "아메리카노", - "amount": 3500, + "id": "3c37ba479fe8fa6cc177-history", + "label": "수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b14bda9a2d7575828278-history", - "label": "에이드", - "amount": 4500, + "id": "bb57049bebaa85d00219-history", + "label": "팥죽", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "23b52bec28cca0100b13-history", - "label": "콤부차", - "amount": 3500, + "id": "9f5041d5579f8c893cb2-history", + "label": "콩나물국밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4332", - "name": "바위목욕탕", - "businessName": "바위목욕탕", + "id": "goodprice-6421", + "name": "비너스사우나", + "businessName": "비너스사우나", "categorySlug": "bath", - "address": "강원특별자치도 춘천시 춘천로213번길 9 (효자동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8781770353052, - "longitude": 127.737068247626, - "representativePriceAmount": 8000, - "representativePriceLabel": "대인", + "address": "경상북도 포항시 북구 양학천로 19-14 비너스사우나", + "district": "경상북도 포항시", + "latitude": 36.0237795901857, + "longitude": 129.354871496771, + "representativePriceAmount": 7000, + "representativePriceLabel": "목욕료(대인)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-3610", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료(대인) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-277-9174 / 영업시간: 매일 06:00-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "654a900f5c9576ba7b32", - "label": "대인", - "amount": 8000, + "id": "d5c301fc0781310a0272", + "label": "목욕료(대인)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9b3a48ce955e78c64943", - "label": "소인", - "amount": 6000, + "id": "c3f2064614e369f55610", + "label": "목욕료(소인)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "654a900f5c9576ba7b32-history", - "label": "대인", - "amount": 8000, + "id": "d5c301fc0781310a0272-history", + "label": "목욕료(대인)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9b3a48ce955e78c64943-history", - "label": "소인", - "amount": 6000, + "id": "c3f2064614e369f55610-history", + "label": "목욕료(소인)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4382", - "name": "바탕골분식", - "businessName": "바탕골분식", + "id": "goodprice-13398", + "name": "79번지국수집", + "businessName": "79번지국수집", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 서부대성로44번길 19 (요선동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.88168933514, - "longitude": 127.727315490081, - "representativePriceAmount": 8000, - "representativePriceLabel": "김치찌개", + "address": "서울특별시 동대문구 회기로13길 25 (회기동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.59267895445311, + "longitude": 127.05097144631529, + "representativePriceAmount": 7000, + "representativePriceLabel": "닭칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-254-3564 / 영업시간: 매일 10:00-21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6082-9494", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "536425aed5930eece8da", - "label": "김치찌개", - "amount": 8000, + "id": "930074ca22d414ad975f", + "label": "닭칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9f8339f06bd675f41ec5", - "label": "된장찌개", - "amount": 8000, + "id": "5b7f15993c0dd4dc5452", + "label": "김치말이국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "729605784c506f688a3f", - "label": "숝두부찌개", - "amount": 8000, + "id": "2b0ed38a9cc7f9f35643", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "536425aed5930eece8da-history", - "label": "김치찌개", - "amount": 8000, + "id": "930074ca22d414ad975f-history", + "label": "닭칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9f8339f06bd675f41ec5-history", - "label": "된장찌개", - "amount": 8000, + "id": "5b7f15993c0dd4dc5452-history", + "label": "김치말이국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "729605784c506f688a3f-history", - "label": "숝두부찌개", - "amount": 8000, + "id": "2b0ed38a9cc7f9f35643-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4759", - "name": "내고향맛집", - "businessName": "내고향맛집", - "categorySlug": "korean", - "address": "충청북도 청주시 흥덕구 운천로3번길 2 (운천동)", - "district": "충청북도 청주시", - "latitude": 36.6506697774039, - "longitude": 127.474773448765, - "representativePriceAmount": 7000, - "representativePriceLabel": "청국장", + "id": "goodprice-11054", + "name": "정아헤어샾", + "businessName": "정아헤어샾", + "categorySlug": "beauty", + "address": "서울특별시 동작구 매봉로155 (본동190-41)", + "district": "서울특별시 동작구", + "latitude": 37.5114184410977, + "longitude": 126.951253891298, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-276-4414 / 영업시간: 매일 09:00-21:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-824-2706", "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, + "id": "be4d7a91d07f18bb8d0a", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ebe25566c25218ee4a76-history", - "label": "청국장", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b777d1158f9c2a62665c-history", - "label": "비지장", - "amount": 7000, + "id": "be4d7a91d07f18bb8d0a-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-222-0809 / 영업시간: 월-목 09:00-15:00 금-일 09:00-20:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "9db2ef4c0296f59bc07c-history", - "label": "김치찌개", - "amount": 7000, + "id": "debe2d932314ed5907fd", + "label": "백반", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "15862eb2aed14bda3fd7-history", - "label": "양푼이동태탕", - "amount": 8000, + "id": "debe2d932314ed5907fd-history", + "label": "백반", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14757", - "name": "내수시민미용실", - "businessName": "내수시민미용실", - "categorySlug": "beauty", - "address": "충청북도 청주시 청원구 내수읍 내수로 729-2", - "district": "충청북도 청주시", - "latitude": 36.72673097882712, - "longitude": 127.53610288381759, - "representativePriceAmount": 6000, + "id": "goodprice-1399", + "name": "황태자이용원", + "businessName": "황태자이용원", + "categorySlug": "barber", + "address": "부산광역시 서구 충무대로 286-1 (충무동1가)", + "district": "부산광역시 서구", + "latitude": 35.0961043703766, + "longitude": 129.024662008182, + "representativePriceAmount": 7000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-214-5124", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-231-5448 / 영업시간: 아침7:00-오후6:30 매주 화요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e1274c13d8cd4b76e5cd", + "id": "82134fac65527c022884", "label": "커트", - "amount": 6000, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "14bf8409775f801b39d4", - "label": "뿌리염색", - "amount": 10000, + "id": "e9c31955b7bf55cc6977", + "label": "염색", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e1274c13d8cd4b76e5cd-history", + "id": "82134fac65527c022884-history", "label": "커트", - "amount": 6000, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "14bf8409775f801b39d4-history", - "label": "뿌리염색", - "amount": 10000, + "id": "e9c31955b7bf55cc6977-history", + "label": "염색", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13536", - "name": "네모샘밥집", - "businessName": "네모샘밥집", + "id": "goodprice-16091", + "name": "가위바위보떡볶이", + "businessName": "가위바위보떡볶이", "categorySlug": "korean", - "address": "충청북도 청주시 청원구 상당로232번길 34 (우암동)", - "district": "충청북도 청주시", - "latitude": 36.64906312692569, - "longitude": 127.49115091042215, - "representativePriceAmount": 6000, - "representativePriceLabel": "보리밥", + "address": "서울특별시 동대문구 전농로 222 (전농동, 씨티빌라트)", + "district": "서울특별시 동대문구", + "latitude": 37.58394430500011, + "longitude": 127.05361904793929, + "representativePriceAmount": 4000, + "representativePriceLabel": "라면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 라면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-8742-0006", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8b9f8b46c9d7ab6cfe78", - "label": "보리밥", - "amount": 6000, + "id": "31881b602c7e9f0cfbfb", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1556f13c522998cf133b", - "label": "칼국수", - "amount": 6000, + "id": "d96fef09c2c1a7fec415", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0c0903492988cc2a6baf", - "label": "제육덮밥", + "id": "906b756bcae782531730", + "label": "열무냉면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8b9f8b46c9d7ab6cfe78-history", - "label": "보리밥", - "amount": 6000, + "id": "31881b602c7e9f0cfbfb-history", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1556f13c522998cf133b-history", - "label": "칼국수", - "amount": 6000, + "id": "d96fef09c2c1a7fec415-history", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0c0903492988cc2a6baf-history", - "label": "제육덮밥", + "id": "906b756bcae782531730-history", + "label": "열무냉면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15580", - "name": "더드림빵", - "businessName": "더드림빵", - "categorySlug": "bakery", - "address": "충청남도 천안시 동남구 차돌고개5길 15 (다가동) 1동 102호", - "district": "충청남도 천안시", - "latitude": 36.79908109750335, - "longitude": 127.13558280814556, - "representativePriceAmount": 1500, - "representativePriceLabel": "단팥빵/소보로빵/슈크림빵/생크림빵", + "id": "goodprice-558", + "name": "최신이용원", + "businessName": "최신이용원", + "categorySlug": "barber", + "address": "서울특별시 동작구 사당로23아길 6 (사당동)", + "district": "서울특별시 동작구", + "latitude": 37.4909626686624, + "longitude": 126.970370358182, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵/소보로빵/슈크림빵/생크림빵 1,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-577-4473 / 영업시간: 07:00~20:00 정기휴무 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 10:30~20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0e1ff7170d31401abc06", - "label": "단팥빵/소보로빵/슈크림빵/생크림빵", - "amount": 1500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d85a86502ad518c0fd5d", - "label": "카스테라", - "amount": 1900, + "id": "1de27563aa148e122218", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0e1ff7170d31401abc06-history", - "label": "단팥빵/소보로빵/슈크림빵/생크림빵", - "amount": 1500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d85a86502ad518c0fd5d-history", - "label": "카스테라", - "amount": 1900, + "id": "1de27563aa148e122218-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4912", - "name": "동은헤어", - "businessName": "동은헤어", - "categorySlug": "beauty", - "address": "충청남도 천안시 동남구 새말3길 38-4 지하1층(신방동)", - "district": "충청남도 천안시", - "latitude": 36.7945688750786, - "longitude": 127.131044743835, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-4036-7721 / 영업시간: 09:30~18:00 정기휴무(매주 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-622-3692 / 영업시간: 10:00 ~ 19:00 / 토요일, 일요일, 공휴일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4b627ab1e4a35bf94ec5", - "label": "커트", - "amount": 10000, + "id": "968d6d74fd1c637fd1b5", + "label": "제육", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "4b627ab1e4a35bf94ec5-history", - "label": "커트", - "amount": 10000, + "id": "25d11598124354dc3727", + "label": "김치찌개", + "amount": 7000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "04d01d8567b67bc92854", - "label": "고기/김치만두(10개)", - "amount": 5500, + "id": "1376effedab108d5a83e", + "label": "닭계장", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "981fe42ab31a0501329a", - "label": "고기/김치왕만두(5개)", - "amount": 5500, + "id": "7803ceaf4daf9338462e", + "label": "김치 볶음밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "771b8decfae022583858", - "label": "찐빵(5개)", - "amount": 5500, + "id": "829f5325118c463428f3", + "label": "뚝배기 김치찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "041e502a06a9d51b25f9", - "label": "방문포장 시", - "amount": 5000, + "id": "8263dd3157d0058c54ae", + "label": "뚝배기 닭계장", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ecadbbe5e1c44c9dc2a3", + "label": "뚝배기 라면", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "29e37499a3ec297011f4", + "label": "뚝배기 라면밥", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6427cffbe30e2be2592f", + "label": "뚝배기 만두국", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7c16a40d39d0b9a755db", + "label": "뚝배기 수제비", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "dd37eeb5635b5bc238ad", + "label": "뚝배기 순대국", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8228c0466980f3143642", + "label": "뚝배기 순두부", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "82c444f803c12974e52d", + "label": "뚝배기 오징어볶음", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9edb102bb923703d0cf7", + "label": "뚝배기 제육", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "222c5bffe6bab588024b", + "label": "뚝배기 참치찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "04d01d8567b67bc92854-history", - "label": "고기/김치만두(10개)", - "amount": 5500, + "id": "968d6d74fd1c637fd1b5-history", + "label": "제육", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "981fe42ab31a0501329a-history", - "label": "고기/김치왕만두(5개)", - "amount": 5500, + "id": "25d11598124354dc3727-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "771b8decfae022583858-history", - "label": "찐빵(5개)", - "amount": 5500, + "id": "1376effedab108d5a83e-history", + "label": "닭계장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "041e502a06a9d51b25f9-history", - "label": "방문포장 시", - "amount": 5000, + "id": "7803ceaf4daf9338462e-history", + "label": "김치 볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "829f5325118c463428f3-history", + "label": "뚝배기 김치찌개", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8263dd3157d0058c54ae-history", + "label": "뚝배기 닭계장", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ecadbbe5e1c44c9dc2a3-history", + "label": "뚝배기 라면", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "29e37499a3ec297011f4-history", + "label": "뚝배기 라면밥", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6427cffbe30e2be2592f-history", + "label": "뚝배기 만두국", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7c16a40d39d0b9a755db-history", + "label": "뚝배기 수제비", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "dd37eeb5635b5bc238ad-history", + "label": "뚝배기 순대국", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8228c0466980f3143642-history", + "label": "뚝배기 순두부", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "82c444f803c12974e52d-history", + "label": "뚝배기 오징어볶음", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9edb102bb923703d0cf7-history", + "label": "뚝배기 제육", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "222c5bffe6bab588024b-history", + "label": "뚝배기 참치찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5411", - "name": "아리랑하우스", - "businessName": "아리랑하우스", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 덕진구 한배미1길 29", - "district": "전북특별자치도 전주시", - "latitude": 35.8236184860742, - "longitude": 127.165468633315, - "representativePriceAmount": 9000, - "representativePriceLabel": "한우탕", + "id": "goodprice-2329", + "name": "대창온천", + "businessName": "대창온천", + "categorySlug": "bath", + "address": "광주광역시 남구 월광길 43 (월산동)", + "district": "광주광역시 남구", + "latitude": 35.1449669422319, + "longitude": 126.89230786302, + "representativePriceAmount": 4000, + "representativePriceLabel": "목욕료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-241-9300", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-366-3166 / 영업시간: 05:00~18:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0f51deb75739214e8671", - "label": "한우탕", - "amount": 9000, + "id": "28b3b6cda8d85596ea91", + "label": "목욕료", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f1fa7cce0b28b7536338", + "label": "성인", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f98751ece17e83fdf7ff", + "label": "아동", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0f51deb75739214e8671-history", - "label": "한우탕", - "amount": 9000, + "id": "28b3b6cda8d85596ea91-history", + "label": "목욕료", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f1fa7cce0b28b7536338-history", + "label": "성인", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f98751ece17e83fdf7ff-history", + "label": "아동", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5403", - "name": "야미전북대점", - "businessName": "야미전북대점", - "categorySlug": "western", - "address": "전북특별자치도 전주시 덕진구 명륜4길 21-5 2층", - "district": "전북특별자치도 전주시", - "latitude": 35.843953906049, - "longitude": 127.126451107898, - "representativePriceAmount": 6900, - "representativePriceLabel": "수제 생돈가스", + "id": "goodprice-18249", + "name": "고대멸치국수", + "businessName": "고대멸치국수", + "categorySlug": "korean", + "address": "서울특별시 동대문구 제기로 2 (제기동)", + "district": "서울특별시 동대문구", + "latitude": 37.58626198972733, + "longitude": 127.03311706112662, + "representativePriceAmount": 7000, + "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브레이크타임", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-928-9394", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5a3b0803f6cf47537f82", - "label": "수제 생돈가스", - "amount": 6900, + "id": "459e411e03e9a1804499", + "label": "멸치국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5a3b0803f6cf47537f82-history", - "label": "수제 생돈가스", - "amount": 6900, + "id": "459e411e03e9a1804499-history", + "label": "멸치국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18216", - "name": "에바다미용실", - "businessName": "에바다미용실", - "categorySlug": "beauty", - "address": "전북특별자치도 전주시 완산구 관선1길 74-4 (남노송동) 1층", - "district": "전북특별자치도 전주시", - "latitude": 35.81910634092517, - "longitude": 127.15785208426966, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-537", + "name": "화이트세탁소", + "businessName": "화이트세탁소", + "categorySlug": "laundry", + "address": "서울특별시 동작구 만양로19 상가동 137,138호(노량진동)", + "district": "서울특별시 동작구", + "latitude": 37.5070717430905, + "longitude": 126.945718197277, + "representativePriceAmount": 4000, + "representativePriceLabel": "수선(4,000~)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:00~19:00 / 토요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 수선(4,000~) 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-816-7515 / 영업시간: 매일 08:00 ~ 18:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a8f21afc8c80ed90e2c2", - "label": "커트", - "amount": 10000, + "id": "27f02229dc14ce910e2b", + "label": "수선(4,000~)", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bde9533153e6ab672b7b", + "label": "양복세탁", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a8f21afc8c80ed90e2c2-history", - "label": "커트", - "amount": 10000, + "id": "27f02229dc14ce910e2b-history", + "label": "수선(4,000~)", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bde9533153e6ab672b7b-history", + "label": "양복세탁", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15996", - "name": "영아네밥상", - "businessName": "영아네밥상", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 덕진구 송천로 35-4 (송천동1가)", - "district": "전북특별자치도 전주시", - "latitude": 35.856686667251026, - "longitude": 127.1180991261228, - "representativePriceAmount": 8000, - "representativePriceLabel": "한식뷔페(점심)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페(점심) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-274-6598 / 영업시간: 평일 : 11:00 ~ 22:00(브레이크 타임 14 : 30 ~ 17 : 00) 토요일 : 17:00 ~ 22:00 일요일 : 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-623-6237 / 영업시간: 10:00 ~ 19:30( 매주 일요일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4b496e6ce95515933faa", - "label": "한식뷔페(점심)", - "amount": 8000, + "id": "915670eca6799fae27d7", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "616ebfd5badf33b8a9b6", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4b496e6ce95515933faa-history", - "label": "한식뷔페(점심)", - "amount": 8000, + "id": "915670eca6799fae27d7-history", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "616ebfd5badf33b8a9b6-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5622", - "name": "예향밥상", - "businessName": "예향밥상", - "categorySlug": "korean", - "address": "전라남도 목포시 수문로20번길 7-3 1층(남교동)", - "district": "전라남도 목포시", - "latitude": 34.7925532071234, - "longitude": 126.383301637162, + "id": "goodprice-2336", + "name": "두리미용실", + "businessName": "두리미용실", + "categorySlug": "beauty", + "address": "광주광역시 남구 천변좌로552번길 21-1 (방림동)", + "district": "광주광역시 남구", + "latitude": 35.1315523063789, + "longitude": 126.922620825529, "representativePriceAmount": 7000, - "representativePriceLabel": "한식뷔페", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-247-8989 / 영업시간: 11:30~20:00 정기휴무(매주 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-651-4151 / 영업시간: 08:00~18:00 정기휴무(매주 월요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "69b28fb837efe2ba10a4", - "label": "한식뷔페", + "id": "410fa57274f4f6f14870", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "ec1457330f37673880c5", + "label": "컷트", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "69b28fb837efe2ba10a4-history", - "label": "한식뷔페", + "id": "410fa57274f4f6f14870-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "ec1457330f37673880c5-history", + "label": "컷트", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10496", - "name": "옛날짜장", - "businessName": "옛날짜장", + "id": "goodprice-18248", + "name": "고향홍두깨손칼국수", + "businessName": "고향홍두깨손칼국수", "categorySlug": "korean", - "address": "전라남도 목포시 산정로 120-1 (산정동)", - "district": "전라남도 목포시", - "latitude": 34.7992827458212, - "longitude": 126.393162428108, - "representativePriceAmount": 6000, - "representativePriceLabel": "옛날짜장", + "address": "서울특별시 동대문구 경동시장로10길 53 (제기동)", + "district": "서울특별시 동대문구", + "latitude": 37.58138850183611, + "longitude": 127.04368550795968, + "representativePriceAmount": 5000, + "representativePriceLabel": "손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날짜장 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-272-1872", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6339-8868", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4569c03b51c1283b489f", - "label": "옛날짜장", - "amount": 6000, + "id": "99eb2912bcc733477bad", + "label": "손칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c09e84a4def102210157", - "label": "잔치국수", - "amount": 6000, + "id": "f9e0c3ccc43feb0f668c", + "label": "손수제비", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4569c03b51c1283b489f-history", - "label": "옛날짜장", - "amount": 6000, + "id": "99eb2912bcc733477bad-history", + "label": "손칼국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c09e84a4def102210157-history", - "label": "잔치국수", - "amount": 6000, + "id": "f9e0c3ccc43feb0f668c-history", + "label": "손수제비", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10502", - "name": "용일식육식당", - "businessName": "용일식육식당", - "categorySlug": "korean", - "address": "전라남도 목포시 양을로196번길 7 (용당동, 용일아파트)", - "district": "전라남도 목포시", - "latitude": 34.8104772153102, - "longitude": 126.391872175823, - "representativePriceAmount": 9000, - "representativePriceLabel": "백반", + "id": "goodprice-168", + "name": "공단사우나", + "businessName": "공단사우나", + "categorySlug": "bath", + "address": "서울특별시 관악구 시흥대로 578 (신림동) 공단사우나", + "district": "서울특별시 관악구", + "latitude": 37.48434402134444, + "longitude": 126.90311980650463, + "representativePriceAmount": 7000, + "representativePriceLabel": "목욕료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-272-0184", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-867-8665 / 영업시간: 영업시간 23:00에 영업 종료 23시 0분에 영업 종료 매일 06:00 - 23:00 - 저녁 9시까지 입실", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8c17f8a3bac87f3437b9", - "label": "백반", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d64f84e1c73fb523e970", - "label": "김치찌개", - "amount": 9000, + "id": "91d770675fa5f02a848a", + "label": "목욕료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8c17f8a3bac87f3437b9-history", - "label": "백반", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d64f84e1c73fb523e970-history", - "label": "김치찌개", - "amount": 9000, + "id": "91d770675fa5f02a848a-history", + "label": "목욕료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10500", - "name": "우아미미용실", - "businessName": "우아미미용실", - "categorySlug": "beauty", - "address": "전라남도 목포시 영산로250번길 13 (용당동)", - "district": "전라남도 목포시", - "latitude": 34.8020067240489, - "longitude": 126.39447577251, - "representativePriceAmount": 5000, - "representativePriceLabel": "커트(기본)", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(기본) 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-277-1869", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제비 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-635-7086 / 영업시간: 11:00 ~ 22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9fe7377200906dfb12e1", - "label": "커트(기본)", - "amount": 5000, + "id": "e3bf68ada9bf9499a474", + "label": "수제비", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "42c9f13e5e1a190741c1", + "label": "손수제비", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9fe7377200906dfb12e1-history", - "label": "커트(기본)", - "amount": 5000, + "id": "e3bf68ada9bf9499a474-history", + "label": "수제비", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "42c9f13e5e1a190741c1-history", + "label": "손수제비", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11261", - "name": "기계반점", - "businessName": "기계반점", - "categorySlug": "chinese", - "address": "경상북도 포항시 북구 기계면 자조길 15 1층", - "district": "경상북도 포항시", - "latitude": 36.070902333521, - "longitude": 129.211627068839, - "representativePriceAmount": 8000, - "representativePriceLabel": "짬뽕", + "id": "goodprice-19302", + "name": "민헤어", + "businessName": "민헤어", + "categorySlug": "beauty", + "address": "대전광역시 중구 대종로190번길 6 (석교동) 1층", + "district": "대전광역시 중구", + "latitude": 36.307855636545504, + "longitude": 127.44622158259023, + "representativePriceAmount": 5000, + "representativePriceLabel": "학생 커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짬뽕 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-246-4244", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 학생 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-284-2261", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c609584069ad06057cb0", - "label": "짬뽕", - "amount": 8000, + "id": "2611d47cb1191976380e", + "label": "학생 커트", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "3584c8ba8babeb23c8f3", + "label": "일반 커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c609584069ad06057cb0-history", - "label": "짬뽕", - "amount": 8000, + "id": "2611d47cb1191976380e-history", + "label": "학생 커트", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "3584c8ba8babeb23c8f3-history", + "label": "일반 커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6831", - "name": "대봉막창", - "businessName": "대봉막창", + "id": "goodprice-18819", + "name": "국수천천히", + "businessName": "국수천천히", "categorySlug": "korean", - "address": "경상남도 창원시 진해구 벚꽃로60번길 25 1층 1025호(화천동, 중앙시장)", - "district": "경상남도 창원시", - "latitude": 35.1510678992756, - "longitude": 128.665642625987, - "representativePriceAmount": 9000, - "representativePriceLabel": "돼지막창", + "address": "서울특별시 동대문구 서울시립대로28길 6 (전농동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.58248022110494, + "longitude": 127.05300099206838, + "representativePriceAmount": 5000, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지막창 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-545-7292", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2215-1025", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "49b78999cd1e2d745c4e", - "label": "돼지막창", - "amount": 9000, + "id": "179d60c9ffb0f2bf938c", + "label": "멸치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a41b62330d0d6581e063", - "label": "양념막창", - "amount": 10000, + "id": "c63406461e3f34db76c1", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6cc00b980e1aa4aefa30", - "label": "생삼겹", - "amount": 10000, + "id": "6c1dab690b1872cf3c83", + "label": "열무냉국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "49b78999cd1e2d745c4e-history", - "label": "돼지막창", - "amount": 9000, + "id": "179d60c9ffb0f2bf938c-history", + "label": "멸치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a41b62330d0d6581e063-history", - "label": "양념막창", - "amount": 10000, + "id": "c63406461e3f34db76c1-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6cc00b980e1aa4aefa30-history", - "label": "생삼겹", - "amount": 10000, + "id": "6c1dab690b1872cf3c83-history", + "label": "열무냉국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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인)", + "id": "goodprice-157", + "name": "미림17분칼라", + "businessName": "미림17분칼라", + "categorySlug": "other-service", + "address": "서울특별시 관악구 호암로26길 1 (신림동)", + "district": "서울특별시 관악구", + "latitude": 37.4709918069211, + "longitude": 126.933898672188, + "representativePriceAmount": 300, + "representativePriceLabel": "인화료", "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 라스트오더 - 명절 당일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 인화료 300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-871-7070", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fc543510becaf8645c68", - "label": "대패삼겹살(1인분_기본5인)", - "amount": 3000, + "id": "191d2fdcb74dddd484ee", + "label": "인화료", + "amount": 300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fc543510becaf8645c68-history", - "label": "대패삼겹살(1인분_기본5인)", - "amount": 3000, + "id": "191d2fdcb74dddd484ee-history", + "label": "인화료", + "amount": 300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15973", - "name": "돌솥밥 수", - "businessName": "돌솥밥 수", + "id": "goodprice-2994", + "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, + "address": "울산광역시 중구 서원1길 3 (반구동)", + "district": "울산광역시 중구", + "latitude": 35.5632555809223, + "longitude": 129.335301504887, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-293-8818 / 영업시간: 10:00~18:00 -1인분은13:30이후주문가능", + "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, + "id": "f24d2eb74ac6f49a318c", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a6ec06a067ff7bcaadc7-history", - "label": "돌솥밥 정식", - "amount": 10000, + "id": "f24d2eb74ac6f49a318c-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-4924", + "name": "포인트미용실", + "businessName": "포인트미용실", + "categorySlug": "beauty", + "address": "충청남도 천안시 동남구 공설시장2길 3 3층(대흥동)", + "district": "충청남도 천안시", + "latitude": 36.809026641418, + "longitude": 127.14934203827, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-567-8301 / 영업시간: 10:00~16:00 정기휴무(매주 일요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "9a98f1d599567ecafdd7-history", - "label": "김치찌개", - "amount": 8000, + "id": "8bbf19c8d4b935fb71d0", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "6471886fc4c35ee3cb41-history", - "label": "순두부찌개", - "amount": 8000, + "id": "8bbf19c8d4b935fb71d0-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7121", - "name": "김희선제주몸국", - "businessName": "김희선제주몸국", + "id": "goodprice-10378", + "name": "그린하우스", + "businessName": "그린하우스", "categorySlug": "korean", - "address": "제주특별자치도 제주시 어영길 45-6 1층(용담삼동)", - "district": "제주특별자치도 제주시", - "latitude": 33.5185567991117, - "longitude": 126.49807778062, - "representativePriceAmount": 9000, - "representativePriceLabel": "몸국", + "address": "서울특별시 동대문구 전농로 219 (전농동)", + "district": "서울특별시 동대문구", + "latitude": 37.58369688833996, + "longitude": 127.0532274604834, + "representativePriceAmount": 7000, + "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라스트오더", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2247-2247", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8c8ace33d8347cae2949", - "label": "몸국", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "a0afc4424070607b609e", - "label": "고사리육개장", - "amount": 9000, + "id": "7aeb9fc844bb273e7ab9", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8f394ca05bd3322806ae", - "label": "고등어구이", - "amount": 10000, + "id": "56a89c0ff6e209ec1802", + "label": "참치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8c8ace33d8347cae2949-history", - "label": "몸국", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "a0afc4424070607b609e-history", - "label": "고사리육개장", - "amount": 9000, + "id": "7aeb9fc844bb273e7ab9-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8f394ca05bd3322806ae-history", - "label": "고등어구이", - "amount": 10000, + "id": "56a89c0ff6e209ec1802-history", + "label": "참치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14247", - "name": "꽃가마식당", - "businessName": "꽃가마식당", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 신산로 97 (일도이동) 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.50533987098967, - "longitude": 126.53587722621165, - "representativePriceAmount": 10000, - "representativePriceLabel": "갈비탕", + "id": "goodprice-170", + "name": "빨리셀프크리닝", + "businessName": "빨리셀프크리닝", + "categorySlug": "laundry", + "address": "서울특별시 관악구 신림로 224 (신림동)", + "district": "서울특별시 관악구", + "latitude": 37.477578628549, + "longitude": 126.936674835194, + "representativePriceAmount": 3900, + "representativePriceLabel": "세탁료(양복1벌)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 갈비탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-755-6454", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료(양복1벌) 3,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-872-8253 / 영업시간: 영업시간 영업 종료 09:00에 영업 시작 9시 0분에 영업 시작 금 09:00 - 09:30 토 09:00 - 09:30 일 정기휴무 (매주 일요일) 월 09:00 - 09:30 화 09:00 - 09:30 수 09:00 - 09:30 목 09:00 - 09:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2842c9b78ad0a6f496a7", - "label": "갈비탕", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0a0de8bdbeba3d67a2f1", - "label": "성게국", - "amount": 10000, + "id": "d793d7e80961294ebaa0", + "label": "세탁료(양복1벌)", + "amount": 3900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2842c9b78ad0a6f496a7-history", - "label": "갈비탕", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "0a0de8bdbeba3d67a2f1-history", - "label": "성게국", - "amount": 10000, + "id": "d793d7e80961294ebaa0-history", + "label": "세탁료(양복1벌)", + "amount": 3900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18039", - "name": "꽃이피어나", - "businessName": "꽃이피어나", - "categorySlug": "beauty", - "address": "제주특별자치도 제주시 도남로 102-12 (도남동) 꽃이피어나", - "district": "제주특별자치도 제주시", - "latitude": 33.49138991942305, - "longitude": 126.52711922981103, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-722-1202", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 10:40~19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4937d425a8e501efd994", - "label": "커트", - "amount": 10000, + "id": "8c27edd344aef9057696", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ceddd8e3c08db374db8f", - "label": "아이커트", + "id": "967807d427281b4c30a1", + "label": "비빔밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4937d425a8e501efd994-history", - "label": "커트", - "amount": 10000, + "id": "8c27edd344aef9057696-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ceddd8e3c08db374db8f-history", - "label": "아이커트", + "id": "967807d427281b4c30a1-history", + "label": "비빔밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-948", - "name": "은미용실", - "businessName": "은미용실", + "id": "goodprice-6449", + "name": "사라헤어샵", + "businessName": "사라헤어샵", "categorySlug": "beauty", - "address": "서울특별시 종로구 사직로 108-6 (내자동)", - "district": "서울특별시 종로구", - "latitude": 37.5757821511679, - "longitude": 126.970611077009, - "representativePriceAmount": 5000, + "address": "경상북도 포항시 북구 두호로 20번길 8 사라헤어샵", + "district": "경상북도 포항시", + "latitude": 36.0604459834189, + "longitude": 129.376517950705, + "representativePriceAmount": 7000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-738-1882 / 영업시간: 09:00~14:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-277-9216 / 영업시간: 8시30분~19시 매주 일요일 휴무 공휴일 휴무 매월 넷째주 토요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "450c14e54f2a3bb2dc7d", + "id": "cc272974151296519d5f", "label": "커트", - "amount": 5000, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "450c14e54f2a3bb2dc7d-history", + "id": "cc272974151296519d5f-history", "label": "커트", - "amount": 5000, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19244", - "name": "을밀대 (소문난국밥전문)", - "businessName": "을밀대 (소문난국밥전문)", + "id": "goodprice-10352", + "name": "금복", + "businessName": "금복", "categorySlug": "korean", - "address": "서울특별시 종로구 수표로 131 (낙원동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.572493575407705, - "longitude": 126.98826091182536, - "representativePriceAmount": 3000, - "representativePriceLabel": "우거지해장국", + "address": "서울특별시 동대문구 안암로20길 16 (제기동)", + "district": "서울특별시 동대문구", + "latitude": 37.58737447659273, + "longitude": 127.03504769377918, + "representativePriceAmount": 5500, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우거지해장국 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-742-1633 / 영업시간: 04:00-22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-923-7844", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1127911d1e95b303ee81", - "label": "우거지해장국", - "amount": 3000, + "id": "dc4fcaac6211e3441777", + "label": "김치찌개", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "99280227dd2cb18abb8f", + "label": "된장찌개", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1127911d1e95b303ee81-history", - "label": "우거지해장국", - "amount": 3000, + "id": "dc4fcaac6211e3441777-history", + "label": "김치찌개", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "99280227dd2cb18abb8f-history", + "label": "된장찌개", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11182", - "name": "이레이발관", - "businessName": "이레이발관", - "categorySlug": "barber", - "address": "서울특별시 종로구 수표로 115 (낙원동)", - "district": "서울특별시 종로구", - "latitude": 37.5715425171338, - "longitude": 126.989053894726, - "representativePriceAmount": 7000, - "representativePriceLabel": "커트", + "id": "goodprice-13775", + "name": "사랑방스튜디오", + "businessName": "사랑방스튜디오", + "categorySlug": "other-service", + "address": "서울특별시 관악구 관천로12길 28-6 (신림동) 가윤 지하1층", + "district": "서울특별시 관악구", + "latitude": 37.48577409857916, + "longitude": 126.92614544766838, + "representativePriceAmount": 4000, + "representativePriceLabel": "보컬방", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-7192-6413", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 보컬방 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1305-4703", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bf2fc652e47245678158", - "label": "커트", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "4b68b122e7ae32510251", - "label": "염색", - "amount": 8000, + "id": "7de4b4197805b44b79a3", + "label": "보컬방", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bf2fc652e47245678158-history", - "label": "커트", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "4b68b122e7ae32510251-history", - "label": "염색", - "amount": 8000, + "id": "7de4b4197805b44b79a3-history", + "label": "보컬방", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1659", - "name": "전주식당", - "businessName": "전주식당", + "id": "goodprice-19176", + "name": "부산면가", + "businessName": "부산면가", "categorySlug": "korean", - "address": "부산광역시 중구 대청로 137번길9-1 (중앙동)", - "district": "부산광역시 중구", - "latitude": 35.1036816954121, - "longitude": 129.034881739077, - "representativePriceAmount": 9000, - "representativePriceLabel": "돌솥밥", + "address": "세종특별자치시 호려울로 29 (보람동) 110호", + "district": "세종특별자치시 호려울로", + "latitude": 36.477909935227785, + "longitude": 127.29023798268373, + "representativePriceAmount": 6500, + "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) 매주 일요일, 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "5233600915", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-862-0626", "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, + "id": "8e9ab34e11b7e10d86bf", + "label": "옛날칼국수", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6380d09504c638ac270c-history", - "label": "돌솥밥", - "amount": 9000, + "id": "8e9ab34e11b7e10d86bf-history", + "label": "옛날칼국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-14823", + "name": "사라헤어샵", + "businessName": "사라헤어샵", + "categorySlug": "beauty", + "address": "경상북도 포항시 북구 용흥로 63-4 (용흥동) 1층", + "district": "경상북도 포항시", + "latitude": 36.035157651010955, + "longitude": 129.35288057548124, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트(여성)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(여성) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "8e1c0819cd6701320216-history", - "label": "돌솥비빔밥", - "amount": 8000, + "id": "4d1e4d3ecfdaa55e1671", + "label": "커트(여성)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "2703c820694b1f08bfd9-history", - "label": "치즈밥", - "amount": 8000, + "id": "4d1e4d3ecfdaa55e1671-history", + "label": "커트(여성)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19098", - "name": "정가는집밥", - "businessName": "정가는집밥", + "id": "goodprice-10376", + "name": "김가네김밥", + "businessName": "김가네김밥", "categorySlug": "korean", - "address": "부산광역시 중구 동광길 28 (중앙동4가) 정가는집밥", - "district": "부산광역시 중구", - "latitude": 35.10397220382151, - "longitude": 129.03454710183587, - "representativePriceAmount": 8000, - "representativePriceLabel": "정식", + "address": "서울특별시 동대문구 서울시립대로16길 97-2 (전농동)", + "district": "서울특별시 동대문구", + "latitude": 37.57782337357348, + "longitude": 127.05575878506123, + "representativePriceAmount": 3000, + "representativePriceLabel": "김가네김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-240-1138 / 영업시간: 11:00~20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김가네김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2245-6340", "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, + "id": "c86ce855c93617f99356", + "label": "김가네김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d2811fc177220df59686", - "label": "김치찌개", - "amount": 9000, + "id": "d4bc17f50cc4b909983d", + "label": "깻잎김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8fedfddef91a71595301", - "label": "불고기백반", - "amount": 10000, + "id": "67ddcd7bf4cb7a5947c6", + "label": "떡국", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "c86ce855c93617f99356-history", + "label": "김가네김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d2811fc177220df59686-history", - "label": "김치찌개", - "amount": 9000, + "id": "d4bc17f50cc4b909983d-history", + "label": "깻잎김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8fedfddef91a71595301-history", - "label": "불고기백반", - "amount": 10000, + "id": "67ddcd7bf4cb7a5947c6-history", + "label": "떡국", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11185", - "name": "정원이용원", - "businessName": "정원이용원", - "categorySlug": "barber", - "address": "부산광역시 중구 대청로134번길16 (동광동3가)", - "district": "부산광역시 중구", - "latitude": 35.1014290808544, - "longitude": 129.034814332461, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-182", + "name": "수미용실", + "businessName": "수미용실", + "categorySlug": "beauty", + "address": "서울특별시 관악구 남부순환로 1534 수미용실", + "district": "서울특별시 관악구", + "latitude": 37.4827496745071, + "longitude": 126.921068034538, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트(학생)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-0108", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(학생) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-866-2410", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "50531fb144926121ebde", - "label": "커트", - "amount": 10000, + "id": "2781b436d930ced550e6", + "label": "커트(학생)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "50531fb144926121ebde-history", - "label": "커트", - "amount": 10000, + "id": "2781b436d930ced550e6-history", + "label": "커트(학생)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17980", - "name": "지정식당", - "businessName": "지정식당", - "categorySlug": "korean", - "address": "대구광역시 중구 중앙대로58길 10 (남산동) 남산동", - "district": "대구광역시 중구", - "latitude": 35.85740112997052, - "longitude": 128.59163907520352, - "representativePriceAmount": 6000, - "representativePriceLabel": "순두부", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-427-8322 / 영업시간: 월~토 10:00~21:00 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-304-0307 / 영업시간: 09:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2f9467ebc816cc3b1d5c", - "label": "순두부", - "amount": 6000, + "id": "c12ccc64e732c15fb3c6", + "label": "아메리카노", + "amount": 2900, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b3c037742f241acb148d", + "label": "카페라떼", + "amount": 3700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2f9467ebc816cc3b1d5c-history", - "label": "순두부", - "amount": 6000, + "id": "c12ccc64e732c15fb3c6-history", + "label": "아메리카노", + "amount": 2900, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b3c037742f241acb148d-history", + "label": "카페라떼", + "amount": 3700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2015", - "name": "천선루", - "businessName": "천선루", - "categorySlug": "chinese", - "address": "대구광역시 중구 대봉로 261-1 (봉산동)", - "district": "대구광역시 중구", - "latitude": 35.8618460883915, - "longitude": 128.600047477155, - "representativePriceAmount": 5500, - "representativePriceLabel": "짜장면", + "id": "goodprice-2113", + "name": "아빠이발관", + "businessName": "아빠이발관", + "categorySlug": "barber", + "address": "인천광역시 미추홀구 인주대로366번길 17 (주안동)", + "district": "인천광역시 미추홀구", + "latitude": 37.4505815918035, + "longitude": 126.677100250835, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-422-4222 / 영업시간: 매일 11:00-21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 8:00~18:30 정기휴무(매주목요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "de8080a658c318a727c9", - "label": "짜장면", - "amount": 5500, + "id": "b70b28eaeffc01c04c82", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "14820699c3c0b28f88f8", - "label": "짬뽕", - "amount": 7000, + "id": "4bff0175f40f166c60f9", + "label": "염색", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "de8080a658c318a727c9-history", - "label": "짜장면", - "amount": 5500, + "id": "b70b28eaeffc01c04c82-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "14820699c3c0b28f88f8-history", - "label": "짬뽕", - "amount": 7000, + "id": "4bff0175f40f166c60f9-history", + "label": "염색", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10070", - "name": "춘사김밥", - "businessName": "춘사김밥", - "categorySlug": "korean", - "address": "대구광역시 중구 중앙대로 282 (남산동)", - "district": "대구광역시 중구", - "latitude": 35.8583288163274, - "longitude": 128.591617516822, - "representativePriceAmount": 3000, - "representativePriceLabel": "참치김밥", + "id": "goodprice-483", + "name": "까페뜨랑", + "businessName": "까페뜨랑", + "categorySlug": "other-food", + "address": "서울특별시 동대문구 제기로 130 (청량리동)", + "district": "서울특별시 동대문구", + "latitude": 37.58642702617338, + "longitude": 127.04748948131413, + "representativePriceAmount": 2500, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 참치김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-423-7827", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6949-3928 / 영업시간: 매일 10:00-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f6f6ceae52993a1da95d", - "label": "참치김밥", - "amount": 3000, + "id": "d0f57e0dedaa2f990665", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ba3409f5bb110e88b6cf", - "label": "진미김밥", - "amount": 3000, + "id": "078fc7403f597ac481ba", + "label": "카페라떼", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "f6f6ceae52993a1da95d-history", - "label": "참치김밥", - "amount": 3000, + "id": "e04e7854f295b0d798cb", + "label": "카푸치노", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ba3409f5bb110e88b6cf-history", - "label": "진미김밥", - "amount": 3000, + "id": "701eeae4fd7a79ea3572", + "label": "빅아메리카노", + "amount": 4000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "9c4fbf16da3528bc8ea0", - "label": "콩나물국밥", - "amount": 7000, + "id": "2c9b466e358a50383b67", + "label": "카페 라떼", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d4d18bee457d5874d5a3", - "label": "콩나물비빔밥", - "amount": 7000, + "id": "a8512aed0c7eeb11980b", + "label": "흑당 달고나 라떼", + "amount": 4800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9c4fbf16da3528bc8ea0-history", - "label": "콩나물국밥", - "amount": 7000, + "id": "d0f57e0dedaa2f990665-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d4d18bee457d5874d5a3-history", - "label": "콩나물비빔밥", - "amount": 7000, + "id": "078fc7403f597ac481ba-history", + "label": "카페라떼", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e04e7854f295b0d798cb-history", + "label": "카푸치노", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "701eeae4fd7a79ea3572-history", + "label": "빅아메리카노", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2c9b466e358a50383b67-history", + "label": "카페 라떼", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a8512aed0c7eeb11980b-history", + "label": "흑당 달고나 라떼", + "amount": 4800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2227", - "name": "장터삼겹살(신흥)", - "businessName": "장터삼겹살(신흥)", - "categorySlug": "korean", - "address": "인천광역시 중구 서해대로454번길 11-3 (선화동)", - "district": "인천광역시 중구", - "latitude": 37.466061476741, - "longitude": 126.635998763313, - "representativePriceAmount": 10000, - "representativePriceLabel": "삼겹살(200g)", + "id": "goodprice-17447", + "name": "아성당구장", + "businessName": "아성당구장", + "categorySlug": "other-service", + "address": "서울특별시 관악구 호암로24길 41 (신림동) 지하1층", + "district": "서울특별시 관악구", + "latitude": 37.469623672014336, + "longitude": 126.93549896092203, + "representativePriceAmount": 1000, + "representativePriceLabel": "당구게임(10분)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(200g) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-887-5355 / 영업시간: 16:00~24:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 당구게임(10분) 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8a312be1a55ed7b9af67", - "label": "삼겹살(200g)", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b643b8c17fd6e7672bd8", - "label": "냉면", - "amount": 8000, + "id": "2194e495ca1a90922928", + "label": "당구게임(10분)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8a312be1a55ed7b9af67-history", - "label": "삼겹살(200g)", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b643b8c17fd6e7672bd8-history", - "label": "냉면", - "amount": 8000, + "id": "2194e495ca1a90922928-history", + "label": "당구게임(10분)", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2228", - "name": "장터삼겹살(연안)", - "businessName": "장터삼겹살(연안)", - "categorySlug": "korean", - "address": "인천광역시 중구 연안부두로53번길 31 (항동7가)", - "district": "인천광역시 중구", - "latitude": 37.4534364723169, - "longitude": 126.604052571574, - "representativePriceAmount": 9000, - "representativePriceLabel": "삼겹살 (180g)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 (180g) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-882-6880 / 영업시간: 15:00~23:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-243-0588 / 영업시간: 08:00~23:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bcd88fde243b5377c6dd", - "label": "삼겹살 (180g)", - "amount": 9000, + "id": "393b5e2b7035fd37d6b8", + "label": "팥빵", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "de2afa9a2eb156f749e8", - "label": "냉면", - "amount": 7000, + "id": "e023ccfd5df8d23acd8b", + "label": "아메리카노", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bcd88fde243b5377c6dd-history", - "label": "삼겹살 (180g)", - "amount": 9000, + "id": "393b5e2b7035fd37d6b8-history", + "label": "팥빵", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "de2afa9a2eb156f749e8-history", - "label": "냉면", - "amount": 7000, + "id": "e023ccfd5df8d23acd8b-history", + "label": "아메리카노", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "고등어구이", + "id": "goodprice-2338", + "name": "명동헤어센스", + "businessName": "명동헤어센스", + "categorySlug": "beauty", + "address": "광주광역시 남구 봉선로19번길 21 (봉선동)", + "district": "광주광역시 남구", + "latitude": 35.1317335784695, + "longitude": 126.905243090245, + "representativePriceAmount": 6000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-675-3198 / 영업시간: 09:00-19:00 휴게시간 12:00-13:00 정기휴무(매주일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6797a39547b1f483a94d", - "label": "고등어구이", - "amount": 10000, + "id": "fe5758ac29500b2c0674", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "34110c983869b3e3ed91", - "label": "숯불주물럭구이", - "amount": 10000, + "id": "d1afc83a4a22742bdb14", + "label": "드라이", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "853f0355990e0d469cb7", - "label": "콩나물불고기", - "amount": 10000, + "id": "b2a236230c05169efe68", + "label": "컷트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6797a39547b1f483a94d-history", - "label": "고등어구이", - "amount": 10000, + "id": "fe5758ac29500b2c0674-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "34110c983869b3e3ed91-history", - "label": "숯불주물럭구이", - "amount": 10000, + "id": "d1afc83a4a22742bdb14-history", + "label": "드라이", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "853f0355990e0d469cb7-history", - "label": "콩나물불고기", - "amount": 10000, + "id": "b2a236230c05169efe68-history", + "label": "컷트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13190", - "name": "전지적돼지시점", - "businessName": "전지적돼지시점", + "id": "goodprice-11344", + "name": "낙원떡방앗간", + "businessName": "낙원떡방앗간", "categorySlug": "korean", - "address": "광주광역시 동구 지산로 40 (지산동) 1층", - "district": "광주광역시 동구", - "latitude": 35.147333475396294, - "longitude": 126.93215202959168, - "representativePriceAmount": 7500, - "representativePriceLabel": "김치찌개", + "address": "서울특별시 동대문구 회기로25길 11 (회기동)", + "district": "서울특별시 동대문구", + "latitude": 37.590971093960796, + "longitude": 127.05497688177023, + "representativePriceAmount": 3000, + "representativePriceLabel": "인절미(400g)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1354-1656 / 영업시간: (월~금) 11:30~20:30 (토) 18:00~20:30 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 인절미(400g) 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-964-2450", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7e9a772806d5ad5058e3", - "label": "김치찌개", - "amount": 7500, + "id": "bde626e15d0e78a1763a", + "label": "인절미(400g)", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "939ca252b0be28a8d866", + "label": "영양떡(400g)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7e9a772806d5ad5058e3-history", - "label": "김치찌개", - "amount": 7500, + "id": "bde626e15d0e78a1763a-history", + "label": "인절미(400g)", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "939ca252b0be28a8d866-history", + "label": "영양떡(400g)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11652", - "name": "종합분식", - "businessName": "종합분식", - "categorySlug": "korean", - "address": "광주광역시 동구 장동로 23-3 (장동)", - "district": "광주광역시 동구", - "latitude": 35.1482844984997, - "longitude": 126.924369524217, - "representativePriceAmount": 3000, - "representativePriceLabel": "김밥", + "id": "goodprice-184", + "name": "열린미용실", + "businessName": "열린미용실", + "categorySlug": "beauty", + "address": "서울특별시 관악구 난곡로40길 16 (신림동)", + "district": "서울특별시 관악구", + "latitude": 37.4752814192096, + "longitude": 126.917677423159, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-225-4928 / 영업시간: 10:00-17:00 휴무일 일요일, 공휴일, 명절", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 09:30~21:30", "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, + "id": "55488b2087a3d1be7df4", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "55488b2087a3d1be7df4-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2546", - "name": "삼대째전통칼국수", - "businessName": "삼대째전통칼국수", + "id": "goodprice-15303", + "name": "남문건강제분소", + "businessName": "남문건강제분소", "categorySlug": "korean", - "address": "대전광역시 동구 대전로 825번길 13 (정동)", - "district": "대전광역시 동구", - "latitude": 36.3325533506759, - "longitude": 127.430855541848, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "address": "경기도 수원시 팔달구 창룡대로26번길 42-7 (남수동) 1층", + "district": "경기도 수원시", + "latitude": 37.28002458529435, + "longitude": 127.0188847877665, + "representativePriceAmount": 6000, + "representativePriceLabel": "콩나물국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-257-5432 / 영업시간: 09:30 ~ 20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-241-8002 / 영업시간: 09:00~21:00 화요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1911b6d1a1f052258302", - "label": "칼국수", - "amount": 7000, + "id": "e4166fabea6e8b8229a7", + "label": "콩나물국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "beb82e09c717cd9f8ad2", - "label": "콩국수(여름)", - "amount": 8000, + "id": "f9821c6901d3e9c45004", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b1f4e4f0b29ce136b60b", - "label": "칼국수(곱빼기)", - "amount": 8000, + "id": "488afc84183a91d07510", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "96eab12924a0fb14f46a", + "label": "순두부", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1911b6d1a1f052258302-history", - "label": "칼국수", - "amount": 7000, + "id": "e4166fabea6e8b8229a7-history", + "label": "콩나물국밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "beb82e09c717cd9f8ad2-history", - "label": "콩국수(여름)", - "amount": 8000, + "id": "f9821c6901d3e9c45004-history", + "label": "잔치국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "488afc84183a91d07510-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b1f4e4f0b29ce136b60b-history", - "label": "칼국수(곱빼기)", - "amount": 8000, + "id": "96eab12924a0fb14f46a-history", + "label": "순두부", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13385", - "name": "생일집", - "businessName": "생일집", - "categorySlug": "korean", - "address": "대전광역시 동구 대전로791번길 45 (중동) (중동)", - "district": "대전광역시 동구", - "latitude": 36.32931900162008, - "longitude": 127.43084985672475, - "representativePriceAmount": 8000, - "representativePriceLabel": "순대국밥", + "id": "goodprice-11089", + "name": "뷰티헤어샵", + "businessName": "뷰티헤어샵", + "categorySlug": "beauty", + "address": "대전광역시 중구 대둔산로386번길 15-5 1층 (산성동)", + "district": "대전광역시 중구", + "latitude": 36.3039819599395, + "longitude": 127.387122428167, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트(남)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-226-5254 / 영업시간: 09:00~21:00 / 매주 목요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-586-0858", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fe2e03543223f4b6d3f4", - "label": "순대국밥", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "fe3f449d61855b490c21", - "label": "설렁탕", - "amount": 9000, + "id": "8d48686fb0cf3e013739", + "label": "커트(남)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2d41d1f601d941de9487", - "label": "소머리국밥", - "amount": 9000, + "id": "580180ee79c4961014ab", + "label": "커트(여)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fe2e03543223f4b6d3f4-history", - "label": "순대국밥", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "fe3f449d61855b490c21-history", - "label": "설렁탕", - "amount": 9000, + "id": "8d48686fb0cf3e013739-history", + "label": "커트(남)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2d41d1f601d941de9487-history", - "label": "소머리국밥", - "amount": 9000, + "id": "580180ee79c4961014ab-history", + "label": "커트(여)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2540", - "name": "성심관", - "businessName": "성심관", - "categorySlug": "chinese", - "address": "대전광역시 동구 동대전로 208 (자양동)", - "district": "대전광역시 동구", - "latitude": 36.3401647426563, - "longitude": 127.449098715918, - "representativePriceAmount": 3000, - "representativePriceLabel": "짜장면", + "id": "goodprice-18239", + "name": "난망베이킹스튜디오", + "businessName": "난망베이킹스튜디오", + "categorySlug": "other-food", + "address": "서울특별시 동대문구 사가정로 41-1 (답십리동) 3층", + "district": "서울특별시 동대문구", + "latitude": 37.572980184516354, + "longitude": 127.05156599223547, + "representativePriceAmount": 3500, + "representativePriceLabel": "대만카스테라", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-637-2822 / 영업시간: 10:00~19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 대만카스테라 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-6639-8697", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "977b62686594381835f6", - "label": "짜장면", - "amount": 3000, + "id": "959d5eb14c0ceafaf6e9", + "label": "대만카스테라", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d694d53bf0fbd89fe3cc", - "label": "짬뽕", - "amount": 4000, + "id": "383c7aca174dd63d5bc7", + "label": "대만펑리수", + "amount": 3200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "b941a41347bb287ba773", - "label": "탕수육(中)", - "amount": 8000, + "id": "959d5eb14c0ceafaf6e9-history", + "label": "대만카스테라", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8559e8126020cea8f7f3", - "label": "우동", - "amount": 4000, + "id": "383c7aca174dd63d5bc7-history", + "label": "대만펑리수", + "amount": 3200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-11049", + "name": "착한 미용실 원.투.쓰리", + "businessName": "착한 미용실 원.투.쓰리", + "categorySlug": "beauty", + "address": "서울특별시 관악구 남부순환로 1620", + "district": "서울특별시 관악구", + "latitude": 37.4841236353776, + "longitude": 126.930713125297, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트(남자)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남자) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-424-2565", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "7e900dc1a2d6eced0202", - "label": "간짜장", - "amount": 4000, + "id": "926156c3ed51ab2f436f", + "label": "커트(남자)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f690c3e46c20689a9dc1", - "label": "울면", - "amount": 5000, + "id": "926156c3ed51ab2f436f-history", + "label": "커트(남자)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국시 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-252-6255 / 영업시간: 10:00 - 18:00 라스트오더 17:30 매주 일요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "9fb2710f75d429d2e76e", - "label": "군만두", - "amount": 4000, + "id": "751668ef606b1ac02aad", + "label": "칼국시", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c4b07d809ff792f14c39", - "label": "볶음밥", - "amount": 4000, + "id": "0771aac23c5ade21f90e", + "label": "잔치국시", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "15d5f0d4ee825328443d", - "label": "짜장밥", - "amount": 4000, + "id": "2c39310e2e26d6a19f6f", + "label": "비빔국시", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "9bdccac1be7483edc3d0", - "label": "짬뽕밥", - "amount": 4000, + "id": "751668ef606b1ac02aad-history", + "label": "칼국시", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7f155dfd58302c2bea7a", - "label": "육개장", - "amount": 5000, + "id": "0771aac23c5ade21f90e-history", + "label": "잔치국시", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "04e411fda35338dff7dd", - "label": "오므라이스", - "amount": 4500, + "id": "2c39310e2e26d6a19f6f-history", + "label": "비빔국시", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-3366", + "name": "정우세탁소", + "businessName": "정우세탁소", + "categorySlug": "laundry", + "address": "경기도 수원시 권선구 당수로189 (당수동)", + "district": "경기도 수원시", + "latitude": 37.2909063998983, + "longitude": 126.944116044227, + "representativePriceAmount": 2000, + "representativePriceLabel": "드라이(상의 또는 하의)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이(상의 또는 하의) 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-416-5326 / 영업시간: 09:00~21:00 (일요일 휴무)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "c006a501c19ff8690e13", + "label": "드라이(상의 또는 하의)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0f9f2d6b0a9ac441eb40", - "label": "김치볶음밥", + "id": "49a6bd6b5f8b9e54e1a6", + "label": "수선(면바지밑단줄임)", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f38ef6a5e8086b401504", - "label": "잡채밥", - "amount": 5000, + "id": "c006a501c19ff8690e13-history", + "label": "드라이(상의 또는 하의)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "84b4197e31d352031433", - "label": "콩국수", - "amount": 6000, + "id": "49a6bd6b5f8b9e54e1a6-history", + "label": "수선(면바지밑단줄임)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-506", + "name": "놀부만두", + "businessName": "놀부만두", + "categorySlug": "korean", + "address": "서울특별시 동대문구 망우로16길 15 (휘경동)", + "district": "서울특별시 동대문구", + "latitude": 37.58935268371408, + "longitude": 127.06148244815414, + "representativePriceAmount": 7000, + "representativePriceLabel": "고기통만두(10개)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기통만두(10개) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2241-7550 / 영업시간: 금 11:00-20:00 19:00라스트오더 토 정기휴무(매주토요일) 일 11:00-20:00 19:00라스트오더 월 11:00-20:00 19:00라스트오더 화 11:00-20:00 19:00라스트오더 수 11:00-20:00 19:00라스트오더 목 11:00-20:00 19:00라스트오더", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "35fb45c01a30e4416629", - "label": "새우볶음밥", + "id": "a4257d2c78d84e19734e", + "label": "고기통만두(10개)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d8393c6cfdc1f0696558", - "label": "삼선짬뽕", - "amount": 8000, + "id": "f6295e85af6b6e1f2beb", + "label": "김치만두(8개)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5a1e132c0754975be4cc", - "label": "양념탕수육", - "amount": 10000, + "id": "83b703db9d19f23c9d2b", + "label": "유부우동", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "977b62686594381835f6-history", - "label": "짜장면", - "amount": 3000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d694d53bf0fbd89fe3cc-history", - "label": "짬뽕", - "amount": 4000, + "id": "a4257d2c78d84e19734e-history", + "label": "고기통만두(10개)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b941a41347bb287ba773-history", - "label": "탕수육(中)", - "amount": 8000, + "id": "f6295e85af6b6e1f2beb-history", + "label": "김치만두(8개)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8559e8126020cea8f7f3-history", - "label": "우동", - "amount": 4000, + "id": "83b703db9d19f23c9d2b-history", + "label": "유부우동", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-10144", + "name": "착한세상미용실본점", + "businessName": "착한세상미용실본점", + "categorySlug": "beauty", + "address": "서울특별시 관악구 시흥대로 572 3층", + "district": "서울특별시 관악구", + "latitude": 37.4838892721327, + "longitude": 126.90281628743, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-154-4142", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "7e900dc1a2d6eced0202-history", - "label": "간짜장", - "amount": 4000, + "id": "67d75f859c5eba700f0b", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f690c3e46c20689a9dc1-history", - "label": "울면", - "amount": 5000, + "id": "67d75f859c5eba700f0b-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1359-7877 / 영업시간: 매일 11:00 - 19:30 라스트오더 19:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "9fb2710f75d429d2e76e-history", - "label": "군만두", + "id": "59c64e68c76af501daeb", + "label": "아메리카노", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c4b07d809ff792f14c39-history", - "label": "볶음밥", - "amount": 4000, + "id": "b051f9997a67624f5bf9", + "label": "아이스티", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "15d5f0d4ee825328443d-history", - "label": "짜장밥", + "id": "840a24c2af32ddbfb655", + "label": "얼그레이", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "9bdccac1be7483edc3d0-history", - "label": "짬뽕밥", + "id": "59c64e68c76af501daeb-history", + "label": "아메리카노", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "7f155dfd58302c2bea7a-history", - "label": "육개장", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "04e411fda35338dff7dd-history", - "label": "오므라이스", + "id": "b051f9997a67624f5bf9-history", + "label": "아이스티", "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0f9f2d6b0a9ac441eb40-history", - "label": "김치볶음밥", + "id": "840a24c2af32ddbfb655-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11390", - "name": "태화장터칼국수", - "businessName": "태화장터칼국수", - "categorySlug": "korean", - "address": "울산광역시 중구 화진길 11-4 (태화동)", - "district": "울산광역시 중구", - "latitude": 35.5552335681624, - "longitude": 129.308547033364, - "representativePriceAmount": 8000, - "representativePriceLabel": "들깨칼국수", + "id": "goodprice-6452", + "name": "서광미용실", + "businessName": "서광미용실", + "categorySlug": "beauty", + "address": "경상북도 포항시 북구 삼호로 487-12", + "district": "경상북도 포항시", + "latitude": 36.0714358990339, + "longitude": 129.398489426393, + "representativePriceAmount": 5000, + "representativePriceLabel": "여성커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 들깨칼국수 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-244-6569", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여성커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-251-6273 / 영업시간: 10시~22시 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "330a321735bdbb9bd496", - "label": "들깨칼국수", - "amount": 8000, + "id": "588862e904032ab3cf60", + "label": "여성커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "96397dbe4ff058829cac", - "label": "수제비", - "amount": 8000, + "id": "223b129a694bdd4b6793", + "label": "남성커트", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6b109f52e6fe75157c78", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "330a321735bdbb9bd496-history", - "label": "들깨칼국수", - "amount": 8000, + "id": "588862e904032ab3cf60-history", + "label": "여성커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "96397dbe4ff058829cac-history", - "label": "수제비", - "amount": 8000, + "id": "223b129a694bdd4b6793-history", + "label": "남성커트", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6b109f52e6fe75157c78-history", + "label": "커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13648", - "name": "텃밭의반찬&분식", - "businessName": "텃밭의반찬&분식", - "categorySlug": "korean", - "address": "울산광역시 중구 계변고개 11 (복산동) .", - "district": "울산광역시 중구", - "latitude": 35.560346871362604, - "longitude": 129.328562284427, + "id": "goodprice-18242", + "name": "대광반점", + "businessName": "대광반점", + "categorySlug": "chinese", + "address": "서울특별시 동대문구 전농로 19-1 (답십리동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.56685793779734, + "longitude": 127.0561402766234, "representativePriceAmount": 5000, - "representativePriceLabel": "된장찌개", + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2214-2341", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "339e09172f62a1451b79", - "label": "된장찌개", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "8a8bb0a40a7946ab37e5", - "label": "비빔밥", + "id": "55e07d1633b39c7d19c6", + "label": "짜장면", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "339e09172f62a1451b79-history", - "label": "된장찌개", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "8a8bb0a40a7946ab37e5-history", - "label": "비빔밥", + "id": "55e07d1633b39c7d19c6-history", + "label": "짜장면", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18450", - "name": "파송송분식", - "businessName": "파송송분식", - "categorySlug": "korean", - "address": "울산광역시 중구 종가4길 5 (유곡동) 101호", - "district": "울산광역시 중구", - "latitude": 35.56051072842763, - "longitude": 129.29590608898556, - "representativePriceAmount": 3500, - "representativePriceLabel": "떡볶이", + "id": "goodprice-189", + "name": "행복한미용실", + "businessName": "행복한미용실", + "categorySlug": "beauty", + "address": "서울특별시 관악구 양지2길 24 (신림동)", + "district": "서울특별시 관악구", + "latitude": 37.4703649673001, + "longitude": 126.931825414743, + "representativePriceAmount": 6000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-889-1882", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6cc4ca0bc9e0597d093f", - "label": "떡볶이", - "amount": 3500, + "id": "8695ef8182607accdd3a", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "0c535fc9e7aac3aed06e", - "label": "순대", - "amount": 3500, + "id": "8695ef8182607accdd3a-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-288-1932 / 영업시간: 영업 10:30 - 15:00 14:30 라스트오더", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "6cc4ca0bc9e0597d093f-history", - "label": "떡볶이", - "amount": 3500, + "id": "c27c37310072791440fb", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "0c535fc9e7aac3aed06e-history", - "label": "순대", - "amount": 3500, + "id": "c27c37310072791440fb-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10199", - "name": "자연셀프 세차장", - "businessName": "자연셀프 세차장", - "categorySlug": "other-service", - "address": "세종특별자치시 금남면 용포로 32", - "district": "세종특별자치시 금남면", - "latitude": 36.4613848948516, - "longitude": 127.280691708831, - "representativePriceAmount": 1000, - "representativePriceLabel": "고압세척(2분30초)", + "id": "goodprice-6800", + "name": "일신세탁", + "businessName": "일신세탁", + "categorySlug": "laundry", + "address": "경상남도 창원시 성산구 삼정자로 81 213호(성주동)", + "district": "경상남도 창원시", + "latitude": 35.1983007101813, + "longitude": 128.715072523023, + "representativePriceAmount": 2000, + "representativePriceLabel": "와이셔츠", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 고압세척(2분30초) 1,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 와이셔츠 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-262-1243", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "39e8238573ef6b7fe94f", - "label": "고압세척(2분30초)", - "amount": 1000, + "id": "6674d51df4c6ee3e1402", + "label": "와이셔츠", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "220cf8bc20b062312379", - "label": "에어청소(3분)", - "amount": 500, + "id": "941fb3e56ddff2731ee3", + "label": "정장하의", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6d61a7ea74d08f68cb3e", + "label": "정장상의", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "39e8238573ef6b7fe94f-history", - "label": "고압세척(2분30초)", - "amount": 1000, + "id": "6674d51df4c6ee3e1402-history", + "label": "와이셔츠", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "220cf8bc20b062312379-history", - "label": "에어청소(3분)", - "amount": 500, + "id": "941fb3e56ddff2731ee3-history", + "label": "정장하의", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6d61a7ea74d08f68cb3e-history", + "label": "정장상의", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19178", - "name": "전주미담콩나물국바바", - "businessName": "전주미담콩나물국바바", - "categorySlug": "korean", - "address": "세종특별자치시 아름서1길 27 (아름동) 101호", - "district": "세종특별자치시 아름서1길", - "latitude": 36.51128159316062, - "longitude": 127.24363527534015, - "representativePriceAmount": 5000, - "representativePriceLabel": "콩나물국밥", + "id": "goodprice-18855", + "name": "디디카페", + "businessName": "디디카페", + "categorySlug": "other-food", + "address": "서울특별시 동대문구 회기로21가길 10 (회기동) 1층 101호", + "district": "서울특별시 동대문구", + "latitude": 37.59198193359728, + "longitude": 127.05360962878765, + "representativePriceAmount": 1900, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1440-1549", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1483-1997", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "57f35dba9f77b83d232e", - "label": "콩나물국밥", - "amount": 5000, + "id": "04e6ce8aa05b5d55e0d4", + "label": "아메리카노", + "amount": 1900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ba61691b390963fbcac7", - "label": "만두", - "amount": 4000, + "id": "d50f86589d88dab00295", + "label": "카페라떼", + "amount": 3300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "57f35dba9f77b83d232e-history", - "label": "콩나물국밥", - "amount": 5000, + "id": "04e6ce8aa05b5d55e0d4-history", + "label": "아메리카노", + "amount": 1900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ba61691b390963fbcac7-history", - "label": "만두", - "amount": 4000, + "id": "d50f86589d88dab00295-history", + "label": "카페라떼", + "amount": 3300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15901", - "name": "정브레드", - "businessName": "정브레드", - "categorySlug": "other-food", - "address": "세종특별자치시 새롬중앙1로 13 (새롬동, 새뜸마을6단지) 상가", - "district": "세종특별자치시 새롬중앙1로", - "latitude": 36.48442826252241, - "longitude": 127.25083904576256, - "representativePriceAmount": 1000, - "representativePriceLabel": "찹쌀 도너츠", + "id": "goodprice-12", + "name": "M&M미용실", + "businessName": "M&M미용실", + "categorySlug": "beauty", + "address": "서울특별시 강남구 일원로3길 10 (일원1동)", + "district": "서울특별시 강남구", + "latitude": 37.4912248503892, + "longitude": 127.081547858424, + "representativePriceAmount": 7000, + "representativePriceLabel": "컷트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 찹쌀 도너츠 1,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-864-3311", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-341-3727 / 영업시간: 월 09:00~20:00 화 09:00-20:00 수 09:00-20:00 목 09:00-20:00 금 09:00~20:00 토 09:00~20:00 일 09:00~20:00 명절당일만 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d77e5866677bbbc598b0", - "label": "찹쌀 도너츠", - "amount": 1000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "6e1fb8e6a1113f981e13", - "label": "마들렌(레몬)", - "amount": 1200, + "id": "047696a71e6de93a4620", + "label": "컷트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d77e5866677bbbc598b0-history", - "label": "찹쌀 도너츠", - "amount": 1000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "6e1fb8e6a1113f981e13-history", - "label": "마들렌(레몬)", - "amount": 1200, + "id": "047696a71e6de93a4620-history", + "label": "컷트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15900", - "name": "집밥한식뷔페", - "businessName": "집밥한식뷔페", + "id": "goodprice-4746", + "name": "금와가든", + "businessName": "금와가든", "categorySlug": "korean", - "address": "세종특별자치시 부강면 부강외천로 139 집밥한식뷔페", - "district": "세종특별자치시 부강면", - "latitude": 36.52811606536304, - "longitude": 127.3824825445357, + "address": "충청북도 청주시 청원구 팔결로 66 (주중동)", + "district": "충청북도 청주시", + "latitude": 36.6890862826954, + "longitude": 127.482711215662, "representativePriceAmount": 6000, "representativePriceLabel": "한식뷔페", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1411-3828 / 영업시간: 월~토, 10:30~15:30", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-211-8660 / 영업시간: 매일 11:30-21:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e7d1602f1f9229f5c74e", + "id": "d41df5501e8462705fa8", "label": "한식뷔페", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e7d1602f1f9229f5c74e-history", + "id": "d41df5501e8462705fa8-history", "label": "한식뷔페", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3400", - "name": "동남세탁소", - "businessName": "동남세탁소", - "categorySlug": "laundry", - "address": "경기도 수원시 장안구 만석로101번길 46 (정자동)", - "district": "경기도 수원시", - "latitude": 37.3007439187584, - "longitude": 126.991377835815, + "id": "goodprice-19100", + "name": "넘버원 남성컷트", + "businessName": "넘버원 남성컷트", + "categorySlug": "barber", + "address": "부산광역시 동구 홍곡로91번길 6 (수정동)", + "district": "부산광역시 동구", + "latitude": 35.12614621917036, + "longitude": 129.04406141610724, "representativePriceAmount": 7000, - "representativePriceLabel": "드라이클리닝", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이클리닝 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-253-1414 / 영업시간: 09:00~22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1369-0925 / 영업시간: 09:30 ~ 18:30(매주 화요일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b9dd6eb50d4e0982f2c6", - "label": "드라이클리닝", + "id": "5bbfe28b69ce92a3d299", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "f716032a089d31acfc9a", - "label": "수선", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b9dd6eb50d4e0982f2c6-history", - "label": "드라이클리닝", + "id": "5bbfe28b69ce92a3d299-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-18240", + "name": "따뜻한밥상 외대점", + "businessName": "따뜻한밥상 외대점", + "categorySlug": "korean", + "address": "서울특별시 동대문구 이문로 58 (휘경동) 오스카빌딩 2층", + "district": "서울특별시 동대문구", + "latitude": 37.592384712273564, + "longitude": 127.05779432976583, + "representativePriceAmount": 3000, + "representativePriceLabel": "김치찌개", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1354-2143", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "f716032a089d31acfc9a-history", - "label": "수선", - "amount": 4000, + "id": "b2e0ab18b8f6f8f6b289", + "label": "김치찌개", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "b2e0ab18b8f6f8f6b289-history", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3393", - "name": "동아사우나", - "businessName": "동아사우나", - "categorySlug": "bath", - "address": "경기도 수원시 영통구 매여울로40번길 45 (매탄동)", - "district": "경기도 수원시", - "latitude": 37.2727443891937, - "longitude": 127.047494082233, - "representativePriceAmount": 10000, - "representativePriceLabel": "일반 입욕비", + "id": "goodprice-15542", + "name": "단골미용실", + "businessName": "단골미용실", + "categorySlug": "beauty", + "address": "서울특별시 송파구 풍성로23길 42 (풍납동) 단골미용실", + "district": "서울특별시 송파구", + "latitude": 37.53712847610229, + "longitude": 127.12078234501743, + "representativePriceAmount": 6000, + "representativePriceLabel": "미용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 일반 입욕비 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-214-3537 / 영업시간: 매일 05:30~19:00 * 계절별 조율", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-485-4936", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "500c141507437ecee324", - "label": "일반 입욕비", - "amount": 10000, + "id": "028d04b53f98dd795de9", + "label": "미용료(커트)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "500c141507437ecee324-history", - "label": "일반 입욕비", - "amount": 10000, + "id": "028d04b53f98dd795de9-history", + "label": "미용료(커트)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11391", - "name": "똘똘이네M카페", - "businessName": "똘똘이네M카페", + "id": "goodprice-16069", + "name": "기쁨가득 엄마밥상", + "businessName": "기쁨가득 엄마밥상", "categorySlug": "korean", - "address": "경기도 수원시 권선구 고색로 54번길66 (고색동)", - "district": "경기도 수원시", - "latitude": 37.2474159314554, - "longitude": 126.983768254338, - "representativePriceAmount": 3000, - "representativePriceLabel": "생삼겹(100g)", + "address": "충청북도 청주시 흥덕구 사운로190번길 1 (운천동)", + "district": "충청북도 청주시", + "latitude": 36.64618197563589, + "longitude": 127.47854183832706, + "representativePriceAmount": 6000, + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생삼겹(100g) 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-278-5081", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fb2e0777ca23c579a3f2", - "label": "생삼겹(100g)", - "amount": 3000, + "id": "d10fa185c4111ed3f338", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d4928b2e2aa9cd5bcb16", - "label": "비빔냉면", - "amount": 8000, + "id": "29dd0404ebb25a96757b", + "label": "순두부찌개", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "d10fa185c4111ed3f338-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b64d55807afac44b1e7c", - "label": "물냉면", - "amount": 8000, + "id": "29dd0404ebb25a96757b-history", + "label": "순두부찌개", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-2819", + "name": "샤론미용실", + "businessName": "샤론미용실", + "categorySlug": "beauty", + "address": "대전광역시 중구 대종로 182 (석교동)", + "district": "대전광역시 중구", + "latitude": 36.3075125040743, + "longitude": 127.446764835617, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트(남)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-272-4421 / 영업시간: 매일 09:00~19:00 정기휴무(일요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "420caf4662f8e1c03d30", + "label": "커트(남)", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9a978ccfe800bf55cae4", + "label": "커트(여)", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "fc128fa5eda2741dbcb0", + "label": "컷트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fb2e0777ca23c579a3f2-history", - "label": "생삼겹(100g)", - "amount": 3000, + "id": "420caf4662f8e1c03d30-history", + "label": "커트(남)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d4928b2e2aa9cd5bcb16-history", - "label": "비빔냉면", - "amount": 8000, + "id": "9a978ccfe800bf55cae4-history", + "label": "커트(여)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b64d55807afac44b1e7c-history", - "label": "물냉면", - "amount": 8000, + "id": "fc128fa5eda2741dbcb0-history", + "label": "컷트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13795", - "name": "박사로냉면", - "businessName": "박사로냉면", + "id": "goodprice-14391", + "name": "또래가마솥해장국", + "businessName": "또래가마솥해장국", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 서면 박사로 839 박사로냉면", - "district": "강원특별자치도 춘천시", - "latitude": 37.8919570462785, - "longitude": 127.68961561665465, + "address": "서울특별시 동대문구 제기로 15 (제기동)", + "district": "서울특별시 동대문구", + "latitude": 37.58663659350062, + "longitude": 127.03463790145233, "representativePriceAmount": 7000, - "representativePriceLabel": "냉면", + "representativePriceLabel": "해장국", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1399-2411 / 영업시간: 10:00 - 18:50 라스트오더 18:45 매주 월요일 정기휴무 동절기에는 19시까지 운영", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해장국 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-924-9319", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1cd68a57dcf7082ef4dc", - "label": "냉면", + "id": "ed6666e90c6cec8ce99c", + "label": "해장국", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b813102efdce95fcb76f", - "label": "갈비만두", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1cd68a57dcf7082ef4dc-history", - "label": "냉면", + "id": "ed6666e90c6cec8ce99c-history", + "label": "해장국", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b813102efdce95fcb76f-history", - "label": "갈비만두", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11109", - "name": "박설매미용실", - "businessName": "박설매미용실", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 서부대성로 126-1 1층(운교동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8783657017514, - "longitude": 127.73400940214, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-11157", + "name": "새서울세탁소", + "businessName": "새서울세탁소", + "categorySlug": "laundry", + "address": "서울특별시 송파구 동남로 17길 11 1층", + "district": "서울특별시 송파구", + "latitude": 37.4967563068702, + "longitude": 127.131187303406, + "representativePriceAmount": 7000, + "representativePriceLabel": "양복세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복세탁료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-814-8194", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "96d9e317af7948f7b465", - "label": "커트", - "amount": 10000, + "id": "14ae65c6f60a9836077b", + "label": "양복세탁료", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ddaa162883c09bac88b4", + "label": "셔츠세탁료", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "96d9e317af7948f7b465-history", - "label": "커트", - "amount": 10000, + "id": "14ae65c6f60a9836077b-history", + "label": "양복세탁료", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ddaa162883c09bac88b4-history", + "label": "셔츠세탁료", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4342", - "name": "박혜숙헤어", - "businessName": "박혜숙헤어", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 춘천로309번길 7 (후평동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8823136801827, - "longitude": 127.746727606313, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-257-1360", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1420-7277", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "edb4ef5364fd6bde14c4", - "label": "커트", - "amount": 10000, + "id": "e6646b5b885e609b83d4", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "edb4ef5364fd6bde14c4-history", - "label": "커트", - "amount": 10000, + "id": "e6646b5b885e609b83d4-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4383", - "name": "밥보네집", - "businessName": "밥보네집", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 서부대성로 239번길 4 (효자동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8730237470997, - "longitude": 127.744950136894, + "id": "goodprice-2808", + "name": "석교세탁소", + "businessName": "석교세탁소", + "categorySlug": "laundry", + "address": "대전광역시 중구 돌다리로17 (석교동)", + "district": "대전광역시 중구", + "latitude": 36.3080777274917, + "longitude": 127.441719431526, "representativePriceAmount": 6000, - "representativePriceLabel": "제육볶음정식", + "representativePriceLabel": "세탁료(상의)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육볶음정식 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-2123 / 영업시간: 10:00 - 21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료(상의) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-274-3382 / 영업시간: 매일 07:00~18:00 14:00~16:00 브레이크타임", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2c55b3f6e2c31807a34f", - "label": "제육볶음정식", + "id": "89840a4a0636a9e30bf0", + "label": "세탁료(상의)", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cb94c264dd00a9085c9e", - "label": "닭볶음정식", - "amount": 6000, + "id": "d62552de3bd25618cde2", + "label": "수선료", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "14d230bd3eeaf1bab585", - "label": "오징어볶음정식", + "id": "1c3ed132dae4d0b30f46", + "label": "양복", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "516e6aea9caace17c5cf", + "label": "티셔츠", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2c55b3f6e2c31807a34f-history", - "label": "제육볶음정식", + "id": "89840a4a0636a9e30bf0-history", + "label": "세탁료(상의)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cb94c264dd00a9085c9e-history", - "label": "닭볶음정식", - "amount": 6000, + "id": "d62552de3bd25618cde2-history", + "label": "수선료", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "14d230bd3eeaf1bab585-history", - "label": "오징어볶음정식", + "id": "1c3ed132dae4d0b30f46-history", + "label": "양복", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "516e6aea9caace17c5cf-history", + "label": "티셔츠", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15845", - "name": "다정순대국", - "businessName": "다정순대국", + "id": "goodprice-507", + "name": "명물식당", + "businessName": "명물식당", "categorySlug": "korean", - "address": "충청북도 청주시 청원구 직지대로 844-2 (우암동)", - "district": "충청북도 청주시", - "latitude": 36.64864564378414, - "longitude": 127.48481810685502, - "representativePriceAmount": 8000, - "representativePriceLabel": "순대국밥", + "address": "서울특별시 동대문구 답십리로51길 8-4 (답십리동)", + "district": "서울특별시 동대문구", + "latitude": 37.573253667475235, + "longitude": 127.05873688627321, + "representativePriceAmount": 6000, + "representativePriceLabel": "백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-274-1954", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2212-4039", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c148af6519e95c97cfb2", - "label": "순대국밥", - "amount": 8000, + "id": "cdcb577d2ffd90e950dc", + "label": "백반", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c148af6519e95c97cfb2-history", - "label": "순대국밥", - "amount": 8000, + "id": "cdcb577d2ffd90e950dc-history", + "label": "백반", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16073", - "name": "달시쓰", - "businessName": "달시쓰", - "categorySlug": "other-food", - "address": "충청북도 청주시 서원구 창직로 104 (사직동) 1층", - "district": "충청북도 청주시", - "latitude": 36.63017696582773, - "longitude": 127.47323022163665, - "representativePriceAmount": 2000, - "representativePriceLabel": "아메리카노", + "id": "goodprice-801", + "name": "샬롬미용실", + "businessName": "샬롬미용실", + "categorySlug": "beauty", + "address": "서울특별시 송파구 백제고분로15길14-1 샬롬미용실", + "district": "서울특별시 송파구", + "latitude": 37.5066542934978, + "longitude": 127.08514492095, + "representativePriceAmount": 7000, + "representativePriceLabel": "미용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-419-6540", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "210e6550275650c1b076", - "label": "아메리카노", - "amount": 2000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "972da0bcf512c5427e94", - "label": "카페라떼", - "amount": 3000, + "id": "9e9ee2a8b43da69b74d1", + "label": "미용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "210e6550275650c1b076-history", - "label": "아메리카노", - "amount": 2000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "972da0bcf512c5427e94-history", - "label": "카페라떼", - "amount": 3000, + "id": "9e9ee2a8b43da69b74d1-history", + "label": "미용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15579", - "name": "듀팡과자점", - "businessName": "듀팡과자점", - "categorySlug": "bakery", - "address": "충청남도 천안시 서북구 늘푸른5길 22 (두정동) 102호", - "district": "충청남도 천안시", - "latitude": 36.827325601311905, - "longitude": 127.12967689750721, - "representativePriceAmount": 1600, - "representativePriceLabel": "슈크림빵", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 슈크림빵 1,600원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-556-0456 / 영업시간: 08:00~22:00 정기휴무 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-231-0993", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3143e2b2896dc159931b", - "label": "슈크림빵", - "amount": 1600, + "id": "5ddd346193ead1403888", + "label": "손칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8bd5f88d4e398fb506a6", - "label": "단팥빵", - "amount": 1700, + "id": "3a64512ae4b163d91457", + "label": "수제비", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8da3666c430bf65f83d8", - "label": "추억의 야채빵", - "amount": 2900, + "id": "f76b70ac7411791853bc", + "label": "비빔국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "26ac6b25d3fa63898b9a", + "label": "비빔냉면", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6edb1760271046232b96", + "label": "열무냉면", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3143e2b2896dc159931b-history", - "label": "슈크림빵", - "amount": 1600, + "id": "5ddd346193ead1403888-history", + "label": "손칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8bd5f88d4e398fb506a6-history", - "label": "단팥빵", - "amount": 1700, + "id": "3a64512ae4b163d91457-history", + "label": "수제비", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8da3666c430bf65f83d8-history", - "label": "추억의 야채빵", - "amount": 2900, + "id": "f76b70ac7411791853bc-history", + "label": "비빔국수", + "amount": 7000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "fb7e9ce3ff2cc5682c8e", - "label": "아메리카노", - "amount": 3500, + "id": "26ac6b25d3fa63898b9a-history", + "label": "비빔냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "fb7e9ce3ff2cc5682c8e-history", - "label": "아메리카노", - "amount": 3500, + "id": "6edb1760271046232b96-history", + "label": "열무냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "아메리카노", + "id": "goodprice-6339", + "name": "성동이용소", + "businessName": "성동이용소", + "categorySlug": "barber", + "address": "경상북도 포항시 남구 상도로8번길 17", + "district": "경상북도 포항시", + "latitude": 36.0099590998095, + "longitude": 129.353648859394, + "representativePriceAmount": 5000, + "representativePriceLabel": "성인조발", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1365-2171 / 영업시간: 매일 09:00~23:30 휴무일 없음", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 성인조발 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 월~금", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cbfcb38b1a09a84a970f", - "label": "아메리카노", - "amount": 1500, + "id": "da18d421b7b3c790d337", + "label": "성인조발", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "00abe8aa6e7dc0a39eb5", - "label": "카페라떼", - "amount": 3600, + "id": "d79b7cdf4052e4d46aeb", + "label": "염색", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7c8c90c2e927fcc0a3e1", + "label": "기타 성인조발", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cbfcb38b1a09a84a970f-history", - "label": "아메리카노", - "amount": 1500, + "id": "da18d421b7b3c790d337-history", + "label": "성인조발", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "00abe8aa6e7dc0a39eb5-history", - "label": "카페라떼", - "amount": 3600, + "id": "d79b7cdf4052e4d46aeb-history", + "label": "염색", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7c8c90c2e927fcc0a3e1-history", + "label": "기타 성인조발", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5445", - "name": "자유식당", - "businessName": "자유식당", + "id": "goodprice-16156", + "name": "명성식당", + "businessName": "명성식당", "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 풍남문3길 25 (전동)", - "district": "전북특별자치도 전주시", - "latitude": 35.8148512494836, - "longitude": 127.146919020928, - "representativePriceAmount": 6000, - "representativePriceLabel": "청국장", + "address": "서울특별시 동대문구 무학로 142-2 (용두동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.576986767908934, + "longitude": 127.03083152169971, + "representativePriceAmount": 7000, + "representativePriceLabel": "백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-286-1986 / 영업시간: 오픈 시간은 일정하지 않으며 21:30분에 닫음", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-922-3192", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ea016189c6520a3b928b", - "label": "청국장", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "497b20890aa938d639aa", - "label": "된장찌개", - "amount": 6000, + "id": "9af8e49a10e675d3b76e", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "af4177e03dcbca143e57", - "label": "김치찌개", + "id": "3a37e0e0847565bc55a0", + "label": "콩나물국", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ea016189c6520a3b928b-history", - "label": "청국장", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "497b20890aa938d639aa-history", - "label": "된장찌개", - "amount": 6000, + "id": "9af8e49a10e675d3b76e-history", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "af4177e03dcbca143e57-history", - "label": "김치찌개", + "id": "3a37e0e0847565bc55a0-history", + "label": "콩나물국", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5432", - "name": "전원갈비", - "businessName": "전원갈비", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 서신천변로 57", - "district": "전북특별자치도 전주시", - "latitude": 35.8306785212809, - "longitude": 127.114061757425, - "representativePriceAmount": 8000, - "representativePriceLabel": "우렁쌈밥", + "id": "goodprice-806", + "name": "전혜영미용실", + "businessName": "전혜영미용실", + "categorySlug": "beauty", + "address": "서울특별시 송파구 토성로 38-6 상가 301호 (풍납동, 한강극동아파트)", + "district": "서울특별시 송파구", + "latitude": 37.5294607910398, + "longitude": 127.114054184816, + "representativePriceAmount": 5000, + "representativePriceLabel": "미용료(커트)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우렁쌈밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-242-8560 / 영업시간: 월~토 11:00-22:00 (휴무 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-471-2932 / 영업시간: 9:30~19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "45a3aa1d1b5bdd8c5cc4", - "label": "우렁쌈밥", - "amount": 8000, + "id": "ef4e118300bb77837845", + "label": "미용료(커트)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "45a3aa1d1b5bdd8c5cc4-history", - "label": "우렁쌈밥", - "amount": 8000, + "id": "ef4e118300bb77837845-history", + "label": "미용료(커트)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18285", - "name": "울도숯불갈비", - "businessName": "울도숯불갈비", + "id": "goodprice-6388", + "name": "고향식당", + "businessName": "고향식당", "categorySlug": "korean", - "address": "전라남도 목포시 대양로 107-1 (연산동) 1층", - "district": "전라남도 목포시", - "latitude": 34.821537871081894, - "longitude": 126.39121589517268, - "representativePriceAmount": 9000, - "representativePriceLabel": "돌판비빔밥", + "address": "경상북도 포항시 남구 오천읍 세계길 34-2 고향식당", + "district": "경상북도 포항시", + "latitude": 35.9651038865803, + "longitude": 129.415954040359, + "representativePriceAmount": 7000, + "representativePriceLabel": "정식", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌판비빔밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-276-7800", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-291-5806 / 영업시간: 5시 30분~17시 (브레이크타임 14시30분~17시) 명절 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bacf125b3a3778b72f2e", - "label": "돌판비빔밥", - "amount": 9000, + "id": "74015a8b72777526b52c", + "label": "정식", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b3afd5378138bfdcfd6b", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bacf125b3a3778b72f2e-history", - "label": "돌판비빔밥", - "amount": 9000, + "id": "74015a8b72777526b52c-history", + "label": "정식", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b3afd5378138bfdcfd6b-history", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5624", - "name": "유달산추어탕", - "businessName": "유달산추어탕", - "categorySlug": "korean", - "address": "전라남도 목포시 노적봉길 22-1 (죽동)", - "district": "전라남도 목포시", - "latitude": 34.7900302636707, - "longitude": 126.383065291475, - "representativePriceAmount": 9000, - "representativePriceLabel": "추어탕", + "id": "goodprice-10023", + "name": "두발할인점", + "businessName": "두발할인점", + "categorySlug": "barber", + "address": "부산광역시 동구 초량로13번길 43 2층(초량동)", + "district": "부산광역시 동구", + "latitude": 35.1171147206159, + "longitude": 129.039440222969, + "representativePriceAmount": 6000, + "representativePriceLabel": "컷트(일반)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-270-7030 / 영업시간: 09:00-20:00 정기휴무(매달 2번째 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 컷트(일반) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fcf24ba0d32a3e39da5a", - "label": "추어탕", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "01227cf8be9994814481", - "label": "순두부찌개", - "amount": 8000, + "id": "e7da0fe286d06cd0fbc9", + "label": "컷트(일반)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a651b28f0de7753f8903", - "label": "우렁이추어탕", - "amount": 9000, + "id": "c5c5b2fdb198c0a2347e", + "label": "컷트(경로)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "97a22d9c5ab87071c91c", - "label": "해물파전", - "amount": 10000, + "id": "1c648f65d0515e1cedfc", + "label": "염색(일반)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fcf24ba0d32a3e39da5a-history", - "label": "추어탕", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "01227cf8be9994814481-history", - "label": "순두부찌개", - "amount": 8000, + "id": "e7da0fe286d06cd0fbc9-history", + "label": "컷트(일반)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a651b28f0de7753f8903-history", - "label": "우렁이추어탕", - "amount": 9000, + "id": "c5c5b2fdb198c0a2347e-history", + "label": "컷트(경로)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "97a22d9c5ab87071c91c-history", - "label": "해물파전", - "amount": 10000, + "id": "1c648f65d0515e1cedfc-history", + "label": "염색(일반)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11413", - "name": "유달손칼국수", - "businessName": "유달손칼국수", + "id": "goodprice-18820", + "name": "밥이야기", + "businessName": "밥이야기", "categorySlug": "korean", - "address": "전라남도 목포시 상동로 65 (상동) 유달손칼국수", - "district": "전라남도 목포시", - "latitude": 34.81503671921055, - "longitude": 126.41272602035068, - "representativePriceAmount": 7500, - "representativePriceLabel": "멸치칼국수", + "address": "서울특별시 동대문구 한천로33길 21 (답십리동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.57642809141042, + "longitude": 127.0669117429603, + "representativePriceAmount": 7000, + "representativePriceLabel": "특정식(10찬)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치칼국수 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-278-1093", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 특정식(10찬) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3394-7433", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5e4c4ecbe6da655384c7", - "label": "멸치칼국수", - "amount": 7500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "abff08e830d679e828b0", - "label": "비빔국수", + "id": "9ee540b0a1c7714afa48", + "label": "특정식(10찬)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "38b11ac5d20005eaf1bf", - "label": "팥칼국수", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5e4c4ecbe6da655384c7-history", - "label": "멸치칼국수", - "amount": 7500, + "id": "9ee540b0a1c7714afa48-history", + "label": "특정식(10찬)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-10660", + "name": "챠밍미용실", + "businessName": "챠밍미용실", + "categorySlug": "beauty", + "address": "서울특별시 송파구 성내천로18길 3 챠밍미용실", + "district": "서울특별시 송파구", + "latitude": 37.4987100192311, + "longitude": 127.142863848529, + "representativePriceAmount": 7000, + "representativePriceLabel": "미용료(커트)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-400-6512", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "abff08e830d679e828b0-history", - "label": "비빔국수", + "id": "58cde54b26101bd1f72c", + "label": "미용료(커트)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "38b11ac5d20005eaf1bf-history", - "label": "팥칼국수", - "amount": 8000, + "id": "58cde54b26101bd1f72c-history", + "label": "미용료(커트)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10498", - "name": "일로순대", - "businessName": "일로순대", + "id": "goodprice-16132", + "name": "공원분식", + "businessName": "공원분식", "categorySlug": "korean", - "address": "전라남도 목포시 삼일로13번길 4 (남교동)", - "district": "전라남도 목포시", - "latitude": 34.7936987314894, - "longitude": 126.383236507782, - "representativePriceAmount": 8000, - "representativePriceLabel": "순대", + "address": "경상북도 포항시 북구 환호공원길 19-1 (환호동) 공원분식", + "district": "경상북도 포항시", + "latitude": 36.06805492716173, + "longitude": 129.3918551381414, + "representativePriceAmount": 6000, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-243-9424", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-242-9337", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "86f6c662d39d33efee86", - "label": "순대", - "amount": 8000, + "id": "37a5cfb5aea0128d0cff", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e26475506926fc701851", - "label": "순대국밥", - "amount": 8000, + "id": "be65fe5e71e17e07df73", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "86f6c662d39d33efee86-history", - "label": "순대", - "amount": 8000, + "id": "37a5cfb5aea0128d0cff-history", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e26475506926fc701851-history", - "label": "순대국밥", - "amount": 8000, + "id": "be65fe5e71e17e07df73-history", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18335", - "name": "기와집식당", - "businessName": "기와집식당", - "categorySlug": "korean", - "address": "경상북도 포항시 남구 연일읍 동문로 45-2 기와집식당", - "district": "경상북도 포항시", - "latitude": 35.994115629687634, - "longitude": 129.35170500121095, - "representativePriceAmount": 8000, - "representativePriceLabel": "소고기국밥", + "id": "goodprice-15328", + "name": "보석사우나", + "businessName": "보석사우나", + "categorySlug": "bath", + "address": "광주광역시 남구 봉선중앙로124번길 24 (방림동) 보석사우나", + "district": "광주광역시 남구", + "latitude": 35.13217245735194, + "longitude": 126.91327652898718, + "representativePriceAmount": 7000, + "representativePriceLabel": "대인 목욕료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소고기국밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-283-9888", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 목욕료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-671-7270 / 영업시간: 05:30~18:00 / 화요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5c9278fca628e9c9b6cd", - "label": "소고기국밥", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "75c99f5c98c6a6e7a2de", - "label": "들깨시래기국밥", - "amount": 8000, + "id": "e5dcb4f5801f1a3bc203", + "label": "대인 목욕료", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5c9278fca628e9c9b6cd-history", - "label": "소고기국밥", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "75c99f5c98c6a6e7a2de-history", - "label": "들깨시래기국밥", - "amount": 8000, + "id": "e5dcb4f5801f1a3bc203-history", + "label": "대인 목욕료", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14714", - "name": "길커피", - "businessName": "길커피", + "id": "goodprice-11215", + "name": "배트콩", + "businessName": "배트콩", "categorySlug": "other-food", - "address": "경상북도 포항시 남구 송도해안길73번길 2 (송도동) 1층", - "district": "경상북도 포항시", - "latitude": 36.03715240915286, - "longitude": 129.37803218689874, - "representativePriceAmount": 2000, - "representativePriceLabel": "원두커피", + "address": "서울특별시 동대문구 경희대로4길 52 (회기동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.59154149876361, + "longitude": 127.0551418511356, + "representativePriceAmount": 3000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 원두커피 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6213-1835", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "715ad751e95ea0678a95", - "label": "원두커피", - "amount": 2000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "47f422e25dd960f7b781", - "label": "생강차", - "amount": 2000, + "id": "2ea58aba312836d26546", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "148e7fdcbb54a07f71d8", - "label": "대추차", - "amount": 2000, + "id": "5cf187a1140e1cbc539b", + "label": "에스프레소", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "715ad751e95ea0678a95-history", - "label": "원두커피", - "amount": 2000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "47f422e25dd960f7b781-history", - "label": "생강차", - "amount": 2000, + "id": "2ea58aba312836d26546-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "148e7fdcbb54a07f71d8-history", - "label": "대추차", - "amount": 2000, + "id": "5cf187a1140e1cbc539b-history", + "label": "에스프레소", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18614", - "name": "동마산시장 815족발", - "businessName": "동마산시장 815족발", - "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 합성남9길 64 (합성동) 1층", - "district": "경상남도 창원시", - "latitude": 35.23951128222638, - "longitude": 128.58769435088436, - "representativePriceAmount": 10000, - "representativePriceLabel": "족발한팩", + "id": "goodprice-17432", + "name": "더맨커트", + "businessName": "더맨커트", + "categorySlug": "barber", + "address": "서울특별시 강동구 명일로 375 (명일동) 상가동 3층 40호", + "district": "서울특별시 강동구", + "latitude": 37.552045426490785, + "longitude": 127.14955997311392, + "representativePriceAmount": 5000, + "representativePriceLabel": "남성커트(현금가 / 샴푸 불가)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 족발한팩 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-255-0815 / 영업시간: 매일 12:00 - 21:40", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 남성커트(현금가 / 샴푸 불가) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1365-9814 / 영업시간: 매월 영업시간이 일정하지 않음 전화확인 후 방문요망", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3c35275523522fb44011", - "label": "족발한팩", - "amount": 10000, + "id": "dfb13faea6215293ca6a", + "label": "남성커트(현금가 / 샴푸 불가)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3c35275523522fb44011-history", - "label": "족발한팩", - "amount": 10000, + "id": "dfb13faea6215293ca6a-history", + "label": "남성커트(현금가 / 샴푸 불가)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16320", - "name": "동북식당", - "businessName": "동북식당", - "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 회원동15길 32 (회원동, 대양빌라) 동북식당", + "id": "goodprice-14472", + "name": "다래성", + "businessName": "다래성", + "categorySlug": "chinese", + "address": "경상남도 창원시 마산합포구 교방북2길 1 (교방동) 육일약국 인근", "district": "경상남도 창원시", - "latitude": 35.2204142401416, - "longitude": 128.57174853653618, + "latitude": 35.2148898765735, + "longitude": 128.56421595996898, "representativePriceAmount": 7000, - "representativePriceLabel": "한정식", + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한정식 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-224-4004", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-243-6166", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b4562ec984db220e6d16", - "label": "한정식", + "id": "e67d5f35a0c3bb2f806c", + "label": "짜장면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b4562ec984db220e6d16-history", - "label": "한정식", + "id": "e67d5f35a0c3bb2f806c-history", + "label": "짜장면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11421", - "name": "동촌손칼국수", - "businessName": "동촌손칼국수", - "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 합성남3길 39 (합성동)", - "district": "경상남도 창원시", - "latitude": 35.2388486973012, - "longitude": 128.585592677036, - "representativePriceAmount": 5500, - "representativePriceLabel": "손칼국수", + "id": "goodprice-10317", + "name": "더맨", + "businessName": "더맨", + "categorySlug": "barber", + "address": "강원특별자치도 원주시 치악고교길 28", + "district": "강원특별자치도 원주시", + "latitude": 37.315502711512, + "longitude": 127.960254250974, + "representativePriceAmount": 7000, + "representativePriceLabel": "성인컷(남성)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-255-3378", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 성인컷(남성) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-766-9494", "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": "김치찌개", + "id": "3d9df90281d3de4816f7", + "label": "성인컷(남성)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "김치찌개", + "id": "3d9df90281d3de4816f7-history", + "label": "성인컷(남성)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7044", - "name": "남문이용원", - "businessName": "남문이용원", - "categorySlug": "barber", - "address": "제주특별자치도 제주시 남성로 125 (삼도일동)", - "district": "제주특별자치도 제주시", - "latitude": 33.5090975162483, - "longitude": 126.518756056763, - "representativePriceAmount": 10000, - "representativePriceLabel": "일반컷트", + "id": "goodprice-11549", + "name": "버드나무순대국", + "businessName": "버드나무순대국", + "categorySlug": "korean", + "address": "서울특별시 동대문구 휘경로2길 42 (이문동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.59439437972906, + "longitude": 127.05998891253705, + "representativePriceAmount": 7000, + "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휴게시간", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-960-2932", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "34c2ead86073e84db27e", - "label": "일반컷트", - "amount": 10000, + "id": "a10c0ccb5caf7d275d06", + "label": "순대국밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "434879a5992bfb82139a", - "label": "학생컷트", + "id": "aaf6d956cfef068faa2e", + "label": "머리국밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d1119eb47eff58f906c9", - "label": "컷 학생 컷트", - "amount": 7000, + "id": "26751386deba45867de1", + "label": "냉면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "34c2ead86073e84db27e-history", - "label": "일반컷트", - "amount": 10000, + "id": "a10c0ccb5caf7d275d06-history", + "label": "순대국밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "434879a5992bfb82139a-history", - "label": "학생컷트", + "id": "aaf6d956cfef068faa2e-history", + "label": "머리국밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d1119eb47eff58f906c9-history", - "label": "컷 학생 컷트", - "amount": 7000, + "id": "26751386deba45867de1-history", + "label": "냉면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7222", - "name": "남촌식당", - "businessName": "남촌식당", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 서광로 174", - "district": "제주특별자치도 제주시", - "latitude": 33.4997144726038, - "longitude": 126.514871117614, - "representativePriceAmount": 6000, - "representativePriceLabel": "멸치국수", + "id": "goodprice-11043", + "name": "새나라머리방", + "businessName": "새나라머리방", + "categorySlug": "beauty", + "address": "서울특별시 강동구 천호옛길 51 1층 102호(성내동)", + "district": "서울특별시 강동구", + "latitude": 37.5338984088961, + "longitude": 127.123367445875, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-753-1502", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-482-3422", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4d1830147abb74d3ddd9", - "label": "멸치국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3bc7bcdcb0f05b10e245", - "label": "고기국수", + "id": "b4c154a899e7bc9503b2", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4d1830147abb74d3ddd9-history", - "label": "멸치국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3bc7bcdcb0f05b10e245-history", - "label": "고기국수", + "id": "b4c154a899e7bc9503b2-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10624", - "name": "남현순대", - "businessName": "남현순대", + "id": "goodprice-11423", + "name": "금악 똣똣라면", + "businessName": "금악 똣똣라면", "categorySlug": "korean", - "address": "제주특별자치도 제주시 천수로 56 108동 102호", + "address": "제주특별자치도 제주시 한림읍 금악로 18", "district": "제주특별자치도 제주시", - "latitude": 33.5039520338025, - "longitude": 126.542601590797, - "representativePriceAmount": 7000, - "representativePriceLabel": "멸치국수", + "latitude": 33.3586559057476, + "longitude": 126.296620943982, + "representativePriceAmount": 6500, + "representativePriceLabel": "똣똣라면(오리지널)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-751-3374", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 똣똣라면(오리지널) 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "745a6a036b47c468f9a9", - "label": "멸치국수", - "amount": 7000, + "id": "c9f40e1c42381560a249", + "label": "똣똣라면(오리지널)", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "371fa92453effb52f340", - "label": "몸국", - "amount": 9000, + "id": "5dde784b339aec88659d", + "label": "똣똣라면(순한맛)", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "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, + "id": "c9f40e1c42381560a249-history", + "label": "똣똣라면(오리지널)", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8dfbd885cafb69f43965-history", - "label": "냉국수", - "amount": 7000, + "id": "5dde784b339aec88659d-history", + "label": "똣똣라면(순한맛)", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19061", - "name": "이모네감자탕", - "businessName": "이모네감자탕", - "categorySlug": "korean", - "address": "서울특별시 종로구 새문안로9길 29-3 (당주동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.571272473253565, - "longitude": 126.97522954478573, - "representativePriceAmount": 9000, - "representativePriceLabel": "뼈해장국", + "id": "goodprice-5347", + "name": "수경미용실", + "businessName": "수경미용실", + "categorySlug": "beauty", + "address": "전북특별자치도 익산시 무왕로12길 6 수경미용실", + "district": "전북특별자치도 익산시", + "latitude": 35.9606322004805, + "longitude": 126.965317008185, + "representativePriceAmount": 4000, + "representativePriceLabel": "커트(학생)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뼈해장국 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-733-7314", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(학생) 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-857-5171 / 영업시간: 08:30~18:30(목 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "40a48551f039f2610793", - "label": "뼈해장국", - "amount": 9000, + "id": "04e2b21d7a194790a1c6", + "label": "커트(학생)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "5afe799423e7f8709dfa", + "label": "커트(일반)", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "40a48551f039f2610793-history", - "label": "뼈해장국", - "amount": 9000, + "id": "04e2b21d7a194790a1c6-history", + "label": "커트(학생)", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5afe799423e7f8709dfa-history", + "label": "커트(일반)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-950", - "name": "이소빈 머리나라", - "businessName": "이소빈 머리나라", - "categorySlug": "beauty", - "address": "서울특별시 종로구 명륜길 9 (명륜3가)", - "district": "서울특별시 종로구", - "latitude": 37.5879678107949, - "longitude": 126.996150319087, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-13727", + "name": "사나이뚝배기", + "businessName": "사나이뚝배기", + "categorySlug": "korean", + "address": "서울특별시 동대문구 경희대로4길 5 (회기동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.592580690345116, + "longitude": 127.05289457873386, + "representativePriceAmount": 6300, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장뚝배기 6,300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-963-2407", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fe56a992178eae02d730", - "label": "커트", - "amount": 10000, + "id": "6f48b5224f118f66329d", + "label": "된장뚝배기", + "amount": 6300, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a7f9f8a7891f09ed5ebd", + "label": "순두부뚝배기", + "amount": 6300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fe56a992178eae02d730-history", - "label": "커트", - "amount": 10000, + "id": "6f48b5224f118f66329d-history", + "label": "된장뚝배기", + "amount": 6300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "a7f9f8a7891f09ed5ebd-history", + "label": "순두부뚝배기", + "amount": 6300, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-955", - "name": "인사동칼국수", - "businessName": "인사동칼국수", - "categorySlug": "korean", - "address": "서울특별시 종로구 인사동5길 25 1층", - "district": "서울특별시 종로구", - "latitude": 37.5720973140597, - "longitude": 126.985392406484, - "representativePriceAmount": 7500, - "representativePriceLabel": "칼국수", + "id": "goodprice-17426", + "name": "오밀공방", + "businessName": "오밀공방", + "categorySlug": "other-service", + "address": "서울특별시 강동구 풍성로35길 10 (성내동) 102호", + "district": "서울특별시 강동구", + "latitude": 37.532613651001334, + "longitude": 127.12460978633963, + "representativePriceAmount": 5500, + "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 일요일,공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 카네이션비누 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1383-8340 / 영업시간: 화-일: 10:00~19:00 월: 정기휴무 (예약필수)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "db61cd965159e52c382c", - "label": "칼국수", - "amount": 7500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "f79f357ac590e0446996", - "label": "된장찌개", - "amount": 7500, + "id": "973dda6741fabf7bf27a", + "label": "카네이션비누", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f686f6d5824171628bb7", - "label": "순두부", - "amount": 7500, + "id": "47938af96af897cb4351", + "label": "하트비누", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "db61cd965159e52c382c-history", - "label": "칼국수", - "amount": 7500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "f79f357ac590e0446996-history", - "label": "된장찌개", - "amount": 7500, + "id": "973dda6741fabf7bf27a-history", + "label": "카네이션비누", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f686f6d5824171628bb7-history", - "label": "순두부", - "amount": 7500, + "id": "47938af96af897cb4351-history", + "label": "하트비누", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17053", - "name": "쭈니네부엌", - "businessName": "쭈니네부엌", - "categorySlug": "korean", - "address": "부산광역시 중구 중구로 86 (대청동4가) 1층", + "id": "goodprice-1637", + "name": "미도리우동", + "businessName": "미도리우동", + "categorySlug": "japanese", + "address": "부산광역시 중구 흑교로 45번길 10-1 (보수동)", "district": "부산광역시 중구", - "latitude": 35.10453814088189, - "longitude": 129.03021358937883, - "representativePriceAmount": 6000, - "representativePriceLabel": "추억의쫄우동", + "latitude": 35.1036985758005, + "longitude": 129.024128409662, + "representativePriceAmount": 4000, + "representativePriceLabel": "유부초밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추억의쫄우동 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-467-9359", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 유부초밥 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-244-8246 / 영업시간: 10:30 - 15:00, 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a477ed2e3270932317be", - "label": "추억의쫄우동", - "amount": 6000, + "id": "0dd8eea8d696633292eb", + "label": "유부초밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0475b2bc1cb47a5ae1c5", - "label": "카레덮밥", - "amount": 6500, + "id": "5ea365b83b6a80f89238", + "label": "우동", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "52f9ceb14db7343e765d", - "label": "제육덮밥", - "amount": 7500, + "id": "432af4dcd26e1381275b", + "label": "모밀국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a477ed2e3270932317be-history", - "label": "추억의쫄우동", - "amount": 6000, + "id": "0dd8eea8d696633292eb-history", + "label": "유부초밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0475b2bc1cb47a5ae1c5-history", - "label": "카레덮밥", - "amount": 6500, + "id": "5ea365b83b6a80f89238-history", + "label": "우동", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "52f9ceb14db7343e765d-history", - "label": "제육덮밥", - "amount": 7500, + "id": "432af4dcd26e1381275b-history", + "label": "모밀국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1639", - "name": "청춘탕수육", - "businessName": "청춘탕수육", - "categorySlug": "chinese", - "address": "부산광역시 중구 대청로135번길18 (중앙동4가)", - "district": "부산광역시 중구", - "latitude": 35.1043355825209, - "longitude": 129.034908852842, + "id": "goodprice-6815", + "name": "조크리닝", + "businessName": "조크리닝", + "categorySlug": "laundry", + "address": "경상남도 창원시 의창구 도계로 120 (도계동, 지하)", + "district": "경상남도 창원시", + "latitude": 35.2546036979377, + "longitude": 128.641412094309, "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "representativePriceLabel": "정장한벌", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-468-3786 / 영업시간: 영업시간 :10:30~21:00 일요일 휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장한벌 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-237-4005", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "aba099ccb520e0decfa3", - "label": "짜장면", + "id": "0504ab5c0a9e523ee0a9", + "label": "정장한벌", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "628cb5d65691a553d363", - "label": "짬뽕", - "amount": 6000, + "id": "a3ea17f7a628ac403934", + "label": "바지", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "be9f3f398176a40890cc", - "label": "볶음밥", - "amount": 6000, + "id": "4b7127d4a2990d6e24f3", + "label": "와이셔츠", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "aba099ccb520e0decfa3-history", - "label": "짜장면", + "id": "0504ab5c0a9e523ee0a9-history", + "label": "정장한벌", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "628cb5d65691a553d363-history", - "label": "짬뽕", - "amount": 6000, + "id": "a3ea17f7a628ac403934-history", + "label": "바지", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "be9f3f398176a40890cc-history", - "label": "볶음밥", - "amount": 6000, + "id": "4b7127d4a2990d6e24f3-history", + "label": "와이셔츠", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1633", - "name": "카페두콩", - "businessName": "카페두콩", - "categorySlug": "other-food", - "address": "부산광역시 중구 흑교로46번길8 (보수동1가)", - "district": "부산광역시 중구", - "latitude": 35.1034858345236, - "longitude": 129.025890398337, - "representativePriceAmount": 2500, - "representativePriceLabel": "아메리카노", + "id": "goodprice-10387", + "name": "삼보닭꼬치", + "businessName": "삼보닭꼬치", + "categorySlug": "korean", + "address": "서울특별시 동대문구 한천로 186 (장안동)", + "district": "서울특별시 동대문구", + "latitude": 37.57746456123217, + "longitude": 127.06816795077384, + "representativePriceAmount": 3500, + "representativePriceLabel": "파닭꼬치", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10:00-13:30 일요일 휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 파닭꼬치 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-6493-3450", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bc2096f155ba6bb3f86a", - "label": "아메리카노", - "amount": 2500, + "id": "93c13d9a26b53e1259bf", + "label": "파닭꼬치", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "474931ab6a9b68a04a4c", - "label": "카페라떼", - "amount": 3500, + "id": "daff3d174f7893d05805", + "label": "염통꼬치(4개)", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2078239698d2c7934769", + "label": "닭껍질꼬치(4개)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bc2096f155ba6bb3f86a-history", - "label": "아메리카노", - "amount": 2500, + "id": "93c13d9a26b53e1259bf-history", + "label": "파닭꼬치", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "474931ab6a9b68a04a4c-history", - "label": "카페라떼", - "amount": 3500, + "id": "daff3d174f7893d05805-history", + "label": "염통꼬치(4개)", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2078239698d2c7934769-history", + "label": "닭껍질꼬치(4개)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "커피", + "id": "goodprice-14837", + "name": "착한가격안경", + "businessName": "착한가격안경", + "categorySlug": "other-service", + "address": "서울특별시 강동구 성내로 11 (성내동) 1층", + "district": "서울특별시 강동구", + "latitude": 37.53050635321287, + "longitude": 127.12216786584726, + "representativePriceAmount": 4300, + "representativePriceLabel": "뿔테", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-2085-0982 / 영업시간: 영업시간 : 08:00 ~ 21:00 / 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 뿔테 4,300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-485-7677", "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, + "id": "e5d5b4f5551396a47da1", + "label": "뿔테", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "e5d5b4f5551396a47da1-history", + "label": "뿔테", + "amount": 4300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10077", - "name": "특별한돼지국밥", - "businessName": "특별한돼지국밥", - "categorySlug": "korean", - "address": "대구광역시 중구 국채보상로140길 35 (동인동4가) .", - "district": "대구광역시 중구", - "latitude": 35.867239763231744, - "longitude": 128.60637360935215, - "representativePriceAmount": 8000, - "representativePriceLabel": "돼지국밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지국밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-5243", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 만둣국 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 월~토 15:00~22:00 매주 일요일 휴무 명절 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d2a4b69dd0703672f960", - "label": "돼지국밥", - "amount": 8000, + "id": "90be9cfabbae89a06c59", + "label": "만둣국", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "00a459006146926eaf37", - "label": "내장국밥", - "amount": 8000, + "id": "e6cd1311830e29811642", + "label": "찐만두", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b713b99dd8c318257e1b", - "label": "순대국밥", - "amount": 8000, + "id": "538c2922de55b1b33762", + "label": "군만두", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d2a4b69dd0703672f960-history", - "label": "돼지국밥", - "amount": 8000, + "id": "90be9cfabbae89a06c59-history", + "label": "만둣국", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "00a459006146926eaf37-history", - "label": "내장국밥", - "amount": 8000, + "id": "e6cd1311830e29811642-history", + "label": "찐만두", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b713b99dd8c318257e1b-history", - "label": "순대국밥", - "amount": 8000, + "id": "538c2922de55b1b33762-history", + "label": "군만두", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14629", - "name": "포항회식당", - "businessName": "포항회식당", - "categorySlug": "korean", - "address": "대구광역시 중구 대봉로 240 (대봉동, 대봉서한포레스트) 상가 106호. 포항회식당", - "district": "대구광역시 중구", - "latitude": 35.860129676053866, - "longitude": 128.6023289015774, - "representativePriceAmount": 7000, - "representativePriceLabel": "정식", + "id": "goodprice-2331", + "name": "사직세탁소", + "businessName": "사직세탁소", + "categorySlug": "laundry", + "address": "광주광역시 남구 백서로 55 (양림동)", + "district": "광주광역시 남구", + "latitude": 35.1380269781899, + "longitude": 126.914314672375, + "representativePriceAmount": 5000, + "representativePriceLabel": "세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-422-4415 / 영업시간: 평일, 토요일 11:00 - 19:00 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-651-8065 / 영업시간: 08:00-20:00 정기휴무(매주 일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "55e751eb61693caac548", - "label": "정식", - "amount": 7000, + "id": "65e8b1f1c97aec50b698", + "label": "세탁료", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f057ee5e80db1e20a7e2", - "label": "제육정식", - "amount": 10000, + "id": "881de30d9764b2cb0721", + "label": "수선료", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "55e751eb61693caac548-history", - "label": "정식", - "amount": 7000, + "id": "65e8b1f1c97aec50b698-history", + "label": "세탁료", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f057ee5e80db1e20a7e2-history", - "label": "제육정식", - "amount": 10000, + "id": "881de30d9764b2cb0721-history", + "label": "수선료", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17974", - "name": "한강반점", - "businessName": "한강반점", - "categorySlug": "chinese", - "address": "대구광역시 중구 달구벌대로387길 42 (대신동) 1층", - "district": "대구광역시 중구", - "latitude": 35.86500733659813, - "longitude": 128.57524030565048, - "representativePriceAmount": 3000, - "representativePriceLabel": "짜장면", + "id": "goodprice-485", + "name": "서울쉬퐁", + "businessName": "서울쉬퐁", + "categorySlug": "other-food", + "address": "서울특별시 동대문구 한천로63길 17 (이문동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.60394823824401, + "longitude": 127.06653078603297, + "representativePriceAmount": 2500, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-253-7518 / 영업시간: 월~일 10:30~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-966-2539 / 영업시간: 17:30에라스트오더 17시30분에라스트오더 금 10:00-18:00 17:30라스트오더 토 10:00-18:00 17:30라스트오더 일 정기휴무(매주일요일) 월(12/25) 성탄절휴무 화 10:00-18:00 17:30라스트오더 수(12/27) 10:00-20:00 목 10:00-18:00 17:30라스트오더 01/01새해첫날휴무 -수요일탄력적으로운영합니다:)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "711d0094290f423fd152", - "label": "짜장면", - "amount": 3000, + "id": "5b11deb2e3083614cc26", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5e780ecade65b2e66019", - "label": "간짜장", - "amount": 7000, + "id": "498827e3ecc4991bcefd", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d938fb7a4641d64161b9", - "label": "짬뽕", - "amount": 7000, + "id": "56277982c054cb9e4d87", + "label": "레몬치즈타르트", + "amount": 2800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "711d0094290f423fd152-history", - "label": "짜장면", - "amount": 3000, + "id": "de22f37e3fb321c9a5f0", + "label": "마들렌 2개", + "amount": 2900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5e780ecade65b2e66019-history", - "label": "간짜장", - "amount": 7000, + "id": "8e2595f4ad498fac1eca", + "label": "말차초코칩 스콘", + "amount": 2800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d938fb7a4641d64161b9-history", - "label": "짬뽕", - "amount": 7000, + "id": "f5384f4aa885602716ae", + "label": "얼그레이 쉬폰 M size", + "amount": 5500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "f3920536e903fc1f2d1d", - "label": "뚝배기", - "amount": 7000, + "id": "0363257acdd9007939be", + "label": "에스프레소 쉬폰 M size", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4926930af46b09ba60c1", - "label": "갈비탕", - "amount": 7000, + "id": "62977834e1d14bba095a", + "label": "초코 쉬폰 M size", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f740b1d230e58d2f4d1f", - "label": "김치찌개", - "amount": 6000, + "id": "0d6a8ee802af609d29cc", + "label": "초코 스콘", + "amount": 2800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ebbe16586b94ca25731a", - "label": "감자수제비", - "amount": 5000, + "id": "c0ac2a53568a25c1655f", + "label": "초코앤초코칩 미니머핀", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bc1d5649063cfa0a4230", - "label": "냉콩국수", - "amount": 6000, + "id": "f7ddf6e539e9fbaf0486", + "label": "크림치즈 미니머핀 9개입", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fff0bd6c195422df88b1", - "label": "된장찌개", - "amount": 6000, + "id": "21216e26646a8cdbcc84", + "label": "프랑스 리얼 가레트", + "amount": 1800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1a2e35e45673f2b95439", - "label": "비빔국수", - "amount": 6000, + "id": "fea40c5f166ac3c7ec3d", + "label": "플레인 순수머핀 9개입", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b06857941b1acf9dc44c", - "label": "비빔밥", - "amount": 6000, + "id": "bdcce94d95c31b5c9e4f", + "label": "플레인 스콘", + "amount": 2800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "8749f3164fd538cf4d16", - "label": "삼겹살", - "amount": 8000, + "id": "5b11deb2e3083614cc26-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b28e6a28094add7850c6", - "label": "소곰탕", - "amount": 7000, + "id": "498827e3ecc4991bcefd-history", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "61cc82eaa6c5477a69da", - "label": "칼국수", - "amount": 5000, + "id": "56277982c054cb9e4d87-history", + "label": "레몬치즈타르트", + "amount": 2800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "f3920536e903fc1f2d1d-history", - "label": "뚝배기", - "amount": 7000, + "id": "de22f37e3fb321c9a5f0-history", + "label": "마들렌 2개", + "amount": 2900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4926930af46b09ba60c1-history", - "label": "갈비탕", - "amount": 7000, + "id": "8e2595f4ad498fac1eca-history", + "label": "말차초코칩 스콘", + "amount": 2800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f740b1d230e58d2f4d1f-history", - "label": "김치찌개", - "amount": 6000, + "id": "f5384f4aa885602716ae-history", + "label": "얼그레이 쉬폰 M size", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ebbe16586b94ca25731a-history", - "label": "감자수제비", - "amount": 5000, + "id": "0363257acdd9007939be-history", + "label": "에스프레소 쉬폰 M size", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bc1d5649063cfa0a4230-history", - "label": "냉콩국수", - "amount": 6000, + "id": "62977834e1d14bba095a-history", + "label": "초코 쉬폰 M size", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fff0bd6c195422df88b1-history", - "label": "된장찌개", - "amount": 6000, + "id": "0d6a8ee802af609d29cc-history", + "label": "초코 스콘", + "amount": 2800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1a2e35e45673f2b95439-history", - "label": "비빔국수", - "amount": 6000, + "id": "c0ac2a53568a25c1655f-history", + "label": "초코앤초코칩 미니머핀", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b06857941b1acf9dc44c-history", - "label": "비빔밥", - "amount": 6000, + "id": "f7ddf6e539e9fbaf0486-history", + "label": "크림치즈 미니머핀 9개입", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8749f3164fd538cf4d16-history", - "label": "삼겹살", - "amount": 8000, + "id": "21216e26646a8cdbcc84-history", + "label": "프랑스 리얼 가레트", + "amount": 1800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b28e6a28094add7850c6-history", - "label": "소곰탕", - "amount": 7000, + "id": "fea40c5f166ac3c7ec3d-history", + "label": "플레인 순수머핀 9개입", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "61cc82eaa6c5477a69da-history", - "label": "칼국수", - "amount": 5000, + "id": "bdcce94d95c31b5c9e4f-history", + "label": "플레인 스콘", + "amount": 2800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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", + "id": "goodprice-16280", + "name": "청년이발", + "businessName": "청년이발", + "categorySlug": "barber", + "address": "서울특별시 강동구 천호대로176길 54 (성내동) 1층 102호", + "district": "서울특별시 강동구", + "latitude": 37.53209079493844, + "longitude": 127.13543826757437, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1305-4552 / 영업시간: 월~토: 09:00~19:00 일: 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bcffaa5439bea2013475", - "label": "콩나물국밥", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "abb3cf337674e17de910", - "label": "사골곰탕", - "amount": 9000, + "id": "88076e5f3c5ebfa3a8b9", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bcffaa5439bea2013475-history", - "label": "콩나물국밥", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "abb3cf337674e17de910-history", - "label": "사골곰탕", - "amount": 9000, + "id": "88076e5f3c5ebfa3a8b9-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16952", - "name": "진순두부", - "businessName": "진순두부", + "id": "goodprice-10074", + "name": "옛날국수", + "businessName": "옛날국수", "categorySlug": "korean", - "address": "인천광역시 중구 우현로35번길 24-3 (신포동) 1층", - "district": "인천광역시 중구", - "latitude": 37.47101351299041, - "longitude": 126.62511183339346, - "representativePriceAmount": 10000, - "representativePriceLabel": "바지락순두부+솥밥", + "address": "대구광역시 중구 중앙대로 439 향촌동", + "district": "대구광역시 중구", + "latitude": 35.8724146556383, + "longitude": 128.594100102946, + "representativePriceAmount": 2000, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바지락순두부+솥밥 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-764-9898", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-256-1221", "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, + "id": "bac684aa9229002191a1", + "label": "잔치국수", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "040cc557e0544e5f7257", - "label": "굴순두부+솥밥", - "amount": 10000, + "id": "11e6b304423b06b51aa1", + "label": "연탄불고기(1/2)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "bac684aa9229002191a1-history", + "label": "잔치국수", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "040cc557e0544e5f7257-history", - "label": "굴순두부+솥밥", - "amount": 10000, + "id": "11e6b304423b06b51aa1-history", + "label": "연탄불고기(1/2)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14225", - "name": "진흥각", - "businessName": "진흥각", - "categorySlug": "chinese", - "address": "인천광역시 중구 신포로23번길 20 (중앙동4가) 1층", - "district": "인천광역시 중구", - "latitude": 37.471703087227134, - "longitude": 126.62392009417408, - "representativePriceAmount": 6500, - "representativePriceLabel": "유니짜장", + "id": "goodprice-11014", + "name": "착한사진관", + "businessName": "착한사진관", + "categorySlug": "other-service", + "address": "경기도 수원시 팔달구 동말로 72 나동 2층", + "district": "경기도 수원시", + "latitude": 37.2785780425404, + "longitude": 127.002089847724, + "representativePriceAmount": 500, + "representativePriceLabel": "인화", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 유니짜장 6,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-772-3058", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 인화 500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-248-6801", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "43632da95f2069592ad4", - "label": "유니짜장", - "amount": 6500, + "id": "7c0a47c474a3ed783671", + "label": "인화", + "amount": 500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "43632da95f2069592ad4-history", - "label": "유니짜장", - "amount": 6500, + "id": "7c0a47c474a3ed783671-history", + "label": "인화", + "amount": 500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2249", - "name": "주영미용실", - "businessName": "주영미용실", - "categorySlug": "beauty", - "address": "광주광역시 동구 무등로375번길 27-1 1층(계림동)", - "district": "광주광역시 동구", - "latitude": 35.1630933471234, - "longitude": 126.924296217507, - "representativePriceAmount": 10000, - "representativePriceLabel": "성인남녀컷트", + "id": "goodprice-11305", + "name": "서희", + "businessName": "서희", + "categorySlug": "chinese", + "address": "서울특별시 동대문구 사가정로23길 64 (장안동, 성우스타팰리스) 105-101", + "district": "서울특별시 동대문구", + "latitude": 37.58163338009504, + "longitude": 127.07003011308035, + "representativePriceAmount": 5500, + "representativePriceLabel": "자장면(현금)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 성인남녀컷트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-529-3184 / 영업시간: 09:30-18:00 휴무 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면(현금) 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2212-8877", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c4ea8ff6386742d45a3c", - "label": "성인남녀컷트", - "amount": 10000, + "id": "27437bab37f1899e9c91", + "label": "자장면(현금)", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "abc66478f5f2fe91cc0e", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "04acd47e7859ddb088bc", - "label": "남녀커트", - "amount": 10000, + "id": "1487fb8abe24f4ef6887", + "label": "간짜장", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c4ea8ff6386742d45a3c-history", - "label": "성인남녀컷트", - "amount": 10000, + "id": "27437bab37f1899e9c91-history", + "label": "자장면(현금)", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "abc66478f5f2fe91cc0e-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "04acd47e7859ddb088bc-history", - "label": "남녀커트", - "amount": 10000, + "id": "1487fb8abe24f4ef6887-history", + "label": "간짜장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11310", - "name": "진 숯불갈비", - "businessName": "진 숯불갈비", - "categorySlug": "chinese", - "address": "광주광역시 동구 무등로 529 (산수동)", - "district": "광주광역시 동구", - "latitude": 35.1564823477708, - "longitude": 126.937445538702, - "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "id": "goodprice-86", + "name": "하나야 플라워앤공방", + "businessName": "하나야 플라워앤공방", + "categorySlug": "other-service", + "address": "서울특별시 강동구 상암로41길 67 (천호동, MAIBAUM 천호동아파트) 103호", + "district": "서울특별시 강동구", + "latitude": 37.54922798964577, + "longitude": 127.14115057178986, + "representativePriceAmount": 4500, + "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 휴무일 일요일, 명절", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 아로마오일 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-471-4769 / 영업시간: 월 10:00~18:30 화 10:00~18:30 수 10:00~18:30 목 10:00~18:30 금 10:00~18:30 토 10:00~18:30 일 정기휴무(매주 일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c45663a1187bda86b4b0", - "label": "짜장면", - "amount": 5000, + "id": "1d633b337852b768cc5c", + "label": "아로마오일", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "db35e7b7781fd940f644", - "label": "짬뽕", - "amount": 7000, + "id": "79b74a04e342b3c32240", + "label": "비누", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c45663a1187bda86b4b0-history", - "label": "짜장면", - "amount": 5000, + "id": "1d633b337852b768cc5c-history", + "label": "아로마오일", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "db35e7b7781fd940f644-history", - "label": "짬뽕", - "amount": 7000, + "id": "79b74a04e342b3c32240-history", + "label": "비누", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2277", - "name": "참스민", - "businessName": "참스민", + "id": "goodprice-17977", + "name": "와래이수제꼬치전문점", + "businessName": "와래이수제꼬치전문점", "categorySlug": "korean", - "address": "광주광역시 동구 남문로 752-3 1층(학동)", - "district": "광주광역시 동구", - "latitude": 35.1370928662675, - "longitude": 126.925449709403, - "representativePriceAmount": 3000, - "representativePriceLabel": "김밥", + "address": "대구광역시 중구 달구벌대로450길 16-6 (대봉동) 달구벌대로450길 16-6", + "district": "대구광역시 중구", + "latitude": 35.86127644033642, + "longitude": 128.60713054755325, + "representativePriceAmount": 4000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭꼬치 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-254-1553", "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, + "id": "597e56444a8edbd0b616", + "label": "닭꼬치", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "787b2a1244dd3724b678", - "label": "김밥(1줄)", - "amount": 2500, + "id": "901440c19185c8c9a7fb", + "label": "염통꼬치(8pcs)", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "757df860f976d998dc0a", - "label": "김치김밥(1줄)", - "amount": 3500, + "id": "597e56444a8edbd0b616-history", + "label": "닭꼬치", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "765c24e93e58e9c847cf", - "label": "김치볶음밥", + "id": "901440c19185c8c9a7fb-history", + "label": "염통꼬치(8pcs)", "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-3422", + "name": "챠밍미용실", + "businessName": "챠밍미용실", + "categorySlug": "beauty", + "address": "경기도 수원시 팔달구 매산로 101 (교동)", + "district": "경기도 수원시", + "latitude": 37.2707773453951, + "longitude": 127.01179750315, + "representativePriceAmount": 7000, + "representativePriceLabel": "컷트", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-257-3733 / 영업시간: 10:00~18:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "04db5a657af534692948", - "label": "김치우동", - "amount": 5000, + "id": "27aa67b09487c8c1a442", + "label": "컷트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "dcc9b5a06615a20a4ebd", - "label": "김치찌개", - "amount": 6000, + "id": "27aa67b09487c8c1a442-history", + "label": "컷트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-11555", + "name": "세진식당", + "businessName": "세진식당", + "categorySlug": "korean", + "address": "서울특별시 동대문구 서울시립대로 61-4 (전농동)", + "district": "서울특별시 동대문구", + "latitude": 37.57682883460906, + "longitude": 127.04777654203231, + "representativePriceAmount": 6000, + "representativePriceLabel": "백반", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2215-0305", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "c600fc1c278953320abe", - "label": "김치참치볶음밥", + "id": "be13e0b2628ab3036c70", + "label": "백반", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "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", + "id": "4af14e6c72f5fa61f9a1", "label": "된장찌개", - "amount": 5500, + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "cbb14a413c237f80e4bd", - "label": "떡국", + "id": "be13e0b2628ab3036c70-history", + "label": "백반", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "7c607b4e88293f3c04a1", - "label": "떡만두국", - "amount": 6500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b5c9e802e978a546f096", - "label": "떡볶이(쌀)", - "amount": 4000, + "id": "4af14e6c72f5fa61f9a1-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 쇠고기짜장면 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-423-8118 / 영업시간: 평일, 토요일 10:30 - 20:30 일요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "d172a5ed9873c8e042fa", - "label": "라볶이", - "amount": 4500, + "id": "0e7c9a64868c0096c327", + "label": "쇠고기짜장면", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d50498d3eb804549ea55", - "label": "만두국", - "amount": 6000, + "id": "8300ade851bc19ca5f98", + "label": "짬뽕", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ad8d2b30325ad42bc210", - "label": "바지락우동", - "amount": 5500, + "id": "0cadf78055d29e8ca9a0", + "label": "우동", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f4df5bb1906ea4e483c2", + "id": "3045c4408f6f80600d31", "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" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "e57e78d47bb44d53f27f", - "label": "비빔밥", + "id": "0e7c9a64868c0096c327-history", + "label": "쇠고기짜장면", "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1dc85112625b4c4ee985", - "label": "새우볶음밥", - "amount": 6000, + "id": "8300ade851bc19ca5f98-history", + "label": "짬뽕", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b2a7f591405d9f4677eb", - "label": "순두부찌개", - "amount": 5500, + "id": "0cadf78055d29e8ca9a0-history", + "label": "우동", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9cc71df65119f92f9b5e", - "label": "오뎅(한그릇)", - "amount": 4000, + "id": "3045c4408f6f80600d31-history", + "label": "볶음밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-4734", + "name": "원미용실", + "businessName": "원미용실", + "categorySlug": "beauty", + "address": "충청북도 청주시 청원구 율봉로94번길 27 (율량동)", + "district": "충청북도 청주시", + "latitude": 36.6654896584325, + "longitude": 127.480643814831, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트(여)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(여) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-212-4200 / 영업시간: 매일 09:00~19:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "524eebe19e8826033910", - "label": "우동", - "amount": 4000, + "id": "780357c9d6397749e5bc", + "label": "커트(여)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f08a6df82f87e0831e47", - "label": "유부우동", + "id": "780357c9d6397749e5bc-history", + "label": "커트(여)", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-18856", + "name": "시루앤도마", + "businessName": "시루앤도마", + "categorySlug": "other-food", + "address": "서울특별시 동대문구 제기로 131 (청량리동, 한신아파트) 121동 1층 6호", + "district": "서울특별시 동대문구", + "latitude": 37.587270026787095, + "longitude": 127.04826367370279, + "representativePriceAmount": 3000, + "representativePriceLabel": "호두강정", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 호두강정 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-7272-7777", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "30661efa681329b425ea", - "label": "제육덮밥", - "amount": 6000, + "id": "5b15c01ef5ca81930548", + "label": "호두강정", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e628215001e3ab628050", - "label": "쫄면", - "amount": 5000, + "id": "0315beef4e389d593262", + "label": "쌀술빵", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "4b6ed08c47f105140052", - "label": "참치김밥(1줄)", - "amount": 3500, + "id": "5b15c01ef5ca81930548-history", + "label": "호두강정", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "41dae43ee979554f829f", - "label": "참치덮밥", - "amount": 6500, + "id": "0315beef4e389d593262-history", + "label": "쌀술빵", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-255-8802 / 영업시간: 10:00~19:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "b3882edffdad430f95e4", - "label": "참치볶음밥", + "id": "c0d8462b59ebf338ce48", + "label": "칼국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "27b1b920490fc16d4456", - "label": "참치비빔밥", + "id": "3cff33a3dcec4f057d79", + "label": "칼제비", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "57b0f293d7bc585f3855", - "label": "참치찌개", + "id": "b180fd10b9b8d3b9ae3c", + "label": "손수제비", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "c99cea27a488fb99f62c", - "label": "치즈김밥(1줄)", - "amount": 3500, + "id": "c0d8462b59ebf338ce48-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "70a453876500ac76d897", - "label": "치즈돈까스", - "amount": 7500, + "id": "3cff33a3dcec4f057d79-history", + "label": "칼제비", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4192c6b972661e9056b4", - "label": "치즈된장찌개", + "id": "b180fd10b9b8d3b9ae3c-history", + "label": "손수제비", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-13069", + "name": "이리안경", + "businessName": "이리안경", + "categorySlug": "other-service", + "address": "전북특별자치도 익산시 선화로 329 (마동) 1층, 이리안경", + "district": "전북특별자치도 익산시", + "latitude": 35.945954477637, + "longitude": 126.96596579550369, + "representativePriceAmount": 5000, + "representativePriceLabel": "안경테", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 안경테 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-837-0121", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "05bfc5e205370e5f87fe", - "label": "치즈떡볶이", + "id": "65e6ac078560aedc6531", + "label": "안경테", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "bae3f2f4b7091c1bd49d", - "label": "치즈라볶이", - "amount": 5500, + "id": "65e6ac078560aedc6531-history", + "label": "안경테", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-11304", + "name": "신라방마라탕 장안동맛집", + "businessName": "신라방마라탕 장안동맛집", + "categorySlug": "chinese", + "address": "서울특별시 동대문구 천호대로79길 66 (장안동)", + "district": "서울특별시 동대문구", + "latitude": 37.56504359478191, + "longitude": 127.06448608529534, + "representativePriceAmount": 7000, + "representativePriceLabel": "마라탕", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 마라탕 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2212-9991", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "34fd5d29782104030082", - "label": "칼국수(1인분)", + "id": "7a03a1a1ac63da328621", + "label": "마라탕", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3b3332662ada72efe4cc-history", - "label": "김밥", - "amount": 3000, + "id": "7a03a1a1ac63da328621-history", + "label": "마라탕", + "amount": 7000, "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" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-762-0992 / 영업시간: 11:00~16:00 정기휴무(화요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "b2a7f591405d9f4677eb-history", - "label": "순두부찌개", + "id": "86af0e63ff25026bf1be", + "label": "우동", "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "9cc71df65119f92f9b5e-history", - "label": "오뎅(한그릇)", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "524eebe19e8826033910-history", + "id": "86af0e63ff25026bf1be-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14318", - "name": "손복순수라상뷔페", - "businessName": "손복순수라상뷔페", - "categorySlug": "korean", - "address": "대전광역시 동구 석천로 7-15 (낭월동) 낭월동", - "district": "대전광역시 동구", - "latitude": 36.27595980984733, - "longitude": 127.46565739495651, - "representativePriceAmount": 3000, - "representativePriceLabel": "뷔페(~7세)", + "id": "goodprice-5725", + "name": "원경미용실", + "businessName": "원경미용실", + "categorySlug": "beauty", + "address": "전라남도 여수시 덕충2길 68-12 (덕충동)", + "district": "전라남도 여수시", + "latitude": 34.7538965380339, + "longitude": 127.737162019308, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트(성인여성)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뷔페(~7세) 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-272-3233 / 영업시간: 10:30~18:00 / 일요일 휴무, 토요일은 14시까지만 운영 갓길주차(주차장은 없음)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(성인여성) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-663-5435 / 영업시간: 09:00~19:00 매주 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ce070dba0cbf2b762209", - "label": "뷔페(~7세)", - "amount": 3000, + "id": "361f0f0c1ebdab4bcf41", + "label": "커트(성인여성)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bb64cd5b5214cb6a638f", - "label": "뷔페(초등~성인)", - "amount": 6000, + "id": "6ffce1932ce3a4caa8e1", + "label": "컷트(성인여성)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ce070dba0cbf2b762209-history", - "label": "뷔페(~7세)", - "amount": 3000, + "id": "361f0f0c1ebdab4bcf41-history", + "label": "커트(성인여성)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bb64cd5b5214cb6a638f-history", - "label": "뷔페(초등~성인)", - "amount": 6000, + "id": "6ffce1932ce3a4caa8e1-history", + "label": "컷트(성인여성)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2533", - "name": "송미용실", - "businessName": "송미용실", - "categorySlug": "beauty", - "address": "대전광역시 동구 산내로 1302 (낭월동) 103호", - "district": "대전광역시 동구", - "latitude": 36.27973981942758, - "longitude": 127.46857116346227, - "representativePriceAmount": 8000, - "representativePriceLabel": "미용료(커트)", + "id": "goodprice-16098", + "name": "아리랑동가스", + "businessName": "아리랑동가스", + "categorySlug": "western", + "address": "서울특별시 동대문구 이문로28길 13 (이문동)", + "district": "서울특별시 동대문구", + "latitude": 37.59561543618536, + "longitude": 127.06063764607374, + "representativePriceAmount": 6500, + "representativePriceLabel": "마늘돈까스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-271-9443", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 마늘돈까스 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3295-2897", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3c54f63516c32d1aa9b1", - "label": "미용료(커트)", - "amount": 8000, + "id": "e6977b77e9eb6eb17ff9", + "label": "마늘돈까스", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "14af74ec2d58b59c5e0d", - "label": "커트", - "amount": 8000, + "id": "5035af720b6c6967bdbf", + "label": "치즈돈까스", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a52e343022e304a163e1", + "label": "생선까스", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3c54f63516c32d1aa9b1-history", - "label": "미용료(커트)", - "amount": 8000, + "id": "e6977b77e9eb6eb17ff9-history", + "label": "마늘돈까스", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "14af74ec2d58b59c5e0d-history", - "label": "커트", - "amount": 8000, + "id": "5035af720b6c6967bdbf-history", + "label": "치즈돈까스", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "a52e343022e304a163e1-history", + "label": "생선까스", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2524", - "name": "수정목욕탕", - "businessName": "수정목욕탕", - "categorySlug": "bath", - "address": "대전광역시 동구 비래서로62번길 103 (가양동)", - "district": "대전광역시 동구", - "latitude": 36.3498831171768, - "longitude": 127.449018725201, + "id": "goodprice-2225", + "name": "신포대패", + "businessName": "신포대패", + "categorySlug": "korean", + "address": "인천광역시 중구 개항로 23 (관동3가)", + "district": "인천광역시 중구", + "latitude": 37.4719246800065, + "longitude": 126.625275097774, "representativePriceAmount": 6000, - "representativePriceLabel": "목욕료", + "representativePriceLabel": "신포대패(120g)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-631-3660 / 영업시간: 05:00 ~ 18:00 매주 수요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 신포대패(120g) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-765-5237 / 영업시간: 16:00~01:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2ea7a3724ebf058ee693", - "label": "목욕료", + "id": "3c524898e96b91558a54", + "label": "신포대패(120g)", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "207a1dad1c0c2af09497", + "label": "냉동삼겹(120g)", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2ea7a3724ebf058ee693-history", - "label": "목욕료", + "id": "3c524898e96b91558a54-history", + "label": "신포대패(120g)", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "207a1dad1c0c2af09497-history", + "label": "냉동삼겹(120g)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18132", - "name": "슈퍼몽테마파크", - "businessName": "슈퍼몽테마파크", - "categorySlug": "other-service", - "address": "대전광역시 동구 석천로 8 (낭월동) 2층", - "district": "대전광역시 동구", - "latitude": 36.27670405471021, - "longitude": 127.46581697285043, - "representativePriceAmount": 5000, - "representativePriceLabel": "이용료(1시간)", + "id": "goodprice-6455", + "name": "송죽미용실", + "businessName": "송죽미용실", + "categorySlug": "beauty", + "address": "경상북도 포항시 북구 불종로 7 송죽미용실", + "district": "경상북도 포항시", + "latitude": 36.0392361815661, + "longitude": 129.360350348365, + "representativePriceAmount": 3000, + "representativePriceLabel": "커트", "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 매주 월요일, 화요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 8시30분~18시 매주 일요일 휴무", "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, + "id": "f2b1beebdd7cce1437a5", + "label": "커트", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6f48025fab16125a38f7-history", - "label": "이용료(1시간)", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "91800c208dc8353779c7-history", - "label": "이용료(2시간)", - "amount": 9000, + "id": "f2b1beebdd7cce1437a5-history", + "label": "커트", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14576", - "name": "할매칼국수", - "businessName": "할매칼국수", + "id": "goodprice-495", + "name": "영칼국수", + "businessName": "영칼국수", "categorySlug": "korean", - "address": "울산광역시 중구 중앙시장길 21-4 (옥교동) 1층", - "district": "울산광역시 중구", - "latitude": 35.55535577904836, - "longitude": 129.3236810137489, + "address": "서울특별시 동대문구 답십리로51길 10 (답십리동)", + "district": "서울특별시 동대문구", + "latitude": 37.57342683203908, + "longitude": 127.05872117736355, "representativePriceAmount": 7000, "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-245-1333 / 영업시간: 10:00~18:30 매달 3번째 수요일 정기휴무", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2213-0994 / 영업시간: 목 11:00-15:00 14:25라스트오더 금 11:00-15:00 14:25라스트오더 토 11:00-15:00 14:25라스트오더 일 정기휴무(매주일요일) 월 11:00-15:00 14:25라스트오더 화 11:00-15:00 14:25라스트오더 수 11:00-15:00 14:25라스트오더 01/01새해첫날휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "15c358645d752244231b", + "id": "70a70840fe4d7842d61b", "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8f50bc0fdad33ce8b487", - "label": "콩국수", - "amount": 6000, + "id": "ac2d47dc24bdc7bb18ae", + "label": "수제비", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e3560ed096436f9f8d79", + "label": "칼제비", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "15c358645d752244231b-history", + "id": "70a70840fe4d7842d61b-history", "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8f50bc0fdad33ce8b487-history", - "label": "콩국수", - "amount": 6000, + "id": "ac2d47dc24bdc7bb18ae-history", + "label": "수제비", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e3560ed096436f9f8d79-history", + "label": "칼제비", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2998", - "name": "할머니손칼국시", - "businessName": "할머니손칼국시", + "id": "goodprice-2235", + "name": "신포화로구이", + "businessName": "신포화로구이", "categorySlug": "korean", - "address": "울산광역시 중구 화진4길 20 (태화동)", - "district": "울산광역시 중구", - "latitude": 35.5559132736789, - "longitude": 129.307740756218, - "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "address": "인천광역시 중구 신포로 27번길 16 (관동3가)", + "district": "인천광역시 중구", + "latitude": 37.4719823087487, + "longitude": 126.624610999499, + "representativePriceAmount": 7500, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-245-8542", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-777-0099 / 영업시간: 11:30~23:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ee03ae6582839e0decad", - "label": "칼국수", - "amount": 6000, + "id": "1425fa97eed209cdb448", + "label": "김치찌개", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "28dc13a2cfe9f256f059", - "label": "비빔밥", - "amount": 6000, + "id": "c9773354e1b10224b0e1", + "label": "양푼비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ee03ae6582839e0decad-history", - "label": "칼국수", - "amount": 6000, + "id": "1425fa97eed209cdb448-history", + "label": "김치찌개", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "28dc13a2cfe9f256f059-history", - "label": "비빔밥", - "amount": 6000, + "id": "c9773354e1b10224b0e1-history", + "label": "양푼비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13647", - "name": "홍사부", - "businessName": "홍사부", - "categorySlug": "chinese", - "address": "울산광역시 중구 내황14길 50 (반구동, 나린헤리티지 2차) .", - "district": "울산광역시 중구", - "latitude": 35.55381618863106, - "longitude": 129.34837209424774, + "id": "goodprice-11036", + "name": "수양장여관(수양탕)", + "businessName": "수양장여관(수양탕)", + "categorySlug": "bath", + "address": "경상북도 포항시 남구 장기면 양포항길 57 수양장여관(수양탕)", + "district": "경상북도 포항시", + "latitude": 35.8822200294769, + "longitude": 129.519595633821, "representativePriceAmount": 6000, - "representativePriceLabel": "자장면", + "representativePriceLabel": "목욕료(대인)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-298-0777 / 영업시간: 월요일 정기휴무 화요일~일요일 10:00~20:30 / 20:00 라스트오더", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료(대인) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-276-0849", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a5c2158a33f036ad7e61", - "label": "자장면", + "id": "787c3cb3d2b61c67415b", + "label": "목욕료(대인)", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "32d42c19bcd96d9aaf25", - "label": "냉면", - "amount": 8000, + "id": "49d536d998b7aad05ebc", + "label": "목욕료(소인)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a5c2158a33f036ad7e61-history", - "label": "자장면", + "id": "787c3cb3d2b61c67415b-history", + "label": "목욕료(대인)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "32d42c19bcd96d9aaf25-history", - "label": "냉면", - "amount": 8000, + "id": "49d536d998b7aad05ebc-history", + "label": "목욕료(소인)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14612", - "name": "24시해장국", - "businessName": "24시해장국", + "id": "goodprice-10374", + "name": "옛고을닭한마리", + "businessName": "옛고을닭한마리", "categorySlug": "korean", - "address": "울산광역시 남구 번영로156번길 23 (달동) 1층", - "district": "울산광역시 남구", - "latitude": 35.53975218505595, - "longitude": 129.33041512613374, - "representativePriceAmount": 9000, - "representativePriceLabel": "순두부찌개", + "address": "서울특별시 동대문구 사가정로 7 (답십리동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.57060345934798, + "longitude": 127.04900645171843, + "representativePriceAmount": 7000, + "representativePriceLabel": "백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-274-3344", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2215-1316", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b1bf1f5c7b6568f13efc", - "label": "순두부찌개", - "amount": 9000, + "id": "a5d6c5f4d48df6e34156", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b1bf1f5c7b6568f13efc-history", - "label": "순두부찌개", - "amount": 9000, + "id": "a5d6c5f4d48df6e34156-history", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10180", - "name": "침산똥돼지", - "businessName": "침산똥돼지", + "id": "goodprice-2266", + "name": "밥s", + "businessName": "밥s", "categorySlug": "korean", - "address": "세종특별자치시 조치원읍 행복6길 40", - "district": "세종특별자치시 조치원읍", - "latitude": 36.606084930284, - "longitude": 127.293726259292, - "representativePriceAmount": 9000, - "representativePriceLabel": "오삼불고기(점심특선)", + "address": "광주광역시 동구 지산로 21 (지산동)", + "district": "광주광역시 동구", + "latitude": 35.1460563034625, + "longitude": 126.931121713111, + "representativePriceAmount": 4500, + "representativePriceLabel": "돈가스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 오삼불고기(점심특선) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-867-3391", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-222-2838 / 영업시간: 11:00-20:30 휴일 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1f2b1243d51c5431d7c7", - "label": "오삼불고기(점심특선)", - "amount": 9000, + "id": "6136b6929e51c959155d", + "label": "돈가스", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "142e19855e58125e6d48", - "label": "김치찌개(점심특선)", - "amount": 8000, + "id": "d6867df1620da57623e0", + "label": "치즈돈가스", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "1f2b1243d51c5431d7c7-history", - "label": "오삼불고기(점심특선)", - "amount": 9000, + "id": "a597f42336e5d96b7b20", + "label": "도리아(치킨 해물 김치 피자)", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "142e19855e58125e6d48-history", - "label": "김치찌개(점심특선)", - "amount": 8000, + "id": "ef0be6f803895d3d6426", + "label": "돈까스", + "amount": 4500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "e54b9d3d4229d440005f", - "label": "보리밥", - "amount": 8000, + "id": "342f62f8f63391446790", + "label": "치즈돈까스", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a01cf777fefe2a904b13", + "label": "치킨·해물·김치·피자 도리아", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e54b9d3d4229d440005f-history", - "label": "보리밥", - "amount": 8000, + "id": "6136b6929e51c959155d-history", + "label": "돈가스", + "amount": 4500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "aa04f0f6e38ef8cadc94", - "label": "된장찌개", - "amount": 8000, + "id": "d6867df1620da57623e0-history", + "label": "치즈돈가스", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8678ab83898f4483e007", - "label": "갈비탕", - "amount": 9000, + "id": "a597f42336e5d96b7b20-history", + "label": "도리아(치킨 해물 김치 피자)", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "aa04f0f6e38ef8cadc94-history", - "label": "된장찌개", - "amount": 8000, + "id": "ef0be6f803895d3d6426-history", + "label": "돈까스", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8678ab83898f4483e007-history", - "label": "갈비탕", - "amount": 9000, + "id": "342f62f8f63391446790-history", + "label": "치즈돈까스", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a01cf777fefe2a904b13-history", + "label": "치킨·해물·김치·피자 도리아", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "칼국수", + "id": "goodprice-7051", + "name": "신촌미용실", + "businessName": "신촌미용실", + "categorySlug": "beauty", + "address": "제주특별자치도 제주시 조천읍 신촌5길 24 신촌미용실", + "district": "제주특별자치도 제주시", + "latitude": 33.5361287092002, + "longitude": 126.620987597157, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 044-862-1128", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-784-9656", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9770ec500c57924bc47d", - "label": "칼국수", - "amount": 5000, + "id": "b616b06f99c139d0d632", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9770ec500c57924bc47d-history", - "label": "칼국수", - "amount": 5000, + "id": "b616b06f99c139d0d632-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3387", - "name": "뚱가네", - "businessName": "뚱가네", + "id": "goodprice-10366", + "name": "오케이식당", + "businessName": "오케이식당", "categorySlug": "korean", - "address": "경기도 수원시 영통구 영통로 217번길5 (영통동)", - "district": "경기도 수원시", - "latitude": 37.2466692531637, - "longitude": 127.056605302185, - "representativePriceAmount": 7000, - "representativePriceLabel": "차돌된장찌개", + "address": "서울특별시 동대문구 장한로18길 36 (장안동)", + "district": "서울특별시 동대문구", + "latitude": 37.56752539395785, + "longitude": 127.07102172457361, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 차돌된장찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-234-5208 / 영업시간: 매일 11:00~23:00 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2213-3671", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9c46e5453519cb36428d", - "label": "차돌된장찌개", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "eae87ea1722df82cde8e", - "label": "돼지김치찌개", - "amount": 7000, + "id": "5c89efad35101eb7e3fc", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a48da9d1aa3684da4a43", - "label": "라면", - "amount": 3000, + "id": "e44c40a51119db8b2022", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9c46e5453519cb36428d-history", - "label": "차돌된장찌개", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "eae87ea1722df82cde8e-history", - "label": "돼지김치찌개", - "amount": 7000, + "id": "5c89efad35101eb7e3fc-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a48da9d1aa3684da4a43-history", - "label": "라면", - "amount": 3000, + "id": "e44c40a51119db8b2022-history", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19001", - "name": "뚱보네 꽈배기", - "businessName": "뚱보네 꽈배기", - "categorySlug": "bakery", - "address": "경기도 수원시 장안구 경수대로1081번길 39 (파장동) 1층", - "district": "경기도 수원시", - "latitude": 37.30773025414107, - "longitude": 126.99299873461685, - "representativePriceAmount": 2000, - "representativePriceLabel": "꽈배기(3개)", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 꽈배기(3개) 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1489-1202 / 영업시간: 10:00~18:00 월요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 메밀만두 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-274-7787 / 영업시간: 11:00~15: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, + "id": "97255311643d762b605b", + "label": "메밀만두", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "97255311643d762b605b-history", + "label": "메밀만두", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18122", - "name": "러너커피로스터스", - "businessName": "러너커피로스터스", - "categorySlug": "other-food", - "address": "경기도 수원시 장안구 만석로209번길 12 (송죽동) 1층", - "district": "경기도 수원시", - "latitude": 37.305402508312305, - "longitude": 127.00062950713131, - "representativePriceAmount": 2500, - "representativePriceLabel": "아메리카노", + "id": "goodprice-11086", + "name": "여운영헤어메이크업 연구소", + "businessName": "여운영헤어메이크업 연구소", + "categorySlug": "beauty", + "address": "대전광역시 중구 목중로 45-16 1층(목동)", + "district": "대전광역시 중구", + "latitude": 36.3371233081224, + "longitude": 127.408896639547, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-3245-3759 / 영업시간: 08:00~20:00 / 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-226-7378", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ab87e8c82f8f93b4d808", - "label": "아메리카노", - "amount": 2500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "65fffe08ce5e175049e7", - "label": "카페라뗴", - "amount": 3500, + "id": "a0ae646f46b8bce66ebc", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ab87e8c82f8f93b4d808-history", - "label": "아메리카노", - "amount": 2500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "65fffe08ce5e175049e7-history", - "label": "카페라뗴", - "amount": 3500, + "id": "a0ae646f46b8bce66ebc-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4384", - "name": "밥짓는마을", - "businessName": "밥짓는마을", + "id": "goodprice-16155", + "name": "용두동홍가네", + "businessName": "용두동홍가네", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 중앙로 63-1 2층(중앙로2가)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8793858304165, - "longitude": 127.726806123679, + "address": "서울특별시 동대문구 무학로 116 (용두동)", + "district": "서울특별시 동대문구", + "latitude": 37.574482059067876, + "longitude": 127.03087524947837, "representativePriceAmount": 7000, "representativePriceLabel": "한식뷔페", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-242-2624 / 영업시간: 11:30 - 18:30 매주 토요일 정기휴무", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2243-2465", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e73d8af618c893616596", + "id": "0d124b59030c04e3ed91", "label": "한식뷔페", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e73d8af618c893616596-history", + "id": "0d124b59030c04e3ed91-history", "label": "한식뷔페", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11725", - "name": "백령밥집", - "businessName": "백령밥집", + "id": "goodprice-16083", + "name": "명동만두", + "businessName": "명동만두", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 백령로 180 (후평동) 가운데 1층", - "district": "강원특별자치도 춘천시", - "latitude": 37.87627632697244, - "longitude": 127.74631332467781, + "address": "대전광역시 동구 중앙로203번길 15 (중동) 약수식당", + "district": "대전광역시 동구", + "latitude": 36.331539175383156, + "longitude": 127.43111599831819, "representativePriceAmount": 7000, - "representativePriceLabel": "가정식백반", + "representativePriceLabel": "비빔밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-241-2287", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-256-0444 / 영업시간: 08:00~21:00 / 매주 일요일 정기 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4e35d14492b2b93f5555", - "label": "가정식백반", + "id": "c50ae2d299a22b770fb6", + "label": "비빔밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "15e19f04403770d0b27f", - "label": "된장찌개", + "id": "308a680d766079f9851c", + "label": "냉면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1007818e1bed42493cbf", - "label": "제육볶음", - "amount": 7000, + "id": "311e61c2b9f273ffde5b", + "label": "콩나물국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "4e35d14492b2b93f5555-history", - "label": "가정식백반", - "amount": 7000, + "id": "c8ea766fc76a33962432", + "label": "고기만두", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "15e19f04403770d0b27f-history", - "label": "된장찌개", + "id": "ac610a1e3a8e55b14c7d", + "label": "김치만두", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ece6a8e8eaa8524af341", + "label": "해물라면", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4370c9fb015d10957f20", + "label": "손만두국", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1007818e1bed42493cbf-history", - "label": "제육볶음", + "id": "882daae7dceca67a1b86", + "label": "떡만두국", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "a7b23641d8a9cc56ad29", - "label": "양복상의", - "amount": 5000, + "id": "c50ae2d299a22b770fb6-history", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2fb9d14f48673a5c9015", - "label": "양복하의", - "amount": 4000, + "id": "308a680d766079f9851c-history", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "349b2d08e465c0809d7a", - "label": "셔츠", - "amount": 4000, + "id": "311e61c2b9f273ffde5b-history", + "label": "콩나물국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "a7b23641d8a9cc56ad29-history", - "label": "양복상의", + "id": "c8ea766fc76a33962432-history", + "label": "고기만두", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2fb9d14f48673a5c9015-history", - "label": "양복하의", - "amount": 4000, + "id": "ac610a1e3a8e55b14c7d-history", + "label": "김치만두", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "349b2d08e465c0809d7a-history", - "label": "셔츠", - "amount": 4000, + "id": "ece6a8e8eaa8524af341-history", + "label": "해물라면", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4370c9fb015d10957f20-history", + "label": "손만두국", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "882daae7dceca67a1b86-history", + "label": "떡만두국", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16651", - "name": "백조컴퓨터세탁", - "businessName": "백조컴퓨터세탁", - "categorySlug": "laundry", - "address": "강원특별자치도 춘천시 퇴계로146번길 12-1 (퇴계동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.85855890084086, - "longitude": 127.73469966103542, - "representativePriceAmount": 5000, - "representativePriceLabel": "양복상의", + "id": "goodprice-13786", + "name": "코만도피싱", + "businessName": "코만도피싱", + "categorySlug": "other-service", + "address": "경상남도 창원시 진해구 명제로472번길 19-2 (제덕동) 1층 코만도피싱", + "district": "경상남도 창원시", + "latitude": 35.100912571878204, + "longitude": 128.7426294436375, + "representativePriceAmount": 3000, + "representativePriceLabel": "먼바다 줄낚시바늘", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복상의 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-261-8348", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 먼바다 줄낚시바늘 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-8203-4556", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "145e5e2aff423a5b73ab", - "label": "양복상의", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "37291fd3ead059e4bbe5", - "label": "양복하의", - "amount": 4000, + "id": "d673e1ac2b2943bdb096", + "label": "먼바다 줄낚시바늘", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "66c61efa6c13d5079bba", - "label": "셔츠", - "amount": 4000, + "id": "d86880d2b7246a5256fb", + "label": "한치에기", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "145e5e2aff423a5b73ab-history", - "label": "양복상의", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "37291fd3ead059e4bbe5-history", - "label": "양복하의", - "amount": 4000, + "id": "d673e1ac2b2943bdb096-history", + "label": "먼바다 줄낚시바늘", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "66c61efa6c13d5079bba-history", - "label": "셔츠", - "amount": 4000, + "id": "d86880d2b7246a5256fb-history", + "label": "한치에기", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15770", - "name": "대길식당", - "businessName": "대길식당", - "categorySlug": "korean", - "address": "충청북도 청주시 서원구 창신로 34-1 (사창동) 1층", - "district": "충청북도 청주시", - "latitude": 36.633961660488815, - "longitude": 127.46479698824699, - "representativePriceAmount": 7000, - "representativePriceLabel": "한우내장탕(보통)", + "id": "goodprice-11216", + "name": "원더월커피로스터스", + "businessName": "원더월커피로스터스", + "categorySlug": "other-food", + "address": "서울특별시 동대문구 답십리로 80 (답십리동)", + "district": "서울특별시 동대문구", + "latitude": 37.57473338785996, + "longitude": 127.04950893235026, + "representativePriceAmount": 1500, + "representativePriceLabel": "텀블러(to go) 아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우내장탕(보통) 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 049-271-0284", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 텀블러(to go) 아메리카노 1,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-8754-6467", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dda9658c4f877f1f55f0", - "label": "한우내장탕(보통)", - "amount": 7000, + "id": "5e32191d492db8e71bb7", + "label": "텀블러(to go) 아메리카노", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7308fa66f65dd5b105a0", - "label": "한우소머리곰탕(보통)", - "amount": 7000, + "id": "026e2499f5285566b8f2", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dda9658c4f877f1f55f0-history", - "label": "한우내장탕(보통)", - "amount": 7000, + "id": "5e32191d492db8e71bb7-history", + "label": "텀블러(to go) 아메리카노", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7308fa66f65dd5b105a0-history", - "label": "한우소머리곰탕(보통)", - "amount": 7000, + "id": "026e2499f5285566b8f2-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4737", - "name": "대동관", - "businessName": "대동관", - "categorySlug": "chinese", - "address": "충청북도 청주시 청원구 내수읍 내수로 731-2", - "district": "충청북도 청주시", - "latitude": 36.7268063827084, - "longitude": 127.536156682424, - "representativePriceAmount": 4000, - "representativePriceLabel": "자장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-214-0020 / 영업시간: 매일 10:30~20:30 매월 첫째,셋째주 월요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-621-7533 / 영업시간: 11:00 ~ 15:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9382d5bd361e8e01e946", - "label": "자장면", - "amount": 4000, + "id": "a2fbf71b41db68773f98", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fc2449e55df0014f321a", - "label": "짬뽕", + "id": "5678b4d0b4e5f8abb3e3", + "label": "수제비", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d4ea0ceb3e46a90bd02f", - "label": "우동", + "id": "2361f79e49285ec49000", + "label": "양푼이 비빔밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f8cfcf148953e283f06c", + "label": "칼제비", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9382d5bd361e8e01e946-history", - "label": "자장면", - "amount": 4000, + "id": "a2fbf71b41db68773f98-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fc2449e55df0014f321a-history", - "label": "짬뽕", + "id": "5678b4d0b4e5f8abb3e3-history", + "label": "수제비", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d4ea0ceb3e46a90bd02f-history", - "label": "우동", + "id": "2361f79e49285ec49000-history", + "label": "양푼이 비빔밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - } + "recordedAt": "2026-04-05" + }, + { + "id": "f8cfcf148953e283f06c-history", + "label": "칼제비", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } ], "comments": [] }, { - "id": "goodprice-15578", - "name": "로스팅포인트 오렌지", - "businessName": "로스팅포인트 오렌지", - "categorySlug": "other-food", - "address": "충청남도 천안시 서북구 불당25로 154 (불당동) 118호", - "district": "충청남도 천안시", - "latitude": 36.814917231485325, - "longitude": 127.10795228730834, - "representativePriceAmount": 3000, - "representativePriceLabel": "핸드드립", + "id": "goodprice-14794", + "name": "국제당구장", + "businessName": "국제당구장", + "categorySlug": "other-service", + "address": "인천광역시 연수구 앵고개로246번길 39-5 (동춘동) 4층 국제당구장", + "district": "인천광역시 연수구", + "latitude": 37.40710038806584, + "longitude": 126.67103903487067, + "representativePriceAmount": 5000, + "representativePriceLabel": "(기본)40분", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 핸드드립 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: \"07:30~19:00 정기휴무 매주 일요일\"", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 (기본)40분 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3b272c1d1e72028ec231", - "label": "핸드드립", - "amount": 3000, + "id": "29b1d5e42e75e65f2660", + "label": "(기본)40분", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "38a4ea5c1c248574ea24", - "label": "아메리카노", - "amount": 3000, + "id": "eec45ee92a564a95b4f7", + "label": "(추가)10분당", + "amount": 1200, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "29b1d5e42e75e65f2660-history", + "label": "(기본)40분", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ecdf90a5585e5ce259c1", - "label": "카페라떼", - "amount": 3500, + "id": "eec45ee92a564a95b4f7-history", + "label": "(추가)10분당", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "comments": [] + }, + { + "id": "goodprice-18250", + "name": "이문동커피집 크럼블로스터스", + "businessName": "이문동커피집 크럼블로스터스", + "categorySlug": "other-food", + "address": "서울특별시 동대문구 이문로25길 39 (이문동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.59546788028201, + "longitude": 127.05733028386251, + "representativePriceAmount": 2300, + "representativePriceLabel": "아메리카노", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-8776-4147", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "3b272c1d1e72028ec231-history", - "label": "핸드드립", - "amount": 3000, + "id": "755b2ee9d6c8748c7034", + "label": "아메리카노", + "amount": 2300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "38a4ea5c1c248574ea24-history", - "label": "아메리카노", + "id": "137bddf73f5a6f01e04c", + "label": "카페라떼", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "755b2ee9d6c8748c7034-history", + "label": "아메리카노", + "amount": 2300, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" }, { - "id": "ecdf90a5585e5ce259c1-history", + "id": "137bddf73f5a6f01e04c-history", "label": "카페라떼", - "amount": 3500, + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4961", - "name": "루미너스헤어", - "businessName": "루미너스헤어", - "categorySlug": "beauty", - "address": "충청남도 천안시 서북구 서부12길12 (성정동)", - "district": "충청남도 천안시", - "latitude": 36.8207843702587, - "longitude": 127.137340027875, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-575-0727 / 영업시간: 10:00~18:00 정기휴무(2, 4째주 화요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 정기휴무(매주 일요일 오후) 08:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "05c6a69e24e5a6d0b58a", - "label": "커트", - "amount": 10000, + "id": "b58d6aa93223736e0c1a", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "05c6a69e24e5a6d0b58a-history", - "label": "커트", - "amount": 10000, + "id": "b58d6aa93223736e0c1a-history", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11751", - "name": "맛짱김밥", - "businessName": "맛짱김밥", - "categorySlug": "korean", - "address": "충청남도 천안시 동남구 원거리11길 42 (원성동)", - "district": "충청남도 천안시", - "latitude": 36.8010379639367, - "longitude": 127.157625650438, - "representativePriceAmount": 6000, - "representativePriceLabel": "김치찌개", + "id": "goodprice-2332", + "name": "유림종합크리닝", + "businessName": "유림종합크리닝", + "categorySlug": "laundry", + "address": "광주광역시 남구 월산로151번안길 1 (월산동)", + "district": "광주광역시 남구", + "latitude": 35.1504407632356, + "longitude": 126.89408750979, + "representativePriceAmount": 5000, + "representativePriceLabel": "세탁료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-568-7775 / 영업시간: 10:00~19:00 정기휴무(매주 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-367-3677 / 영업시간: 하절기 08:00~20:00 동절기0 9:00~20:00 정기휴무(매주 일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "424837af5b2d64e0321a", - "label": "김치찌개", - "amount": 6000, + "id": "bd1e8c9d7628b974509a", + "label": "세탁료", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3ad09052c5d105b3a932", - "label": "된장찌개", - "amount": 6000, + "id": "c6fe23fbbe03595b489d", + "label": "수선료", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f185c187488db012a2af", - "label": "비빔밥", - "amount": 6000, + "id": "9a19ec9495df675cda7f", + "label": "드라이", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "424837af5b2d64e0321a-history", - "label": "김치찌개", - "amount": 6000, + "id": "bd1e8c9d7628b974509a-history", + "label": "세탁료", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3ad09052c5d105b3a932-history", - "label": "된장찌개", - "amount": 6000, + "id": "c6fe23fbbe03595b489d-history", + "label": "수선료", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f185c187488db012a2af-history", - "label": "비빔밥", - "amount": 6000, + "id": "9a19ec9495df675cda7f-history", + "label": "드라이", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4962", - "name": "머리못하는집", - "businessName": "머리못하는집", - "categorySlug": "beauty", - "address": "충청남도 천안시 서북구 불당17길 14 (불당동)", - "district": "충청남도 천안시", - "latitude": 36.8091043219242, - "longitude": 127.11029060282, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-18515", + "name": "일심해장국 본점", + "businessName": "일심해장국 본점", + "categorySlug": "korean", + "address": "서울특별시 동대문구 장한로 179 (장안동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.57648686602377, + "longitude": 127.0717319866918, + "representativePriceAmount": 7000, + "representativePriceLabel": "해장국", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-551-9111 / 영업시간: 10:30~20:00 정기휴무(매주 목요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해장국 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2243-4525", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "000796b9461ea31a16ce", - "label": "커트", - "amount": 10000, + "id": "a9678110043807661f92", + "label": "해장국", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "000796b9461ea31a16ce-history", - "label": "커트", - "amount": 10000, + "id": "a9678110043807661f92-history", + "label": "해장국", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5401", - "name": "제일크리너스샵", - "businessName": "제일크리너스샵", - "categorySlug": "laundry", - "address": "전북특별자치도 전주시 덕진구 쪽구름로 37", - "district": "전북특별자치도 전주시", - "latitude": 35.8686263475242, - "longitude": 127.077142048735, - "representativePriceAmount": 9000, - "representativePriceLabel": "양복(1벌)", + "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벌) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-211-2177 / 영업시간: 월~토 09:00-19:00 (일요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 1,200원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-227-8388 / 영업시간: 월~금 09:00~22:30 토 12:00~22: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, + "id": "78580876c5b89eb11ad0", + "label": "단팥빵", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "20b6a3bb3f5d6a1aa793", - "label": "티셔츠", - "amount": 4000, + "id": "79c7ebef2540ba79e16b", + "label": "소보루빵", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "520f4becdbc8bdfbcfab-history", - "label": "양복(1벌)", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "ad600e3d70b05487b2e2-history", - "label": "바지", - "amount": 4000, + "id": "78580876c5b89eb11ad0-history", + "label": "단팥빵", + "amount": 1200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "20b6a3bb3f5d6a1aa793-history", - "label": "티셔츠", - "amount": 4000, + "id": "79c7ebef2540ba79e16b-history", + "label": "소보루빵", + "amount": 1200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18212", - "name": "조선옥미용실", - "businessName": "조선옥미용실", - "categorySlug": "beauty", - "address": "전북특별자치도 전주시 완산구 완산길 105 (서완산동1가) 1층", - "district": "전북특별자치도 전주시", - "latitude": 35.81196716378034, - "longitude": 127.13938563394339, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트(학생)", + "id": "goodprice-3416", + "name": "크린크린세탁소", + "businessName": "크린크린세탁소", + "categorySlug": "laundry", + "address": "경기도 수원시 장안구 파장천로 12번길 36 (파장동)", + "district": "경기도 수원시", + "latitude": 37.3059388183951, + "longitude": 126.995983701845, + "representativePriceAmount": 7000, + "representativePriceLabel": "드라이클리닝(신사복)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(학생) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-288-1229 / 영업시간: 09:00~18:00 / 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이클리닝(신사복) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-244-8418 / 영업시간: 8:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b13190ba426a02608a5a", - "label": "커트(학생)", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "f05107ce65a47b2a2999", - "label": "커트", - "amount": 10000, + "id": "5509567ef245f44439c6", + "label": "드라이클리닝(신사복)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b13190ba426a02608a5a-history", - "label": "커트(학생)", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "f05107ce65a47b2a2999-history", - "label": "커트", - "amount": 10000, + "id": "5509567ef245f44439c6-history", + "label": "드라이클리닝(신사복)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11327", - "name": "중본이쟁반짜장", - "businessName": "중본이쟁반짜장", - "categorySlug": "chinese", - "address": "전북특별자치도 전주시 완산구 공북로71", - "district": "전북특별자치도 전주시", - "latitude": 35.826119320872, - "longitude": 127.139523334928, - "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "id": "goodprice-512", + "name": "장안골", + "businessName": "장안골", + "categorySlug": "korean", + "address": "서울특별시 동대문구 답십리로65길 124-3 (장안동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.57818191527725, + "longitude": 127.07041173721838, + "representativePriceAmount": 7000, + "representativePriceLabel": "뚝배기불고기", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-271-2223", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뚝배기불고기 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2242-9476 / 영업시간: 매일 10:00-24:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "48131c01c3d545957931", - "label": "짜장면", - "amount": 5000, + "id": "a68cd0c99b1340e35512", + "label": "뚝배기불고기", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d6ccc9d1b8fd281c70e6", - "label": "짬뽕", + "id": "1627cf57a298f3177a46", + "label": "갈치조림", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2fd47e14ec6d4388bf97", - "label": "간짜장", + "id": "d66c8ac21ff4d702b7e8", + "label": "청국된장", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "9ce69eaae2c304a0dbd5", + "label": "잔치국수", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "48131c01c3d545957931-history", - "label": "짜장면", - "amount": 5000, + "id": "a68cd0c99b1340e35512-history", + "label": "뚝배기불고기", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d6ccc9d1b8fd281c70e6-history", - "label": "짬뽕", + "id": "1627cf57a298f3177a46-history", + "label": "갈치조림", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2fd47e14ec6d4388bf97-history", - "label": "간짜장", + "id": "d66c8ac21ff4d702b7e8-history", + "label": "청국된장", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "9ce69eaae2c304a0dbd5-history", + "label": "잔치국수", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18286", - "name": "작은곰집", - "businessName": "작은곰집", + "id": "goodprice-10186", + "name": "시장감자탕", + "businessName": "시장감자탕", "categorySlug": "korean", - "address": "전라남도 목포시 삼일로13번길 3 (남교동) 작은곰집", - "district": "전라남도 목포시", - "latitude": 34.79357861479481, - "longitude": 126.38329621043106, - "representativePriceAmount": 8000, - "representativePriceLabel": "순대", + "address": "세종특별자치시 조치원읍 조치원로 30-8 101호", + "district": "세종특별자치시 조치원읍", + "latitude": 36.6012589737358, + "longitude": 127.300019359062, + "representativePriceAmount": 7000, + "representativePriceLabel": "뼈해장국", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-244-2180", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뼈해장국 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-862-6513", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "820a8e0363636a38ee3a", - "label": "순대", - "amount": 8000, + "id": "2c8c36853a41b93faaaa", + "label": "뼈해장국", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5dec522e2e59735d417a", - "label": "순대국밥", - "amount": 8000, + "id": "d41544045b8a3d54de98", + "label": "콩나물해장국", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "820a8e0363636a38ee3a-history", - "label": "순대", - "amount": 8000, + "id": "2c8c36853a41b93faaaa-history", + "label": "뼈해장국", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5dec522e2e59735d417a-history", - "label": "순대국밥", - "amount": 8000, + "id": "d41544045b8a3d54de98-history", + "label": "콩나물해장국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18287", - "name": "조선국수", - "businessName": "조선국수", - "categorySlug": "korean", - "address": "전라남도 목포시 교육로66번길 23-1 (상동) 1층", - "district": "전라남도 목포시", - "latitude": 34.80412602893619, - "longitude": 126.42234641443257, - "representativePriceAmount": 6000, - "representativePriceLabel": "비빔국수", + "id": "goodprice-16060", + "name": "주중이발관", + "businessName": "주중이발관", + "categorySlug": "barber", + "address": "충청북도 청주시 상당구 대성로169번길 5 (수동) 1층", + "district": "충청북도 청주시", + "latitude": 36.64034316454683, + "longitude": 127.49172435628653, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트(남)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1303-3481", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트(남) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-255-7160", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c07f6ad5d3b7716b5a81", - "label": "비빔국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "1d3574d871445362f97b", - "label": "멸치국수", - "amount": 5500, + "id": "d2491aea7a9b11a8827f", + "label": "커트(남)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c07f6ad5d3b7716b5a81-history", - "label": "비빔국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "1d3574d871445362f97b-history", - "label": "멸치국수", - "amount": 5500, + "id": "d2491aea7a9b11a8827f-history", + "label": "커트(남)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5625", - "name": "종가집", - "businessName": "종가집", + "id": "goodprice-497", + "name": "정성서울국수집", + "businessName": "정성서울국수집", "categorySlug": "korean", - "address": "전라남도 목포시 노적봉길 22 (죽동)", - "district": "전라남도 목포시", - "latitude": 34.7900216219656, - "longitude": 126.383192100449, - "representativePriceAmount": 8000, - "representativePriceLabel": "청국장", + "address": "서울특별시 동대문구 이문로 166 (이문동) 캠퍼스빌 101호", + "district": "서울특별시 동대문구", + "latitude": 37.60131518930494, + "longitude": 127.06226389136587, + "representativePriceAmount": 5000, + "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까지 영업", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-966-0579 / 영업시간: 15:00에브레이크타임 15시0분에브레이크타임 금 11:00-21:00 15:00-16:00브레이크타임 토 11:00-21:00 15:00-16:00브레이크타임 일 정기휴무(매주일요일) 월 11:00-21:00 15:00-16:00브레이크타임 화 11:00-21:00 15:00-16:00브레이크타임 수 11:00-21:00 15:00-16:00브레이크타임 목 11:00-21:00 15:00-16:00브레이크타임", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "39f2f63c979e9ca26461", - "label": "청국장", - "amount": 8000, + "id": "e4746e6177896c8a4166", + "label": "멸치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "342152886893a912fd37", - "label": "비빔밥", + "id": "c0ea9c91cf6f1b13a3c7", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e6d14bb1221893b576ec", + "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a6203297caa1ef52a7bc", - "label": "김치찌개", - "amount": 8000, + "id": "1ace961910292109b062", + "label": "꼬마김밥(3개)", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5da8d1301dd1964e52c0", + "label": "떡국", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8c46f4fc8089cc336d23", - "label": "종가집비빔밥", + "id": "2ed0e4650888f5c6a4f9", + "label": "떡만두", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "bb005f4d8bc87fa808e6", + "label": "만두국", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "23398186f3014e80b43d", + "label": "수제비", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" }, { - "id": "71c968011e521d281bc5", - "label": "차돌청국장", - "amount": 10000, + "id": "d0b355e51fec9b367510", + "label": "찐만두", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b97e60ee26a33b6d430d", - "label": "홍어청국장", - "amount": 10000, + "id": "b063ec01c407646dd529", + "label": "칼만두", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "39f2f63c979e9ca26461-history", - "label": "청국장", - "amount": 8000, + "id": "e4746e6177896c8a4166-history", + "label": "멸치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "342152886893a912fd37-history", - "label": "비빔밥", - "amount": 7000, + "id": "c0ea9c91cf6f1b13a3c7-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a6203297caa1ef52a7bc-history", - "label": "김치찌개", - "amount": 8000, + "id": "e6d14bb1221893b576ec-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8c46f4fc8089cc336d23-history", - "label": "종가집비빔밥", - "amount": 7000, + "id": "1ace961910292109b062-history", + "label": "꼬마김밥(3개)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "71c968011e521d281bc5-history", - "label": "차돌청국장", - "amount": 10000, + "id": "5da8d1301dd1964e52c0-history", + "label": "떡국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b97e60ee26a33b6d430d-history", - "label": "홍어청국장", - "amount": 10000, + "id": "2ed0e4650888f5c6a4f9-history", + "label": "떡만두", + "amount": 7000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "69520d57371424917108", - "label": "돼지머리국밥", - "amount": 8000, + "id": "bb005f4d8bc87fa808e6-history", + "label": "만두국", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4266560735d1c5c50422", - "label": "소머리국밥", - "amount": 10000, + "id": "23398186f3014e80b43d-history", + "label": "수제비", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "69520d57371424917108-history", - "label": "돼지머리국밥", - "amount": 8000, + "id": "d0b355e51fec9b367510-history", + "label": "찐만두", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4266560735d1c5c50422-history", - "label": "소머리국밥", - "amount": 10000, + "id": "b063ec01c407646dd529-history", + "label": "칼만두", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6324", - "name": "김육환 미용실", - "businessName": "김육환 미용실", - "categorySlug": "beauty", - "address": "경상북도 포항시 남구 대이로 14 김육환 미용실", - "district": "경상북도 포항시", - "latitude": 36.0170774969108, - "longitude": 129.343624477205, - "representativePriceAmount": 10000, - "representativePriceLabel": "여자커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여자커트 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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-252-9696 / 영업시간: 10:30~19:00 화요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d1a76f35b76a79296a1e", - "label": "여자커트", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "566bbc3ccb3aeeeed7dc", - "label": "남자커트", - "amount": 10000, + "id": "069e23b5a12414009833", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6c37e8e82bfbdf79e03a", - "label": "학생커트", - "amount": 8000, + "id": "9a547388375aa41f09b2", + "label": "만둣국", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d1a76f35b76a79296a1e-history", - "label": "여자커트", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "566bbc3ccb3aeeeed7dc-history", - "label": "남자커트", - "amount": 10000, + "id": "069e23b5a12414009833-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6c37e8e82bfbdf79e03a-history", - "label": "학생커트", - "amount": 8000, + "id": "9a547388375aa41f09b2-history", + "label": "만둣국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16134", - "name": "까꼬뽀꼬", - "businessName": "까꼬뽀꼬", - "categorySlug": "beauty", - "address": "경상북도 포항시 북구 흥해읍 동해대로1574번길 18 까꼬뽀꼬", + "id": "goodprice-18342", + "name": "시티홀당구장", + "businessName": "시티홀당구장", + "categorySlug": "other-service", + "address": "경상북도 포항시 북구 새마을로 28 (용흥동) 지하1층", "district": "경상북도 포항시", - "latitude": 36.11248157816856, - "longitude": 129.34344079201517, - "representativePriceAmount": 10000, - "representativePriceLabel": "학생컷", + "latitude": 36.03872313134781, + "longitude": 129.35694631105994, + "representativePriceAmount": 1000, + "representativePriceLabel": "10분 이용료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 학생컷 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 10분 이용료 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-6480-9518", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ff224ada076d280d0e5f", - "label": "학생컷", - "amount": 10000, + "id": "13154384c244a3ab85e8", + "label": "10분 이용료", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ff224ada076d280d0e5f-history", - "label": "학생컷", - "amount": 10000, + "id": "13154384c244a3ab85e8-history", + "label": "10분 이용료", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15292", - "name": "둘리왕만두", - "businessName": "둘리왕만두", + "id": "goodprice-515", + "name": "제주흑돼지알토란쌈밥", + "businessName": "제주흑돼지알토란쌈밥", "categorySlug": "korean", - "address": "경상남도 창원시 의창구 도계로60번길 13-16 (도계동) 둘리왕만두", - "district": "경상남도 창원시", - "latitude": 35.257774977009696, - "longitude": 128.63697480240288, - "representativePriceAmount": 5000, - "representativePriceLabel": "만두", + "address": "서울특별시 동대문구 한천로14길 69 (장안동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.56660165261301, + "longitude": 127.06651991212908, + "representativePriceAmount": 7000, + "representativePriceLabel": "백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만두 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-273-8700 / 영업시간: 브레이크타임없음", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2246-8987", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "552260b0bb78563582ea", - "label": "만두", - "amount": 5000, + "id": "3222b7ad01cd09bf59df", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "376de4409be62113574d", - "label": "김밥", - "amount": 3000, + "id": "605ff286f4e58463446f", + "label": "김치두루치기", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b32ef4baab7df0d203fa", - "label": "떡볶이", - "amount": 4000, + "id": "43f7e2de6a9a21969a96", + "label": "돈까스", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a74796f832c4ea079b67", - "label": "쫄면", + "id": "5309568448decf79a16e", + "label": "돌솥비빔밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "552260b0bb78563582ea-history", - "label": "만두", - "amount": 5000, + "id": "2313d1ee82025eb2b68a", + "label": "동태찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "376de4409be62113574d-history", - "label": "김밥", - "amount": 3000, + "id": "bf2e8aa31852fc018440", + "label": "만두국", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b32ef4baab7df0d203fa-history", - "label": "떡볶이", - "amount": 4000, + "id": "dc638831e235730edd37", + "label": "순두부", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a74796f832c4ea079b67-history", - "label": "쫄면", + "id": "2d135397fe2c519a8a0f", + "label": "오늘의 메뉴", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "72c05ffb2e78e29ce9b2", + "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "47301662c5612baeba9d", - "label": "김치찌개", - "amount": 3000, + "id": "91c7010254a161772300", + "label": "청국장", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bf848b7b53298f491351", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "47301662c5612baeba9d-history", - "label": "김치찌개", - "amount": 3000, + "id": "3222b7ad01cd09bf59df-history", + "label": "백반", + "amount": 7000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "ea259fd70c97c74f0422", - "label": "삼계탕", - "amount": 10000, + "id": "605ff286f4e58463446f-history", + "label": "김치두루치기", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "ea259fd70c97c74f0422-history", - "label": "삼계탕", - "amount": 10000, + "id": "43f7e2de6a9a21969a96-history", + "label": "돈까스", + "amount": 7000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "4b27eae84d890212cc45", - "label": "돼지머리국밥", - "amount": 6000, + "id": "5309568448decf79a16e-history", + "label": "돌솥비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "730723c261e932dd1ed5", - "label": "돼지내장국밥", + "id": "2313d1ee82025eb2b68a-history", + "label": "동태찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bf2e8aa31852fc018440-history", + "label": "만두국", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "dc638831e235730edd37-history", + "label": "순두부", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "4b27eae84d890212cc45-history", - "label": "돼지머리국밥", + "id": "2d135397fe2c519a8a0f-history", + "label": "오늘의 메뉴", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "730723c261e932dd1ed5-history", - "label": "돼지내장국밥", + "id": "72c05ffb2e78e29ce9b2-history", + "label": "차돌된장", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "91c7010254a161772300-history", + "label": "청국장", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "bf848b7b53298f491351-history", + "label": "콩국수", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16863", - "name": "장원식당", - "businessName": "장원식당", + "id": "goodprice-4687", + "name": "나누리장터", + "businessName": "나누리장터", "categorySlug": "korean", - "address": "서울특별시 종로구 창신5나길 3 (창신동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.573776039713145, - "longitude": 127.01117339129199, - "representativePriceAmount": 8000, - "representativePriceLabel": "우거지뼈해장국", + "address": "충청북도 청주시 상당구 쇠내로 69-1 (금천동)", + "district": "충청북도 청주시", + "latitude": 36.6249932875208, + "longitude": 127.501521214447, + "representativePriceAmount": 4000, + "representativePriceLabel": "장터칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우거지뼈해장국 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-6777-1437 / 영업시간: 10:00~21:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장터칼국수 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 매일 10:00-22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "882032c91f93e367ee41", - "label": "우거지뼈해장국", - "amount": 8000, + "id": "4b4d55156223430dbeae", + "label": "장터칼국수", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "eef2fe875cf9225acbfd", - "label": "잔치국수", - "amount": 6000, + "id": "8f697746c32510a33280", + "label": "바지락칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ce003527662c73c29a0a", - "label": "비빔국수", - "amount": 6000, + "id": "9c615e2b212f3f1d8315", + "label": "떡만두국", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fefa8941b4cf9b0a986a", - "label": "회냉면", - "amount": 8000, + "id": "71352ee06b7140a02e1a", + "label": "비빔국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "882032c91f93e367ee41-history", - "label": "우거지뼈해장국", - "amount": 8000, + "id": "4b4d55156223430dbeae-history", + "label": "장터칼국수", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "eef2fe875cf9225acbfd-history", - "label": "잔치국수", - "amount": 6000, + "id": "8f697746c32510a33280-history", + "label": "바지락칼국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ce003527662c73c29a0a-history", - "label": "비빔국수", - "amount": 6000, + "id": "9c615e2b212f3f1d8315-history", + "label": "떡만두국", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fefa8941b4cf9b0a986a-history", - "label": "회냉면", - "amount": 8000, + "id": "71352ee06b7140a02e1a-history", + "label": "비빔국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-959", - "name": "전주콩나물국밥", - "businessName": "전주콩나물국밥", - "categorySlug": "korean", - "address": "서울특별시 종로구 자하문로 3 (내자동)", - "district": "서울특별시 종로구", - "latitude": 37.5764830744797, - "longitude": 126.972264842484, + "id": "goodprice-2330", + "name": "정우사우나", + "businessName": "정우사우나", + "categorySlug": "bath", + "address": "광주광역시 남구 금화로422번길 41 (월산동)", + "district": "광주광역시 남구", + "latitude": 35.1405384908098, + "longitude": 126.893564520636, "representativePriceAmount": 7000, - "representativePriceLabel": "콩나물국밥", + "representativePriceLabel": "목욕료", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-738-8223 / 영업시간: 월~일 06:00-20:30 정기휴무(매달2,4번째일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 목욕료 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-361-3114 / 영업시간: 04:30-18:00 정기휴무(매월 둘째,넷째 수요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e4912d2a2f1544e0852b", - "label": "콩나물국밥", + "id": "afb61c3d075c2ddd46a4", + "label": "목욕료", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f9fbdd59e78be2f9830c", - "label": "순두부찌개", - "amount": 7000, + "id": "e6c81d0edfa0cf8d03ee", + "label": "성인", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8859cf0130583ef06404", + "label": "유아", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1d371c13efba55cd6ab9", - "label": "돌솥알밥", - "amount": 8000, + "id": "854573805cd03dcc9ffb", + "label": "초등", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e4912d2a2f1544e0852b-history", - "label": "콩나물국밥", + "id": "afb61c3d075c2ddd46a4-history", + "label": "목욕료", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f9fbdd59e78be2f9830c-history", - "label": "순두부찌개", - "amount": 7000, + "id": "e6c81d0edfa0cf8d03ee-history", + "label": "성인", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1d371c13efba55cd6ab9-history", - "label": "돌솥알밥", - "amount": 8000, + "id": "8859cf0130583ef06404-history", + "label": "유아", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "854573805cd03dcc9ffb-history", + "label": "초등", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1634", - "name": "퍼짱", - "businessName": "퍼짱", - "categorySlug": "other-food", - "address": "부산광역시 중구 충장대로9번길 21 1층(중앙동4가)", - "district": "부산광역시 중구", - "latitude": 35.1072175500747, - "longitude": 129.037444857052, - "representativePriceAmount": 8500, - "representativePriceLabel": "양지곰탕", + "id": "goodprice-10381", + "name": "청량리할머니냉면", + "businessName": "청량리할머니냉면", + "categorySlug": "korean", + "address": "서울특별시 동대문구 왕산로37길 51 (제기동)", + "district": "서울특별시 동대문구", + "latitude": 37.58228095120073, + "longitude": 127.04375491090488, + "representativePriceAmount": 7000, + "representativePriceLabel": "냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 양지곰탕 8,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 11:00 - 20:00 일요일 휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-963-5362", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8792a76cfacdb2ac50a6", - "label": "양지곰탕", - "amount": 8500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "accb21e788f8737b851b", - "label": "양지쌀국수", - "amount": 7500, + "id": "c05bb8007d61f5f5f945", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8792a76cfacdb2ac50a6-history", - "label": "양지곰탕", - "amount": 8500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "accb21e788f8737b851b-history", - "label": "양지쌀국수", - "amount": 7500, + "id": "c05bb8007d61f5f5f945-history", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10021", - "name": "학마을", - "businessName": "학마을", - "categorySlug": "chinese", - "address": "부산광역시 중구 중구로 29번길 7 (부평동1가)", - "district": "부산광역시 중구", - "latitude": 35.1003450042619, - "longitude": 129.02748323782, - "representativePriceAmount": 4000, - "representativePriceLabel": "짜장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-257-0221", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-253-3511 / 영업시간: 매일 11:00~21:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ffcac499abeb8049e1a7", - "label": "짜장면", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "503eab90627703f370a3", - "label": "짬뽕", + "id": "420b234cc7df8cb5a739", + "label": "된장찌개", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3171ce2672c2c08d8942", - "label": "우동", + "id": "3479badd86901c0c6ee0", + "label": "된장백반", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ffcac499abeb8049e1a7-history", - "label": "짜장면", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "503eab90627703f370a3-history", - "label": "짬뽕", + "id": "420b234cc7df8cb5a739-history", + "label": "된장찌개", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3171ce2672c2c08d8942-history", - "label": "우동", + "id": "3479badd86901c0c6ee0-history", + "label": "된장백반", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1661", - "name": "한양왕순대", - "businessName": "한양왕순대", - "categorySlug": "korean", - "address": "부산광역시 중구 해관로20-1 (중앙동)", - "district": "부산광역시 중구", - "latitude": 35.1006289027265, - "longitude": 129.035905126423, - "representativePriceAmount": 9000, - "representativePriceLabel": "순대국밥", + "id": "goodprice-16808", + "name": "판앤펀(FaN&FuN)", + "businessName": "판앤펀(FaN&FuN)", + "categorySlug": "other-service", + "address": "경기도 수원시 팔달구 행궁로 35 (남창동) 101호", + "district": "경기도 수원시", + "latitude": 37.27944900171327, + "longitude": 127.01520405634496, + "representativePriceAmount": 4000, + "representativePriceLabel": "빠른 캐리커쳐(흑백)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-245-9138 / 영업시간: 영업시간 : 08:30~22:00 일요일 격주 휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 빠른 캐리커쳐(흑백) 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 13:00~20:00 월,수요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "189309bf6a6ac9ef20b4", - "label": "순대국밥", - "amount": 9000, + "id": "f4063bd8917dfe5cb119", + "label": "빠른 캐리커쳐(흑백)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3deb0893498f9696e67a", - "label": "돼지국밥", - "amount": 9000, + "id": "8631124b50ec8685671f", + "label": "빠른 캐리커쳐(칼라)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "189309bf6a6ac9ef20b4-history", - "label": "순대국밥", - "amount": 9000, + "id": "f4063bd8917dfe5cb119-history", + "label": "빠른 캐리커쳐(흑백)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3deb0893498f9696e67a-history", - "label": "돼지국밥", - "amount": 9000, + "id": "8631124b50ec8685671f-history", + "label": "빠른 캐리커쳐(칼라)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10072", - "name": "한우장", - "businessName": "한우장", + "id": "goodprice-16162", + "name": "청정생고기집", + "businessName": "청정생고기집", "categorySlug": "korean", - "address": "대구광역시 중구 국채보상로 555 (종로1가) (전)", - "district": "대구광역시 중구", - "latitude": 35.8709131264325, - "longitude": 128.59143517676986, - "representativePriceAmount": 10000, - "representativePriceLabel": "설렁탕", + "address": "서울특별시 동대문구 서울시립대로 121 (전농동)", + "district": "서울특별시 동대문구", + "latitude": 37.5813115354497, + "longitude": 127.05167468958982, + "representativePriceAmount": 7000, + "representativePriceLabel": "삼겹살(150g)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 설렁탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-257-1125", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(150g) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2244-3467", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a990ab67bf51e4741373", - "label": "설렁탕", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "ab143281cd6070383d40", - "label": "따로국밥(선지국)", - "amount": 10000, + "id": "9b9175d0b4900d0d4b32", + "label": "삼겹살(150g)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a990ab67bf51e4741373-history", - "label": "설렁탕", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "ab143281cd6070383d40-history", - "label": "따로국밥(선지국)", - "amount": 10000, + "id": "9b9175d0b4900d0d4b32-history", + "label": "삼겹살(150g)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17987", - "name": "한울식당", - "businessName": "한울식당", + "id": "goodprice-13848", + "name": "백운면", + "businessName": "백운면", "categorySlug": "korean", - "address": "대구광역시 중구 경상감영길 280 (동인동2가) 동인동", - "district": "대구광역시 중구", - "latitude": 35.87080928368533, - "longitude": 128.60257722168762, - "representativePriceAmount": 8000, - "representativePriceLabel": "정식", + "address": "전북특별자치도 전주시 덕진구 떡전4길 20-1 (금암동)", + "district": "전북특별자치도 전주시", + "latitude": 35.83744887478051, + "longitude": 127.12964026212448, + "representativePriceAmount": 5000, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-425-2462 / 영업시간: 월~토 05:30~20:00 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-277-1007 / 영업시간: 운영시간 - (월요일~금요일) 10:30~19:00(브레이크 타임 15:00-17:00) - (토요일) 10:30 ~ 15:00 - (일요일) 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cb5319db29d00569909b", - "label": "정식", - "amount": 8000, + "id": "90b64341e16932244b5f", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "838da22814add8839176", - "label": "김치찌개", - "amount": 8000, + "id": "db664707e014980b9248", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cb5319db29d00569909b-history", - "label": "정식", - "amount": 8000, + "id": "90b64341e16932244b5f-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "838da22814add8839176-history", - "label": "김치찌개", - "amount": 8000, + "id": "db664707e014980b9248-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14064", - "name": "MHK정미용실", - "businessName": "MHK정미용실", - "categorySlug": "beauty", - "address": "대구광역시 동구 반야월로 134-1 (신기동) 동부프라자 나동", - "district": "대구광역시 동구", - "latitude": 35.87268975976554, - "longitude": 128.70304821144194, - "representativePriceAmount": 8000, + "id": "goodprice-5448", + "name": "남산이발관", + "businessName": "남산이발관", + "categorySlug": "barber", + "address": "전북특별자치도 정읍시 초산로5", + "district": "전북특별자치도 정읍시", + "latitude": 35.560008923339, + "longitude": 126.851638110797, + "representativePriceAmount": 7000, "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-2829-6158 / 영업시간: 만65세이상 고객 커트비 2,000원 할인", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-532-2923 / 영업시간: 매일 08:00~17:30 매주 화요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fcbf4c88a02705c97240", + "id": "9db2c5d7b088af23cc08", "label": "커트", - "amount": 8000, + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1eab7c3ea1db24eca043", + "label": "컷트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fcbf4c88a02705c97240-history", + "id": "9db2c5d7b088af23cc08-history", "label": "커트", - "amount": 8000, + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "1eab7c3ea1db24eca043-history", + "label": "컷트", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2237", - "name": "철이네손수제비랑칼국수(신포)", - "businessName": "철이네손수제비랑칼국수(신포)", + "id": "goodprice-18244", + "name": "충청도식당", + "businessName": "충청도식당", "categorySlug": "korean", - "address": "인천광역시 중구 개항로 9-1 1층(중앙동4가)", - "district": "인천광역시 중구", - "latitude": 37.4714042648041, - "longitude": 126.623802333892, - "representativePriceAmount": 7000, - "representativePriceLabel": "얼큰수제비", + "address": "서울특별시 동대문구 경동시장로12길 26 (제기동)", + "district": "서울특별시 동대문구", + "latitude": 37.58207907922376, + "longitude": 127.04203783971076, + "representativePriceAmount": 6000, + "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 정기휴무(일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식백반 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-959-1192", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ce6f575af73081ffba36", - "label": "얼큰수제비", + "id": "26456a30df57b44acb0b", + "label": "정식백반", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ee5ba8ce39fed1e7a13d", + "label": "순두부찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3db8d95d5b0a2906a756", - "label": "수제비", + "id": "4021732daed5d1747560", + "label": "된장찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ce6f575af73081ffba36-history", - "label": "얼큰수제비", + "id": "26456a30df57b44acb0b-history", + "label": "정식백반", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ee5ba8ce39fed1e7a13d-history", + "label": "순두부찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3db8d95d5b0a2906a756-history", - "label": "수제비", + "id": "4021732daed5d1747560-history", + "label": "된장찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2238", - "name": "철이네손수제비랑칼국수(신흥)", - "businessName": "철이네손수제비랑칼국수(신흥)", + "id": "goodprice-13852", + "name": "백운면아중점", + "businessName": "백운면아중점", "categorySlug": "korean", - "address": "인천광역시 중구 인중로144번길 71-1 (답동)", - "district": "인천광역시 중구", - "latitude": 37.4684000940284, - "longitude": 126.630126454085, - "representativePriceAmount": 7000, - "representativePriceLabel": "수제비", + "address": "전북특별자치도 전주시 덕진구 가재미로 38 (인후동1가) 1층", + "district": "전북특별자치도 전주시", + "latitude": 35.82849083250596, + "longitude": 127.16271510485184, + "representativePriceAmount": 5900, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제비 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-204-8990 / 영업시간: 11:00~21:00 정기휴무(일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-714-3877 / 영업시간: 운영시간 - (월요일~금요일) 10:30 ~ 19:30 (브레이크 타임 16:00 ~ 17:00) - (토요일) 10:30 ~ 16:00 - (일요일) 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "08f390f1a828edf4eb54", - "label": "수제비", - "amount": 7000, + "id": "83de07179908889b9467", + "label": "잔치국수", + "amount": 5900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a0901e7a576ff0f46db6", - "label": "칼국수", - "amount": 7000, + "id": "4b284365460afdde05d3", + "label": "비빔국수", + "amount": 6900, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a52909f7a40ecff6cbe2", + "label": "냉밀면", + "amount": 7900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "08f390f1a828edf4eb54-history", - "label": "수제비", - "amount": 7000, + "id": "83de07179908889b9467-history", + "label": "잔치국수", + "amount": 5900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a0901e7a576ff0f46db6-history", - "label": "칼국수", - "amount": 7000, + "id": "4b284365460afdde05d3-history", + "label": "비빔국수", + "amount": 6900, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a52909f7a40ecff6cbe2-history", + "label": "냉밀면", + "amount": 7900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2239", - "name": "청수식당", - "businessName": "청수식당", - "categorySlug": "korean", - "address": "인천광역시 중구 제물량로206번길 3 (해안동2가)", - "district": "인천광역시 중구", - "latitude": 37.4717703194453, - "longitude": 126.621537648833, - "representativePriceAmount": 9000, - "representativePriceLabel": "오삼불고기", + "id": "goodprice-18410", + "name": "머리사랑", + "businessName": "머리사랑", + "categorySlug": "barber", + "address": "전북특별자치도 정읍시 태평6길 22-15 (시기동) 머리사랑", + "district": "전북특별자치도 정읍시", + "latitude": 35.562631727249226, + "longitude": 126.85476558074423, + "representativePriceAmount": 6000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 오삼불고기 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-8586 / 영업시간: 10:00~22:00 정기휴무(일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-532-0335", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "43c196e70c761d6af7fe", - "label": "오삼불고기", - "amount": 9000, + "id": "c8da374b99e51b39b351", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "43c196e70c761d6af7fe-history", - "label": "오삼불고기", - "amount": 9000, + "id": "c8da374b99e51b39b351-history", + "label": "커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2241", - "name": "할매왕족발순대", - "businessName": "할매왕족발순대", - "categorySlug": "korean", - "address": "인천광역시 중구 우현로45번길 13 (신포동) (신포동)", - "district": "인천광역시 중구", - "latitude": 37.47117471982517, - "longitude": 126.62741642573887, - "representativePriceAmount": 9000, - "representativePriceLabel": "순대국밥", + "id": "goodprice-13400", + "name": "친친", + "businessName": "친친", + "categorySlug": "chinese", + "address": "서울특별시 동대문구 정릉천동로 58 (용두동, 롯데캐슬피렌체)", + "district": "서울특별시 동대문구", + "latitude": 37.5771639443969, + "longitude": 127.03580933416836, + "representativePriceAmount": 6000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-772-6919 / 영업시간: 10:00~22:00 정기휴무(월요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-8960-9891", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4b9667d260d9321a6486", - "label": "순대국밥", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "1e013739be8ba02c95e5", - "label": "냉면", - "amount": 5000, + "id": "e3ec01f0bca6a57988ae", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4b9667d260d9321a6486-history", - "label": "순대국밥", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "1e013739be8ba02c95e5-history", - "label": "냉면", - "amount": 5000, + "id": "e3ec01f0bca6a57988ae-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2278", - "name": "칠미우동만두", - "businessName": "칠미우동만두", - "categorySlug": "korean", - "address": "광주광역시 동구 지산로 69 1층(지산동)", - "district": "광주광역시 동구", - "latitude": 35.1498802119369, - "longitude": 126.933003887435, - "representativePriceAmount": 3000, - "representativePriceLabel": "김밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-228-7228 / 영업시간: 09:00-20:00 휴일 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 도너츠(2개) 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-275-2974 / 영업시간: 매일 06:30-20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6b9540ec61b73da28287", - "label": "김밥", - "amount": 3000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "f93300567bbf1d4f41d9", - "label": "김치찌개", - "amount": 8000, + "id": "66ed61b15f5a8ee71c89", + "label": "도너츠(2개)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0acf0e5354357f1e5d0e", - "label": "돌솥비빔밥", - "amount": 8000, + "id": "3ae4644d7c0d6c7107d5", + "label": "크림빵(1개)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "7bdd16bdc6e06a722ac1", - "label": "등심돈가스", - "amount": 8000, + "id": "66ed61b15f5a8ee71c89-history", + "label": "도너츠(2개)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "784a402709db14c51548", - "label": "떡라면", - "amount": 4500, + "id": "3ae4644d7c0d6c7107d5-history", + "label": "크림빵(1개)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ - { - "id": "6b9540ec61b73da28287-history", - "label": "김밥", - "amount": 3000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "comments": [] + }, + { + "id": "goodprice-14297", + "name": "장군사진관", + "businessName": "장군사진관", + "categorySlug": "other-service", + "address": "부산광역시 동구 초량로 72 (초량동) 1층", + "district": "부산광역시 동구", + "latitude": 35.12011402757092, + "longitude": 129.03500681026915, + "representativePriceAmount": 5000, + "representativePriceLabel": "여권사진", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 여권사진 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-462-6534 / 영업시간: 월~금 : 09:00 ~ 18:00 / 토,일, 공휴일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "f93300567bbf1d4f41d9-history", - "label": "김치찌개", - "amount": 8000, + "id": "39bba38d92a2b62a01bd", + "label": "여권사진", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0acf0e5354357f1e5d0e-history", - "label": "돌솥비빔밥", - "amount": 8000, + "id": "0e4a574bcb0baaaa2735", + "label": "증명사진", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "7bdd16bdc6e06a722ac1-history", - "label": "등심돈가스", - "amount": 8000, + "id": "39bba38d92a2b62a01bd-history", + "label": "여권사진", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "784a402709db14c51548-history", - "label": "떡라면", - "amount": 4500, + "id": "0e4a574bcb0baaaa2735-history", + "label": "증명사진", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2280", - "name": "학동김밥", - "businessName": "학동김밥", + "id": "goodprice-13393", + "name": "푸드김밥", + "businessName": "푸드김밥", "categorySlug": "korean", - "address": "광주광역시 동구 남문로 683 1층(학동)", - "district": "광주광역시 동구", - "latitude": 35.1315918766729, - "longitude": 126.928644258668, - "representativePriceAmount": 3000, + "address": "서울특별시 동대문구 왕산로9길 6 (용두동)", + "district": "서울특별시 동대문구", + "latitude": 37.577352181924674, + "longitude": 127.02794251747314, + "representativePriceAmount": 2500, "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-225-3248 / 영업시간: 08:00-21:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-929-4123", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cf21c76fd5e83a446568", + "id": "c0a9774b5350f92982de", "label": "김밥", - "amount": 3000, + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e511ba57b1286bfca5a9", + "id": "8eb00a3fc3c04fcf9531", "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" + "reportedAt": "2026-04-05" }, { - "id": "61ed44f768caa14b272a", - "label": "참치·치즈김밥", - "amount": 4000, + "id": "f6aa1ccc5a5c52dedc25", + "label": "비빔밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cf21c76fd5e83a446568-history", + "id": "c0a9774b5350f92982de-history", "label": "김밥", - "amount": 3000, + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e511ba57b1286bfca5a9-history", + "id": "8eb00a3fc3c04fcf9531-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" + "recordedAt": "2026-04-05" }, { - "id": "72e2057f4b28c34247bf-history", - "label": "콩국수(계절)", - "amount": 7000, + "id": "f6aa1ccc5a5c52dedc25-history", + "label": "비빔밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16821", - "name": "신미식당", - "businessName": "신미식당", - "categorySlug": "korean", - "address": "대전광역시 동구 우암로85번길 35 (삼성동) 1층", - "district": "대전광역시 동구", - "latitude": 36.33884769737071, - "longitude": 127.42700019228904, + "id": "goodprice-15145", + "name": "복스짜장짬뽕(용해점)", + "businessName": "복스짜장짬뽕(용해점)", + "categorySlug": "chinese", + "address": "전라남도 목포시 대양로 111 (용해동) 복스짜장짬뽕(용해점)", + "district": "전라남도 목포시", + "latitude": 34.82166789677919, + "longitude": 126.39167301998671, "representativePriceAmount": 6000, - "representativePriceLabel": "선지국밥", + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지국밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-672-5728 / 영업시간: 11:30 ~ 20:00(매주 일요일, 공휴일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-277-2737", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6b3ec501556a09da76bb", - "label": "선지국밥", + "id": "74ed96c6204d7d0b83d4", + "label": "짜장면", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6b3ec501556a09da76bb-history", - "label": "선지국밥", + "id": "74ed96c6204d7d0b83d4-history", + "label": "짜장면", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14611", - "name": "30년전통감자탕", - "businessName": "30년전통감자탕", - "categorySlug": "korean", - "address": "울산광역시 남구 봉월로8번길 15 (신정동) 1층", - "district": "울산광역시 남구", - "latitude": 35.53379995639712, - "longitude": 129.30877505918386, - "representativePriceAmount": 8000, - "representativePriceLabel": "뼈다귀해장국", + "id": "goodprice-1926", + "name": "현대이용소", + "businessName": "현대이용소", + "categorySlug": "barber", + "address": "대구광역시 서구 달서천로61길13 (비산동)", + "district": "대구광역시 서구", + "latitude": 35.8859336334549, + "longitude": 128.568047259127, + "representativePriceAmount": 4000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뼈다귀해장국 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1317-8555", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 월,수~일: 07:00~20:00 매주 화: 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "913c9dd0fbe24116bc4d", - "label": "뼈다귀해장국", - "amount": 8000, + "id": "1def999a8217ef538fa2", + "label": "커트", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "913c9dd0fbe24116bc4d-history", - "label": "뼈다귀해장국", - "amount": 8000, + "id": "1def999a8217ef538fa2-history", + "label": "커트", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15122", - "name": "가을정류장", - "businessName": "가을정류장", - "categorySlug": "japanese", - "address": "울산광역시 남구 문수로 295 (옥동) 1층", - "district": "울산광역시 남구", - "latitude": 35.535986796355175, - "longitude": 129.28599318182114, - "representativePriceAmount": 10000, - "representativePriceLabel": "오리지날함박스테이크", + "id": "goodprice-16093", + "name": "푸른하늘", + "businessName": "푸른하늘", + "categorySlug": "korean", + "address": "서울특별시 동대문구 경희대로6길 3-4 (회기동)", + "district": "서울특별시 동대문구", + "latitude": 37.593546790515155, + "longitude": 127.0530751458377, + "representativePriceAmount": 6500, + "representativePriceLabel": "물냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 오리지날함박스테이크 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-266-1005", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-966-3394", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a666c321c4b747dbeb10", - "label": "오리지날함박스테이크", - "amount": 10000, + "id": "dd3ae0a60034b0a0f9bc", + "label": "물냉면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8a0069da1d0d230c5c23", - "label": "치즈함박스테이크", - "amount": 10000, + "id": "0a2debdefb90b3c7e6ac", + "label": "원조김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a666c321c4b747dbeb10-history", - "label": "오리지날함박스테이크", - "amount": 10000, + "id": "dd3ae0a60034b0a0f9bc-history", + "label": "물냉면", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8a0069da1d0d230c5c23-history", - "label": "치즈함박스테이크", - "amount": 10000, + "id": "0a2debdefb90b3c7e6ac-history", + "label": "원조김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2897", - "name": "경북식당", - "businessName": "경북식당", - "categorySlug": "korean", - "address": "울산광역시 남구 돋질로 145번길 38-25 -", - "district": "울산광역시 남구", - "latitude": 35.544040122471, - "longitude": 129.321265246852, - "representativePriceAmount": 7000, - "representativePriceLabel": "정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-284-8775 / 영업시간: 11:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e73cbbafb52f3d0f302f", - "label": "정식", - "amount": 7000, + "id": "57287162157decfbdbb0", + "label": "자장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7e34a880037cbbb93fa4", - "label": "된장김치찌개", - "amount": 7000, + "id": "e842af80c8cd359a3e71", + "label": "사이다 1.25mL", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "08b34988454c9e94d5d4", - "label": "제육정식", - "amount": 9000, + "id": "40d444c35e66a2e2a478", + "label": "사이다 500mL", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cdefde9c7cb9a6f607eb", - "label": "김치찌개", - "amount": 7000, + "id": "6b8f18e08a7d5f1ccef9", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "28bf0fc65b632bfe2c28", - "label": "된장찌개", - "amount": 7000, + "id": "594aa06e98144d5111fc", + "label": "콜라 1.25mL", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "4f23a7ba91747661dec6", + "label": "콜라 500mL", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e73cbbafb52f3d0f302f-history", - "label": "정식", - "amount": 7000, + "id": "57287162157decfbdbb0-history", + "label": "자장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7e34a880037cbbb93fa4-history", - "label": "된장김치찌개", - "amount": 7000, + "id": "e842af80c8cd359a3e71-history", + "label": "사이다 1.25mL", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "08b34988454c9e94d5d4-history", - "label": "제육정식", - "amount": 9000, + "id": "40d444c35e66a2e2a478-history", + "label": "사이다 500mL", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cdefde9c7cb9a6f607eb-history", - "label": "김치찌개", - "amount": 7000, + "id": "6b8f18e08a7d5f1ccef9-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "28bf0fc65b632bfe2c28-history", - "label": "된장찌개", - "amount": 7000, + "id": "594aa06e98144d5111fc-history", + "label": "콜라 1.25mL", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4f23a7ba91747661dec6-history", + "label": "콜라 500mL", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15109", - "name": "경북칼국수", - "businessName": "경북칼국수", - "categorySlug": "korean", - "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층", - "district": "울산광역시 남구", - "latitude": 35.541808785746284, - "longitude": 129.30930615922028, - "representativePriceAmount": 6000, - "representativePriceLabel": "손칼국수", + "id": "goodprice-17409", + "name": "구민회의 좋은아침", + "businessName": "구민회의 좋은아침", + "categorySlug": "other-service", + "address": "대구 남구 대명로57길 7 1층", + "district": "대구 남구", + "latitude": 35.8441090293176, + "longitude": 128.586764934534, + "representativePriceAmount": 2000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-272-6903", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-623-0001", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "00a4781a1b1d370b49d6", - "label": "손칼국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "264e0f53045953e95e4e", - "label": "수제비", - "amount": 6000, + "id": "d2964612957b8a3e5662", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "00a4781a1b1d370b49d6-history", - "label": "손칼국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "264e0f53045953e95e4e-history", - "label": "수제비", - "amount": 6000, + "id": "d2964612957b8a3e5662-history", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13003", - "name": "행복한곰탕", - "businessName": "행복한곰탕", + "id": "goodprice-16090", + "name": "행복한연탄구이", + "businessName": "행복한연탄구이", "categorySlug": "korean", - "address": "세종특별자치시 절재로 194 (어진동) 중앙타운 317호", - "district": "세종특별자치시 절재로", - "latitude": 36.50830733147383, - "longitude": 127.26244504454054, - "representativePriceAmount": 9000, - "representativePriceLabel": "곰탕", + "address": "서울특별시 동대문구 답십리로 145-1 (답십리동)", + "district": "서울특별시 동대문구", + "latitude": 37.573075434834955, + "longitude": 127.05632065426413, + "representativePriceAmount": 4000, + "representativePriceLabel": "라면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 곰탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 라면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2216-4861", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3b3e425e1a9cf9a863d2", - "label": "곰탕", - "amount": 9000, + "id": "b3781d52c0cf7558953d", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "3b3e425e1a9cf9a863d2-history", - "label": "곰탕", - "amount": 9000, + "id": "b904231683743f3dedb8", + "label": "누룽지탕", + "amount": 6000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "df3e20780e2cd4f3edbc", - "label": "커트", - "amount": 10000, + "id": "b06cba6346d96ed13d5f", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "df3e20780e2cd4f3edbc-history", - "label": "커트", - "amount": 10000, + "id": "b3781d52c0cf7558953d-history", + "label": "라면", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b904231683743f3dedb8-history", + "label": "누룽지탕", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b06cba6346d96ed13d5f-history", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14930", - "name": "레알떡볶이", - "businessName": "레알떡볶이", - "categorySlug": "korean", - "address": "경기도 수원시 영통구 봉영로 1623 (영통동) 1층 133-2호", - "district": "경기도 수원시", - "latitude": 37.25592537670266, - "longitude": 127.07472815939546, - "representativePriceAmount": 3000, - "representativePriceLabel": "떡볶이", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1311-8698 / 영업시간: 11:30~22:00 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-276-0242", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b1d8dc2d95dab6756874", - "label": "떡볶이", - "amount": 3000, + "id": "53c8884d0d49f2926e06", + "label": "짜장", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e5911553e06ecaf9e71c", - "label": "라면", - "amount": 3500, + "id": "a817a7a7e8612f8f9d44", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b1d8dc2d95dab6756874-history", - "label": "떡볶이", - "amount": 3000, + "id": "53c8884d0d49f2926e06-history", + "label": "짜장", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e5911553e06ecaf9e71c-history", - "label": "라면", - "amount": 3500, + "id": "a817a7a7e8612f8f9d44-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14332", - "name": "렛츠헤어", - "businessName": "렛츠헤어", + "id": "goodprice-2342", + "name": "좋은날헤어", + "businessName": "좋은날헤어", "categorySlug": "beauty", - "address": "경기도 수원시 권선구 권광로27번길 51 (권선동) 1층", - "district": "경기도 수원시", - "latitude": 37.251111070274, - "longitude": 127.02439282380257, - "representativePriceAmount": 10000, - "representativePriceLabel": "컷트", + "address": "광주광역시 남구 독립로10번길 3 (백운동)", + "district": "광주광역시 남구", + "latitude": 35.13467361793, + "longitude": 126.901923408725, + "representativePriceAmount": 7000, + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-676-0056 / 영업시간: 09:00~19:00 정기휴무(메주 수,일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "40f630d17b57cf4f217a", - "label": "컷트", - "amount": 10000, + "id": "bb7773dff67355200472", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "40f630d17b57cf4f217a-history", - "label": "컷트", - "amount": 10000, + "id": "bb7773dff67355200472-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13883", - "name": "만두가게", - "businessName": "만두가게", + "id": "goodprice-18247", + "name": "형제집칼국수", + "businessName": "형제집칼국수", "categorySlug": "korean", - "address": "경기도 수원시 팔달구 수원천로 315 (남수동) 1층", - "district": "경기도 수원시", - "latitude": 37.28148605591346, - "longitude": 127.01796582445644, - "representativePriceAmount": 6000, - "representativePriceLabel": "만두", + "address": "서울특별시 동대문구 사가정로25길 46 (장안동)", + "district": "서울특별시 동대문구", + "latitude": 37.58079543205763, + "longitude": 127.07099071013515, + "representativePriceAmount": 7000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만두 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-251-3900 / 영업시간: 09:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2216-7502", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e5f8305340751b70a126", - "label": "만두", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "03a94c705c57ba2671ef", - "label": "만둣국", - "amount": 8000, + "id": "6d1e68ae06f85f5a1f8c", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e5f8305340751b70a126-history", - "label": "만두", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "03a94c705c57ba2671ef-history", - "label": "만둣국", - "amount": 8000, + "id": "6d1e68ae06f85f5a1f8c-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11724", - "name": "봉실스넥", - "businessName": "봉실스넥", + "id": "goodprice-5617", + "name": "손가네분식", + "businessName": "손가네분식", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 서부대성로239번길 8 (효자동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8732547890045, - "longitude": 127.745099874572, - "representativePriceAmount": 5000, - "representativePriceLabel": "순두부찌개", + "address": "전라남도 목포시 남해로 8-1 (산정동)", + "district": "전라남도 목포시", + "latitude": 34.7900774150742, + "longitude": 126.396716006428, + "representativePriceAmount": 2500, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-251-6890 / 영업시간: 09:00 - 22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-242-3375", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fd21c0ab648cf8fac19d", - "label": "순두부찌개", - "amount": 5000, + "id": "b487a8fb655a489dfc21", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1378f3b954d6ddf36ca3", - "label": "된장찌개", - "amount": 5000, + "id": "b1325fdcffcc471076f5", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bea231d37b6ebf04a351", - "label": "부대찌개", + "id": "0f5a593522f328cf3b1f", + "label": "팥죽", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "28989ea315f0d903d897", + "label": "동지죽", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "da43af9d0c2186fc2e6c", + "label": "팥칼국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fd21c0ab648cf8fac19d-history", - "label": "순두부찌개", - "amount": 5000, + "id": "b487a8fb655a489dfc21-history", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1378f3b954d6ddf36ca3-history", - "label": "된장찌개", - "amount": 5000, + "id": "b1325fdcffcc471076f5-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bea231d37b6ebf04a351-history", - "label": "부대찌개", + "id": "0f5a593522f328cf3b1f-history", + "label": "팥죽", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "28989ea315f0d903d897-history", + "label": "동지죽", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "da43af9d0c2186fc2e6c-history", + "label": "팥칼국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16632", - "name": "분식집에 하숙하는 붕어빵", - "businessName": "분식집에 하숙하는 붕어빵", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 삭주로 25 (교동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.88144386414532, - "longitude": 127.73456759786936, - "representativePriceAmount": 3000, - "representativePriceLabel": "떡볶이", + "id": "goodprice-19283", + "name": "한마음탁구장", + "businessName": "한마음탁구장", + "categorySlug": "other-service", + "address": "경상남도 창원시 의창구 명서로141번길 2 (명서동) 지하", + "district": "경상남도 창원시", + "latitude": 35.24518848644603, + "longitude": 128.64627917131114, + "representativePriceAmount": 7000, + "representativePriceLabel": "일일사용료(시간제한 없음)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1402-8552 / 영업시간: 정기휴무(매주 월요일) 화~일 11:00~23:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 일일사용료(시간제한 없음) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-288-8310", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "53fa31c0ce50b3a6e5d9", - "label": "떡볶이", - "amount": 3000, + "id": "a1246de811d402e49354", + "label": "일일사용료(시간제한 없음)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "1ad5a2b1402018301ff5", - "label": "수제튀김", - "amount": 2000, + "id": "a1246de811d402e49354-history", + "label": "일일사용료(시간제한 없음)", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-16149", + "name": "호미", + "businessName": "호미", + "categorySlug": "korean", + "address": "서울특별시 동대문구 안암로20길 7-15 (제기동) 지하1층", + "district": "서울특별시 동대문구", + "latitude": 37.58802747170622, + "longitude": 127.03482903872096, + "representativePriceAmount": 7000, + "representativePriceLabel": "참치김치찌개", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 참치김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-8761-3297", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "2c9f3dd84ad562d82d8f", + "label": "참치김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4b9f7ef0b9db682c22d7", - "label": "순대", - "amount": 4000, + "id": "52746418016acef31af8", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "53fa31c0ce50b3a6e5d9-history", - "label": "떡볶이", - "amount": 3000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "1ad5a2b1402018301ff5-history", - "label": "수제튀김", - "amount": 2000, + "id": "2c9f3dd84ad562d82d8f-history", + "label": "참치김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4b9f7ef0b9db682c22d7-history", - "label": "순대", - "amount": 4000, + "id": "52746418016acef31af8-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15847", - "name": "대복분식", - "businessName": "대복분식", + "id": "goodprice-6374", + "name": "국수마을", + "businessName": "국수마을", "categorySlug": "korean", - "address": "충청북도 청주시 흥덕구 강내면 태성탑연로 454-1 주2동 1층", - "district": "충청북도 청주시", - "latitude": 36.622893602285906, - "longitude": 127.3588240445716, - "representativePriceAmount": 8000, - "representativePriceLabel": "된장찌개", + "address": "경상북도 포항시 남구 효자동5번길 10 나동 국수마을", + "district": "경상북도 포항시", + "latitude": 36.0078387636712, + "longitude": 129.329195759208, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-236-3142", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 목 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": "299b7375994c2118d0d6", - "label": "된장찌개", - "amount": 8000, + "id": "452d6dd00d54ae1c3672", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4c14e89117e7f8086f5d", - "label": "순두부찌개", - "amount": 8000, + "id": "0f7295146e6ba2933806", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "66ce61533574d6b6b49c", - "label": "쫄면", - "amount": 6000, + "id": "ff42ed3c643e620425fd", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "299b7375994c2118d0d6-history", - "label": "된장찌개", - "amount": 8000, + "id": "452d6dd00d54ae1c3672-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4c14e89117e7f8086f5d-history", - "label": "순두부찌개", - "amount": 8000, + "id": "0f7295146e6ba2933806-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "66ce61533574d6b6b49c-history", - "label": "쫄면", - "amount": 6000, + "id": "ff42ed3c643e620425fd-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16071", - "name": "대선집", - "businessName": "대선집", - "categorySlug": "korean", - "address": "충청북도 청주시 서원구 구룡산로51번다길 4 (성화동) 1층", - "district": "충청북도 청주시", - "latitude": 36.615134258549226, - "longitude": 127.45225164740799, - "representativePriceAmount": 10000, - "representativePriceLabel": "돌솥제육정식", + "id": "goodprice-18083", + "name": "오아시스노래연습장(노형점)", + "businessName": "오아시스노래연습장(노형점)", + "categorySlug": "other-service", + "address": "제주특별자치도 제주시 월랑로10길 1 (노형동) 오아시스노래연습장(노형점)", + "district": "제주특별자치도 제주시", + "latitude": 33.4893592333874, + "longitude": 126.47630119616147, + "representativePriceAmount": 1000, + "representativePriceLabel": "코인(10분)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥제육정식 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-233-2212", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 코인(10분) 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-711-0478", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5ce8c082381665cf2ff2", - "label": "돌솥제육정식", - "amount": 10000, + "id": "f8344e426d17e6474411", + "label": "코인(10분)", + "amount": 1000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9b9be74679e95f99f5eb", + "label": "학생(30분)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5ce8c082381665cf2ff2-history", - "label": "돌솥제육정식", - "amount": 10000, + "id": "f8344e426d17e6474411-history", + "label": "코인(10분)", + "amount": 1000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9b9be74679e95f99f5eb-history", + "label": "학생(30분)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15520", - "name": "대성식당", - "businessName": "대성식당", + "id": "goodprice-13391", + "name": "홍두깨손칼국수(청량리)", + "businessName": "홍두깨손칼국수(청량리)", "categorySlug": "korean", - "address": "충청북도 청주시 상당구 상당로186번길 17 (수동) (대성식당)", - "district": "충청북도 청주시", - "latitude": 36.64494841100788, - "longitude": 127.49068538143457, - "representativePriceAmount": 6000, - "representativePriceLabel": "가정식백반", + "address": "서울특별시 동대문구 왕산로 185 (청량리동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.57990785905942, + "longitude": 127.0437870917468, + "representativePriceAmount": 4000, + "representativePriceLabel": "손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-258-1345", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-957-7734", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2d160139e90246671838", - "label": "가정식백반", - "amount": 6000, + "id": "588d4415f36a67bff3f0", + "label": "손칼국수", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "215c49471132fe6ef0d0", + "label": "손짜장면", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "563bc58e7c70cca78333", + "label": "비빔밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2d160139e90246671838-history", - "label": "가정식백반", - "amount": 6000, + "id": "588d4415f36a67bff3f0-history", + "label": "손칼국수", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "215c49471132fe6ef0d0-history", + "label": "손짜장면", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "563bc58e7c70cca78333-history", + "label": "비빔밥", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4760", - "name": "대운분식", - "businessName": "대운분식", + "id": "goodprice-14723", + "name": "국시묵자", + "businessName": "국시묵자", "categorySlug": "korean", - "address": "충청북도 청주시 흥덕구 옥산면 청주역로 654", - "district": "충청북도 청주시", - "latitude": 36.6654960294927, - "longitude": 127.374242450261, + "address": "경상북도 포항시 남구 장기면 동해안로 3271-1 -", + "district": "경상북도 포항시", + "latitude": 35.87906957004322, + "longitude": 129.5171647482038, "representativePriceAmount": 6000, - "representativePriceLabel": "콩나물밥", + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-260-0667 / 영업시간: 매일 08:00-21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ca8c450f9d7dacbb435c", - "label": "콩나물밥", + "id": "73e42d3d50ceb273e862", + "label": "잔치국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "4751a8df9cf113cbf16a", + "label": "만두국", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ca8c450f9d7dacbb435c-history", - "label": "콩나물밥", + "id": "73e42d3d50ceb273e862-history", + "label": "잔치국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "4751a8df9cf113cbf16a-history", + "label": "만두국", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16878", - "name": "명윤", - "businessName": "명윤", - "categorySlug": "chinese", - "address": "충청남도 천안시 서북구 직산읍 4산단로 241 1동", - "district": "충청남도 천안시", - "latitude": 36.85787766445741, - "longitude": 127.10949582855619, + "id": "goodprice-13895", + "name": "천광당구클럽", + "businessName": "천광당구클럽", + "categorySlug": "other-service", + "address": "대전광역시 중구 대종로 315 (부사동) 2층", + "district": "대전광역시 중구", + "latitude": 36.31391018160053, + "longitude": 127.43410636933467, "representativePriceAmount": 6000, - "representativePriceLabel": "자장면", + "representativePriceLabel": "시간당", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1426-9775 / 영업시간: 영업시간 09:30~19:30 휴무일 매주 월요일 베 달 오후 4시 이후 가능", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 시간당 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 11:00~22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "37b7f5af97e4039314bc", - "label": "자장면", + "id": "9bfb3b02460f0634867b", + "label": "시간당", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "75e28d12fd3f47a89fd9", - "label": "짬뽕", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "37b7f5af97e4039314bc-history", - "label": "자장면", + "id": "9bfb3b02460f0634867b-history", + "label": "시간당", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "75e28d12fd3f47a89fd9-history", - "label": "짬뽕", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16880", - "name": "모모아지트", - "businessName": "모모아지트", - "categorySlug": "other-food", - "address": "충청남도 천안시 서북구 봉정로 140 (성정동) 3층", - "district": "충청남도 천안시", - "latitude": 36.814482384883114, - "longitude": 127.14202209848756, - "representativePriceAmount": 3000, - "representativePriceLabel": "아메리카노", + "id": "goodprice-18516", + "name": "홍두깨칼국수(답십리동)", + "businessName": "홍두깨칼국수(답십리동)", + "categorySlug": "korean", + "address": "서울특별시 동대문구 전농로 99 (답십리동) 1층", + "district": "서울특별시 동대문구", + "latitude": 37.573895151532554, + "longitude": 127.05726590799888, + "representativePriceAmount": 5000, + "representativePriceLabel": "손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1337-4919 / 영업시간: 영업시간 24시간", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2243-2734", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "302bc1d67e7d791f0a9f", - "label": "아메리카노", - "amount": 3000, + "id": "a9a2bec51f62843c061a", + "label": "손칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "57f43afe4c48be637fe1", - "label": "카페라떼", - "amount": 4000, + "id": "c1eaccef5a3a4b49ac14", + "label": "떡만두국", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "302bc1d67e7d791f0a9f-history", - "label": "아메리카노", - "amount": 3000, + "id": "a9a2bec51f62843c061a-history", + "label": "손칼국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "57f43afe4c48be637fe1-history", - "label": "카페라떼", - "amount": 4000, + "id": "c1eaccef5a3a4b49ac14-history", + "label": "떡만두국", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4994", - "name": "문헤어갤러리", - "businessName": "문헤어갤러리", - "categorySlug": "beauty", - "address": "충청남도 천안시 서북구 미라14길 20 (쌍용동)", - "district": "충청남도 천안시", - "latitude": 36.8056741666016, - "longitude": 127.13015496868, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-577-4466 / 영업시간: 10:00~19:00 정기휴무(매주 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "소방파출소 뒷편 양곡교회 맞은편", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-261-1930", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "559bb2baa3c1272ef0e2", - "label": "커트", - "amount": 8000, + "id": "ffc5afe538ca686dd61c", + "label": "한식부페", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "559bb2baa3c1272ef0e2-history", - "label": "커트", - "amount": 8000, + "id": "ffc5afe538ca686dd61c-history", + "label": "한식부페", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10501", - "name": "착한가격헤어", - "businessName": "착한가격헤어", - "categorySlug": "beauty", - "address": "전라남도 목포시 상리로9번길 22 1층(상동)", - "district": "전라남도 목포시", - "latitude": 34.8137466442366, - "longitude": 126.41499805728, + "id": "goodprice-18095", + "name": "삼광이용원", + "businessName": "삼광이용원", + "categorySlug": "barber", + "address": "강원특별자치도 원주시 삼광1길 9 (봉산동) 삼광이용원", + "district": "강원특별자치도 원주시", + "latitude": 37.34256071350804, + "longitude": 127.96561782085058, "representativePriceAmount": 6000, - "representativePriceLabel": "커트(기본)", + "representativePriceLabel": "이발(뒷면도 포함)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(기본) 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-278-1571", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 이발(뒷면도 포함) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1372-1180", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c220e2977a20f26351e2", - "label": "커트(기본)", + "id": "957ff74ecb0f0d27816e", + "label": "이발(뒷면도 포함)", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c220e2977a20f26351e2-history", - "label": "커트(기본)", + "id": "957ff74ecb0f0d27816e-history", + "label": "이발(뒷면도 포함)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15147", - "name": "태동반점", - "businessName": "태동반점", - "categorySlug": "chinese", - "address": "전라남도 목포시 마인계터로40번길 10-1 (죽동) 태동반점", - "district": "전라남도 목포시", - "latitude": 34.7899992363049, - "longitude": 126.38341878576848, - "representativePriceAmount": 7000, - "representativePriceLabel": "짜장면", + "id": "goodprice-18246", + "name": "홍두깨칼국수(제기동)", + "businessName": "홍두깨칼국수(제기동)", + "categorySlug": "korean", + "address": "서울특별시 동대문구 왕산로 165 (제기동)", + "district": "서울특별시 동대문구", + "latitude": 37.57923386335034, + "longitude": 127.04162867525169, + "representativePriceAmount": 4000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-243-3351", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-960-6126", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bc2b2fa462e04360456b", - "label": "짜장면", - "amount": 7000, + "id": "6494acb73c5163def3bb", + "label": "칼국수", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "aa3f443b5d64f1b7d84a", - "label": "짬뽕", - "amount": 8000, + "id": "5080c6cd32357a25657a", + "label": "손짜장면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "618f60eb7e40a7d5817b", + "label": "돌솥비빔밥", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bc2b2fa462e04360456b-history", - "label": "짜장면", - "amount": 7000, + "id": "6494acb73c5163def3bb-history", + "label": "칼국수", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "aa3f443b5d64f1b7d84a-history", - "label": "짬뽕", - "amount": 8000, + "id": "5080c6cd32357a25657a-history", + "label": "손짜장면", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "618f60eb7e40a7d5817b-history", + "label": "돌솥비빔밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11126", - "name": "하나둘미용실", - "businessName": "하나둘미용실", - "categorySlug": "beauty", - "address": "전라남도 목포시 수강로 6 (수강동1가)", - "district": "전라남도 목포시", - "latitude": 34.7856055450319, - "longitude": 126.386018127697, - "representativePriceAmount": 10000, - "representativePriceLabel": "여성(일반)컷트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여성(일반)컷트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-243-9098", + "lastPriceUpdatedAt": "2026-04-05", + "description": "방문접수/출장", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "a974478b8a1f35a99737", - "label": "여성(일반)컷트", - "amount": 10000, + "id": "1da55d5cd13c4148d9f1", + "label": "한식(뷔페)", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "594b0b30c62c062e6c86", + "label": "도시락(배달)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a974478b8a1f35a99737-history", - "label": "여성(일반)컷트", - "amount": 10000, + "id": "1da55d5cd13c4148d9f1-history", + "label": "한식(뷔페)", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "594b0b30c62c062e6c86-history", + "label": "도시락(배달)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6309", - "name": "끄티디저트카페", - "businessName": "끄티디저트카페", - "categorySlug": "other-food", - "address": "경상북도 포항시 남구 중앙로134번길 2 끄티디저트카페", - "district": "경상북도 포항시", - "latitude": 36.0250169966387, - "longitude": 129.368453187457, - "representativePriceAmount": 2000, - "representativePriceLabel": "아메리카노", + "id": "goodprice-14866", + "name": "25시플라워", + "businessName": "25시플라워", + "categorySlug": "other-service", + "address": "충청남도 보령시 주공로 16 (명천동) 25시 플라워", + "district": "충청남도 보령시", + "latitude": 36.34483386692245, + "longitude": 126.60243927419342, + "representativePriceAmount": 1500, + "representativePriceLabel": "카네이션 1송이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-281-2496 / 영업시간: 매일 08:00-23:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 카네이션 1송이 1,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-933-9296 / 영업시간: 8시 30분~19시 30분", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "06960cc7b181198e6794", - "label": "아메리카노", - "amount": 2000, + "id": "dcaca553257c12f695c3", + "label": "카네이션 1송이", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0fc816676c10c2c04a1e", - "label": "생과일주스", - "amount": 4000, + "id": "1148e95eb2033a0e7dfa", + "label": "백합 1송이", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "06960cc7b181198e6794-history", - "label": "아메리카노", - "amount": 2000, + "id": "dcaca553257c12f695c3-history", + "label": "카네이션 1송이", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0fc816676c10c2c04a1e-history", - "label": "생과일주스", - "amount": 4000, + "id": "1148e95eb2033a0e7dfa-history", + "label": "백합 1송이", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6326", - "name": "나미화헤어클럽", - "businessName": "나미화헤어클럽", - "categorySlug": "beauty", - "address": "경상북도 포항시 남구 송도로 10-1", - "district": "경상북도 포항시", - "latitude": 36.0337446127344, - "longitude": 129.372175309483, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-14499", + "name": "곰배령칼국수", + "businessName": "곰배령칼국수", + "categorySlug": "korean", + "address": "서울특별시 중랑구 용마산로117길 54 (신내동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.60000933540708, + "longitude": 127.09746561077974, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10시~17시 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "깨끗하고 넓은 홀, 친정한 사장님이 해주시는 맛있고 저렴한 칼국수가 일품", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-4175-9089", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c7fd3d69efa5f351bde6", - "label": "커트", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "70b1a689297c345d3cba", - "label": "기타 성인여자커트", - "amount": 7000, + "id": "c18af7f3ed6b00dc39b4", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c7fd3d69efa5f351bde6-history", - "label": "커트", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "70b1a689297c345d3cba-history", - "label": "기타 성인여자커트", - "amount": 7000, + "id": "c18af7f3ed6b00dc39b4-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6495", - "name": "나주식당", - "businessName": "나주식당", + "id": "goodprice-6810", + "name": "다복한식부페", + "businessName": "다복한식부페", "categorySlug": "korean", - "address": "경상북도 포항시 북구 양학로32번길 9-1 나주식당", - "district": "경상북도 포항시", - "latitude": 36.0264062592383, - "longitude": 129.351296310605, - "representativePriceAmount": 7500, - "representativePriceLabel": "정식", + "address": "경상남도 창원시 성산구 동산로65번길 33 (상남동)", + "district": "경상남도 창원시", + "latitude": 35.2170705144953, + "longitude": 128.684009304443, + "representativePriceAmount": 7000, + "representativePriceLabel": "뷔페 1인", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 11시~17시30분 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뷔페 1인 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-282-1212", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a7e0d5e6ee617d2e2363", - "label": "정식", - "amount": 7500, + "id": "4f504bded820354ee27f", + "label": "뷔페 1인", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a7e0d5e6ee617d2e2363-history", - "label": "정식", - "amount": 7500, + "id": "4f504bded820354ee27f-history", + "label": "뷔페 1인", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17129", - "name": "만원족발", - "businessName": "만원족발", - "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 양덕북2길 13 (양덕동) 1층", - "district": "경상남도 창원시", - "latitude": 35.232299773538415, - "longitude": 128.58552226970943, - "representativePriceAmount": 10000, - "representativePriceLabel": "왕족발", + "id": "goodprice-6460", + "name": "엑스맨남성커트", + "businessName": "엑스맨남성커트", + "categorySlug": "barber", + "address": "경상북도 포항시 북구 장량로263번길 45", + "district": "경상북도 포항시", + "latitude": 36.0858153138458, + "longitude": 129.406799276468, + "representativePriceAmount": 5000, + "representativePriceLabel": "남성커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 왕족발 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-299-4822", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 남성커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 목 11:00-19:00 금 11:00-19:00 토 11:00-19:00 일 정기휴무(매주일요일) 월 11:00-19:00 화 11:00-19:00 수 11:00-19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6c19aa2e7dea258f3d6c", - "label": "왕족발", - "amount": 10000, + "id": "75ecc725bb6699cdb43d", + "label": "남성커트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6be6162cc2e80388c256", - "label": "미니족발", - "amount": 10000, + "id": "4e0a4747f92874c78cc1", + "label": "일반펌", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6c19aa2e7dea258f3d6c-history", - "label": "왕족발", - "amount": 10000, + "id": "75ecc725bb6699cdb43d-history", + "label": "남성커트", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6be6162cc2e80388c256-history", - "label": "미니족발", - "amount": 10000, + "id": "4e0a4747f92874c78cc1-history", + "label": "일반펌", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17130", - "name": "맛집", - "businessName": "맛집", - "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 구암북12길 17 (구암동) 맛집", - "district": "경상남도 창원시", - "latitude": 35.25555706724836, - "longitude": 128.59779095142022, - "representativePriceAmount": 3000, - "representativePriceLabel": "맛집김밥", + "id": "goodprice-11221", + "name": "다이렉트커피", + "businessName": "다이렉트커피", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 용마산로100길 35 (망우동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.59112764712891, + "longitude": 127.10012606552009, + "representativePriceAmount": 2300, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 맛집김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-255-9597", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-0288-7263", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7ee369ed63fdfb03f10f", - "label": "맛집김밥", - "amount": 3000, + "id": "9e0c8de523624f9df24d", + "label": "커피", + "amount": 2300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d0e1902b346ab2ac56b5", - "label": "라면", - "amount": 3000, + "id": "8dd85c3ffd61adad1798", + "label": "국산차", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "9a4850ad3d069d6ae818", - "label": "우동", - "amount": 5000, + "id": "9e0c8de523624f9df24d-history", + "label": "커피", + "amount": 2300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6480b3310eefd2a4e6ce", - "label": "국수", - "amount": 5000, + "id": "8dd85c3ffd61adad1798-history", + "label": "국산차", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-284-6114", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "9f2b6cb1cf6189c5819c", + "label": "김치찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a8e803a17352dc89ca05", + "label": "된장찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e2a856962b1d3d96f88d", + "label": "순두부찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a4c03bc456bb73fbbda2", + "label": "돼지찌개", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7ee369ed63fdfb03f10f-history", - "label": "맛집김밥", - "amount": 3000, + "id": "9f2b6cb1cf6189c5819c-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d0e1902b346ab2ac56b5-history", - "label": "라면", - "amount": 3000, + "id": "a8e803a17352dc89ca05-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9a4850ad3d069d6ae818-history", - "label": "우동", - "amount": 5000, + "id": "e2a856962b1d3d96f88d-history", + "label": "순두부찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6480b3310eefd2a4e6ce-history", - "label": "국수", - "amount": 5000, + "id": "a4c03bc456bb73fbbda2-history", + "label": "돼지찌개", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17139", - "name": "먹거리아", - "businessName": "먹거리아", - "categorySlug": "korean", - "address": "경상남도 창원시 진해구 벚꽃로70번길 17-2 (화천동) 먹거리아", - "district": "경상남도 창원시", - "latitude": 35.151431963349566, - "longitude": 128.66566078665707, + "id": "goodprice-1577", + "name": "강희정헤어공간", + "businessName": "강희정헤어공간", + "categorySlug": "beauty", + "address": "부산광역시 영도구 태종로422번길 40 (청학2동)", + "district": "부산광역시 영도구", + "latitude": 35.0888454498314, + "longitude": 129.066316325, "representativePriceAmount": 5000, - "representativePriceLabel": "고구마튀김 8개", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고구마튀김 8개 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-542-9476", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-413-1376 / 영업시간: 매일 10:30~18:00 수요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8f683efe80f43544e9fa", - "label": "고구마튀김 8개", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b5ebfc444937dc484f11", - "label": "쥐포튀김 8개", + "id": "c525ea42b40a17f7686e", + "label": "커트", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8f683efe80f43544e9fa-history", - "label": "고구마튀김 8개", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b5ebfc444937dc484f11-history", - "label": "쥐포튀김 8개", + "id": "c525ea42b40a17f7686e-history", + "label": "커트", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6804", - "name": "메밀파티", - "businessName": "메밀파티", - "categorySlug": "korean", - "address": "경상남도 창원시 성산구 토월로 88 (상남동) 지하", - "district": "경상남도 창원시", - "latitude": 35.21882052587623, - "longitude": 128.68409106230135, - "representativePriceAmount": 8000, - "representativePriceLabel": "막국수", + "id": "goodprice-16076", + "name": "담다", + "businessName": "담다", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 봉화산로4길 62 (중화동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.59915611624509, + "longitude": 127.0751578970956, + "representativePriceAmount": 2500, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 막국수 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-284-0618", + "lastPriceUpdatedAt": "2026-04-05", + "description": "아담하고 깔끔한 카페로 조용하게 커피를 즐길수 있는곳", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 영업시간 : 월~금 (10시~19시) , 토 (11시~17시) 매주 일요일, 마지막주 토요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "df0afdc83052994bd6cd", - "label": "막국수", - "amount": 8000, + "id": "cf077ba03d28dc1f8368", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "df0afdc83052994bd6cd-history", - "label": "막국수", - "amount": 8000, + "id": "cf077ba03d28dc1f8368-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7013", - "name": "다마내기", - "businessName": "다마내기", - "categorySlug": "other-service", - "address": "제주특별자치도 제주시 원노형로 26 202호 (서림빌딩)", + "id": "goodprice-7019", + "name": "김녕빵집", + "businessName": "김녕빵집", + "categorySlug": "bakery", + "address": "제주특별자치도 제주시 구좌읍 김녕로1길 25 1층", "district": "제주특별자치도 제주시", - "latitude": 33.4864471773391, - "longitude": 126.484759413813, - "representativePriceAmount": 1700, - "representativePriceLabel": "중대 10분", + "latitude": 33.5559045926848, + "longitude": 126.747620056758, + "representativePriceAmount": 2100, + "representativePriceLabel": "소금버터빵", "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 소금버터빵 2,100원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 목 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": "bbff1e48933862c8375c", - "label": "중대 10분", - "amount": 1700, + "id": "5152fce2db5cc2d3fdb4", + "label": "소금버터빵", + "amount": 2100, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "70efd2e12e5955def681", - "label": "기본 30분", - "amount": 5000, + "id": "0ac60737e39278293deb", + "label": "누룽지빵", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bbff1e48933862c8375c-history", - "label": "중대 10분", - "amount": 1700, + "id": "5152fce2db5cc2d3fdb4-history", + "label": "소금버터빵", + "amount": 2100, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "70efd2e12e5955def681-history", - "label": "기본 30분", - "amount": 5000, + "id": "0ac60737e39278293deb-history", + "label": "누룽지빵", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18086", - "name": "다올국수", - "businessName": "다올국수", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 서광로 209-1 (삼도일동) 다올국수", - "district": "제주특별자치도 제주시", - "latitude": 33.50016357321733, - "longitude": 126.51892020124394, + "id": "goodprice-1707", + "name": "예림미용실", + "businessName": "예림미용실", + "categorySlug": "beauty", + "address": "대구광역시 남구 봉덕로20길 18 1층", + "district": "대구광역시 남구", + "latitude": 35.8438001114813, + "longitude": 128.600691252393, "representativePriceAmount": 7000, - "representativePriceLabel": "멸치국수", + "representativePriceLabel": "커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-755-7076", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-471-6507 / 영업시간: 영업시간: 9시~20시 휴무일:매주 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d609a71ccef8b28eb64b", - "label": "멸치국수", + "id": "5658100ea24a24f1e78c", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f1075f433017e089b0a0", - "label": "고기국수", - "amount": 9000, + "id": "5658100ea24a24f1e78c-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-14494", + "name": "대성식당", + "businessName": "대성식당", + "categorySlug": "korean", + "address": "서울특별시 중랑구 면목로33길 14 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.57679837613986, + "longitude": 127.08508904482112, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치찌개", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "친근한 분위기, 따뜻한 집밥을 먹을 수 있는 가게", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-8962-7097 / 영업시간: 영업시간 : 09:00~18:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "1f6ec4f2d7d32a4c82af", - "label": "찐만두", - "amount": 8000, + "id": "92f83fa335b25a3e4589", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "835d8c6bec9f80cf621f", - "label": "계란말이", - "amount": 8000, + "id": "7def001327afbe18377d", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d609a71ccef8b28eb64b-history", - "label": "멸치국수", + "id": "92f83fa335b25a3e4589-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "f1075f433017e089b0a0-history", - "label": "고기국수", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1f6ec4f2d7d32a4c82af-history", - "label": "찐만두", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "835d8c6bec9f80cf621f-history", - "label": "계란말이", - "amount": 8000, + "id": "7def001327afbe18377d-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18078", - "name": "다인헤어", - "businessName": "다인헤어", - "categorySlug": "beauty", - "address": "제주특별자치도 제주시 원노형로 9 (노형동) 다인헤어", - "district": "제주특별자치도 제주시", - "latitude": 33.487776208529105, - "longitude": 126.48422199658157, - "representativePriceAmount": 10000, - "representativePriceLabel": "컷트", + "id": "goodprice-19454", + "name": "송훈돈까스", + "businessName": "송훈돈까스", + "categorySlug": "korean", + "address": "부산광역시 중구 남포길 37-1 (남포동2가) 1층", + "district": "부산광역시 중구", + "latitude": 35.098363235389385, + "longitude": 129.03288554598774, + "representativePriceAmount": 7000, + "representativePriceLabel": "돈까스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-744-9242", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈까스 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-253-7004 / 영업시간: 11:00~20:30, 매주일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bc492fd6657fe1d9812e", - "label": "컷트", - "amount": 10000, + "id": "37c2c176300d982225f4", + "label": "돈까스", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bc492fd6657fe1d9812e-history", - "label": "컷트", - "amount": 10000, + "id": "37c2c176300d982225f4-history", + "label": "돈까스", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-952", - "name": "종묘이용원", - "businessName": "종묘이용원", - "categorySlug": "barber", - "address": "서울특별시 종로구 종로 146 (종로3가) (종로4가)", - "district": "서울특별시 종로구", - "latitude": 37.57022814518435, - "longitude": 126.99369870159373, - "representativePriceAmount": 7000, - "representativePriceLabel": "커트", + "id": "goodprice-2824", + "name": "청춘헤어", + "businessName": "청춘헤어", + "categorySlug": "beauty", + "address": "대전광역시 중구 유천로132 (태평동)", + "district": "대전광역시 중구", + "latitude": 36.3242737971578, + "longitude": 127.395556644163, + "representativePriceAmount": 5000, + "representativePriceLabel": "커트(남)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-535-7754 / 영업시간: 매일 10:00-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1b85f27b1437d203ac50", - "label": "커트", - "amount": 7000, + "id": "24c92a10f2197b4cae28", + "label": "커트(남)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "05e7d5a67b77f4a893bd", - "label": "염색", - "amount": 7000, + "id": "df746093f3ec81652f2d", + "label": "기타 샴푸서비스", + "amount": 1000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6e93de4fe752da55870f", + "label": "컷 남성컷트", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1b85f27b1437d203ac50-history", - "label": "커트", - "amount": 7000, + "id": "24c92a10f2197b4cae28-history", + "label": "커트(남)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "05e7d5a67b77f4a893bd-history", - "label": "염색", - "amount": 7000, + "id": "df746093f3ec81652f2d-history", + "label": "기타 샴푸서비스", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "6e93de4fe752da55870f-history", + "label": "컷 남성컷트", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16865", - "name": "중국", - "businessName": "중국", + "id": "goodprice-14504", + "name": "대흥각", + "businessName": "대흥각", "categorySlug": "chinese", - "address": "서울특별시 종로구 자하문로33길 2 (청운동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.58619403165867, - "longitude": 126.96972945340502, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "address": "서울특별시 중랑구 동일로139길 7 (중화동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.603360654414715, + "longitude": 127.07849409383937, + "representativePriceAmount": 5000, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-737-8055 / 영업시간: 10:00~13:00 (재료 소진 시 마감) 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "친절하고 저렴한 가격으로 맛있는 음식을 즐길 수 있습니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1415-5215 / 영업시간: 영업시간 : 11시~20시 휴무일 : 매주 금요일 배달 : X", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "84706cbcda12f6223668", - "label": "짜장면", - "amount": 6000, + "id": "420207524bf86e382ccf", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "40eb4b8cc82012abea1c", + "id": "36fe6547c61466141480", "label": "짬뽕", - "amount": 8000, + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "84706cbcda12f6223668-history", - "label": "짜장면", - "amount": 6000, + "id": "420207524bf86e382ccf-history", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "40eb4b8cc82012abea1c-history", + "id": "36fe6547c61466141480-history", "label": "짬뽕", - "amount": 8000, + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10019", - "name": "황소식당", - "businessName": "황소식당", + "id": "goodprice-17050", + "name": "양가손만두 부평직영점", + "businessName": "양가손만두 부평직영점", "categorySlug": "korean", - "address": "부산광역시 중구 충장대로 4번길 8 (중앙동4가)", + "address": "부산광역시 중구 부평1길 48 (부평동2가) 1층", "district": "부산광역시 중구", - "latitude": 35.1044916301827, - "longitude": 129.036809946537, + "latitude": 35.101570977897914, + "longitude": 129.02602680604465, "representativePriceAmount": 7000, - "representativePriceLabel": "부대찌개", + "representativePriceLabel": "고기찐만두", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 부대찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-465-6648", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기찐만두 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-243-8436", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3850cf71cb847a965e5d", - "label": "부대찌개", + "id": "c978c3f7c66a39ed66f1", + "label": "고기찐만두", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "50d72a31c5707250be7e", - "label": "김치찌개", + "id": "ed9e210fd664e04181b3", + "label": "고기군만두", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "3850cf71cb847a965e5d-history", - "label": "부대찌개", + "id": "bec52f4a97622533d877", + "label": "김치찐만두", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "50d72a31c5707250be7e-history", - "label": "김치찌개", + "id": "0ad6b287f0e5c6ade870", + "label": "김치군만두", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "d08cad99192b1fe9cafc", - "label": "장어탕", - "amount": 10000, + "id": "c978c3f7c66a39ed66f1-history", + "label": "고기찐만두", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7d82857d8061822c187f", - "label": "장어들깨국밥", + "id": "ed9e210fd664e04181b3-history", + "label": "고기군만두", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "d08cad99192b1fe9cafc-history", - "label": "장어탕", - "amount": 10000, + "id": "bec52f4a97622533d877-history", + "label": "김치찐만두", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7d82857d8061822c187f-history", - "label": "장어들깨국밥", + "id": "0ad6b287f0e5c6ade870-history", + "label": "김치군만두", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1393", - "name": "777헤어샵", - "businessName": "777헤어샵", - "categorySlug": "beauty", - "address": "부산광역시 서구 자갈치로 8-1 (충무동1가)", - "district": "부산광역시 서구", - "latitude": 35.0961210951299, - "longitude": 129.025327657564, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트(남)", + "id": "goodprice-2939", + "name": "상떼빌세탁소", + "businessName": "상떼빌세탁소", + "categorySlug": "laundry", + "address": "울산광역시 북구 염포로 669 109호", + "district": "울산광역시 북구", + "latitude": 35.5329399997956, + "longitude": 129.391149443352, + "representativePriceAmount": 3000, + "representativePriceLabel": "신사복상의", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(남) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-2430 / 영업시간: 09:30~19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 신사복상의 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-289-0888 / 영업시간: 09:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e5c4df49a26681b91ac8", - "label": "커트(남)", - "amount": 10000, + "id": "bb51ac17c1e375fbc757", + "label": "신사복상의", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4cd75aa50b1daf44eec0", - "label": "커트(여)", - "amount": 10000, + "id": "38df65c5d4fe0f20897c", + "label": "신사복하의", + "amount": 1500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e2ec35eb3373e497c0fa", + "label": "코트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e5c4df49a26681b91ac8-history", - "label": "커트(남)", - "amount": 10000, + "id": "bb51ac17c1e375fbc757-history", + "label": "신사복상의", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4cd75aa50b1daf44eec0-history", - "label": "커트(여)", - "amount": 10000, + "id": "38df65c5d4fe0f20897c-history", + "label": "신사복하의", + "amount": 1500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e2ec35eb3373e497c0fa-history", + "label": "코트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10083", - "name": "강변복어", - "businessName": "강변복어", - "categorySlug": "korean", - "address": "대구광역시 동구 호반길67 (방촌동)", - "district": "대구광역시 동구", - "latitude": 35.8788829142879, - "longitude": 128.660877483508, - "representativePriceAmount": 8000, - "representativePriceLabel": "복어탕", + "id": "goodprice-16077", + "name": "동춘원", + "businessName": "동춘원", + "categorySlug": "chinese", + "address": "서울특별시 중랑구 망우로66길 57 (망우동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.59695205479161, + "longitude": 127.09963096790973, + "representativePriceAmount": 5000, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 복어탕 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-982-7252", + "lastPriceUpdatedAt": "2026-04-05", + "description": "저렴한 가격으로 따뜻한 한끼를 먹을수 있는곳. 배달은 안되지만 오랜 단골을 보유한 맛집", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-434-9454 / 영업시간: 영업시간 : 11시~21시 (브레이크타임 : 15시30분~16시30분) 매주 화요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "30c5d3fb2997f3e50bf7", - "label": "복어탕", - "amount": 8000, + "id": "966acda47a5010ace83f", + "label": "자장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c1f842683e409662f495", + "label": "짬뽕", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "30c5d3fb2997f3e50bf7-history", - "label": "복어탕", - "amount": 8000, + "id": "966acda47a5010ace83f-history", + "label": "자장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c1f842683e409662f495-history", + "label": "짬뽕", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1870", - "name": "고향손칼국수", - "businessName": "고향손칼국수", + "id": "goodprice-14950", + "name": "윤소인고단백장어죽", + "businessName": "윤소인고단백장어죽", "categorySlug": "korean", - "address": "대구광역시 동구 장등로 9 (신천동)", - "district": "대구광역시 동구", - "latitude": 35.8682732754141, - "longitude": 128.622905927079, - "representativePriceAmount": 4500, - "representativePriceLabel": "잔치국수", + "address": "대구광역시 중구 동성로 19-11 (사일동) 1층", + "district": "대구광역시 중구", + "latitude": 35.86899504826444, + "longitude": 128.59462940407954, + "representativePriceAmount": 6000, + "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 -일요일휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-255-7097 / 영업시간: 11:00 ~ 21: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, + "id": "2471f3f144f0f6387a08", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f629844b6121cacbd030", - "label": "손칼국수", - "amount": 5500, + "id": "ce84d13c3048b2bbc70d", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "955f0ad20cddbf8d1455", - "label": "얼큰 수제비", - "amount": 6500, + "id": "3c1f90d4016c87ced9d1", + "label": "굴국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1c62861c1120b7f95a0e", - "label": "얼큰 칼국수", - "amount": 6500, + "id": "609238e7a422027ccf25", + "label": "제육덮밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "2471f3f144f0f6387a08-history", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f629844b6121cacbd030-history", - "label": "손칼국수", - "amount": 5500, + "id": "ce84d13c3048b2bbc70d-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "955f0ad20cddbf8d1455-history", - "label": "얼큰 수제비", - "amount": 6500, + "id": "3c1f90d4016c87ced9d1-history", + "label": "굴국밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1c62861c1120b7f95a0e-history", - "label": "얼큰 칼국수", - "amount": 6500, + "id": "609238e7a422027ccf25-history", + "label": "제육덮밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2222", - "name": "현대세탁소", - "businessName": "현대세탁소", - "categorySlug": "laundry", - "address": "인천광역시 중구 인항로 34 1층 102호 (신흥동3가)", - "district": "인천광역시 중구", - "latitude": 37.4571633075413, - "longitude": 126.634101603919, - "representativePriceAmount": 5000, - "representativePriceLabel": "바지", + "id": "goodprice-13347", + "name": "행운미용실", + "businessName": "행운미용실", + "categorySlug": "beauty", + "address": "전라남도 여수시 공화북6길 16 (공화동) 행운미용실", + "district": "전라남도 여수시", + "latitude": 34.74870934817551, + "longitude": 127.74335483600659, + "representativePriceAmount": 7000, + "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 정기휴무(일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-662-1603", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e7b80e9540039dce2f39", - "label": "바지", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b35abd377b024318813c", - "label": "정장1벌", - "amount": 10000, + "id": "01ad3b57a377bbf94d2c", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e7b80e9540039dce2f39-history", - "label": "바지", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b35abd377b024318813c-history", - "label": "정장1벌", - "amount": 10000, + "id": "01ad3b57a377bbf94d2c-history", + "label": "커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16954", - "name": "혼밥밥상", - "businessName": "혼밥밥상", - "categorySlug": "korean", - "address": "인천광역시 중구 하늘중앙로225번길 11 (중산동) 2층 206,207호", - "district": "인천광역시 중구", - "latitude": 37.487838041971756, - "longitude": 126.55922287899413, - "representativePriceAmount": 10000, - "representativePriceLabel": "백반", + "id": "goodprice-1028", + "name": "마션", + "businessName": "마션", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 봉화산로56길 69", + "district": "서울특별시 중랑구", + "latitude": 37.6056814088478, + "longitude": 127.098096524041, + "representativePriceAmount": 2000, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 월~토 - 07:00~22:00 일 - 12:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a4a6b446e9aa690c6668", - "label": "백반", - "amount": 10000, + "id": "d92a036e993565070f90", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a4a6b446e9aa690c6668-history", - "label": "백반", - "amount": 10000, + "id": "d92a036e993565070f90-history", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2281", - "name": "한우물", - "businessName": "한우물", - "categorySlug": "korean", - "address": "광주광역시 동구 필문대로191번길 15-2 (산수동)", - "district": "광주광역시 동구", - "latitude": 35.1533803800092, - "longitude": 126.933174859781, - "representativePriceAmount": 9000, - "representativePriceLabel": "생선구이(모듬)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선구이(모듬) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-675-9944 / 영업시간: 10:00-22:00 휴식시간 15:00-17:00 휴무일 일요일 공휴일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "3c5b964b15c4b19aa122", - "label": "생선구이(모듬)", - "amount": 9000, + "id": "b52e031e6fa4c0bb03fe", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8f5b635a5a80379ad958", + "label": "짬뽕", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "48939a8fa36e7670bb31", - "label": "모듬구이(1인)", - "amount": 8000, + "id": "2ad0a04fecdcf9581065", + "label": "볶음밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3c5b964b15c4b19aa122-history", - "label": "생선구이(모듬)", - "amount": 9000, + "id": "b52e031e6fa4c0bb03fe-history", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "8f5b635a5a80379ad958-history", + "label": "짬뽕", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "fc2ee60c70744efad7d9-history", - "label": "백반", - "amount": 1000, + "id": "2ad0a04fecdcf9581065-history", + "label": "볶음밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17166", - "name": "헤어필(학동)", - "businessName": "헤어필(학동)", + "id": "goodprice-6461", + "name": "엘라헤어", + "businessName": "엘라헤어", "categorySlug": "beauty", - "address": "광주광역시 동구 천변우로 603 (학동, 백화아파트) 상가102동 104호", - "district": "광주광역시 동구", - "latitude": 35.13097376055375, - "longitude": 126.92644589626747, - "representativePriceAmount": 10000, - "representativePriceLabel": "성인커트", + "address": "경상북도 포항시 북구 삼호로 461-1 엘라헤어", + "district": "경상북도 포항시", + "latitude": 36.0699150216295, + "longitude": 129.398445668078, + "representativePriceAmount": 7000, + "representativePriceLabel": "남자커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 성인커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 영업일: 월~토 08:30~17:30 휴무일: 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남자커트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-232-1833 / 영업시간: 월~금", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2b6375cab58b23acd2fb", - "label": "성인커트", - "amount": 10000, + "id": "6c77c4394559295cb8e2", + "label": "남자커트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "da31e14cc4246429590c", - "label": "학생커트", + "id": "9dd04e96c37a1af733ef", + "label": "여자커트", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2cfc6253b31be7432a12", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2b6375cab58b23acd2fb-history", - "label": "성인커트", - "amount": 10000, + "id": "6c77c4394559295cb8e2-history", + "label": "남자커트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "da31e14cc4246429590c-history", - "label": "학생커트", + "id": "9dd04e96c37a1af733ef-history", + "label": "여자커트", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2cfc6253b31be7432a12-history", + "label": "커트", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2568", - "name": "옛고을식당", - "businessName": "옛고을식당", + "id": "goodprice-15224", + "name": "미례김밥", + "businessName": "미례김밥", "categorySlug": "korean", - "address": "대전광역시 동구 역전시장길 8 (정동)", - "district": "대전광역시 동구", - "latitude": 36.3304560058946, - "longitude": 127.433731277703, - "representativePriceAmount": 7000, - "representativePriceLabel": "비빔밥", + "address": "서울특별시 중랑구 상봉로 7 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.58643600575516, + "longitude": 127.0943796758029, + "representativePriceAmount": 3000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-274-1983 / 영업시간: 06:00 ~ 15:00 / 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "두툼하고 맛있는 김밥을 저렴하게 즐기는 가성비 맛집", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-4757-6109", "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, + "id": "76a8c2c670af31371320", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8ef3b0fb6d9f002da605", + "id": "92e2e457d47b44b7491e", "label": "김치찌개", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bc6aaa70f4107bb52caf", - "label": "돼지두루치기", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "1c773938032efe6392b8", + "id": "9dca790ca48111ec3567", "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" + "reportedAt": "2026-04-05" } ], "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, + "id": "76a8c2c670af31371320-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8ef3b0fb6d9f002da605-history", + "id": "92e2e457d47b44b7491e-history", "label": "김치찌개", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "bc6aaa70f4107bb52caf-history", - "label": "돼지두루치기", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1c773938032efe6392b8-history", + "id": "9dca790ca48111ec3567-history", "label": "된장찌개", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-214-0706 / 영업시간: 10:00~20:30", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "b634c230c499a3881006-history", - "label": "북어해장국", + "id": "1c07e60235eb66ef2430", + "label": "짜장면", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "238a71da04facc914932-history", - "label": "뼈다귀해장국", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9e58913b0214ad9cbe58-history", - "label": "선지해장국", - "amount": 6000, + "id": "e139bb940cd0b51d94da", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b176c93b48f7fecfd6d2-history", - "label": "순두부찌개", - "amount": 6000, + "id": "9defbd8da25d44d2f6f8", + "label": "점심특선(매일변동)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "3c0a67a56becca138172-history", - "label": "양푼이비빔밥", + "id": "1c07e60235eb66ef2430-history", + "label": "짜장면", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "57277de7776386be1076-history", - "label": "육개장", + "id": "e139bb940cd0b51d94da-history", + "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "36f2c4eab80cd48a37a3-history", - "label": "제육덮밥", - "amount": 8000, + "id": "9defbd8da25d44d2f6f8-history", + "label": "점심특선(매일변동)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14911", - "name": "왕관식당", - "businessName": "왕관식당", - "categorySlug": "korean", - "address": "대전광역시 동구 선화로196번길 6 (중동) 중동", - "district": "대전광역시 동구", - "latitude": 36.33360283723725, - "longitude": 127.42754191112995, - "representativePriceAmount": 6000, - "representativePriceLabel": "콩나물밥", + "id": "goodprice-17417", + "name": "칼라스", + "businessName": "칼라스", + "categorySlug": "other-service", + "address": "대구 남구 봉덕로 62 1층", + "district": "대구 남구", + "latitude": 35.8446762002922, + "longitude": 128.597468951619, + "representativePriceAmount": 2500, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-221-1663 / 영업시간: 12:00~14:00 / 휴무일(일) / 예약불가", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-242-5617", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3028b2dd7bffd45b02aa", - "label": "콩나물밥", - "amount": 6000, + "id": "4635cd7280a172fb7b11", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3028b2dd7bffd45b02aa-history", - "label": "콩나물밥", - "amount": 6000, + "id": "4635cd7280a172fb7b11-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2887", - "name": "경주이용원", - "businessName": "경주이용원", - "categorySlug": "barber", - "address": "울산광역시 남구 월평로159번길 4 1층", - "district": "울산광역시 남구", - "latitude": 35.545149268254, - "longitude": 129.322629378239, - "representativePriceAmount": 10000, - "representativePriceLabel": "초등부컷트", + "id": "goodprice-11581", + "name": "박리김밥", + "businessName": "박리김밥", + "categorySlug": "korean", + "address": "서울특별시 중랑구 공릉로2길 22 1층", + "district": "서울특별시 중랑구", + "latitude": 37.6119559660238, + "longitude": 127.079036383266, + "representativePriceAmount": 3000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 초등부컷트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-268-5170 / 영업시간: 07:30~20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-949-7101", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8670c1cb6d454dfeb00f", - "label": "초등부컷트", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "36d3629e0b85d117cc6c", - "label": "중고등학생 컷트", - "amount": 10000, + "id": "ed984fc2279ce28e1259", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cc5fad78ca00471a809c", - "label": "중고생커트", - "amount": 10000, + "id": "3de8708e0ea792b0c025", + "label": "된장찌개", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c9d0a8b0866ead151f4e", - "label": "초등부커트", - "amount": 10000, + "id": "15ad00ad2d2b212abce7", + "label": "김치찌개", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8670c1cb6d454dfeb00f-history", - "label": "초등부컷트", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "36d3629e0b85d117cc6c-history", - "label": "중고등학생 컷트", - "amount": 10000, + "id": "ed984fc2279ce28e1259-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cc5fad78ca00471a809c-history", - "label": "중고생커트", - "amount": 10000, + "id": "3de8708e0ea792b0c025-history", + "label": "된장찌개", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c9d0a8b0866ead151f4e-history", - "label": "초등부커트", - "amount": 10000, + "id": "15ad00ad2d2b212abce7-history", + "label": "김치찌개", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15106", - "name": "경주칼국수", - "businessName": "경주칼국수", - "categorySlug": "korean", - "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층", - "district": "울산광역시 남구", - "latitude": 35.541808785746284, - "longitude": 129.30930615922028, - "representativePriceAmount": 6000, - "representativePriceLabel": "손칼국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-271-3278", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 미식혜(500ml) 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1446-1503", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e1c28b8724bb1719167b", - "label": "손칼국수", - "amount": 6000, + "id": "7231553709d1149d394a", + "label": "미식혜(500ml)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0b62bb1eaf70d9b3dbe1", - "label": "수제비", - "amount": 6000, + "id": "64658319208128e9beb1", + "label": "박식혜(500ml)", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e1c28b8724bb1719167b-history", - "label": "손칼국수", - "amount": 6000, + "id": "7231553709d1149d394a-history", + "label": "미식혜(500ml)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0b62bb1eaf70d9b3dbe1-history", - "label": "수제비", - "amount": 6000, + "id": "64658319208128e9beb1-history", + "label": "박식혜(500ml)", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18735", - "name": "궁전중화요리", - "businessName": "궁전중화요리", - "categorySlug": "chinese", - "address": "울산광역시 남구 두왕로22번길 5-16 (선암동) 1층", - "district": "울산광역시 남구", - "latitude": 35.505829524208984, - "longitude": 129.30959340736075, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "id": "goodprice-2373", + "name": "가위소리", + "businessName": "가위소리", + "categorySlug": "beauty", + "address": "광주광역시 북구 서림로 32 (임동)", + "district": "광주광역시 북구", + "latitude": 35.1666927420382, + "longitude": 126.891763876644, + "representativePriceAmount": 7000, + "representativePriceLabel": "남자컷트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-256-3003", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남자컷트 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-521-1892 / 영업시간: 08:00~18:00", "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, + "id": "1a3710bd7590ce3a1ae6", + "label": "남자컷트", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "83ba90e8cc0e1a6b8f5e-history", - "label": "짜장면", - "amount": 6000, + "id": "1a3710bd7590ce3a1ae6-history", + "label": "남자컷트", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-15221", + "name": "베이글옆케이크", + "businessName": "베이글옆케이크", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 면목로21길 26 (면목동, 현대주택) 102호", + "district": "서울특별시 중랑구", + "latitude": 37.572657693081965, + "longitude": 127.08243699640079, + "representativePriceAmount": 5000, + "representativePriceLabel": "컵케이크", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "예쁜 떡케이크를 저렴한 가격으로 맛볼수 있습니다. 친절한 상담으로 만족도가 높은 착한가게입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-3917-1293", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "78ce729bc6a336781955-history", - "label": "짬뽕", - "amount": 8000, + "id": "af37af7f74bbd3a38cc8", + "label": "컵케이크", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "9ba89743d8949885c92c-history", - "label": "우동", - "amount": 8000, + "id": "af37af7f74bbd3a38cc8-history", + "label": "컵케이크", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14935", - "name": "만두촌", - "businessName": "만두촌", + "id": "goodprice-2269", + "name": "수라상", + "businessName": "수라상", "categorySlug": "korean", - "address": "경기도 수원시 권선구 하탑로 39 (탑동) 102호", - "district": "경기도 수원시", - "latitude": 37.26911230608807, - "longitude": 126.97589883567454, - "representativePriceAmount": 5000, - "representativePriceLabel": "고기찐만두(10개)", + "address": "광주광역시 동구 제봉로82번길 13-9 (동명동)", + "district": "광주광역시 동구", + "latitude": 35.1469059969152, + "longitude": 126.922577872694, + "representativePriceAmount": 7000, + "representativePriceLabel": "찌개(된장순두부청국장김치)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기찐만두(10개) 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-295-8798 / 영업시간: 09:30~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 찌개(된장순두부청국장김치) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-234-2002 / 영업시간: 11:00-21:00 휴무일 일요일, 새해첫날", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "98f81e9d9e02e9f780d1", - "label": "고기찐만두(10개)", - "amount": 5000, + "id": "5350144105790c5cad8f", + "label": "찌개(된장순두부청국장김치)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "dfff3b808529e51c761d", - "label": "김치찐만두(10개)", - "amount": 5000, + "id": "5dd8619529fbc6d99540", + "label": "막국수 (땅콩 알레르기 확인 요함)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cd63701e5438b1bee426", - "label": "군만두(8개)", + "id": "70366d3f4c9d9f95cf53", + "label": "진지상(밥+정찬+찌개택일)", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "432ea2ba84a1ab249c94", - "label": "쫄면", - "amount": 6500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "98f81e9d9e02e9f780d1-history", - "label": "고기찐만두(10개)", - "amount": 5000, + "id": "5350144105790c5cad8f-history", + "label": "찌개(된장순두부청국장김치)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "dfff3b808529e51c761d-history", - "label": "김치찐만두(10개)", - "amount": 5000, + "id": "5dd8619529fbc6d99540-history", + "label": "막국수 (땅콩 알레르기 확인 요함)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cd63701e5438b1bee426-history", - "label": "군만두(8개)", + "id": "70366d3f4c9d9f95cf53-history", + "label": "진지상(밥+정찬+찌개택일)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "432ea2ba84a1ab249c94-history", - "label": "쫄면", - "amount": 6500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10202", - "name": "멋진남자", - "businessName": "멋진남자", - "categorySlug": "barber", - "address": "경기도 수원시 영통구 매봉로35번길 50 1층(매탄동)", - "district": "경기도 수원시", - "latitude": 37.2719859731344, - "longitude": 127.050140470108, - "representativePriceAmount": 10000, - "representativePriceLabel": "남성커트", + "id": "goodprice-6346", + "name": "예원미용실", + "businessName": "예원미용실", + "categorySlug": "beauty", + "address": "경상북도 포항시 남구 연일읍 중명길 78-6 예원미용실", + "district": "경상북도 포항시", + "latitude": 35.9887159662876, + "longitude": 129.315813666096, + "representativePriceAmount": 6000, + "representativePriceLabel": "여성커트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 남성커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여성커트 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "380217261036e1650647", - "label": "남성커트", - "amount": 10000, + "id": "ca410ed7337bf93ad27b", + "label": "여성커트", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "380217261036e1650647-history", - "label": "남성커트", - "amount": 10000, + "id": "ca410ed7337bf93ad27b-history", + "label": "여성커트", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14015", - "name": "메종드커피", - "businessName": "메종드커피", + "id": "goodprice-15226", + "name": "복희커피 인테리어공방", + "businessName": "복희커피 인테리어공방", "categorySlug": "other-food", - "address": "경기도 수원시 팔달구 매산로 131 (교동) 1층", - "district": "경기도 수원시", - "latitude": 37.27211175333725, - "longitude": 127.01481129960187, - "representativePriceAmount": 3400, - "representativePriceLabel": "아메리카노", + "address": "서울특별시 중랑구 상봉로1길 14 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.58627856313082, + "longitude": 127.09386999547063, + "representativePriceAmount": 2500, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,400원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-258-3545", + "lastPriceUpdatedAt": "2026-04-05", + "description": "아기자기하고 따뜻한 공간에서 마시는 맛있는 커피 한잔. 사장님도 친절해요~", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2207-5000 / 영업시간: 10:00~19:00 / 목요일 휴무", "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, + "id": "aaac66b79c6d24500538", + "label": "커피", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "36a2aa46986c4155a315-history", - "label": "아메리카노", - "amount": 3400, + "id": "aaac66b79c6d24500538-history", + "label": "커피", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-263-0527 / 영업시간: 09:00~20:30(휴게시간 15:00~16:00)/ 일요일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "3ce58dbefa9796abf3a1-history", - "label": "카페라떼", - "amount": 4900, + "id": "d6eeb687685a0d61aff2", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "2aa8d6f7ad79bc0032f1-history", - "label": "스무디", - "amount": 5200, + "id": "d6eeb687685a0d61aff2-history", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16199", - "name": "명랑꽈배기", - "businessName": "명랑꽈배기", - "categorySlug": "other-food", - "address": "경기도 수원시 권선구 하탑로 43 (탑동) 1층", - "district": "경기도 수원시", - "latitude": 37.26917399031983, - "longitude": 126.97642424590657, - "representativePriceAmount": 2000, - "representativePriceLabel": "찹쌀꽈배기(3개)", + "id": "goodprice-14500", + "name": "사가정손두부", + "businessName": "사가정손두부", + "categorySlug": "korean", + "address": "서울특별시 중랑구 면목로44길 62 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.58087636617898, + "longitude": 127.09196826611658, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 찹쌀꽈배기(3개) 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-9532-0088 / 영업시간: 11:00 ~ 20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "다양한 메뉴를 정성들여 만들어 맛있는 사가정 시장 맛집", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-496-7787 / 영업시간: 영업시간 : 11:30~21:00 / 브레이크타임 : 15:00~16:00 휴무일 : 수요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "19eeb8be882450f974ad", - "label": "찹쌀꽈배기(3개)", - "amount": 2000, + "id": "5ae29efe7a758667d9f4", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9032ddf8c11945ee46c5", - "label": "팥도너츠(1개)", - "amount": 1500, + "id": "ad9b4506ce37e142a534", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "55f5589ce73423bfd564", - "label": "찹쌀도너츠(3개)", - "amount": 2000, + "id": "5ae29efe7a758667d9f4-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a205f61889efbc97dffa", - "label": "고구마고로케", - "amount": 1500, + "id": "ad9b4506ce37e142a534-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-673-7737", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "822fb6f5201530f33683", - "label": "고기고로케", - "amount": 1500, + "id": "e8a8bfbad03b38e0d0c7", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3c611e6a50481448f544", - "label": "소세지핫도그", - "amount": 1500, + "id": "75feb946aa8a51d9da9f", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6c88e90bdc72c83dea06", - "label": "치즈핫도그", - "amount": 2000, + "id": "d0431dbd82ee2abe99ef", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "e8a8bfbad03b38e0d0c7-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3c611e6a50481448f544-history", - "label": "소세지핫도그", - "amount": 1500, + "id": "75feb946aa8a51d9da9f-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6c88e90bdc72c83dea06-history", - "label": "치즈핫도그", - "amount": 2000, + "id": "d0431dbd82ee2abe99ef-history", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13799", - "name": "블루밍", - "businessName": "블루밍", + "id": "goodprice-15227", + "name": "사가커피", + "businessName": "사가커피", "categorySlug": "other-food", - "address": "강원특별자치도 춘천시 옥천길54번길 26-1 (옥천동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.88199230616044, - "longitude": 127.73200418707303, + "address": "서울특별시 중랑구 면목로44길 37 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.58107796557923, + "longitude": 127.09064720619213, "representativePriceAmount": 2000, - "representativePriceLabel": "아메리카노", + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00 - 17:00 매주 토, 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "맛있는 커피를 저렴한 가격으로 즐길수 있는 곳", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1427-0539", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "77754efeb791174058f2", - "label": "아메리카노", + "id": "0958087cb8c9a5e3e5c5", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "77754efeb791174058f2-history", - "label": "아메리카노", + "id": "0958087cb8c9a5e3e5c5-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4390", - "name": "삼남매", - "businessName": "삼남매", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 춘천로170번길 8 1층(운교동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8756946677783, - "longitude": 127.73332299084, - "representativePriceAmount": 8000, - "representativePriceLabel": "가정식백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-637-5770", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-292-2346 / 영업시간: 매일 11:00~20:00 15:00~17:00 브레이크타임", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "31a1ca86fe5eff128a98", - "label": "가정식백반", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0a860cfd078ee39e1f12", - "label": "부대찌개", - "amount": 8500, + "id": "2c7c72bd25c0b980a4e4", + "label": "자장면", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "19e7c43280cf58cb6cfe", - "label": "파삼겹백반", - "amount": 10000, + "id": "689c3d29289775d30c4f", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "31a1ca86fe5eff128a98-history", - "label": "가정식백반", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "0a860cfd078ee39e1f12-history", - "label": "부대찌개", - "amount": 8500, + "id": "2c7c72bd25c0b980a4e4-history", + "label": "자장면", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "19e7c43280cf58cb6cfe-history", - "label": "파삼겹백반", - "amount": 10000, + "id": "689c3d29289775d30c4f-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10312", - "name": "석사반점", - "businessName": "석사반점", + "id": "goodprice-17615", + "name": "상하이", + "businessName": "상하이", "categorySlug": "chinese", - "address": "강원특별자치도 춘천시 효석로67번길 25 (석사동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.862559878518, - "longitude": 127.739362733706, + "address": "서울특별시 중랑구 면목로 223 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.57319243078983, + "longitude": 127.08410245355938, "representativePriceAmount": 4000, "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-262-2354", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-432-3240", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8ebeae938a1c9da40fb5", + "id": "820b1b8e5c811cf1ee55", "label": "자장면", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d6b48043c88c77e079af", + "id": "bf9bd25215e16598f041", "label": "짬뽕", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3e5c895e8fa0797de7d1", - "label": "볶음밥", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8ebeae938a1c9da40fb5-history", + "id": "820b1b8e5c811cf1ee55-history", "label": "자장면", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d6b48043c88c77e079af-history", + "id": "bf9bd25215e16598f041-history", "label": "짬뽕", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3e5c895e8fa0797de7d1-history", - "label": "볶음밥", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15843", - "name": "더 맨", - "businessName": "더 맨", - "categorySlug": "beauty", - "address": "충청북도 청주시 청원구 율봉로 258 (율량동)", - "district": "충청북도 청주시", - "latitude": 36.666703430250955, - "longitude": 127.49720884874743, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-214-2500", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-238-2080 / 영업시간: 11:00~14:30 토요일, 공휴일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8538a72416af671b3ed3", - "label": "커트", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "7bb74927e421cb36864f", - "label": "커트(학생)", - "amount": 8000, + "id": "af92146eb190832c13ad", + "label": "한식뷔페", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8538a72416af671b3ed3-history", - "label": "커트", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "7bb74927e421cb36864f-history", - "label": "커트(학생)", - "amount": 8000, + "id": "af92146eb190832c13ad-history", + "label": "한식뷔페", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4748", - "name": "덤블식당", - "businessName": "덤블식당", + "id": "goodprice-14501", + "name": "성이네천원김밥", + "businessName": "성이네천원김밥", "categorySlug": "korean", - "address": "충청북도 청주시 청원구 향군로31번길 32 (우암동)", - "district": "충청북도 청주시", - "latitude": 36.6477777347953, - "longitude": 127.485430090266, - "representativePriceAmount": 7000, - "representativePriceLabel": "된장찌개", + "address": "서울특별시 중랑구 중랑역로 150 (묵동, 우성아파트) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.60677911638967, + "longitude": 127.07715385191284, + "representativePriceAmount": 2000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-257-2237 / 영업시간: 매일 11:00~15:00 매주 일요일, 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "모든메뉴가 저렴하고 맛있는 가성비 맛집, 천원김밥은 1인 5줄 한정", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-976-5648 / 영업시간: 영업시간 : 07:00~20:00 휴무일 : 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ab4cd716d01b798b2788", - "label": "된장찌개", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "451cdee75a72d2346008", - "label": "짜글이", - "amount": 9000, + "id": "2ca431de25f2afd5cd50", + "label": "김밥", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cc77158266820e20bb4d", - "label": "제육볶음", - "amount": 8000, + "id": "19c1eac9aafbc0576aed", + "label": "조리라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ab4cd716d01b798b2788-history", - "label": "된장찌개", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "451cdee75a72d2346008-history", - "label": "짜글이", - "amount": 9000, + "id": "2ca431de25f2afd5cd50-history", + "label": "김밥", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cc77158266820e20bb4d-history", - "label": "제육볶음", - "amount": 8000, + "id": "19c1eac9aafbc0576aed-history", + "label": "조리라면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15776", - "name": "도니수제돈까스", - "businessName": "도니수제돈까스", + "id": "goodprice-10310", + "name": "동이만두", + "businessName": "동이만두", "categorySlug": "korean", - "address": "충청북도 청주시 서원구 호국로 99 (사직동) 1층", - "district": "충청북도 청주시", - "latitude": 36.636876933056726, - "longitude": 127.47622733012022, + "address": "강원특별자치도 춘천시 효제길 36 (효자동)", + "district": "강원특별자치도 춘천시", + "latitude": 37.8709546627662, + "longitude": 127.737049930361, "representativePriceAmount": 6000, - "representativePriceLabel": "등심돈까스정식", + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 등심돈까스정식 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-277-8230", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-255-3633 / 영업시간: 09:00 - 22:00 생방송투데이 3385회(23.09.22.)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "822dc332234066aff0e7", - "label": "등심돈까스정식", + "id": "a6e1819c32fc48701a42", + "label": "김치찌개", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6cbd41db866e5a95b8aa", - "label": "카레돈까스정식", - "amount": 6000, + "id": "c54d01c1d180ca223f92", + "label": "잔치국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "42fc5b5d5b27fe50374f", + "label": "제육볶음", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "822dc332234066aff0e7-history", - "label": "등심돈까스정식", + "id": "a6e1819c32fc48701a42-history", + "label": "김치찌개", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6cbd41db866e5a95b8aa-history", - "label": "카레돈까스정식", - "amount": 6000, + "id": "c54d01c1d180ca223f92-history", + "label": "잔치국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "42fc5b5d5b27fe50374f-history", + "label": "제육볶음", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4964", - "name": "미헤어샵", - "businessName": "미헤어샵", - "categorySlug": "beauty", - "address": "충청남도 천안시 서북구 쌍용16길 24 (쌍용동)", - "district": "충청남도 천안시", - "latitude": 36.798721258652, - "longitude": 127.120954088064, + "id": "goodprice-14496", + "name": "성창식당", + "businessName": "성창식당", + "categorySlug": "korean", + "address": "서울특별시 중랑구 면목로 421 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.58964701261553, + "longitude": 127.08705113856698, "representativePriceAmount": 7000, - "representativePriceLabel": "커트", + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-575-1196 / 영업시간: 10:00~18:00 정기휴무(매주 월요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "저렴한 가격과 푸짐한 양으로 오랜시간 영업해온 장수식당", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-435-3061", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3d6eaedd18da5c5c9e7c", - "label": "커트", + "id": "177f96747f6d4b64cbab", + "label": "김치찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7d543852d6211a3301c8", + "label": "된장찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3d6eaedd18da5c5c9e7c-history", - "label": "커트", + "id": "177f96747f6d4b64cbab-history", + "label": "김치찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7d543852d6211a3301c8-history", + "label": "된장찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4913", - "name": "박정미5000냥헤어", - "businessName": "박정미5000냥헤어", - "categorySlug": "beauty", - "address": "충청남도 천안시 동남구 대흥로 127 (사직동)", - "district": "충청남도 천안시", - "latitude": 36.800548575871, - "longitude": 127.148519132471, + "id": "goodprice-11723", + "name": "뚝배기마을", + "businessName": "뚝배기마을", + "categorySlug": "korean", + "address": "강원특별자치도 춘천시 중앙로37-3 (중앙로1가)", + "district": "강원특별자치도 춘천시", + "latitude": 37.8814765592669, + "longitude": 127.728258889089, "representativePriceAmount": 7000, - "representativePriceLabel": "커트", + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-561-3344 / 영업시간: 09:00~20:00 명절휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-255-5455 / 영업시간: 10:00 - 22:00 매월 두번째 화요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8c16c87ab89b8084da73", - "label": "커트", + "id": "95bd5df0eee7d02b94ca", + "label": "된장찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "8c16c87ab89b8084da73-history", - "label": "커트", + "id": "2f9b89fbdb9232968278", + "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "510f3ca575467210f36f", - "label": "커트", + "id": "626cf3d2373cd9d98fcf", + "label": "제육덮밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "510f3ca575467210f36f-history", - "label": "커트", + "id": "95bd5df0eee7d02b94ca-history", + "label": "된장찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2f9b89fbdb9232968278-history", + "label": "두부찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "626cf3d2373cd9d98fcf-history", + "label": "제육덮밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5412", - "name": "청년식탁 사잇길", - "businessName": "청년식탁 사잇길", + "id": "goodprice-1023", + "name": "세븐돈가스", + "businessName": "세븐돈가스", "categorySlug": "korean", - "address": "전북특별자치도 전주시 덕진구 백제대로 563 2층", - "district": "전북특별자치도 전주시", - "latitude": 35.8409178469739, - "longitude": 127.131238280077, - "representativePriceAmount": 3000, + "address": "서울특별시 중랑구 용마산로 557", + "district": "서울특별시 중랑구", + "latitude": 37.6006970374489, + "longitude": 127.100246556563, + "representativePriceAmount": 6000, "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-272-0214", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-433-1644 / 영업시간: 월,화,수,목,금,토,일 / 08:00~21:00 2,4째주 금 / 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f9be1f1705b7c2f9adb5", + "id": "0fc9a34ba2c56f9a3fd4", "label": "김치찌개", - "amount": 3000, + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "a8b050eb456f0683b3a2", + "label": "돈가스", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1b13c555ee5aa3458c51", + "label": "김밥", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "fd9b6adfde84828b0c4c", + "label": "돈까스", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f9be1f1705b7c2f9adb5-history", + "id": "0fc9a34ba2c56f9a3fd4-history", "label": "김치찌개", - "amount": 3000, + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a8b050eb456f0683b3a2-history", + "label": "돈가스", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1b13c555ee5aa3458c51-history", + "label": "김밥", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "fd9b6adfde84828b0c4c-history", + "label": "돈까스", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5446", - "name": "청라회관", - "businessName": "청라회관", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 노송여울2길 10", - "district": "전북특별자치도 전주시", - "latitude": 35.8242200343495, - "longitude": 127.146544090353, - "representativePriceAmount": 8000, - "representativePriceLabel": "돌솥비빔밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-286-3044 / 영업시간: 매일 06:00-20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1437-8606 / 영업시간: 10:30~18:00", "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, + "id": "330cee2d9761628b1916", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2753294c5a342ae7402b", - "label": "한우뚝불고기", - "amount": 8000, + "id": "3f65828b1ecf0a5beff7", + "label": "쌍화차", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c5d56f68e70ed8f8d644", - "label": "한우비빔밥", - "amount": 10000, + "id": "6cf90869cb219a53e153", + "label": "대추차", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "330cee2d9761628b1916-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2753294c5a342ae7402b-history", - "label": "한우뚝불고기", - "amount": 8000, + "id": "3f65828b1ecf0a5beff7-history", + "label": "쌍화차", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c5d56f68e70ed8f8d644-history", - "label": "한우비빔밥", - "amount": 10000, + "id": "6cf90869cb219a53e153-history", + "label": "대추차", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5421", - "name": "초희미용실", - "businessName": "초희미용실", - "categorySlug": "beauty", - "address": "전북특별자치도 전주시 완산구 모악로 4683 우미아파트 상가", - "district": "전북특별자치도 전주시", - "latitude": 35.7876745457672, - "longitude": 127.130038142656, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트(성인)", + "id": "goodprice-14489", + "name": "수리야", + "businessName": "수리야", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 양원역로 19 (망우동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.602247869293805, + "longitude": 127.1079142080932, + "representativePriceAmount": 1500, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(성인) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-226-3701 / 영업시간: 매일 9:00-19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "다양한 디저트와 향긋한 커피를 조용하게 즐길 수 있는 카페", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-8969-7459", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "36a472224728b891455d", - "label": "커트(성인)", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "670b08838d2782e4fe24", - "label": "커트(학생)", - "amount": 7000, + "id": "aa33a5ddf1f60e691327", + "label": "커피", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "36a472224728b891455d-history", - "label": "커트(성인)", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "670b08838d2782e4fe24-history", - "label": "커트(학생)", - "amount": 7000, + "id": "aa33a5ddf1f60e691327-history", + "label": "커피", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15994", - "name": "최가돈", - "businessName": "최가돈", + "id": "goodprice-19291", + "name": "단대로", + "businessName": "단대로", "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 후곡길 23-24 (효자동2가) 1층", - "district": "전북특별자치도 전주시", - "latitude": 35.81087083441043, - "longitude": 127.09465897893688, + "address": "충청남도 천안시 동남구 단대로 110 (신부동) 가동 1층", + "district": "충청남도 천안시", + "latitude": 36.83081336695418, + "longitude": 127.16257265306993, "representativePriceAmount": 7000, - "representativePriceLabel": "김치찌개", + "representativePriceLabel": "삼겹살 200g", "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 라스트오더) 일요일 : 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 200g 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-562-7767", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e5bc39e0c38bb9d17a16", - "label": "김치찌개", + "id": "d2e578f8459eab215329", + "label": "삼겹살 200g", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0557d32a29e3aadc5d71", - "label": "갈비찌개", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e5bc39e0c38bb9d17a16-history", - "label": "김치찌개", + "id": "d2e578f8459eab215329-history", + "label": "삼겹살 200g", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "0557d32a29e3aadc5d71-history", - "label": "갈비찌개", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10495", - "name": "홍가네만두분식", - "businessName": "홍가네만두분식", - "categorySlug": "korean", - "address": "전라남도 목포시 삼일로 12 (창평동)", - "district": "전라남도 목포시", - "latitude": 34.7933588484617, - "longitude": 126.38358115361, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "id": "goodprice-1030", + "name": "스텔라커피", + "businessName": "스텔라커피", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 신내로7가길 13 1층", + "district": "서울특별시 중랑구", + "latitude": 37.6023913424372, + "longitude": 127.095139356268, + "representativePriceAmount": 2000, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-242-6705", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 매일 8:30~19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b3b8da95b964886f03a7", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "48e3e80d0dccba4c87c4", - "label": "고기만두", - "amount": 4500, + "id": "981fb9b661adddf0396b", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f7c45f3c0a168538bdee", - "label": "떡국", - "amount": 7000, + "id": "19dfa5c23335672c6c6a", + "label": "녹차", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b3b8da95b964886f03a7-history", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "48e3e80d0dccba4c87c4-history", - "label": "고기만두", - "amount": 4500, + "id": "981fb9b661adddf0396b-history", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f7c45f3c0a168538bdee-history", - "label": "떡국", - "amount": 7000, + "id": "19dfa5c23335672c6c6a-history", + "label": "녹차", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18288", - "name": "홍두깨멸치칼국수", - "businessName": "홍두깨멸치칼국수", + "id": "goodprice-5440", + "name": "섬진강백반", + "businessName": "섬진강백반", "categorySlug": "korean", - "address": "전라남도 목포시 교육로 45-1 (상동) 1층", - "district": "전라남도 목포시", - "latitude": 34.8014150837424, - "longitude": 126.42079872738657, - "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "address": "전북특별자치도 전주시 완산구 꽃밭정로 13", + "district": "전북특별자치도 전주시", + "latitude": 35.7967253851275, + "longitude": 127.134316971962, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-282-7669", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-226-6809", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dcecfd34f1293df491a5", - "label": "칼국수", - "amount": 6000, + "id": "12651c5ef8497ca10a3e", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2b4e94ea6c723de5db88", - "label": "수제비", - "amount": 6000, + "id": "49c3b564da82a2eb6dd2", + "label": "동태찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d998a5dcf42324a3c09f", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dcecfd34f1293df491a5-history", - "label": "칼국수", - "amount": 6000, + "id": "12651c5ef8497ca10a3e-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2b4e94ea6c723de5db88-history", - "label": "수제비", - "amount": 6000, + "id": "49c3b564da82a2eb6dd2-history", + "label": "동태찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d998a5dcf42324a3c09f-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15146", - "name": "황가네보리밥", - "businessName": "황가네보리밥", + "id": "goodprice-14497", + "name": "신성식당", + "businessName": "신성식당", "categorySlug": "korean", - "address": "전라남도 목포시 노적봉길 19-4 (무안동) 황가네보리밥", - "district": "전라남도 목포시", - "latitude": 34.78982445409798, - "longitude": 126.38334964496875, - "representativePriceAmount": 9000, - "representativePriceLabel": "보리밥", + "address": "서울특별시 중랑구 겸재로 202 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.58876000358219, + "longitude": 127.09009548531725, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-278-3986", + "lastPriceUpdatedAt": "2026-04-05", + "description": "푸짐한 양과 맛있는 집밥 한끼, 친절해서 단골 많은 식당", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-437-4132", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "73826e3aa6fb4ca1b35e", - "label": "보리밥", - "amount": 9000, + "id": "7c7bc55de79596891ac8", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "281656b579a83985ec0c", - "label": "백반", - "amount": 9000, + "id": "cc5338f129115ad6c6bc", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "73826e3aa6fb4ca1b35e-history", - "label": "보리밥", - "amount": 9000, + "id": "7c7bc55de79596891ac8-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "281656b579a83985ec0c-history", - "label": "백반", - "amount": 9000, + "id": "cc5338f129115ad6c6bc-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10504", - "name": "흑산도전복", - "businessName": "흑산도전복", + "id": "goodprice-5426", + "name": "세은이네집", + "businessName": "세은이네집", "categorySlug": "korean", - "address": "전라남도 목포시 양을로208번길 9 (용당동)", - "district": "전라남도 목포시", - "latitude": 34.8103104782939, - "longitude": 126.393158316771, - "representativePriceAmount": 9000, - "representativePriceLabel": "백반", + "address": "전북특별자치도 전주시 완산구 풍남문2길 42-3 1층", + "district": "전북특별자치도 전주시", + "latitude": 35.8135584755908, + "longitude": 127.146849696525, + "representativePriceAmount": 7000, + "representativePriceLabel": "국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-276-5095", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-283-3376 / 영업시간: 월~토 11:30-21:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "47ce2f0ef84b41b1652c", - "label": "백반", - "amount": 9000, + "id": "ccb43b04b280416299e1", + "label": "국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "47ce2f0ef84b41b1652c-history", - "label": "백반", - "amount": 9000, + "id": "ccb43b04b280416299e1-history", + "label": "국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6327", - "name": "내가본미용실", - "businessName": "내가본미용실", - "categorySlug": "beauty", - "address": "경상북도 포항시 남구 대이로45번길 15 내가본미용실", - "district": "경상북도 포항시", - "latitude": 36.0187057254121, - "longitude": 129.340316118787, - "representativePriceAmount": 10000, - "representativePriceLabel": "여자커트", + "id": "goodprice-1029", + "name": "아르카디아커피컴퍼니", + "businessName": "아르카디아커피컴퍼니", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 면목로88길 5-9", + "district": "서울특별시 중랑구", + "latitude": 37.5944534334494, + "longitude": 127.086350457246, + "representativePriceAmount": 2000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-640-9692 / 영업시간: 월~금 11:00~21:00 토~일 12:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "83a4638fc1727d98e015", - "label": "여자커트", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5be7270e6b5f140f4590", - "label": "남자커트", - "amount": 10000, + "id": "f5ef47abdf654f51f9ff", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "83a4638fc1727d98e015-history", - "label": "여자커트", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5be7270e6b5f140f4590-history", - "label": "남자커트", - "amount": 10000, + "id": "f5ef47abdf654f51f9ff-history", + "label": "커피", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11257", - "name": "넌지시", - "businessName": "넌지시", - "categorySlug": "other-food", - "address": "경상북도 포항시 남구 오천읍 남원로 85-99 나동 101호", - "district": "경상북도 포항시", - "latitude": 35.9659854034839, - "longitude": 129.400825078075, - "representativePriceAmount": 2500, - "representativePriceLabel": "아메리카노", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-8870-3318", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 기본돈가스 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-282-8855", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "33887f7100c981dc4727", - "label": "아메리카노", - "amount": 2500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "aeaca882d2092a4eb047", - "label": "카페라떼", - "amount": 3000, + "id": "0e4bec155b3ae1f6125d", + "label": "기본돈가스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "33887f7100c981dc4727-history", - "label": "아메리카노", - "amount": 2500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "aeaca882d2092a4eb047-history", - "label": "카페라떼", - "amount": 3000, + "id": "0e4bec155b3ae1f6125d-history", + "label": "기본돈가스", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6805", - "name": "메밀한판", - "businessName": "메밀한판", + "id": "goodprice-15223", + "name": "안대복원조맛집 멸치국수", + "businessName": "안대복원조맛집 멸치국수", "categorySlug": "korean", - "address": "경상남도 창원시 성산구 마디미로 28 B동 202호(상남동, 상남재래시장)", - "district": "경상남도 창원시", - "latitude": 35.2222148675498, - "longitude": 128.683379990696, - "representativePriceAmount": 5500, - "representativePriceLabel": "냄비우동", + "address": "서울특별시 중랑구 상봉로 33 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.588839182048, + "longitude": 127.09369137430004, + "representativePriceAmount": 3000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냄비우동 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-262-2002", + "lastPriceUpdatedAt": "2026-04-05", + "description": "진한 육수가 맛있어 오래된 단골이 많은 진짜 원조맛집", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-9272-9806", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c3a0e1a95a66545e65b4", - "label": "냄비우동", - "amount": 5500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d4da09fa36d42a79f790", - "label": "메밀한판", - "amount": 3500, + "id": "376c946dccc459517060", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "71f4c18d3adfb7800ee9", - "label": "꼬마김밥", - "amount": 2000, + "id": "2555d8018c542baaca08", + "label": "멸치국수", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c3a0e1a95a66545e65b4-history", - "label": "냄비우동", - "amount": 5500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d4da09fa36d42a79f790-history", - "label": "메밀한판", - "amount": 3500, + "id": "376c946dccc459517060-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "71f4c18d3adfb7800ee9-history", - "label": "꼬마김밥", - "amount": 2000, + "id": "2555d8018c542baaca08-history", + "label": "멸치국수", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6811", - "name": "명동식당", - "businessName": "명동식당", + "id": "goodprice-6369", + "name": "그린손칼국수", + "businessName": "그린손칼국수", "categorySlug": "korean", - "address": "경상남도 창원시 성산구 원이대로589번길 12 (용호동)", - "district": "경상남도 창원시", - "latitude": 35.2286912789379, - "longitude": 128.679710134939, - "representativePriceAmount": 8000, - "representativePriceLabel": "정식", + "address": "경상북도 포항시 남구 오천읍 장기로1690번길 7-1 1층", + "district": "경상북도 포항시", + "latitude": 35.9662564080845, + "longitude": 129.4171669752, + "representativePriceAmount": 3000, + "representativePriceLabel": "손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-262-8374", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 11시~17시 매월 첫째, 셋째 화요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7b1cf8fe190b2f9ac28a", - "label": "정식", - "amount": 8000, + "id": "652881ed5452415dbb40", + "label": "손칼국수", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6de09426bf9374c0d09c", - "label": "두루치기", - "amount": 9000, + "id": "36d4910fce62ffc16639", + "label": "손수제비", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ac13a91bba22676bfa8e", - "label": "된장찌개", - "amount": 8000, + "id": "fc824afc2610083c3075", + "label": "수제비칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7b1cf8fe190b2f9ac28a-history", - "label": "정식", - "amount": 8000, + "id": "652881ed5452415dbb40-history", + "label": "손칼국수", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6de09426bf9374c0d09c-history", - "label": "두루치기", - "amount": 9000, + "id": "36d4910fce62ffc16639-history", + "label": "손수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ac13a91bba22676bfa8e-history", - "label": "된장찌개", - "amount": 8000, + "id": "fc824afc2610083c3075-history", + "label": "수제비칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17137", - "name": "모도면집", - "businessName": "모도면집", + "id": "goodprice-1024", + "name": "와우돈까스", + "businessName": "와우돈까스", "categorySlug": "korean", - "address": "경상남도 창원시 성산구 창이대로881번길 17 (대방동) 대방대동황토방아파트상가 12동 2층 206호", - "district": "경상남도 창원시", - "latitude": 35.20742717951569, - "longitude": 128.7086999798537, - "representativePriceAmount": 8500, - "representativePriceLabel": "비빔면", + "address": "서울특별시 중랑구 공릉로12가길 6 1층", + "district": "서울특별시 중랑구", + "latitude": 37.6163424774824, + "longitude": 127.080165526507, + "representativePriceAmount": 7000, + "representativePriceLabel": "돈가스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔면 8,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-713-1130", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-220-3607 / 영업시간: 매일 08:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7a7deb22551682cf335f", - "label": "비빔면", - "amount": 8500, + "id": "ebd8cf9660e0c05b2bf4", + "label": "돈가스", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a7e8ab3e253763c91b7f", - "label": "수제 떡갈비", - "amount": 6500, + "id": "6f32264d2cbabb16befa", + "label": "냉면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1754c017343d05c32860", - "label": "정성갈비 구이", - "amount": 8000, + "id": "716c945adfee4b7f9886", + "label": "돈까스", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "22685468c8172195bb56", - "label": "주먹 군만두", - "amount": 7000, + "id": "bee46a612bc68a142d11", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7a7deb22551682cf335f-history", - "label": "비빔면", - "amount": 8500, + "id": "ebd8cf9660e0c05b2bf4-history", + "label": "돈가스", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a7e8ab3e253763c91b7f-history", - "label": "수제 떡갈비", - "amount": 6500, + "id": "6f32264d2cbabb16befa-history", + "label": "냉면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1754c017343d05c32860-history", - "label": "정성갈비 구이", - "amount": 8000, + "id": "716c945adfee4b7f9886-history", + "label": "돈까스", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "22685468c8172195bb56-history", - "label": "주먹 군만두", - "amount": 7000, + "id": "bee46a612bc68a142d11-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10625", - "name": "도남오거리도남점", - "businessName": "도남오거리도남점", + "id": "goodprice-14394", + "name": "대복갈비", + "businessName": "대복갈비", "categorySlug": "korean", - "address": "제주특별자치도 제주시 도남로6길 16", - "district": "제주특별자치도 제주시", - "latitude": 33.4965453079539, - "longitude": 126.526082680031, - "representativePriceAmount": 5000, - "representativePriceLabel": "김치찌개", + "address": "경남 창원시 마산회원구 3.15성역로 131 대복갈비(구암동)", + "district": "경남 창원시", + "latitude": 35.2520164772151, + "longitude": 128.593762598517, + "representativePriceAmount": 7000, + "representativePriceLabel": "물냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-722-4844", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1351-3061", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1b56f6a938727eb0dcd2", - "label": "김치찌개", - "amount": 5000, + "id": "420950f063159f2a6827", + "label": "물냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1b56f6a938727eb0dcd2-history", - "label": "김치찌개", - "amount": 5000, + "id": "420950f063159f2a6827-history", + "label": "물냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14005", - "name": "진미김밥", - "businessName": "진미김밥", - "categorySlug": "korean", - "address": "서울특별시 종로구 종로46길 28 (창신동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.57045965794985, - "longitude": 127.01018731204245, - "representativePriceAmount": 4000, - "representativePriceLabel": "진미김밥", + "id": "goodprice-1016", + "name": "왕짜장", + "businessName": "왕짜장", + "categorySlug": "chinese", + "address": "서울특별시 중랑구 신내로14길 26", + "district": "서울특별시 중랑구", + "latitude": 37.6054986627446, + "longitude": 127.097037404944, + "representativePriceAmount": 4500, + "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 휴무일 : 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-433-0202 / 영업시간: 매일 10:00-21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5047c65c1b153c9f2849", - "label": "진미김밥", - "amount": 4000, + "id": "3b4a7732517337a6abd2", + "label": "짜장면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "406572e26edfea186c2c", - "label": "물냉면", - "amount": 8000, + "id": "c426f263f0ca6f941166", + "label": "짬뽕", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "969878b0396aa1d1234f", + "label": "자자면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5047c65c1b153c9f2849-history", - "label": "진미김밥", - "amount": 4000, + "id": "3b4a7732517337a6abd2-history", + "label": "짜장면", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "406572e26edfea186c2c-history", - "label": "물냉면", - "amount": 8000, + "id": "c426f263f0ca6f941166-history", + "label": "짬뽕", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "969878b0396aa1d1234f-history", + "label": "자자면", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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", + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 시락국밥 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-253-4440 / 영업시간: 24시간 매주 월요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0b4a0972a271bd57ea99", - "label": "아메리카노", - "amount": 2000, + "id": "bb43475fb649859bbcf0", + "label": "시락국밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "900c77cbb93c60360788", - "label": "카페라떼", - "amount": 3500, + "id": "1df15c9b9f1f257c038c", + "label": "선지국밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7441fe48e1aa31b47865", - "label": "허브티", - "amount": 3000, + "id": "2c1984aeab4d63b75fb8", + "label": "우동", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0b4a0972a271bd57ea99-history", - "label": "아메리카노", - "amount": 2000, + "id": "bb43475fb649859bbcf0-history", + "label": "시락국밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "900c77cbb93c60360788-history", - "label": "카페라떼", - "amount": 3500, + "id": "1df15c9b9f1f257c038c-history", + "label": "선지국밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7441fe48e1aa31b47865-history", - "label": "허브티", - "amount": 3000, + "id": "2c1984aeab4d63b75fb8-history", + "label": "우동", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18198", - "name": "창신숯불돼지갈비", - "businessName": "창신숯불돼지갈비", - "categorySlug": "korean", - "address": "서울특별시 종로구 종로 322-11 (창신동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.5716697926823, - "longitude": 127.01361493727262, - "representativePriceAmount": 10000, - "representativePriceLabel": "돼지갈비정식", + "id": "goodprice-14505", + "name": "용궁", + "businessName": "용궁", + "categorySlug": "chinese", + "address": "서울특별시 중랑구 봉우재로5길 16 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.59068228806201, + "longitude": 127.0756692353704, + "representativePriceAmount": 5000, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지갈비정식 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-766-5861", + "lastPriceUpdatedAt": "2026-04-05", + "description": "저렴한 가격으로 즐길 수 있는 업소입니다. 친절해서 아이들과 가도 좋습니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-437-2007", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "db72755398ff12364a07", - "label": "돼지갈비정식", - "amount": 10000, + "id": "47bd301d20e19094af3b", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b102df77847429f1c2c1", - "label": "생선구이정식", - "amount": 10000, + "id": "4dac7a6e5a2f2ebabac8", + "label": "짬뽕", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "db72755398ff12364a07-history", - "label": "돼지갈비정식", - "amount": 10000, + "id": "47bd301d20e19094af3b-history", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b102df77847429f1c2c1-history", - "label": "생선구이정식", - "amount": 10000, + "id": "4dac7a6e5a2f2ebabac8-history", + "label": "짬뽕", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11365", - "name": "광화냉면", - "businessName": "광화냉면", + "id": "goodprice-10078", + "name": "제일분식", + "businessName": "제일분식", "categorySlug": "korean", - "address": "부산광역시 서구 대영로 73번길 108 (동대신동3가)", - "district": "부산광역시 서구", - "latitude": 35.1150878509163, - "longitude": 129.016829835228, - "representativePriceAmount": 9000, - "representativePriceLabel": "냉면", + "address": "대구광역시 중구 남산로2길 26 (남산동)", + "district": "대구광역시 중구", + "latitude": 35.8569075638758, + "longitude": 128.584273183178, + "representativePriceAmount": 1500, + "representativePriceLabel": "떡볶이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-253-4823", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 1,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-256-6630", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c1bacda4bb79e97a14d4", - "label": "냉면", - "amount": 9000, + "id": "7757f9a1894cf70510db", + "label": "떡볶이", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9d4fd871ee68a752adb2", - "label": "밀면", - "amount": 7000, + "id": "ac07f3ca5a35dac14d14", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d4d7d9be2eef5ccc67ae", - "label": "설렁탕", - "amount": 9000, + "id": "3c904db5f7f4c6dc97f8", + "label": "순대", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c1bacda4bb79e97a14d4-history", - "label": "냉면", - "amount": 9000, + "id": "7757f9a1894cf70510db-history", + "label": "떡볶이", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9d4fd871ee68a752adb2-history", - "label": "밀면", - "amount": 7000, + "id": "ac07f3ca5a35dac14d14-history", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d4d7d9be2eef5ccc67ae-history", - "label": "설렁탕", - "amount": 9000, + "id": "3c904db5f7f4c6dc97f8-history", + "label": "순대", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17709", - "name": "국수집국모", - "businessName": "국수집국모", + "id": "goodprice-14493", + "name": "유미식당", + "businessName": "유미식당", "categorySlug": "korean", - "address": "대구광역시 동구 팔공로27길 24 (불로동) 1층", - "district": "대구광역시 동구", - "latitude": 35.9115976360345, - "longitude": 128.63861561811987, - "representativePriceAmount": 5000, - "representativePriceLabel": "잔치국수", + "address": "서울특별시 중랑구 망우로 276 (상봉동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.59549904416484, + "longitude": 127.08321851811226, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-981-3339 / 영업시간: 영업시간 : 11:00~20:00 정기휴무 : 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "친절한 서비스와 다양한 메뉴를 저렴하게 즐길 수 있는 가게", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6338-3814", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5e442101b960b766c6f8", - "label": "잔치국수", - "amount": 5000, + "id": "955320b67fa771d0e179", + "label": "김치찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "aea7879195043aae541e", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5e442101b960b766c6f8-history", - "label": "잔치국수", - "amount": 5000, + "id": "955320b67fa771d0e179-history", + "label": "김치찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "aea7879195043aae541e-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13033", - "name": "갓구워낸빵", - "businessName": "갓구워낸빵", - "categorySlug": "bakery", - "address": "인천광역시 동구 샛골로 173 (송림동) 1층", - "district": "인천광역시 동구", - "latitude": 37.47786072727075, - "longitude": 126.64475585486453, - "representativePriceAmount": 1200, - "representativePriceLabel": "단팥빵", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 1,200원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-567-9019 / 영업시간: 월~일 07:00-21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "45c5cda0b40a086d61df", - "label": "단팥빵", - "amount": 1200, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "29effc8bb253f4f5b29d", - "label": "크림빵", - "amount": 1200, + "id": "1889eda77a10238d3fe0", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "45c5cda0b40a086d61df-history", - "label": "단팥빵", - "amount": 1200, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "29effc8bb253f4f5b29d-history", - "label": "크림빵", - "amount": 1200, + "id": "1889eda77a10238d3fe0-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13022", - "name": "남성여성커트전문점", - "businessName": "남성여성커트전문점", - "categorySlug": "beauty", - "address": "인천광역시 동구 샛골로161번길 26 (송림동) 1층", - "district": "인천광역시 동구", - "latitude": 37.47703198808541, - "longitude": 126.64334345184642, - "representativePriceAmount": 5000, - "representativePriceLabel": "남성커트", + "id": "goodprice-14492", + "name": "이가김밥", + "businessName": "이가김밥", + "categorySlug": "korean", + "address": "서울특별시 중랑구 망우로 383 (상봉동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.5988034614169, + "longitude": 127.09479366777123, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-8670-9155 / 영업시간: 월~일 09:00-20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "다양한 메뉴와 깨끗한 매장에서 즐기는 맛있는 한끼", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-433-5575 / 영업시간: 영업시간 : 08:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e35fad3c00636f73168c", - "label": "남성커트", - "amount": 5000, + "id": "c6b291a8fcee34bc6305", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bdf83478435f603d35e2", - "label": "여성커트", + "id": "1e175db6d8e4ee8abd60", + "label": "된장찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e35fad3c00636f73168c-history", - "label": "남성커트", - "amount": 5000, + "id": "c6b291a8fcee34bc6305-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bdf83478435f603d35e2-history", - "label": "여성커트", + "id": "1e175db6d8e4ee8abd60-history", + "label": "된장찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13798", - "name": "냠냠분식", - "businessName": "냠냠분식", + "id": "goodprice-17980", + "name": "지정식당", + "businessName": "지정식당", "categorySlug": "korean", - "address": "인천광역시 동구 수문통로 39 (송현동) 1층", - "district": "인천광역시 동구", - "latitude": 37.47984549987457, - "longitude": 126.63397144892058, - "representativePriceAmount": 3500, - "representativePriceLabel": "떡볶이", + "address": "대구광역시 중구 중앙대로58길 10 (남산동) 남산동", + "district": "대구광역시 중구", + "latitude": 35.85740112997052, + "longitude": 128.59163907520352, + "representativePriceAmount": 6000, + "representativePriceLabel": "순두부", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-3355 / 영업시간: 화 ~ 일 10:00 ~ 22:00 월요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-427-8322 / 영업시간: 월~토 10:00~21:00 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e64f240710635562762e", - "label": "떡볶이", - "amount": 3500, + "id": "2f9467ebc816cc3b1d5c", + "label": "순두부", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "2f9467ebc816cc3b1d5c-history", + "label": "순두부", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-1019", + "name": "정가네홍두깨손칼국수", + "businessName": "정가네홍두깨손칼국수", + "categorySlug": "korean", + "address": "서울특별시 중랑구 망우로62길 61", + "district": "서울특별시 중랑구", + "latitude": 37.5966527672409, + "longitude": 127.098957490859, + "representativePriceAmount": 4500, + "representativePriceLabel": "칼국수", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-491-8457 / 영업시간: 월,화,수,목,금,토 10:30-21:00 일 / 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "fc9a9b98c2da9e4129ee", + "label": "칼국수", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "964185b1a6efb71a72a3", - "label": "튀김만두(2개)", - "amount": 1000, + "id": "50a002bd27365d1814ce", + "label": "냉면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e64f240710635562762e-history", - "label": "떡볶이", - "amount": 3500, + "id": "fc9a9b98c2da9e4129ee-history", + "label": "칼국수", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "964185b1a6efb71a72a3-history", - "label": "튀김만두(2개)", - "amount": 1000, + "id": "50a002bd27365d1814ce-history", + "label": "냉면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2093", - "name": "네오클리닝센타", - "businessName": "네오클리닝센타", - "categorySlug": "laundry", - "address": "인천광역시 동구 송현로 19번길 14 (송현동)", - "district": "인천광역시 동구", - "latitude": 37.4785676119164, - "longitude": 126.634101843256, - "representativePriceAmount": 10000, - "representativePriceLabel": "정장1벌", + "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": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 정장1벌 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-0030 / 영업시간: 월~토 09:00:19:30 (일,공휴일) 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 참치김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-423-7827", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "50b8f58682680df11daf", - "label": "정장1벌", - "amount": 10000, + "id": "f6f6ceae52993a1da95d", + "label": "참치김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ba3409f5bb110e88b6cf", + "label": "진미김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "50b8f58682680df11daf-history", - "label": "정장1벌", - "amount": 10000, + "id": "f6f6ceae52993a1da95d-history", + "label": "참치김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ba3409f5bb110e88b6cf-history", + "label": "진미김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13184", - "name": "호수목욕탕", - "businessName": "호수목욕탕", - "categorySlug": "bath", - "address": "광주광역시 동구 구성로194번길 7-1 (대인동) 1층", - "district": "광주광역시 동구", - "latitude": 35.15276002074088, - "longitude": 126.9147242991847, + "id": "goodprice-14488", + "name": "짜앤짬", + "businessName": "짜앤짬", + "categorySlug": "chinese", + "address": "서울특별시 중랑구 겸재로 130 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.58698484069053, + "longitude": 127.08211584334735, "representativePriceAmount": 4000, - "representativePriceLabel": "성인", + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 성인 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-226-1142 / 영업시간: 월-토 04:30~16:00 / 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "오래된 가성비 맛집으로 부담없이 찾을수 있는 곳", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-493-8136 / 영업시간: 영업시간 - 10:00~20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a299a6165b409b40254b", - "label": "성인", + "id": "fa0a8e7bbfc5c1d19603", + "label": "자장면", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "e6498fbe7f03f1534bfe", + "label": "짬뽕", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a299a6165b409b40254b-history", - "label": "성인", + "id": "fa0a8e7bbfc5c1d19603-history", + "label": "자장면", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "e6498fbe7f03f1534bfe-history", + "label": "짬뽕", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17171", - "name": "홀인원김밥", - "businessName": "홀인원김밥", + "id": "goodprice-2224", + "name": "월미식당", + "businessName": "월미식당", "categorySlug": "korean", - "address": "광주광역시 동구 독립로 262-1 (금남로5가) 1", - "district": "광주광역시 동구", - "latitude": 35.15454223324605, - "longitude": 126.91127651626087, - "representativePriceAmount": 3500, - "representativePriceLabel": "그냥김밥", + "address": "인천광역시 중구 월미로234번길 6 (북성동1가)", + "district": "인천광역시 중구", + "latitude": 37.4754721671142, + "longitude": 126.598889031169, + "representativePriceAmount": 7000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 그냥김밥 3,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 1555-5878 / 영업시간: 영업일: 월~토 오전 8시~오후4시(재료소진시 마감) 휴무일: 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 짜장면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-761-6800 / 영업시간: 월~금 : 10:00~22:30 토, 일 : 09:00~24:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f972a30d434866edcbb0", - "label": "그냥김밥", - "amount": 3500, + "id": "5a9729bb4a1a700f0650", + "label": "짜장면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9122ffa379a3a0f739bc", - "label": "라면", - "amount": 3500, + "id": "6f26ac36a6eb641a891d", + "label": "새우우동", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f972a30d434866edcbb0-history", - "label": "그냥김밥", - "amount": 3500, + "id": "5a9729bb4a1a700f0650-history", + "label": "짜장면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9122ffa379a3a0f739bc-history", - "label": "라면", - "amount": 3500, + "id": "6f26ac36a6eb641a891d-history", + "label": "새우우동", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2569", - "name": "왕산", - "businessName": "왕산", - "categorySlug": "korean", - "address": "대전광역시 동구 계족로 202 (대동)", - "district": "대전광역시 동구", - "latitude": 36.3312406960166, - "longitude": 127.441181784066, - "representativePriceAmount": 7000, - "representativePriceLabel": "갈비탕", + "id": "goodprice-1017", + "name": "짜장나루", + "businessName": "짜장나루", + "categorySlug": "chinese", + "address": "서울특별시 중랑구 겸재로 161", + "district": "서울특별시 중랑구", + "latitude": 37.5880809932158, + "longitude": 127.085476828026, + "representativePriceAmount": 4500, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 갈비탕 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-626-7006 / 영업시간: 09:30 ~ 21:30 / 매주 일요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-494-4774 / 영업시간: 월,수,목,금,토,일 / 10:30~20:00 화 / 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "439620526ff9ca1c1ef6", - "label": "갈비탕", - "amount": 7000, + "id": "b0b88dd847c8c25a1f6c", + "label": "자장면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6802179e82784d897836", - "label": "매생이갈비탕", - "amount": 10000, + "id": "869f41ec592c4f97b9b3", + "label": "짬뽕", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e18dd2ca48e87e571014", - "label": "왕갈비탕(특)", - "amount": 10000, + "id": "f174e3bfaff4482355b0", + "label": "자자면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "439620526ff9ca1c1ef6-history", - "label": "갈비탕", - "amount": 7000, + "id": "b0b88dd847c8c25a1f6c-history", + "label": "자장면", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6802179e82784d897836-history", - "label": "매생이갈비탕", - "amount": 10000, + "id": "869f41ec592c4f97b9b3-history", + "label": "짬뽕", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e18dd2ca48e87e571014-history", - "label": "왕갈비탕(특)", - "amount": 10000, + "id": "f174e3bfaff4482355b0-history", + "label": "자자면", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18678", - "name": "우리뷰티", - "businessName": "우리뷰티", - "categorySlug": "beauty", - "address": "대전광역시 동구 용운로1번길 5 (대동) 대동", - "district": "대전광역시 동구", - "latitude": 36.32944033216982, - "longitude": 127.44360995154223, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-282-7718 / 영업시간: 10:00 ~ 19:00 매주 월요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-747-0660", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a0f704f45a317b1f5b2f", - "label": "커트", - "amount": 10000, + "id": "4afa38907d4861c19996", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a0f704f45a317b1f5b2f-history", - "label": "커트", - "amount": 10000, + "id": "4afa38907d4861c19996-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14912", - "name": "우리헤어클럽", - "businessName": "우리헤어클럽", - "categorySlug": "beauty", - "address": "대전광역시 동구 백룡로57번길 118 (자양동) 자양동", - "district": "대전광역시 동구", - "latitude": 36.3383596687159, - "longitude": 127.45088284522323, - "representativePriceAmount": 10000, - "representativePriceLabel": "미용료(커트)", + "id": "goodprice-18848", + "name": "청석골잔치국수", + "businessName": "청석골잔치국수", + "categorySlug": "korean", + "address": "서울특별시 중랑구 중랑역로 152 (묵동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.60695316722815, + "longitude": 127.07690616768816, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1367-4071 / 영업시간: 15:00~19:00 / 휴무일(토요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "푸짐한 양에 가격까지 저렴한 국수 맛집", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-948-9819", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "58b0cc4344c396ed705f", - "label": "미용료(커트)", - "amount": 10000, + "id": "1e5053b5d3c201ff460f", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "58b0cc4344c396ed705f-history", - "label": "미용료(커트)", - "amount": 10000, + "id": "1e5053b5d3c201ff460f-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2525", - "name": "운동화목욕한날", - "businessName": "운동화목욕한날", - "categorySlug": "laundry", - "address": "대전광역시 동구 용운로 170가동 102호(용운동)", - "district": "대전광역시 동구", - "latitude": 36.3276734373929, - "longitude": 127.460965313411, - "representativePriceAmount": 5000, - "representativePriceLabel": "운동화 빨래", + "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": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 운동화 빨래 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:30 ~ 19:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-364-3816 / 영업시간: 월~금 10:30-14:00 휴일 주말, 공휴일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "79d7d9be0c9d09c61767", - "label": "운동화 빨래", - "amount": 5000, + "id": "016f9c8e114a5c9a4efb", + "label": "백반", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7b5d4f759cc379ef97c4", - "label": "운동화 빨래(물세탁)", - "amount": 5000, + "id": "3970c190bc5bf32b4537", + "label": "백반 1인", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "79d7d9be0c9d09c61767-history", - "label": "운동화 빨래", - "amount": 5000, + "id": "016f9c8e114a5c9a4efb-history", + "label": "백반", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7b5d4f759cc379ef97c4-history", - "label": "운동화 빨래(물세탁)", - "amount": 5000, + "id": "3970c190bc5bf32b4537-history", + "label": "백반 1인", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17508", - "name": "꽃보다남자남성커트", - "businessName": "꽃보다남자남성커트", - "categorySlug": "beauty", - "address": "울산광역시 남구 두왕로190번길 31 (선암동) 1층", - "district": "울산광역시 남구", - "latitude": 35.518683361146806, - "longitude": 129.31515922674268, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-16075", + "name": "카페 피울", + "businessName": "카페 피울", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 용마산로129나길 42 (신내동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.60569483355735, + "longitude": 127.09903182293912, + "representativePriceAmount": 2000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1315-4144 / 영업시간: 10:00~19:00(매주 화요일 정기휴무, 매주 첫째주 일요일 정기휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "오랜시간 운영해온 가게로 단골이 많고, 맛있는 커피를 넓은 공간에서 여유롭게 즐길수 있는곳", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1471-7980 / 영업시간: 영업시간 : 8시10~19시 / 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2f864f122e56ed02c126", - "label": "커트", - "amount": 10000, + "id": "0118cd59f90920acdfb8", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2f864f122e56ed02c126-history", - "label": "커트", - "amount": 10000, + "id": "0118cd59f90920acdfb8-history", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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, + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-233-3488 / 영업시간: 월-금 09:00-20:00 토,일 휴무", + "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "503d64abb636178f22d9", - "label": "아메리카노", - "amount": 3000, + "id": "fa33bd1d23b12e0fec90", + "label": "우동", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "189c4ad84a1362755998", - "label": "소금빵", - "amount": 2500, + "id": "fa33bd1d23b12e0fec90-history", + "label": "우동", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "comments": [] + }, + { + "id": "goodprice-14490", + "name": "커피나무", + "businessName": "커피나무", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 겸재로 263 (망우동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.590672677811746, + "longitude": 127.09677404278304, + "representativePriceAmount": 2500, + "representativePriceLabel": "커피", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "저렴한 가격으로 향긋한 커피를 즐길 수 있는 카페, 다양한 화초 구경은 덤", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6012-1333 / 영업시간: 영업시간 - 09:00~22:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "503d64abb636178f22d9-history", - "label": "아메리카노", - "amount": 3000, + "id": "f8c2fdb72c8bd0b21dfb", + "label": "커피", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "189c4ad84a1362755998-history", - "label": "소금빵", + "id": "f8c2fdb72c8bd0b21dfb-history", + "label": "커피", "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15102", - "name": "내고향추어탕", - "businessName": "내고향추어탕", + "id": "goodprice-2565", + "name": "부림식당", + "businessName": "부림식당", "categorySlug": "korean", - "address": "울산광역시 남구 산업로339번길 24-13 (선암동) 105호", - "district": "울산광역시 남구", - "latitude": 35.516428145861525, - "longitude": 129.33786343766934, - "representativePriceAmount": 9000, - "representativePriceLabel": "추어탕", + "address": "대전광역시 동구 중앙로 200번길 27 (중동)", + "district": "대전광역시 동구", + "latitude": 36.329614784984, + "longitude": 127.43223119972, + "representativePriceAmount": 7000, + "representativePriceLabel": "된장찌개 백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-256-7972", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-226-8346 / 영업시간: 10:00 ~ 15:00 / 목요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d2e3cbcd0f6083571bf2", - "label": "추어탕", - "amount": 9000, + "id": "fb94d1443e4e3c642625", + "label": "된장찌개 백반", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8dafd01b36769af31444", + "label": "김치찌개 백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "71876c917d57014c6db6", - "label": "삼겹 김치찌개", - "amount": 9000, + "id": "ce97efd1f47803d645f5", + "label": "시골밥상", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d2e3cbcd0f6083571bf2-history", - "label": "추어탕", - "amount": 9000, + "id": "fb94d1443e4e3c642625-history", + "label": "된장찌개 백반", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8dafd01b36769af31444-history", + "label": "김치찌개 백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "71876c917d57014c6db6-history", - "label": "삼겹 김치찌개", - "amount": 9000, + "id": "ce97efd1f47803d645f5-history", + "label": "시골밥상", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3398", - "name": "명품세탁 빨래터", - "businessName": "명품세탁 빨래터", - "categorySlug": "laundry", - "address": "경기도 수원시 영통구 동탄원천로 915번길 36 104호", - "district": "경기도 수원시", - "latitude": 37.2569793706321, - "longitude": 127.043828501468, - "representativePriceAmount": 7500, - "representativePriceLabel": "세탁료", + "id": "goodprice-17626", + "name": "케익하우스 쥬떼므", + "businessName": "케익하우스 쥬떼므", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 망우로32길 49 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.59161249706707, + "longitude": 127.07738948509346, + "representativePriceAmount": 500, + "representativePriceLabel": "단팥빵", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-216-8939 / 영업시간: 매일 09:00~20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 단팥빵 500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-492-1148", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b44b33137bc7284e67fa", - "label": "세탁료", - "amount": 7500, + "id": "83b8b6c1e7d969ba911b", + "label": "단팥빵", + "amount": 500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "236a0579eee4a8ccaf80", - "label": "의복수선료", - "amount": 4000, + "id": "9d9127e991d4ff4189cb", + "label": "소보루빵", + "amount": 500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "94ae7c7b2561447f5edb", + "label": "크림빵", + "amount": 500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b44b33137bc7284e67fa-history", - "label": "세탁료", - "amount": 7500, + "id": "83b8b6c1e7d969ba911b-history", + "label": "단팥빵", + "amount": 500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "236a0579eee4a8ccaf80-history", - "label": "의복수선료", - "amount": 4000, + "id": "9d9127e991d4ff4189cb-history", + "label": "소보루빵", + "amount": 500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "94ae7c7b2561447f5edb-history", + "label": "크림빵", + "amount": 500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11096", - "name": "모아헤어", - "businessName": "모아헤어", - "categorySlug": "beauty", - "address": "경기도 수원시 장안구 화산로 285번길 12 화남아파트상가 102호(율전동)", - "district": "경기도 수원시", - "latitude": 37.3002864705875, - "longitude": 126.964407790648, - "representativePriceAmount": 9000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-295-4005", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생 삼겹살(100g) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1342-5431 / 영업시간: 매일 09:00~23:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "624984a4be48bff5f97a", - "label": "커트", - "amount": 9000, + "id": "8fe30b159961f4024e6c", + "label": "생 삼겹살(100g)", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "cbee7a7e072de3c9f530", + "label": "생 목살(100g)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "624984a4be48bff5f97a-history", - "label": "커트", - "amount": 9000, + "id": "8fe30b159961f4024e6c-history", + "label": "생 삼겹살(100g)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "cbee7a7e072de3c9f530-history", + "label": "생 목살(100g)", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11689", - "name": "모이세 분식", - "businessName": "모이세 분식", - "categorySlug": "korean", - "address": "경기도 수원시 팔달구 팔달문로3번길 5 (팔달로2가)", - "district": "경기도 수원시", - "latitude": 37.2779056593256, - "longitude": 127.017591481138, - "representativePriceAmount": 8000, - "representativePriceLabel": "돈까스", + "id": "goodprice-14491", + "name": "코끼리카페", + "businessName": "코끼리카페", + "categorySlug": "other-food", + "address": "서울특별시 중랑구 봉우재로33길 25 (상봉동, 이레59) 102호", + "district": "서울특별시 중랑구", + "latitude": 37.593888437528356, + "longitude": 127.08743089890284, + "representativePriceAmount": 2500, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈까스 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-245-1189", + "lastPriceUpdatedAt": "2026-04-05", + "description": "다양한 종류의 음료와 아기자기한 인테리어가 기분좋게 만드는 카페", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1323-4183 / 영업시간: 영업시간 : 09:00~23:00 휴무일 : 일요일", "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, + "id": "d5a28fefb11cc88c185b", + "label": "커피", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "d5a28fefb11cc88c185b-history", + "label": "커피", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4343", - "name": "송혜진미용실", - "businessName": "송혜진미용실", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 신흥길5번길 8-6 1층(우두동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.9005696948236, - "longitude": 127.727393589753, - "representativePriceAmount": 9000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-246-5566", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "07cae761cdd68f6313f3", - "label": "커트", - "amount": 9000, + "id": "7751369f534fd84d5e66", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a9694e8dbfbfce2cee86", - "label": "드라이", - "amount": 10000, + "id": "24d62bebfe53b1a3a4f1", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "07cae761cdd68f6313f3-history", - "label": "커트", - "amount": 9000, + "id": "7751369f534fd84d5e66-history", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a9694e8dbfbfce2cee86-history", - "label": "드라이", - "amount": 10000, + "id": "24d62bebfe53b1a3a4f1-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13802", - "name": "수제돈가스", - "businessName": "수제돈가스", + "id": "goodprice-10675", + "name": "한밀청년밥상", + "businessName": "한밀청년밥상", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 명동길 43 (죽림동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.87732611130328, - "longitude": 127.72485363921628, - "representativePriceAmount": 7000, - "representativePriceLabel": "돈가스정식", + "address": "서울특별시 중랑구 동일로140길 15 1층", + "district": "서울특별시 중랑구", + "latitude": 37.6043694603432, + "longitude": 127.079965365014, + "representativePriceAmount": 3000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스정식 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-254-5074", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "36659d5b5bfa2b099076", - "label": "돈가스정식", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "7389a1cab263c622a2e5", - "label": "돈가스 포장", - "amount": 4000, + "id": "8f9b85f431ba33a19ebb", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "36659d5b5bfa2b099076-history", - "label": "돈가스정식", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "7389a1cab263c622a2e5-history", - "label": "돈가스 포장", - "amount": 4000, + "id": "8f9b85f431ba33a19ebb-history", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11113", - "name": "숙미용실", - "businessName": "숙미용실", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 공지로 432-1 (근화동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8737216981244, - "longitude": 127.719469536522, - "representativePriceAmount": 5000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-9217 / 영업시간: 10:00 - 20:00 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(100g) 4,700원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-244-7968 / 영업시간: 10:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2a82778f35ed691610ae", - "label": "커트", - "amount": 5000, + "id": "bb8386c22a424db015a9", + "label": "삼겹살(100g)", + "amount": 4700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2a82778f35ed691610ae-history", - "label": "커트", - "amount": 5000, + "id": "bb8386c22a424db015a9-history", + "label": "삼겹살(100g)", + "amount": 4700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4761", - "name": "도토리명가", - "businessName": "도토리명가", + "id": "goodprice-14498", + "name": "한우리", + "businessName": "한우리", "categorySlug": "korean", - "address": "충청북도 청주시 흥덕구 흥덕로162번길 13 (운천동)", - "district": "충청북도 청주시", - "latitude": 36.6476629164762, - "longitude": 127.477294311131, - "representativePriceAmount": 7000, - "representativePriceLabel": "도토리묵밥", + "address": "서울특별시 중랑구 중랑천로 70 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.591448171182655, + "longitude": 127.07321790898509, + "representativePriceAmount": 5000, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 도토리묵밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 예약제 운영", + "lastPriceUpdatedAt": "2026-04-05", + "description": "다양한 국수종류가 가득, 가격도 저렴한 가성비 맛집", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cc66019aca85e687aa2d", - "label": "도토리묵밥", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "ee55ebd9156c795ddf7d", - "label": "도토리 들깨칼국수", - "amount": 6000, + "id": "8ecdef68258c0cba0fdf", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d5ccc0474a059d279075", - "label": "도토리 들깨수제비", + "id": "053601b4e56ee2fc1804", + "label": "비빔국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "e039e1917744ecfbf138", - "label": "도토리들깨수제비", - "amount": 6000, + "id": "8ecdef68258c0cba0fdf-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ac6ddfa3458a87568663", - "label": "도토리들깨칼국수", + "id": "053601b4e56ee2fc1804-history", + "label": "비빔국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ - { - "id": "cc66019aca85e687aa2d-history", - "label": "도토리묵밥", - "amount": 7000, - "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날통닭 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "ee55ebd9156c795ddf7d-history", - "label": "도토리 들깨칼국수", - "amount": 6000, + "id": "fc162fc42b5fe2a0fdb0", + "label": "옛날통닭", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d5ccc0474a059d279075-history", - "label": "도토리 들깨수제비", - "amount": 6000, + "id": "26b6b84a7a7f0839c32f", + "label": "수제핫도그", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "e039e1917744ecfbf138-history", - "label": "도토리들깨수제비", - "amount": 6000, + "id": "fc162fc42b5fe2a0fdb0-history", + "label": "옛날통닭", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ac6ddfa3458a87568663-history", - "label": "도토리들깨칼국수", - "amount": 6000, + "id": "26b6b84a7a7f0839c32f-history", + "label": "수제핫도그", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15760", - "name": "동의명가 뼈해장국,순대국,감자탕", - "businessName": "동의명가 뼈해장국,순대국,감자탕", + "id": "goodprice-1025", + "name": "할매김밥", + "businessName": "할매김밥", "categorySlug": "korean", - "address": "충청북도 청주시 상당구 무심동로392번길 4 (서문동) 1층", - "district": "충청북도 청주시", - "latitude": 36.6354992792621, - "longitude": 127.48497460255712, - "representativePriceAmount": 6900, - "representativePriceLabel": "순대국밥", + "address": "서울특별시 중랑구 동일로163길 17", + "district": "서울특별시 중랑구", + "latitude": 37.6118077346557, + "longitude": 127.076327305169, + "representativePriceAmount": 5000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 6,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-979-6227 / 영업시간: 매일 08:00~24:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2d5bbd8a86a8d5a107f8", - "label": "순대국밥", - "amount": 6900, + "id": "5ad5d3fb30829893254d", + "label": "김치찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "590ec222a3e719d34204", - "label": "뼈해장국", - "amount": 6900, + "id": "6f99134eeb4c92080a86", + "label": "된장찌개", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e27c4889dc31f3aa365e", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2d5bbd8a86a8d5a107f8-history", - "label": "순대국밥", - "amount": 6900, + "id": "5ad5d3fb30829893254d-history", + "label": "김치찌개", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "590ec222a3e719d34204-history", - "label": "뼈해장국", - "amount": 6900, + "id": "6f99134eeb4c92080a86-history", + "label": "된장찌개", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e27c4889dc31f3aa365e-history", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4743", - "name": "돼풍이국내산생고기", - "businessName": "돼풍이국내산생고기", - "categorySlug": "korean", - "address": "충청북도 청주시 청원구 율봉로94번길 27 (율량동)", - "district": "충청북도 청주시", - "latitude": 36.6654896584325, - "longitude": 127.480643814831, - "representativePriceAmount": 9000, - "representativePriceLabel": "삼겹살(150g)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살(150g) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-211-5959 / 영업시간: 매일 17:00-22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 단팥빵 800원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-864-0261", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ea61ab109f619bc3c33d", - "label": "삼겹살(150g)", - "amount": 9000, + "id": "ed839a09fa371232d114", + "label": "단팥빵", + "amount": 800, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2d7e832b46f55db65934", + "label": "슈크림빵", + "amount": 800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ea61ab109f619bc3c33d-history", - "label": "삼겹살(150g)", - "amount": 9000, + "id": "ed839a09fa371232d114-history", + "label": "단팥빵", + "amount": 800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2d7e832b46f55db65934-history", + "label": "슈크림빵", + "amount": 800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4915", - "name": "백미용실", - "businessName": "백미용실", - "categorySlug": "beauty", - "address": "충청남도 천안시 동남구 우영1길 10 106호(봉명동)", - "district": "충청남도 천안시", - "latitude": 36.805213750612, - "longitude": 127.140789087028, + "id": "goodprice-17624", + "name": "현미숯불갈비", + "businessName": "현미숯불갈비", + "categorySlug": "korean", + "address": "서울특별시 중랑구 면목로48길 65 (면목동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.58207163110791, + "longitude": 127.09227715845628, "representativePriceAmount": 7000, - "representativePriceLabel": "커트", + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-572-5953 / 영업시간: 10:00~18:30 정기휴무(매주 수, 일요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2209-5484", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2532a6004e61f0c118d0", - "label": "커트", + "id": "ccb8416eb29d1237445f", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2532a6004e61f0c118d0-history", - "label": "커트", + "id": "ccb8416eb29d1237445f-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4989", - "name": "별난생태나라", - "businessName": "별난생태나라", + "id": "goodprice-16805", + "name": "대왕칼국수", + "businessName": "대왕칼국수", "categorySlug": "korean", - "address": "충청남도 천안시 서북구 봉서5길 10 104호(쌍용동)", - "district": "충청남도 천안시", - "latitude": 36.808266626223, - "longitude": 127.132230635153, - "representativePriceAmount": 9000, - "representativePriceLabel": "동태탕", + "address": "경기도 수원시 팔달구 창룡대로7번길 11 (북수동) 1층", + "district": "경기도 수원시", + "latitude": 37.28246168863594, + "longitude": 127.01757013330725, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수 보통", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 동태탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-575-3675 / 영업시간: 08:30~21:00 정기휴무(매주 월요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 보통 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-252-2820 / 영업시간: 10:00~19:00 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "67a67edc651b472a1e47", - "label": "동태탕", - "amount": 9000, + "id": "a5b4d5b723247de7ae39", + "label": "칼국수 보통", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4249ac5ed329497dde9c", - "label": "김치찌개", - "amount": 9000, + "id": "8d721627df886cba9325", + "label": "칼국수 중특", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "67a67edc651b472a1e47-history", - "label": "동태탕", - "amount": 9000, + "id": "a5b4d5b723247de7ae39-history", + "label": "칼국수 보통", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4249ac5ed329497dde9c-history", - "label": "김치찌개", - "amount": 9000, + "id": "8d721627df886cba9325-history", + "label": "칼국수 중특", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15998", - "name": "춘향골밥상", - "businessName": "춘향골밥상", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 덕진구 벚꽃2길 5 (진북동)", - "district": "전북특별자치도 전주시", - "latitude": 35.827911752494195, - "longitude": 127.1324721401412, - "representativePriceAmount": 8000, - "representativePriceLabel": "우렁된장찌개", + "id": "goodprice-1018", + "name": "화성각", + "businessName": "화성각", + "categorySlug": "chinese", + "address": "서울특별시 중랑구 면목로48길 37", + "district": "서울특별시 중랑구", + "latitude": 37.5822683789334, + "longitude": 127.090720477178, + "representativePriceAmount": 4000, + "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) 일요일 : 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-432-8301 / 영업시간: 월,수,목,금,토,일 / 10:30~21:00 화 / 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fb20ff2c3b9804de4c7b", - "label": "우렁된장찌개", - "amount": 8000, + "id": "b12bedce5220df056cd4", + "label": "자장면", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d33f03b37313ff3aea46", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fb20ff2c3b9804de4c7b-history", - "label": "우렁된장찌개", - "amount": 8000, + "id": "b12bedce5220df056cd4-history", + "label": "자장면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "d33f03b37313ff3aea46-history", + "label": "짬뽕", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15995", - "name": "하루국수", - "businessName": "하루국수", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 메너머1길 30 (중화산동2가)", - "district": "전북특별자치도 전주시", - "latitude": 35.82106396957341, - "longitude": 127.11962562598723, - "representativePriceAmount": 5000, - "representativePriceLabel": "물국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1347-0031 / 영업시간: 평일 : 10:00 ~ 16:00 토요일 : 10:00 ~ 16:00 일요일 : 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단호박샌드위치 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 08:00~19:00(브레이크타임 14:00~16:00) 토요일, 공휴일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bcefc48ef77d3a822f5d", - "label": "물국수", - "amount": 5000, + "id": "f3d408a08c97c508d291", + "label": "단호박샌드위치", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f1ef1db9206639c653f7", - "label": "비빔국수", - "amount": 6000, + "id": "f3d408a08c97c508d291-history", + "label": "단호박샌드위치", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "comments": [] + }, + { + "id": "goodprice-19282", + "name": "황태식당", + "businessName": "황태식당", + "categorySlug": "korean", + "address": "서울특별시 중랑구 봉화산로30길 37 (중화동) 1층", + "district": "서울특별시 중랑구", + "latitude": 37.60059738843938, + "longitude": 127.08530772179701, + "representativePriceAmount": 7000, + "representativePriceLabel": "백반", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "bcefc48ef77d3a822f5d-history", - "label": "물국수", - "amount": 5000, + "id": "0c58d96505ed1863e226", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "f1ef1db9206639c653f7-history", - "label": "비빔국수", - "amount": 6000, + "id": "0c58d96505ed1863e226-history", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5402", - "name": "하얀세탁나라", - "businessName": "하얀세탁나라", - "categorySlug": "laundry", - "address": "전북특별자치도 전주시 덕진구 시천로 29-30 (송천동1가, 한양아파트 상가 1층)", - "district": "전북특별자치도 전주시", - "latitude": 35.8605364471238, - "longitude": 127.113373136028, - "representativePriceAmount": 6000, - "representativePriceLabel": "양복", + "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": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복 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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-247-0925 / 영업시간: 10:00~15:00 / 매주 일요일 휴무(하절기 정상영업)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3d29b3be1555e5293a6c", - "label": "양복", - "amount": 6000, + "id": "7673753a575dcd223146", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ea29b9f252655b5050c9", - "label": "바지", - "amount": 3000, + "id": "a0a6ac029b4f8d656c4e", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "43735d2ed97a30d95ac7", - "label": "티셔츠", - "amount": 2000, + "id": "b8fb0dbaff9640718dba", + "label": "칼제비", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3d29b3be1555e5293a6c-history", - "label": "양복", - "amount": 6000, + "id": "7673753a575dcd223146-history", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ea29b9f252655b5050c9-history", - "label": "바지", - "amount": 3000, + "id": "a0a6ac029b4f8d656c4e-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "43735d2ed97a30d95ac7-history", - "label": "티셔츠", - "amount": 2000, + "id": "b8fb0dbaff9640718dba-history", + "label": "칼제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17489", - "name": "e쁘제헤어프리", - "businessName": "e쁘제헤어프리", - "categorySlug": "beauty", - "address": "전라남도 여수시 허문정1길 52 (문수동) 1층", - "district": "전라남도 여수시", - "latitude": 34.74984276015307, - "longitude": 127.69462555986541, - "representativePriceAmount": 10000, - "representativePriceLabel": "성인여자커트", + "id": "goodprice-15352", + "name": "고향산천", + "businessName": "고향산천", + "categorySlug": "korean", + "address": "서울특별시 성북구 보국문로 154 (정릉동) 1층", + "district": "서울특별시 성북구", + "latitude": 37.61669932643618, + "longitude": 127.0042059702094, + "representativePriceAmount": 6000, + "representativePriceLabel": "비빔국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 성인여자커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-651-0612", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-909-2068", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7eabe0e141ba7b8fb314", - "label": "성인여자커트", - "amount": 10000, + "id": "0e53c63536b6869bafc4", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7eabe0e141ba7b8fb314-history", - "label": "성인여자커트", - "amount": 10000, + "id": "0e53c63536b6869bafc4-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5747", - "name": "가든회관", - "businessName": "가든회관", - "categorySlug": "korean", - "address": "전라남도 여수시 시청동1길 7 (학동) 가든회관", - "district": "전라남도 여수시", - "latitude": 34.76010930737318, - "longitude": 127.66429037149783, - "representativePriceAmount": 9000, - "representativePriceLabel": "백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-681-5940 / 영업시간: 9:30~21:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-251-2227 / 영업시간: 10:00 - 21:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c012fd9e0b6d53a9fa64", - "label": "백반", - "amount": 9000, + "id": "1a98c9d84453277c7b49", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5a7492b3f45a54a92fc5", + "label": "짬뽕", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c012fd9e0b6d53a9fa64-history", - "label": "백반", - "amount": 9000, + "id": "1a98c9d84453277c7b49-history", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5a7492b3f45a54a92fc5-history", + "label": "짬뽕", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6433", - "name": "뉴현대미용실", - "businessName": "뉴현대미용실", - "categorySlug": "beauty", - "address": "경상북도 포항시 북구 새마을로 2 뉴현대미용실", - "district": "경상북도 포항시", - "latitude": 36.0384567529592, - "longitude": 129.358106840482, - "representativePriceAmount": 5000, - "representativePriceLabel": "커트", + "id": "goodprice-756", + "name": "독일베이커리", + "businessName": "독일베이커리", + "categorySlug": "bakery", + "address": "서울특별시 성북구 삼양로50", + "district": "서울특별시 성북구", + "latitude": 37.6075962650866, + "longitude": 127.023820814466, + "representativePriceAmount": 700, + "representativePriceLabel": "단팥빵", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-241-5678 / 영업시간: 8시~18시 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 700원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 매일 8:30~24:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "23fcc7a48f6035cc2c94", - "label": "커트", - "amount": 5000, + "id": "c5a67daf2e724a621bd7", + "label": "단팥빵", + "amount": 700, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "efc57fa495739d608549", + "label": "소보루빵", + "amount": 700, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f85846ae098f657107cb", + "label": "크림빵, 앙금빵", + "amount": 700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "23fcc7a48f6035cc2c94-history", - "label": "커트", - "amount": 5000, + "id": "c5a67daf2e724a621bd7-history", + "label": "단팥빵", + "amount": 700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "efc57fa495739d608549-history", + "label": "소보루빵", + "amount": 700, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f85846ae098f657107cb-history", + "label": "크림빵, 앙금빵", + "amount": 700, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6363", - "name": "다미손만두돈까스", - "businessName": "다미손만두돈까스", - "categorySlug": "korean", - "address": "경상북도 포항시 남구 구룡포읍 구룡포길 85-1 다미손만두돈까스", - "district": "경상북도 포항시", - "latitude": 35.9912234274676, - "longitude": 129.555134254705, - "representativePriceAmount": 7000, - "representativePriceLabel": "냉면", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-284-2291 / 영업시간: 11시~21시 (휴뮤일 없음)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1391-1402 / 영업시간: 10:00 - 22:00 매주 월요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "67fe9acf403017f0efa8", - "label": "냉면", - "amount": 7000, + "id": "1f164b31103c657d4a92", + "label": "아메리카노", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "57daa89778316e271ac3", - "label": "비빔밥", - "amount": 8000, + "id": "b14bda9a2d7575828278", + "label": "에이드", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "23b52bec28cca0100b13", + "label": "콤부차", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "67fe9acf403017f0efa8-history", - "label": "냉면", - "amount": 7000, + "id": "1f164b31103c657d4a92-history", + "label": "아메리카노", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "57daa89778316e271ac3-history", - "label": "비빔밥", - "amount": 8000, + "id": "b14bda9a2d7575828278-history", + "label": "에이드", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "23b52bec28cca0100b13-history", + "label": "콤부차", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6828", - "name": "미가칼국수", - "businessName": "미가칼국수", + "id": "goodprice-777", + "name": "동네", + "businessName": "동네", "categorySlug": "korean", - "address": "경상남도 창원시 진해구 벚꽃로60번길 19-6 832(화천동)", - "district": "경상남도 창원시", - "latitude": 35.1512659472656, - "longitude": 128.665285213057, - "representativePriceAmount": 4000, - "representativePriceLabel": "보리밥", + "address": "서울특별시 성북구 개운사길 22-5 지하", + "district": "서울특별시 성북구", + "latitude": 37.5874944782335, + "longitude": 127.029586004467, + "representativePriceAmount": 7500, + "representativePriceLabel": "김치찌개 된장찌개 순두부찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-543-5200", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 된장찌개 순두부찌개 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 토요일휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5f039dcfc50c77e53202", - "label": "보리밥", - "amount": 4000, + "id": "771376299ee05e931dde", + "label": "김치찌개 된장찌개 순두부찌개", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5f039dcfc50c77e53202-history", - "label": "보리밥", - "amount": 4000, + "id": "771376299ee05e931dde-history", + "label": "김치찌개 된장찌개 순두부찌개", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6825", - "name": "미진과자점", - "businessName": "미진과자점", - "categorySlug": "other-food", - "address": "경상남도 창원시 진해구 충장로130번길 4 (충무동)", - "district": "경상남도 창원시", - "latitude": 35.151815090165, - "longitude": 128.66605694706, - "representativePriceAmount": 3500, - "representativePriceLabel": "벚꽃크림치즈타르트", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 벚꽃크림치즈타르트 3,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-545-3133", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-276-4414 / 영업시간: 매일 09:00-21:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4a0f84492c7dab78f8ce", - "label": "벚꽃크림치즈타르트", - "amount": 3500, + "id": "ebe25566c25218ee4a76", + "label": "청국장", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "37e2d40297e1d50b9b42", - "label": "에그타르트", - "amount": 3000, + "id": "b777d1158f9c2a62665c", + "label": "비지장", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9db2ef4c0296f59bc07c", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4a0f84492c7dab78f8ce-history", - "label": "벚꽃크림치즈타르트", - "amount": 3500, + "id": "ebe25566c25218ee4a76-history", + "label": "청국장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "37e2d40297e1d50b9b42-history", - "label": "에그타르트", - "amount": 3000, + "id": "b777d1158f9c2a62665c-history", + "label": "비지장", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9db2ef4c0296f59bc07c-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16321", - "name": "바름카페공방", - "businessName": "바름카페공방", - "categorySlug": "other-food", - "address": "경상남도 창원시 마산회원구 구암동정길 63 (구암동) 101호 바름카페공방", - "district": "경상남도 창원시", - "latitude": 35.253547999427646, - "longitude": 128.6004429633202, - "representativePriceAmount": 2000, - "representativePriceLabel": "커피(아메리카노)", + "id": "goodprice-16770", + "name": "또래끼리", + "businessName": "또래끼리", + "categorySlug": "korean", + "address": "서울특별시 성북구 개운사길 22-5 (안암동5가) 1층", + "district": "서울특별시 성북구", + "latitude": 37.58749447152897, + "longitude": 127.02958599079939, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치볶음밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피(아메리카노) 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-6878-7075", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치볶음밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1424-6694", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "048f4dd0bdc07e63efed", - "label": "커피(아메리카노)", - "amount": 2000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b23dc56d4e0a1998ea04", - "label": "과일빙수", - "amount": 6000, + "id": "f3df5e9c044c566d7418", + "label": "김치볶음밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "c307507bc23783a04e70", - "label": "카페라떼", - "amount": 3500, + "id": "f3df5e9c044c566d7418-history", + "label": "김치볶음밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "ec3864fc77156198d1bd", - "label": "라떼(바닐라/토피넛/쑥/녹차/고구마/곡물)", - "amount": 3800, + "id": "8b9f8b46c9d7ab6cfe78", + "label": "보리밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "36af1a993049c905a6e1", - "label": "수제차(자몽/레몬/생강/레몬모과/오미자)", - "amount": 4000, + "id": "1556f13c522998cf133b", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9761f20e75a1e26c5bcc", - "label": "과일스무디(블루베리/망고/딸기/멜론)", - "amount": 4000, + "id": "0c0903492988cc2a6baf", + "label": "제육덮밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "048f4dd0bdc07e63efed-history", - "label": "커피(아메리카노)", - "amount": 2000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b23dc56d4e0a1998ea04-history", - "label": "과일빙수", + "id": "8b9f8b46c9d7ab6cfe78-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" + "recordedAt": "2026-04-05" }, { - "id": "36af1a993049c905a6e1-history", - "label": "수제차(자몽/레몬/생강/레몬모과/오미자)", - "amount": 4000, + "id": "1556f13c522998cf133b-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9761f20e75a1e26c5bcc-history", - "label": "과일스무디(블루베리/망고/딸기/멜론)", - "amount": 4000, + "id": "0c0903492988cc2a6baf-history", + "label": "제육덮밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14254", - "name": "도넛킹", - "businessName": "도넛킹", - "categorySlug": "other-food", - "address": "제주특별자치도 제주시 구남로6길 25 (이도이동) 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.48841844009604, - "longitude": 126.53559021440631, - "representativePriceAmount": 1500, - "representativePriceLabel": "오리지널 글레이즈", + "id": "goodprice-15252", + "name": "레드컵스떡볶이&컵닭", + "businessName": "레드컵스떡볶이&컵닭", + "categorySlug": "korean", + "address": "서울특별시 성북구 고려대로24길 61 (안암동5가) 1층", + "district": "서울특별시 성북구", + "latitude": 37.583493745199604, + "longitude": 127.02960727857395, + "representativePriceAmount": 4000, + "representativePriceLabel": "떡볶이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 오리지널 글레이즈 1,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-7443-1282", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-922-9918", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3c7f7ad5a326b8112294", - "label": "오리지널 글레이즈", - "amount": 1500, + "id": "609f86be96b2f8af7666", + "label": "떡볶이", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "34b954c0a9d1fa5dfc15", - "label": "츄러스 도넛", - "amount": 2000, + "id": "ae21cc685a76135bbf1e", + "label": "닭강정(M)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a987d030bf513a47ac51", - "label": "아메리카노", + "id": "46f012102539574043fb", + "label": "튀김3개", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3c7f7ad5a326b8112294-history", - "label": "오리지널 글레이즈", - "amount": 1500, + "id": "609f86be96b2f8af7666-history", + "label": "떡볶이", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "34b954c0a9d1fa5dfc15-history", - "label": "츄러스 도넛", - "amount": 2000, + "id": "ae21cc685a76135bbf1e-history", + "label": "닭강정(M)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a987d030bf513a47ac51-history", - "label": "아메리카노", + "id": "46f012102539574043fb-history", + "label": "튀김3개", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11363", - "name": "청정바지락칼국수", - "businessName": "청정바지락칼국수", - "categorySlug": "korean", - "address": "서울특별시 종로구 창신길 11 1층", - "district": "서울특별시 종로구", - "latitude": 37.5722071295158, - "longitude": 127.010524084538, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-743-6557", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵/소보로빵/슈크림빵/생크림빵 1,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-577-4473 / 영업시간: 07:00~20:00 정기휴무 매주 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d1b6e431f92397f13595", - "label": "칼국수", - "amount": 7000, + "id": "0e1ff7170d31401abc06", + "label": "단팥빵/소보로빵/슈크림빵/생크림빵", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5e19292dc1860292227e", - "label": "보리비빔밥", - "amount": 6000, + "id": "d85a86502ad518c0fd5d", + "label": "카스테라", + "amount": 1900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d1b6e431f92397f13595-history", - "label": "칼국수", - "amount": 7000, + "id": "0e1ff7170d31401abc06-history", + "label": "단팥빵/소보로빵/슈크림빵/생크림빵", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5e19292dc1860292227e-history", - "label": "보리비빔밥", - "amount": 6000, + "id": "d85a86502ad518c0fd5d-history", + "label": "카스테라", + "amount": 1900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19060", - "name": "체부동잔치집", - "businessName": "체부동잔치집", + "id": "goodprice-15351", + "name": "산마을", + "businessName": "산마을", "categorySlug": "korean", - "address": "서울특별시 종로구 자하문로1길 16 (체부동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.57655121434925, - "longitude": 126.97150085198783, - "representativePriceAmount": 5000, - "representativePriceLabel": "잔치국수", + "address": "서울특별시 성북구 솔샘로6길 36-15 (정릉동) 지1층 제비03호", + "district": "서울특별시 성북구", + "latitude": 37.60875069253795, + "longitude": 127.00733671926129, + "representativePriceAmount": 7000, + "representativePriceLabel": "비빔밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-730-5420", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-911-0456", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "543d6c9cb6da159d48f2", - "label": "잔치국수", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "df6bc34949239d31c0ea", - "label": "비빔국수", - "amount": 6000, + "id": "78676e3f5d67612ec0e7", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "543d6c9cb6da159d48f2-history", - "label": "잔치국수", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "df6bc34949239d31c0ea-history", - "label": "비빔국수", - "amount": 6000, + "id": "78676e3f5d67612ec0e7-history", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16867", - "name": "카츠연", - "businessName": "카츠연", - "categorySlug": "japanese", - "address": "서울특별시 종로구 삼봉로 81 (수송동) 지하1층 136호", - "district": "서울특별시 종로구", - "latitude": 37.572557012406925, - "longitude": 126.98181439015927, - "representativePriceAmount": 9500, - "representativePriceLabel": "등심돈카츠정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 등심돈카츠정식 9,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4015-1318 / 영업시간: 11:00~20:00 (브레이크 타임 14:00~16:00) 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 고기/김치만두(10개) 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-577-7238 / 영업시간: 매일 10:00~23:00 정기휴무 1, 3번째 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "282f53a585881f3ba58d", - "label": "등심돈카츠정식", - "amount": 9500, + "id": "04d01d8567b67bc92854", + "label": "고기/김치만두(10개)", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "981fe42ab31a0501329a", + "label": "고기/김치왕만두(5개)", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "771b8decfae022583858", + "label": "찐빵(5개)", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "041e502a06a9d51b25f9", + "label": "방문포장 시", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "282f53a585881f3ba58d-history", - "label": "등심돈카츠정식", - "amount": 9500, + "id": "04d01d8567b67bc92854-history", + "label": "고기/김치만두(10개)", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "981fe42ab31a0501329a-history", + "label": "고기/김치왕만두(5개)", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "771b8decfae022583858-history", + "label": "찐빵(5개)", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "041e502a06a9d51b25f9-history", + "label": "방문포장 시", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13949", - "name": "토리베이커리", - "businessName": "토리베이커리", - "categorySlug": "bakery", - "address": "서울특별시 종로구 옥인길 30-3 (옥인동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.58107428102593, - "longitude": 126.96708919813716, - "representativePriceAmount": 4000, - "representativePriceLabel": "막걸리식빵", + "id": "goodprice-14465", + "name": "언니네김밥", + "businessName": "언니네김밥", + "categorySlug": "korean", + "address": "서울특별시 성북구 보국문로11길 23 (정릉동) 1층", + "district": "서울특별시 성북구", + "latitude": 37.608563671981614, + "longitude": 127.0087712499381, + "representativePriceAmount": 3500, + "representativePriceLabel": "언니네김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "막걸리로 반죽해 만든 막걸리 식빵과 바게트, 롤케이크가 유명해요", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-5330-0771 / 영업시간: 영업시간 : 화~토 08:00~21:00 / 일 08:00~17:00 휴무일 : 월요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 언니네김밥 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6402-2727 / 영업시간: 10:00~19:00 매주 화요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1a5cd8cb2b91d3a967d9", - "label": "막걸리식빵", - "amount": 4000, + "id": "48107a8a291e852ad397", + "label": "언니네김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1a5cd8cb2b91d3a967d9-history", - "label": "막걸리식빵", - "amount": 4000, + "id": "48107a8a291e852ad397-history", + "label": "언니네김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1410", - "name": "남강숯불갈비", - "businessName": "남강숯불갈비", - "categorySlug": "korean", - "address": "부산광역시 서구 충무대로 255번길 9 (남부민동)", - "district": "부산광역시 서구", - "latitude": 35.0930541909753, - "longitude": 129.023262189766, - "representativePriceAmount": 8000, - "representativePriceLabel": "된장찌개", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-254-8108 / 영업시간: 10:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 수제 생돈가스 6,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-277-6678 / 영업시간: 매일 10:00-20:30 15:00-17: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, + "id": "5a3b0803f6cf47537f82", + "label": "수제 생돈가스", + "amount": 6900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "5a3b0803f6cf47537f82-history", + "label": "수제 생돈가스", + "amount": 6900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19202", - "name": "대신 벚꽃길 빙수", - "businessName": "대신 벚꽃길 빙수", - "categorySlug": "other-food", - "address": "부산광역시 서구 대영로73번길 60 (동대신동3가) 1층", - "district": "부산광역시 서구", - "latitude": 35.11309551348351, - "longitude": 129.0178920843254, - "representativePriceAmount": 8500, - "representativePriceLabel": "팥빙수", + "id": "goodprice-10657", + "name": "옐로치킨7&바로돈까스", + "businessName": "옐로치킨7&바로돈까스", + "categorySlug": "korean", + "address": "서울특별시 성북구 아리랑로19길 48 (정릉동)", + "district": "서울특별시 성북구", + "latitude": 37.6025403837257, + "longitude": 127.010728685897, + "representativePriceAmount": 7000, + "representativePriceLabel": "수제돈까스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 팥빙수 8,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-991-3610", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제돈까스 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-913-2360", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "192dd02a87009f79fc02", - "label": "팥빙수", - "amount": 8500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "fe4bc5040211a3c91322", - "label": "수제대추차", - "amount": 5500, + "id": "04fe9a247692d8b7292f", + "label": "수제돈까스", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "192dd02a87009f79fc02-history", - "label": "팥빙수", - "amount": 8500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "fe4bc5040211a3c91322-history", - "label": "수제대추차", - "amount": 5500, + "id": "04fe9a247692d8b7292f-history", + "label": "수제돈까스", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1388", - "name": "대영탕", - "businessName": "대영탕", - "categorySlug": "bath", - "address": "부산광역시 서구 구덕로 132번길 9 (토성동5가)", - "district": "부산광역시 서구", - "latitude": 35.0972775635676, - "longitude": 129.022430372656, - "representativePriceAmount": 8000, - "representativePriceLabel": "대인", + "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": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-254-9515 / 영업시간: 5:00-18:00 화요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-247-8989 / 영업시간: 11:30~20:00 정기휴무(매주 일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c09921136ff1eda92c56", - "label": "대인", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "079d42a85ae084a4f85b", - "label": "소인", - "amount": 6000, + "id": "69b28fb837efe2ba10a4", + "label": "한식뷔페", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c09921136ff1eda92c56-history", - "label": "대인", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "079d42a85ae084a4f85b-history", - "label": "소인", - "amount": 6000, + "id": "69b28fb837efe2ba10a4-history", + "label": "한식뷔페", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17930", - "name": "길목식당", - "businessName": "길목식당", - "categorySlug": "korean", - "address": "대구광역시 동구 평화로 58 (신암동)", - "district": "대구광역시 동구", - "latitude": 35.88437674353279, - "longitude": 128.62015239131767, - "representativePriceAmount": 7500, - "representativePriceLabel": "청국장 찌개", + "id": "goodprice-10656", + "name": "옛날중국집", + "businessName": "옛날중국집", + "categorySlug": "chinese", + "address": "서울특별시 성북구 성북로8길 8 (성북동)", + "district": "서울특별시 성북구", + "latitude": 37.5908227672503, + "longitude": 127.004375540476, + "representativePriceAmount": 6000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 찌개 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-957-9711 / 영업시간: 영업시간 : 11:00~19:00 정기휴무 : 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-764-0094", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fc08d8c30de9061924e3", - "label": "청국장 찌개", - "amount": 7500, + "id": "b75026d73a4db5a21a9b", + "label": "짜장면", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "45a8203dbb9043cb717a", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fc08d8c30de9061924e3-history", - "label": "청국장 찌개", - "amount": 7500, + "id": "b75026d73a4db5a21a9b-history", + "label": "짜장면", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "45a8203dbb9043cb717a-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14954", - "name": "날마다좋은집1호점", - "businessName": "날마다좋은집1호점", + "id": "goodprice-10496", + "name": "옛날짜장", + "businessName": "옛날짜장", "categorySlug": "korean", - "address": "대구광역시 동구 아양로11길 10 (신암동)", - "district": "대구광역시 동구", - "latitude": 35.88346970782011, - "longitude": 128.62034336657473, + "address": "전라남도 목포시 산정로 120-1 (산정동)", + "district": "전라남도 목포시", + "latitude": 34.7992827458212, + "longitude": 126.393162428108, "representativePriceAmount": 6000, - "representativePriceLabel": "고딧국(2~3인용)", + "representativePriceLabel": "옛날짜장", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "평화시장내", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-426-3531 / 영업시간: 월~일 07:30~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날짜장 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-272-1872", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5c8eaef5fd2bdff1f1e7", - "label": "고딧국(2~3인용)", + "id": "4569c03b51c1283b489f", + "label": "옛날짜장", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c09e84a4def102210157", + "label": "잔치국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5c8eaef5fd2bdff1f1e7-history", - "label": "고딧국(2~3인용)", + "id": "4569c03b51c1283b489f-history", + "label": "옛날짜장", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c09e84a4def102210157-history", + "label": "잔치국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1882", - "name": "다모아식당", - "businessName": "다모아식당", + "id": "goodprice-784", + "name": "오늘김밥", + "businessName": "오늘김밥", "categorySlug": "korean", - "address": "대구광역시 동구 파계로 54 (지묘동)", - "district": "대구광역시 동구", - "latitude": 35.9386980766118, - "longitude": 128.638782921677, - "representativePriceAmount": 5000, - "representativePriceLabel": "해물칼국수", + "address": "서울특별시 성북구 보문로 157-1 1층", + "district": "서울특별시 성북구", + "latitude": 37.5885975549306, + "longitude": 127.016786747397, + "representativePriceAmount": 6000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-925-8558 / 영업시간: 매일 11:00-21:30 14:30-16:30브레이크타임 20:50라스트오더", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6d2c4f2204207b6f72c6", - "label": "해물칼국수", - "amount": 5000, + "id": "098b6b067393b6304f7e", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d0d5d0d0eb5ebd7b7cc5", - "label": "돌솥밥정식", - "amount": 10000, + "id": "c1bccae6d7f3dcd57c51", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9d5104f078dd60311ed8", - "label": "냉콩국수", - "amount": 7000, + "id": "e0ce2a7cf96ad47ebb41", + "label": "순두부찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f76b7f867eca0c9ef39a", - "label": "돌솥밥(청국장)", - "amount": 8000, + "id": "4a06b392b18d6390e77b", + "label": "공기밥", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f18669a8e1b9c76dec9d", - "label": "잔치국수", - "amount": 4000, + "id": "ea1a4f17e9a3affe77f8", + "label": "맥주", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "024d3ed0e5148470ae5d", - "label": "해물파전", - "amount": 7000, + "id": "ca4a97c06b4f6361770f", + "label": "소주", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5c1f512ba849e2d553c0", + "label": "음료수", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6d2c4f2204207b6f72c6-history", - "label": "해물칼국수", - "amount": 5000, + "id": "098b6b067393b6304f7e-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d0d5d0d0eb5ebd7b7cc5-history", - "label": "돌솥밥정식", - "amount": 10000, + "id": "c1bccae6d7f3dcd57c51-history", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9d5104f078dd60311ed8-history", - "label": "냉콩국수", - "amount": 7000, + "id": "e0ce2a7cf96ad47ebb41-history", + "label": "순두부찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f76b7f867eca0c9ef39a-history", - "label": "돌솥밥(청국장)", - "amount": 8000, + "id": "4a06b392b18d6390e77b-history", + "label": "공기밥", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f18669a8e1b9c76dec9d-history", - "label": "잔치국수", - "amount": 4000, + "id": "ea1a4f17e9a3affe77f8-history", + "label": "맥주", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "024d3ed0e5148470ae5d-history", - "label": "해물파전", - "amount": 7000, + "id": "ca4a97c06b4f6361770f-history", + "label": "소주", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5c1f512ba849e2d553c0-history", + "label": "음료수", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17599", - "name": "만석골", - "businessName": "만석골", + "id": "goodprice-14220", + "name": "대패3000냥삼겹살", + "businessName": "대패3000냥삼겹살", "categorySlug": "korean", - "address": "인천 동구 화도진로192번길 2 1층 101호(만석동, 계성빌라)", - "district": "인천 동구", - "latitude": 37.4859697544878, - "longitude": 126.622682978871, - "representativePriceAmount": 10000, - "representativePriceLabel": "육개장", + "address": "경상남도 창원시 마산합포구 산호남로 11 (산호동) 1층", + "district": "경상남도 창원시", + "latitude": 35.21758679106357, + "longitude": 128.58131775121527, + "representativePriceAmount": 3000, + "representativePriceLabel": "대패삼겹살(1인분_기본5인)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 육개장 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-8080 / 영업시간: 월 ~ 금 09:00 ~ 20:00 토 ~ 일 09:00 ~ 17:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 대패삼겹살(1인분_기본5인) 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-223-3538 / 영업시간: 영업시간 영업 중21:30에 라스트오더21시 30분에 라스트오더 매일 10:00 - 22:00 21:30 라스트오더 - 명절 당일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5c8effbc83c0190d935f", - "label": "육개장", - "amount": 10000, + "id": "fc543510becaf8645c68", + "label": "대패삼겹살(1인분_기본5인)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5c8effbc83c0190d935f-history", - "label": "육개장", - "amount": 10000, + "id": "fc543510becaf8645c68-history", + "label": "대패삼겹살(1인분_기본5인)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19034", - "name": "명가순대", - "businessName": "명가순대", + "id": "goodprice-18842", + "name": "웅이네 손칼국수", + "businessName": "웅이네 손칼국수", "categorySlug": "korean", - "address": "인천광역시 동구 화수로 18 (송현동) 명가순대", - "district": "인천광역시 동구", - "latitude": 37.48123968414481, - "longitude": 126.6356097358181, - "representativePriceAmount": 9000, - "representativePriceLabel": "설렁탕", + "address": "서울특별시 성북구 돌곶이로27길 42 (장위동) 1층", + "district": "서울특별시 성북구", + "latitude": 37.61136426044229, + "longitude": 127.05327848462039, + "representativePriceAmount": 7000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 설렁탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-765-8833 / 영업시간: 매일 05:00 ~ 22:00 라스트오더 21:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-943-0378", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "30ef5e2080b3669fcc50", - "label": "설렁탕", - "amount": 9000, + "id": "5f1e583a06abb7d41f70", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "30ef5e2080b3669fcc50-history", - "label": "설렁탕", - "amount": 9000, + "id": "5f1e583a06abb7d41f70-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17593", - "name": "모모식당", - "businessName": "모모식당", - "categorySlug": "western", - "address": "인천 동구 화수로 7 1층 102호 (송현동, 센타빌딩)", - "district": "인천 동구", - "latitude": 37.4803199313529, - "longitude": 126.636012820597, - "representativePriceAmount": 10000, - "representativePriceLabel": "모모등심돈까스", + "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": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 모모등심돈까스 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-213-2434 / 영업시간: 월 ~ 수 11:00 ~ 18:00 목, 금 11:00 ~ 21:00 토 11:00 ~ 16:00 마지막 주문 영업종료 30분 전 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-242-3836 / 영업시간: 10:00~16:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "78c6852bc7f820c55700", - "label": "모모등심돈까스", - "amount": 10000, + "id": "adfb245e85615664bd7d", + "label": "물밀면", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b317446981832cb962cf", + "label": "비빔밀면", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "78c6852bc7f820c55700-history", - "label": "모모등심돈까스", - "amount": 10000, + "id": "adfb245e85615664bd7d-history", + "label": "물밀면", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b317446981832cb962cf-history", + "label": "비빔밀면", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2094", - "name": "문성각", - "businessName": "문성각", - "categorySlug": "chinese", - "address": "인천광역시 동구 송미로 35 (송림동) 1층", - "district": "인천광역시 동구", - "latitude": 37.482903570468814, - "longitude": 126.6497277170181, - "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "id": "goodprice-759", + "name": "원도넛", + "businessName": "원도넛", + "categorySlug": "other-food", + "address": "서울특별시 성북구 돌곶이로 29 1층(석관동)", + "district": "서울특별시 성북구", + "latitude": 37.6069130944963, + "longitude": 127.060852972811, + "representativePriceAmount": 1400, + "representativePriceLabel": "글레이즈/꽈배기", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "키오스크 주문가능업체", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-0400 / 영업시간: 월~토 10:30-20:30 (일) 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 글레이즈/꽈배기 1,400원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-695-0707 / 영업시간: 12:00~22:40 (일요일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8c2a4191945becceda12", - "label": "짜장면", - "amount": 5000, + "id": "4c32dbc11144988e3a77", + "label": "글레이즈/꽈배기", + "amount": 1400, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "61eb97c3823468e51966", - "label": "짬뽕", - "amount": 5500, + "id": "9c16a11972dfc4ad5e6e", + "label": "초코링", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "53fad7aaf931aeb54da7", + "label": "딸기쉘", + "amount": 1600, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8c2a4191945becceda12-history", - "label": "짜장면", - "amount": 5000, + "id": "4c32dbc11144988e3a77-history", + "label": "글레이즈/꽈배기", + "amount": 1400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "61eb97c3823468e51966-history", - "label": "짬뽕", - "amount": 5500, + "id": "9c16a11972dfc4ad5e6e-history", + "label": "초코링", + "amount": 1500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "53fad7aaf931aeb54da7-history", + "label": "딸기쉘", + "amount": 1600, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2304", - "name": "금강식당", - "businessName": "금강식당", + "id": "goodprice-17981", + "name": "콩나물과시래기밥맛집", + "businessName": "콩나물과시래기밥맛집", "categorySlug": "korean", - "address": "광주광역시 서구 천변우하로 373 (동천동)", - "district": "광주광역시 서구", - "latitude": 35.1689145192112, - "longitude": 126.861118425373, - "representativePriceAmount": 8000, - "representativePriceLabel": "생고기비빔밥", + "address": "대구광역시 중구 약령길 58-7 (장관동) 1층", + "district": "대구광역시 중구", + "latitude": 35.86881460101817, + "longitude": 128.5898667124599, + "representativePriceAmount": 7000, + "representativePriceLabel": "콩나물국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생고기비빔밥 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-514-9111 / 영업시간: 월 ~ 일 11:30~21:30 ※정기휴무 : 매달 2,4번쨰 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1342-9756 / 영업시간: 월~토 11:00~21:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9a4a3e71b501e3f98ea9", - "label": "생고기비빔밥", - "amount": 8000, + "id": "9c4fbf16da3528bc8ea0", + "label": "콩나물국밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "394793e4126b57bb9b61", - "label": "곰탕", + "id": "d4d18bee457d5874d5a3", + "label": "콩나물비빔밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9a4a3e71b501e3f98ea9-history", - "label": "생고기비빔밥", - "amount": 8000, + "id": "9c4fbf16da3528bc8ea0-history", + "label": "콩나물국밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "394793e4126b57bb9b61-history", - "label": "곰탕", + "id": "d4d18bee457d5874d5a3-history", + "label": "콩나물비빔밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14921", - "name": "금룡", - "businessName": "금룡", - "categorySlug": "chinese", - "address": "광주광역시 서구 염화로 115 (화정동) 1층", - "district": "광주광역시 서구", - "latitude": 35.1430601138362, - "longitude": 126.87725557866646, - "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "id": "goodprice-767", + "name": "원준식당", + "businessName": "원준식당", + "categorySlug": "korean", + "address": "서울특별시 성북구 장위로38길 67", + "district": "서울특별시 성북구", + "latitude": 37.6103803919803, + "longitude": 127.051539541872, + "representativePriceAmount": 6500, + "representativePriceLabel": "물냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-681-2500", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-915-0820 / 영업시간: 매일 10:30-22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ac89c594cedd50a9c52f", - "label": "짜장면", - "amount": 5000, + "id": "f1dedd30874fc947e793", + "label": "물냉면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7054eeb78dc41fcdf8d9", - "label": "짬뽕", - "amount": 7000, + "id": "f182891bb6b94b5093ee", + "label": "비빔냉면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "006339a87bdef2026eac", - "label": "탕수육", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "ac89c594cedd50a9c52f-history", - "label": "짜장면", - "amount": 5000, + "id": "ef4bf6ee0385c7f6d584", + "label": "떡국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7054eeb78dc41fcdf8d9-history", - "label": "짬뽕", - "amount": 7000, + "id": "6a7882866818d1be426c", + "label": "찐만두", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "006339a87bdef2026eac-history", - "label": "탕수육", - "amount": 10000, + "id": "86a7b6690d9edc325c28", + "label": "콩국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "37be0d2ab415ed738d3e", - "label": "미용료(커트)", - "amount": 8000, + "id": "f1dedd30874fc947e793-history", + "label": "물냉면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a905416aa2b751b41ef1", - "label": "커트", - "amount": 8000, + "id": "f182891bb6b94b5093ee-history", + "label": "비빔냉면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "37be0d2ab415ed738d3e-history", - "label": "미용료(커트)", - "amount": 8000, + "id": "ef4bf6ee0385c7f6d584-history", + "label": "떡국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a905416aa2b751b41ef1-history", - "label": "커트", - "amount": 8000, + "id": "6a7882866818d1be426c-history", + "label": "찐만두", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "86a7b6690d9edc325c28-history", + "label": "콩국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14916", - "name": "인동왕만두", - "businessName": "인동왕만두", - "categorySlug": "bakery", - "address": "대전광역시 동구 대전로 697 (인동) 인동", - "district": "대전광역시 동구", - "latitude": 36.32247820088637, - "longitude": 127.43724722008199, - "representativePriceAmount": 6000, - "representativePriceLabel": "왕만두(고기만두)", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 왕만두(고기만두) 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-285-5060 / 영업시간: 09:00 ~ 21:00 / 휴무일(없음) / 전화 예약 후 방문 희망", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-422-4415 / 영업시간: 평일, 토요일 11:00 - 19: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, + "id": "55e751eb61693caac548", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "55e751eb61693caac548-history", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16532", - "name": "장가네대구왕뽈데기", - "businessName": "장가네대구왕뽈데기", + "id": "goodprice-16768", + "name": "월곡동 할매떡볶이", + "businessName": "월곡동 할매떡볶이", "categorySlug": "korean", - "address": "대전광역시 동구 계족로 309-1 (성남동) 1층", - "district": "대전광역시 동구", - "latitude": 36.3400092088714, - "longitude": 127.43610509783201, - "representativePriceAmount": 10000, - "representativePriceLabel": "대구탕(점심)", + "address": "서울특별시 성북구 오패산로19길 46 (하월곡동) 1층", + "district": "서울특별시 성북구", + "latitude": 37.60924928905219, + "longitude": 127.03331820363316, + "representativePriceAmount": 3000, + "representativePriceLabel": "떡볶이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 대구탕(점심) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-623-0750 / 영업시간: 11:00 ~ 22:00 영업 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-7537-1454", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4c9720f65b67a96914a9", - "label": "대구탕(점심)", - "amount": 10000, + "id": "f65c854383634c9e3adc", + "label": "떡볶이", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8fe4747fd969a065043e", + "label": "김밥 및 계란", + "amount": 500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "433005e702eff3f8a600", - "label": "대구지리(점심)", - "amount": 10000, + "id": "f120a21ea6cb1b8a0ab2", + "label": "튀김", + "amount": 700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4c9720f65b67a96914a9-history", - "label": "대구탕(점심)", - "amount": 10000, + "id": "f65c854383634c9e3adc-history", + "label": "떡볶이", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8fe4747fd969a065043e-history", + "label": "김밥 및 계란", + "amount": 500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "433005e702eff3f8a600-history", - "label": "대구지리(점심)", - "amount": 10000, + "id": "f120a21ea6cb1b8a0ab2-history", + "label": "튀김", + "amount": 700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2541", - "name": "장성", - "businessName": "장성", + "id": "goodprice-17974", + "name": "한강반점", + "businessName": "한강반점", "categorySlug": "chinese", - "address": "대전광역시 동구 우암로 85번길 14 (삼성동)", - "district": "대전광역시 동구", - "latitude": 36.3380538647397, - "longitude": 127.427767366719, - "representativePriceAmount": 6000, + "address": "대구광역시 중구 달구벌대로387길 42 (대신동) 1층", + "district": "대구광역시 중구", + "latitude": 35.86500733659813, + "longitude": 128.57524030565048, + "representativePriceAmount": 3000, "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 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-253-7518 / 영업시간: 월~일 10:30~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bd5dad9cf4d543d116ab", + "id": "711d0094290f423fd152", "label": "짜장면", - "amount": 6000, + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b0f389e44b20998e3aab", - "label": "짬뽕", + "id": "5e780ecade65b2e66019", + "label": "간짜장", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "bd5dad9cf4d543d116ab-history", - "label": "짜장면", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b0f389e44b20998e3aab-history", + "id": "d938fb7a4641d64161b9", "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "001dea35174765d9f088", - "label": "김밥", - "amount": 3500, + "id": "711d0094290f423fd152-history", + "label": "짜장면", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4de8849b399edf330cfc", - "label": "즉석떡볶이", - "amount": 4500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "001dea35174765d9f088-history", - "label": "김밥", - "amount": 3500, + "id": "5e780ecade65b2e66019-history", + "label": "간짜장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4de8849b399edf330cfc-history", - "label": "즉석떡볶이", - "amount": 4500, + "id": "d938fb7a4641d64161b9-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18786", - "name": "더짬뽕", - "businessName": "더짬뽕", - "categorySlug": "chinese", - "address": "울산광역시 남구 달삼로23번길 12 (달동) 1층", - "district": "울산광역시 남구", - "latitude": 35.53660268642255, - "longitude": 129.33148195611733, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "id": "goodprice-785", + "name": "이모네식당", + "businessName": "이모네식당", + "categorySlug": "korean", + "address": "서울특별시 성북구 안암로73-3", + "district": "서울특별시 성북구", + "latitude": 37.5830526568282, + "longitude": 127.028922504119, + "representativePriceAmount": 7000, + "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 브레이크 타임), 매주 일요일 휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육덮밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 목 11:00-21:00 14:30-17:00브레이크타임 금 11:00-21:00 14:30-17:00브레이크타임 토 11:00-21:00 14:30-17:00브레이크타임 일 정기휴무(매주일요일) 월(12/25) 성탄절휴무 화 11:00-21:00 14:30-17:00브레이크타임 수 11:00-21:00 14:30-17:00브레이크타임 01/01새해첫날휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d07bbc58d1bc69d24ecf", - "label": "짜장면", - "amount": 6000, + "id": "6f4638c00177863c070f", + "label": "제육덮밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "56c5e2bb6f86dfa919ad", - "label": "짬뽕", - "amount": 8000, + "id": "1881554ac640aa47e645", + "label": "김치찌개, 된장찌개", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "281e2982ce0d084ed6fe", - "label": "볶음밥", - "amount": 8000, + "id": "085144ec91e6e7e8ab9d", + "label": "김치찌개 1인분", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d07bbc58d1bc69d24ecf-history", - "label": "짜장면", - "amount": 6000, + "id": "6f4638c00177863c070f-history", + "label": "제육덮밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "56c5e2bb6f86dfa919ad-history", - "label": "짬뽕", - "amount": 8000, + "id": "1881554ac640aa47e645-history", + "label": "김치찌개, 된장찌개", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "281e2982ce0d084ed6fe-history", - "label": "볶음밥", - "amount": 8000, + "id": "085144ec91e6e7e8ab9d-history", + "label": "김치찌개 1인분", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2899", - "name": "덤", - "businessName": "덤", + "id": "goodprice-13190", + "name": "전지적돼지시점", + "businessName": "전지적돼지시점", "categorySlug": "korean", - "address": "울산광역시 남구 대학로84번길 5-5", - "district": "울산광역시 남구", - "latitude": 35.5426013606551, - "longitude": 129.260284008748, - "representativePriceAmount": 8000, - "representativePriceLabel": "냉칼국수", + "address": "광주광역시 동구 지산로 40 (지산동) 1층", + "district": "광주광역시 동구", + "latitude": 35.147333475396294, + "longitude": 126.93215202959168, + "representativePriceAmount": 7500, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉칼국수 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-247-1217 / 영업시간: 09:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1354-1656 / 영업시간: (월~금) 11:30~20:30 (토) 18:00~20:30 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e894e5870be759810379", - "label": "냉칼국수", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "20afa0788072fd096daa", - "label": "비빔밥", + "id": "7e9a772806d5ad5058e3", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e894e5870be759810379-history", - "label": "냉칼국수", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "20afa0788072fd096daa-history", - "label": "비빔밥", + "id": "7e9a772806d5ad5058e3-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3377", - "name": "못골해장국", - "businessName": "못골해장국", + "id": "goodprice-18200", + "name": "정이든김밥", + "businessName": "정이든김밥", "categorySlug": "korean", - "address": "경기도 수원시 권선구 금호로246번길 15-4 1층", - "district": "경기도 수원시", - "latitude": 37.2749502849126, - "longitude": 126.977331077535, - "representativePriceAmount": 6000, - "representativePriceLabel": "선지해장국", + "address": "서울특별시 성북구 보국문로 19-8 (정릉동) 1층", + "district": "서울특별시 성북구", + "latitude": 37.606427686488104, + "longitude": 127.01047902556422, + "representativePriceAmount": 4000, + "representativePriceLabel": "땡초김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지해장국 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-278-3493 / 영업시간: 7:30~22:00(일요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 땡초김밥 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-909-3382", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9064d3f7f7a5797a739b", - "label": "선지해장국", - "amount": 6000, + "id": "8936c635c8db348a0897", + "label": "땡초김밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6413d606230165e43711", - "label": "소고기해장국", - "amount": 7000, + "id": "e880889404ce07483ab2", + "label": "계란김밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "800b0a84dae4856c753e", - "label": "설렁탕", - "amount": 9000, + "id": "d40b39b111b5d2951732", + "label": "고기김밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9064d3f7f7a5797a739b-history", - "label": "선지해장국", - "amount": 6000, + "id": "8936c635c8db348a0897-history", + "label": "땡초김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6413d606230165e43711-history", - "label": "소고기해장국", - "amount": 7000, + "id": "e880889404ce07483ab2-history", + "label": "계란김밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "800b0a84dae4856c753e-history", - "label": "설렁탕", - "amount": 9000, + "id": "d40b39b111b5d2951732-history", + "label": "고기김밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16346", - "name": "몽뻬르베이커리카페", - "businessName": "몽뻬르베이커리카페", - "categorySlug": "bakery", - "address": "경기도 수원시 장안구 파장로 70 (파장동)", - "district": "경기도 수원시", - "latitude": 37.30605816813522, - "longitude": 126.9931791203893, - "representativePriceAmount": 2900, - "representativePriceLabel": "아메리카노", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 아메리카노 2,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-246-5474 / 영업시간: 07:30~22:30 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-225-4928 / 영업시간: 10:00-17:00 휴무일 일요일, 공휴일, 명절", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2106e101e023522278b0", - "label": "아메리카노", - "amount": 2900, + "id": "0e825b169ec2a5a1b1db", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2f26d11f7e5d2e63a6fd", - "label": "소금빵", - "amount": 2700, + "id": "2818eb473f6d625f12e9", + "label": "볶음밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2a1ac105924001f565d3", - "label": "에그타르트", - "amount": 2400, + "id": "25fb1003a2dcdb593a95", + "label": "찌개(김치참치순두부부대)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2106e101e023522278b0-history", - "label": "아메리카노", - "amount": 2900, + "id": "0e825b169ec2a5a1b1db-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2f26d11f7e5d2e63a6fd-history", - "label": "소금빵", - "amount": 2700, + "id": "2818eb473f6d625f12e9-history", + "label": "볶음밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2a1ac105924001f565d3-history", - "label": "에그타르트", - "amount": 2400, + "id": "25fb1003a2dcdb593a95-history", + "label": "찌개(김치참치순두부부대)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3403", - "name": "문화미용실", - "businessName": "문화미용실", - "categorySlug": "beauty", - "address": "경기도 수원시 장안구 정조로 934번길 29-18 (영화동)", - "district": "경기도 수원시", - "latitude": 37.2923701800345, - "longitude": 127.013797271773, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트", + "id": "goodprice-766", + "name": "착한짬뽕더착한탕수육", + "businessName": "착한짬뽕더착한탕수육", + "categorySlug": "chinese", + "address": "서울특별시 성북구 월곡로18길 4 2층(하월곡동)", + "district": "서울특별시 성북구", + "latitude": 37.6015932065234, + "longitude": 127.041768969884, + "representativePriceAmount": 4500, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-256-1463 / 영업시간: 08:30~18:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-601-3559 / 영업시간: 금 11:00-20:30 14:30-17:00브레이크타임 20:00라스트오더 토 11:00-20:30 14:30-17:00브레이크타임 20:00라스트오더 일 정기휴무(매주일요일) 월 11:00-20:30 14:30-17:00브레이크타임 20:00라스트오더 화 11:00-20:30 14:30-17:00브레이크타임 20:00라스트오더 수 11:00-20:30 14:30-17:00브레이크타임 20:00라스트오더 목 11:00-20:30 14:30-17:00브레이크타임 20:00라스트오더", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bea0ee0cc07144323db6", - "label": "커트", - "amount": 8000, + "id": "4e0df0df72a95a4cde97", + "label": "짜장면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2583e71337de3ab3e874", - "label": "경로커트", - "amount": 5000, + "id": "933833fa7fb4ea328422", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c77aa4236003c0ea4d7c", - "label": "컷 커트", - "amount": 5000, + "id": "d5e000ccbed257698247", + "label": "소고기짜장면", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d84a0169098471c5d47e", + "label": "해물짬뽕", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bea0ee0cc07144323db6-history", - "label": "커트", - "amount": 8000, + "id": "4e0df0df72a95a4cde97-history", + "label": "짜장면", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2583e71337de3ab3e874-history", - "label": "경로커트", - "amount": 5000, + "id": "933833fa7fb4ea328422-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "d5e000ccbed257698247-history", + "label": "소고기짜장면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "45b88ff303770e9f315a-history", - "label": "커트", - "amount": 10000, + "id": "d84a0169098471c5d47e-history", + "label": "해물짬뽕", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10306", - "name": "쌍다리이용소", - "businessName": "쌍다리이용소", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 춘천순환로 42 상가동 101호 (석사동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8546857141914, - "longitude": 127.748703975697, - "representativePriceAmount": 5000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-262-5087 / 영업시간: 06:30 - 16:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-257-5432 / 영업시간: 09:30 ~ 20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9aa42ad17ee018b1bd89", - "label": "커트", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b73481d284ed2e99cc7f", - "label": "염색", - "amount": 10000, + "id": "1911b6d1a1f052258302", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9aa42ad17ee018b1bd89-history", - "label": "커트", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b73481d284ed2e99cc7f-history", - "label": "염색", - "amount": 10000, + "id": "1911b6d1a1f052258302-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15784", - "name": "또또와식당", - "businessName": "또또와식당", + "id": "goodprice-787", + "name": "청년밥상 문간", + "businessName": "청년밥상 문간", "categorySlug": "korean", - "address": "충청북도 청주시 서원구 내수동로108번길 43 (사창동) 1층", - "district": "충청북도 청주시", - "latitude": 36.63225988198158, - "longitude": 127.45773160968325, - "representativePriceAmount": 6000, - "representativePriceLabel": "순두부찌개", + "address": "서울특별시 성북구 보국문로11길 18-2 2층", + "district": "서울특별시 성북구", + "latitude": 37.6088609651749, + "longitude": 127.009098506123, + "representativePriceAmount": 3000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-743-6031 / 영업시간: 매일 12:00~23:00 22:00라스트오더", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "21eba5670c5beeeef39b", - "label": "순두부찌개", - "amount": 6000, + "id": "a974e2775442836f1dee", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ac1b42677e78df2a8034", - "label": "육개장", - "amount": 7000, + "id": "521331a44ecac28ad3c4", + "label": "사리", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c772de53f9f2f7d24ed0", - "label": "제육덮밥", - "amount": 7000, + "id": "f7c9c59aabe5ac82fd16", + "label": "두부추가", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "21eba5670c5beeeef39b-history", - "label": "순두부찌개", - "amount": 6000, + "id": "a974e2775442836f1dee-history", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ac1b42677e78df2a8034-history", - "label": "육개장", - "amount": 7000, + "id": "521331a44ecac28ad3c4-history", + "label": "사리", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c772de53f9f2f7d24ed0-history", - "label": "제육덮밥", - "amount": 7000, + "id": "f7c9c59aabe5ac82fd16-history", + "label": "두부추가", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15782", - "name": "럭키마라탕 양꼬치", - "businessName": "럭키마라탕 양꼬치", + "id": "goodprice-2540", + "name": "성심관", + "businessName": "성심관", "categorySlug": "chinese", - "address": "충청북도 청주시 서원구 서원남로 27-1 (모충동) 1층", - "district": "충청북도 청주시", - "latitude": 36.622339731999546, - "longitude": 127.4846288209598, - "representativePriceAmount": 1800, - "representativePriceLabel": "마라탕(100g)", + "address": "대전광역시 동구 동대전로 208 (자양동)", + "district": "대전광역시 동구", + "latitude": 36.3401647426563, + "longitude": 127.449098715918, + "representativePriceAmount": 3000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 마라탕(100g) 1,800원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-637-2822 / 영업시간: 10:00~19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1d4bf421ff127782174c", - "label": "마라탕(100g)", - "amount": 1800, + "id": "977b62686594381835f6", + "label": "짜장면", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7478c39ae8e27d3a91ca", - "label": "마라향궈(100g)", - "amount": 3000, + "id": "d694d53bf0fbd89fe3cc", + "label": "짬뽕", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "1d4bf421ff127782174c-history", - "label": "마라탕(100g)", - "amount": 1800, + "id": "8559e8126020cea8f7f3", + "label": "우동", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7478c39ae8e27d3a91ca-history", - "label": "마라향궈(100g)", - "amount": 3000, + "id": "7e900dc1a2d6eced0202", + "label": "간짜장", + "amount": 4000, "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" + "reportedAt": "2026-04-05" }, { - "id": "475fdd9a2830734ec3af", - "label": "짬뽕", - "amount": 7500, + "id": "f690c3e46c20689a9dc1", + "label": "울면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "16cdc28a91d8d38eba08-history", - "label": "짜장면", - "amount": 6500, + "id": "9fb2710f75d429d2e76e", + "label": "군만두", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "475fdd9a2830734ec3af-history", - "label": "짬뽕", - "amount": 7500, + "id": "c4b07d809ff792f14c39", + "label": "볶음밥", + "amount": 4000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "6bed5ad955e9f4b19c53", - "label": "커트", - "amount": 5000, + "id": "15d5f0d4ee825328443d", + "label": "짜장밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e4ebcd60513ed1dc2f88", - "label": "염색", - "amount": 10000, + "id": "9bdccac1be7483edc3d0", + "label": "짬뽕밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "6bed5ad955e9f4b19c53-history", - "label": "커트", + "id": "7f155dfd58302c2bea7a", + "label": "육개장", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e4ebcd60513ed1dc2f88-history", - "label": "염색", - "amount": 10000, + "id": "04e411fda35338dff7dd", + "label": "오므라이스", + "amount": 4500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "bf1885fffc022f5eea39", - "label": "단팥빵", - "amount": 1700, + "id": "0f9f2d6b0a9ac441eb40", + "label": "김치볶음밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c9e51551cbd7fd5a6f4b", - "label": "소금빵", - "amount": 2300, + "id": "f38ef6a5e8086b401504", + "label": "잡채밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "bf1885fffc022f5eea39-history", - "label": "단팥빵", - "amount": 1700, + "id": "84b4197e31d352031433", + "label": "콩국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c9e51551cbd7fd5a6f4b-history", - "label": "소금빵", - "amount": 2300, + "id": "35fb45c01a30e4416629", + "label": "새우볶음밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "4a1a8397c84b6f53b388", + "id": "977b62686594381835f6-history", "label": "짜장면", - "amount": 5000, + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6e1a3d4f5eed4c51944c", + "id": "d694d53bf0fbd89fe3cc-history", "label": "짬뽕", - "amount": 7000, + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f4825804819d3d1e2aa6", - "label": "간짜장", - "amount": 6500, + "id": "8559e8126020cea8f7f3-history", + "label": "우동", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fe56e6102618036662d4", - "label": "볶음밥", - "amount": 6000, + "id": "7e900dc1a2d6eced0202-history", + "label": "간짜장", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "29ab561b719d4d2d6e5d", - "label": "옛날짜장", - "amount": 4500, + "id": "f690c3e46c20689a9dc1-history", + "label": "울면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6b28d9f1b0df05fce879", - "label": "우동", - "amount": 6000, + "id": "9fb2710f75d429d2e76e-history", + "label": "군만두", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ac425c5c0b61fcb59e95", - "label": "울면", - "amount": 7000, + "id": "c4b07d809ff792f14c39-history", + "label": "볶음밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ff480b7ec328d2e5577b", + "id": "15d5f0d4ee825328443d-history", "label": "짜장밥", - "amount": 5000, + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6af1c8f378c77817ee38", + "id": "9bdccac1be7483edc3d0-history", "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, + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fe56e6102618036662d4-history", - "label": "볶음밥", - "amount": 6000, + "id": "7f155dfd58302c2bea7a-history", + "label": "육개장", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "29ab561b719d4d2d6e5d-history", - "label": "옛날짜장", + "id": "04e411fda35338dff7dd-history", + "label": "오므라이스", "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6b28d9f1b0df05fce879-history", - "label": "우동", - "amount": 6000, + "id": "0f9f2d6b0a9ac441eb40-history", + "label": "김치볶음밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ac425c5c0b61fcb59e95-history", - "label": "울면", - "amount": 7000, + "id": "f38ef6a5e8086b401504-history", + "label": "잡채밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ff480b7ec328d2e5577b-history", - "label": "짜장밥", - "amount": 5000, + "id": "84b4197e31d352031433-history", + "label": "콩국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6af1c8f378c77817ee38-history", - "label": "짬뽕밥", + "id": "35fb45c01a30e4416629-history", + "label": "새우볶음밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5447", - "name": "한일옥", - "businessName": "한일옥", - "categorySlug": "korean", - "address": "전북특별자치도 전주시 완산구 중산중앙로 29", - "district": "전북특별자치도 전주시", - "latitude": 35.8166803897759, - "longitude": 127.121458191969, - "representativePriceAmount": 9000, - "representativePriceLabel": "한우육회비빔밥", + "id": "goodprice-15325", + "name": "카페플라워", + "businessName": "카페플라워", + "categorySlug": "other-food", + "address": "서울특별시 성북구 성북로4길 52 (돈암동, 한신한진아파트) 104호", + "district": "서울특별시 성북구", + "latitude": 37.59109173463164, + "longitude": 127.00704694290194, + "representativePriceAmount": 1500, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우육회비빔밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-222-3118", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-4897-4144", "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, + "id": "63fee565c5b952f43b0c", + "label": "아메리카노", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "63fee565c5b952f43b0c-history", + "label": "아메리카노", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15997", - "name": "향촌", - "businessName": "향촌", + "id": "goodprice-13648", + "name": "텃밭의반찬&분식", + "businessName": "텃밭의반찬&분식", "categorySlug": "korean", - "address": "전북특별자치도 전주시 덕진구 숲정이4길 3 (진북동, 다세대주택)", - "district": "전북특별자치도 전주시", - "latitude": 35.82908945757786, - "longitude": 127.13270073754536, - "representativePriceAmount": 8000, - "representativePriceLabel": "김치찌개", + "address": "울산광역시 중구 계변고개 11 (복산동) .", + "district": "울산광역시 중구", + "latitude": 35.560346871362604, + "longitude": 129.328562284427, + "representativePriceAmount": 5000, + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-252-5733 / 영업시간: 월요일 ~ 토요일 : 11:00 ~ 21:00 일요일 : 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5786ce054b6cb420fc3d", - "label": "김치찌개", - "amount": 8000, + "id": "339e09172f62a1451b79", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e3e51df36981f7fda0de", - "label": "된장찌개", - "amount": 8000, + "id": "8a8bb0a40a7946ab37e5", + "label": "비빔밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5786ce054b6cb420fc3d-history", - "label": "김치찌개", - "amount": 8000, + "id": "339e09172f62a1451b79-history", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e3e51df36981f7fda0de-history", - "label": "된장찌개", - "amount": 8000, + "id": "8a8bb0a40a7946ab37e5-history", + "label": "비빔밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11766", - "name": "훈희국수", - "businessName": "훈희국수", + "id": "goodprice-18126", + "name": "한선생부엌", + "businessName": "한선생부엌", "categorySlug": "korean", - "address": "전북특별자치도 전주시 덕진구 우아8길 8", - "district": "전북특별자치도 전주시", - "latitude": 35.8506326095344, - "longitude": 127.156849553268, - "representativePriceAmount": 8000, - "representativePriceLabel": "백반(청국장 육개장 뼈다귀탕)", + "address": "서울특별시 성북구 돌곶이로18길 3-3 (석관동) 1층", + "district": "서울특별시 성북구", + "latitude": 37.60927410853928, + "longitude": 127.05923324386661, + "representativePriceAmount": 3000, + "representativePriceLabel": "한식반찬(150g)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반(청국장 육개장 뼈다귀탕) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-247-1275", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식반찬(150g) 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-960-7306", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9c50e24fb473d02c3117", - "label": "백반(청국장 육개장 뼈다귀탕)", - "amount": 8000, + "id": "82bcfc886da98517607c", + "label": "한식반찬(150g)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9c50e24fb473d02c3117-history", - "label": "백반(청국장 육개장 뼈다귀탕)", - "amount": 8000, + "id": "82bcfc886da98517607c-history", + "label": "한식반찬(150g)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5711", - "name": "개성미용실", - "businessName": "개성미용실", - "categorySlug": "beauty", - "address": "전라남도 여수시 율촌면 당머리길3-1", - "district": "전라남도 여수시", - "latitude": 34.882586423451, - "longitude": 127.579141600752, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-684-7114", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1342-4911 / 영업시간: 월~금 08:30~20:00 토요일 08:30~18:00 일요일 08:30~15:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "74b6a197d8d642642465", - "label": "커트", - "amount": 10000, + "id": "6cc4ca0bc9e0597d093f", + "label": "떡볶이", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4acc797fd060f61b1720", - "label": "드라이", - "amount": 10000, + "id": "0c535fc9e7aac3aed06e", + "label": "순대", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "74b6a197d8d642642465-history", - "label": "커트", - "amount": 10000, + "id": "6cc4ca0bc9e0597d093f-history", + "label": "떡볶이", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4acc797fd060f61b1720-history", - "label": "드라이", - "amount": 10000, + "id": "0c535fc9e7aac3aed06e-history", + "label": "순대", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11806", - "name": "광장서대회", - "businessName": "광장서대회", + "id": "goodprice-768", + "name": "홍두깨손칼국수", + "businessName": "홍두깨손칼국수", "categorySlug": "korean", - "address": "전라남도 여수시 이순신광장로 196 (종화동) A동 1층", - "district": "전라남도 여수시", - "latitude": 34.73862390148165, - "longitude": 127.74443243353089, - "representativePriceAmount": 10000, - "representativePriceLabel": "서대회(1인)", + "address": "서울특별시 성북구 보문로40길 5", + "district": "서울특별시 성북구", + "latitude": 37.5917381701651, + "longitude": 127.013802528612, + "representativePriceAmount": 5000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 서대회(1인) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-666-2013", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-953-5595 / 영업시간: 매일 10:00-21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e1ed8b2ea24c74ee5707", - "label": "서대회(1인)", - "amount": 10000, + "id": "ae592c681b73c7648cd3", + "label": "칼국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "eca136064e2f56b6f650", + "label": "수제비", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "91abff34bd8234675156", + "label": "잔치국수", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bc3766d28be14273f3e3", + "label": "콩국수 (계절메뉴)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e1ed8b2ea24c74ee5707-history", - "label": "서대회(1인)", - "amount": 10000, + "id": "ae592c681b73c7648cd3-history", + "label": "칼국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "eca136064e2f56b6f650-history", + "label": "수제비", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "91abff34bd8234675156-history", + "label": "잔치국수", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bc3766d28be14273f3e3-history", + "label": "콩국수 (계절메뉴)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11807", - "name": "광장서대회(이순신광장점)", - "businessName": "광장서대회(이순신광장점)", + "id": "goodprice-19178", + "name": "전주미담콩나물국바바", + "businessName": "전주미담콩나물국바바", "categorySlug": "korean", - "address": "전라남도 여수시 이순신광장로 129 (중앙동) 1층(교동)", - "district": "전라남도 여수시", - "latitude": 34.738245805249676, - "longitude": 127.73846543180578, - "representativePriceAmount": 10000, - "representativePriceLabel": "서대회(1인)", + "address": "세종특별자치시 아름서1길 27 (아름동) 101호", + "district": "세종특별자치시 아름서1길", + "latitude": 36.51128159316062, + "longitude": 127.24363527534015, + "representativePriceAmount": 5000, + "representativePriceLabel": "콩나물국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 서대회(1인) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1384-2782", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1440-1549", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ac7acc6cb07539ed0329", - "label": "서대회(1인)", - "amount": 10000, + "id": "57f35dba9f77b83d232e", + "label": "콩나물국밥", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ba61691b390963fbcac7", + "label": "만두", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ac7acc6cb07539ed0329-history", - "label": "서대회(1인)", - "amount": 10000, + "id": "57f35dba9f77b83d232e-history", + "label": "콩나물국밥", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ba61691b390963fbcac7-history", + "label": "만두", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16128", - "name": "다정한정식", - "businessName": "다정한정식", + "id": "goodprice-11575", + "name": "홍두깨손칼국수", + "businessName": "홍두깨손칼국수", "categorySlug": "korean", - "address": "경상북도 포항시 남구 장기면 동해안로 3273 다정한정식", - "district": "경상북도 포항시", - "latitude": 35.87919614059732, - "longitude": 129.5172000677791, - "representativePriceAmount": 7000, - "representativePriceLabel": "한정식", + "address": "서울특별시 성북구 오패산로3길 119 1층(하월곡동)", + "district": "서울특별시 성북구", + "latitude": 37.6082944944716, + "longitude": 127.033285848664, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한정식 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-284-9005", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-942-1235", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6efd879d6b330dcbc73b", - "label": "한정식", - "amount": 7000, + "id": "bc4937a2f0cfc55b3058", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6efd879d6b330dcbc73b-history", - "label": "한정식", - "amount": 7000, + "id": "bc4937a2f0cfc55b3058-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6423", - "name": "닥터크리닝", - "businessName": "닥터크리닝", - "categorySlug": "laundry", - "address": "경상북도 포항시 북구 삼호로253번길 14-1", - "district": "경상북도 포항시", - "latitude": 36.0612792841722, - "longitude": 129.378003776355, - "representativePriceAmount": 4000, - "representativePriceLabel": "세탁료 (상의)", + "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": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 세탁료 (상의) 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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 찹쌀 도너츠 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-864-3311", "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, + "id": "d77e5866677bbbc598b0", + "label": "찹쌀 도너츠", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ef27105aa9f326ba96ab", - "label": "하의", - "amount": 3000, + "id": "6e1fb8e6a1113f981e13", + "label": "마들렌(레몬)", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "d77e5866677bbbc598b0-history", + "label": "찹쌀 도너츠", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ef27105aa9f326ba96ab-history", - "label": "하의", - "amount": 3000, + "id": "6e1fb8e6a1113f981e13-history", + "label": "마들렌(레몬)", + "amount": 1200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18356", - "name": "달전밀면", - "businessName": "달전밀면", + "id": "goodprice-16769", + "name": "홍칼국수", + "businessName": "홍칼국수", "categorySlug": "korean", - "address": "경상북도 포항시 북구 흥해읍 도음로917번길 12 달전밀면", - "district": "경상북도 포항시", - "latitude": 36.07939354295344, - "longitude": 129.33344894912452, - "representativePriceAmount": 7000, - "representativePriceLabel": "밀면", + "address": "서울특별시 성북구 아리랑로 33 (동소문동7가) 1층", + "district": "서울특별시 성북구", + "latitude": 37.595735767616475, + "longitude": 127.01555314993159, + "representativePriceAmount": 5000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 밀면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-261-6468", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-923-9402", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d29991997b0a39fe2bfd", - "label": "밀면", - "amount": 7000, + "id": "8713f82050381b68f461", + "label": "칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3edc7640163c7edae4af", - "label": "비빔밀면", - "amount": 7000, + "id": "93463639461e1320ffdf", + "label": "칼짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d29991997b0a39fe2bfd-history", - "label": "밀면", - "amount": 7000, + "id": "8713f82050381b68f461-history", + "label": "칼국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3edc7640163c7edae4af-history", - "label": "비빔밀면", - "amount": 7000, + "id": "93463639461e1320ffdf-history", + "label": "칼짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "바보엄마칼국수 진해석동점", + "id": "goodprice-15900", + "name": "집밥한식뷔페", + "businessName": "집밥한식뷔페", "categorySlug": "korean", - "address": "경상남도 창원시 진해구 석동로59번길 6-9 (석동) 1층", - "district": "경상남도 창원시", - "latitude": 35.15643049996103, - "longitude": 128.7056441225601, - "representativePriceAmount": 5500, - "representativePriceLabel": "사골칼국수", + "address": "세종특별자치시 부강면 부강외천로 139 집밥한식뷔페", + "district": "세종특별자치시 부강면", + "latitude": 36.52811606536304, + "longitude": 127.3824825445357, + "representativePriceAmount": 6000, + "representativePriceLabel": "한식뷔페", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 사골칼국수 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-547-5255 / 영업시간: 월,화,목,금,토,일 11:00 - 20:30 20:00 라스트오더 수요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1411-3828 / 영업시간: 월~토, 10:30~15:30", "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, + "id": "e7d1602f1f9229f5c74e", + "label": "한식뷔페", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "e7d1602f1f9229f5c74e-history", + "label": "한식뷔페", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18612", - "name": "바보엄마칼국수 창원점", - "businessName": "바보엄마칼국수 창원점", + "id": "goodprice-19376", + "name": "금복이네", + "businessName": "금복이네", "categorySlug": "korean", - "address": "경상남도 창원시 의창구 의창대로247번길 33 (소답동) 1층", - "district": "경상남도 창원시", - "latitude": 35.26473140031365, - "longitude": 128.625169764524, - "representativePriceAmount": 5500, - "representativePriceLabel": "사골칼국수", + "address": "서울특별시 강북구 인수봉로 195 (수유동) 1층", + "district": "서울특별시 강북구", + "latitude": 37.63716551521585, + "longitude": 127.01277501851514, + "representativePriceAmount": 7000, + "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 라스트오더", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "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, + "id": "9f312edba9eff7cdab80", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "9f312edba9eff7cdab80-history", + "label": "백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15989", - "name": "바삭왕돈까스", - "businessName": "바삭왕돈까스", + "id": "goodprice-11391", + "name": "똘똘이네M카페", + "businessName": "똘똘이네M카페", "categorySlug": "korean", - "address": "경상남도 창원시 성산구 중앙대로 111 (중앙동) 205호", - "district": "경상남도 창원시", - "latitude": 35.22477010317151, - "longitude": 128.67987955499908, - "representativePriceAmount": 8500, - "representativePriceLabel": "바삭돈까스", + "address": "경기도 수원시 권선구 고색로 54번길66 (고색동)", + "district": "경기도 수원시", + "latitude": 37.2474159314554, + "longitude": 126.983768254338, + "representativePriceAmount": 3000, + "representativePriceLabel": "생삼겹(100g)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바삭돈까스 8,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-268-5008", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생삼겹(100g) 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-278-5081", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f875b28abd3ded000375", - "label": "바삭돈까스", - "amount": 8500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "342805b0a958d69fe9f5", - "label": "매콤돈까스", - "amount": 9000, + "id": "fb2e0777ca23c579a3f2", + "label": "생삼겹(100g)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f875b28abd3ded000375-history", - "label": "바삭돈까스", - "amount": 8500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "342805b0a958d69fe9f5-history", - "label": "매콤돈까스", - "amount": 9000, + "id": "fb2e0777ca23c579a3f2-history", + "label": "생삼겹(100g)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15406", - "name": "박하헤어", - "businessName": "박하헤어", - "categorySlug": "beauty", - "address": "경상남도 창원시 진해구 충장로 397-1 (이동) 1층", - "district": "경상남도 창원시", - "latitude": 35.15259896527641, - "longitude": 128.69534269679198, - "representativePriceAmount": 10000, - "representativePriceLabel": "컷트", + "id": "goodprice-17927", + "name": "다온한식", + "businessName": "다온한식", + "categorySlug": "korean", + "address": "서울특별시 강북구 솔매로 84 (미아동) 지하1층", + "district": "서울특별시 강북구", + "latitude": 37.624988231653774, + "longitude": 127.02161847748827, + "representativePriceAmount": 7500, + "representativePriceLabel": "한식뷔페", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-542-5894", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1421-0747", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ada14fd6b85dcd49d21a", - "label": "컷트", - "amount": 10000, + "id": "443d514b13842ab9c10c", + "label": "한식뷔페", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ada14fd6b85dcd49d21a-history", - "label": "컷트", - "amount": 10000, + "id": "443d514b13842ab9c10c-history", + "label": "한식뷔페", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18050", - "name": "돌하루방방", - "businessName": "돌하루방방", - "categorySlug": "other-service", - "address": "제주특별자치도 제주시 화삼북로 43 (화북일동) 돌하루방방", - "district": "제주특별자치도 제주시", - "latitude": 33.517489993448145, - "longitude": 126.57772441179883, - "representativePriceAmount": 3000, - "representativePriceLabel": "트램펄린(30분)", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 트램펄린(30분) 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-9487-4132", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1399-2411 / 영업시간: 10:00 - 18:50 라스트오더 18:45 매주 월요일 정기휴무 동절기에는 19시까지 운영", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "23e1254142f11cec7393", - "label": "트램펄린(30분)", - "amount": 3000, + "id": "1cd68a57dcf7082ef4dc", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "123ced0cd75c929079c6", - "label": "트램펄린(1시간)", - "amount": 5000, + "id": "b813102efdce95fcb76f", + "label": "갈비만두", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "23e1254142f11cec7393-history", - "label": "트램펄린(30분)", - "amount": 3000, + "id": "1cd68a57dcf7082ef4dc-history", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "123ced0cd75c929079c6-history", - "label": "트램펄린(1시간)", - "amount": 5000, + "id": "b813102efdce95fcb76f-history", + "label": "갈비만두", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-953", - "name": "파고다이용원", - "businessName": "파고다이용원", - "categorySlug": "barber", - "address": "서울특별시 종로구 종로17길 12 (종로2가)", - "district": "서울특별시 종로구", - "latitude": 37.5709410977686, - "longitude": 126.988999535085, - "representativePriceAmount": 6000, - "representativePriceLabel": "커트", + "id": "goodprice-126", + "name": "만미정 식당", + "businessName": "만미정 식당", + "categorySlug": "korean", + "address": "서울특별시 강북구 솔매로43길 96 1층", + "district": "서울특별시 강북구", + "latitude": 37.629930418149, + "longitude": 127.022840651737, + "representativePriceAmount": 7000, + "representativePriceLabel": "김치찌개백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-983-8884", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d430dcd5cab5c8e23a58", - "label": "커트", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "9ff38b3fb86e70204d14", - "label": "염색", - "amount": 6000, + "id": "a5a6bcdb852c8327a151", + "label": "김치찌개백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d430dcd5cab5c8e23a58-history", - "label": "커트", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "9ff38b3fb86e70204d14-history", - "label": "염색", - "amount": 6000, + "id": "a5a6bcdb852c8327a151-history", + "label": "김치찌개백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19241", - "name": "현궁", - "businessName": "현궁", - "categorySlug": "korean", - "address": "서울특별시 종로구 종로1길 42 (수송동) 지하1층", - "district": "서울특별시 종로구", - "latitude": 37.57390412787066, - "longitude": 126.97898519648197, - "representativePriceAmount": 10000, - "representativePriceLabel": "철판제육쌈밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 철판제육쌈밥 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-736-3369 / 영업시간: 10:00-22:00 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1e72def18c7803fe3850", - "label": "철판제육쌈밥", - "amount": 10000, + "id": "210e6550275650c1b076", + "label": "아메리카노", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "972da0bcf512c5427e94", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1e72def18c7803fe3850-history", - "label": "철판제육쌈밥", - "amount": 10000, + "id": "210e6550275650c1b076-history", + "label": "아메리카노", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "972da0bcf512c5427e94-history", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1423", - "name": "뚜레박", - "businessName": "뚜레박", - "categorySlug": "korean", - "address": "부산광역시 서구 엄광산로 32 (서대신동3가)", - "district": "부산광역시 서구", - "latitude": 35.1283242912417, - "longitude": 129.008759677418, - "representativePriceAmount": 8000, - "representativePriceLabel": "청국장", + "id": "goodprice-19037", + "name": "방가네 해물짬뽕", + "businessName": "방가네 해물짬뽕", + "categorySlug": "chinese", + "address": "서울특별시 강북구 오패산로 135 (미아동) 1층", + "district": "서울특별시 강북구", + "latitude": 37.61391220980939, + "longitude": 127.0337605934294, + "representativePriceAmount": 5000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-246-5233 / 영업시간: 08:00~19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-988-4005", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6303fc4ebd9e723e06dc", - "label": "청국장", - "amount": 8000, + "id": "2e85300012c7c3f9ba37", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6303fc4ebd9e723e06dc-history", - "label": "청국장", - "amount": 8000, + "id": "2e85300012c7c3f9ba37-history", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1390", - "name": "류박사종합세탁", - "businessName": "류박사종합세탁", - "categorySlug": "laundry", - "address": "부산광역시 서구 대영로 40 (서대신동1가)", - "district": "부산광역시 서구", - "latitude": 35.1092342130678, - "longitude": 129.015966141997, - "representativePriceAmount": 7000, - "representativePriceLabel": "양복", + "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": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복 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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 슈크림빵 1,600원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-556-0456 / 영업시간: 08:00~22:00 정기휴무 매주 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4e1a0ca3c5dc7d085542", - "label": "양복", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "443236d320ae6f0511c7", - "label": "바지수선", - "amount": 3000, + "id": "3143e2b2896dc159931b", + "label": "슈크림빵", + "amount": 1600, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f61c96c54b287dd6e561", - "label": "바지 수선", - "amount": 3000, + "id": "8bd5f88d4e398fb506a6", + "label": "단팥빵", + "amount": 1700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7e8c286b4baf7e1bda76", - "label": "양복 세탁", - "amount": 6000, + "id": "8da3666c430bf65f83d8", + "label": "추억의 야채빵", + "amount": 2900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4e1a0ca3c5dc7d085542-history", - "label": "양복", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "443236d320ae6f0511c7-history", - "label": "바지수선", - "amount": 3000, + "id": "3143e2b2896dc159931b-history", + "label": "슈크림빵", + "amount": 1600, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f61c96c54b287dd6e561-history", - "label": "바지 수선", - "amount": 3000, + "id": "8bd5f88d4e398fb506a6-history", + "label": "단팥빵", + "amount": 1700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7e8c286b4baf7e1bda76-history", - "label": "양복 세탁", - "amount": 6000, + "id": "8da3666c430bf65f83d8-history", + "label": "추억의 야채빵", + "amount": 2900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1404", - "name": "마산손팥칼국수", - "businessName": "마산손팥칼국수", + "id": "goodprice-131", + "name": "번동식당", + "businessName": "번동식당", "categorySlug": "korean", - "address": "부산광역시 서구 자갈치로 10 (충무동1가)", - "district": "부산광역시 서구", - "latitude": 35.0960483857352, - "longitude": 129.025418401842, - "representativePriceAmount": 6000, - "representativePriceLabel": "팥칼국수", + "address": "서울특별시 강북구 덕릉로40길 11 (번동)", + "district": "서울특별시 강북구", + "latitude": 37.634609946891, + "longitude": 127.030469782574, + "representativePriceAmount": 5000, + "representativePriceLabel": "한식뷔페", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 팥칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-243-7226 / 영업시간: 9:00-07:00 한달에 한번 휴무 정해진 날짜는 없음", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-985-0370", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "97a57764b8ba2ec8a371", - "label": "팥칼국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "33e330d9b9626b6fe72a", - "label": "손칼국수", - "amount": 4000, + "id": "c8bb7beb01c69aa4aaaf", + "label": "한식뷔페", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "97a57764b8ba2ec8a371-history", - "label": "팥칼국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "33e330d9b9626b6fe72a-history", - "label": "손칼국수", - "amount": 4000, + "id": "c8bb7beb01c69aa4aaaf-history", + "label": "한식뷔페", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17711", - "name": "다반트", - "businessName": "다반트", + "id": "goodprice-14667", + "name": "디저트카페 아마이", + "businessName": "디저트카페 아마이", "categorySlug": "other-food", - "address": "대구광역시 동구 용진길 4 (중대동)", - "district": "대구광역시 동구", - "latitude": 35.97887295843366, - "longitude": 128.6327864396004, - "representativePriceAmount": 4500, + "address": "충청남도 천안시 동남구 신촌4로 34 (신방동) .", + "district": "충청남도 천안시", + "latitude": 36.789176140906456, + "longitude": 127.1251417877315, + "representativePriceAmount": 3500, "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 4,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-9774-7888 / 영업시간: 영업시간 : 10:00~23:00 정기휴무 : 매주 목요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1324-8466 / 영업시간: *주말 20% 할인 이벤트 진행 중 *소방, 경찰 공무원 아메리카노 무료 제공 월~토 10:00~02:00 일 12:00~22:00 휴무일 없음", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fe63091c5d4370ceb1be", + "id": "fb7e9ce3ff2cc5682c8e", "label": "아메리카노", - "amount": 4500, + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fe63091c5d4370ceb1be-history", + "id": "fb7e9ce3ff2cc5682c8e-history", "label": "아메리카노", - "amount": 4500, + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17929", - "name": "다온가야밀면", - "businessName": "다온가야밀면", - "categorySlug": "korean", - "address": "대구광역시 동구 반야월로 311-11 (신서동)", - "district": "대구광역시 동구", - "latitude": 35.872498143444936, - "longitude": 128.7226197105274, - "representativePriceAmount": 7000, - "representativePriceLabel": "물밀면", + "id": "goodprice-15948", + "name": "빵과함께", + "businessName": "빵과함께", + "categorySlug": "bakery", + "address": "서울특별시 강북구 인수봉로77길 15 (수유동) 1층", + "district": "서울특별시 강북구", + "latitude": 37.64433520421588, + "longitude": 127.0098808230791, + "representativePriceAmount": 700, + "representativePriceLabel": "단팥빵", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-269-7771 / 영업시간: 영업시간 : 10:30~20:30 정기휴무 : 매주 월요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 700원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-900-8503", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "eb937f0f11bcdd2f6fad", - "label": "물밀면", - "amount": 7000, + "id": "a15de91a7fb0385f4822", + "label": "단팥빵", + "amount": 700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "45fd6ffc0d337c62ea67", - "label": "비빔밀면", - "amount": 7000, + "id": "c2d2ad651bac69aa97ca", + "label": "슈크림빵", + "amount": 700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f99a399bd84057e2418a", - "label": "물비빔밀면", - "amount": 7000, + "id": "d81b8901000d811bdb00", + "label": "소보로빵", + "amount": 700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "eb937f0f11bcdd2f6fad-history", - "label": "물밀면", - "amount": 7000, + "id": "a15de91a7fb0385f4822-history", + "label": "단팥빵", + "amount": 700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "45fd6ffc0d337c62ea67-history", - "label": "비빔밀면", - "amount": 7000, + "id": "c2d2ad651bac69aa97ca-history", + "label": "슈크림빵", + "amount": 700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f99a399bd84057e2418a-history", - "label": "물비빔밀면", - "amount": 7000, + "id": "d81b8901000d811bdb00-history", + "label": "소보로빵", + "amount": 700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17932", - "name": "다옴한식뷔페", - "businessName": "다옴한식뷔페", - "categorySlug": "korean", - "address": "대구광역시 동구 동대구로83길 18 (신천동, 동림아파트) 상가동 101호(신천동, 동림아파트)", - "district": "대구광역시 동구", - "latitude": 35.869577777820616, - "longitude": 128.62410506814535, - "representativePriceAmount": 8000, - "representativePriceLabel": "한식뷔페(일반)", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페(일반) 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-755-4446 / 영업시간: 영업시간 : 11:00 ~ 14:00 정기휴무 : 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1365-2171 / 영업시간: 매일 09:00~23:30 휴무일 없음", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fd31ab01a6c860d27509", - "label": "한식뷔페(일반)", - "amount": 8000, + "id": "cbfcb38b1a09a84a970f", + "label": "아메리카노", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2d72922c796f07089337", - "label": "한식뷔페(~초등학생)", - "amount": 5000, + "id": "00abe8aa6e7dc0a39eb5", + "label": "카페라떼", + "amount": 3600, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fd31ab01a6c860d27509-history", - "label": "한식뷔페(일반)", - "amount": 8000, + "id": "cbfcb38b1a09a84a970f-history", + "label": "아메리카노", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2d72922c796f07089337-history", - "label": "한식뷔페(~초등학생)", - "amount": 5000, + "id": "00abe8aa6e7dc0a39eb5-history", + "label": "카페라떼", + "amount": 3600, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13035", - "name": "밥심", - "businessName": "밥심", - "categorySlug": "korean", - "address": "인천광역시 동구 샛골로 129 (송림동) 1층", - "district": "인천광역시 동구", - "latitude": 37.473936489089034, - "longitude": 126.6440676374549, - "representativePriceAmount": 8000, - "representativePriceLabel": "한식부페", + "id": "goodprice-111", + "name": "카페스타", + "businessName": "카페스타", + "categorySlug": "other-food", + "address": "서울특별시 강북구 삼각산로 71 1층", + "district": "서울특별시 강북구", + "latitude": 37.6401225859536, + "longitude": 127.012279522984, + "representativePriceAmount": 2500, + "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 (일) 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 원두커피 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 금 08:00-21:00 토 09:00-21:00 일 정기휴무(매주일요일) 월 08:00-21:00 화 08:00-21:00 수 08:00-21:00 목 08:00-21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "59be0442679aa2508779", - "label": "한식부페", - "amount": 8000, + "id": "7e2000f23c2bb54a64ae", + "label": "원두커피", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "59be0442679aa2508779-history", - "label": "한식부페", - "amount": 8000, + "id": "fcb41ee6190101afe927", + "label": "유기농캐모마일", + "amount": 3000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "e61bfc7b8e1166741592", - "label": "벤뎅이덮밥", - "amount": 9000, + "id": "5d129d7c7026b6cbc611", + "label": "구운계란 (3ea)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f77251e2ace0be4a2cc4", - "label": "한치덮밥", - "amount": 10000, + "id": "b8102d08425e08c476f8", + "label": "녹차라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "e61bfc7b8e1166741592-history", - "label": "벤뎅이덮밥", - "amount": 9000, + "id": "625b2c9e899edc46340d", + "label": "녹차프라푸치노", + "amount": 4800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f77251e2ace0be4a2cc4-history", - "label": "한치덮밥", - "amount": 10000, + "id": "8810766e59d0faa48414", + "label": "달고나 카페라떼", + "amount": 4800, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "27fb427316d281a8139b", - "label": "단팥빵", - "amount": 2000, + "id": "983add8f8134cb689dc1", + "label": "달콤한 츄러스", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7d5acd9c3cdbadc25295", - "label": "소보루빵", - "amount": 2000, + "id": "8a99221301441db9889e", + "label": "디카페인콜드브루", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "27fb427316d281a8139b-history", - "label": "단팥빵", - "amount": 2000, + "id": "bae15128621d1e9fb8b9", + "label": "디카페인콜드브루라떼", + "amount": 4300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7d5acd9c3cdbadc25295-history", - "label": "소보루빵", - "amount": 2000, + "id": "bbe061a3925ee9cf0bd8", + "label": "딸기스무디", + "amount": 4300, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "ba31fc496dba5e55d625", - "label": "바지락칼국수", - "amount": 9000, + "id": "e2992209b65f4c5ae03c", + "label": "딸기요거트스무디", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6ef7a13df2f2ee30d193", - "label": "팥죽", - "amount": 9000, + "id": "44bd1da96d0f55ad9d3c", + "label": "레드자몽차", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "ba31fc496dba5e55d625-history", - "label": "바지락칼국수", - "amount": 9000, + "id": "71cfa2978a88871c59a0", + "label": "레몬생강차", + "amount": 4800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6ef7a13df2f2ee30d193-history", - "label": "팥죽", - "amount": 9000, + "id": "11a34ab895e5c76e7af6", + "label": "레몬아이스티", + "amount": 3000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "0cd9c885c098ce90ea92", - "label": "성인커트", - "amount": 10000, + "id": "766d7399585b5b50c232", + "label": "레몬에이드", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b00d45e5d878592a1927", - "label": "학생커트", - "amount": 8000, + "id": "601dbda6eab9438d4e28", + "label": "레몬차", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "0cd9c885c098ce90ea92-history", - "label": "성인커트", - "amount": 10000, + "id": "8be06c8b319bc7941a83", + "label": "망고스무디", + "amount": 4300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b00d45e5d878592a1927-history", - "label": "학생커트", - "amount": 8000, + "id": "38aa546fded2dc930510", + "label": "모카프라프치노", + "amount": 4800, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "578a2afeb94e360e1f9d", - "label": "곰탕", - "amount": 9000, + "id": "a3d849ea2c58a3fb109c", + "label": "밀크티라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5b7735718cd6732d5481", - "label": "설렁탕", - "amount": 9000, + "id": "e22be7dbf4a1a8c129e7", + "label": "바나나주스", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "578a2afeb94e360e1f9d-history", - "label": "곰탕", - "amount": 9000, + "id": "86772825f3329e560136", + "label": "백향과(패션후루츠)에이드", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5b7735718cd6732d5481-history", - "label": "설렁탕", - "amount": 9000, + "id": "c0f7d26eff3deca7d1d6", + "label": "백향과차(패션후루츠)", + "amount": 4500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "8a4a63dd418cd0067465", - "label": "짜장면", - "amount": 7500, + "id": "422ded8802e20a8251d5", + "label": "복숭아아이스티", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "22762d6f08e1b01ed794", - "label": "짬뽕", - "amount": 8500, + "id": "fd798fd2798a0437c1d0", + "label": "블루베리+바나나주스", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1926ec7c9213d2a95609", - "label": "간짜장", - "amount": 8500, + "id": "75177ab1cb078dc59735", + "label": "블루베리레몬에이드", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "643431e300a1bb440b05", - "label": "우동", - "amount": 9000, + "id": "196b3e12d03ee3f5ba4a", + "label": "블루베리요거트스무디", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "71e6729a8006fe88cdc8", - "label": "쫄면", - "amount": 7500, + "id": "14077fdf72b92b0ef54b", + "label": "블루베리주스", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "51bc4b13199cbeac42d5", - "label": "볶음밥", - "amount": 8000, + "id": "01d528564c551beb42f8", + "label": "석류레몬에이드", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "24872fac2fe3fe5b09f0", - "label": "짬뽕밥", - "amount": 8000, + "id": "2ac5537de2b2cae1e783", + "label": "석류레몬차", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "556efca6d58f7dd695eb", - "label": "잡채밥", - "amount": 8500, + "id": "c2ea97bfc6af42ba8af8", + "label": "에스프레소", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0b9d9984333d17ff1b61", - "label": "갈비탕", - "amount": 8500, + "id": "026f6d43e68f61378444", + "label": "연유라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9dfd832813d35ca5df9a", - "label": "오징어덮밥", - "amount": 8500, + "id": "8544238834565fcbcd0f", + "label": "요거트스무디", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1abfb6f96e4ae6420472", - "label": "군만두", - "amount": 6000, + "id": "9b4a4d6a7fa504369136", + "label": "유기농 민트", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b7b8a1ffd94f287c1b93", - "label": "물만두", - "amount": 6000, + "id": "a1af38f296a0c84e73b1", + "label": "유기농 얼그레이", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "8a4a63dd418cd0067465-history", - "label": "짜장면", - "amount": 7500, + "id": "b2896a251e67d9515e0d", + "label": "유기농 캐모마일", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "22762d6f08e1b01ed794-history", - "label": "짬뽕", - "amount": 8500, + "id": "e79f6a316c8665a6308c", + "label": "유자모과차", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1926ec7c9213d2a95609-history", - "label": "간짜장", - "amount": 8500, + "id": "06eb1781b08657de9c81", + "label": "유자차", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "643431e300a1bb440b05-history", - "label": "우동", - "amount": 9000, + "id": "1b212f7fcd8d4a47af4b", + "label": "유자쿨러", + "amount": 4300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "71e6729a8006fe88cdc8-history", - "label": "쫄면", - "amount": 7500, + "id": "6ab504a92068ccb32321", + "label": "자몽에이드", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "51bc4b13199cbeac42d5-history", - "label": "볶음밥", - "amount": 8000, + "id": "c2860a1f2b1255b105ff", + "label": "자색고구마라떼", + "amount": 4300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "24872fac2fe3fe5b09f0-history", - "label": "짬뽕밥", - "amount": 8000, + "id": "a499d9b4089363f795bd", + "label": "정통수제 와플", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "556efca6d58f7dd695eb-history", - "label": "잡채밥", - "amount": 8500, + "id": "12d15c6c5096d4c43647", + "label": "체리콕", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0b9d9984333d17ff1b61-history", - "label": "갈비탕", - "amount": 8500, + "id": "86761b82af5e96da9d93", + "label": "초코", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9dfd832813d35ca5df9a-history", - "label": "오징어덮밥", - "amount": 8500, + "id": "5801f05cead4d082cc8e", + "label": "초코민트", + "amount": 4800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1abfb6f96e4ae6420472-history", - "label": "군만두", - "amount": 6000, + "id": "b9dcce95463e1e5c1ba3", + "label": "초코프라푸치노", + "amount": 4800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b7b8a1ffd94f287c1b93-history", - "label": "물만두", - "amount": 6000, + "id": "2ba92b67fb87478989dd", + "label": "카라멜라떼", + "amount": 3500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "a5a5c6398e2fdb354bce", - "label": "잔치국수", - "amount": 5000, + "id": "76c3679bd469ae23db2d", + "label": "카페모카", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1e0ec93d5ea2ba217a7a", - "label": "비빔국수", - "amount": 7000, + "id": "83c628e3234fcd494f00", + "label": "카페인콜드브루", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2c4127c9feeab495625b", - "label": "옛날짜장면", - "amount": 6000, + "id": "4c1fb2d88bab1500c3ff", + "label": "카푸치노", + "amount": 3300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "a5a5c6398e2fdb354bce-history", - "label": "잔치국수", + "id": "ab70241a68c6eb0f74b1", + "label": "키위주스", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1e0ec93d5ea2ba217a7a-history", - "label": "비빔국수", - "amount": 7000, + "id": "8047245a0a57dbb8b382", + "label": "풋귤에이드", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2c4127c9feeab495625b-history", - "label": "옛날짜장면", - "amount": 6000, + "id": "91bc5ee8729c84c31dc0", + "label": "풋귤차", + "amount": 4000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "0c3e5c7e02d74a1d449a", - "label": "짜장면", - "amount": 3900, + "id": "550bbd3c793387cd3c9f", + "label": "헤이즐넛라떼", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6484b29b533f25135b1e", - "label": "멸치국수", - "amount": 5000, + "id": "c8f5f526205835ff1295", + "label": "화이트모카", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b077871f27380a1e8d06", - "label": "미니탕수육", - "amount": 8000, + "id": "e53d28e6d24a418f6320", + "label": "화이트초코", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0c3e5c7e02d74a1d449a-history", - "label": "짜장면", - "amount": 3900, + "id": "7e2000f23c2bb54a64ae-history", + "label": "원두커피", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6484b29b533f25135b1e-history", - "label": "멸치국수", - "amount": 5000, + "id": "fcb41ee6190101afe927-history", + "label": "유기농캐모마일", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b077871f27380a1e8d06-history", - "label": "미니탕수육", - "amount": 8000, + "id": "5d129d7c7026b6cbc611-history", + "label": "구운계란 (3ea)", + "amount": 2000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "c33d20f3c8b3be98c9aa", - "label": "손칼국수", - "amount": 6000, + "id": "b8102d08425e08c476f8-history", + "label": "녹차라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "c33d20f3c8b3be98c9aa-history", - "label": "손칼국수", - "amount": 6000, + "id": "625b2c9e899edc46340d-history", + "label": "녹차프라푸치노", + "amount": 4800, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "0437e8bda3d9b75a4ffd", - "label": "유니짜장", - "amount": 6000, + "id": "8810766e59d0faa48414-history", + "label": "달고나 카페라떼", + "amount": 4800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "0437e8bda3d9b75a4ffd-history", - "label": "유니짜장", - "amount": 6000, + "id": "983add8f8134cb689dc1-history", + "label": "달콤한 츄러스", + "amount": 3000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "961d58ec88f2764e6e8c", - "label": "낙지볶음", - "amount": 9000, + "id": "8a99221301441db9889e-history", + "label": "디카페인콜드브루", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "961d58ec88f2764e6e8c-history", - "label": "낙지볶음", - "amount": 9000, + "id": "bae15128621d1e9fb8b9-history", + "label": "디카페인콜드브루라떼", + "amount": 4300, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "b1c9fdb12fcdc9303fc7", - "label": "소고기국밥", - "amount": 5900, + "id": "bbe061a3925ee9cf0bd8-history", + "label": "딸기스무디", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fc8b9f97a5065e0b64f9", - "label": "왕만두(소12개)", - "amount": 3000, + "id": "e2992209b65f4c5ae03c-history", + "label": "딸기요거트스무디", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7757336495b3b9fb58f5", - "label": "소고기국밥(특)", - "amount": 8000, + "id": "44bd1da96d0f55ad9d3c-history", + "label": "레드자몽차", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "b1c9fdb12fcdc9303fc7-history", - "label": "소고기국밥", - "amount": 5900, + "id": "71cfa2978a88871c59a0-history", + "label": "레몬생강차", + "amount": 4800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fc8b9f97a5065e0b64f9-history", - "label": "왕만두(소12개)", + "id": "11a34ab895e5c76e7af6-history", + "label": "레몬아이스티", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7757336495b3b9fb58f5-history", - "label": "소고기국밥(특)", - "amount": 8000, + "id": "766d7399585b5b50c232-history", + "label": "레몬에이드", + "amount": 4500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "ca47e69d41405c7c9847", - "label": "아메리카노", - "amount": 3400, + "id": "601dbda6eab9438d4e28-history", + "label": "레몬차", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "549f058ee3ac0e550d08", - "label": "아메리카노(테이크아웃)", - "amount": 1500, + "id": "8be06c8b319bc7941a83-history", + "label": "망고스무디", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "ca47e69d41405c7c9847-history", - "label": "아메리카노", - "amount": 3400, + "id": "38aa546fded2dc930510-history", + "label": "모카프라프치노", + "amount": 4800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "549f058ee3ac0e550d08-history", - "label": "아메리카노(테이크아웃)", - "amount": 1500, + "id": "a3d849ea2c58a3fb109c-history", + "label": "밀크티라떼", + "amount": 4300, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "71b96a82f2df0710c13d", - "label": "목욕료", - "amount": 9000, + "id": "e22be7dbf4a1a8c129e7-history", + "label": "바나나주스", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "71b96a82f2df0710c13d-history", - "label": "목욕료", - "amount": 9000, + "id": "86772825f3329e560136-history", + "label": "백향과(패션후루츠)에이드", + "amount": 5000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "8f2432a5a1f2307e8e82", - "label": "순대국밥", - "amount": 9000, + "id": "c0f7d26eff3deca7d1d6-history", + "label": "백향과차(패션후루츠)", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "8f2432a5a1f2307e8e82-history", - "label": "순대국밥", - "amount": 9000, + "id": "422ded8802e20a8251d5-history", + "label": "복숭아아이스티", + "amount": 3000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "b094070a82d013381c3f", - "label": "두부전골(2인이상)", - "amount": 7000, + "id": "fd798fd2798a0437c1d0-history", + "label": "블루베리+바나나주스", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e6ec15f2bee4cf93e804", - "label": "김치찌개(2인이상)", - "amount": 7000, + "id": "75177ab1cb078dc59735-history", + "label": "블루베리레몬에이드", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "413a80164cc837ee8303", - "label": "청국장(2인이상)", - "amount": 7000, + "id": "196b3e12d03ee3f5ba4a-history", + "label": "블루베리요거트스무디", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "b094070a82d013381c3f-history", - "label": "두부전골(2인이상)", - "amount": 7000, + "id": "14077fdf72b92b0ef54b-history", + "label": "블루베리주스", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e6ec15f2bee4cf93e804-history", - "label": "김치찌개(2인이상)", - "amount": 7000, + "id": "01d528564c551beb42f8-history", + "label": "석류레몬에이드", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "413a80164cc837ee8303-history", - "label": "청국장(2인이상)", - "amount": 7000, + "id": "2ac5537de2b2cae1e783-history", + "label": "석류레몬차", + "amount": 4500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "e85f0dceafb465cdf36b", - "label": "손두부전골", - "amount": 8000, + "id": "c2ea97bfc6af42ba8af8-history", + "label": "에스프레소", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d1fd44e4899a8b6791d3", - "label": "제육볶음", - "amount": 8000, + "id": "026f6d43e68f61378444-history", + "label": "연유라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "e85f0dceafb465cdf36b-history", - "label": "손두부전골", - "amount": 8000, + "id": "8544238834565fcbcd0f-history", + "label": "요거트스무디", + "amount": 4300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d1fd44e4899a8b6791d3-history", - "label": "제육볶음", - "amount": 8000, + "id": "9b4a4d6a7fa504369136-history", + "label": "유기농 민트", + "amount": 3000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "3850db9dd13eef225dcc", - "label": "점심특선(짜글이)", - "amount": 9000, + "id": "a1af38f296a0c84e73b1-history", + "label": "유기농 얼그레이", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "3850db9dd13eef225dcc-history", - "label": "점심특선(짜글이)", - "amount": 9000, + "id": "b2896a251e67d9515e0d-history", + "label": "유기농 캐모마일", + "amount": 3000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "d412bedb579de7d0af5f", - "label": "짜장면", - "amount": 5000, + "id": "e79f6a316c8665a6308c-history", + "label": "유자모과차", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4e77f4c105d23a87a083", - "label": "짬뽕", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "d412bedb579de7d0af5f-history", - "label": "짜장면", - "amount": 5000, + "id": "06eb1781b08657de9c81-history", + "label": "유자차", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "1b212f7fcd8d4a47af4b-history", + "label": "유자쿨러", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "c2177f9494fc58d96600-history", - "label": "커트", - "amount": 10000, + "id": "6ab504a92068ccb32321-history", + "label": "자몽에이드", + "amount": 4500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "f8ee75edf86084bdaf31", - "label": "커트", - "amount": 5000, + "id": "c2860a1f2b1255b105ff-history", + "label": "자색고구마라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "f8ee75edf86084bdaf31-history", - "label": "커트", - "amount": 5000, + "id": "a499d9b4089363f795bd-history", + "label": "정통수제 와플", + "amount": 3800, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "2a0d311bab63772dd300", - "label": "순대국밥", - "amount": 8000, + "id": "12d15c6c5096d4c43647-history", + "label": "체리콕", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0057edad7cf866df0acc", - "label": "돼지국밥", - "amount": 8000, + "id": "86761b82af5e96da9d93-history", + "label": "초코", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ac98b5753ab545e6af14", - "label": "내장국밥", - "amount": 9000, + "id": "5801f05cead4d082cc8e-history", + "label": "초코민트", + "amount": 4800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "2a0d311bab63772dd300-history", - "label": "순대국밥", - "amount": 8000, + "id": "b9dcce95463e1e5c1ba3-history", + "label": "초코프라푸치노", + "amount": 4800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0057edad7cf866df0acc-history", - "label": "돼지국밥", - "amount": 8000, + "id": "2ba92b67fb87478989dd-history", + "label": "카라멜라떼", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ac98b5753ab545e6af14-history", - "label": "내장국밥", - "amount": 9000, + "id": "76c3679bd469ae23db2d-history", + "label": "카페모카", + "amount": 3500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "c3771d2fda153399b432", - "label": "순대국밥", - "amount": 8000, + "id": "83c628e3234fcd494f00-history", + "label": "카페인콜드브루", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e7c51ace172ae1b69145", - "label": "돼지국밥", - "amount": 8000, + "id": "4c1fb2d88bab1500c3ff-history", + "label": "카푸치노", + "amount": 3300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "68f095d11d6e55dac837", - "label": "내장국밥", - "amount": 8000, + "id": "ab70241a68c6eb0f74b1-history", + "label": "키위주스", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7790bf281159d90d6ed9", - "label": "소머리국밥", - "amount": 10000, + "id": "8047245a0a57dbb8b382-history", + "label": "풋귤에이드", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "c3771d2fda153399b432-history", - "label": "순대국밥", - "amount": 8000, + "id": "91bc5ee8729c84c31dc0-history", + "label": "풋귤차", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e7c51ace172ae1b69145-history", - "label": "돼지국밥", - "amount": 8000, + "id": "550bbd3c793387cd3c9f-history", + "label": "헤이즐넛라떼", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "68f095d11d6e55dac837-history", - "label": "내장국밥", - "amount": 8000, + "id": "c8f5f526205835ff1295-history", + "label": "화이트모카", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7790bf281159d90d6ed9-history", - "label": "소머리국밥", - "amount": 10000, + "id": "e53d28e6d24a418f6320-history", + "label": "화이트초코", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5183", - "name": "가야장", - "businessName": "가야장", - "categorySlug": "chinese", - "address": "전북특별자치도 군산시 경암4길 4 경암동", - "district": "전북특별자치도 군산시", - "latitude": 35.9758848350524, - "longitude": 126.731277098377, + "id": "goodprice-5445", + "name": "자유식당", + "businessName": "자유식당", + "categorySlug": "korean", + "address": "전북특별자치도 전주시 완산구 풍남문3길 25 (전동)", + "district": "전북특별자치도 전주시", + "latitude": 35.8148512494836, + "longitude": 127.146919020928, "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "representativePriceLabel": "청국장", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-442-2760 / 영업시간: 화~일(매주 월요일 휴무) 10:30~19:40", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-286-1986 / 영업시간: 오픈 시간은 일정하지 않으며 21:30분에 닫음", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1b3976bcadcf20f1dc58", - "label": "짜장면", + "id": "ea016189c6520a3b928b", + "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" + "reportedAt": "2026-04-05" }, { - "id": "d19e70409ddbbd0f76d8", - "label": "짬뽕", - "amount": 8000, + "id": "497b20890aa938d639aa", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "32bb6466cda53c74eaed", - "label": "짬뽕밥", - "amount": 8000, + "id": "af4177e03dcbca143e57", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1b3976bcadcf20f1dc58-history", - "label": "짜장면", + "id": "ea016189c6520a3b928b-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" + "recordedAt": "2026-04-05" }, { - "id": "d19e70409ddbbd0f76d8-history", - "label": "짬뽕", - "amount": 8000, + "id": "497b20890aa938d639aa-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "32bb6466cda53c74eaed-history", - "label": "짬뽕밥", - "amount": 8000, + "id": "af4177e03dcbca143e57-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14783", - "name": "건행사", - "businessName": "건행사", + "id": "goodprice-15946", + "name": "해물칼국수수제비", + "businessName": "해물칼국수수제비", "categorySlug": "korean", - "address": "전북특별자치도 군산시 문화로 194 (미장동) 미장동", - "district": "전북특별자치도 군산시", - "latitude": 35.96975827182978, - "longitude": 126.72713182040677, - "representativePriceAmount": 3500, - "representativePriceLabel": "양념 제육(600g)", + "address": "서울특별시 강북구 수유로 24 (수유동) 1층", + "district": "서울특별시 강북구", + "latitude": 37.63296345004117, + "longitude": 127.0191440214576, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 양념 제육(600g) 3,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-452-3880 / 영업시간: 08:00~20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-988-3381", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "53df84a9e81e13e3258b", - "label": "양념 제육(600g)", - "amount": 3500, + "id": "988c320785e836d98c72", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9334f400f0b9e8abc02b", - "label": "양념 불고기(600g)", - "amount": 3500, + "id": "a86dd3c62642c7b4bf75", + "label": "수제비", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "53df84a9e81e13e3258b-history", - "label": "양념 제육(600g)", - "amount": 3500, + "id": "988c320785e836d98c72-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9334f400f0b9e8abc02b-history", - "label": "양념 불고기(600g)", - "amount": 3500, + "id": "a86dd3c62642c7b4bf75-history", + "label": "수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13060", - "name": "국일식당", - "businessName": "국일식당", + "id": "goodprice-11413", + "name": "유달손칼국수", + "businessName": "유달손칼국수", "categorySlug": "korean", - "address": "전북특별자치도 군산시 평화길 99-4 (죽성동) 국일식당", - "district": "전북특별자치도 군산시", - "latitude": 35.98618129717657, - "longitude": 126.71664597988809, - "representativePriceAmount": 10000, - "representativePriceLabel": "생선탕", + "address": "전라남도 목포시 상동로 65 (상동) 유달손칼국수", + "district": "전라남도 목포시", + "latitude": 34.81503671921055, + "longitude": 126.41272602035068, + "representativePriceAmount": 7500, + "representativePriceLabel": "멸치칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-445-2716", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치칼국수 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-278-1093", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "65566625f35d894ef523", - "label": "생선탕", - "amount": 10000, + "id": "5e4c4ecbe6da655384c7", + "label": "멸치칼국수", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "abff08e830d679e828b0", + "label": "비빔국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "65566625f35d894ef523-history", - "label": "생선탕", - "amount": 10000, + "id": "5e4c4ecbe6da655384c7-history", + "label": "멸치칼국수", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "abff08e830d679e828b0-history", + "label": "비빔국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5737", - "name": "구봉국수", - "businessName": "구봉국수", + "id": "goodprice-463", + "name": "김가네국수집", + "businessName": "김가네국수집", "categorySlug": "korean", - "address": "전라남도 여수시 좌수영로 18-4 (서교동)", - "district": "전라남도 여수시", - "latitude": 34.7420171629949, - "longitude": 127.728259892105, - "representativePriceAmount": 6000, - "representativePriceLabel": "잔치국수", + "address": "서울특별시 도봉구 도봉로153길 51", + "district": "서울특별시 도봉구", + "latitude": 37.6698653658525, + "longitude": 127.0404813856, + "representativePriceAmount": 6500, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-641-0389 / 영업시간: 매일 11:00-20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-955-1357 / 영업시간: 목 11:30-20:00 금 11:30-20:00 토 11:30-19:00 일 정기휴무(매주일요일) 월(12/25) 성탄절11:30-19:00 화 11:30-20:00 수 11:30-20:00 -매월첫째주월요일/매주일요일휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "109ce5866f47d8e1a187", - "label": "잔치국수", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "cb797db23e612bb2fad4", + "id": "9b3b3c1a4b32090e8b72", "label": "칼국수", - "amount": 6000, + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5c4612e2e8e3c0628866", - "label": "매밀소바", - "amount": 7000, + "id": "f5c96fc269a2de785993", + "label": "떡만두국", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "21013ca30c3baa37ef4c", - "label": "김치볶음밥", - "amount": 7000, + "id": "b794c4a058cbca40239b", + "label": "비빔국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "efa92023d3904355c779", - "label": "냉면", - "amount": 7000, + "id": "7410c287343e4ec6146e", + "label": "소고기김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "db082c1c3ac156b0d83d", - "label": "메밀소바", - "amount": 6000, + "id": "7a4dff297eb7fe82c992", + "label": "야채김밥", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "109ce5866f47d8e1a187-history", - "label": "잔치국수", + "id": "1436255fae7cdbe7c786", + "label": "열무냉국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cb797db23e612bb2fad4-history", - "label": "칼국수", + "id": "7c86bc42a17c88f4f5ef", + "label": "열무비빔국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5c4612e2e8e3c0628866-history", - "label": "매밀소바", - "amount": 7000, + "id": "600159bb36b66c4bbd1f", + "label": "잔치국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "21013ca30c3baa37ef4c-history", - "label": "김치볶음밥", - "amount": 7000, + "id": "a537dc355114a9dc3133", + "label": "참치김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "efa92023d3904355c779-history", - "label": "냉면", - "amount": 7000, + "id": "d468564c16d26dab4c46", + "label": "치즈김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "db082c1c3ac156b0d83d-history", - "label": "메밀소바", + "id": "75145c9de186450e2a31", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8825484dd812770d720e-history", - "label": "생선구이백반", - "amount": 10000, + "id": "9b3b3c1a4b32090e8b72-history", + "label": "칼국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "f5c96fc269a2de785993-history", + "label": "떡만두국", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "106b86239246671b8eca", + "id": "b794c4a058cbca40239b-history", "label": "비빔국수", - "amount": 7000, + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "18fa6178b7f75ca0330f", - "label": "김밥", - "amount": 3000, + "id": "7410c287343e4ec6146e-history", + "label": "소고기김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "417118a775c805967a5f-history", - "label": "잔치국수", - "amount": 6000, + "id": "7a4dff297eb7fe82c992-history", + "label": "야채김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "106b86239246671b8eca-history", - "label": "비빔국수", - "amount": 7000, + "id": "1436255fae7cdbe7c786-history", + "label": "열무냉국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "18fa6178b7f75ca0330f-history", - "label": "김밥", - "amount": 3000, + "id": "7c86bc42a17c88f4f5ef-history", + "label": "열무비빔국수", + "amount": 6000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "64642b9872fa81669093", - "label": "된장찌개", - "amount": 9000, + "id": "600159bb36b66c4bbd1f-history", + "label": "잔치국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6880342cba4a9100ff6b", - "label": "순두부찌개", - "amount": 9000, + "id": "a537dc355114a9dc3133-history", + "label": "참치김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "64642b9872fa81669093-history", - "label": "된장찌개", - "amount": 9000, + "id": "d468564c16d26dab4c46-history", + "label": "치즈김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6880342cba4a9100ff6b-history", - "label": "순두부찌개", - "amount": 9000, + "id": "75145c9de186450e2a31-history", + "label": "콩국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14877", - "name": "더(the) 공감", - "businessName": "더(the) 공감", - "categorySlug": "beauty", - "address": "경상북도 포항시 북구 환호공원길 17-4 (환호동) 1층", + "id": "goodprice-14714", + "name": "길커피", + "businessName": "길커피", + "categorySlug": "other-food", + "address": "경상북도 포항시 남구 송도해안길73번길 2 (송도동) 1층", "district": "경상북도 포항시", - "latitude": 36.06810739171294, - "longitude": 129.39160852450493, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "latitude": 36.03715240915286, + "longitude": 129.37803218689874, + "representativePriceAmount": 2000, + "representativePriceLabel": "원두커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-615-9097", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 원두커피 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "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, + "id": "715ad751e95ea0678a95", + "label": "원두커피", + "amount": 2000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "341ac870e0c7d85d2f96", - "label": "목욕(대인)", - "amount": 7000, + "id": "47f422e25dd960f7b781", + "label": "생강차", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d07e3b2d3351c2bbf9aa", - "label": "목욕(소인)", - "amount": 5000, + "id": "148e7fdcbb54a07f71d8", + "label": "대추차", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "341ac870e0c7d85d2f96-history", - "label": "목욕(대인)", - "amount": 7000, + "id": "715ad751e95ea0678a95-history", + "label": "원두커피", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d07e3b2d3351c2bbf9aa-history", - "label": "목욕(소인)", - "amount": 5000, + "id": "47f422e25dd960f7b781-history", + "label": "생강차", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "148e7fdcbb54a07f71d8-history", + "label": "대추차", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7130", - "name": "동문시장고기국수금복식당", - "businessName": "동문시장고기국수금복식당", + "id": "goodprice-470", + "name": "김밥타운", + "businessName": "김밥타운", "categorySlug": "korean", - "address": "제주특별자치도 제주시 동문로 16", - "district": "제주특별자치도 제주시", - "latitude": 33.5127966491588, - "longitude": 126.5283196783, - "representativePriceAmount": 8000, - "representativePriceLabel": "고기국수", + "address": "서울특별시 도봉구 도당로15길 3 (방학동)", + "district": "서울특별시 도봉구", + "latitude": 37.6657622273039, + "longitude": 127.036859170423, + "representativePriceAmount": 2500, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-956-2001 / 영업시간: 17:00에17시0분에 금 05:00-17:00 토 05:00-17:00 일 05:00-09:00 월 05:00-17:00 화 05:00-17:00 수 05:00-09:00 목 05:00-17:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7a91ce4f9ba7bf2e0510", - "label": "고기국수", - "amount": 8000, + "id": "dbceadbab34da65522a1", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3cd8a614d1614e354e89", - "label": "멸치국수", + "id": "0a652538362eb3754ec5", + "label": "된장찌개", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c25b3cfcde40adb82fd8", - "label": "비빔국수", - "amount": 7000, + "id": "a55ea839481af41f3125", + "label": "김치찌게", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3780066b021076bc26de", - "label": "김밥(11시30분부터 주문가능)", - "amount": 3000, + "id": "5a56ee767ed84cff874b", + "label": "김치콩나물", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "562f9c7289bbab07e7bc", - "label": "냉 면", + "id": "86b0b6c087a711c8726f", + "label": "수제돈까스", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e231d99b12d821ed4d3b", - "label": "냉국수", - "amount": 7000, + "id": "347dea67deae332886ec", + "label": "순두부찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "03942de2eb20f0ff56c1", - "label": "동문시장 고기국수", - "amount": 8000, + "id": "5dba6c61de0cce4706f4", + "label": "오뎅백반", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b7c5cb75c81a7f3dc8f4", - "label": "멸 고", - "amount": 8000, + "id": "a7cb3568466a9177b080", + "label": "오므라이스", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3f966ecbacc50b31c393", - "label": "비비고", - "amount": 8000, + "id": "afb93e40d8572341f3ad", + "label": "조김밥", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "74ebb8a632147c5972f6", - "label": "비빔밥", + "id": "32efdcd830fd3a8d8b2e", + "label": "참치 김치찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "96fde1c8997130173207", - "label": "콩국수", - "amount": 8000, + "id": "f75bf36f2752d74b74b0", + "label": "황태해장국", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7a91ce4f9ba7bf2e0510-history", - "label": "고기국수", - "amount": 8000, + "id": "dbceadbab34da65522a1-history", + "label": "김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3cd8a614d1614e354e89-history", - "label": "멸치국수", + "id": "0a652538362eb3754ec5-history", + "label": "된장찌개", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c25b3cfcde40adb82fd8-history", - "label": "비빔국수", - "amount": 7000, + "id": "a55ea839481af41f3125-history", + "label": "김치찌게", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3780066b021076bc26de-history", - "label": "김밥(11시30분부터 주문가능)", - "amount": 3000, + "id": "5a56ee767ed84cff874b-history", + "label": "김치콩나물", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "562f9c7289bbab07e7bc-history", - "label": "냉 면", + "id": "86b0b6c087a711c8726f-history", + "label": "수제돈까스", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e231d99b12d821ed4d3b-history", - "label": "냉국수", - "amount": 7000, + "id": "347dea67deae332886ec-history", + "label": "순두부찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "03942de2eb20f0ff56c1-history", - "label": "동문시장 고기국수", - "amount": 8000, + "id": "5dba6c61de0cce4706f4-history", + "label": "오뎅백반", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b7c5cb75c81a7f3dc8f4-history", - "label": "멸 고", - "amount": 8000, + "id": "a7cb3568466a9177b080-history", + "label": "오므라이스", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3f966ecbacc50b31c393-history", - "label": "비비고", - "amount": 8000, + "id": "afb93e40d8572341f3ad-history", + "label": "조김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "74ebb8a632147c5972f6-history", - "label": "비빔밥", + "id": "32efdcd830fd3a8d8b2e-history", + "label": "참치 김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "96fde1c8997130173207-history", - "label": "콩국수", - "amount": 8000, + "id": "f75bf36f2752d74b74b0-history", + "label": "황태해장국", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7198", - "name": "동진", - "businessName": "동진", + "id": "goodprice-16320", + "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번째 일요일 정기 휴무", + "address": "경상남도 창원시 마산회원구 회원동15길 32 (회원동, 대양빌라) 동북식당", + "district": "경상남도 창원시", + "latitude": 35.2204142401416, + "longitude": 128.57174853653618, + "representativePriceAmount": 7000, + "representativePriceLabel": "한정식", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한정식 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-224-4004", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bbc9a233a7677cda6aa6", - "label": "멸치국수", - "amount": 6000, + "id": "b4562ec984db220e6d16", + "label": "한정식", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "7e5db784a2b8cc9c45e8", - "label": "비빔국수", + "id": "b4562ec984db220e6d16-history", + "label": "한정식", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-15311", + "name": "김밥하우스", + "businessName": "김밥하우스", + "categorySlug": "korean", + "address": "서울특별시 도봉구 우이천로4길 9 (창동) 1층", + "district": "서울특별시 도봉구", + "latitude": 37.63356423695464, + "longitude": 127.03996870341436, + "representativePriceAmount": 2000, + "representativePriceLabel": "김밥", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-994-3632", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "f16041674d40b5083bba", + "label": "김밥", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" }, { - "id": "eaf9369c0003c583324d", - "label": "고기국수", - "amount": 8000, + "id": "b3f21a06adf2bda30a42", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bbc9a233a7677cda6aa6-history", - "label": "멸치국수", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "7e5db784a2b8cc9c45e8-history", - "label": "비빔국수", - "amount": 7000, + "id": "f16041674d40b5083bba-history", + "label": "김밥", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "eaf9369c0003c583324d-history", - "label": "고기국수", - "amount": 8000, + "id": "b3f21a06adf2bda30a42-history", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15821", - "name": "디벨롭(주식회사 마켓로스팅)", - "businessName": "디벨롭(주식회사 마켓로스팅)", - "categorySlug": "other-food", - "address": "제주특별자치도 제주시 고산동산5길 4 (이도이동) 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.49553210244031, - "longitude": 126.53372036725969, - "representativePriceAmount": 3000, - "representativePriceLabel": "플렛 화이트", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 플렛 화이트 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 1800-6816", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-255-3378", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b8d257d40a15037b8c1a", - "label": "플렛 화이트", - "amount": 3000, + "id": "e06ee87d76c7c08d12be", + "label": "손칼국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d024b4f2e666e5b530ef", - "label": "바닐라라떼", - "amount": 3000, + "id": "1a0bd269e52024979d0f", + "label": "손수제비", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "05cf73f5779c3488c57a", - "label": "핸드드립", - "amount": 3000, + "id": "c99dd348bee0e38f6fa2", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b8d257d40a15037b8c1a-history", - "label": "플렛 화이트", - "amount": 3000, + "id": "e06ee87d76c7c08d12be-history", + "label": "손칼국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d024b4f2e666e5b530ef-history", - "label": "바닐라라떼", - "amount": 3000, + "id": "1a0bd269e52024979d0f-history", + "label": "손수제비", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "05cf73f5779c3488c57a-history", - "label": "핸드드립", - "amount": 3000, + "id": "c99dd348bee0e38f6fa2-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11580", - "name": "홍순두부", - "businessName": "홍순두부", + "id": "goodprice-16478", + "name": "도봉산콩나물국밥", + "businessName": "도봉산콩나물국밥", "categorySlug": "korean", - "address": "서울특별시 종로구 명륜길 50 1층", - "district": "서울특별시 종로구", - "latitude": 37.5892935619767, - "longitude": 126.994629871047, - "representativePriceAmount": 5500, - "representativePriceLabel": "홍순두부", + "address": "서울특별시 도봉구 도봉로181길 53 (도봉동) 1층", + "district": "서울특별시 도봉구", + "latitude": 37.68461597970264, + "longitude": 127.0429656928568, + "representativePriceAmount": 6000, + "representativePriceLabel": "콩나물국밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 홍순두부 5,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-955-9335", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "957837f91d58cf5efa45", - "label": "홍순두부", - "amount": 5500, + "id": "18d96b409bc0a8f1165d", + "label": "콩나물국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4aa7e96eb5cdcde2b16f", - "label": "순두부", + "id": "74bee475b16389a6af21", + "label": "비빕밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "957837f91d58cf5efa45-history", - "label": "홍순두부", - "amount": 5500, + "id": "18d96b409bc0a8f1165d-history", + "label": "콩나물국밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4aa7e96eb5cdcde2b16f-history", - "label": "순두부", + "id": "74bee475b16389a6af21-history", + "label": "비빕밥", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13929", - "name": "효자왕족발", - "businessName": "효자왕족발", + "id": "goodprice-15292", + "name": "둘리왕만두", + "businessName": "둘리왕만두", "categorySlug": "korean", - "address": "서울특별시 종로구 자하문로 31-2 (통인동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.578801957623014, - "longitude": 126.9712764779437, - "representativePriceAmount": 9000, - "representativePriceLabel": "보쌈정식(점심)", + "address": "경상남도 창원시 의창구 도계로60번길 13-16 (도계동) 둘리왕만두", + "district": "경상남도 창원시", + "latitude": 35.257774977009696, + "longitude": 128.63697480240288, + "representativePriceAmount": 5000, + "representativePriceLabel": "만두", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보쌈정식(점심) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-735-7601 / 영업시간: 영업시간 : 매일 11:00~22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만두 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-273-8700 / 영업시간: 브레이크타임없음", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d325e45d19cc4b8bcd47", - "label": "보쌈정식(점심)", - "amount": 9000, + "id": "552260b0bb78563582ea", + "label": "만두", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "376de4409be62113574d", + "label": "김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b32ef4baab7df0d203fa", + "label": "떡볶이", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f35fde8c8ab8bd603b19", - "label": "쟁반막국수", - "amount": 9000, + "id": "a74796f832c4ea079b67", + "label": "쫄면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d325e45d19cc4b8bcd47-history", - "label": "보쌈정식(점심)", - "amount": 9000, + "id": "552260b0bb78563582ea-history", + "label": "만두", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "376de4409be62113574d-history", + "label": "김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b32ef4baab7df0d203fa-history", + "label": "떡볶이", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f35fde8c8ab8bd603b19-history", - "label": "쟁반막국수", - "amount": 9000, + "id": "a74796f832c4ea079b67-history", + "label": "쫄면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19242", - "name": "흥진옥", - "businessName": "흥진옥", + "id": "goodprice-473", + "name": "멸치국수", + "businessName": "멸치국수", "categorySlug": "korean", - "address": "서울특별시 종로구 종로5길 19-12 (청진동) 1층", - "district": "서울특별시 종로구", - "latitude": 37.571396433403386, - "longitude": 126.98027437148129, - "representativePriceAmount": 10000, - "representativePriceLabel": "뼈해장국", + "address": "서울특별시 도봉구 해등로16길 12", + "district": "서울특별시 도봉구", + "latitude": 37.6562348415638, + "longitude": 127.040572917949, + "representativePriceAmount": 3000, + "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) 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-994-8233 / 영업시간: 매일 10:30-21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "19dcdd4b7f6a29bdd80b", - "label": "뼈해장국", - "amount": 10000, + "id": "3f1eed0de6b10712e709", + "label": "김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "65ca38fe1c1e14cbd219", + "label": "냉면", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "fb429d0fee258fa7bfee", + "label": "김치덮밥", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "88651d735671234fa4f0", + "label": "떡라면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e399bd186bd0f09c7ff3", + "label": "떡만두국", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "0d6ac94a0f96be00dc03", + "label": "라면", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b06afd9327fbc2179596", + "label": "멸추김밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "221d39e91b6b2e25844d", + "label": "멸치국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "63e8313dac8aac81de68", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b9b0cad5eab0a02d58ea", + "label": "야채김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e8a49396364c0139f3f0", + "label": "참치김밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4b7a9d2c9976e4fcd82f", + "label": "치즈라면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e33a89d64ae4255f5679", + "label": "콩국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "19dcdd4b7f6a29bdd80b-history", - "label": "뼈해장국", - "amount": 10000, + "id": "3f1eed0de6b10712e709-history", + "label": "김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "65ca38fe1c1e14cbd219-history", + "label": "냉면", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "fb429d0fee258fa7bfee-history", + "label": "김치덮밥", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "88651d735671234fa4f0-history", + "label": "떡라면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e399bd186bd0f09c7ff3-history", + "label": "떡만두국", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "0d6ac94a0f96be00dc03-history", + "label": "라면", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b06afd9327fbc2179596-history", + "label": "멸추김밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "221d39e91b6b2e25844d-history", + "label": "멸치국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "63e8313dac8aac81de68-history", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b9b0cad5eab0a02d58ea-history", + "label": "야채김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e8a49396364c0139f3f0-history", + "label": "참치김밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4b7a9d2c9976e4fcd82f-history", + "label": "치즈라면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e33a89d64ae4255f5679-history", + "label": "콩국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1424", - "name": "마을식당", - "businessName": "마을식당", + "id": "goodprice-7222", + "name": "남촌식당", + "businessName": "남촌식당", "categorySlug": "korean", - "address": "부산광역시 서구 구덕로148번길 37 (토성동1가)", - "district": "부산광역시 서구", - "latitude": 35.098196151826, - "longitude": 129.022780265053, - "representativePriceAmount": 7000, - "representativePriceLabel": "순두부찌개", + "address": "제주특별자치도 제주시 서광로 174", + "district": "제주특별자치도 제주시", + "latitude": 33.4997144726038, + "longitude": 126.514871117614, + "representativePriceAmount": 6000, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-231-7877 / 영업시간: 11:30~18:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-753-1502", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2ba265e80e1d7e4c53dd", - "label": "순두부찌개", - "amount": 7000, + "id": "4d1830147abb74d3ddd9", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8510aabe3582c45a7899", - "label": "김치찌개", + "id": "3bc7bcdcb0f05b10e245", + "label": "고기국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2ba265e80e1d7e4c53dd-history", - "label": "순두부찌개", - "amount": 7000, + "id": "4d1830147abb74d3ddd9-history", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8510aabe3582c45a7899-history", - "label": "김치찌개", + "id": "3bc7bcdcb0f05b10e245-history", + "label": "고기국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16518", - "name": "만두우", - "businessName": "만두우", + "id": "goodprice-474", + "name": "명동분식", + "businessName": "명동분식", "categorySlug": "korean", - "address": "부산광역시 서구 충무대로255번길 5-39 (남부민동) 1층", - "district": "부산광역시 서구", - "latitude": 35.09250331554456, - "longitude": 129.02367538034923, - "representativePriceAmount": 4500, - "representativePriceLabel": "고기만두", + "address": "서울특별시 도봉구 도당로13가길 6 (방학동)", + "district": "서울특별시 도봉구", + "latitude": 37.6654827924061, + "longitude": 127.035821742602, + "representativePriceAmount": 2500, + "representativePriceLabel": "깁밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "가격부담없고 편안한 가게. 지역주민과 함께하는 청년만두/만두우 본점입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-1719 / 영업시간: 16:00~01:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 깁밥 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-349-6553 / 영업시간: 금 06:00-22:00 토 06:00-22:00 일 정기휴무(매주일요일) 월 06:00-22:00 화 06:00-22:00 수 06:00-22:00 목 06:00-22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5bd458eb207552b81648", - "label": "고기만두", - "amount": 4500, + "id": "064af5a9914e9794fa98", + "label": "깁밥", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e019f64ac88d70bac084", - "label": "김치만두", - "amount": 4500, + "id": "8b002f3a7c0516dd71b1", + "label": "떡만둣국", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e30f8daf65b3681a9532", - "label": "군만두", + "id": "18027c4416c8d4d143d7", + "label": "갈비탕", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9125ca24ae9e851f0b0c", + "label": "김밥", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bac81cd996d117c7ab2f", + "label": "김치볶음밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "97c6163b9c83789436b5", + "label": "김치찌개", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "750e1df522af3f3a842a", + "label": "돈까스", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f8ae17cc4844592416c5", + "label": "돌솥비빔밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "fa9dcd0c1f975f10cf30", + "label": "된장백반", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "05bb3ba9a7824eeb885e", + "label": "떡만두국", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "97bed657945899e64d92", + "label": "뚝배기불고기", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bf5b62e792beacbb530b", + "label": "볶음밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9887c95031373253be3a", + "label": "비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b4ef5fe811ecaaf6192e", + "label": "순두부백반", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4449a1159a40c56c4d6d", + "label": "오므라이스", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d59948e0972c9a1c7276", + "label": "오징어덮밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ba17f5453037d97e540d", + "label": "육개장", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7c7dda7c5bf32542a9ee", + "label": "제육덮밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5bd458eb207552b81648-history", - "label": "고기만두", - "amount": 4500, + "id": "064af5a9914e9794fa98-history", + "label": "깁밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e019f64ac88d70bac084-history", - "label": "김치만두", - "amount": 4500, + "id": "8b002f3a7c0516dd71b1-history", + "label": "떡만둣국", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e30f8daf65b3681a9532-history", - "label": "군만두", + "id": "18027c4416c8d4d143d7-history", + "label": "갈비탕", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9125ca24ae9e851f0b0c-history", + "label": "김밥", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bac81cd996d117c7ab2f-history", + "label": "김치볶음밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "97c6163b9c83789436b5-history", + "label": "김치찌개", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "750e1df522af3f3a842a-history", + "label": "돈까스", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f8ae17cc4844592416c5-history", + "label": "돌솥비빔밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "fa9dcd0c1f975f10cf30-history", + "label": "된장백반", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "05bb3ba9a7824eeb885e-history", + "label": "떡만두국", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "97bed657945899e64d92-history", + "label": "뚝배기불고기", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bf5b62e792beacbb530b-history", + "label": "볶음밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9887c95031373253be3a-history", + "label": "비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b4ef5fe811ecaaf6192e-history", + "label": "순두부백반", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4449a1159a40c56c4d6d-history", + "label": "오므라이스", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d59948e0972c9a1c7276-history", + "label": "오징어덮밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ba17f5453037d97e540d-history", + "label": "육개장", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7c7dda7c5bf32542a9ee-history", + "label": "제육덮밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1425", - "name": "명문김밥", - "businessName": "명문김밥", + "id": "goodprice-10624", + "name": "남현순대", + "businessName": "남현순대", "categorySlug": "korean", - "address": "부산광역시 서구 구덕로 124번길 16-1 (토성동4가)", - "district": "부산광역시 서구", - "latitude": 35.097384071594, - "longitude": 129.022711843754, - "representativePriceAmount": 2500, - "representativePriceLabel": "원조김밥", + "address": "제주특별자치도 제주시 천수로 56 108동 102호", + "district": "제주특별자치도 제주시", + "latitude": 33.5039520338025, + "longitude": 126.542601590797, + "representativePriceAmount": 7000, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 원조김밥 2,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-254-9295 / 영업시간: 11:00~17:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-751-3374", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "54ec0a9e295d0215930c", - "label": "원조김밥", - "amount": 2500, + "id": "745a6a036b47c468f9a9", + "label": "멸치국수", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8dfbd885cafb69f43965", + "label": "냉국수", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "745a6a036b47c468f9a9-history", + "label": "멸치국수", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8dfbd885cafb69f43965-history", + "label": "냉국수", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-464", + "name": "미락칼국수", + "businessName": "미락칼국수", + "categorySlug": "korean", + "address": "서울특별시 도봉구 도봉로110길 68 (창동)", + "district": "서울특별시 도봉구", + "latitude": 37.6461159676582, + "longitude": 127.037374768708, + "representativePriceAmount": 7000, + "representativePriceLabel": "칼국수", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-908-7017 / 영업시간: 매일 11:00 ~ 19:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "11e00b8f8c707792323e", + "label": "칼국수", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5aebeff9f73e05cf301d", + "label": "김치찌개", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "11e00b8f8c707792323e-history", + "label": "칼국수", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5aebeff9f73e05cf301d-history", + "label": "김치찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추억의쫄우동 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-467-9359", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "a477ed2e3270932317be", + "label": "추억의쫄우동", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "0475b2bc1cb47a5ae1c5", + "label": "카레덮밥", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "52f9ceb14db7343e765d", + "label": "제육덮밥", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "a477ed2e3270932317be-history", + "label": "추억의쫄우동", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "0475b2bc1cb47a5ae1c5-history", + "label": "카레덮밥", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "52f9ceb14db7343e765d-history", + "label": "제육덮밥", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-475", + "name": "박리김밥", + "businessName": "박리김밥", + "categorySlug": "korean", + "address": "서울특별시 도봉구 덕릉로57길 22 (창동)", + "district": "서울특별시 도봉구", + "latitude": 37.6396869947247, + "longitude": 127.037375060198, + "representativePriceAmount": 3000, + "representativePriceLabel": "김밥", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-907-7002 / 영업시간: 매일 6:00~ 21:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "45c6c391288290ea117c", + "label": "김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c0600ad8878fddd61749", + "label": "비빔밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "60662e38ba5511aa90b5", + "label": "계란후라이", + "amount": 1000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9bfaa9fecfae16d391df", + "label": "고추김밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6307e30be7f220f59384", + "label": "공기밥", + "amount": 1000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e3ac7cbdf63dcbeb82a1", + "label": "김치김밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c6949f9afc37c3edc0b2", + "label": "김치볶음밥", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "86551a1f6faef1e057a6", + "label": "김치주먹밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e0810c4685a43303f500", + "label": "땡초김밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4067615b63788df8522d", + "label": "떡볶이", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2648c64617468e91ba08", + "label": "라볶이", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a39aa8bf8b4aa360085e", + "label": "믹스주먹밥", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "42e559140bc195bb093a", + "label": "박리김밥", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d878a0a51e13dd7c9eb0", + "label": "소고기주먹밥", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "54ba6688becf350d764f", + "label": "오므라이스", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1b284272a64b9fde1445", + "label": "쫄볶이", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "54953074d3c2612002c7", + "label": "참치주먹밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "14e056581a29f539f5d8", + "label": "치즈김밥", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "65cb10866343b9b14d13", + "label": "치즈떡볶이", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4b1ec9d139187881783b", + "label": "치즈라볶이", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "45c6c391288290ea117c-history", + "label": "김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c0600ad8878fddd61749-history", + "label": "비빔밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "60662e38ba5511aa90b5-history", + "label": "계란후라이", + "amount": 1000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9bfaa9fecfae16d391df-history", + "label": "고추김밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6307e30be7f220f59384-history", + "label": "공기밥", + "amount": 1000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e3ac7cbdf63dcbeb82a1-history", + "label": "김치김밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c6949f9afc37c3edc0b2-history", + "label": "김치볶음밥", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "86551a1f6faef1e057a6-history", + "label": "김치주먹밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e0810c4685a43303f500-history", + "label": "땡초김밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4067615b63788df8522d-history", + "label": "떡볶이", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2648c64617468e91ba08-history", + "label": "라볶이", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a39aa8bf8b4aa360085e-history", + "label": "믹스주먹밥", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "42e559140bc195bb093a-history", + "label": "박리김밥", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d878a0a51e13dd7c9eb0-history", + "label": "소고기주먹밥", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "54ba6688becf350d764f-history", + "label": "오므라이스", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1b284272a64b9fde1445-history", + "label": "쫄볶이", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "54953074d3c2612002c7-history", + "label": "참치주먹밥", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "14e056581a29f539f5d8-history", + "label": "치즈김밥", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "65cb10866343b9b14d13-history", + "label": "치즈떡볶이", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4b1ec9d139187881783b-history", + "label": "치즈라볶이", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-468-3786 / 영업시간: 영업시간 :10:30~21:00 일요일 휴일", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "aba099ccb520e0decfa3", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "628cb5d65691a553d363", + "label": "짬뽕", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "be9f3f398176a40890cc", + "label": "볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "aba099ccb520e0decfa3-history", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "628cb5d65691a553d363-history", + "label": "짬뽕", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "be9f3f398176a40890cc-history", + "label": "볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-16476", + "name": "박은선닭꼬치", + "businessName": "박은선닭꼬치", + "categorySlug": "other-food", + "address": "서울특별시 도봉구 도봉로145길 65 (방학동) 상가 나동 104호", + "district": "서울특별시 도봉구", + "latitude": 37.664535863595034, + "longitude": 127.03890403254496, + "representativePriceAmount": 2000, + "representativePriceLabel": "떡꼬치", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 떡꼬치 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3494-0369", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "254c62c2e5f7f7b36300", + "label": "떡꼬치", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "842df571a55572f1d822", + "label": "파닭꼬치", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bd464bdbca63fe4be626", + "label": "순살닭꼬치", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "254c62c2e5f7f7b36300-history", + "label": "떡꼬치", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "842df571a55572f1d822-history", + "label": "파닭꼬치", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bd464bdbca63fe4be626-history", + "label": "순살닭꼬치", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-2085-0982 / 영업시간: 영업시간 : 08:00 ~ 21:00 / 일요일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "b1f6ae3317959e4df717", + "label": "커피", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "678e2952799ecfc6a4a9", + "label": "커피(스페셜)", + "amount": 2300, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2357bd35e1f19931bf9c", + "label": "카페라떼", + "amount": 3300, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7cbd2804bba6ebc41054", + "label": "시나몬카푸치노", + "amount": 3300, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "b1f6ae3317959e4df717-history", + "label": "커피", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "678e2952799ecfc6a4a9-history", + "label": "커피(스페셜)", + "amount": 2300, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "2357bd35e1f19931bf9c-history", + "label": "카페라떼", + "amount": 3300, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7cbd2804bba6ebc41054-history", + "label": "시나몬카푸치노", + "amount": 3300, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-16475", + "name": "백송순두부", + "businessName": "백송순두부", + "categorySlug": "korean", + "address": "서울특별시 도봉구 도당로27길 43 (방학동) 1층", + "district": "서울특별시 도봉구", + "latitude": 37.66930988407001, + "longitude": 127.04081603332443, + "representativePriceAmount": 7000, + "representativePriceLabel": "얼큰순두부", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 얼큰순두부 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3494-1616", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "4e68adb4dd3def6f5e86", + "label": "얼큰순두부", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "4e68adb4dd3def6f5e86-history", + "label": "얼큰순두부", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뚝배기 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-424-7161 / 영업시간: 08:00am~22:00pm", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "f3920536e903fc1f2d1d", + "label": "뚝배기", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4926930af46b09ba60c1", + "label": "갈비탕", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f740b1d230e58d2f4d1f", + "label": "김치찌개", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ebbe16586b94ca25731a", + "label": "감자수제비", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bc1d5649063cfa0a4230", + "label": "냉콩국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "fff0bd6c195422df88b1", + "label": "된장찌개", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1a2e35e45673f2b95439", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b06857941b1acf9dc44c", + "label": "비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b28e6a28094add7850c6", + "label": "소곰탕", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "61cc82eaa6c5477a69da", + "label": "칼국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "f3920536e903fc1f2d1d-history", + "label": "뚝배기", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4926930af46b09ba60c1-history", + "label": "갈비탕", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f740b1d230e58d2f4d1f-history", + "label": "김치찌개", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ebbe16586b94ca25731a-history", + "label": "감자수제비", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bc1d5649063cfa0a4230-history", + "label": "냉콩국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "fff0bd6c195422df88b1-history", + "label": "된장찌개", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1a2e35e45673f2b95439-history", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b06857941b1acf9dc44c-history", + "label": "비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b28e6a28094add7850c6-history", + "label": "소곰탕", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "61cc82eaa6c5477a69da-history", + "label": "칼국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-11213", + "name": "브레쉬에비뉴", + "businessName": "브레쉬에비뉴", + "categorySlug": "other-food", + "address": "서울특별시 도봉구 방학로 216 1층(방학동)", + "district": "서울특별시 도봉구", + "latitude": 37.6620434153884, + "longitude": 127.028066503436, + "representativePriceAmount": 3000, + "representativePriceLabel": "아메리카노", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-955-3799", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "1c14dfe810512c3e5164", + "label": "아메리카노", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "1c14dfe810512c3e5164-history", + "label": "아메리카노", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물국밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-772-0321", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "bcffaa5439bea2013475", + "label": "콩나물국밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "bcffaa5439bea2013475-history", + "label": "콩나물국밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-18417", + "name": "시장길국수", + "businessName": "시장길국수", + "categorySlug": "korean", + "address": "서울특별시 도봉구 도봉로145길 66 (방학동) 1층", + "district": "서울특별시 도봉구", + "latitude": 37.66473532812855, + "longitude": 127.03884992204918, + "representativePriceAmount": 5500, + "representativePriceLabel": "잔치국수", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-955-8589", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "e5282694996af2a1dc39", + "label": "잔치국수", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "650f088cae5afb52e4bb", + "label": "비빔국수", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "95824b6cca965a6d4cfa", + "label": "김지찬지국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "3d053e92fc508c3aabbd", + "label": "산더미오뎅국수", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "e5282694996af2a1dc39-history", + "label": "잔치국수", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "650f088cae5afb52e4bb-history", + "label": "비빔국수", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "95824b6cca965a6d4cfa-history", + "label": "김지찬지국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "3d053e92fc508c3aabbd-history", + "label": "산더미오뎅국수", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 유니짜장 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-772-3058", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "43632da95f2069592ad4", + "label": "유니짜장", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "43632da95f2069592ad4-history", + "label": "유니짜장", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-458", + "name": "신짜장", + "businessName": "신짜장", + "categorySlug": "chinese", + "address": "서울특별시 도봉구 도봉로145길 56 (방학동)", + "district": "서울특별시 도봉구", + "latitude": 37.6647309981606, + "longitude": 127.039537996108, + "representativePriceAmount": 5000, + "representativePriceLabel": "자장면", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-349-9209 / 영업시간: 매일 9:00 ~ 21:00 구정, 추석 당일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "fadb137cbc0881082d24", + "label": "자장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8197ac499344e75b0180", + "label": "짬뽕", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "13c896bdc6e95d8498c3", + "label": "간짜장", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "52e8939d98d53e6f067a", + "label": "쟁반짜장", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "a19bcbd78045d6dfe1b2", + "label": "짜장면", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "fadb137cbc0881082d24-history", + "label": "자장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8197ac499344e75b0180-history", + "label": "짬뽕", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "13c896bdc6e95d8498c3-history", + "label": "간짜장", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "52e8939d98d53e6f067a-history", + "label": "쟁반짜장", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a19bcbd78045d6dfe1b2-history", + "label": "짜장면", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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-05" + }, + { + "id": "db35e7b7781fd940f644", + "label": "짬뽕", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "c45663a1187bda86b4b0-history", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "db35e7b7781fd940f644-history", + "label": "짬뽕", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-465", + "name": "온누리식당", + "businessName": "온누리식당", + "categorySlug": "korean", + "address": "서울특별시 도봉구 도봉로159길 11-16 (도봉동)", + "district": "서울특별시 도봉구", + "latitude": 37.6739831024256, + "longitude": 127.043057192214, + "representativePriceAmount": 5000, + "representativePriceLabel": "칼국수", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-955-6652 / 영업시간: 월~토 : 9:00 ~ 19:00 일요일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "cc51a3c6bb16cf68a6ee", + "label": "칼국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "cc51a3c6bb16cf68a6ee-history", + "label": "칼국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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-05" + }, + { + "id": "a3ba18d38b66d118fb5b", + "label": "라면", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "56f13d9f3a1724ad18c3", + "label": "찌개(순두부된장)", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "70996290a4fefb65eb71", + "label": "고구마돈까스", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "787b2a1244dd3724b678", + "label": "김밥(1줄)", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "757df860f976d998dc0a", + "label": "김치김밥(1줄)", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "765c24e93e58e9c847cf", + "label": "김치볶음밥", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "04db5a657af534692948", + "label": "김치우동", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "dcc9b5a06615a20a4ebd", + "label": "김치찌개", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c600fc1c278953320abe", + "label": "김치참치볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d420a1c487ea53ed3364", + "label": "누드김밥(1줄)", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1a4359de0f960ae4af29", + "label": "돈까스", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4ed87534cdd732e05464", + "label": "된장찌개", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "cbb14a413c237f80e4bd", + "label": "떡국", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7c607b4e88293f3c04a1", + "label": "떡만두국", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b5c9e802e978a546f096", + "label": "떡볶이(쌀)", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d172a5ed9873c8e042fa", + "label": "라볶이", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d50498d3eb804549ea55", + "label": "만두국", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "ad8d2b30325ad42bc210", + "label": "바지락우동", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f4df5bb1906ea4e483c2", + "label": "볶음밥", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d803506ddfde04f5aed0", + "label": "불고기덮밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "99c38c564ac6fb657e2a", + "label": "비빔모밀", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e57e78d47bb44d53f27f", + "label": "비빔밥", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1dc85112625b4c4ee985", + "label": "새우볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b2a7f591405d9f4677eb", + "label": "순두부찌개", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9cc71df65119f92f9b5e", + "label": "오뎅(한그릇)", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "524eebe19e8826033910", + "label": "우동", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f08a6df82f87e0831e47", + "label": "유부우동", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "30661efa681329b425ea", + "label": "제육덮밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e628215001e3ab628050", + "label": "쫄면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4b6ed08c47f105140052", + "label": "참치김밥(1줄)", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "41dae43ee979554f829f", + "label": "참치덮밥", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b3882edffdad430f95e4", + "label": "참치볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "27b1b920490fc16d4456", + "label": "참치비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "57b0f293d7bc585f3855", + "label": "참치찌개", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c99cea27a488fb99f62c", + "label": "치즈김밥(1줄)", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "70a453876500ac76d897", + "label": "치즈돈까스", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4192c6b972661e9056b4", + "label": "치즈된장찌개", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "05bfc5e205370e5f87fe", + "label": "치즈떡볶이", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bae3f2f4b7091c1bd49d", + "label": "치즈라볶이", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "34fd5d29782104030082", + "label": "칼국수(1인분)", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "3b3332662ada72efe4cc-history", + "label": "김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a3ba18d38b66d118fb5b-history", + "label": "라면", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "56f13d9f3a1724ad18c3-history", + "label": "찌개(순두부된장)", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "70996290a4fefb65eb71-history", + "label": "고구마돈까스", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "787b2a1244dd3724b678-history", + "label": "김밥(1줄)", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "757df860f976d998dc0a-history", + "label": "김치김밥(1줄)", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "765c24e93e58e9c847cf-history", + "label": "김치볶음밥", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "04db5a657af534692948-history", + "label": "김치우동", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "dcc9b5a06615a20a4ebd-history", + "label": "김치찌개", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c600fc1c278953320abe-history", + "label": "김치참치볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d420a1c487ea53ed3364-history", + "label": "누드김밥(1줄)", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1a4359de0f960ae4af29-history", + "label": "돈까스", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4ed87534cdd732e05464-history", + "label": "된장찌개", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "cbb14a413c237f80e4bd-history", + "label": "떡국", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7c607b4e88293f3c04a1-history", + "label": "떡만두국", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b5c9e802e978a546f096-history", + "label": "떡볶이(쌀)", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d172a5ed9873c8e042fa-history", + "label": "라볶이", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d50498d3eb804549ea55-history", + "label": "만두국", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ad8d2b30325ad42bc210-history", + "label": "바지락우동", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f4df5bb1906ea4e483c2-history", + "label": "볶음밥", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d803506ddfde04f5aed0-history", + "label": "불고기덮밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "99c38c564ac6fb657e2a-history", + "label": "비빔모밀", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e57e78d47bb44d53f27f-history", + "label": "비빔밥", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1dc85112625b4c4ee985-history", + "label": "새우볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b2a7f591405d9f4677eb-history", + "label": "순두부찌개", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9cc71df65119f92f9b5e-history", + "label": "오뎅(한그릇)", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "524eebe19e8826033910-history", + "label": "우동", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f08a6df82f87e0831e47-history", + "label": "유부우동", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "30661efa681329b425ea-history", + "label": "제육덮밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e628215001e3ab628050-history", + "label": "쫄면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4b6ed08c47f105140052-history", + "label": "참치김밥(1줄)", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "41dae43ee979554f829f-history", + "label": "참치덮밥", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b3882edffdad430f95e4-history", + "label": "참치볶음밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "27b1b920490fc16d4456-history", + "label": "참치비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "57b0f293d7bc585f3855-history", + "label": "참치찌개", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c99cea27a488fb99f62c-history", + "label": "치즈김밥(1줄)", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "76ab37cdc09b9c58e21f", - "label": "유부김밥", - "amount": 3000, + "id": "70a453876500ac76d897-history", + "label": "치즈돈까스", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6d7f46a60b1538b73483", - "label": "일미김밥", - "amount": 3500, + "id": "4192c6b972661e9056b4-history", + "label": "치즈된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "54ec0a9e295d0215930c-history", - "label": "원조김밥", - "amount": 2500, + "id": "05bfc5e205370e5f87fe-history", + "label": "치즈떡볶이", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "76ab37cdc09b9c58e21f-history", - "label": "유부김밥", - "amount": 3000, + "id": "bae3f2f4b7091c1bd49d-history", + "label": "치즈라볶이", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6d7f46a60b1538b73483-history", - "label": "일미김밥", - "amount": 3500, + "id": "34fd5d29782104030082-history", + "label": "칼국수(1인분)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1866", - "name": "도심속바닷가식당", - "businessName": "도심속바닷가식당", - "categorySlug": "japanese", - "address": "대구광역시 동구 화랑로 508 (용계동)", - "district": "대구광역시 동구", - "latitude": 35.8746900465407, - "longitude": 128.67940877344, + "id": "goodprice-15313", + "name": "장터국수", + "businessName": "장터국수", + "categorySlug": "korean", + "address": "서울특별시 도봉구 덕릉로 398 (창동) 상가 209호", + "district": "서울특별시 도봉구", + "latitude": 37.64577108348452, + "longitude": 127.05312444288873, "representativePriceAmount": 7000, - "representativePriceLabel": "회덮밥", + "representativePriceLabel": "국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 회덮밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-962-5444 / 영업시간: 매일 10:00-24:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-995-4242", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "82aa2cf4a4c52948439e", - "label": "회덮밥", + "id": "8ed3df2577253380e74a", + "label": "국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8949d4e1fab80d2728ef", - "label": "도심속물회", - "amount": 10000, + "id": "60e2c44213e05ca9b224", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "82aa2cf4a4c52948439e-history", - "label": "회덮밥", + "id": "8ed3df2577253380e74a-history", + "label": "국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8949d4e1fab80d2728ef-history", - "label": "도심속물회", - "amount": 10000, + "id": "60e2c44213e05ca9b224-history", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17588", - "name": "브레드나눔터", - "businessName": "브레드나눔터", - "categorySlug": "bakery", - "address": "인천 동구 화도진로 36 1층(송현동)", - "district": "인천 동구", - "latitude": 37.4759668751201, - "longitude": 126.634280823838, - "representativePriceAmount": 5000, - "representativePriceLabel": "꽈배기 12개", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 꽈배기 12개 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-6435-2786 / 영업시간: 월 ~ 토 10:00 ~ 20:00 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뷔페(~7세) 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-272-3233 / 영업시간: 10:30~18:00 / 일요일 휴무, 토요일은 14시까지만 운영 갓길주차(주차장은 없음)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "831f5a33947582709ff7", - "label": "꽈배기 12개", - "amount": 5000, + "id": "ce070dba0cbf2b762209", + "label": "뷔페(~7세)", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a665dc9cc8535a2d2ea2", - "label": "도너츠10개", - "amount": 5000, + "id": "bb64cd5b5214cb6a638f", + "label": "뷔페(초등~성인)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "831f5a33947582709ff7-history", - "label": "꽈배기 12개", - "amount": 5000, + "id": "ce070dba0cbf2b762209-history", + "label": "뷔페(~7세)", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a665dc9cc8535a2d2ea2-history", - "label": "도너츠10개", - "amount": 5000, + "id": "bb64cd5b5214cb6a638f-history", + "label": "뷔페(초등~성인)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13023", - "name": "석이네분식", - "businessName": "석이네분식", - "categorySlug": "korean", - "address": "인천광역시 동구 샛골로162번길 17 (송림동) 1층 (현대시장 내)", - "district": "인천광역시 동구", - "latitude": 37.47696074463108, - "longitude": 126.64588420994905, - "representativePriceAmount": 7000, - "representativePriceLabel": "백반", + "id": "goodprice-460", + "name": "짜장마을", + "businessName": "짜장마을", + "categorySlug": "chinese", + "address": "서울특별시 도봉구 마들로657 (방학동)", + "district": "서울특별시 도봉구", + "latitude": 37.6683298607216, + "longitude": 127.045337365161, + "representativePriceAmount": 4500, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-2307-9215 / 영업시간: 월~일 10:00-19:00 (일) 첫째, 셋째주 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 목 11:00-21:30 금 11:00-21:30 토 11:00-21:30 일 정기휴무(매주일요일) 월 11:00-21:30 화 11:00-21:30 수 11:00-21:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "08ecc717f28f9da1d710", - "label": "백반", - "amount": 7000, + "id": "18884674928d3f81e8ba", + "label": "자장면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "33057dcec39f553427a7", - "label": "칼국수", - "amount": 6000, + "id": "36bca939821c7daf411b", + "label": "짬뽕", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "08ecc717f28f9da1d710-history", - "label": "백반", - "amount": 7000, + "id": "310eb83256419e4e901a", + "label": "매운짜장면", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "33057dcec39f553427a7-history", - "label": "칼국수", + "id": "d934fc01bc663465945f", + "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "0b0c5c7f45814eaca1ca", - "label": "생선구이", - "amount": 10000, + "id": "0b3bd7a3bd417f615f26", + "label": "우동", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "0b0c5c7f45814eaca1ca-history", - "label": "생선구이", - "amount": 10000, + "id": "ed697604630aad1c18d0", + "label": "육개장", + "amount": 7000, "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": [ + "reportedAt": "2026-04-05" + }, + { + "id": "acdeeceafef3abafec3a", + "label": "잡채밥", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, { - "id": "ea7f5210d268650990a3", - "label": "추어탕", - "amount": 10000, + "id": "2b0892f97c77a4dcfc34", + "label": "짜장면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9bee9c80b5101f31b3fd", - "label": "닭개장", - "amount": 9000, + "id": "51b13237ccb2eed1d0b4", + "label": "짬뽕밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ed6bedaefa6cf9a50f6e", - "label": "돈까스", - "amount": 8000, + "id": "434034eebc160e2f417c", + "label": "찹쌀수제군만두", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9ae553c78148220361de", - "label": "꼬물이만두", - "amount": 5000, + "id": "a25cee2a2bfc05e5a39d", + "label": "해물볶음밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ea7f5210d268650990a3-history", - "label": "추어탕", - "amount": 10000, + "id": "18884674928d3f81e8ba-history", + "label": "자장면", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9bee9c80b5101f31b3fd-history", - "label": "닭개장", - "amount": 9000, + "id": "36bca939821c7daf411b-history", + "label": "짬뽕", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ed6bedaefa6cf9a50f6e-history", - "label": "돈까스", - "amount": 8000, + "id": "310eb83256419e4e901a-history", + "label": "매운짜장면", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9ae553c78148220361de-history", - "label": "꼬물이만두", - "amount": 5000, + "id": "d934fc01bc663465945f-history", + "label": "볶음밥", + "amount": 6000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "e00120fc818d6830b7a0", - "label": "정장1벌드라이", - "amount": 6000, + "id": "0b3bd7a3bd417f615f26-history", + "label": "우동", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "95d899bae1e9ed7adeb7", - "label": "바지하단수선", - "amount": 3000, + "id": "ed697604630aad1c18d0-history", + "label": "육개장", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "e00120fc818d6830b7a0-history", - "label": "정장1벌드라이", - "amount": 6000, + "id": "acdeeceafef3abafec3a-history", + "label": "잡채밥", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "95d899bae1e9ed7adeb7-history", - "label": "바지하단수선", - "amount": 3000, + "id": "2b0892f97c77a4dcfc34-history", + "label": "짜장면", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "51b13237ccb2eed1d0b4-history", + "label": "짬뽕밥", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "434034eebc160e2f417c-history", + "label": "찹쌀수제군만두", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a25cee2a2bfc05e5a39d-history", + "label": "해물볶음밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14036", - "name": "담양통추어탕", - "businessName": "담양통추어탕", + "id": "goodprice-14576", + "name": "할매칼국수", + "businessName": "할매칼국수", "categorySlug": "korean", - "address": "광주광역시 서구 월드컵4강로229번길 47 (쌍촌동) 1층", - "district": "광주광역시 서구", - "latitude": 35.154919778981, - "longitude": 126.86578570780239, - "representativePriceAmount": 10000, - "representativePriceLabel": "추어탕", + "address": "울산광역시 중구 중앙시장길 21-4 (옥교동) 1층", + "district": "울산광역시 중구", + "latitude": 35.55535577904836, + "longitude": 129.3236810137489, + "representativePriceAmount": 7000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-384-9980", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-245-1333 / 영업시간: 10:00~18:30 매달 3번째 수요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "79a3aa519ea61da8d70b", - "label": "추어탕", - "amount": 10000, + "id": "15c358645d752244231b", + "label": "칼국수", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8f50bc0fdad33ce8b487", + "label": "콩국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "79a3aa519ea61da8d70b-history", - "label": "추어탕", - "amount": 10000, + "id": "15c358645d752244231b-history", + "label": "칼국수", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8f50bc0fdad33ce8b487-history", + "label": "콩국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14736", - "name": "대성떡방앗간", - "businessName": "대성떡방앗간", - "categorySlug": "other-service", - "address": "광주광역시 서구 상무대로1005번길 46 (내방동) 1층", - "district": "광주광역시 서구", - "latitude": 35.155975871786964, - "longitude": 126.87179971307111, - "representativePriceAmount": 10000, - "representativePriceLabel": "참기름 350ml", + "id": "goodprice-466", + "name": "짱구네", + "businessName": "짱구네", + "categorySlug": "korean", + "address": "서울특별시 도봉구 시루봉로 148 1층(방학동)", + "district": "서울특별시 도봉구", + "latitude": 37.6637242748473, + "longitude": 127.028488298603, + "representativePriceAmount": 6000, + "representativePriceLabel": "냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 참기름 350ml 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-365-0059", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-349-4366 / 영업시간: 월~토 : 9:00 ~ 19:30 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1e83676c162295441cc6", - "label": "참기름 350ml", - "amount": 10000, + "id": "970d51c7545fd773fdf6", + "label": "냉면", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "db60ad2a2285398ff622", + "label": "돈가스", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1e83676c162295441cc6-history", - "label": "참기름 350ml", - "amount": 10000, + "id": "970d51c7545fd773fdf6-history", + "label": "냉면", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "db60ad2a2285398ff622-history", + "label": "돈가스", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2548", - "name": "주연칼국수", - "businessName": "주연칼국수", + "id": "goodprice-2998", + "name": "할머니손칼국시", + "businessName": "할머니손칼국시", "categorySlug": "korean", - "address": "대전광역시 동구 흥룡로 29-1 (가양동)", - "district": "대전광역시 동구", - "latitude": 36.3488890741268, - "longitude": 127.447085109324, - "representativePriceAmount": 5500, - "representativePriceLabel": "바지락 칼국수", + "address": "울산광역시 중구 화진4길 20 (태화동)", + "district": "울산광역시 중구", + "latitude": 35.5559132736789, + "longitude": 129.307740756218, + "representativePriceAmount": 6000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-245-8542", "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, + "id": "ee03ae6582839e0decad", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1856b0766deb45427088", - "label": "비빔냉면(후식)", - "amount": 4000, + "id": "28dc13a2cfe9f256f059", + "label": "비빔밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "ee03ae6582839e0decad-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1856b0766deb45427088-history", - "label": "비빔냉면(후식)", - "amount": 4000, + "id": "28dc13a2cfe9f256f059-history", + "label": "비빔밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16082", - "name": "중국집", - "businessName": "중국집", - "categorySlug": "chinese", - "address": "대전광역시 동구 대전로791번길 44 (중동) 1층 중국집", - "district": "대전광역시 동구", - "latitude": 36.32950860974082, - "longitude": 127.43082628893573, - "representativePriceAmount": 5000, - "representativePriceLabel": "짜장면", + "id": "goodprice-480", + "name": "착한부대찌개", + "businessName": "착한부대찌개", + "categorySlug": "korean", + "address": "서울특별시 도봉구 도봉로109길46 2층좌측(쌍문동)", + "district": "서울특별시 도봉구", + "latitude": 37.6471138049261, + "longitude": 127.030837375844, + "representativePriceAmount": 6000, + "representativePriceLabel": "착한부대찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "중앙시장 먹자골목 위치", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-226-0648 / 영업시간: 10:00 ~ 20:00 매주 월요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 착한부대찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-902-0191 / 영업시간: 목 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": "e882b3ce2c8154bbb6b9", - "label": "짜장면", - "amount": 5000, + "id": "6ef6b553e2c1c49edab5", + "label": "착한부대찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3e3493d59a4b2a028967", - "label": "콩국수", - "amount": 7000, + "id": "7d0d7d43995b1769ec32", + "label": "떡만두국", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "640a02beef33cda55850", - "label": "짜장밥", + "id": "34326a3e8c63277cdba8", + "label": "김치찌개", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "a88bf7fc79b9a1232141", - "label": "짬뽕", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "707b1132e92790ca0101", - "label": "간짜장", - "amount": 7000, + "id": "3ee2e4b4962e46661305", + "label": "떡만두국+공기밥", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ad68a5952712704bd91e", - "label": "냉밀면", + "id": "e6d4dc3451780fcfd8db", + "label": "만두부대찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "13faf980bdab9a71bf6e", - "label": "비빔냉면", - "amount": 8000, + "id": "e7b005df50aa8a602658", + "label": "부대지찌개, 변동착한부대찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "be9d0b7927d91396e5c3", - "label": "물냉면", - "amount": 7000, + "id": "03e5794abb09502f198b", + "label": "제육볶음", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e882b3ce2c8154bbb6b9-history", - "label": "짜장면", - "amount": 5000, + "id": "6ef6b553e2c1c49edab5-history", + "label": "착한부대찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3e3493d59a4b2a028967-history", - "label": "콩국수", - "amount": 7000, + "id": "7d0d7d43995b1769ec32-history", + "label": "떡만두국", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "640a02beef33cda55850-history", - "label": "짜장밥", + "id": "34326a3e8c63277cdba8-history", + "label": "김치찌개", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "a88bf7fc79b9a1232141-history", - "label": "짬뽕", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "707b1132e92790ca0101-history", - "label": "간짜장", - "amount": 7000, + "id": "3ee2e4b4962e46661305-history", + "label": "떡만두국+공기밥", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ad68a5952712704bd91e-history", - "label": "냉밀면", + "id": "e6d4dc3451780fcfd8db-history", + "label": "만두부대찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "13faf980bdab9a71bf6e-history", - "label": "비빔냉면", - "amount": 8000, + "id": "e7b005df50aa8a602658-history", + "label": "부대지찌개, 변동착한부대찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "be9d0b7927d91396e5c3-history", - "label": "물냉면", - "amount": 7000, + "id": "03e5794abb09502f198b-history", + "label": "제육볶음", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2536", - "name": "지선미용타운", - "businessName": "지선미용타운", - "categorySlug": "beauty", - "address": "대전광역시 동구 솔랑시울길 87 (소제동)", - "district": "대전광역시 동구", - "latitude": 36.3353609397276, - "longitude": 127.434496484742, - "representativePriceAmount": 5000, - "representativePriceLabel": "미용료(커트)", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 09:00 ~ 18:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-298-0777 / 영업시간: 월요일 정기휴무 화요일~일요일 10:00~20:30 / 20:00 라스트오더", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "db024191dfc8ff7b1e88", - "label": "미용료(커트)", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "94269a529ea945c59334", - "label": "커트(성인 일반)", - "amount": 5000, + "id": "a5c2158a33f036ad7e61", + "label": "자장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "db024191dfc8ff7b1e88-history", - "label": "미용료(커트)", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "94269a529ea945c59334-history", - "label": "커트(성인 일반)", - "amount": 5000, + "id": "a5c2158a33f036ad7e61-history", + "label": "자장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15108", - "name": "명문칼국수", - "businessName": "명문칼국수", + "id": "goodprice-16473", + "name": "착한식당마루", + "businessName": "착한식당마루", "categorySlug": "korean", - "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층", - "district": "울산광역시 남구", - "latitude": 35.541808785746284, - "longitude": 129.30930615922028, - "representativePriceAmount": 6000, - "representativePriceLabel": "손칼국수", + "address": "서울특별시 도봉구 도봉로135길 18 (쌍문동) 1층", + "district": "서울특별시 도봉구", + "latitude": 37.658910893901776, + "longitude": 127.03954765263082, + "representativePriceAmount": 4000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-274-2719", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6085-5682", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "123225ca048607ddcd41", - "label": "손칼국수", - "amount": 6000, + "id": "c1d6f1b3f216c089e949", + "label": "김치찌개", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b51874bfd05dc147df4e", - "label": "수제비", - "amount": 6000, + "id": "da0701781f81c3adc915", + "label": "비빔밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "123225ca048607ddcd41-history", - "label": "손칼국수", - "amount": 6000, + "id": "c1d6f1b3f216c089e949-history", + "label": "김치찌개", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b51874bfd05dc147df4e-history", - "label": "수제비", - "amount": 6000, + "id": "da0701781f81c3adc915-history", + "label": "비빔밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11681", - "name": "모두랑국수먹는날", - "businessName": "모두랑국수먹는날", + "id": "goodprice-10197", + "name": "행복한 약초칼국수", + "businessName": "행복한 약초칼국수", "categorySlug": "korean", - "address": "울산광역시 남구 수암로 54번길 17 1층", - "district": "울산광역시 남구", - "latitude": 35.5292661959496, - "longitude": 129.313833538665, + "address": "세종특별자치시 보듬3로 8-15 1층 102호(도담동, 해피라움5)", + "district": "세종특별자치시 보듬3로", + "latitude": 36.5138053791972, + "longitude": 127.258063600072, "representativePriceAmount": 5000, - "representativePriceLabel": "국수", + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-260-2411", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 044-862-1128", "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": "냉국수", + "id": "9770ec500c57924bc47d", + "label": "칼국수", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "냉국수", + "id": "9770ec500c57924bc47d-history", + "label": "칼국수", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17495", - "name": "무교동갈비", - "businessName": "무교동갈비", + "id": "goodprice-15315", + "name": "철수는부대찌개영희는김치찌개", + "businessName": "철수는부대찌개영희는김치찌개", "categorySlug": "korean", - "address": "울산광역시 남구 북부순환도로13번길 6-3 (무거동) 1층", - "district": "울산광역시 남구", - "latitude": 35.55177936582806, - "longitude": 129.26483586878214, - "representativePriceAmount": 8000, - "representativePriceLabel": "뷔페정식", + "address": "서울특별시 도봉구 노해로65길 7-12 (창동) 1층", + "district": "서울특별시 도봉구", + "latitude": 37.651732622364776, + "longitude": 127.04582350448763, + "representativePriceAmount": 7900, + "representativePriceLabel": "부대찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 뷔페정식 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-221-0472", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 부대찌개 7,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-905-1500", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d71c7697428acbe55d45", - "label": "뷔페정식", - "amount": 8000, + "id": "810ab00d29b8e22f5c65", + "label": "부대찌개", + "amount": 7900, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1320dcecbf3de71ad88b", + "label": "김치찌개", + "amount": 7900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d71c7697428acbe55d45-history", - "label": "뷔페정식", - "amount": 8000, + "id": "810ab00d29b8e22f5c65-history", + "label": "부대찌개", + "amount": 7900, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1320dcecbf3de71ad88b-history", + "label": "김치찌개", + "amount": 7900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3440", - "name": "백천홍두깨칼국수", - "businessName": "백천홍두깨칼국수", + "id": "goodprice-3387", + "name": "뚱가네", + "businessName": "뚱가네", "categorySlug": "korean", - "address": "경기도 수원시 팔달구 수원천로 264번길 21-11", + "address": "경기도 수원시 영통구 영통로 217번길5 (영통동)", "district": "경기도 수원시", - "latitude": 37.2774167510803, - "longitude": 127.019892600036, - "representativePriceAmount": 5000, - "representativePriceLabel": "칼국수(보통)", + "latitude": 37.2466692531637, + "longitude": 127.056605302185, + "representativePriceAmount": 7000, + "representativePriceLabel": "차돌된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수(보통) 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-7559-1261", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 차돌된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-234-5208 / 영업시간: 매일 11:00~23:00 일요일 휴무", "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, + "id": "9c46e5453519cb36428d", + "label": "차돌된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "371dd52c0bf37f73acea", - "label": "칼국수", - "amount": 5000, + "id": "eae87ea1722df82cde8e", + "label": "돼지김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "267130e6535093357bac", - "label": "칼국수(소)", - "amount": 4000, + "id": "a48da9d1aa3684da4a43", + "label": "라면", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "9c46e5453519cb36428d-history", + "label": "차돌된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "371dd52c0bf37f73acea-history", - "label": "칼국수", - "amount": 5000, + "id": "eae87ea1722df82cde8e-history", + "label": "돼지김치찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "267130e6535093357bac-history", - "label": "칼국수(소)", - "amount": 4000, + "id": "a48da9d1aa3684da4a43-history", + "label": "라면", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13686", - "name": "벽산세탁소", - "businessName": "벽산세탁소", - "categorySlug": "laundry", - "address": "경기도 수원시 장안구 파장로 53 (정자동, 정자 벽산블루밍) 108호", - "district": "경기도 수원시", - "latitude": 37.3054993333515, - "longitude": 126.99475365985273, - "representativePriceAmount": 6000, - "representativePriceLabel": "드라이클리닝", + "id": "goodprice-18415", + "name": "커피본", + "businessName": "커피본", + "categorySlug": "other-food", + "address": "서울특별시 도봉구 도봉로181길 70 (도봉동) 1층", + "district": "서울특별시 도봉구", + "latitude": 37.68512398438487, + "longitude": 127.04246524503934, + "representativePriceAmount": 2000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 드라이클리닝 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-245-1269 / 영업시간: 09:00 ~ 21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8644d786bfa63972df7e", - "label": "드라이클리닝", - "amount": 6000, + "id": "879a4e73be88dd923471", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6c05c42d574ff73d39b1", - "label": "수선", + "id": "47f4c9696f3c9ba83bf9", + "label": "카페라떼", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "28d5009de6000f60cb54", + "label": "아망추", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1dadfd1fbf97718283ef", + "label": "블루베리주스", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8644d786bfa63972df7e-history", - "label": "드라이클리닝", - "amount": 6000, + "id": "879a4e73be88dd923471-history", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6c05c42d574ff73d39b1-history", - "label": "수선", + "id": "47f4c9696f3c9ba83bf9-history", + "label": "카페라떼", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "28d5009de6000f60cb54-history", + "label": "아망추", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1dadfd1fbf97718283ef-history", + "label": "블루베리주스", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4394", - "name": "언덕집", - "businessName": "언덕집", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 금강로83번길 6 (운교동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8783065745038, - "longitude": 127.730392278353, - "representativePriceAmount": 7000, - "representativePriceLabel": "보리밥뷔페", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥뷔페 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-256-2220", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 꽈배기(3개) 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1489-1202 / 영업시간: 10:00~18:00 월요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "21bbf10c0afa244b3921", - "label": "보리밥뷔페", - "amount": 7000, + "id": "b243e59789df81c18fe7", + "label": "꽈배기(3개)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "50f9f53c42f395410f4e", - "label": "김치찌개", - "amount": 6000, + "id": "ff51a2316345cd3ea86c", + "label": "고로케", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e6d2e2da5d0553a217d3", - "label": "된장찌개", - "amount": 6000, + "id": "1cb0ee5850013ae47096", + "label": "팥도너츠", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "21bbf10c0afa244b3921-history", - "label": "보리밥뷔페", - "amount": 7000, + "id": "b243e59789df81c18fe7-history", + "label": "꽈배기(3개)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "50f9f53c42f395410f4e-history", - "label": "김치찌개", - "amount": 6000, + "id": "ff51a2316345cd3ea86c-history", + "label": "고로케", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e6d2e2da5d0553a217d3-history", - "label": "된장찌개", - "amount": 6000, + "id": "1cb0ee5850013ae47096-history", + "label": "팥도너츠", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4357", - "name": "연화각", - "businessName": "연화각", - "categorySlug": "chinese", - "address": "강원특별자치도 춘천시 충혼길52번길 20-23 (온의동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8617817124155, - "longitude": 127.71898650725, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "id": "goodprice-13403", + "name": "커피집", + "businessName": "커피집", + "categorySlug": "other-food", + "address": "서울특별시 도봉구 해등로 268 (방학동) 청구@상가 202,203,204호", + "district": "서울특별시 도봉구", + "latitude": 37.65783619749066, + "longitude": 127.02692894284691, + "representativePriceAmount": 3000, + "representativePriceLabel": "커피", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-256-5863 / 영업시간: 11:00 - 15:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a067adf881229d7e4aae", - "label": "짜장면", - "amount": 6000, + "id": "21a5439155acae9ec51f", + "label": "커피", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7138243870095d0d34b4", - "label": "짬뽕", - "amount": 8000, + "id": "e848a4991371b75af941", + "label": "허니브레드", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a067adf881229d7e4aae-history", - "label": "짜장면", - "amount": 6000, + "id": "21a5439155acae9ec51f-history", + "label": "커피", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7138243870095d0d34b4-history", - "label": "짬뽕", - "amount": 8000, + "id": "e848a4991371b75af941-history", + "label": "허니브레드", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16640", - "name": "예대미용실", - "businessName": "예대미용실", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 후만로 69-1 (후평동) 1층", - "district": "강원특별자치도 춘천시", - "latitude": 37.87612733597792, - "longitude": 127.75221288287008, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-241-2937 / 영업시간: 일, 월 정기휴무(매주 월요일) 화~토 09:00~19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-3245-3759 / 영업시간: 08:00~20:00 / 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "987db2128987d31a4c00", - "label": "커트", - "amount": 8000, + "id": "ab87e8c82f8f93b4d808", + "label": "아메리카노", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "65fffe08ce5e175049e7", + "label": "카페라뗴", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "987db2128987d31a4c00-history", - "label": "커트", - "amount": 8000, + "id": "ab87e8c82f8f93b4d808-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "65fffe08ce5e175049e7-history", + "label": "카페라뗴", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4395", - "name": "옛촌", - "businessName": "옛촌", + "id": "goodprice-18030", + "name": "털보네떡꼬치", + "businessName": "털보네떡꼬치", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 향교앞길 4 (교동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8810059576535, - "longitude": 127.734270783857, - "representativePriceAmount": 8000, - "representativePriceLabel": "백반", + "address": "서울특별시 도봉구 노해로63다길 24 (창동) 상가동 107호", + "district": "서울특별시 도봉구", + "latitude": 37.654063390871215, + "longitude": 127.04627448569845, + "representativePriceAmount": 1000, + "representativePriceLabel": "떡꼬치", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-254-1511", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡꼬치 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f2eaa3a77e60dcd28ae5", - "label": "백반", - "amount": 8000, + "id": "a67bafa7b94cec88d96a", + "label": "떡꼬치", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5150e5b5c4187c105cda", - "label": "청국장", - "amount": 8000, + "id": "c55c0ac806aead87c5e6", + "label": "어묵(1개)", + "amount": 700, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "aee7e71b232872b16c41", + "label": "떡볶이", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "25a06568bb247de0de5e", - "label": "두부전골", - "amount": 9000, + "id": "149be82a88ac87c5481b", + "label": "순대", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f2eaa3a77e60dcd28ae5-history", - "label": "백반", - "amount": 8000, + "id": "a67bafa7b94cec88d96a-history", + "label": "떡꼬치", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5150e5b5c4187c105cda-history", - "label": "청국장", - "amount": 8000, + "id": "c55c0ac806aead87c5e6-history", + "label": "어묵(1개)", + "amount": 700, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "aee7e71b232872b16c41-history", + "label": "떡볶이", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "25a06568bb247de0de5e-history", - "label": "두부전골", - "amount": 9000, + "id": "149be82a88ac87c5481b-history", + "label": "순대", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14740", - "name": "만나김치식당", - "businessName": "만나김치식당", + "id": "goodprice-4383", + "name": "밥보네집", + "businessName": "밥보네집", "categorySlug": "korean", - "address": "충청북도 청주시 서원구 남이면 양촌2길 12 (남이면)", - "district": "충청북도 청주시", - "latitude": 36.59132784293651, - "longitude": 127.46831535088468, + "address": "강원특별자치도 춘천시 서부대성로 239번길 4 (효자동)", + "district": "강원특별자치도 춘천시", + "latitude": 37.8730237470997, + "longitude": 127.744950136894, "representativePriceAmount": 6000, - "representativePriceLabel": "백반", + "representativePriceLabel": "제육볶음정식", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-295-2366", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육볶음정식 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-255-2123 / 영업시간: 10:00 - 21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a7551dd489aa872b08e6", - "label": "백반", + "id": "2c55b3f6e2c31807a34f", + "label": "제육볶음정식", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f0a68db079b13ff98312", - "label": "아침식사", - "amount": 1000, + "id": "cb94c264dd00a9085c9e", + "label": "닭볶음정식", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "14d230bd3eeaf1bab585", + "label": "오징어볶음정식", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a7551dd489aa872b08e6-history", - "label": "백반", + "id": "2c55b3f6e2c31807a34f-history", + "label": "제육볶음정식", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f0a68db079b13ff98312-history", - "label": "아침식사", - "amount": 1000, + "id": "cb94c264dd00a9085c9e-history", + "label": "닭볶음정식", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "14d230bd3eeaf1bab585-history", + "label": "오징어볶음정식", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14764", - "name": "만리장성", - "businessName": "만리장성", - "categorySlug": "chinese", - "address": "충청북도 청주시 흥덕구 덕암로 2 (봉명동) 봉명동 2803", - "district": "충청북도 청주시", - "latitude": 36.6525501290308, - "longitude": 127.45432666746878, - "representativePriceAmount": 8000, - "representativePriceLabel": "짬뽕", + "id": "goodprice-15777", + "name": "팡이네분식", + "businessName": "팡이네분식", + "categorySlug": "other-food", + "address": "서울특별시 도봉구 도봉로110나길 31 (창동) 1층 102호", + "district": "서울특별시 도봉구", + "latitude": 37.64759835159431, + "longitude": 127.03496626949072, + "representativePriceAmount": 2000, + "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 라스트 오더", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 떡꼬치 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2135-1258", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "79ad7c87ec5f79fa76f5", - "label": "짬뽕", - "amount": 8000, + "id": "7f51a9a4c59091a95879", + "label": "떡꼬치", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cf8d6c331577b1ec0f4a", - "label": "간짜장", - "amount": 8000, + "id": "6e2a82f7df5d0b39568e", + "label": "떡볶이(소)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "79ad7c87ec5f79fa76f5-history", - "label": "짬뽕", - "amount": 8000, + "id": "7f51a9a4c59091a95879-history", + "label": "떡꼬치", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cf8d6c331577b1ec0f4a-history", - "label": "간짜장", - "amount": 8000, + "id": "6e2a82f7df5d0b39568e-history", + "label": "떡볶이(소)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14755", - "name": "맘이가", - "businessName": "맘이가", + "id": "goodprice-4384", + "name": "밥짓는마을", + "businessName": "밥짓는마을", "categorySlug": "korean", - "address": "충청북도 청주시 청원구 팔결로 170 (외남동)", - "district": "충청북도 청주시", - "latitude": 36.69825806579632, - "longitude": 127.48090489420618, - "representativePriceAmount": 6000, - "representativePriceLabel": "백반", + "address": "강원특별자치도 춘천시 중앙로 63-1 2층(중앙로2가)", + "district": "강원특별자치도 춘천시", + "latitude": 37.8793858304165, + "longitude": 127.726806123679, + "representativePriceAmount": 7000, + "representativePriceLabel": "한식뷔페", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-225-0033", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-242-2624 / 영업시간: 11:30 - 18:30 매주 토요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "aeb94181ba3935cc87a1", - "label": "백반", - "amount": 6000, + "id": "e73d8af618c893616596", + "label": "한식뷔페", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "aeb94181ba3935cc87a1-history", - "label": "백반", - "amount": 6000, + "id": "e73d8af618c893616596-history", + "label": "한식뷔페", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16991", - "name": "메르토스트", - "businessName": "메르토스트", + "id": "goodprice-439", + "name": "폼폼커피베이비", + "businessName": "폼폼커피베이비", "categorySlug": "other-food", - "address": "충청북도 청주시 서원구 창신로26번길 4 (사창동) (사창동)", - "district": "충청북도 청주시", - "latitude": 36.633121740098396, - "longitude": 127.46456147717325, - "representativePriceAmount": 3000, - "representativePriceLabel": "계란햄치즈토스트", + "address": "서울특별시 도봉구 도봉로164길 8 (도봉동)", + "district": "서울특별시 도봉구", + "latitude": 37.6759199415979, + "longitude": 127.045213437341, + "representativePriceAmount": 1900, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 계란햄치즈토스트 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1411-1253 / 영업시간: 11:00~00:10", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 1,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1325-1930 / 영업시간: 목 08:00-19:00 금 08:00-19:00 토 13:00-18:00 월(12/25) 성탄절휴무 화 08:00-19:00 수 08:00-19:00 일요일정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7720c7b3ff1c8a0d2617", - "label": "계란햄치즈토스트", + "id": "0b442f8fecc0a99e6aed", + "label": "아메리카노", + "amount": 1900, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "fffb835cf1ea7624a494", + "label": "카페모카", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "89be106d26efbab0b9b9", + "label": "카페라떼", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "eeab1760c828a44548cd", - "label": "계란토스트", - "amount": 2000, + "id": "054a79e3ac47cfe89cc7", + "label": "골드쌍화차", + "amount": 4800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "843e15693b30cb2d7208", - "label": "계란햄토스트", - "amount": 2500, + "id": "98755f7b111aa2bb5c5b", + "label": "디카페인 아메리카노", + "amount": 3300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "7720c7b3ff1c8a0d2617-history", - "label": "계란햄치즈토스트", - "amount": 3000, + "id": "5453be8bc817ed51145a", + "label": "메리골드 리얼꽃차(판매종료)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "eeab1760c828a44548cd-history", - "label": "계란토스트", + "id": "b89ed650d625bb4e0619", + "label": "미니 핫케이크!", "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "843e15693b30cb2d7208-history", - "label": "계란햄토스트", - "amount": 2500, + "id": "d60fbca63b5578cff2e3", + "label": "미니메이플피칸파이", + "amount": 2900, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "802cf8dbc463ccae3b23", - "label": "순대국밥", - "amount": 8000, + "id": "f952e2987fc6507505e9", + "label": "블루베리/딸기바나나/녹차프라페", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c1309533ea4aeb71e387", - "label": "돼지머리국밥", - "amount": 9000, + "id": "5983d973f83cc482c6f7", + "label": "스파클링 아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "802cf8dbc463ccae3b23-history", - "label": "순대국밥", - "amount": 8000, + "id": "c0f027027dc803499366", + "label": "오리지널 미니컵빙수", + "amount": 3900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c1309533ea4aeb71e387-history", - "label": "돼지머리국밥", - "amount": 9000, + "id": "18ad7c5d2aac6a668831", + "label": "오메오메아이스찰떡(판매종료)", + "amount": 2500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "1672ec0e08b233a6d7a9", - "label": "신사복드라이", - "amount": 9000, + "id": "cc0c4864617a23022f37", + "label": "자색고구마라떼(가을~겨울메뉴)", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5139099ba98e4f009d94", - "label": "기장수선", + "id": "524f793aea8634356d2e", + "label": "카페라떼/카푸치노", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "50d68ab9c14c68f52730", + "label": "카페모카/카라멜 마끼아또", + "amount": 3600, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4795e55cc57b23a48885", + "label": "콜메리카노(판매종료)", + "amount": 3400, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" }, { - "id": "f636fa3666c34186b98d", - "label": "이불빨래(중)", - "amount": 10000, + "id": "132f909cca4808eb0741", + "label": "플레인 요거트 스무디", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1672ec0e08b233a6d7a9-history", - "label": "신사복드라이", - "amount": 9000, + "id": "0b442f8fecc0a99e6aed-history", + "label": "아메리카노", + "amount": 1900, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "fffb835cf1ea7624a494-history", + "label": "카페모카", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5139099ba98e4f009d94-history", - "label": "기장수선", + "id": "89be106d26efbab0b9b9-history", + "label": "카페라떼", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f636fa3666c34186b98d-history", - "label": "이불빨래(중)", - "amount": 10000, + "id": "054a79e3ac47cfe89cc7-history", + "label": "골드쌍화차", + "amount": 4800, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "b9e7a3eda6ee80227e0d", - "label": "보리비빔밥", - "amount": 5500, + "id": "98755f7b111aa2bb5c5b-history", + "label": "디카페인 아메리카노", + "amount": 3300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3c9245b4b4dbff33a526", - "label": "팥칼국수", - "amount": 7000, + "id": "5453be8bc817ed51145a-history", + "label": "메리골드 리얼꽃차(판매종료)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "49f38bf8b42b1ad4d8e8", - "label": "열무국수", - "amount": 6000, + "id": "b89ed650d625bb4e0619-history", + "label": "미니 핫케이크!", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "b9e7a3eda6ee80227e0d-history", - "label": "보리비빔밥", - "amount": 5500, + "id": "d60fbca63b5578cff2e3-history", + "label": "미니메이플피칸파이", + "amount": 2900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3c9245b4b4dbff33a526-history", - "label": "팥칼국수", - "amount": 7000, + "id": "f952e2987fc6507505e9-history", + "label": "블루베리/딸기바나나/녹차프라페", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "49f38bf8b42b1ad4d8e8-history", - "label": "열무국수", - "amount": 6000, + "id": "5983d973f83cc482c6f7-history", + "label": "스파클링 아메리카노", + "amount": 2500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "3a817b11d081ac915320", - "label": "닭곰탕", - "amount": 8000, + "id": "c0f027027dc803499366-history", + "label": "오리지널 미니컵빙수", + "amount": 3900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c290e997fcca7235d999", - "label": "오리탕", - "amount": 8000, + "id": "18ad7c5d2aac6a668831-history", + "label": "오메오메아이스찰떡(판매종료)", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "3a817b11d081ac915320-history", - "label": "닭곰탕", - "amount": 8000, + "id": "cc0c4864617a23022f37-history", + "label": "자색고구마라떼(가을~겨울메뉴)", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c290e997fcca7235d999-history", - "label": "오리탕", - "amount": 8000, + "id": "524f793aea8634356d2e-history", + "label": "카페라떼/카푸치노", + "amount": 3000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "89adb3edcc1652d2ffec", - "label": "백반", - "amount": 8000, + "id": "50d68ab9c14c68f52730-history", + "label": "카페모카/카라멜 마끼아또", + "amount": 3600, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "89adb3edcc1652d2ffec-history", - "label": "백반", - "amount": 8000, + "id": "4795e55cc57b23a48885-history", + "label": "콜메리카노(판매종료)", + "amount": 3400, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "132f909cca4808eb0741-history", + "label": "플레인 요거트 스무디", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16455", - "name": "김연선 헤어뷰", - "businessName": "김연선 헤어뷰", - "categorySlug": "beauty", - "address": "전라남도 여수시 돌산읍 강남동로 46-19 1층 104호(청솔상가)", - "district": "전라남도 여수시", - "latitude": 34.71784643561729, - "longitude": 127.75728889294511, - "representativePriceAmount": 8000, - "representativePriceLabel": "소아 커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 소아 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-643-0669", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-241-2287", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2c0ef91eddf58968fea9", - "label": "소아 커트", - "amount": 8000, + "id": "4e35d14492b2b93f5555", + "label": "가정식백반", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "2c0ef91eddf58968fea9-history", - "label": "소아 커트", - "amount": 8000, + "id": "15e19f04403770d0b27f", + "label": "된장찌개", + "amount": 7000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "b269c4b8447e1b50ae25", - "label": "커트", - "amount": 10000, + "id": "1007818e1bed42493cbf", + "label": "제육볶음", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b269c4b8447e1b50ae25-history", - "label": "커트", - "amount": 10000, + "id": "4e35d14492b2b93f5555-history", + "label": "가정식백반", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "15e19f04403770d0b27f-history", + "label": "된장찌개", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1007818e1bed42493cbf-history", + "label": "제육볶음", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5751", - "name": "남촌식당", - "businessName": "남촌식당", - "categorySlug": "korean", - "address": "전라남도 여수시 신기남길 33 (신기동)", - "district": "전라남도 여수시", - "latitude": 34.7607366293679, - "longitude": 127.672645842488, - "representativePriceAmount": 10000, - "representativePriceLabel": "삼겹살", + "id": "goodprice-11214", + "name": "할머니토스트", + "businessName": "할머니토스트", + "categorySlug": "other-food", + "address": "서울특별시 도봉구 덕릉로60다길 15 (창동)", + "district": "서울특별시 도봉구", + "latitude": 37.6381550558192, + "longitude": 127.039836159978, + "representativePriceAmount": 2500, + "representativePriceLabel": "할머니토스트", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-682-1619", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 할머니토스트 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9b475bcc120cacb079fb", - "label": "삼겹살", - "amount": 10000, + "id": "50faa1011be3fc733fc0", + "label": "할머니토스트", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "ea5b49b734546f3182bd", + "label": "햄추가토스트", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4b9f45d0d345ac4c31b0", + "label": "아메리카노", + "amount": 1500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9b475bcc120cacb079fb-history", - "label": "삼겹살", - "amount": 10000, + "id": "50faa1011be3fc733fc0-history", + "label": "할머니토스트", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "ea5b49b734546f3182bd-history", + "label": "햄추가토스트", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4b9f45d0d345ac4c31b0-history", + "label": "아메리카노", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13340", - "name": "내고향식당", - "businessName": "내고향식당", + "id": "goodprice-15770", + "name": "대길식당", + "businessName": "대길식당", "categorySlug": "korean", - "address": "전라남도 여수시 어항로 13-1 (봉산동) 내고향식당", - "district": "전라남도 여수시", - "latitude": 34.732507178346495, - "longitude": 127.72016163447275, + "address": "충청북도 청주시 서원구 창신로 34-1 (사창동) 1층", + "district": "충청북도 청주시", + "latitude": 36.633961660488815, + "longitude": 127.46479698824699, "representativePriceAmount": 7000, - "representativePriceLabel": "비빔밥(점심)", + "representativePriceLabel": "한우내장탕(보통)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥(점심) 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-642-9032", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우내장탕(보통) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 049-271-0284", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4cf8796d5d841abd4ca4", - "label": "비빔밥(점심)", + "id": "dda9658c4f877f1f55f0", + "label": "한우내장탕(보통)", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "53d1d7c9d32ba270ac8f", - "label": "칼국수", - "amount": 8000, + "id": "7308fa66f65dd5b105a0", + "label": "한우소머리곰탕(보통)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4cf8796d5d841abd4ca4-history", - "label": "비빔밥(점심)", + "id": "dda9658c4f877f1f55f0-history", + "label": "한우내장탕(보통)", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "53d1d7c9d32ba270ac8f-history", - "label": "칼국수", - "amount": 8000, + "id": "7308fa66f65dd5b105a0-history", + "label": "한우소머리곰탕(보통)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6435", - "name": "더헤어", - "businessName": "더헤어", - "categorySlug": "beauty", - "address": "경상북도 포항시 북구 흥해읍 중성로32번길 14 (1층)", - "district": "경상북도 포항시", - "latitude": 36.1074175340788, - "longitude": 129.346453745514, - "representativePriceAmount": 8000, - "representativePriceLabel": "여성커트", + "id": "goodprice-461", + "name": "향원", + "businessName": "향원", + "categorySlug": "chinese", + "address": "서울특별시 도봉구 덕릉로59길 62 (창동)", + "district": "서울특별시 도봉구", + "latitude": 37.6416824927055, + "longitude": 127.03652027445, + "representativePriceAmount": 2000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 여성커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-261-6785 / 영업시간: 9시~17시 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 목 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": "aceb65a5fae506de0302", - "label": "여성커트", - "amount": 8000, + "id": "1936e7db8ae1bcb619a8", + "label": "짜장면", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e75d11bed4907dad7f51", - "label": "남성커트", - "amount": 7000, + "id": "0e90def42d6721a0c7bd", + "label": "짬뽕", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "aceb65a5fae506de0302-history", - "label": "여성커트", - "amount": 8000, + "id": "c558dd581e28e6eb0a91", + "label": "탕수육(소)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e75d11bed4907dad7f51-history", - "label": "남성커트", - "amount": 7000, + "id": "79b660c1b938e9450aaa", + "label": "간짜장", + "amount": 4000, "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": [ + "reportedAt": "2026-04-05" + }, + { + "id": "115b14fa2daf3aaf8091", + "label": "고추잡채밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5d788c081dbb43a291e2", + "label": "마파두부밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "918f1d2479f2fbc1ff9f", + "label": "미니탕수육", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5bb59faaf2bc04c0ba96", + "label": "볶음밥", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "60451495926d23e3ffba", + "label": "오므라이스", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, { - "id": "df871a5697263566ee30", + "id": "d8bda85a221d732fbdc8", "label": "우동", - "amount": 7500, + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3ff8a0cf37ef231be301", - "label": "카레덮밥", - "amount": 9000, + "id": "7159f0cbe9ff61ed7c39", + "label": "잡채밥", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2076c8dda352457bb7f2", + "label": "짜장밥", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b50f910f055ec9698310", + "label": "짬뽕밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "df871a5697263566ee30-history", + "id": "1936e7db8ae1bcb619a8-history", + "label": "짜장면", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "0e90def42d6721a0c7bd-history", + "label": "짬뽕", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c558dd581e28e6eb0a91-history", + "label": "탕수육(소)", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "79b660c1b938e9450aaa-history", + "label": "간짜장", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "115b14fa2daf3aaf8091-history", + "label": "고추잡채밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5d788c081dbb43a291e2-history", + "label": "마파두부밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "918f1d2479f2fbc1ff9f-history", + "label": "미니탕수육", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "5bb59faaf2bc04c0ba96-history", + "label": "볶음밥", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "60451495926d23e3ffba-history", + "label": "오므라이스", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d8bda85a221d732fbdc8-history", "label": "우동", - "amount": 7500, + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3ff8a0cf37ef231be301-history", - "label": "카레덮밥", - "amount": 9000, + "id": "7159f0cbe9ff61ed7c39-history", + "label": "잡채밥", + "amount": 5500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "c7606df5723d22c048e1", - "label": "커트", - "amount": 7000, + "id": "2076c8dda352457bb7f2-history", + "label": "짜장밥", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "c7606df5723d22c048e1-history", - "label": "커트", - "amount": 7000, + "id": "b50f910f055ec9698310-history", + "label": "짬뽕밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6812", - "name": "보리밥집", - "businessName": "보리밥집", - "categorySlug": "korean", - "address": "경상남도 창원시 성산구 마디미로28 D동 203호 (상남동, 상남재래시장)", - "district": "경상남도 창원시", - "latitude": 35.2222148675498, - "longitude": 128.683379990696, - "representativePriceAmount": 7000, - "representativePriceLabel": "보리밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-263-7298", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-214-0020 / 영업시간: 매일 10:30~20:30 매월 첫째,셋째주 월요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fb458e5997604e4cf9ce", - "label": "보리밥", - "amount": 7000, + "id": "9382d5bd361e8e01e946", + "label": "자장면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d670e364f4aa0d366a57", - "label": "된장찌개", + "id": "fc2449e55df0014f321a", + "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6276502f1a681d9d114c", - "label": "김치찌개", + "id": "d4ea0ceb3e46a90bd02f", + "label": "우동", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fb458e5997604e4cf9ce-history", - "label": "보리밥", - "amount": 7000, + "id": "9382d5bd361e8e01e946-history", + "label": "자장면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d670e364f4aa0d366a57-history", - "label": "된장찌개", + "id": "fc2449e55df0014f321a-history", + "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6276502f1a681d9d114c-history", - "label": "김치찌개", + "id": "d4ea0ceb3e46a90bd02f-history", + "label": "우동", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6772", - "name": "복가득뚱보갈비", - "businessName": "복가득뚱보갈비", + "id": "goodprice-467", + "name": "홍두깨손칼국수", + "businessName": "홍두깨손칼국수", "categorySlug": "korean", - "address": "경상남도 창원시 마산합포구 노산서18길 114 (교방동)", - "district": "경상남도 창원시", - "latitude": 35.2148634483788, - "longitude": 128.564078372768, - "representativePriceAmount": 6000, - "representativePriceLabel": "물냉면", + "address": "서울특별시 도봉구 도당로13가길 13 (방학동)", + "district": "서울특별시 도봉구", + "latitude": 37.6658741919658, + "longitude": 127.036072980597, + "representativePriceAmount": 5500, + "representativePriceLabel": "옛날손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-243-0172 / 영업시간: 09:30~18:00 매주 일요일, 공휴일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날손칼국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-375-2727 / 영업시간: 금 09:30-20:30 토 09:30-20:30 일 09:30-20:30 월 09:30-20:30 화 09:30-20:30 수 정기휴무(매주수요일) 목 09:30-20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a41bfd3cd39388a0f734", - "label": "물냉면", - "amount": 6000, + "id": "076d5f62b8fcb5f79c70", + "label": "옛날손칼국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2266b863403a4c53a6a7", - "label": "비빔냉면", - "amount": 7000, + "id": "3ad0cb821c6a713f4064", + "label": "손수제비", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "a41bfd3cd39388a0f734-history", - "label": "물냉면", - "amount": 6000, + "id": "280c79506d8b568b139e", + "label": "소고기콩나물밥", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2266b863403a4c53a6a7-history", - "label": "비빔냉면", - "amount": 7000, + "id": "8a659ca39cd937c451b9", + "label": "물만두", + "amount": 3000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "3ffda3d8fb43dc771d77", - "label": "뼈해장국", - "amount": 8000, + "id": "31b6d5064eeeb09b4fba", + "label": "울금손수제비", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "642ede60337097642d98", + "label": "울금손칼제비", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3ffda3d8fb43dc771d77-history", - "label": "뼈해장국", - "amount": 8000, + "id": "076d5f62b8fcb5f79c70-history", + "label": "옛날손칼국수", + "amount": 5500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "28394e8b7088f149bb03", - "label": "뼈해장국(1인분)", - "amount": 8500, + "id": "3ad0cb821c6a713f4064-history", + "label": "손수제비", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, + { + "id": "280c79506d8b568b139e-history", + "label": "소고기콩나물밥", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8a659ca39cd937c451b9-history", + "label": "물만두", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "31b6d5064eeeb09b4fba-history", + "label": "울금손수제비", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, { - "id": "28394e8b7088f149bb03-history", - "label": "뼈해장국(1인분)", - "amount": 8500, + "id": "642ede60337097642d98-history", + "label": "울금손칼제비", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11864", - "name": "또옵서식당", - "businessName": "또옵서식당", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 번영로 459", - "district": "제주특별자치도 제주시", - "latitude": 33.4922578901329, - "longitude": 126.591494992712, - "representativePriceAmount": 6000, - "representativePriceLabel": "된장찌개", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-794-0051", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 핸드드립 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: \"07:30~19:00 정기휴무 매주 일요일\"", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "de587a79e34bce760423", - "label": "된장찌개", - "amount": 6000, + "id": "3b272c1d1e72028ec231", + "label": "핸드드립", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5998fdb1497e38be93b5", - "label": "동태찌개", - "amount": 7000, + "id": "38a4ea5c1c248574ea24", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7952bd1f314dbc7745c2", - "label": "김치찌개", - "amount": 8000, + "id": "ecdf90a5585e5ce259c1", + "label": "카페라떼", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "de587a79e34bce760423-history", - "label": "된장찌개", - "amount": 6000, + "id": "3b272c1d1e72028ec231-history", + "label": "핸드드립", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5998fdb1497e38be93b5-history", - "label": "동태찌개", - "amount": 7000, + "id": "38a4ea5c1c248574ea24-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7952bd1f314dbc7745c2-history", - "label": "김치찌개", - "amount": 8000, + "id": "ecdf90a5585e5ce259c1-history", + "label": "카페라떼", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7216", - "name": "또와헤어샾", - "businessName": "또와헤어샾", - "categorySlug": "beauty", - "address": "제주특별자치도 제주시 지석6길 9 또와헤어샾", - "district": "제주특별자치도 제주시", - "latitude": 33.5203409285847, - "longitude": 126.581100037461, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-468", + "name": "홍두깨손칼국수", + "businessName": "홍두깨손칼국수", + "categorySlug": "korean", + "address": "서울특별시 도봉구 도봉산4가길 14 (도봉동)", + "district": "서울특별시 도봉구", + "latitude": 37.688212879641, + "longitude": 127.041306520991, + "representativePriceAmount": 5500, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-756-6528", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-349-0282 / 영업시간: 매일 09:00-22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d75dd3f0a7a1cea18963", - "label": "커트", - "amount": 10000, + "id": "95fa3814c84cb3cb0b45", + "label": "칼국수", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "06715439b2e329f45620", + "label": "손칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d75dd3f0a7a1cea18963-history", - "label": "커트", - "amount": 10000, + "id": "95fa3814c84cb3cb0b45-history", + "label": "칼국수", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "06715439b2e329f45620-history", + "label": "손칼국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18037", - "name": "뛰니뛰니", - "businessName": "뛰니뛰니", - "categorySlug": "other-service", - "address": "제주특별자치도 제주시 연신로 76 (이도이동) 뛰니뛰니", - "district": "제주특별자치도 제주시", - "latitude": 33.4946894705016, - "longitude": 126.54802422292092, + "id": "goodprice-11751", + "name": "맛짱김밥", + "businessName": "맛짱김밥", + "categorySlug": "korean", + "address": "충청남도 천안시 동남구 원거리11길 42 (원성동)", + "district": "충청남도 천안시", + "latitude": 36.8010379639367, + "longitude": 127.157625650438, "representativePriceAmount": 6000, - "representativePriceLabel": "어린이입장료", + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 어린이입장료 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-727-0369", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 041-568-7775 / 영업시간: 10:00~19:00 정기휴무(매주 일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e6d923f7e0a9397d788f", - "label": "어린이입장료", + "id": "424837af5b2d64e0321a", + "label": "김치찌개", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c5106c85625491c8b7fe", - "label": "보호자입장료", - "amount": 0, + "id": "3ad09052c5d105b3a932", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "f185c187488db012a2af", + "label": "비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e6d923f7e0a9397d788f-history", - "label": "어린이입장료", + "id": "424837af5b2d64e0321a-history", + "label": "김치찌개", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c5106c85625491c8b7fe-history", - "label": "보호자입장료", - "amount": 0, + "id": "3ad09052c5d105b3a932-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "f185c187488db012a2af-history", + "label": "비빔밥", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-968", - "name": "345국수", - "businessName": "345국수", + "id": "goodprice-15312", + "name": "홍두깨손칼국수", + "businessName": "홍두깨손칼국수", "categorySlug": "korean", - "address": "서울특별시 중구 청구로 83-9 1층", - "district": "서울특별시 중구", - "latitude": 37.560172073734, - "longitude": 127.013228537389, - "representativePriceAmount": 8000, - "representativePriceLabel": "손수제비", + "address": "서울특별시 도봉구 덕릉로58길 3 (창동) 1층", + "district": "서울특별시 도봉구", + "latitude": 37.6388662285479, + "longitude": 127.03874814345146, + "representativePriceAmount": 7500, + "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 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-903-8981", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "93807d7eba2568964966", - "label": "손수제비", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "66fbf5a1cea154438d07", - "label": "잔치국수", - "amount": 7000, + "id": "0227872d462b7c0bbfe4", + "label": "칼국수", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "096de478bf333e20cc09", - "label": "칼국수", - "amount": 7000, + "id": "a5faf9affe9631b5b5dc", + "label": "수제비", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "93807d7eba2568964966-history", - "label": "손수제비", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "66fbf5a1cea154438d07-history", - "label": "잔치국수", - "amount": 7000, + "id": "0227872d462b7c0bbfe4-history", + "label": "칼국수", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "096de478bf333e20cc09-history", - "label": "칼국수", - "amount": 7000, + "id": "a5faf9affe9631b5b5dc-history", + "label": "수제비", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-979", - "name": "거목식당", - "businessName": "거목식당", - "categorySlug": "korean", - "address": "서울특별시 중구 을지로36길 18 (을지로5가)", - "district": "서울특별시 중구", - "latitude": 37.5659767545803, - "longitude": 127.001477572948, - "representativePriceAmount": 7000, - "representativePriceLabel": "된장찌개", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-226-0010 / 영업시간: 월~토 05:00~20:00 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-271-2223", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0a3174cd0f6da08e1c41", - "label": "된장찌개", + "id": "48131c01c3d545957931", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d6ccc9d1b8fd281c70e6", + "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1a4d07add33313b4fdfd", - "label": "순두부찌개", + "id": "2fd47e14ec6d4388bf97", + "label": "간짜장", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0a3174cd0f6da08e1c41-history", - "label": "된장찌개", + "id": "48131c01c3d545957931-history", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d6ccc9d1b8fd281c70e6-history", + "label": "짬뽕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1a4d07add33313b4fdfd-history", - "label": "순두부찌개", + "id": "2fd47e14ec6d4388bf97-history", + "label": "간짜장", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16085", - "name": "공화춘", - "businessName": "공화춘", + "id": "goodprice-462", + "name": "화원", + "businessName": "화원", "categorySlug": "chinese", - "address": "서울특별시 중구 청파로 457-1 (중림동) 2층", - "district": "서울특별시 중구", - "latitude": 37.56020605082971, - "longitude": 126.96781059246393, - "representativePriceAmount": 6000, - "representativePriceLabel": "짜장면", + "address": "서울특별시 도봉구 덕릉로60길 57 (창동) (창동)", + "district": "서울특별시 도봉구", + "latitude": 37.63774562758732, + "longitude": 127.04079973520979, + "representativePriceAmount": 3500, + "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 (일요일 정기휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-998-8888 / 영업시간: 매일 10:30-20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "80381c7c3813a0cd4c59", - "label": "짜장면", - "amount": 6000, + "id": "31114b882a8d09fb968e", + "label": "자장면", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "46eb2fc605087014020b", + "id": "5481fbcf73761a419eec", "label": "짬뽕", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "bfa92385f0609bdf7eeb", + "label": "왕만두", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "80381c7c3813a0cd4c59-history", - "label": "짜장면", - "amount": 6000, + "id": "31114b882a8d09fb968e-history", + "label": "자장면", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "46eb2fc605087014020b-history", + "id": "5481fbcf73761a419eec-history", "label": "짬뽕", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "bfa92385f0609bdf7eeb-history", + "label": "왕만두", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1426", - "name": "미소정 멸치국수", - "businessName": "미소정 멸치국수", + "id": "goodprice-18287", + "name": "조선국수", + "businessName": "조선국수", "categorySlug": "korean", - "address": "부산광역시 서구 대영로 85번길 24-1 (동대신동2가)", - "district": "부산광역시 서구", - "latitude": 35.1121156286607, - "longitude": 129.020062894885, - "representativePriceAmount": 4000, - "representativePriceLabel": "멸치국수", + "address": "전라남도 목포시 교육로66번길 23-1 (상동) 1층", + "district": "전라남도 목포시", + "latitude": 34.80412602893619, + "longitude": 126.42234641443257, + "representativePriceAmount": 6000, + "representativePriceLabel": "비빔국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-8531 / 영업시간: 10:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1303-3481", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bac19bbd56c631e3d2c6", - "label": "멸치국수", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "5cb344aa79602bcd9910", - "label": "비빔밥", - "amount": 6500, + "id": "c07f6ad5d3b7716b5a81", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3484ee3ae0809a2db8fb", - "label": "소고기국밥", - "amount": 6500, + "id": "1d3574d871445362f97b", + "label": "멸치국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bac19bbd56c631e3d2c6-history", - "label": "멸치국수", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5cb344aa79602bcd9910-history", - "label": "비빔밥", - "amount": 6500, + "id": "c07f6ad5d3b7716b5a81-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3484ee3ae0809a2db8fb-history", - "label": "소고기국밥", - "amount": 6500, + "id": "1d3574d871445362f97b-history", + "label": "멸치국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1427", - "name": "바보면가", - "businessName": "바보면가", + "id": "goodprice-11271", + "name": "힘찬장어", + "businessName": "힘찬장어", "categorySlug": "korean", - "address": "부산광역시 서구 임시수도기념로 21-10 (부민동3가)", - "district": "부산광역시 서구", - "latitude": 35.1030261158569, - "longitude": 129.018574291429, + "address": "서울특별시 도봉구 노해로69길 15-9 (창동)", + "district": "서울특별시 도봉구", + "latitude": 37.6529050124665, + "longitude": 127.05033734448, "representativePriceAmount": 7000, - "representativePriceLabel": "손칼국수+돈까스", + "representativePriceLabel": "가정식백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수+돈까스 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-255-8336 / 영업시간: 10:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d5b8fe0efac625c93a94", - "label": "손칼국수+돈까스", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "491d810bf9eb8a7bda0a", - "label": "만두국+돈까스", + "id": "1b52af36d7a6e48878a8", + "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" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d5b8fe0efac625c93a94-history", - "label": "손칼국수+돈까스", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "491d810bf9eb8a7bda0a-history", - "label": "만두국+돈까스", + "id": "1b52af36d7a6e48878a8-history", + "label": "가정식백반", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-2587-5925 / 영업시간: 평일 10:00 - 20:00 브레이크타임 14:30 - 17:00 토일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "7448511d56b8f0fee81f-history", - "label": "만두국+돈가스", - "amount": 6500, + "id": "47301662c5612baeba9d", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "52dd0a69c98d04533361-history", - "label": "손칼국수+돈가스", - "amount": 6500, + "id": "47301662c5612baeba9d-history", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17740", - "name": "동림식당", - "businessName": "동림식당", + "id": "goodprice-422", + "name": "공릉동멸치국수", + "businessName": "공릉동멸치국수", "categorySlug": "korean", - "address": "대구광역시 동구 파계로116길 49 (중대동)", - "district": "대구광역시 동구", - "latitude": 35.98617130128156, - "longitude": 128.6374302331672, - "representativePriceAmount": 4000, - "representativePriceLabel": "칼국수", + "address": "서울특별시 노원구 동일로173가길 43 (공릉동)", + "district": "서울특별시 노원구", + "latitude": 37.6201858843938, + "longitude": 127.07298722732, + "representativePriceAmount": 5000, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-982-2860 / 영업시간: 영업시간 : 10:00~21:00 정기휴무 : 없음", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-8160-6158 / 영업시간: 매일 12:00-24:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fb5cd59e3ed8b3f66cb6", - "label": "칼국수", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "b13e6c4574afd4287900", - "label": "비빔밥", - "amount": 4000, + "id": "30b773f82cbfbf32b5aa", + "label": "멸치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "43e4e489a96cf0888c79", - "label": "촌두부", - "amount": 4000, + "id": "bc179f40b0ef703a4c62", + "label": "칼수제비", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d7cf5cda208ea2781b50", - "label": "도토리묵", - "amount": 4000, + "id": "f0ed17ba9ac2b94dc18b", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fb5cd59e3ed8b3f66cb6-history", - "label": "칼국수", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "b13e6c4574afd4287900-history", - "label": "비빔밥", - "amount": 4000, + "id": "30b773f82cbfbf32b5aa-history", + "label": "멸치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "43e4e489a96cf0888c79-history", - "label": "촌두부", - "amount": 4000, + "id": "bc179f40b0ef703a4c62-history", + "label": "칼수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d7cf5cda208ea2781b50-history", - "label": "도토리묵", - "amount": 4000, + "id": "f0ed17ba9ac2b94dc18b-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1871", - "name": "만보칼국수", - "businessName": "만보칼국수", + "id": "goodprice-18741", + "name": "넉둥베기", + "businessName": "넉둥베기", "categorySlug": "korean", - "address": "대구광역시 동구 팔공로209길 15 (백안동)", - "district": "대구광역시 동구", - "latitude": 35.9539345412516, - "longitude": 128.693850133799, + "address": "제주특별자치도 제주시 서문로 9 (용담일동) 1층", + "district": "제주특별자치도 제주시", + "latitude": 33.50976651062224, + "longitude": 126.51245788210441, "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지머리국밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-743-2585", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "94560b3d220b6f8fd7df", - "label": "칼국수", + "id": "4b27eae84d890212cc45", + "label": "돼지머리국밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "76d3dd38b0ce189772ce", - "label": "잔치국수", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "e034ef6c990d021f7cfd", - "label": "감자수제비", + "id": "730723c261e932dd1ed5", + "label": "돼지내장국밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "94560b3d220b6f8fd7df-history", - "label": "칼국수", + "id": "4b27eae84d890212cc45-history", + "label": "돼지머리국밥", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "76d3dd38b0ce189772ce-history", - "label": "잔치국수", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e034ef6c990d021f7cfd-history", - "label": "감자수제비", + "id": "730723c261e932dd1ed5-history", + "label": "돼지내장국밥", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14063", - "name": "머리쟁이", - "businessName": "머리쟁이", - "categorySlug": "beauty", - "address": "대구광역시 동구 아양로 117 (신암동)", - "district": "대구광역시 동구", - "latitude": 35.88476589784557, - "longitude": 128.62608730053938, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트", + "id": "goodprice-18732", + "name": "꽃제비칼국수", + "businessName": "꽃제비칼국수", + "categorySlug": "korean", + "address": "서울특별시 노원구 광운로12길 13 (월계동) 1층", + "district": "서울특별시 노원구", + "latitude": 37.62131255523202, + "longitude": 127.05991448612018, + "representativePriceAmount": 7000, + "representativePriceLabel": "바지락칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-957-0050", + "lastPriceUpdatedAt": "2026-04-05", + "description": "로또 파는 칼국수집", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-911-8371", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7229cf5e35f2709799bd", - "label": "커트", - "amount": 8000, + "id": "3c53f3c62f4a11e2ae53", + "label": "바지락칼국수", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "86c33321d5e934756b85", + "label": "어묵칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7229cf5e35f2709799bd-history", - "label": "커트", - "amount": 8000, + "id": "3c53f3c62f4a11e2ae53-history", + "label": "바지락칼국수", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "86c33321d5e934756b85-history", + "label": "어묵칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13034", - "name": "시온이네집밥", - "businessName": "시온이네집밥", - "categorySlug": "korean", - "address": "인천광역시 동구 샛골로 168-3 (송림동) 1층 (현대시장 내)", - "district": "인천광역시 동구", - "latitude": 37.47735018760701, - "longitude": 126.6452386553363, - "representativePriceAmount": 6000, - "representativePriceLabel": "청국장", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-710-9274 / 영업시간: 월~토 10:00-20:30 (일) 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-257-0221", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7844d0aef3f917153026", - "label": "청국장", + "id": "ffcac499abeb8049e1a7", + "label": "짜장면", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "503eab90627703f370a3", + "label": "짬뽕", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "3171ce2672c2c08d8942", + "label": "우동", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7844d0aef3f917153026-history", - "label": "청국장", + "id": "ffcac499abeb8049e1a7-history", + "label": "짜장면", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "503eab90627703f370a3-history", + "label": "짬뽕", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "3171ce2672c2c08d8942-history", + "label": "우동", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2101", - "name": "신대청마루", - "businessName": "신대청마루", + "id": "goodprice-11543", + "name": "대원아구찜칼국수", + "businessName": "대원아구찜칼국수", "categorySlug": "korean", - "address": "인천광역시 동구 방축로 105 (송림동, 산업용품유통센타 편익 C동 지하 21호)", - "district": "인천광역시 동구", - "latitude": 37.4841229128464, - "longitude": 126.656111822612, + "address": "서울특별시 노원구 상계로27길 48", + "district": "서울특별시 노원구", + "latitude": 37.6603792768307, + "longitude": 127.069209409411, "representativePriceAmount": 7000, - "representativePriceLabel": "백반", + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-589-2355 / 영업시간: 월~금 09:00-17:00 (주말, 공휴일) 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-936-2242", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "49290318f34c4b2bc829", - "label": "백반", + "id": "f18f888198900e572f09", + "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "49290318f34c4b2bc829-history", - "label": "백반", + "id": "f18f888198900e572f09-history", + "label": "칼국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2311", - "name": "대정회관", - "businessName": "대정회관", - "categorySlug": "korean", - "address": "광주광역시 서구 대남대로462번길 3 (농성동)", - "district": "광주광역시 서구", - "latitude": 35.1515316175609, - "longitude": 126.88645436957, - "representativePriceAmount": 8000, - "representativePriceLabel": "청국장", + "id": "goodprice-19455", + "name": "호띠(Hotti)", + "businessName": "호띠(Hotti)", + "categorySlug": "other-food", + "address": "부산광역시 중구 중구로33번길 34 (부평동2가) 1층", + "district": "부산광역시 중구", + "latitude": 35.10109850255856, + "longitude": 129.0260188442655, + "representativePriceAmount": 2000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-364-7999 / 영업시간: 월~일 11시~21시", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-714-0073 / 영업시간: 12:30~21:30, 매주화요일휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "55db0c805d73e851b2e6", - "label": "청국장", - "amount": 8000, + "id": "803e05b6094a185cb325", + "label": "아메리카노", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "46bb8f016094cffec927", + "label": "복숭아 아이스티", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "55db0c805d73e851b2e6-history", - "label": "청국장", - "amount": 8000, + "id": "803e05b6094a185cb325-history", + "label": "아메리카노", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "46bb8f016094cffec927-history", + "label": "복숭아 아이스티", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14042", - "name": "대흥민속목욕탕", - "businessName": "대흥민속목욕탕", - "categorySlug": "bath", - "address": "광주광역시 서구 운천로 34 (금호동) 금호1동", - "district": "광주광역시 서구", - "latitude": 35.13576588266793, - "longitude": 126.85944266692678, - "representativePriceAmount": 7000, - "representativePriceLabel": "성인", + "id": "goodprice-11546", + "name": "뚜비뚜밥스", + "businessName": "뚜비뚜밥스", + "categorySlug": "korean", + "address": "서울특별시 노원구 동일로 190길 4", + "district": "서울특별시 노원구", + "latitude": 37.6251320197826, + "longitude": 127.073589835978, + "representativePriceAmount": 3500, + "representativePriceLabel": "컵밥(소)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 성인 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-374-7079", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 컵밥(소) 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-4115-7775", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9015ca45d1fdf3ad44ed", - "label": "성인", - "amount": 7000, + "id": "1f05840ec7eaa6734291", + "label": "컵밥(소)", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2d8081dd90421e6eb1b2", - "label": "아동", - "amount": 3000, + "id": "19ebd783ebbfef302fe3", + "label": "돈까스덮밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9015ca45d1fdf3ad44ed-history", - "label": "성인", - "amount": 7000, + "id": "1f05840ec7eaa6734291-history", + "label": "컵밥(소)", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2d8081dd90421e6eb1b2-history", - "label": "아동", - "amount": 3000, + "id": "19ebd783ebbfef302fe3-history", + "label": "돈까스덮밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13667", - "name": "동해계절맛집", - "businessName": "동해계절맛집", + "id": "goodprice-1870", + "name": "고향손칼국수", + "businessName": "고향손칼국수", "categorySlug": "korean", - "address": "광주광역시 서구 계수로 56 (쌍촌동) 1층", - "district": "광주광역시 서구", - "latitude": 35.16026802456817, - "longitude": 126.8567005862501, - "representativePriceAmount": 9000, - "representativePriceLabel": "김치찌개", + "address": "대구광역시 동구 장등로 9 (신천동)", + "district": "대구광역시 동구", + "latitude": 35.8682732754141, + "longitude": 128.622905927079, + "representativePriceAmount": 4500, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-385-6363", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "1e9e8824ce10cf237564", - "label": "김치찌개", - "amount": 9000, + "id": "6edf3876036df9e3a321", + "label": "잔치국수", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9762e0a0fdabe1110c3d", - "label": "생선구이백반", - "amount": 9000, + "id": "526da5701aacb92a2191", + "label": "칼국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8eebd958b9421acdb5af", - "label": "청국장", - "amount": 9000, + "id": "4bdcc35674f61fa4147c", + "label": "들깨 칼국수", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "af526dd48edeecfbd220", + "label": "바지락 칼국수", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f629844b6121cacbd030", + "label": "손칼국수", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "955f0ad20cddbf8d1455", + "label": "얼큰 수제비", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1c62861c1120b7f95a0e", + "label": "얼큰 칼국수", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1e9e8824ce10cf237564-history", - "label": "김치찌개", - "amount": 9000, + "id": "6edf3876036df9e3a321-history", + "label": "잔치국수", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "526da5701aacb92a2191-history", + "label": "칼국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9762e0a0fdabe1110c3d-history", - "label": "생선구이백반", - "amount": 9000, + "id": "4bdcc35674f61fa4147c-history", + "label": "들깨 칼국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8eebd958b9421acdb5af-history", - "label": "청국장", - "amount": 9000, + "id": "af526dd48edeecfbd220-history", + "label": "바지락 칼국수", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f629844b6121cacbd030-history", + "label": "손칼국수", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "955f0ad20cddbf8d1455-history", + "label": "얼큰 수제비", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1c62861c1120b7f95a0e-history", + "label": "얼큰 칼국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2312", - "name": "동해회바다", - "businessName": "동해회바다", - "categorySlug": "korean", - "address": "광주광역시 서구 경열로26번길 3 (농성동)", - "district": "광주광역시 서구", - "latitude": 35.1514604680169, - "longitude": 126.88894822121, - "representativePriceAmount": 10000, - "representativePriceLabel": "생선초밥", + "id": "goodprice-11303", + "name": "락궁", + "businessName": "락궁", + "categorySlug": "chinese", + "address": "서울특별시 노원구 마들로31 210호", + "district": "서울특별시 노원구", + "latitude": 37.6187253727752, + "longitude": 127.067084588448, + "representativePriceAmount": 6500, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선초밥 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-367-1023 / 영업시간: 월~토 9시~21시 ※정기휴무 : 매주 토요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-949-8585", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "085b50435cf0889ff5c4", - "label": "생선초밥", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "762f3beaa52db02a31cb", - "label": "낙지비빔밥", - "amount": 9000, + "id": "ab74c5e5bb078ba29923", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "085b50435cf0889ff5c4-history", - "label": "생선초밥", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "762f3beaa52db02a31cb-history", - "label": "낙지비빔밥", - "amount": 9000, + "id": "ab74c5e5bb078ba29923-history", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16084", - "name": "진심만두", - "businessName": "진심만두", + "id": "goodprice-2237", + "name": "철이네손수제비랑칼국수(신포)", + "businessName": "철이네손수제비랑칼국수(신포)", "categorySlug": "korean", - "address": "대전광역시 동구 대전로785번길 41-3 (원동) 119호", - "district": "대전광역시 동구", - "latitude": 36.32895512036512, - "longitude": 127.4312023578623, - "representativePriceAmount": 5000, - "representativePriceLabel": "고기교자만두", + "address": "인천광역시 중구 개항로 9-1 1층(중앙동4가)", + "district": "인천광역시 중구", + "latitude": 37.4714042648041, + "longitude": 126.623802333892, + "representativePriceAmount": 7000, + "representativePriceLabel": "얼큰수제비", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기교자만두 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1378-0210 / 영업시간: 08:00~19:30 / 수요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 얼큰수제비 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-777-1159 / 영업시간: 월~금 : 10:30~21:00 토 : 11:00~19:00 정기휴무(일요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "adcab42c8bd6c1a284e9", - "label": "고기교자만두", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "efce12b5d5c00ceed455", - "label": "김치교자만두", - "amount": 5000, + "id": "ce6f575af73081ffba36", + "label": "얼큰수제비", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "57e5e0c2db24eb479157", - "label": "새우교자만두", - "amount": 5000, + "id": "3db8d95d5b0a2906a756", + "label": "수제비", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "adcab42c8bd6c1a284e9-history", - "label": "고기교자만두", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "efce12b5d5c00ceed455-history", - "label": "김치교자만두", - "amount": 5000, + "id": "ce6f575af73081ffba36-history", + "label": "얼큰수제비", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "57e5e0c2db24eb479157-history", - "label": "새우교자만두", - "amount": 5000, + "id": "3db8d95d5b0a2906a756-history", + "label": "수제비", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2549", - "name": "진짜손칼국수", - "businessName": "진짜손칼국수", + "id": "goodprice-424", + "name": "마들김밥", + "businessName": "마들김밥", "categorySlug": "korean", - "address": "대전광역시 동구 우암로 341-2 (가양동)", - "district": "대전광역시 동구", - "latitude": 36.3496914492847, - "longitude": 127.451550689252, - "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "address": "서울특별시 노원구 한글비석로 474 보람상가", + "district": "서울특별시 노원구", + "latitude": 37.6648233542549, + "longitude": 127.065441493669, + "representativePriceAmount": 2000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-622-0109 / 영업시간: 11:00 ~ 21:00 / 매주 토요일 정기휴무 / 둘째, 넷째주 금요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-933-9308", "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, + "id": "e1cb90699f9570efd06f", + "label": "김밥", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "47cbabaff56a0e30b196", - "label": "여름별미 열무국수", - "amount": 6000, + "id": "820be613d2b21a77096d", + "label": "냉면", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "afe8045f1055fbfbe810", - "label": "여름별미콩국수", - "amount": 7000, + "id": "2ab8658425014364469a", + "label": "잔치국수", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "83e4f536a4c24ec438df", - "label": "잔치국수", - "amount": 6000, + "id": "a3224347cf6bcf907f2a", + "label": "김치찌개", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8b7165153fed8150f893-history", - "label": "칼국수", - "amount": 6000, + "id": "e1cb90699f9570efd06f-history", + "label": "김밥", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "540b672c76b0a690a27a-history", - "label": "미니족발 중", - "amount": 10000, + "id": "820be613d2b21a77096d-history", + "label": "냉면", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6f4b99ac50328324e377-history", - "label": "순둥이칼국수", - "amount": 6000, + "id": "2ab8658425014364469a-history", + "label": "잔치국수", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0f1547642f7414fe05b3-history", - "label": "얼큰이칼국수", - "amount": 6000, + "id": "a3224347cf6bcf907f2a-history", + "label": "김치찌개", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제비 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-204-8990 / 영업시간: 11:00~21:00 정기휴무(일요일)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "47cbabaff56a0e30b196-history", - "label": "여름별미 열무국수", - "amount": 6000, + "id": "08f390f1a828edf4eb54", + "label": "수제비", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "afe8045f1055fbfbe810-history", - "label": "여름별미콩국수", + "id": "a0901e7a576ff0f46db6", + "label": "칼국수", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "08f390f1a828edf4eb54-history", + "label": "수제비", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "83e4f536a4c24ec438df-history", - "label": "잔치국수", - "amount": 6000, + "id": "a0901e7a576ff0f46db6-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2537", - "name": "착한미용실", - "businessName": "착한미용실", - "categorySlug": "beauty", - "address": "대전광역시 동구 중앙로204번길 6 (중동)", - "district": "대전광역시 동구", - "latitude": 36.3305464456764, - "longitude": 127.431800535141, - "representativePriceAmount": 9000, - "representativePriceLabel": "미용료(커트)", + "id": "goodprice-425", + "name": "마떡다이천", + "businessName": "마떡다이천", + "categorySlug": "korean", + "address": "서울특별시 노원구 석계로106 (월계동, 1층)", + "district": "서울특별시 노원구", + "latitude": 37.6231587724471, + "longitude": 127.060412203211, + "representativePriceAmount": 3000, + "representativePriceLabel": "떡볶이", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-222-0594 / 영업시간: 10:00 ~ 17:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-976-4841 / 영업시간: 07:00~ 19:00 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e2f58cbd26b8a4665bf5", - "label": "미용료(커트)", - "amount": 9000, + "id": "e2ffd049caff4f8beb85", + "label": "떡볶이", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3e7de58f4009c2751c0b", - "label": "커트(남성 일반)", - "amount": 8000, + "id": "175c61eaf4012c22c89d", + "label": "순대", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6a738b82e9e5bb81a74e", - "label": "커트(여성 일반)", - "amount": 9000, + "id": "5db4e2da3b64e55d7377", + "label": "오뎅 (1인분/3개)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e2f58cbd26b8a4665bf5-history", - "label": "미용료(커트)", - "amount": 9000, + "id": "e2ffd049caff4f8beb85-history", + "label": "떡볶이", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3e7de58f4009c2751c0b-history", - "label": "커트(남성 일반)", - "amount": 8000, + "id": "175c61eaf4012c22c89d-history", + "label": "순대", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6a738b82e9e5bb81a74e-history", - "label": "커트(여성 일반)", - "amount": 9000, + "id": "5db4e2da3b64e55d7377-history", + "label": "오뎅 (1인분/3개)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18135", - "name": "커피언니", - "businessName": "커피언니", - "categorySlug": "other-food", - "address": "대전광역시 동구 중앙로203번길 36 (중동) (중동)", - "district": "대전광역시 동구", - "latitude": 36.33236086267619, - "longitude": 127.43077262275567, + "id": "goodprice-2278", + "name": "칠미우동만두", + "businessName": "칠미우동만두", + "categorySlug": "korean", + "address": "광주광역시 동구 지산로 69 1층(지산동)", + "district": "광주광역시 동구", + "latitude": 35.1498802119369, + "longitude": 126.933003887435, "representativePriceAmount": 3000, - "representativePriceLabel": "아메리카노", + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-2254-7813 / 영업시간: 11:00 ~ 18:00 매주 일요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-228-7228 / 영업시간: 09:00-20:00 휴일 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2cd87958889b01d347db", - "label": "아메리카노", + "id": "6b9540ec61b73da28287", + "label": "김밥", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "784a402709db14c51548", + "label": "떡라면", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2cd87958889b01d347db-history", - "label": "아메리카노", + "id": "6b9540ec61b73da28287-history", + "label": "김밥", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "784a402709db14c51548-history", + "label": "떡라면", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15095", - "name": "미송", - "businessName": "미송", - "categorySlug": "korean", - "address": "울산광역시 남구 수암로 171 (야음동) 1층", - "district": "울산광역시 남구", - "latitude": 35.52698514192849, - "longitude": 129.3255895227967, - "representativePriceAmount": 4000, - "representativePriceLabel": "김밥", + "id": "goodprice-419", + "name": "마시차이나", + "businessName": "마시차이나", + "categorySlug": "chinese", + "address": "서울특별시 노원구 동일로 217길58 -", + "district": "서울특별시 노원구", + "latitude": 37.6532669761244, + "longitude": 127.057911100494, + "representativePriceAmount": 5000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-276-5445 / 영업시간: 8:00~15:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-339-1134", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fed37d071192757a1273", - "label": "김밥", - "amount": 4000, + "id": "2a2983e8239d9fa2f734", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "aed1bebe0f4a48506da2", + "label": "짬뽕", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d5a1719a47156449a540", + "label": "간짜장", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fed37d071192757a1273-history", - "label": "김밥", - "amount": 4000, + "id": "2a2983e8239d9fa2f734-history", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "aed1bebe0f4a48506da2-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "d5a1719a47156449a540-history", + "label": "간짜장", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2890", - "name": "산동만두", - "businessName": "산동만두", - "categorySlug": "chinese", - "address": "울산광역시 남구 월평로37번길 8", - "district": "울산광역시 남구", - "latitude": 35.5421330808182, - "longitude": 129.309578534087, - "representativePriceAmount": 5000, - "representativePriceLabel": "자장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 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번째일요일정기휴무 -첫째,셋째일요일휴무/둘째,넷째월요일휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-225-3248 / 영업시간: 08:00-21:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b7daf199752e69726a0f", - "label": "자장면", - "amount": 5000, + "id": "cf21c76fd5e83a446568", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "06ab122e9f53ac1ea21a", - "label": "짬뽕", - "amount": 7000, + "id": "e511ba57b1286bfca5a9", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "576bb56c3b93cfd5f366", - "label": "찐만두", - "amount": 6000, + "id": "49cac81024525c9be628", + "label": "된장찌개", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "46dcfe2a2bbd1f0ddb31", - "label": "군만두", - "amount": 6000, + "id": "9fe3ed2277c710f8e8af", + "label": "고추·김치김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0fd5a094372537c3222b", - "label": "짜장면", - "amount": 5000, + "id": "9ee2568f542715746261", + "label": "김치·치즈·만두·떡 라면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9dfa3eda106193e9999d", - "label": "해물우동", - "amount": 7000, + "id": "3c794b63762e9a39865b", + "label": "떡볶이", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "3412884f81d75b9cd03e", + "label": "오뎅", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "61ed44f768caa14b272a", + "label": "참치·치즈김밥", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b7daf199752e69726a0f-history", - "label": "자장면", - "amount": 5000, + "id": "cf21c76fd5e83a446568-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "06ab122e9f53ac1ea21a-history", - "label": "짬뽕", - "amount": 7000, + "id": "e511ba57b1286bfca5a9-history", + "label": "라면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "576bb56c3b93cfd5f366-history", - "label": "찐만두", - "amount": 6000, + "id": "49cac81024525c9be628-history", + "label": "된장찌개", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "46dcfe2a2bbd1f0ddb31-history", - "label": "군만두", - "amount": 6000, + "id": "9fe3ed2277c710f8e8af-history", + "label": "고추·김치김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0fd5a094372537c3222b-history", - "label": "짜장면", - "amount": 5000, + "id": "9ee2568f542715746261-history", + "label": "김치·치즈·만두·떡 라면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9dfa3eda106193e9999d-history", - "label": "해물우동", - "amount": 7000, + "id": "3c794b63762e9a39865b-history", + "label": "떡볶이", + "amount": 3500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "6e849605192339abde01", - "label": "손칼국수", - "amount": 6000, + "id": "3412884f81d75b9cd03e-history", + "label": "오뎅", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "6e849605192339abde01-history", - "label": "손칼국수", - "amount": 6000, + "id": "61ed44f768caa14b272a-history", + "label": "참치·치즈김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11692", - "name": "분식나라 김밥마을", - "businessName": "분식나라 김밥마을", + "id": "goodprice-426", + "name": "메밀꽃", + "businessName": "메밀꽃", "categorySlug": "korean", - "address": "경기도 수원시 영통구 덕영대로 1699 (영통동)", - "district": "경기도 수원시", - "latitude": 37.2479713166815, - "longitude": 127.077097970377, - "representativePriceAmount": 7500, - "representativePriceLabel": "비빔밥", + "address": "서울특별시 노원구 상계로 9가길 67 1층(상계동)", + "district": "서울특별시 노원구", + "latitude": 37.6604731193713, + "longitude": 127.068969571453, + "representativePriceAmount": 4000, + "representativePriceLabel": "단호박죽", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-206-0599 / 영업시간: 10:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 단호박죽 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 매일 10:00-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9230f07dbdcc6cb1989f", - "label": "비빔밥", - "amount": 7500, + "id": "c8c701dabf58b18cee43", + "label": "단호박죽", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3e73601278cc0eeaabf9", - "label": "된장찌개", - "amount": 8000, + "id": "80d8a957a3091537f4f9", + "label": "팥죽", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "702c2e491c33d41af7f3", - "label": "칼국수", - "amount": 8000, + "id": "6cef77745df7d918d185", + "label": "돈가스", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3eff18e1757191350f52", - "label": "김밥", + "id": "09ad46915042eccbab81", + "label": "돈가스김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "5affbca3e3648147093e", + "label": "떡국", "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "9230f07dbdcc6cb1989f-history", - "label": "비빔밥", - "amount": 7500, + "id": "a9740afbcc79e15004de", + "label": "떡볶이", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3e73601278cc0eeaabf9-history", - "label": "된장찌개", - "amount": 8000, + "id": "88f896db0576075175d8", + "label": "라면", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "702c2e491c33d41af7f3-history", - "label": "칼국수", - "amount": 8000, + "id": "5214773f56c17b145866", + "label": "라볶이", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3eff18e1757191350f52-history", - "label": "김밥", - "amount": 3500, + "id": "85d19a4f4307f13162c6", + "label": "마들김밥", + "amount": 1500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "bfc53e879ed750d8922f", - "label": "아메리카노", - "amount": 3000, + "id": "27c25f729ffa39bbd5b9", + "label": "비빔냉면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "bfc53e879ed750d8922f-history", - "label": "아메리카노", - "amount": 3000, + "id": "74a34369ac4786f47731", + "label": "어묵", + "amount": 2500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "cfe006a3d34cf1dcf2b1", - "label": "커트", - "amount": 9000, + "id": "7892a012f757c51abdd3", + "label": "우동", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "cfe006a3d34cf1dcf2b1-history", - "label": "커트", - "amount": 9000, + "id": "f034d764076e4cd8373f", + "label": "잔치국수", + "amount": 3500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "fe1dabed0196a9d8d1d5", - "label": "오므라이스", - "amount": 5000, + "id": "560784b24053b7fb858c", + "label": "찐만두", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4f7d58b816040c397e88", - "label": "데미그라스오므라이스", - "amount": 5500, + "id": "0499c85a447f63cb3a56", + "label": "참치치즈김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bf3d85a1d523f3d1a48d", - "label": "크림오므라이스", - "amount": 6500, + "id": "c2aa7b31916eb6e3d3cb", + "label": "참치김밥", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "ae0550c93f4b86781b40", + "label": "치즈김밥", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fe1dabed0196a9d8d1d5-history", - "label": "오므라이스", - "amount": 5000, + "id": "c8c701dabf58b18cee43-history", + "label": "단호박죽", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4f7d58b816040c397e88-history", - "label": "데미그라스오므라이스", - "amount": 5500, + "id": "80d8a957a3091537f4f9-history", + "label": "팥죽", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bf3d85a1d523f3d1a48d-history", - "label": "크림오므라이스", - "amount": 6500, + "id": "6cef77745df7d918d185-history", + "label": "돈가스", + "amount": 5000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "08ac7c9ebf64b74d0a64", - "label": "칼국수", - "amount": 7000, + "id": "09ad46915042eccbab81-history", + "label": "돈가스김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "26e95e7a0fddb56cc625", - "label": "쫄면", - "amount": 7000, + "id": "5affbca3e3648147093e-history", + "label": "떡국", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "672414f28b56e86714de", - "label": "냉면", - "amount": 7000, + "id": "a9740afbcc79e15004de-history", + "label": "떡볶이", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "08ac7c9ebf64b74d0a64-history", - "label": "칼국수", - "amount": 7000, + "id": "88f896db0576075175d8-history", + "label": "라면", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "26e95e7a0fddb56cc625-history", - "label": "쫄면", - "amount": 7000, + "id": "5214773f56c17b145866-history", + "label": "라볶이", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "672414f28b56e86714de-history", - "label": "냉면", - "amount": 7000, + "id": "85d19a4f4307f13162c6-history", + "label": "마들김밥", + "amount": 1500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "ce24033ee15c076f69e2", - "label": "한식뷔페", - "amount": 6000, + "id": "27c25f729ffa39bbd5b9-history", + "label": "비빔냉면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "ce24033ee15c076f69e2-history", - "label": "한식뷔페", - "amount": 6000, + "id": "74a34369ac4786f47731-history", + "label": "어묵", + "amount": 2500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "9ad01dd7f0dd4cb60a9b", - "label": "청국장", - "amount": 7000, + "id": "7892a012f757c51abdd3-history", + "label": "우동", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9b952fd0cd84bbd25d75", - "label": "김치찌개", - "amount": 7000, + "id": "f034d764076e4cd8373f-history", + "label": "잔치국수", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a8dcb689f57be7d2914c", - "label": "동태찌개", - "amount": 8000, + "id": "560784b24053b7fb858c-history", + "label": "찐만두", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "9ad01dd7f0dd4cb60a9b-history", - "label": "청국장", - "amount": 7000, + "id": "0499c85a447f63cb3a56-history", + "label": "참치치즈김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9b952fd0cd84bbd25d75-history", - "label": "김치찌개", - "amount": 7000, + "id": "c2aa7b31916eb6e3d3cb-history", + "label": "참치김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a8dcb689f57be7d2914c-history", - "label": "동태찌개", - "amount": 8000, + "id": "ae0550c93f4b86781b40-history", + "label": "치즈김밥", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15524", - "name": "몽키만두", - "businessName": "몽키만두", + "id": "goodprice-2547", + "name": "신도칼국수", + "businessName": "신도칼국수", "categorySlug": "korean", - "address": "충청북도 청주시 흥덕구 사직대로 62 (복대동) 101호(몽키만두)", - "district": "충청북도 청주시", - "latitude": 36.634284271568625, - "longitude": 127.45416055015329, - "representativePriceAmount": 5000, - "representativePriceLabel": "고기만두", + "address": "대전광역시 동구 대전로 825번길 11 (정동)", + "district": "대전광역시 동구", + "latitude": 36.3325852871967, + "longitude": 127.430995831215, + "representativePriceAmount": 7000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기만두 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-260-9132", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 10:00 ~ 19:30 15:00 ~ 17:00 브레이크타임", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a2f91607a6f7caaa4f69", - "label": "고기만두", - "amount": 5000, + "id": "d35f10373aa214126944", + "label": "칼국수", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b302eb0205fc3feeefa3", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e9925a4075548324f9b8", - "label": "김치만두", - "amount": 5000, + "id": "5cde55f5862f0370071a", + "label": "칼국수 사리", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "66e7d8bf5a32ddd71dc7", - "label": "떡만두국", - "amount": 7500, + "id": "72e2057f4b28c34247bf", + "label": "콩국수(계절)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a2f91607a6f7caaa4f69-history", - "label": "고기만두", - "amount": 5000, + "id": "d35f10373aa214126944-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e9925a4075548324f9b8-history", - "label": "김치만두", - "amount": 5000, + "id": "b302eb0205fc3feeefa3-history", + "label": "콩국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "66e7d8bf5a32ddd71dc7-history", - "label": "떡만두국", - "amount": 7500, + "id": "5cde55f5862f0370071a-history", + "label": "칼국수 사리", + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "72e2057f4b28c34247bf-history", + "label": "콩국수(계절)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18723", - "name": "성환반점", - "businessName": "성환반점", - "categorySlug": "chinese", - "address": "충청남도 천안시 서북구 성환읍 성진로 27 성환반점", - "district": "충청남도 천안시", - "latitude": 36.91213733151647, - "longitude": 127.13855017469305, - "representativePriceAmount": 9000, - "representativePriceLabel": "짬뽕", + "id": "goodprice-11540", + "name": "별미밥상", + "businessName": "별미밥상", + "categorySlug": "korean", + "address": "서울특별시 노원구 덕릉로 849 1층(상계동)", + "district": "서울특별시 노원구", + "latitude": 37.6720951149989, + "longitude": 127.082605479913, + "representativePriceAmount": 7000, + "representativePriceLabel": "가정식 백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짬뽕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-581-3353", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-931-5487", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dc5da367ca2c8aec7e3a", - "label": "짬뽕", - "amount": 9000, + "id": "4e9eab7b727070791796", + "label": "가정식 백반", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "629f8bb03f1404843c13", + "label": "야채김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dc5da367ca2c8aec7e3a-history", - "label": "짬뽕", - "amount": 9000, + "id": "4e9eab7b727070791796-history", + "label": "가정식 백반", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "629f8bb03f1404843c13-history", + "label": "야채김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4968", - "name": "세븐데이남성커트", - "businessName": "세븐데이남성커트", - "categorySlug": "barber", - "address": "충청남도 천안시 서북구 두정로 212 107호 (두정동)", - "district": "충청남도 천안시", - "latitude": 36.8333285541934, - "longitude": 127.140544198528, - "representativePriceAmount": 9000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 커트 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-568-6808 / 영업시간: 10:00~20:00 연중무휴", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 선지국밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-672-5728 / 영업시간: 11:30 ~ 20:00(매주 일요일, 공휴일 휴무)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a0c29e0c7bd5125a93de", - "label": "커트", - "amount": 9000, + "id": "6b3ec501556a09da76bb", + "label": "선지국밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a0c29e0c7bd5125a93de-history", - "label": "커트", - "amount": 9000, + "id": "6b3ec501556a09da76bb-history", + "label": "선지국밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14668", - "name": "셀프밥집", - "businessName": "셀프밥집", + "id": "goodprice-428", + "name": "손맛집", + "businessName": "손맛집", "categorySlug": "korean", - "address": "충청남도 천안시 서북구 나사렛대길 22-4 (쌍용동) .", - "district": "충청남도 천안시", - "latitude": 36.79863752371899, - "longitude": 127.11896536809991, - "representativePriceAmount": 8000, - "representativePriceLabel": "고추장불고기", + "address": "서울특별시 노원구 중계로14나길 25 104호(중계동,삼성아파트상가)", + "district": "서울특별시 노원구", + "latitude": 37.6485870640359, + "longitude": 127.084143743208, + "representativePriceAmount": 5000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고추장불고기 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-575-1213 / 영업시간: 11:00~20:00 정기휴무 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-939-1644 / 영업시간: 금 11:00-20:00 토 11:00-20:00 일 정기휴무(매주일요일) 월 11:00-20:00 화 11:00-20:00 수 11:00-20:00 목 11:00-20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e782d286a993487ee161", - "label": "고추장불고기", - "amount": 8000, + "id": "8172f49950a4c19a053e", + "label": "김치찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "eb402ca9113c1eeaac3b", - "label": "뼈해장국", - "amount": 8000, + "id": "37c7e277e2ff9e0aba82", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, + { + "id": "2fc141512f95c715c850", + "label": "순두부찌개", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, { - "id": "e782d286a993487ee161-history", - "label": "고추장불고기", - "amount": 8000, + "id": "6995a106ce40c24c65ff", + "label": "팥죽", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "eb402ca9113c1eeaac3b-history", - "label": "뼈해장국", - "amount": 8000, + "id": "37de9a12d9ecf16c325a", + "label": "호박죽", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "4ad4359fd0071f43656c", - "label": "한식(초등학생)", - "amount": 7000, + "id": "8172f49950a4c19a053e-history", + "label": "김치찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5dfbee5a28ce08954597", - "label": "한식(성인)", - "amount": 10000, + "id": "37c7e277e2ff9e0aba82-history", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ea9d9146c6629bdc62a3", - "label": "한식(미취학)", + "id": "2fc141512f95c715c850-history", + "label": "순두부찌개", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "4ad4359fd0071f43656c-history", - "label": "한식(초등학생)", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5dfbee5a28ce08954597-history", - "label": "한식(성인)", - "amount": 10000, + "id": "6995a106ce40c24c65ff-history", + "label": "팥죽", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ea9d9146c6629bdc62a3-history", - "label": "한식(미취학)", - "amount": 5000, + "id": "37de9a12d9ecf16c325a-history", + "label": "호박죽", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17032", - "name": "돔베초밥", - "businessName": "돔베초밥", - "categorySlug": "japanese", - "address": "전북특별자치도 군산시 수송남로 2 (수송동) 1층", - "district": "전북특별자치도 군산시", - "latitude": 35.95970510152752, - "longitude": 126.71457201468164, - "representativePriceAmount": 10000, - "representativePriceLabel": "모듬초밥(10p)", + "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": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 모듬초밥(10p) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-471-8884 / 영업시간: 월, 수, 목, 금, 토, 일(11:00~21:00) * 20:40 라스트오더 * 매주 화요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 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": "dc31e202b0876e4fc725", - "label": "모듬초밥(10p)", - "amount": 10000, + "id": "e73cbbafb52f3d0f302f", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "dc31e202b0876e4fc725-history", - "label": "모듬초밥(10p)", - "amount": 10000, + "id": "7e34a880037cbbb93fa4", + "label": "된장김치찌개", + "amount": 7000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "0d6ae12480a1e4fa85f7", - "label": "커트(여)", - "amount": 8000, + "id": "cdefde9c7cb9a6f607eb", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "075f219efe03ca0c0e22", - "label": "커트(남)", - "amount": 10000, + "id": "28bf0fc65b632bfe2c28", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0d6ae12480a1e4fa85f7-history", - "label": "커트(여)", - "amount": 8000, + "id": "e73cbbafb52f3d0f302f-history", + "label": "정식", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "075f219efe03ca0c0e22-history", - "label": "커트(남)", - "amount": 10000, + "id": "7e34a880037cbbb93fa4-history", + "label": "된장김치찌개", + "amount": 7000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "46c92cf54a4a6f9472c6", - "label": "여성 커트", - "amount": 10000, + "id": "cdefde9c7cb9a6f607eb-history", + "label": "김치찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "46c92cf54a4a6f9472c6-history", - "label": "여성 커트", - "amount": 10000, + "id": "28bf0fc65b632bfe2c28-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5714", - "name": "늘고운 미용실", - "businessName": "늘고운 미용실", - "categorySlug": "beauty", - "address": "전라남도 여수시 서교 6길 5 (서교동)", - "district": "전라남도 여수시", - "latitude": 34.7423213814819, - "longitude": 127.728456280602, + "id": "goodprice-429", + "name": "신가네 칼국수", + "businessName": "신가네 칼국수", + "categorySlug": "korean", + "address": "서울특별시 노원구 공릉로59나길 78-14 1층(하계동)", + "district": "서울특별시 노원구", + "latitude": 37.6356927168152, + "longitude": 127.070239129102, "representativePriceAmount": 7000, - "representativePriceLabel": "커트", + "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새해첫날휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바지락칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-948-9956 / 영업시간: 월~금: 9:30~ 15:00 휴무일: 토,일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cd0feb0df9e1452ea3dc", - "label": "커트", + "id": "dff712ef48ca8961c337", + "label": "바지락칼국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "cd86241ebbecc72759f0", + "label": "보리밥", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cd0feb0df9e1452ea3dc-history", - "label": "커트", + "id": "dff712ef48ca8961c337-history", + "label": "바지락칼국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "cd86241ebbecc72759f0-history", + "label": "보리밥", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5753", - "name": "대명한우소머리곰탕", - "businessName": "대명한우소머리곰탕", + "id": "goodprice-15109", + "name": "경북칼국수", + "businessName": "경북칼국수", "categorySlug": "korean", - "address": "전라남도 여수시 시청서5길 8 (학동)", - "district": "전라남도 여수시", - "latitude": 34.7567070697685, - "longitude": 127.657703549652, - "representativePriceAmount": 9000, - "representativePriceLabel": "한우설렁탕", + "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층", + "district": "울산광역시 남구", + "latitude": 35.541808785746284, + "longitude": 129.30930615922028, + "representativePriceAmount": 6000, + "representativePriceLabel": "손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한우설렁탕 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-666-9988 / 영업시간: 10:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-272-6903", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2a8aa49d6587c41313e2", - "label": "한우설렁탕", - "amount": 9000, + "id": "00a4781a1b1d370b49d6", + "label": "손칼국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "264e0f53045953e95e4e", + "label": "수제비", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2a8aa49d6587c41313e2-history", - "label": "한우설렁탕", - "amount": 9000, + "id": "00a4781a1b1d370b49d6-history", + "label": "손칼국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "264e0f53045953e95e4e-history", + "label": "수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5754", - "name": "대성국밥", - "businessName": "대성국밥", + "id": "goodprice-10284", + "name": "엄나무닭곰탕", + "businessName": "엄나무닭곰탕", "categorySlug": "korean", - "address": "전라남도 여수시 좌수영로 42 (서교동)", - "district": "전라남도 여수시", - "latitude": 34.7440040528689, - "longitude": 127.728555791744, + "address": "서울특별시 노원구 공릉동 604-1", + "district": "서울특별시 노원구", + "latitude": 37.6204635895665, + "longitude": 127.072221214955, "representativePriceAmount": 6000, - "representativePriceLabel": "소머리국밥", + "representativePriceLabel": "닭곰탕", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소머리국밥 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00~19:00 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭곰탕 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-949-1677", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "532178da123dec8897bd", - "label": "소머리국밥", + "id": "b8977628127a48717bc3", + "label": "닭곰탕", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "c1122319ee17609bfe65", - "label": "비빔밥", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "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": "소고기국밥", + "id": "570f7d008d1756617f6b", + "label": "돼지불백", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d878c3f7d4eacadaa246", - "label": "우거지국밥", - "amount": 3000, + "id": "3d816b084de4188d71df", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "532178da123dec8897bd-history", - "label": "소머리국밥", + "id": "b8977628127a48717bc3-history", + "label": "닭곰탕", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c1122319ee17609bfe65-history", - "label": "비빔밥", - "amount": 5000, + "id": "570f7d008d1756617f6b-history", + "label": "돼지불백", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a67e02e7769e727d54a5-history", - "label": "시래기국밥", + "id": "3d816b084de4188d71df-history", + "label": "된장찌개", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1311-8698 / 영업시간: 11:30~22:00 매주 일요일 휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ + { + "id": "b1d8dc2d95dab6756874", + "label": "떡볶이", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6fe4ef9d30223e1d98fa-history", - "label": "닭계장", - "amount": 5000, + "id": "e5911553e06ecaf9e71c", + "label": "라면", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "76f5a3015f1106780992-history", - "label": "소고기국밥", - "amount": 7000, + "id": "b1d8dc2d95dab6756874-history", + "label": "떡볶이", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d878c3f7d4eacadaa246-history", - "label": "우거지국밥", - "amount": 3000, + "id": "e5911553e06ecaf9e71c-history", + "label": "라면", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6328", - "name": "동진이용소", - "businessName": "동진이용소", - "categorySlug": "barber", - "address": "경상북도 포항시 남구 대해로 114", - "district": "경상북도 포항시", - "latitude": 36.0208157469306, - "longitude": 129.364260018145, - "representativePriceAmount": 10000, - "representativePriceLabel": "성인조발", + "id": "goodprice-431", + "name": "옹골면", + "businessName": "옹골면", + "categorySlug": "korean", + "address": "서울특별시 노원구 상계로70 화랑빌딩", + "district": "서울특별시 노원구", + "latitude": 37.6560029371167, + "longitude": 127.062768782263, + "representativePriceAmount": 5000, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 성인조발 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 월~금", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-951-4748 / 영업시간: 매일 10:30~22:00 휴무일x", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "731849e54355a34cd5ac", - "label": "성인조발", - "amount": 10000, + "id": "c10af94a8068d0066c8b", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "aef048105219e0d635b7", - "label": "염색", - "amount": 10000, + "id": "fce220cef4fd832179ea", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "15aaa3e0ab2b6b70c39c", - "label": "성인 조발", - "amount": 10000, + "id": "6009e1ffa8ad2560394e", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "731849e54355a34cd5ac-history", - "label": "성인조발", - "amount": 10000, + "id": "c10af94a8068d0066c8b-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "aef048105219e0d635b7-history", - "label": "염색", - "amount": 10000, + "id": "fce220cef4fd832179ea-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "15aaa3e0ab2b6b70c39c-history", - "label": "성인 조발", - "amount": 10000, + "id": "6009e1ffa8ad2560394e-history", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18349", - "name": "두꺼비컷트", - "businessName": "두꺼비컷트", - "categorySlug": "beauty", - "address": "경상북도 포항시 북구 문화로13번길 4 (덕수동) 두꺼비컷트", - "district": "경상북도 포항시", - "latitude": 36.04313828411014, - "longitude": 129.36688103561735, - "representativePriceAmount": 10000, - "representativePriceLabel": "성인커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 성인커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4538-8845", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만두 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-251-3900 / 영업시간: 09:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cd32f2d10920a829b572", - "label": "성인커트", - "amount": 10000, + "id": "e5f8305340751b70a126", + "label": "만두", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cd32f2d10920a829b572-history", - "label": "성인커트", - "amount": 10000, + "id": "e5f8305340751b70a126-history", + "label": "만두", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14090", - "name": "본가냉면", - "businessName": "본가냉면", + "id": "goodprice-16193", + "name": "우이동멸치국수", + "businessName": "우이동멸치국수", "categorySlug": "korean", - "address": "경상남도 창원시 진해구 이동로40번길 5 (이동) 1층, 이동 화이트광장 뒷골목", - "district": "경상남도 창원시", - "latitude": 35.150346456545456, - "longitude": 128.69686429984836, - "representativePriceAmount": 8000, - "representativePriceLabel": "물냉면", + "address": "서울특별시 노원구 노원로 462 (상계동) 1층", + "district": "서울특별시 노원구", + "latitude": 37.65772215465864, + "longitude": 127.06634948404452, + "representativePriceAmount": 6000, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "본가냉면 은 올바른 마음가짐으로 신선하고 정직한 재료만을 엄선하여 최상의 면발을 만듭니다 신선한 재료와 질 좋은 냉면으로 고집하여 정성껏 준비하고 있습니다. 최고가 되기 위해서 항상 최선을 다하며 찾아주시는 고객님들을 밝은 미소 맞이하여 친절함으로 더 가까이 다가가고 있습니다. 편안한 분위기, 본가냉면 만의 깊고 풍부한 맛! 품위 있는 만남 오셔서 직접 느껴보시기 바랍니다. 고객이 모두 만족하는 본가냉면 여러분이 기대하시는 그 이상이 되겠습니다. 감사합니다", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-6664-3402 / 영업시간: 매일 11:00 - 19:00 - 저녁시간 예약제를 시행중입니다 전화예약주세요", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-939-9595", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "68db7da9df1e92a32bd2", - "label": "물냉면", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "fab2c5da0f2f4a45a788", - "label": "비빔냉면", - "amount": 9000, + "id": "c07af2cfcf239ec3a23c", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cad59ef708f737ef9fad", - "label": "물비빔냉면", - "amount": 9000, + "id": "cd2a178557ede29227e1", + "label": "비빔국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "68db7da9df1e92a32bd2-history", - "label": "물냉면", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "fab2c5da0f2f4a45a788-history", - "label": "비빔냉면", - "amount": 9000, + "id": "c07af2cfcf239ec3a23c-history", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "cad59ef708f737ef9fad-history", - "label": "물비빔냉면", - "amount": 9000, + "id": "cd2a178557ede29227e1-history", + "label": "비빔국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15394", - "name": "블랙맨", - "businessName": "블랙맨", - "categorySlug": "beauty", - "address": "경상남도 창원시 성산구 안민안길 17 (안민동) 103호, 블랙맨", - "district": "경상남도 창원시", - "latitude": 35.186564515371245, - "longitude": 128.69139110245138, - "representativePriceAmount": 9000, - "representativePriceLabel": "컷트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷트 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-4065-4802", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 033-251-6890 / 영업시간: 09:00 - 22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4981f2f4a745cb55aebb", - "label": "컷트", - "amount": 9000, + "id": "fd21c0ab648cf8fac19d", + "label": "순두부찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d76fc4da6372b17cef88", - "label": "학생컷트", - "amount": 8000, + "id": "1378f3b954d6ddf36ca3", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3cbd8f55de23b0e75cb7", - "label": "두피마사지", - "amount": 5000, + "id": "bea231d37b6ebf04a351", + "label": "부대찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4981f2f4a745cb55aebb-history", - "label": "컷트", - "amount": 9000, + "id": "fd21c0ab648cf8fac19d-history", + "label": "순두부찌개", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d76fc4da6372b17cef88-history", - "label": "학생컷트", - "amount": 8000, + "id": "1378f3b954d6ddf36ca3-history", + "label": "된장찌개", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3cbd8f55de23b0e75cb7-history", - "label": "두피마사지", - "amount": 5000, + "id": "bea231d37b6ebf04a351-history", + "label": "부대찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-19281", - "name": "블루남성컷트", - "businessName": "블루남성컷트", - "categorySlug": "barber", - "address": "경상남도 창원시 성산구 창이대로901번길 4 (대방동) 상가 112동 109호", - "district": "경상남도 창원시", - "latitude": 35.2047363655845, - "longitude": 128.70762132136215, - "representativePriceAmount": 8000, - "representativePriceLabel": "컷트", + "id": "goodprice-432", + "name": "윤호네착한메밀", + "businessName": "윤호네착한메밀", + "categorySlug": "korean", + "address": "서울특별시 노원구 상계로 111 (상계동)", + "district": "서울특별시 노원구", + "latitude": 37.6575426833216, + "longitude": 127.067083120473, + "representativePriceAmount": 5000, + "representativePriceLabel": "옹심이칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 컷트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4551-0848 / 영업시간: 11:00~19:00 매주 화요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옹심이칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-936-2819", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f0ee24078324a99370ee", - "label": "컷트", - "amount": 8000, + "id": "8654661b18977f4b7e43", + "label": "옹심이칼국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c3b1a679c610cefe33a1", + "label": "메밀막국수", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "deec47b78b8a177f5b1c", + "label": "메밀왕만두(6개)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f0ee24078324a99370ee-history", - "label": "컷트", - "amount": 8000, + "id": "8654661b18977f4b7e43-history", + "label": "옹심이칼국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c3b1a679c610cefe33a1-history", + "label": "메밀막국수", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "deec47b78b8a177f5b1c-history", + "label": "메밀왕만두(6개)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7046", - "name": "라영헤어숍", - "businessName": "라영헤어숍", - "categorySlug": "beauty", - "address": "제주특별자치도 제주시 다랑곶4길 18", - "district": "제주특별자치도 제주시", - "latitude": 33.4883543798046, - "longitude": 126.480241062992, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-744-3340", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 가정식백반 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-258-1345", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b1e9360a2b1e5f97622a", - "label": "커트", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "f13f9f1ab28f71945020", - "label": "컷 커트", - "amount": 7000, + "id": "2d160139e90246671838", + "label": "가정식백반", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b1e9360a2b1e5f97622a-history", - "label": "커트", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "f13f9f1ab28f71945020-history", - "label": "컷 커트", - "amount": 7000, + "id": "2d160139e90246671838-history", + "label": "가정식백반", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7135", - "name": "마라톤식당", - "businessName": "마라톤식당", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 서광로2길 15", - "district": "제주특별자치도 제주시", - "latitude": 33.498788985127, - "longitude": 126.512962697004, - "representativePriceAmount": 7000, - "representativePriceLabel": "김치찌개", + "id": "goodprice-408", + "name": "은행빵집", + "businessName": "은행빵집", + "categorySlug": "bakery", + "address": "서울특별시 노원구 한글비석로 253 106호(중계동,세신빌딩)", + "district": "서울특별시 노원구", + "latitude": 37.6504237048351, + "longitude": 127.0763481119, + "representativePriceAmount": 800, + "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브레이크타임", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 소보루빵 800원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-931-9289 / 영업시간: 금 08:30-23:00 토 08:30-23:00 일 08:30-23:00 월 08:30-23:00 화 08:30-23:00 수 08:30-23:00 목 08:30-23:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9b1e8bbd9a2def8e9cf5", - "label": "김치찌개", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "261bd0170319bf21ec97", - "label": "된장찌개", - "amount": 7000, + "id": "2b09261d7dd262ab53d9", + "label": "소보루빵", + "amount": 800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c37942c7968b49419185", - "label": "만두국", - "amount": 7000, + "id": "26f1d537eb989bbe159f", + "label": "우유식빵", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fe97a3ad0ef2613a2398", - "label": "고사리두루치기", - "amount": 10000, + "id": "3e26aee6986093bec751", + "label": "밤식빵", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1af3539ffc380fa5446d", - "label": "음료", - "amount": 2000, + "id": "b98665eb46accebb493e", + "label": "경주빵(2개)", + "amount": 1700, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5d44e3a4dbbbcb0bb10b", - "label": "정식", - "amount": 8000, + "id": "58b23dfe01a46d5aeec1", + "label": "국진이빵(앙금스콘)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "9b1e8bbd9a2def8e9cf5-history", - "label": "김치찌개", - "amount": 7000, + "id": "beb0e8ae3225b75297f7", + "label": "생크림 소보루", + "amount": 1400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "261bd0170319bf21ec97-history", - "label": "된장찌개", - "amount": 7000, + "id": "a14b8259e9946ba937c5", + "label": "소금빵(시오빵)", + "amount": 1800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c37942c7968b49419185-history", - "label": "만두국", - "amount": 7000, + "id": "1a3a0902288bc71e2786", + "label": "슈크림빵", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fe97a3ad0ef2613a2398-history", - "label": "고사리두루치기", - "amount": 10000, + "id": "d6ab88009a6e42e99b1b", + "label": "시나몬롤", + "amount": 2300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1af3539ffc380fa5446d-history", - "label": "음료", - "amount": 2000, + "id": "75b08dd2fc325f7f7b5a", + "label": "앙버터", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5d44e3a4dbbbcb0bb10b-history", - "label": "정식", - "amount": 8000, + "id": "823c66cea9a9e1dd0196", + "label": "영양고로케(구운 감자야채 고로케)", + "amount": 1500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "003174f9443bd51114c6", - "label": "된장찌개", - "amount": 7000, + "id": "d71c8b7e6154571283f7", + "label": "초코소보루", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c007235afba35cf5bfbb", - "label": "비빔밥", - "amount": 7000, + "id": "0aeae088c89b8b900c59", + "label": "콘브레드빵(옥수수스콘)", + "amount": 1800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "21d557a84579ae051b2f", - "label": "갈비탕", - "amount": 9000, + "id": "8d327e6fb1bca191141c", + "label": "피자빵", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "003174f9443bd51114c6-history", - "label": "된장찌개", - "amount": 7000, + "id": "2b09261d7dd262ab53d9-history", + "label": "소보루빵", + "amount": 800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c007235afba35cf5bfbb-history", - "label": "비빔밥", - "amount": 7000, + "id": "26f1d537eb989bbe159f-history", + "label": "우유식빵", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "3e26aee6986093bec751-history", + "label": "밤식빵", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "654701a3801a3618a738", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "eb4c0effa1ffa2aea32a-history", - "label": "야채김밥", - "amount": 3500, + "id": "b98665eb46accebb493e-history", + "label": "경주빵(2개)", + "amount": 1700, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "58b23dfe01a46d5aeec1-history", + "label": "국진이빵(앙금스콘)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "985949af92a56041ec23", - "label": "돼지불고기", - "amount": 9000, + "id": "beb0e8ae3225b75297f7-history", + "label": "생크림 소보루", + "amount": 1400, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "52328f657e7990431b41-history", - "label": "제육볶음", - "amount": 9000, + "id": "a14b8259e9946ba937c5-history", + "label": "소금빵(시오빵)", + "amount": 1800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "985949af92a56041ec23-history", - "label": "돼지불고기", - "amount": 9000, + "id": "1a3a0902288bc71e2786-history", + "label": "슈크림빵", + "amount": 1000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "615d745518199ef100c8", - "label": "김치찌개", - "amount": 7000, + "id": "d6ab88009a6e42e99b1b-history", + "label": "시나몬롤", + "amount": 2300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a65f350b9c6013011f97", - "label": "한우소머리국밥", - "amount": 8000, + "id": "75b08dd2fc325f7f7b5a-history", + "label": "앙버터", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "615d745518199ef100c8-history", - "label": "김치찌개", - "amount": 7000, + "id": "823c66cea9a9e1dd0196-history", + "label": "영양고로케(구운 감자야채 고로케)", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a65f350b9c6013011f97-history", - "label": "한우소머리국밥", - "amount": 8000, + "id": "d71c8b7e6154571283f7-history", + "label": "초코소보루", + "amount": 1000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "3de91cbde302e367a282", - "label": "소금빵", - "amount": 2200, + "id": "0aeae088c89b8b900c59-history", + "label": "콘브레드빵(옥수수스콘)", + "amount": 1800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "3de91cbde302e367a282-history", - "label": "소금빵", - "amount": 2200, + "id": "8d327e6fb1bca191141c-history", + "label": "피자빵", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1428", - "name": "별미집", - "businessName": "별미집", + "id": "goodprice-4760", + "name": "대운분식", + "businessName": "대운분식", "categorySlug": "korean", - "address": "부산광역시 서구 구덕로333번길 14 (서대신동3가)", - "district": "부산광역시 서구", - "latitude": 35.1133251923336, - "longitude": 129.015381162663, - "representativePriceAmount": 8000, - "representativePriceLabel": "추어탕", + "address": "충청북도 청주시 흥덕구 옥산면 청주역로 654", + "district": "충청북도 청주시", + "latitude": 36.6654960294927, + "longitude": 127.374242450261, + "representativePriceAmount": 6000, + "representativePriceLabel": "콩나물밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 추어탕 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-254-9891 / 영업시간: 09:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-260-0667 / 영업시간: 매일 08:00-21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "89113e9a2649c92cf9c0", - "label": "추어탕", - "amount": 8000, + "id": "ca8c450f9d7dacbb435c", + "label": "콩나물밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "89113e9a2649c92cf9c0-history", - "label": "추어탕", - "amount": 8000, + "id": "ca8c450f9d7dacbb435c-history", + "label": "콩나물밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15507", - "name": "보리정", - "businessName": "보리정", + "id": "goodprice-16190", + "name": "일번지국수", + "businessName": "일번지국수", "categorySlug": "korean", - "address": "부산광역시 서구 대영로74번길 27-7 (동대신동1가) 1층", - "district": "부산광역시 서구", - "latitude": 35.109533954678874, - "longitude": 129.02014367187397, + "address": "서울특별시 노원구 화랑로 419-18 (공릉동) 1층", + "district": "서울특별시 노원구", + "latitude": 37.61775694189453, + "longitude": 127.07414159789539, "representativePriceAmount": 7000, - "representativePriceLabel": "집밥정식", + "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)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-975-9379", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "10160cab11319df5563b", - "label": "집밥정식", + "id": "3602f6ea1f2234a6d717", + "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" + "reportedAt": "2026-04-05" }, { - "id": "5f546dc3316f94f6a193", - "label": "동래파전", - "amount": 10000, + "id": "f07d04890a2ff27a18a1", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "10160cab11319df5563b-history", - "label": "집밥정식", + "id": "3602f6ea1f2234a6d717-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "e34a1119659b06bda20b-history", - "label": "낙지볶음", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c0773f0d499e34f94f63-history", - "label": "제육볶음", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "5f546dc3316f94f6a193-history", - "label": "동래파전", - "amount": 10000, + "id": "f07d04890a2ff27a18a1-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17744", - "name": "면만드는사람들 팔공산점", - "businessName": "면만드는사람들 팔공산점", - "categorySlug": "korean", - "address": "대구광역시 동구 팔공로197길 39 (백안동)", - "district": "대구광역시 동구", - "latitude": 35.955968687471895, - "longitude": 128.69084189551475, - "representativePriceAmount": 8000, - "representativePriceLabel": "온메밀국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 온메밀국수 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 정기휴무 : 매주 월요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1426-9775 / 영업시간: 영업시간 09:30~19:30 휴무일 매주 월요일 베 달 오후 4시 이후 가능", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c110f5fedf1f55d1a5f8", - "label": "온메밀국수", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "e9fa3ac5d9f51ef1ef75", - "label": "냉메밀국수", - "amount": 8000, + "id": "37b7f5af97e4039314bc", + "label": "자장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c110f5fedf1f55d1a5f8-history", - "label": "온메밀국수", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "e9fa3ac5d9f51ef1ef75-history", - "label": "냉메밀국수", - "amount": 8000, + "id": "37b7f5af97e4039314bc-history", + "label": "자장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1872", - "name": "면사랑칼국수", - "businessName": "면사랑칼국수", - "categorySlug": "korean", - "address": "대구광역시 동구 효동로 126 2층(효목동)", - "district": "대구광역시 동구", - "latitude": 35.8872864225781, - "longitude": 128.64111680973, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "id": "goodprice-420", + "name": "짬뽕늬우스", + "businessName": "짬뽕늬우스", + "categorySlug": "chinese", + "address": "서울특별시 노원구 노해로81길 6 (상계동)", + "district": "서울특별시 노원구", + "latitude": 37.6552999056128, + "longitude": 127.063097398768, + "representativePriceAmount": 5000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-934-4442", "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, + "id": "d465bf83d954b165e773", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e7974d2aa547dec7ca19", - "label": "메밀냉물막국수", - "amount": 7000, + "id": "d4232275d4e42da95c05", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "02288f25bc953d0202e0", - "label": "메밀들깨칼국수", - "amount": 8000, + "id": "08075c9837aa6ac2f913", + "label": "탕수육", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3d1e59c843362ffbaeaa", - "label": "메밀비빔막국수", - "amount": 8000, + "id": "448431e8d7816abf017d", + "label": "간짜장", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c4e916642bde3d400815", - "label": "메밀칼국수", + "id": "a3a35fd0fcb46f8d4b25", + "label": "삼선짬뽕", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "aef407ce7d65d9f0a326", - "label": "면사랑 만두", + "id": "4c7cbf5f197f1ee0998c", + "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" + "reportedAt": "2026-04-05" }, { - "id": "088753d495b4bf018167", - "label": "해물파전", - "amount": 10000, + "id": "60179b44cc677b4842b2", + "label": "짜장면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "d465bf83d954b165e773-history", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e7974d2aa547dec7ca19-history", - "label": "메밀냉물막국수", - "amount": 7000, + "id": "d4232275d4e42da95c05-history", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "02288f25bc953d0202e0-history", - "label": "메밀들깨칼국수", - "amount": 8000, + "id": "08075c9837aa6ac2f913-history", + "label": "탕수육", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3d1e59c843362ffbaeaa-history", - "label": "메밀비빔막국수", - "amount": 8000, + "id": "448431e8d7816abf017d-history", + "label": "간짜장", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c4e916642bde3d400815-history", - "label": "메밀칼국수", + "id": "a3a35fd0fcb46f8d4b25-history", + "label": "삼선짬뽕", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "aef407ce7d65d9f0a326-history", - "label": "면사랑 만두", + "id": "4c7cbf5f197f1ee0998c-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" + "recordedAt": "2026-04-05" }, { - "id": "088753d495b4bf018167-history", - "label": "해물파전", - "amount": 10000, + "id": "60179b44cc677b4842b2-history", + "label": "짜장면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18130", - "name": "미도반점", - "businessName": "미도반점", - "categorySlug": "chinese", - "address": "대구광역시 동구 송라로12길 29 (신천동)", - "district": "대구광역시 동구", - "latitude": 35.874262579029114, - "longitude": 128.62137941519185, - "representativePriceAmount": 4000, - "representativePriceLabel": "짜장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-755-7524 / 영업시간: 영업시간 : 11:00 ~ 19:00 정기휴무 : 매주 토요일, 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1337-4919 / 영업시간: 영업시간 24시간", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0496dc573cf96dc3519f", - "label": "짜장면", - "amount": 4000, + "id": "302bc1d67e7d791f0a9f", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b2e890206a3ec1e673d5", - "label": "짬뽕", - "amount": 6000, + "id": "57f43afe4c48be637fe1", + "label": "카페라떼", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0496dc573cf96dc3519f-history", - "label": "짜장면", - "amount": 4000, + "id": "302bc1d67e7d791f0a9f-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b2e890206a3ec1e673d5-history", - "label": "짬뽕", - "amount": 6000, + "id": "57f43afe4c48be637fe1-history", + "label": "카페라떼", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1864", - "name": "미미미용실", - "businessName": "미미미용실", - "categorySlug": "beauty", - "address": "대구광역시 동구 동촌로346 백자맨션상가9동 103호(용계동)", - "district": "대구광역시 동구", - "latitude": 35.8767267035582, - "longitude": 128.677260687309, - "representativePriceAmount": 7000, - "representativePriceLabel": "컷(어린이)", + "id": "goodprice-19051", + "name": "카페마레", + "businessName": "카페마레", + "categorySlug": "other-food", + "address": "서울특별시 노원구 공릉로 312 (하계동) 1층 카페마", + "district": "서울특별시 노원구", + "latitude": 37.63511311877099, + "longitude": 127.07200973427544, + "representativePriceAmount": 2500, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 컷(어린이) 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-5689-8867 / 영업시간: 월 수 목 금 토 일 09:00-19:00 화 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-4935-2704", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9eb0c03a277cedda1121", - "label": "컷(어린이)", - "amount": 7000, + "id": "470441462987c6331425", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "08937e25be7105b39306", - "label": "드라이", - "amount": 10000, + "id": "67e433ea554582dafbe8", + "label": "아이스티", + "amount": 2800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0dbb41d5ad8d53ab699c", - "label": "헤어컷(어린이)", - "amount": 7000, + "id": "41879f6dfb0eb18c4f9c", + "label": "녹차", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9eb0c03a277cedda1121-history", - "label": "컷(어린이)", - "amount": 7000, + "id": "470441462987c6331425-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "08937e25be7105b39306-history", - "label": "드라이", - "amount": 10000, + "id": "67e433ea554582dafbe8-history", + "label": "아이스티", + "amount": 2800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0dbb41d5ad8d53ab699c-history", - "label": "헤어컷(어린이)", - "amount": 7000, + "id": "41879f6dfb0eb18c4f9c-history", + "label": "녹차", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2102", - "name": "아구군갈비양", - "businessName": "아구군갈비양", - "categorySlug": "korean", - "address": "인천광역시 동구 샛골로 117-1 (송림동)", - "district": "인천광역시 동구", - "latitude": 37.472961619829, - "longitude": 126.643853360434, - "representativePriceAmount": 6000, - "representativePriceLabel": "백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-5002 / 영업시간: 월~토 08:00-20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-243-3351", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a19007a18b02d5a6ef04", - "label": "백반", - "amount": 6000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "8aac014a9a9033c3091f", - "label": "해물부대찌개", - "amount": 8000, + "id": "bc2b2fa462e04360456b", + "label": "짜장면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a19007a18b02d5a6ef04-history", - "label": "백반", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "8aac014a9a9033c3091f-history", - "label": "해물부대찌개", - "amount": 8000, + "id": "bc2b2fa462e04360456b-history", + "label": "짜장면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13021", - "name": "어도(魚島)", - "businessName": "어도(魚島)", + "id": "goodprice-434", + "name": "피노키오", + "businessName": "피노키오", "categorySlug": "korean", - "address": "인천광역시 동구 금곡로 56-1 (금곡동) 1층", - "district": "인천광역시 동구", - "latitude": 37.47325445087663, - "longitude": 126.6418035282525, - "representativePriceAmount": 8000, - "representativePriceLabel": "순두부", + "address": "서울특별시 노원구 한글비석로 474 206호(상계동, 보람상가2층)", + "district": "서울특별시 노원구", + "latitude": 37.6648233542549, + "longitude": 127.065441493669, + "representativePriceAmount": 4000, + "representativePriceLabel": "원조냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-761-8887 / 영업시간: 월~토 10:30-20:00 (일) 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 원조냉면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-930-7233 / 영업시간: 금 08:00-21:40 16:00-17:00브레이크타임 21:10라스트오더 토 08:00-21:40 16:00-17:00브레이크타임 21:10라스트오더 일 08:00-21:40 16:00-17:00브레이크타임 21:10라스트오더 월(12/25) 성탄절08:00-21:40 16:00-17:00브레이크타임 화 08:00-21:40 16:00-17:00브레이크타임 21:10라스트오더 수 08:00-21:40 16:00-17:00브레이크타임 21:10라스트오더 목 08:00-21:40 16:00-17:00브레이크타임 21:10라스트오더", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "71feee44255b8150c2dd", - "label": "순두부", - "amount": 8000, + "id": "4ec7732a0b5dd9a69cdd", + "label": "원조냉면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "25db6cbd23997eb808d1", - "label": "청국장", - "amount": 8000, + "id": "e8c7147798295111069f", + "label": "비빔냉면", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "91132a0d43d8ad6a098e", + "label": "열무냉면", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "49a60e5dd4242b6ea4ab", + "label": "감자옹심이 만두", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2cc55c7366266ed9a649", + "label": "메밀전병매운맛1단계", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "71feee44255b8150c2dd-history", - "label": "순두부", - "amount": 8000, + "id": "4ec7732a0b5dd9a69cdd-history", + "label": "원조냉면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "25db6cbd23997eb808d1-history", - "label": "청국장", - "amount": 8000, + "id": "e8c7147798295111069f-history", + "label": "비빔냉면", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "91132a0d43d8ad6a098e-history", + "label": "열무냉면", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "49a60e5dd4242b6ea4ab-history", + "label": "감자옹심이 만두", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "2cc55c7366266ed9a649-history", + "label": "메밀전병매운맛1단계", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13026", - "name": "에불바리 떡볶이", - "businessName": "에불바리 떡볶이", + "id": "goodprice-6309", + "name": "끄티디저트카페", + "businessName": "끄티디저트카페", "categorySlug": "other-food", - "address": "인천광역시 동구 중앙로 15 (금곡동) 1층", - "district": "인천광역시 동구", - "latitude": 37.4734332394039, - "longitude": 126.63504718718686, - "representativePriceAmount": 1500, + "address": "경상북도 포항시 남구 중앙로134번길 2 끄티디저트카페", + "district": "경상북도 포항시", + "latitude": 36.0250169966387, + "longitude": 129.368453187457, + "representativePriceAmount": 2000, "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "7080의 분위기가 물씬 풍기는 이색카페", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-8818-1919 / 영업시간: 월~토 11:30-19:30 (일) 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-281-2496 / 영업시간: 매일 08:00-23:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "47e00cde06ff2d584cdb", + "id": "06960cc7b181198e6794", "label": "아메리카노", - "amount": 1500, + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "0fc816676c10c2c04a1e", + "label": "생과일주스", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "47e00cde06ff2d584cdb-history", + "id": "06960cc7b181198e6794-history", "label": "아메리카노", - "amount": 1500, + "amount": 2000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "0fc816676c10c2c04a1e-history", + "label": "생과일주스", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "comments": [] - }, - { - "id": "goodprice-14300", - "name": "와글와글 맛있는 국수집", - "businessName": "와글와글 맛있는 국수집", - "categorySlug": "korean", - "address": "인천광역시 동구 솔빛로 87-1 (송림동) 1층", - "district": "인천광역시 동구", - "latitude": 37.47626291093436, - "longitude": 126.64329789059067, - "representativePriceAmount": 5000, - "representativePriceLabel": "잔치국수", + "comments": [] + }, + { + "id": "goodprice-13794", + "name": "PHO358(포358, pho358)", + "businessName": "PHO358(포358, pho358)", + "categorySlug": "other-food", + "address": "서울특별시 은평구 은평로 91 (응암동) B101", + "district": "서울특별시 은평구", + "latitude": 37.599704538955606, + "longitude": 126.91782357818384, + "representativePriceAmount": 7000, + "representativePriceLabel": "소고기 쌀국수(s)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-764-3959 / 영업시간: 월 ~ 일 10:00 ~ 17:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 소고기 쌀국수(s) 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-386-4042 / 영업시간: 매일 11:00~22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6eb2131daecc27dea9a9", - "label": "잔치국수", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "0f007c55eafc7e842f74", - "label": "수제비", - "amount": 6000, + "id": "d1ccedca15c6219d570b", + "label": "소고기 쌀국수(s)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6eb2131daecc27dea9a9-history", - "label": "잔치국수", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "0f007c55eafc7e842f74-history", - "label": "수제비", - "amount": 6000, + "id": "d1ccedca15c6219d570b-history", + "label": "소고기 쌀국수(s)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2289", - "name": "럭키세탁소", - "businessName": "럭키세탁소", - "categorySlug": "laundry", - "address": "광주광역시 서구 염화로40번길 20 (화정동)", - "district": "광주광역시 서구", - "latitude": 35.1366373980231, - "longitude": 126.87488624762, - "representativePriceAmount": 7000, - "representativePriceLabel": "양복1벌드라이", + "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": "행정안전부 착한가격업소 목록에서 수집한 세탁업 업소입니다. 대표 항목은 양복1벌드라이 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-372-6901 / 영업시간: 월~토 09:00~21:00 ※ 정기휴무 : 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 11시~17시30분 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7976ea4ee75e5fe78d6a", - "label": "양복1벌드라이", - "amount": 7000, + "id": "a7e0d5e6ee617d2e2363", + "label": "정식", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7976ea4ee75e5fe78d6a-history", - "label": "양복1벌드라이", - "amount": 7000, + "id": "a7e0d5e6ee617d2e2363-history", + "label": "정식", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2315", - "name": "모리화", - "businessName": "모리화", - "categorySlug": "chinese", - "address": "광주광역시 서구 풍금로 31-1 (풍암동)", - "district": "광주광역시 서구", - "latitude": 35.122275201315, - "longitude": 126.863800531773, - "representativePriceAmount": 5500, - "representativePriceLabel": "짜장면", + "id": "goodprice-927", + "name": "돈꾹", + "businessName": "돈꾹", + "categorySlug": "korean", + "address": "서울특별시 은평구 진흥로1길 8 (역촌동)", + "district": "서울특별시 은평구", + "latitude": 37.6011265489109, + "longitude": 126.918879408917, + "representativePriceAmount": 7000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈가스 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-383-6110 / 영업시간: 월~토 11:00~20:30 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f8c174a97121c15e2dcf", - "label": "짜장면", - "amount": 5500, + "id": "015a3ca2a51a6803b985", + "label": "돈가스", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "578bd1991d0f25b23adb", - "label": "짬뽕", + "id": "29af34cc310ba8c5cacb", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "493f2c19fd26f1f02276", + "label": "잔치국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8604887540f07c484349", + "label": "떡만둣국", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f8c174a97121c15e2dcf-history", - "label": "짜장면", - "amount": 5500, + "id": "015a3ca2a51a6803b985-history", + "label": "돈가스", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "578bd1991d0f25b23adb-history", - "label": "짬뽕", + "id": "29af34cc310ba8c5cacb-history", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "493f2c19fd26f1f02276-history", + "label": "잔치국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8604887540f07c484349-history", + "label": "떡만둣국", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2316", - "name": "무등회관", - "businessName": "무등회관", + "id": "goodprice-17130", + "name": "맛집", + "businessName": "맛집", "categorySlug": "korean", - "address": "광주광역시 서구 죽봉대로111번길 12 (광천동)", - "district": "광주광역시 서구", - "latitude": 35.1635482674685, - "longitude": 126.882202724351, - "representativePriceAmount": 9000, - "representativePriceLabel": "돌솥비빔밥", + "address": "경상남도 창원시 마산회원구 구암북12길 17 (구암동) 맛집", + "district": "경상남도 창원시", + "latitude": 35.25555706724836, + "longitude": 128.59779095142022, + "representativePriceAmount": 3000, + "representativePriceLabel": "맛집김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-364-2746 / 영업시간: 월~토 10시~22시 ※정기휴무 : 1, 3번쨰 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 맛집김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-255-9597", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dabe1dcab7f1803b0ad6", - "label": "돌솥비빔밥", - "amount": 9000, + "id": "7ee369ed63fdfb03f10f", + "label": "맛집김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8a8540dd329737be9c93", - "label": "백반", - "amount": 7000, + "id": "d0e1902b346ab2ac56b5", + "label": "라면", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9a4850ad3d069d6ae818", + "label": "우동", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6480b3310eefd2a4e6ce", + "label": "국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dabe1dcab7f1803b0ad6-history", - "label": "돌솥비빔밥", - "amount": 9000, + "id": "7ee369ed63fdfb03f10f-history", + "label": "맛집김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8a8540dd329737be9c93-history", - "label": "백반", - "amount": 7000, + "id": "d0e1902b346ab2ac56b5-history", + "label": "라면", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "9a4850ad3d069d6ae818-history", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "6480b3310eefd2a4e6ce-history", + "label": "국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2573", - "name": "평양숨두부", - "businessName": "평양숨두부", + "id": "goodprice-921", + "name": "멸치국수", + "businessName": "멸치국수", "categorySlug": "korean", - "address": "대전광역시 동구 대전로 387 (가오동) (대성동)", - "district": "대전광역시 동구", - "latitude": 36.30147395225034, - "longitude": 127.45595934984647, - "representativePriceAmount": 7000, - "representativePriceLabel": "숨두부백반", + "address": "서울특별시 은평구 은평로 119 2층(응암동)", + "district": "서울특별시 은평구", + "latitude": 37.6005326421982, + "longitude": 126.920909229792, + "representativePriceAmount": 6500, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "농림축산식품부가 인정한 안심식당", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-284-4141 / 영업시간: 11:00 ~ 22:00 / 매주 월요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-359-8988 / 영업시간: 월~토(10:00~21:30) 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "eb1485d6506a509e3d9a", - "label": "숨두부백반", - "amount": 7000, + "id": "cb2f7475e29eaaba3170", + "label": "멸치국수", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3b634689295e788f7738", - "label": "닭곰탕", - "amount": 9000, + "id": "154e054e9036ea97be2d", + "label": "감자만두", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bd909542243a44447b89", - "label": "숨두부 백반", - "amount": 7000, + "id": "209e29c5968a27b225a9", + "label": "떡국", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "55ea1946ea6b132cbd3f", + "label": "떡만두", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "24c5007400c80eb3cc04", + "label": "바지락칼국수", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6fb218ca656a4e9dc54b", + "label": "비빔국수", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "af48b7c92f9550266079", + "label": "비빔밥", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "eb1485d6506a509e3d9a-history", - "label": "숨두부백반", - "amount": 7000, + "id": "cb2f7475e29eaaba3170-history", + "label": "멸치국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3b634689295e788f7738-history", - "label": "닭곰탕", - "amount": 9000, + "id": "154e054e9036ea97be2d-history", + "label": "감자만두", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bd909542243a44447b89-history", - "label": "숨두부 백반", - "amount": 7000, + "id": "209e29c5968a27b225a9-history", + "label": "떡국", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "55ea1946ea6b132cbd3f-history", + "label": "떡만두", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "24c5007400c80eb3cc04-history", + "label": "바지락칼국수", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6fb218ca656a4e9dc54b-history", + "label": "비빔국수", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "af48b7c92f9550266079-history", + "label": "비빔밥", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14917", - "name": "하늘이용원", - "businessName": "하늘이용원", - "categorySlug": "barber", - "address": "대전광역시 동구 비래서로42번길 89 (가양동) 가양동", - "district": "대전광역시 동구", - "latitude": 36.3502938694925, - "longitude": 127.44709305501448, - "representativePriceAmount": 6000, - "representativePriceLabel": "컷트", + "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": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 컷트 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 09:00 ~ 18:00 / 휴무일(수요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고구마튀김 8개 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-542-9476", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f1dfe472da2642336369", - "label": "컷트", - "amount": 6000, + "id": "8f683efe80f43544e9fa", + "label": "고구마튀김 8개", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b5ebfc444937dc484f11", + "label": "쥐포튀김 8개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f1dfe472da2642336369-history", - "label": "컷트", - "amount": 6000, + "id": "8f683efe80f43544e9fa-history", + "label": "고구마튀김 8개", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "b5ebfc444937dc484f11-history", + "label": "쥐포튀김 8개", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2578", - "name": "한성짜장", - "businessName": "한성짜장", - "categorySlug": "chinese", - "address": "대전광역시 동구 흥룡로74 (가양동)", - "district": "대전광역시 동구", - "latitude": 36.3505650431666, - "longitude": 127.45145602789, - "representativePriceAmount": 8500, - "representativePriceLabel": "갈비탕", + "id": "goodprice-928", + "name": "모두와돈까스", + "businessName": "모두와돈까스", + "categorySlug": "korean", + "address": "서울특별시 은평구 은평로197-1 (녹번동)", + "district": "서울특별시 은평구", + "latitude": 37.6018712349694, + "longitude": 126.929572082208, + "representativePriceAmount": 6500, + "representativePriceLabel": "돈까스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 갈비탕 8,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-635-2160 / 영업시간: 10:00 ~ 20:20", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돈까스 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-389-3855 / 영업시간: 월~토 11:00~21:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "93df1adba0aff662eb02", - "label": "갈비탕", - "amount": 8500, + "id": "14bc5a27ea627e47b966", + "label": "돈까스", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bc7b8390114bc2523a8b", - "label": "짜장면", + "id": "3b4ebcb4a6bb3ad3f293", + "label": "김치볶음밥", "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6eab722577684bfb25ba", - "label": "짬뽕", - "amount": 8000, + "id": "62b32ce12a43362854ab", + "label": "순두부찌개", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "476caf5399674aab1fa3", + "label": "양푼돌솥비빔밥", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "a56611d481a282661b2f", + "label": "제육덮밥", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "93df1adba0aff662eb02-history", - "label": "갈비탕", - "amount": 8500, + "id": "14bc5a27ea627e47b966-history", + "label": "돈까스", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bc7b8390114bc2523a8b-history", - "label": "짜장면", + "id": "3b4ebcb4a6bb3ad3f293-history", + "label": "김치볶음밥", "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6eab722577684bfb25ba-history", - "label": "짬뽕", - "amount": 8000, + "id": "62b32ce12a43362854ab-history", + "label": "순두부찌개", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "476caf5399674aab1fa3-history", + "label": "양푼돌솥비빔밥", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "a56611d481a282661b2f-history", + "label": "제육덮밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16814", - "name": "삼산국수전문점", - "businessName": "삼산국수전문점", + "id": "goodprice-18086", + "name": "다올국수", + "businessName": "다올국수", "categorySlug": "korean", - "address": "울산광역시 남구 돋질로251번길 14-1 (삼산동) 1층", - "district": "울산광역시 남구", - "latitude": 35.544723940575366, - "longitude": 129.3321969935939, + "address": "제주특별자치도 제주시 서광로 209-1 (삼도일동) 다올국수", + "district": "제주특별자치도 제주시", + "latitude": 33.50016357321733, + "longitude": 126.51892020124394, "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-258-3998", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-755-7076", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7f275edfea622ebea7e0", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3c0e2147e6d2dced706f", - "label": "수제비", + "id": "d609a71ccef8b28eb64b", + "label": "멸치국수", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7f275edfea622ebea7e0-history", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3c0e2147e6d2dced706f-history", - "label": "수제비", + "id": "d609a71ccef8b28eb64b-history", + "label": "멸치국수", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11682", - "name": "삼시세끼만포장", - "businessName": "삼시세끼만포장", + "id": "goodprice-940", + "name": "북한산 손칼국수", + "businessName": "북한산 손칼국수", "categorySlug": "korean", - "address": "울산광역시 남구 대학로 145번길 25", - "district": "울산광역시 남구", - "latitude": 35.5491127108744, - "longitude": 129.25926425639, - "representativePriceAmount": 9000, - "representativePriceLabel": "정식", + "address": "서울특별시 은평구 대서문길 36 (진관동)", + "district": "서울특별시 은평구", + "latitude": 37.6554709821584, + "longitude": 126.948552831595, + "representativePriceAmount": 6500, + "representativePriceLabel": "손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 정식 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-223-7847", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1407-4413 / 영업시간: 매일 08:30~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2347fb82a226748cdb46", - "label": "정식", - "amount": 9000, + "id": "7f10f0fc9232d16d3d38", + "label": "손칼국수", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "aed156aecc61a983aa9b", + "label": "손수제비", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6560ec4de36dc14a791b", + "label": "얼큰칼국수", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "edf39bf135aefdbe1e76", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1226d37f01776511ebe8", - "label": "된장김치순두부찌개", - "amount": 9000, + "id": "3550b8c57406835ddb2a", + "label": "콩나물국밥", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2347fb82a226748cdb46-history", - "label": "정식", - "amount": 9000, + "id": "7f10f0fc9232d16d3d38-history", + "label": "손칼국수", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "aed156aecc61a983aa9b-history", + "label": "손수제비", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6560ec4de36dc14a791b-history", + "label": "얼큰칼국수", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "edf39bf135aefdbe1e76-history", + "label": "잔치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1226d37f01776511ebe8-history", - "label": "된장김치순두부찌개", - "amount": 9000, + "id": "3550b8c57406835ddb2a-history", + "label": "콩나물국밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15101", - "name": "삼호밀면", - "businessName": "삼호밀면", + "id": "goodprice-10019", + "name": "황소식당", + "businessName": "황소식당", "categorySlug": "korean", - "address": "울산광역시 남구 삼호로37번길 13 (무거동) 1층", - "district": "울산광역시 남구", - "latitude": 35.551037197714315, - "longitude": 129.26826664991606, + "address": "부산광역시 중구 충장대로 4번길 8 (중앙동4가)", + "district": "부산광역시 중구", + "latitude": 35.1044916301827, + "longitude": 129.036809946537, "representativePriceAmount": 7000, - "representativePriceLabel": "밀면", + "representativePriceLabel": "부대찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 밀면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-277-6933", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 부대찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 051-465-6648", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "aa9727813d97d47b93b9", - "label": "밀면", + "id": "3850cf71cb847a965e5d", + "label": "부대찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b4f3e08d44f009c05994", - "label": "비빔밀면", + "id": "50d72a31c5707250be7e", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "aa9727813d97d47b93b9-history", - "label": "밀면", + "id": "3850cf71cb847a965e5d-history", + "label": "부대찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b4f3e08d44f009c05994-history", - "label": "비빔밀면", + "id": "50d72a31c5707250be7e-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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시간)", + "id": "goodprice-13796", + "name": "빵이 조아", + "businessName": "빵이 조아", + "categorySlug": "bakery", + "address": "서울특별시 은평구 백련산로 84 (응암동, 백련산 힐스테이트2차) 상가 105호", + "district": "서울특별시 은평구", + "latitude": 37.59300975173584, + "longitude": 126.92364245416012, + "representativePriceAmount": 1200, + "representativePriceLabel": "단팥빵", "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 휴무 : 월요일, 화요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 1,200원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-307-0825 / 영업시간: 매일 08:00~20:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d3947f5e96a5597b4f9c", - "label": "블럭방(1시간)", - "amount": 7000, + "id": "d593d5fe5baae7510db5", + "label": "단팥빵", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "b3c5f1dcc19115a5142e", - "label": "비즈1개", - "amount": 0, + "id": "d593d5fe5baae7510db5-history", + "label": "단팥빵", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-981-3339 / 영업시간: 영업시간 : 11:00~20:00 정기휴무 : 매주 일요일", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "d3947f5e96a5597b4f9c-history", - "label": "블럭방(1시간)", - "amount": 7000, + "id": "5e442101b960b766c6f8", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "b3c5f1dcc19115a5142e-history", - "label": "비즈1개", - "amount": 0, + "id": "5e442101b960b766c6f8-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14527", - "name": "빵마루", - "businessName": "빵마루", - "categorySlug": "bakery", - "address": "경기도 수원시 팔달구 세지로174번길 33 (인계동) 1층", - "district": "경기도 수원시", - "latitude": 37.26651280121945, - "longitude": 127.02379082579587, - "representativePriceAmount": 1700, - "representativePriceLabel": "팥빵", + "id": "goodprice-929", + "name": "상미김밥", + "businessName": "상미김밥", + "categorySlug": "korean", + "address": "서울특별시 은평구 응암로4길 18-26 (응암동)", + "district": "서울특별시 은평구", + "latitude": 37.5861459280103, + "longitude": 126.918336023128, + "representativePriceAmount": 3000, + "representativePriceLabel": "야채김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 팥빵 1,700원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-225-4507 / 영업시간: 06:00~22:00(첫째주, 셋째주 화요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 야채김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-307-1140 / 영업시간: 매일 09:00~23:00(브레이크 타임 16:00~17:00) 매월 2,4,5번째 화요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5b78958e565155c9f977", - "label": "팥빵", - "amount": 1700, + "id": "b6babe52489c004eb6e5", + "label": "야채김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ae3cfd4ab6679bd921d3", - "label": "찹쌀도너츠", - "amount": 1000, + "id": "19b850b471b75d58bf24", + "label": "떡볶이", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "016e3bd82ad949f53734", - "label": "소금빵", - "amount": 2000, + "id": "efb0088ff6e3ad150c96", + "label": "참치주먹밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8d612eb21ef787e33099", - "label": "핫도그", - "amount": 1700, + "id": "4717ac659a69c64db890", + "label": "참치김밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "5b78958e565155c9f977-history", - "label": "팥빵", - "amount": 1700, + "id": "ddbc3b74ee9d180d87d3", + "label": "치즈김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ae3cfd4ab6679bd921d3-history", - "label": "찹쌀도너츠", - "amount": 1000, + "id": "ed340a41d6dd0ab43b36", + "label": "김치김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "016e3bd82ad949f53734-history", - "label": "소금빵", - "amount": 2000, + "id": "a11041326fc1b9bbcb0d", + "label": "고추김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8d612eb21ef787e33099-history", - "label": "핫도그", - "amount": 1700, + "id": "7e9795f84d74c9c11ef0", + "label": "불고기김밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ + { + "id": "b6babe52489c004eb6e5-history", + "label": "야채김밥", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "19b850b471b75d58bf24-history", + "label": "떡볶이", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, { - "id": "c924b083fd779157ca28", - "label": "쌀국수", - "amount": 5000, + "id": "efb0088ff6e3ad150c96-history", + "label": "참치주먹밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "466a2ce49438edc00edb", - "label": "돼지구이밥", - "amount": 5000, + "id": "4717ac659a69c64db890-history", + "label": "참치김밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e532a7ae4a034c6d75a4", - "label": "새우볶음밥", - "amount": 6000, + "id": "ddbc3b74ee9d180d87d3-history", + "label": "치즈김밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "c924b083fd779157ca28-history", - "label": "쌀국수", - "amount": 5000, + "id": "ed340a41d6dd0ab43b36-history", + "label": "김치김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "466a2ce49438edc00edb-history", - "label": "돼지구이밥", - "amount": 5000, + "id": "a11041326fc1b9bbcb0d-history", + "label": "고추김밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e532a7ae4a034c6d75a4-history", - "label": "새우볶음밥", - "amount": 6000, + "id": "7e9795f84d74c9c11ef0-history", + "label": "불고기김밥", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-4347", - "name": "왕언니네미장원", - "businessName": "왕언니네미장원", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 중앙로 77-2 (중앙로2가)", - "district": "강원특별자치도 춘천시", - "latitude": 37.8786098574848, - "longitude": 127.72562344249, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-227-6063 / 영업시간: 매일 11:30-14:00 휴일 일요일, 공휴일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "403680d5f1c75c477f35", - "label": "커트", - "amount": 8000, + "id": "fc2ee60c70744efad7d9", + "label": "백반", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "403680d5f1c75c477f35-history", - "label": "커트", - "amount": 8000, + "id": "fc2ee60c70744efad7d9-history", + "label": "백반", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13804", - "name": "왕짱구", - "businessName": "왕짱구", + "id": "goodprice-19062", + "name": "서교밥집", + "businessName": "서교밥집", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 춘천로 195 (효자동) 1층", - "district": "강원특별자치도 춘천시", - "latitude": 37.87691958683272, - "longitude": 127.7358144650472, - "representativePriceAmount": 3500, - "representativePriceLabel": "꼬마김밥(8줄)", + "address": "서울특별시 은평구 서오릉로 179 (구산동, 구산아파트)", + "district": "서울특별시 은평구", + "latitude": 37.61287236905419, + "longitude": 126.91342609421717, + "representativePriceAmount": 6000, + "representativePriceLabel": "수제돈까스", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 꼬마김밥(8줄) 3,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-254-4862 / 영업시간: 08:00 - 19:30 매주 월요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제돈까스 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-356-5988 / 영업시간: 월~토 11:00~21:00 브레이크타임 15:00~16:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1231a4c3a0da55b7b4fe", - "label": "꼬마김밥(8줄)", - "amount": 3500, + "id": "392b29b58cf61fc5da8a", + "label": "수제돈까스", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "171ae5d915d32ac7d9cb", - "label": "만두(10개)", - "amount": 3500, + "id": "33e8424349169942f463", + "label": "육개장", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1231a4c3a0da55b7b4fe-history", - "label": "꼬마김밥(8줄)", - "amount": 3500, + "id": "392b29b58cf61fc5da8a-history", + "label": "수제돈까스", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "171ae5d915d32ac7d9cb-history", - "label": "만두(10개)", - "amount": 3500, + "id": "33e8424349169942f463-history", + "label": "육개장", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10311", - "name": "우두동밥집", - "businessName": "우두동밥집", + "id": "goodprice-2568", + "name": "옛고을식당", + "businessName": "옛고을식당", "categorySlug": "korean", - "address": "강원특별자치도 춘천시 벌말길 54-1 (석사동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.859382765949, - "longitude": 127.742351389083, - "representativePriceAmount": 8000, - "representativePriceLabel": "한식뷔페", + "address": "대전광역시 동구 역전시장길 8 (정동)", + "district": "대전광역시 동구", + "latitude": 36.3304560058946, + "longitude": 127.433731277703, + "representativePriceAmount": 7000, + "representativePriceLabel": "비빔밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-255-5999", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-274-1983 / 영업시간: 06:00 ~ 15:00 / 매주 일요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8de7d04c25c3e7c35e7e", - "label": "한식뷔페", - "amount": 8000, + "id": "de31213beaaee7425384", + "label": "비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "8de7d04c25c3e7c35e7e-history", - "label": "한식뷔페", - "amount": 8000, + "id": "a936b28175aa0146ac45", + "label": "콩나물해장국", + "amount": 7000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "055b2ee2975977389ac0", - "label": "순대국", - "amount": 8000, + "id": "8b3606143c48e938388c", + "label": "돌솥비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c851aea7b79554be1671", - "label": "육개장", - "amount": 8000, + "id": "8ef3b0fb6d9f002da605", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5c47bf8540f5db9d37bb", - "label": "순대", - "amount": 10000, + "id": "1c773938032efe6392b8", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "055b2ee2975977389ac0-history", - "label": "순대국", - "amount": 8000, + "id": "b634c230c499a3881006", + "label": "북어해장국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c851aea7b79554be1671-history", - "label": "육개장", - "amount": 8000, + "id": "9e58913b0214ad9cbe58", + "label": "선지해장국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5c47bf8540f5db9d37bb-history", - "label": "순대", - "amount": 10000, + "id": "b176c93b48f7fecfd6d2", + "label": "순두부찌개", + "amount": 6000, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "1d4a7a61fdf25c355c1b", - "label": "바지락순두부", - "amount": 7000, + "id": "3c0a67a56becca138172", + "label": "양푼이비빔밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9b6c6451c6b04377b769", - "label": "황태콩나물밥", + "id": "57277de7776386be1076", + "label": "육개장", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1d4a7a61fdf25c355c1b-history", - "label": "바지락순두부", + "id": "de31213beaaee7425384-history", + "label": "비빔밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9b6c6451c6b04377b769-history", - "label": "황태콩나물밥", + "id": "a936b28175aa0146ac45-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": [ + "recordedAt": "2026-04-05" + }, { - "id": "9aad7efe6c9924a834f6", - "label": "등심돈까스", - "amount": 9500, + "id": "8b3606143c48e938388c-history", + "label": "돌솥비빔밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "59e6d9c0b5951b30cd47", - "label": "생선까스", - "amount": 9000, + "id": "8ef3b0fb6d9f002da605-history", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "beffcafc9a66ec9ce87e", - "label": "토마토파스타", - "amount": 10000, + "id": "1c773938032efe6392b8-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "9aad7efe6c9924a834f6-history", - "label": "등심돈까스", - "amount": 9500, + "id": "b634c230c499a3881006-history", + "label": "북어해장국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "59e6d9c0b5951b30cd47-history", - "label": "생선까스", - "amount": 9000, + "id": "9e58913b0214ad9cbe58-history", + "label": "선지해장국", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "beffcafc9a66ec9ce87e-history", - "label": "토마토파스타", - "amount": 10000, + "id": "b176c93b48f7fecfd6d2-history", + "label": "순두부찌개", + "amount": 6000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "38a51653e7da5729f89a", - "label": "커트", + "id": "3c0a67a56becca138172-history", + "label": "양푼이비빔밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "38a51653e7da5729f89a-history", - "label": "커트", - "amount": 6000, + "id": "57277de7776386be1076-history", + "label": "육개장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13652", - "name": "송원떡집", - "businessName": "송원떡집", + "id": "goodprice-922", + "name": "시장냉면", + "businessName": "시장냉면", "categorySlug": "korean", - "address": "충청남도 천안시 서북구 봉서5길 10 (쌍용동)", - "district": "충청남도 천안시", - "latitude": 36.80825811514656, - "longitude": 127.13224341449542, - "representativePriceAmount": 2500, - "representativePriceLabel": "인절미 1팩", + "address": "서울특별시 은평구 응암로22길 5-17 (응암동) (응암동)", + "district": "서울특별시 은평구", + "latitude": 37.59432196145397, + "longitude": 126.91879243260554, + "representativePriceAmount": 7000, + "representativePriceLabel": "물냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 인절미 1팩 2,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-578-6753 / 영업시간: 05:00~18:00 정기휴무 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물냉면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-387-1434 / 영업시간: 수~월(11:00~20:00) 매주 화요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1115fbef6bdbbb63f8ff", - "label": "인절미 1팩", - "amount": 2500, + "id": "1987643d4cb3b9617f1d", + "label": "물냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6c221654a6be6ced8673", - "label": "시루떡 1팩", - "amount": 2500, + "id": "5bb4140ccd08b16b96b3", + "label": "비빔냉면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "62b71a8ddf57ca2c31bd", - "label": "모시송편 1팩", - "amount": 2500, + "id": "b41350e8599ede5972fb", + "label": "얼큰물냉면", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1ffa1643b4b69b1d3026", + "label": "왕만두", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1115fbef6bdbbb63f8ff-history", - "label": "인절미 1팩", - "amount": 2500, + "id": "1987643d4cb3b9617f1d-history", + "label": "물냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6c221654a6be6ced8673-history", - "label": "시루떡 1팩", - "amount": 2500, + "id": "5bb4140ccd08b16b96b3-history", + "label": "비빔냉면", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "b41350e8599ede5972fb-history", + "label": "얼큰물냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "fd960d19c9898dfcff55-history", - "label": "커트(어르신)", + "id": "1ffa1643b4b69b1d3026-history", + "label": "왕만두", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5176", - "name": "두꺼비탕", - "businessName": "두꺼비탕", - "categorySlug": "bath", - "address": "전북특별자치도 군산시 동팔마길 31 장재동", - "district": "전북특별자치도 군산시", - "latitude": 35.9769871090007, - "longitude": 126.721038103437, - "representativePriceAmount": 8000, - "representativePriceLabel": "성인", + "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": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 성인 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-442-8985 / 영업시간: 월~일(매주 화요일 휴무) 03:00~17:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩나물밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-221-1663 / 영업시간: 12:00~14:00 / 휴무일(일) / 예약불가", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a9f00341e83cd5b9a4cc", - "label": "성인", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "e7abbac13b67dfe0ab48", - "label": "소인(7세미만)", + "id": "3028b2dd7bffd45b02aa", + "label": "콩나물밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "feae502e6733851e93fa", - "label": "소인(7세 미만)", - "amount": 5000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a9f00341e83cd5b9a4cc-history", - "label": "성인", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "e7abbac13b67dfe0ab48-history", - "label": "소인(7세미만)", + "id": "3028b2dd7bffd45b02aa-history", + "label": "콩나물밥", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "feae502e6733851e93fa-history", - "label": "소인(7세 미만)", - "amount": 5000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14778", - "name": "두리식당", - "businessName": "두리식당", + "id": "goodprice-13038", + "name": "신가네 김밥", + "businessName": "신가네 김밥", "categorySlug": "korean", - "address": "전북특별자치도 군산시 미원안길 8 (미원동) 미원동", - "district": "전북특별자치도 군산시", - "latitude": 35.98047012095301, - "longitude": 126.71553829446381, - "representativePriceAmount": 8000, - "representativePriceLabel": "청국장", + "address": "서울특별시 은평구 진흥로1길 17 (역촌동) 1층", + "district": "서울특별시 은평구", + "latitude": 37.60199594851038, + "longitude": 126.91853313048655, + "representativePriceAmount": 2000, + "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째주 일요일 휴무)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 야채김밥 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-385-3187 / 영업시간: 매일 06:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8443e79b9c9c85b4d471", - "label": "청국장", - "amount": 8000, + "id": "e9c89dd901f5d6f3414d", + "label": "야채김밥", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "76c7dba27ac38c49bc47", - "label": "김치찌개", - "amount": 8000, + "id": "451815736e943c1ae3aa", + "label": "참치김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7ebe9c1221beffb26300", - "label": "순두부찌개", - "amount": 7000, + "id": "c06532a0b70c5bec741e", + "label": "멸치김밥", + "amount": 3000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "01f87c8e131216b8d48c", + "label": "매운오징어김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8443e79b9c9c85b4d471-history", - "label": "청국장", - "amount": 8000, + "id": "e9c89dd901f5d6f3414d-history", + "label": "야채김밥", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "76c7dba27ac38c49bc47-history", - "label": "김치찌개", - "amount": 8000, + "id": "451815736e943c1ae3aa-history", + "label": "참치김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "c06532a0b70c5bec741e-history", + "label": "멸치김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "b1e549cd8df066aa982b-history", - "label": "왁싱(인중)", - "amount": 6000, + "id": "01f87c8e131216b8d48c-history", + "label": "매운오징어김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5756", - "name": "대수식당", - "businessName": "대수식당", + "id": "goodprice-15106", + "name": "경주칼국수", + "businessName": "경주칼국수", "categorySlug": "korean", - "address": "전라남도 여수시 성산6길 32 (화장동)", - "district": "전라남도 여수시", - "latitude": 34.7724434221449, - "longitude": 127.641942601437, + "address": "울산광역시 남구 월평로37번길 5 (신정동) 1층", + "district": "울산광역시 남구", + "latitude": 35.541808785746284, + "longitude": 129.30930615922028, "representativePriceAmount": 6000, - "representativePriceLabel": "백반", + "representativePriceLabel": "손칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-681-2292 / 영업시간: 평일오전6시~20시 브레이크타임:14시~16시 휴무:일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-271-3278", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ec93c69f5c9f2d005333", - "label": "백반", + "id": "e1c28b8724bb1719167b", + "label": "손칼국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "617a5412cd47a60099d8", - "label": "소머리국밥", - "amount": 10000, + "id": "0b62bb1eaf70d9b3dbe1", + "label": "수제비", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ec93c69f5c9f2d005333-history", - "label": "백반", + "id": "e1c28b8724bb1719167b-history", + "label": "손칼국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "617a5412cd47a60099d8-history", - "label": "소머리국밥", - "amount": 10000, + "id": "0b62bb1eaf70d9b3dbe1-history", + "label": "수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11801", - "name": "덕충식당", - "businessName": "덕충식당", + "id": "goodprice-11362", + "name": "역촌동멸치국수", + "businessName": "역촌동멸치국수", "categorySlug": "korean", - "address": "전라남도 여수시 공화남3길 9 (공화동)", - "district": "전라남도 여수시", - "latitude": 34.7468001047787, - "longitude": 127.744235818224, - "representativePriceAmount": 7000, - "representativePriceLabel": "백반", + "address": "서울특별시 은평구 역말로 24 (역촌동)", + "district": "서울특별시 은평구", + "latitude": 37.6055444555547, + "longitude": 126.912925292168, + "representativePriceAmount": 5500, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-664-7838", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-356-5903 / 영업시간: 월~토 10:00~20:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4f59c2414668ff3dde95", - "label": "백반", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "a5f3df02a776851fcdf3", - "label": "서대회", - "amount": 10000, + "id": "fc48bf6fb852044df9f3", + "label": "멸치국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4f59c2414668ff3dde95-history", - "label": "백반", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "a5f3df02a776851fcdf3-history", - "label": "서대회", - "amount": 10000, + "id": "fc48bf6fb852044df9f3-history", + "label": "멸치국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5759", - "name": "도담식당", - "businessName": "도담식당", - "categorySlug": "korean", - "address": "전라남도 여수시 충무로 54-9 (충무동)", - "district": "전라남도 여수시", - "latitude": 34.7414865862163, - "longitude": 127.731736351422, - "representativePriceAmount": 9000, - "representativePriceLabel": "백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 08:00~22:00 21:00에라스트오더", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-256-3003", "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, + "id": "83ba90e8cc0e1a6b8f5e", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "83ba90e8cc0e1a6b8f5e-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14725", - "name": "또또분식", - "businessName": "또또분식", + "id": "goodprice-16177", + "name": "은평정육식당", + "businessName": "은평정육식당", "categorySlug": "korean", - "address": "경상북도 포항시 남구 장기면 양포항길 21-1 -", - "district": "경상북도 포항시", - "latitude": 35.87917402242877, - "longitude": 129.51773492819117, - "representativePriceAmount": 6000, - "representativePriceLabel": "손칼국수", + "address": "서울특별시 은평구 서오릉로 127 (역촌동) 1층 은평정육식당", + "district": "서울특별시 은평구", + "latitude": 37.61036556106262, + "longitude": 126.91830831221306, + "representativePriceAmount": 7900, + "representativePriceLabel": "국내산 생삼겹살(200g)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-276-1052", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 국내산 생삼겹살(200g) 7,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-356-9391 / 영업시간: 매일 12:00~02:00", "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, + "id": "5d70144a0c3d45d76463", + "label": "국내산 생삼겹살(200g)", + "amount": 7900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "5d70144a0c3d45d76463-history", + "label": "국내산 생삼겹살(200g)", + "amount": 7900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6795", - "name": "빅보이분식", - "businessName": "빅보이분식", + "id": "goodprice-14935", + "name": "만두촌", + "businessName": "만두촌", "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 봉암북4길 58 (봉암동)", - "district": "경상남도 창원시", - "latitude": 35.2232485628643, - "longitude": 128.597549978846, - "representativePriceAmount": 6000, - "representativePriceLabel": "김치찌개", + "address": "경기도 수원시 권선구 하탑로 39 (탑동) 102호", + "district": "경기도 수원시", + "latitude": 37.26911230608807, + "longitude": 126.97589883567454, + "representativePriceAmount": 5000, + "representativePriceLabel": "고기찐만두(10개)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-297-9292", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기찐만두(10개) 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-295-8798 / 영업시간: 09:30~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4be5c53d7aecd977ba05", - "label": "김치찌개", - "amount": 6000, + "id": "98f81e9d9e02e9f780d1", + "label": "고기찐만두(10개)", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "dfff3b808529e51c761d", + "label": "김치찐만두(10개)", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b86034d0fef28b4c28e3", - "label": "된장찌개", + "id": "cd63701e5438b1bee426", + "label": "군만두(8개)", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1dc2d107f1f7973e1e59", - "label": "순두부", - "amount": 6000, + "id": "432ea2ba84a1ab249c94", + "label": "쫄면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4be5c53d7aecd977ba05-history", - "label": "김치찌개", - "amount": 6000, + "id": "98f81e9d9e02e9f780d1-history", + "label": "고기찐만두(10개)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b86034d0fef28b4c28e3-history", - "label": "된장찌개", - "amount": 6000, + "id": "dfff3b808529e51c761d-history", + "label": "김치찐만두(10개)", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1dc2d107f1f7973e1e59-history", - "label": "순두부", + "id": "cd63701e5438b1bee426-history", + "label": "군만두(8개)", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "432ea2ba84a1ab249c94-history", + "label": "쫄면", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14351", - "name": "사철밀면", - "businessName": "사철밀면", - "categorySlug": "korean", - "address": "경상남도 창원시 의창구 사림로130번길 5-5 (사림동) 주택 1층", - "district": "경상남도 창원시", - "latitude": 35.24312887541039, - "longitude": 128.68505183829419, + "id": "goodprice-15940", + "name": "장가구", + "businessName": "장가구", + "categorySlug": "chinese", + "address": "서울특별시 은평구 연서로4길 19 (역촌동) 2층", + "district": "서울특별시 은평구", + "latitude": 37.602732643078966, + "longitude": 126.9181480130361, "representativePriceAmount": 7000, - "representativePriceLabel": "물밀면", + "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번째 일요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짬뽕 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-355-3678 / 영업시간: 매주 일요일 휴무 월~토 11:00~21:30 (21:00 라스트오더) 요일별 브레이크 타임 다름", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "799345f0e89132b1e2eb", - "label": "물밀면", + "id": "302c16e9a9042c2ff864", + "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" + "reportedAt": "2026-04-05" }, { - "id": "450282e1c5b587a1d555", - "label": "비빔밀면(곱)", - "amount": 9000, + "id": "8fb707eca2f84341eb27", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "799345f0e89132b1e2eb-history", - "label": "물밀면", + "id": "302c16e9a9042c2ff864-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" + "recordedAt": "2026-04-05" }, { - "id": "450282e1c5b587a1d555-history", - "label": "비빔밀면(곱)", - "amount": 9000, + "id": "8fb707eca2f84341eb27-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13735", - "name": "산장국수", - "businessName": "산장국수", - "categorySlug": "korean", - "address": "경상남도 창원시 마산합포구 고운로 22 (평화동, 평화아파트) 12호", - "district": "경상남도 창원시", - "latitude": 35.186161057327695, - "longitude": 128.55869543926426, - "representativePriceAmount": 4000, - "representativePriceLabel": "잔치국수", + "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": "육수맛이 좋은 착한가격의 잔치국수 푸짐한 국수 한 그릇 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 라스트오더", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,400원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 031-258-3545", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "d1287099d3389b487e15", - "label": "잔치국수", - "amount": 4000, + "id": "36a2aa46986c4155a315", + "label": "아메리카노", + "amount": 3400, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d9e9b8a114fbd0080425", - "label": "숙주잔치국수", - "amount": 4500, + "id": "3ce58dbefa9796abf3a1", + "label": "카페라떼", + "amount": 4900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b2712f910343cb622121", - "label": "어린이국수", - "amount": 2500, + "id": "2aa8d6f7ad79bc0032f1", + "label": "스무디", + "amount": 5200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "d1287099d3389b487e15-history", - "label": "잔치국수", - "amount": 4000, + "id": "36a2aa46986c4155a315-history", + "label": "아메리카노", + "amount": 3400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d9e9b8a114fbd0080425-history", - "label": "숙주잔치국수", - "amount": 4500, + "id": "3ce58dbefa9796abf3a1-history", + "label": "카페라떼", + "amount": 4900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b2712f910343cb622121-history", - "label": "어린이국수", - "amount": 2500, + "id": "2aa8d6f7ad79bc0032f1-history", + "label": "스무디", + "amount": 5200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6816", - "name": "삼구반점", - "businessName": "삼구반점", - "categorySlug": "chinese", - "address": "경상남도 창원시 의창구 대산면 유등로 170-15", - "district": "경상남도 창원시", - "latitude": 35.3363515087417, - "longitude": 128.726725367192, - "representativePriceAmount": 7000, - "representativePriceLabel": "짬뽕", + "id": "goodprice-19066", + "name": "장수칼국수와 돈까스", + "businessName": "장수칼국수와 돈까스", + "categorySlug": "korean", + "address": "서울특별시 은평구 통일로87길 6-11 (갈현동)", + "district": "서울특별시 은평구", + "latitude": 37.62386759155076, + "longitude": 126.91901312321035, + "representativePriceAmount": 5000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짬뽕 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-291-4373", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-354-7676 / 영업시간: 매일 09:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e3cfbcc2c5afde152299", - "label": "짬뽕", - "amount": 7000, + "id": "452004a34e764f37b220", + "label": "칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6c8451095e3bfbc5b1fc", - "label": "짜장면", + "id": "b627b3ac4a4158d31184", + "label": "수제비", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e3cfbcc2c5afde152299-history", - "label": "짬뽕", - "amount": 7000, + "id": "452004a34e764f37b220-history", + "label": "칼국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6c8451095e3bfbc5b1fc-history", - "label": "짜장면", + "id": "b627b3ac4a4158d31184-history", + "label": "수제비", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7136", - "name": "마모루", - "businessName": "마모루", - "categorySlug": "japanese", - "address": "제주특별자치도 제주시 광양13길 10-1 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.4988561334146, - "longitude": 126.531499520634, - "representativePriceAmount": 8500, - "representativePriceLabel": "돈코츠라멘", + "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": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 돈코츠라멘 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일(금)쉬어갑니다!", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 찹쌀꽈배기(3개) 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-9532-0088 / 영업시간: 11:00 ~ 20:00", "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, + "id": "19eeb8be882450f974ad", + "label": "찹쌀꽈배기(3개)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "41810a6695ccc10fc7d4", - "label": "가츠동", - "amount": 8500, + "id": "9032ddf8c11945ee46c5", + "label": "팥도너츠(1개)", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "011851227857722fd587", - "label": "카라이라멘", - "amount": 8500, + "id": "55f5589ce73423bfd564", + "label": "찹쌀도너츠(3개)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9058de9297b41874e908", - "label": "고로케 카레라이스", - "amount": 8500, + "id": "a205f61889efbc97dffa", + "label": "고구마고로케", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "528fbf09d4431d2e2a76", - "label": "나가사키 짬뽕", - "amount": 10000, + "id": "822fb6f5201530f33683", + "label": "고기고로케", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fa8f5518e3474a336122", - "label": "돈가츠 카레라이스", - "amount": 8500, + "id": "3c611e6a50481448f544", + "label": "소세지핫도그", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7e431369aa72a6872d9a", - "label": "돈코츠 라멘", - "amount": 8000, + "id": "6c88e90bdc72c83dea06", + "label": "치즈핫도그", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "24ead952ae3afbb244ee", - "label": "라무네", - "amount": 3500, + "id": "19eeb8be882450f974ad-history", + "label": "찹쌀꽈배기(3개)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ab93a75619df92a2cd44", - "label": "매운부타동", - "amount": 8000, + "id": "9032ddf8c11945ee46c5-history", + "label": "팥도너츠(1개)", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d6ca5a0b11ed4d32e0fe", - "label": "모둠 고로케", - "amount": 4500, + "id": "55f5589ce73423bfd564-history", + "label": "찹쌀도너츠(3개)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fcdcee01952e361ae0df", - "label": "미소 라멘", - "amount": 9000, + "id": "a205f61889efbc97dffa-history", + "label": "고구마고로케", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "939083902ed7a3c99f21", - "label": "사케동(한정판매)", - "amount": 10000, + "id": "822fb6f5201530f33683-history", + "label": "고기고로케", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f64c035216f365f0a972", - "label": "스프라이트", - "amount": 2000, + "id": "3c611e6a50481448f544-history", + "label": "소세지핫도그", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "493dae11e126caaeddc7", - "label": "스프라이트(제로)", + "id": "6c88e90bdc72c83dea06-history", + "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" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-16178", + "name": "진국수", + "businessName": "진국수", + "categorySlug": "korean", + "address": "서울특별시 은평구 진흥로 163 (대조동) 1층 진국수", + "district": "서울특별시 은평구", + "latitude": 37.60900632252334, + "longitude": 126.9279001264067, + "representativePriceAmount": 6000, + "representativePriceLabel": "칼국수", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-385-0166 / 영업시간: 월~토 10:30~21:00 매주 일요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "348153fb4d629128fdea", - "label": "에비후라이", + "id": "231ee180aa681c2d8115", + "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" + "reportedAt": "2026-04-05" }, { - "id": "45266b725a9f056481a4", - "label": "코카콜라(제로)", - "amount": 2000, + "id": "e72ff265f003536c9314", + "label": "잔치국수", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3da548df0e18a8c343ed", - "label": "히야시 라멘", - "amount": 8500, + "id": "a6f4b57db10ba9fb493d", + "label": "비빔국수", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "231ee180aa681c2d8115-history", + "label": "칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "41810a6695ccc10fc7d4-history", - "label": "가츠동", - "amount": 8500, + "id": "e72ff265f003536c9314-history", + "label": "잔치국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "011851227857722fd587-history", - "label": "카라이라멘", - "amount": 8500, + "id": "a6f4b57db10ba9fb493d-history", + "label": "비빔국수", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1402-8552 / 영업시간: 정기휴무(매주 월요일) 화~일 11:00~23:30", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "9058de9297b41874e908-history", - "label": "고로케 카레라이스", - "amount": 8500, + "id": "53fa31c0ce50b3a6e5d9", + "label": "떡볶이", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "528fbf09d4431d2e2a76-history", - "label": "나가사키 짬뽕", - "amount": 10000, + "id": "1ad5a2b1402018301ff5", + "label": "수제튀김", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fa8f5518e3474a336122-history", - "label": "돈가츠 카레라이스", - "amount": 8500, + "id": "4b9f7ef0b9db682c22d7", + "label": "순대", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "7e431369aa72a6872d9a-history", - "label": "돈코츠 라멘", - "amount": 8000, + "id": "53fa31c0ce50b3a6e5d9-history", + "label": "떡볶이", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "24ead952ae3afbb244ee-history", - "label": "라무네", - "amount": 3500, + "id": "1ad5a2b1402018301ff5-history", + "label": "수제튀김", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ab93a75619df92a2cd44-history", - "label": "매운부타동", - "amount": 8000, + "id": "4b9f7ef0b9db682c22d7-history", + "label": "순대", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-17613", + "name": "커피앤", + "businessName": "커피앤", + "categorySlug": "other-food", + "address": "서울특별시 은평구 통일로63길 6 (녹번동) 1층", + "district": "서울특별시 은평구", + "latitude": 37.6080252777659, + "longitude": 126.93137075032114, + "representativePriceAmount": 2800, + "representativePriceLabel": "아메리카노", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,800원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-358-7090 / 영업시간: 매일 09:00~21:00", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "d6ca5a0b11ed4d32e0fe-history", - "label": "모둠 고로케", - "amount": 4500, + "id": "3178a4701dbbd8b1cc70", + "label": "아메리카노", + "amount": 2800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fcdcee01952e361ae0df-history", - "label": "미소 라멘", - "amount": 9000, + "id": "291b11ff5711ff540c5f", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "939083902ed7a3c99f21-history", - "label": "사케동(한정판매)", - "amount": 10000, + "id": "3178a4701dbbd8b1cc70-history", + "label": "아메리카노", + "amount": 2800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f64c035216f365f0a972-history", - "label": "스프라이트", - "amount": 2000, + "id": "291b11ff5711ff540c5f-history", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 08:00 - 17:00 매주 토, 일요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "493dae11e126caaeddc7-history", - "label": "스프라이트(제로)", + "id": "77754efeb791174058f2", + "label": "아메리카노", "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "f1c05e69075ce018515e-history", - "label": "야끼교자(5개)", - "amount": 4500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "cbd91df2dd1692afbc16-history", - "label": "에비 카레라이스", - "amount": 8500, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "348153fb4d629128fdea-history", - "label": "에비후라이", - "amount": 6000, + "id": "03b28cfec8ada9bab398", + "label": "아이스아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c86848a3e6d4966a34ed-history", - "label": "카라이 라멘", - "amount": 8000, + "id": "535b8ca3f41c10d69092", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "d46cacea2954d17ece98-history", - "label": "코카콜라", + "id": "77754efeb791174058f2-history", + "label": "아메리카노", "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "45266b725a9f056481a4-history", - "label": "코카콜라(제로)", - "amount": 2000, + "id": "03b28cfec8ada9bab398-history", + "label": "아이스아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3da548df0e18a8c343ed-history", - "label": "히야시 라멘", - "amount": 8500, + "id": "535b8ca3f41c10d69092-history", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18751", - "name": "마시쭈", - "businessName": "마시쭈", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 서사로 97 (삼도일동, 레미안빌) 마시쭈", - "district": "제주특별자치도 제주시", - "latitude": 33.503675132111844, - "longitude": 126.52012010252068, - "representativePriceAmount": 10000, - "representativePriceLabel": "쭈꾸미 덮밥", + "id": "goodprice-17622", + "name": "펀스터", + "businessName": "펀스터", + "categorySlug": "other-food", + "address": "서울특별시 은평구 증산로3길 8-15 (증산동) 1층", + "district": "서울특별시 은평구", + "latitude": 37.58138282858609, + "longitude": 126.90570425728238, + "representativePriceAmount": 3400, + "representativePriceLabel": "크루아상", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 쭈꾸미 덮밥 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-702-3544", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 크루아상 3,400원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-2134-2805 / 영업시간: 매일 09:30~22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "09bf7fe17635fa4ae135", - "label": "쭈꾸미 덮밥", - "amount": 10000, + "id": "4f168df55f0cdd966f90", + "label": "크루아상", + "amount": 3400, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f264b058c303c1a8e08d", + "label": "뺑오 쇼콜라", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "09bf7fe17635fa4ae135-history", - "label": "쭈꾸미 덮밥", - "amount": 10000, + "id": "4f168df55f0cdd966f90-history", + "label": "크루아상", + "amount": 3400, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f264b058c303c1a8e08d-history", + "label": "뺑오 쇼콜라", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10623", - "name": "만강촌옛날칼국수", - "businessName": "만강촌옛날칼국수", + "id": "goodprice-4748", + "name": "덤블식당", + "businessName": "덤블식당", "categorySlug": "korean", - "address": "제주특별자치도 제주시 월랑로 42 (노형동)", - "district": "제주특별자치도 제주시", - "latitude": 33.4893502595565, - "longitude": 126.476040481369, - "representativePriceAmount": 7900, - "representativePriceLabel": "닭칼국수", + "address": "충청북도 청주시 청원구 향군로31번길 32 (우암동)", + "district": "충청북도 청주시", + "latitude": 36.6477777347953, + "longitude": 127.485430090266, + "representativePriceAmount": 7000, + "representativePriceLabel": "된장찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭칼국수 7,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-744-4780", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-257-2237 / 영업시간: 매일 11:00~15:00 매주 일요일, 공휴일 휴무", "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, + "id": "ab4cd716d01b798b2788", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "ab4cd716d01b798b2788-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "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": "우동", + "id": "goodprice-16179", + "name": "풍성분식", + "businessName": "풍성분식", + "categorySlug": "other-food", + "address": "서울특별시 은평구 연서로 263 (불광동) 1층 풍성분식", + "district": "서울특별시 은평구", + "latitude": 37.62039334003357, + "longitude": 126.92391679374651, + "representativePriceAmount": 1000, + "representativePriceLabel": "꽈배기(2개)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2277-3223", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 꽈배기(2개) 1,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-387-3168", "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, + "id": "0f895f1d6ecc9fe6f650", + "label": "꽈배기(2개)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "0f895f1d6ecc9fe6f650-history", + "label": "꽈배기(2개)", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18572", - "name": "동경우동집", - "businessName": "동경우동집", + "id": "goodprice-15776", + "name": "도니수제돈까스", + "businessName": "도니수제돈까스", "categorySlug": "korean", - "address": "서울특별시 중구 충무로 48 (초동) 1층 1호", - "district": "서울특별시 중구", - "latitude": 37.56537537416687, - "longitude": 126.99296134367208, - "representativePriceAmount": 5000, - "representativePriceLabel": "우동", + "address": "충청북도 청주시 서원구 호국로 99 (사직동) 1층", + "district": "충청북도 청주시", + "latitude": 36.636876933056726, + "longitude": 127.47622733012022, + "representativePriceAmount": 6000, + "representativePriceLabel": "등심돈까스정식", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우동 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2274-3440", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 등심돈까스정식 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 043-277-8230", "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" - }, + "priceItems": [ { - "id": "f9a9760ebabafea10058", - "label": "카레라이스", - "amount": 6500, + "id": "822dc332234066aff0e7", + "label": "등심돈까스정식", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b19583a603fc3c8d397e", - "label": "우동 카레 세트", - "amount": 7500, + "id": "6cbd41db866e5a95b8aa", + "label": "카레돈까스정식", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "466df7c17ff07370aa09-history", - "label": "우동", - "amount": 5000, + "id": "822dc332234066aff0e7-history", + "label": "등심돈까스정식", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0d08f6b399c3af24c9c5-history", - "label": "유부초밥", - "amount": 5000, + "id": "6cbd41db866e5a95b8aa-history", + "label": "카레돈까스정식", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-16767", + "name": "프롬보람", + "businessName": "프롬보람", + "categorySlug": "other-food", + "address": "서울특별시 은평구 갈현로5길 5 (신사동) 1층", + "district": "서울특별시 은평구", + "latitude": 37.60195242046355, + "longitude": 126.90975536877428, + "representativePriceAmount": 2500, + "representativePriceLabel": "아메리카노(포장)", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(포장) 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6105-0717 / 영업시간: 월~금 07:00~19:00 매주 토,일요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "f9a9760ebabafea10058-history", - "label": "카레라이스", - "amount": 6500, + "id": "16c4835e883061b1ff37", + "label": "아메리카노(포장)", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "b19583a603fc3c8d397e-history", - "label": "우동 카레 세트", - "amount": 7500, + "id": "16c4835e883061b1ff37-history", + "label": "아메리카노(포장)", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10673", - "name": "명동얼큰수제비", - "businessName": "명동얼큰수제비", + "id": "goodprice-5412", + "name": "청년식탁 사잇길", + "businessName": "청년식탁 사잇길", "categorySlug": "korean", - "address": "서울특별시 중구 남대문로 64 1층", - "district": "서울특별시 중구", - "latitude": 37.5627658956023, - "longitude": 126.982216802182, - "representativePriceAmount": 8000, + "address": "전북특별자치도 전주시 덕진구 백제대로 563 2층", + "district": "전북특별자치도 전주시", + "latitude": 35.8409178469739, + "longitude": 127.131238280077, + "representativePriceAmount": 3000, "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-752-7649", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-272-0214", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3b2cac8645b9c6d08758", + "id": "f9be1f1705b7c2f9adb5", "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, + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3b2cac8645b9c6d08758-history", + "id": "f9be1f1705b7c2f9adb5-history", "label": "김치찌개", - "amount": 8000, + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-14080", + "name": "하루커피", + "businessName": "하루커피", + "categorySlug": "other-food", + "address": "서울특별시 은평구 가좌로 185 (응암동) 1층", + "district": "서울특별시 은평구", + "latitude": 37.587363949583455, + "longitude": 126.92034625573962, + "representativePriceAmount": 3300, + "representativePriceLabel": "아메리카노", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-307-6864 / 영업시간: 화~금 11:30~21:00 토~일 12:00~21:00 매주 월요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "490a72828d303753d2a1-history", - "label": "된장찌개", - "amount": 8000, + "id": "efae7b4dafa179587e80", + "label": "아메리카노", + "amount": 3300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "91e13ae3cdd10f4e88fb-history", - "label": "소고기김밥", - "amount": 4500, + "id": "efae7b4dafa179587e80-history", + "label": "아메리카노", + "amount": 3300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1405", - "name": "부산밀면", - "businessName": "부산밀면", + "id": "goodprice-15994", + "name": "최가돈", + "businessName": "최가돈", "categorySlug": "korean", - "address": "부산광역시 서구 대영로 18번길 13 (서대신동2가)", - "district": "부산광역시 서구", - "latitude": 35.1094771001795, - "longitude": 129.013487853455, + "address": "전북특별자치도 전주시 완산구 후곡길 23-24 (효자동2가) 1층", + "district": "전북특별자치도 전주시", + "latitude": 35.81087083441043, + "longitude": 127.09465897893688, "representativePriceAmount": 7000, - "representativePriceLabel": "물밀면", + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-4017-4082", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 063-227-5931 / 영업시간: 평일 : 11:00~22:00(21:00 라스트오더) 토요일 : 11:00~22:00(21:00 라스트오더) 일요일 : 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "23f4f38e457756d72790", - "label": "물밀면", + "id": "e5bc39e0c38bb9d17a16", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "23f4f38e457756d72790-history", - "label": "물밀면", + "id": "e5bc39e0c38bb9d17a16-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18715", - "name": "부산식당", - "businessName": "부산식당", + "id": "goodprice-15229", + "name": "한잔의추억", + "businessName": "한잔의추억", "categorySlug": "korean", - "address": "부산광역시 서구 대청로6번길 43 (토성동3가) 부산식당", - "district": "부산광역시 서구", - "latitude": 35.101316967405765, - "longitude": 129.02048922780577, - "representativePriceAmount": 8000, - "representativePriceLabel": "명태탕", + "address": "서울특별시 은평구 역말로 18 (역촌동) 1층", + "district": "서울특별시 은평구", + "latitude": 37.60548768485893, + "longitude": 126.91238798071213, + "representativePriceAmount": 5000, + "representativePriceLabel": "냉삼덮밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 명태탕 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-241-5080", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉삼덮밥 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-355-1984 / 영업시간: 목~화 12:00~22:00 매주 수요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cbfe4b929b5c1c3b074f", - "label": "명태탕", - "amount": 8000, + "id": "0c35d0667970206ea88a", + "label": "냉삼덮밥", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cbfe4b929b5c1c3b074f-history", - "label": "명태탕", - "amount": 8000, + "id": "0c35d0667970206ea88a-history", + "label": "냉삼덮밥", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1861", - "name": "미소띤하루", - "businessName": "미소띤하루", - "categorySlug": "bakery", - "address": "대구광역시 동구 이노밸리로 168 103호(각산동, 안심빌딩)", - "district": "대구광역시 동구", - "latitude": 35.8784451966479, - "longitude": 128.715684288524, - "representativePriceAmount": 1500, - "representativePriceLabel": "소보로빵", + "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": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 소보로빵 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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-242-6705", "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, + "id": "b3b8da95b964886f03a7", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "537b44e0c15662142e1f", - "label": "유기농 카스테라(6개)", + "id": "48e3e80d0dccba4c87c4", + "label": "고기만두", "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "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, + "id": "f7c45f3c0a168538bdee", + "label": "떡국", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "b3b8da95b964886f03a7-history", + "label": "칼국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bd159cb3467a1dbad0b4-history", - "label": "단호박 식빵", + "id": "48e3e80d0dccba4c87c4-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" + "recordedAt": "2026-04-05" }, { - "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, + "id": "f7c45f3c0a168538bdee-history", + "label": "떡국", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-936", + "name": "행복밥상", + "businessName": "행복밥상", + "categorySlug": "korean", + "address": "서울특별시 은평구 갈현로 302-7 (갈현동)", + "district": "서울특별시 은평구", + "latitude": 37.6238127865365, + "longitude": 126.917540864079, + "representativePriceAmount": 7000, + "representativePriceLabel": "청국장", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-7524-5506 / 영업시간: 월~금(11:30~재료소진시) 정기휴무(매주 주말)", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "e085ff24dc0fa6552323-history", - "label": "우유 식빵", - "amount": 4500, + "id": "627c0e692ba6f5c69fda", + "label": "청국장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d41a35933ea4b7f7a2da-history", - "label": "유기농 참깨 쿠키", - "amount": 2800, + "id": "e58b905f1536e829067c", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "537b44e0c15662142e1f-history", - "label": "유기농 카스테라(6개)", - "amount": 4500, + "id": "9a484858e652389c1a29", + "label": "순두부찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2a0c2cbb3b5d7e28d760-history", - "label": "쨈 맛있는 쨈 니가 사준 쨈(딸기)", - "amount": 8000, + "id": "6b504f935cfbadb577be", + "label": "행복백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "b07993fa7a35b08b97e0-history", - "label": "쨈 맛있는 쨈 니가 사준 쨈(사과)", - "amount": 8000, + "id": "627c0e692ba6f5c69fda-history", + "label": "청국장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3d7f749c5640f2545c8d-history", - "label": "찹쌀떡(2개)", - "amount": 1200, + "id": "e58b905f1536e829067c-history", + "label": "된장찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4481d71704d5034826bf-history", - "label": "초코 바삭 쿠키", - "amount": 1200, + "id": "9a484858e652389c1a29-history", + "label": "순두부찌개", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1018994b7e3ecbb809c1-history", - "label": "치즈 범벅 호떡", - "amount": 3800, + "id": "6b504f935cfbadb577be-history", + "label": "행복백반", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1873", - "name": "미진손칼국수", - "businessName": "미진손칼국수", + "id": "goodprice-18288", + "name": "홍두깨멸치칼국수", + "businessName": "홍두깨멸치칼국수", "categorySlug": "korean", - "address": "대구광역시 동구 아양로50길 119-1 (효목동)", - "district": "대구광역시 동구", - "latitude": 35.8824649802755, - "longitude": 128.642824663592, + "address": "전라남도 목포시 교육로 45-1 (상동) 1층", + "district": "전라남도 목포시", + "latitude": 34.8014150837424, + "longitude": 126.42079872738657, "representativePriceAmount": 6000, - "representativePriceLabel": "손칼국수", + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 061-282-7669", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9f677ce0055a1f5e9ab6", - "label": "손칼국수", + "id": "dcecfd34f1293df491a5", + "label": "칼국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "2b4e94ea6c723de5db88", + "label": "수제비", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9f677ce0055a1f5e9ab6-history", - "label": "손칼국수", + "id": "dcecfd34f1293df491a5-history", + "label": "칼국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "2b4e94ea6c723de5db88-history", + "label": "수제비", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14952", - "name": "불로회 수산", - "businessName": "불로회 수산", + "id": "goodprice-17612", + "name": "히카리우동", + "businessName": "히카리우동", "categorySlug": "japanese", - "address": "대구광역시 동구 팔공로30길 9 (불로동)", - "district": "대구광역시 동구", - "latitude": 35.91179442743553, - "longitude": 128.64211388427978, - "representativePriceAmount": 8000, - "representativePriceLabel": "회덮밥", + "address": "서울특별시 은평구 가좌로 190 (응암동) 2층", + "district": "서울특별시 은평구", + "latitude": 37.587925989980185, + "longitude": 126.9202028401795, + "representativePriceAmount": 5500, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 히카리우동 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-9505-5297 / 영업시간: 월~토 11:30~22:00(15:00~17:00 브레이크 타임) 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4b44a389e75d2cb887ad", - "label": "회덮밥", - "amount": 8000, + "id": "e707d33a32807956fc8b", + "label": "히카리우동", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "4b44a389e75d2cb887ad-history", - "label": "회덮밥", - "amount": 8000, + "id": "110f20fe01348b0b88d3", + "label": "오뎅우동", + "amount": 6500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "bc9510ef834e58c75486", - "label": "짜장면", - "amount": 5000, + "id": "646836181e785c4b03ac", + "label": "야갈치우동", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "bc9510ef834e58c75486-history", - "label": "짜장면", - "amount": 5000, + "id": "67617ecb42afab8c9849", + "label": "모듬고로케", + "amount": 7500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "4cfa1d77d67495758306", - "label": "짜장면", - "amount": 5000, + "id": "6e7c8ec3e5979b95e657", + "label": "히야시자루우동", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "289c1f6451bebc0bcc61", - "label": "짬뽕", - "amount": 6000, + "id": "673449de7cf03bbd7ece", + "label": "카키아게우동", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4cfa1d77d67495758306-history", - "label": "짜장면", - "amount": 5000, + "id": "e707d33a32807956fc8b-history", + "label": "히카리우동", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "289c1f6451bebc0bcc61-history", - "label": "짬뽕", - "amount": 6000, + "id": "110f20fe01348b0b88d3-history", + "label": "오뎅우동", + "amount": 6500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "130a9e94d79d04054883", - "label": "점심아구뚝배기", - "amount": 10000, + "id": "646836181e785c4b03ac-history", + "label": "야갈치우동", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, + { + "id": "67617ecb42afab8c9849-history", + "label": "모듬고로케", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "6e7c8ec3e5979b95e657-history", + "label": "히야시자루우동", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, { - "id": "130a9e94d79d04054883-history", - "label": "점심아구뚝배기", - "amount": 10000, + "id": "673449de7cf03bbd7ece-history", + "label": "카키아게우동", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17602", - "name": "친친", - "businessName": "친친", - "categorySlug": "chinese", - "address": "인천 동구 샛골로210번길 9 1층 107호(송림동)", - "district": "인천 동구", - "latitude": 37.4809530287519, - "longitude": 126.646384617566, - "representativePriceAmount": 10000, - "representativePriceLabel": "중화제육덮밥", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 중화제육덮밥 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-766-5533 / 영업시간: 월 ~ 토 10:30 ~ 19:00 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-8870-3318", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "86dd3e2d8fe2883e30d8", - "label": "중화제육덮밥", - "amount": 10000, + "id": "33887f7100c981dc4727", + "label": "아메리카노", + "amount": 2500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "aeaca882d2092a4eb047", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "86dd3e2d8fe2883e30d8-history", - "label": "중화제육덮밥", - "amount": 10000, + "id": "33887f7100c981dc4727-history", + "label": "아메리카노", + "amount": 2500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "aeaca882d2092a4eb047-history", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13665", - "name": "별천지", - "businessName": "별천지", - "categorySlug": "korean", - "address": "광주광역시 서구 상무대로695번길 8 (마륵동) 1층", - "district": "광주광역시 서구", - "latitude": 35.143450019964995, - "longitude": 126.84034418110387, - "representativePriceAmount": 9500, - "representativePriceLabel": "생선구이백반", + "id": "goodprice-13366", + "name": "가마솥 꽈배기", + "businessName": "가마솥 꽈배기", + "categorySlug": "other-food", + "address": "서울특별시 서대문구 통일로 189-1 (영천동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.570334273340514, + "longitude": 126.96184750453916, + "representativePriceAmount": 1000, + "representativePriceLabel": "꽈배기 4개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선구이백반 9,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-375-2795", + "lastPriceUpdatedAt": "2026-04-05", + "description": "영천시장 달인꽈배기", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-312-4999 / 영업시간: 영업시간: 07:00~17:00 휴무일 : 월요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dbde993b836ced59f8d3", - "label": "생선구이백반", - "amount": 9500, + "id": "ccb2cb14db950dd2360b", + "label": "꽈배기 4개", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d9d3de786dbed30a25b0", - "label": "제육볶음", - "amount": 9500, + "id": "11c5f42638b2d98106a4", + "label": "팥도너츠 2개", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dbde993b836ced59f8d3-history", - "label": "생선구이백반", - "amount": 9500, + "id": "ccb2cb14db950dd2360b-history", + "label": "꽈배기 4개", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d9d3de786dbed30a25b0-history", - "label": "제육볶음", - "amount": 9500, + "id": "11c5f42638b2d98106a4-history", + "label": "팥도너츠 2개", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2574", - "name": "한우농장30년", - "businessName": "한우농장30년", + "id": "goodprice-6828", + "name": "미가칼국수", + "businessName": "미가칼국수", "categorySlug": "korean", - "address": "대전광역시 동구 동부로 13 (판암동)", - "district": "대전광역시 동구", - "latitude": 36.3182694180623, - "longitude": 127.456048288873, - "representativePriceAmount": 7000, - "representativePriceLabel": "냉면", + "address": "경상남도 창원시 진해구 벚꽃로60번길 19-6 832(화천동)", + "district": "경상남도 창원시", + "latitude": 35.1512659472656, + "longitude": 128.665285213057, + "representativePriceAmount": 4000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 보리밥 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-543-5200", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "304459230b557d679d92", - "label": "냉면", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "639ad51b1c418e35d6a4", - "label": "설렁탕(곰탕)", - "amount": 8000, + "id": "5f039dcfc50c77e53202", + "label": "보리밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "304459230b557d679d92-history", - "label": "냉면", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "639ad51b1c418e35d6a4-history", - "label": "설렁탕(곰탕)", - "amount": 8000, + "id": "5f039dcfc50c77e53202-history", + "label": "보리밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2550", - "name": "행복칼국수", - "businessName": "행복칼국수", - "categorySlug": "korean", - "address": "대전광역시 동구 대전로 815번길 15 (정동)", - "district": "대전광역시 동구", - "latitude": 36.3326785842423, - "longitude": 127.43143840488, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "id": "goodprice-15456", + "name": "까루나", + "businessName": "까루나", + "categorySlug": "other-food", + "address": "서울특별시 서대문구 홍제내길 42 (홍제동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.58439146646457, + "longitude": 126.93640580071963, + "representativePriceAmount": 4000, + "representativePriceLabel": "에스프레소", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-222-9632 / 영업시간: 11:00 ~ 21:00 / 매주 토요일, 일요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 에스프레소 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-394-1733 / 영업시간: 영업시간: 10:00~18:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "85826c93b518dcb13680", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "7551a073af7bcc0e91b4", - "label": "비빔국수", - "amount": 7000, + "id": "bf6221f918568400afee", + "label": "에스프레소", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5df7ddf22383b2f4fb35", - "label": "콩국수", - "amount": 7000, + "id": "93c93f9243558332d063", + "label": "아메리카노", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "85826c93b518dcb13680-history", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "7551a073af7bcc0e91b4-history", - "label": "비빔국수", - "amount": 7000, + "id": "bf6221f918568400afee-history", + "label": "에스프레소", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5df7ddf22383b2f4fb35-history", - "label": "콩국수", - "amount": 7000, + "id": "93c93f9243558332d063-history", + "label": "아메리카노", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2538", - "name": "헤어코리아미용실", - "businessName": "헤어코리아미용실", - "categorySlug": "beauty", - "address": "대전광역시 동구 한남로 7번길 87 (홍도동)", - "district": "대전광역시 동구", - "latitude": 36.3477117403251, - "longitude": 127.429378780645, - "representativePriceAmount": 9000, - "representativePriceLabel": "미용료(커트)", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1376-0694 / 영업시간: 09:00 ~ 19:00 매주 수요일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 064-722-4844", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e16480b97b402592f8a5", - "label": "미용료(커트)", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3bbc188fcc70bfd1247e", - "label": "커트(성인 일반)", - "amount": 9000, + "id": "1b56f6a938727eb0dcd2", + "label": "김치찌개", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e16480b97b402592f8a5-history", - "label": "미용료(커트)", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3bbc188fcc70bfd1247e-history", - "label": "커트(성인 일반)", - "amount": 9000, + "id": "1b56f6a938727eb0dcd2-history", + "label": "김치찌개", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13383", - "name": "헤어코리아착한나눔", - "businessName": "헤어코리아착한나눔", - "categorySlug": "beauty", - "address": "대전광역시 동구 대전로797번길 38 (중동) 중동 27-33", - "district": "대전광역시 동구", - "latitude": 36.33006491325828, - "longitude": 127.43082686518471, - "representativePriceAmount": 6000, - "representativePriceLabel": "미용료(커트)", + "id": "goodprice-13921", + "name": "늘우짜", + "businessName": "늘우짜", + "categorySlug": "korean", + "address": "서울특별시 서대문구 가재울로 72 (남가좌동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.576206862153825, + "longitude": 126.92100544792332, + "representativePriceAmount": 7000, + "representativePriceLabel": "짜장", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 미용료(커트) 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-274-2221 / 영업시간: 10:00~18:00 / 일요일 휴무 / 수요일은 봉사활동으로 인해 13:00부터 시작", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 짜장 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-375-5500 / 영업시간: 운영시간: 11:00~23: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, + "id": "e9e2caccad584d3b44a0", + "label": "짜장", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b107723ba1db52deee7a", - "label": "염색(성인 일반)", - "amount": 10000, + "id": "36f9a840a3f3fb9ab841", + "label": "우동", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3f63e1697ea83a2d8c6a-history", - "label": "미용료(커트)", - "amount": 6000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "7ef211ae4292a7655c4c-history", - "label": "미용료(커트 65세 이상)", - "amount": 3000, + "id": "e9e2caccad584d3b44a0-history", + "label": "짜장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b107723ba1db52deee7a-history", - "label": "염색(성인 일반)", - "amount": 10000, + "id": "36f9a840a3f3fb9ab841-history", + "label": "우동", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17496", - "name": "샤브리브", - "businessName": "샤브리브", - "categorySlug": "japanese", - "address": "울산광역시 남구 대공원입구로21번길 27 (옥동) 1층", - "district": "울산광역시 남구", - "latitude": 35.5341764411374, - "longitude": 129.29127740367105, - "representativePriceAmount": 9000, - "representativePriceLabel": "얼큰육수샤브", + "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": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 얼큰육수샤브 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1377-2688 / 영업시간: 11:00~20:30 (14:30~15:30 브레이크타임, 19:50 라스트오더)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 청국장 찌개 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-957-9711 / 영업시간: 영업시간 : 11:00~19:00 정기휴무 : 매주 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a1c314783c0c59c98953", - "label": "얼큰육수샤브", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "ae77cdea71bd69641d5d", - "label": "맑은육수샤브", - "amount": 8500, + "id": "fc08d8c30de9061924e3", + "label": "청국장 찌개", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a1c314783c0c59c98953-history", - "label": "얼큰육수샤브", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "ae77cdea71bd69641d5d-history", - "label": "맑은육수샤브", - "amount": 8500, + "id": "fc08d8c30de9061924e3-history", + "label": "청국장 찌개", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2905", - "name": "서울식당", - "businessName": "서울식당", + "id": "goodprice-703", + "name": "대명꼬기", + "businessName": "대명꼬기", "categorySlug": "korean", - "address": "울산광역시 남구 중앙로258번길 7", - "district": "울산광역시 남구", - "latitude": 35.5440882982423, - "longitude": 129.311623070929, + "address": "서울특별시 서대문구 명물길 27-15", + "district": "서울특별시 서대문구", + "latitude": 37.5587604706847, + "longitude": 126.938056010036, "representativePriceAmount": 7000, - "representativePriceLabel": "김치,된장,순두부찌개", + "representativePriceLabel": "삼겹살", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치,된장,순두부찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-271-5103 / 영업시간: 10:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 삼겹살 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-362-1468 / 영업시간: 매일 17:00-24:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c2dfb438d6f573cb1bfe", - "label": "김치,된장,순두부찌개", + "id": "1e5c0ac78b41838dc78d", + "label": "삼겹살", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a4b8560a655f283647b1", - "label": "부대찌개", - "amount": 8000, + "id": "f69b065cb96cf5a9a640", + "label": "된장삼겹살", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bcf790a3b2dcb33c7dda", - "label": "추어탕", - "amount": 8000, + "id": "00c53300dc541fb13244", + "label": "고추장 삼겹살", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b7b332bbbd3388fffb1d", - "label": "김치,된장찌", + "id": "88ffb740c923b3808676", + "label": "껍데기", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8965c7d9fc82cea9a119", - "label": "산채비빔밥", - "amount": 7000, + "id": "b424c6d8058df381381d", + "label": "돼지갈비", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "24fe22d5dee4c7bf1adc", + "label": "생목살", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "80350c6010da625f9582", + "label": "콤비냉면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c2dfb438d6f573cb1bfe-history", - "label": "김치,된장,순두부찌개", + "id": "1e5c0ac78b41838dc78d-history", + "label": "삼겹살", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a4b8560a655f283647b1-history", - "label": "부대찌개", - "amount": 8000, + "id": "f69b065cb96cf5a9a640-history", + "label": "된장삼겹살", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bcf790a3b2dcb33c7dda-history", - "label": "추어탕", - "amount": 8000, + "id": "00c53300dc541fb13244-history", + "label": "고추장 삼겹살", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "b7b332bbbd3388fffb1d-history", - "label": "김치,된장찌", + "id": "88ffb740c923b3808676-history", + "label": "껍데기", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8965c7d9fc82cea9a119-history", - "label": "산채비빔밥", - "amount": 7000, + "id": "b424c6d8058df381381d-history", + "label": "돼지갈비", + "amount": 7500, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "53cd2c17dbd3e0ce226b", - "label": "순두부", - "amount": 9000, + "id": "24fe22d5dee4c7bf1adc-history", + "label": "생목살", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "53cd2c17dbd3e0ce226b-history", - "label": "순두부", - "amount": 9000, + "id": "80350c6010da625f9582-history", + "label": "콤비냉면", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14532", - "name": "샐러디치오도씨 수원성대점", - "businessName": "샐러디치오도씨 수원성대점", - "categorySlug": "western", - "address": "경기도 수원시 장안구 서부로2106번길 21 (율전동) 1층 4호", - "district": "경기도 수원시", - "latitude": 37.29725954060872, - "longitude": 126.97136033632337, - "representativePriceAmount": 6200, - "representativePriceLabel": "햄치즈샌드위치", + "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": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 햄치즈샌드위치 6,200원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-205-5636 / 영업시간: 10:00~20:00(토 10:00~15:00), 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "평화시장내", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-426-3531 / 영업시간: 월~일 07:30~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "677bddde7f45624112c8", - "label": "햄치즈샌드위치", - "amount": 6200, + "id": "5c8eaef5fd2bdff1f1e7", + "label": "고딧국(2~3인용)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "677bddde7f45624112c8-history", - "label": "햄치즈샌드위치", - "amount": 6200, + "id": "5c8eaef5fd2bdff1f1e7-history", + "label": "고딧국(2~3인용)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17115", - "name": "서서김밥", - "businessName": "서서김밥", + "id": "goodprice-13912", + "name": "따뜻한밥상 홍제", + "businessName": "따뜻한밥상 홍제", "categorySlug": "korean", - "address": "경기도 수원시 영통구 매영로 33 (매탄동) 1층", - "district": "경기도 수원시", - "latitude": 37.26960250984764, - "longitude": 127.04648154679711, + "address": "서울특별시 서대문구 통일로40길 9 (홍제동) 2층", + "district": "서울특별시 서대문구", + "latitude": 37.59033421244203, + "longitude": 126.94326941065869, "representativePriceAmount": 3000, - "representativePriceLabel": "야채김밥", + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 야채김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-214-6330 / 영업시간: 08:00~19:00 / 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-5438-8087 / 영업시간: 운영시간: 10시30분~20시 휴무일 : 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3223e24f5271beaa9229", - "label": "야채김밥", + "id": "d3420d76d8e1a27ff1d7", + "label": "김치찌개", "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bfcdcce62c6f53fe5258", - "label": "라면", - "amount": 3000, + "id": "d8baa82b1197f3db2019", + "label": "계란후라이", + "amount": 500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3223e24f5271beaa9229-history", - "label": "야채김밥", + "id": "d3420d76d8e1a27ff1d7-history", + "label": "김치찌개", "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bfcdcce62c6f53fe5258-history", - "label": "라면", - "amount": 3000, + "id": "d8baa82b1197f3db2019-history", + "label": "계란후라이", + "amount": 500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16798", - "name": "서울한우 홈플러스 북수원점", - "businessName": "서울한우 홈플러스 북수원점", + "id": "goodprice-1882", + "name": "다모아식당", + "businessName": "다모아식당", "categorySlug": "korean", - "address": "경기도 수원시 장안구 경수대로 930 (조원동) 1층 X3YC호", - "district": "경기도 수원시", - "latitude": 37.30276736285418, - "longitude": 127.00880909013584, - "representativePriceAmount": 9900, - "representativePriceLabel": "얼큰한우국밥", + "address": "대구광역시 동구 파계로 54 (지묘동)", + "district": "대구광역시 동구", + "latitude": 35.9386980766118, + "longitude": 128.638782921677, + "representativePriceAmount": 5000, + "representativePriceLabel": "해물칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 얼큰한우국밥 9,900원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-241-9680 / 영업시간: 11:00~21:00 둘째주, 넷째주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-986-2929 / 영업시간: 월-일 11:00-19:30 브레이크 타임 (평일) 15:00-16:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a8d42b1590012df1ff22", - "label": "얼큰한우국밥", - "amount": 9900, + "id": "6d2c4f2204207b6f72c6", + "label": "해물칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4423a2c0f116eab17353", - "label": "맑은한우국밥", - "amount": 9900, + "id": "9d5104f078dd60311ed8", + "label": "냉콩국수", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "39a0c28cf712adea8e34", - "label": "황태해장국", - "amount": 9900, + "id": "f18669a8e1b9c76dec9d", + "label": "잔치국수", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "333a9d2a7b3d8dc65c26", - "label": "콩나물해장국", - "amount": 6900, + "id": "024d3ed0e5148470ae5d", + "label": "해물파전", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a8d42b1590012df1ff22-history", - "label": "얼큰한우국밥", - "amount": 9900, + "id": "6d2c4f2204207b6f72c6-history", + "label": "해물칼국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4423a2c0f116eab17353-history", - "label": "맑은한우국밥", - "amount": 9900, + "id": "9d5104f078dd60311ed8-history", + "label": "냉콩국수", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "39a0c28cf712adea8e34-history", - "label": "황태해장국", - "amount": 9900, + "id": "f18669a8e1b9c76dec9d-history", + "label": "잔치국수", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "024d3ed0e5148470ae5d-history", + "label": "해물파전", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13805", - "name": "원식이네손칼국수", - "businessName": "원식이네손칼국수", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 후석로 591 (소양로1가) 원식이네손칼국수", - "district": "강원특별자치도 춘천시", - "latitude": 37.89357805500181, - "longitude": 127.7279325507315, - "representativePriceAmount": 8000, - "representativePriceLabel": "해물칼국수", + "id": "goodprice-17914", + "name": "라이빈", + "businessName": "라이빈", + "categorySlug": "chinese", + "address": "서울특별시 서대문구 영천시장길 66 (옥천동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.56966449512643, + "longitude": 126.96245389829024, + "representativePriceAmount": 5000, + "representativePriceLabel": "자장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 해물칼국수 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-257-5652", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 자장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6014-1945", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ca98d1564b0a134dc5d8", - "label": "해물칼국수", - "amount": 8000, + "id": "3e2128c0cfa3d2dbdd0b", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6ff21def3ddc21e56364", - "label": "콩나물밥", + "id": "6066b2091fa8c7f38983", + "label": "1인요리", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ca98d1564b0a134dc5d8-history", - "label": "해물칼국수", - "amount": 8000, + "id": "3e2128c0cfa3d2dbdd0b-history", + "label": "자장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6ff21def3ddc21e56364-history", - "label": "콩나물밥", + "id": "6066b2091fa8c7f38983-history", + "label": "1인요리", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16647", - "name": "이레미용실", - "businessName": "이레미용실", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 효석로67번길 18-1 (석사동)", - "district": "강원특별자치도 춘천시", - "latitude": 37.86191645758754, - "longitude": 127.73930830005943, - "representativePriceAmount": 8000, - "representativePriceLabel": "커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 단팥빵 1,200원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-567-9019 / 영업시간: 월~일 07:00-21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e30690a1a3b340c63140", - "label": "커트", - "amount": 8000, + "id": "45c5cda0b40a086d61df", + "label": "단팥빵", + "amount": 1200, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "29effc8bb253f4f5b29d", + "label": "크림빵", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e30690a1a3b340c63140-history", - "label": "커트", - "amount": 8000, + "id": "45c5cda0b40a086d61df-history", + "label": "단팥빵", + "amount": 1200, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "29effc8bb253f4f5b29d-history", + "label": "크림빵", + "amount": 1200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15518", - "name": "민들레식당", - "businessName": "민들레식당", + "id": "goodprice-699", + "name": "밥 보다 국시", + "businessName": "밥 보다 국시", "categorySlug": "korean", - "address": "충청북도 청주시 상당구 대성로 57 (서운동) (민들레식당)", - "district": "충청북도 청주시", - "latitude": 36.63047211931871, - "longitude": 127.49290793289809, - "representativePriceAmount": 7000, - "representativePriceLabel": "된장찌개(백반)", + "address": "서울특별시 서대문구 세검정로3길 64 1층", + "district": "서울특별시 서대문구", + "latitude": 37.5938417010464, + "longitude": 126.947392091148, + "representativePriceAmount": 5000, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개(백반) 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-255-3028", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-391-1279 / 영업시간: 목 10:30-20:30 20:20라스트오더 금 10:30-20:30 20:20라스트오더 토 10:30-20:30 20:20라스트오더 일 10:30-20:30 20:20라스트오더 월 10:30-20:30 20:20라스트오더 화 10:30-20:30 20:20라스트오더 수 정기휴무(매주수요일)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "38423196e8e9dddac625", - "label": "된장찌개(백반)", - "amount": 7000, + "id": "d3105d011baf88486fc0", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "38423196e8e9dddac625-history", - "label": "된장찌개(백반)", - "amount": 7000, + "id": "311f3096d2274cbb2aa0", + "label": "칼국수", + "amount": 5500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "072781778af915729c5f", - "label": "커트", - "amount": 10000, + "id": "4b72ee3ceb367f1fb9b3", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "072781778af915729c5f-history", - "label": "커트", - "amount": 10000, + "id": "d3105d011baf88486fc0-history", + "label": "잔치국수", + "amount": 5000, "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": [ + "recordedAt": "2026-04-05" + }, { - "id": "e3f19f5bcb6ed9237676", - "label": "커트(남성)", - "amount": 7000, + "id": "311f3096d2274cbb2aa0-history", + "label": "칼국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "e3f19f5bcb6ed9237676-history", - "label": "커트(남성)", - "amount": 7000, + "id": "4b72ee3ceb367f1fb9b3-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15577", - "name": "스탠바이커피", - "businessName": "스탠바이커피", - "categorySlug": "other-food", - "address": "충청남도 천안시 서북구 불당21로 67-18 (불당동) 114호", - "district": "충청남도 천안시", - "latitude": 36.81404962232316, - "longitude": 127.10850447130197, - "representativePriceAmount": 2000, - "representativePriceLabel": "아메리카노", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1384-6480 / 영업시간: 평일 08:00~22:00 주말 09:00~22:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 떡볶이 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-777-3355 / 영업시간: 화 ~ 일 10:00 ~ 22:00 월요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "dfd248376453e106db7c", - "label": "아메리카노", - "amount": 2000, + "id": "e64f240710635562762e", + "label": "떡볶이", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "2957feec50ef46735b6c", - "label": "카페라떼", - "amount": 3300, + "id": "964185b1a6efb71a72a3", + "label": "튀김만두(2개)", + "amount": 1000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "dfd248376453e106db7c-history", - "label": "아메리카노", - "amount": 2000, + "id": "e64f240710635562762e-history", + "label": "떡볶이", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2957feec50ef46735b6c-history", - "label": "카페라떼", - "amount": 3300, + "id": "964185b1a6efb71a72a3-history", + "label": "튀김만두(2개)", + "amount": 1000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18725", - "name": "시골손칼국수", - "businessName": "시골손칼국수", + "id": "goodprice-13926", + "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": "반명함", + "address": "서울특별시 서대문구 홍제원4길 8 (홍제동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.58637263604738, + "longitude": 126.94733959445577, + "representativePriceAmount": 7500, + "representativePriceLabel": "김치찜", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 반명함 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-571-9182 / 영업시간: 09:00~20:00 설명절 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찜 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-738-8545 / 영업시간: 운영시간: 10:30~20:30 휴무일: 토요일,일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "54659a3def3dbed4bb9c", - "label": "반명함", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "e6525b594c56f2a3c29e", - "label": "증명사진", - "amount": 10000, + "id": "4ceead43088fc6c2f62d", + "label": "김치찜", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f2ee2b1e150a2d8c2189", - "label": "반명함(메일전송포함)", - "amount": 10000, + "id": "2985eb81159f61d0dd13", + "label": "닭불고기", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "history": [ - { - "id": "54659a3def3dbed4bb9c-history", - "label": "반명함", - "amount": 10000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "history": [ { - "id": "e6525b594c56f2a3c29e-history", - "label": "증명사진", - "amount": 10000, + "id": "4ceead43088fc6c2f62d-history", + "label": "김치찜", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f2ee2b1e150a2d8c2189-history", - "label": "반명함(메일전송포함)", - "amount": 10000, + "id": "2985eb81159f61d0dd13-history", + "label": "닭불고기", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5177", - "name": "머리박사", - "businessName": "머리박사", - "categorySlug": "beauty", - "address": "전북특별자치도 군산시 문화로36 203호", - "district": "전북특별자치도 군산시", - "latitude": 35.9694641851937, - "longitude": 126.709955551767, - "representativePriceAmount": 9000, - "representativePriceLabel": "남성커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성커트 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-462-9680 / 영업시간: 월~토(매주 일요일 휴무) 09:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 그냥김밥 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 1555-5878 / 영업시간: 영업일: 월~토 오전 8시~오후4시(재료소진시 마감) 휴무일: 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3d4c56471cff8aa53502", - "label": "남성커트", - "amount": 9000, + "id": "f972a30d434866edcbb0", + "label": "그냥김밥", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "9122ffa379a3a0f739bc", + "label": "라면", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3d4c56471cff8aa53502-history", - "label": "남성커트", - "amount": 9000, + "id": "f972a30d434866edcbb0-history", + "label": "그냥김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "9122ffa379a3a0f739bc-history", + "label": "라면", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5191", - "name": "명산칼국수", - "businessName": "명산칼국수", + "id": "goodprice-17912", + "name": "백반&찌개", + "businessName": "백반&찌개", "categorySlug": "korean", - "address": "전북특별자치도 군산시 오룡로 57-2 명산동", - "district": "전북특별자치도 군산시", - "latitude": 35.9825246812404, - "longitude": 126.709954003925, - "representativePriceAmount": 6000, - "representativePriceLabel": "바지락칼국수", + "address": "서울특별시 서대문구 북아현로4길 9-8 (북아현동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.559553506512145, + "longitude": 126.9575125116325, + "representativePriceAmount": 7000, + "representativePriceLabel": "백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 바지락칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 063-468-1470 / 영업시간: 월~토(매주 일요일 휴무) 10:30~15:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-393-0891", "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": "검은콩국수", + "id": "df5f08986769901dce8a", + "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" + "reportedAt": "2026-04-05" } ], "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": "검은콩국수", + "id": "df5f08986769901dce8a-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5707", - "name": "돈까스천국", - "businessName": "돈까스천국", - "categorySlug": "western", - "address": "전라남도 여수시 통제영3길 14 (교동)", - "district": "전라남도 여수시", - "latitude": 34.7413896058147, - "longitude": 127.734325663512, - "representativePriceAmount": 10000, - "representativePriceLabel": "돈까스", + "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": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 돈까스 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-662-0239 / 영업시간: 11시 - 20시", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 갈비탕 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-626-7006 / 영업시간: 09:30 ~ 21:30 / 매주 일요일 정기 휴무", "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, + "id": "439620526ff9ca1c1ef6", + "label": "갈비탕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "439620526ff9ca1c1ef6-history", + "label": "갈비탕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5708", - "name": "돈뗄", - "businessName": "돈뗄", - "categorySlug": "western", - "address": "전라남도 여수시 양지1길 30 1층(미평동)", - "district": "전라남도 여수시", - "latitude": 34.7727185677749, - "longitude": 127.702281894777, - "representativePriceAmount": 9000, - "representativePriceLabel": "수제돈가스", + "id": "goodprice-677", + "name": "본솔커피", + "businessName": "본솔커피", + "categorySlug": "other-food", + "address": "서울특별시 서대문구 증가로 82", + "district": "서울특별시 서대문구", + "latitude": 37.574761208625, + "longitude": 126.927236781956, + "representativePriceAmount": 3500, + "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브레이크타임", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-323-1225 / 영업시간: 매일 10:00-22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fae05591f5d7da2fb96a", - "label": "수제돈가스", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "6e1d3180181aa9b7a5c7", - "label": "치즈돈까스", - "amount": 10000, + "id": "027279686ccb3a5e27a3", + "label": "아메리카노", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c9501d2cc2dd39376973", - "label": "돈까스덮밥", - "amount": 9500, + "id": "83851f349674185f1227", + "label": "동과차", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f061207d26e649f84bbe", - "label": "감자튀김", - "amount": 1500, + "id": "a62dc4f7e5dc9cf65790", + "label": "대만샌드위치", + "amount": 2900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bb8bfc6c84ccd85e8bcb", - "label": "고구마치즈스틱(2p)", - "amount": 1500, + "id": "c11db6811224486ecff7", + "label": "달고나카페라떼", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f905a9567c653df27eae", - "label": "공기밥", - "amount": 1000, + "id": "1580f26b43f2956d7399", + "label": "딸기라떼", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ab61931c4f827e604c16", - "label": "로제파스타", - "amount": 8000, + "id": "6aada36c46433d3b3f43", + "label": "바닐라라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "9bc6c374f44841648ede", - "label": "새우볶음밥", - "amount": 8000, + "id": "20d75c7e4dd769cd7036", + "label": "샌드위치", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7637809a073c8a57cd87", - "label": "새우크림파스타", - "amount": 10000, + "id": "83dfa4f9aebf3918ac32", + "label": "에스프레소", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a0cda05c0fa895ec348b", - "label": "새우토마토파스타", - "amount": 10000, + "id": "98781647fa4317bf419f", + "label": "연유라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "09f6a88a3d29223f67c0", - "label": "새우튀김(2p)", - "amount": 1500, + "id": "15a26af556b3855f733a", + "label": "카라멜라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1d714964742b0ec1913c", - "label": "수제돈까스", - "amount": 9000, + "id": "1f240bb47a756eff12c1", + "label": "카페라떼", + "amount": 3800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "90ad407af8b7ef4dde6c", - "label": "에비동(새우튀김덮밥)", - "amount": 8500, + "id": "027279686ccb3a5e27a3-history", + "label": "아메리카노", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0d70e3e8b95261bb814a", - "label": "제육덮밥", - "amount": 8500, + "id": "83851f349674185f1227-history", + "label": "동과차", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "021fe8e8e546c2042c9b", - "label": "치즈에비동(치즈새우튀김덮밥)", - "amount": 10000, + "id": "a62dc4f7e5dc9cf65790-history", + "label": "대만샌드위치", + "amount": 2900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "86afb104a3acb34a72e4", - "label": "치킨까스", - "amount": 9500, + "id": "c11db6811224486ecff7-history", + "label": "달고나카페라떼", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2f7f18f68038dd250455", - "label": "치킨팝콘(15p)", - "amount": 1500, + "id": "1580f26b43f2956d7399-history", + "label": "딸기라떼", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "271633af5f62c6fee41d", - "label": "크림파스타", - "amount": 8000, + "id": "6aada36c46433d3b3f43-history", + "label": "바닐라라떼", + "amount": 4300, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e8a6d85a789b3c58a50d", - "label": "토마토파스타", - "amount": 8000, + "id": "20d75c7e4dd769cd7036-history", + "label": "샌드위치", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c5374b98c0f7afda2e62", - "label": "토핑돈까스", - "amount": 10000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "fae05591f5d7da2fb96a-history", - "label": "수제돈가스", - "amount": 9000, + "id": "83dfa4f9aebf3918ac32-history", + "label": "에스프레소", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6e1d3180181aa9b7a5c7-history", - "label": "치즈돈까스", - "amount": 10000, + "id": "98781647fa4317bf419f-history", + "label": "연유라떼", + "amount": 4300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c9501d2cc2dd39376973-history", - "label": "돈까스덮밥", - "amount": 9500, + "id": "15a26af556b3855f733a-history", + "label": "카라멜라떼", + "amount": 4300, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "f061207d26e649f84bbe-history", - "label": "감자튀김", - "amount": 1500, + "id": "1f240bb47a756eff12c1-history", + "label": "카페라떼", + "amount": 3800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1346-4157", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "bb8bfc6c84ccd85e8bcb-history", - "label": "고구마치즈스틱(2p)", - "amount": 1500, + "id": "503d64abb636178f22d9", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "f905a9567c653df27eae-history", - "label": "공기밥", - "amount": 1000, + "id": "189c4ad84a1362755998", + "label": "소금빵", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "ab61931c4f827e604c16-history", - "label": "로제파스타", - "amount": 8000, + "id": "503d64abb636178f22d9-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "9bc6c374f44841648ede-history", - "label": "새우볶음밥", - "amount": 8000, + "id": "189c4ad84a1362755998-history", + "label": "소금빵", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-17896", + "name": "빠오돈", + "businessName": "빠오돈", + "categorySlug": "korean", + "address": "서울특별시 서대문구 거북골로 174-1 (북가좌동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.57699020067757, + "longitude": 126.91107849660759, + "representativePriceAmount": 3500, + "representativePriceLabel": "수제등심돈까스1장", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 수제등심돈까스1장 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-304-9599", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "7637809a073c8a57cd87-history", - "label": "새우크림파스타", - "amount": 10000, + "id": "e5741e96835543d892ae", + "label": "수제등심돈까스1장", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "a0cda05c0fa895ec348b-history", - "label": "새우토마토파스타", - "amount": 10000, + "id": "e5741e96835543d892ae-history", + "label": "수제등심돈까스1장", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "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-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 도토리묵밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: - / 영업시간: 예약제 운영", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "09f6a88a3d29223f67c0-history", - "label": "새우튀김(2p)", - "amount": 1500, + "id": "cc66019aca85e687aa2d", + "label": "도토리묵밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1d714964742b0ec1913c-history", - "label": "수제돈까스", - "amount": 9000, + "id": "ee55ebd9156c795ddf7d", + "label": "도토리 들깨칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "90ad407af8b7ef4dde6c-history", - "label": "에비동(새우튀김덮밥)", - "amount": 8500, + "id": "d5ccc0474a059d279075", + "label": "도토리 들깨수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0d70e3e8b95261bb814a-history", - "label": "제육덮밥", - "amount": 8500, + "id": "e039e1917744ecfbf138", + "label": "도토리들깨수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "021fe8e8e546c2042c9b-history", - "label": "치즈에비동(치즈새우튀김덮밥)", - "amount": 10000, + "id": "ac6ddfa3458a87568663", + "label": "도토리들깨칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "86afb104a3acb34a72e4-history", - "label": "치킨까스", - "amount": 9500, + "id": "cc66019aca85e687aa2d-history", + "label": "도토리묵밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "2f7f18f68038dd250455-history", - "label": "치킨팝콘(15p)", - "amount": 1500, + "id": "ee55ebd9156c795ddf7d-history", + "label": "도토리 들깨칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "271633af5f62c6fee41d-history", - "label": "크림파스타", - "amount": 8000, + "id": "d5ccc0474a059d279075-history", + "label": "도토리 들깨수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e8a6d85a789b3c58a50d-history", - "label": "토마토파스타", - "amount": 8000, + "id": "e039e1917744ecfbf138-history", + "label": "도토리들깨수제비", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c5374b98c0f7afda2e62-history", - "label": "토핑돈까스", - "amount": 10000, + "id": "ac6ddfa3458a87568663-history", + "label": "도토리들깨칼국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5760", - "name": "돈사랑", - "businessName": "돈사랑", + "id": "goodprice-700", + "name": "소문난냉면", + "businessName": "소문난냉면", "categorySlug": "korean", - "address": "전라남도 여수시 중앙로 93-2 (중앙동)", - "district": "전라남도 여수시", - "latitude": 34.7393455980908, - "longitude": 127.737831078851, - "representativePriceAmount": 10000, - "representativePriceLabel": "백반", + "address": "서울특별시 서대문구 거북골로 210", + "district": "서울특별시 서대문구", + "latitude": 37.5790717495041, + "longitude": 126.908121536764, + "representativePriceAmount": 7000, + "representativePriceLabel": "물(비빔)냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-663-0866 / 영업시간: 월-토 04:00-10:00 일요일휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물(비빔)냉면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-373-7673", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3c4a2d75c0c9f95c47fe", - "label": "백반", - "amount": 10000, + "id": "ea9ae6ece223bcf2af39", + "label": "물(비빔)냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "38497bdd6560abed38ca", + "label": "양푼비빔밥", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3c4a2d75c0c9f95c47fe-history", - "label": "백반", - "amount": 10000, + "id": "ea9ae6ece223bcf2af39-history", + "label": "물(비빔)냉면", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "38497bdd6560abed38ca-history", + "label": "양푼비빔밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6439", - "name": "롯데이용소", - "businessName": "롯데이용소", - "categorySlug": "barber", - "address": "경상북도 포항시 북구 두호로 19-11", - "district": "경상북도 포항시", - "latitude": 36.0594247293204, - "longitude": 129.376181188119, - "representativePriceAmount": 8000, - "representativePriceLabel": "남자커트", + "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": "행정안전부 착한가격업소 목록에서 수집한 이용업 업소입니다. 대표 항목은 남자커트 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 054-247-8775 / 영업시간: 9시~19시 매주 일요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국밥 6,900원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: -", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ac970527b40239978a5d", - "label": "남자커트", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "36f713163b2b92a7e30a", - "label": "염색", - "amount": 10000, + "id": "2d5bbd8a86a8d5a107f8", + "label": "순대국밥", + "amount": 6900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "841a34430ffa843185f0", - "label": "기타 성인조발", - "amount": 7000, + "id": "590ec222a3e719d34204", + "label": "뼈해장국", + "amount": 6900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ac970527b40239978a5d-history", - "label": "남자커트", - "amount": 8000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "36f713163b2b92a7e30a-history", - "label": "염색", - "amount": 10000, + "id": "2d5bbd8a86a8d5a107f8-history", + "label": "순대국밥", + "amount": 6900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "841a34430ffa843185f0-history", - "label": "기타 성인조발", - "amount": 7000, + "id": "590ec222a3e719d34204-history", + "label": "뼈해장국", + "amount": 6900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6311", - "name": "루머팡", - "businessName": "루머팡", - "categorySlug": "other-food", - "address": "경상북도 포항시 남구 오천읍 장기로1690번길 5 다동 5호", - "district": "경상북도 포항시", - "latitude": 35.9660455313984, - "longitude": 129.417540251313, - "representativePriceAmount": 3000, - "representativePriceLabel": "아메리카노", + "id": "goodprice-10607", + "name": "수신당", + "businessName": "수신당", + "categorySlug": "bakery", + "address": "서울특별시 서대문구 수색로 2길 39 110-4호", + "district": "서울특별시 서대문구", + "latitude": 37.5713138623931, + "longitude": 126.915904667901, + "representativePriceAmount": 2800, + "representativePriceLabel": "소금빵(쌀가루)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 평일 09시~18시", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 소금빵(쌀가루) 2,800원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-315-7817", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "09cc97a096674fc3c3c2", - "label": "아메리카노", - "amount": 3000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "e5d9a5027eb130ab7803", - "label": "카페라떼", - "amount": 4500, + "id": "c35d0f62d208ad9d2bf3", + "label": "소금빵(쌀가루)", + "amount": 2800, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "09cc97a096674fc3c3c2-history", - "label": "아메리카노", - "amount": 3000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "e5d9a5027eb130ab7803-history", - "label": "카페라떼", - "amount": 4500, + "id": "c35d0f62d208ad9d2bf3-history", + "label": "소금빵(쌀가루)", + "amount": 2800, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6803", - "name": "삼포복집", - "businessName": "삼포복집", + "id": "goodprice-15995", + "name": "하루국수", + "businessName": "하루국수", "categorySlug": "korean", - "address": "경상남도 창원시 성산구 용지로 78 2층 5호(중앙동,남선상가)", - "district": "경상남도 창원시", - "latitude": 35.2227526441192, - "longitude": 128.676906326096, - "representativePriceAmount": 9000, - "representativePriceLabel": "지리", + "address": "전북특별자치도 전주시 완산구 메너머1길 30 (중화산동2가)", + "district": "전북특별자치도 전주시", + "latitude": 35.82106396957341, + "longitude": 127.11962562598723, + "representativePriceAmount": 5000, + "representativePriceLabel": "물국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 지리 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-281-3535", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1347-0031 / 영업시간: 평일 : 10:00 ~ 16:00 토요일 : 10:00 ~ 16:00 일요일 : 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f6f7db28aa02876f40db", - "label": "지리", - "amount": 9000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "eb399955ef83af63a06e", - "label": "매운탕", - "amount": 9000, + "id": "bcefc48ef77d3a822f5d", + "label": "물국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "8d7a51c23d0535d980c6", - "label": "불고기", - "amount": 10000, + "id": "f1ef1db9206639c653f7", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f6f7db28aa02876f40db-history", - "label": "지리", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "eb399955ef83af63a06e-history", - "label": "매운탕", - "amount": 9000, + "id": "bcefc48ef77d3a822f5d-history", + "label": "물국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "8d7a51c23d0535d980c6-history", - "label": "불고기", - "amount": 10000, + "id": "f1ef1db9206639c653f7-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-10582", - "name": "새마을찌개나라", - "businessName": "새마을찌개나라", + "id": "goodprice-13923", + "name": "아콘스톨", + "businessName": "아콘스톨", "categorySlug": "korean", - "address": "경상남도 창원시 진해구 중원로85번길 13 103호(화천동, 평화빌라)", - "district": "경상남도 창원시", - "latitude": 35.1518273238499, - "longitude": 128.658677263667, - "representativePriceAmount": 10000, - "representativePriceLabel": "불고기정식", + "address": "서울특별시 서대문구 신촌역로 17 (대현동) 1층 110호", + "district": "서울특별시 서대문구", + "latitude": 37.55829513202091, + "longitude": 126.942418353037, + "representativePriceAmount": 3000, + "representativePriceLabel": "아콘스톨김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 불고기정식 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-545-1134 / 영업시간: - 05:30 ~ 20:30 - 2, 4번째 금요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 아콘스톨김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1376-1301 / 영업시간: 운영시간: 11:00~21:00 휴무일: 토요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0df45c5aa491c6b70cee", - "label": "불고기정식", - "amount": 10000, + "id": "688de7b98ee8c72a2a2c", + "label": "아콘스톨김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a7d8c0587b526cb3c289", - "label": "김치찌개", - "amount": 8000, + "id": "23a9ae8f1d4b8ddaa0de", + "label": "볶음밥", + "amount": 4900, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c3d16b9db6ba2931296f", + "label": "순대떡볶음", + "amount": 3900, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0df45c5aa491c6b70cee-history", - "label": "불고기정식", - "amount": 10000, + "id": "688de7b98ee8c72a2a2c-history", + "label": "아콘스톨김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a7d8c0587b526cb3c289-history", - "label": "김치찌개", - "amount": 8000, + "id": "23a9ae8f1d4b8ddaa0de-history", + "label": "볶음밥", + "amount": 4900, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c3d16b9db6ba2931296f-history", + "label": "순대떡볶음", + "amount": 3900, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18613", - "name": "새맛정 한식뷔페", - "businessName": "새맛정 한식뷔페", + "id": "goodprice-6363", + "name": "다미손만두돈까스", + "businessName": "다미손만두돈까스", "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 봉암공단로 26 (봉암동) 1층", - "district": "경상남도 창원시", - "latitude": 35.21671451783592, - "longitude": 128.60004187399605, - "representativePriceAmount": 6500, - "representativePriceLabel": "한식뷔페", + "address": "경상북도 포항시 남구 구룡포읍 구룡포길 85-1 다미손만두돈까스", + "district": "경상북도 포항시", + "latitude": 35.9912234274676, + "longitude": 129.555134254705, + "representativePriceAmount": 7000, + "representativePriceLabel": "냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 6,500원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1459-0857 / 영업시간: 월~토 11:00 - 13:30 일 정기휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 054-284-2291 / 영업시간: 11시~21시 (휴뮤일 없음)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e99add376a170c9ef2f5", - "label": "한식뷔페", - "amount": 6500, + "id": "67fe9acf403017f0efa8", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e99add376a170c9ef2f5-history", - "label": "한식뷔페", - "amount": 6500, + "id": "67fe9acf403017f0efa8-history", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16569", - "name": "서민갈비", - "businessName": "서민갈비", + "id": "goodprice-716", + "name": "엉터리돼지갈비", + "businessName": "엉터리돼지갈비", "categorySlug": "korean", - "address": "경상남도 창원시 마산합포구 산호북18길 21 (산호동) 서민갈비", - "district": "경상남도 창원시", - "latitude": 35.220823467615624, - "longitude": 128.58465602110726, - "representativePriceAmount": 10000, - "representativePriceLabel": "돼지갈비(200g)", + "address": "서울특별시 서대문구 포방터길 71", + "district": "서울특별시 서대문구", + "latitude": 37.5999079501205, + "longitude": 126.949373042104, + "representativePriceAmount": 6000, + "representativePriceLabel": "동태찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돼지갈비(200g) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-243-7171", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 동태찌개 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-379-1583 / 영업시간: 12:00 ~ 19:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "293659120babf5364f96", - "label": "돼지갈비(200g)", - "amount": 10000, + "id": "0656e1371d3c98dbe83e", + "label": "동태찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3a31c9edf3b36d05ddf9", - "label": "생오겹살(130g)", - "amount": 9000, + "id": "d172c8e1b6a951f781c6", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "66894454b65d4278aa93", - "label": "우삼겹(100g)", - "amount": 5000, + "id": "0c20b9e7c39903e9b5a5", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "0656e1371d3c98dbe83e-history", + "label": "동태찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ba52f86cd7b8b44056c3", - "label": "소세지빵", - "amount": 3500, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "c314b2129be86861b317-history", - "label": "반미바게트", - "amount": 2500, + "id": "d172c8e1b6a951f781c6-history", + "label": "김치찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ba52f86cd7b8b44056c3-history", - "label": "소세지빵", - "amount": 3500, + "id": "0c20b9e7c39903e9b5a5-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7139", - "name": "맛소", - "businessName": "맛소", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 원노형5길 5 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.4882010292329, - "longitude": 126.484560727674, - "representativePriceAmount": 9000, - "representativePriceLabel": "콩국수", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 콩국수 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-742-0455", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 벚꽃크림치즈타르트 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-545-3133", "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, + "id": "4a0f84492c7dab78f8ce", + "label": "벚꽃크림치즈타르트", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1a98a58538527b0baf63", - "label": "우동", - "amount": 6000, + "id": "37e2d40297e1d50b9b42", + "label": "에그타르트", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "4a0f84492c7dab78f8ce-history", + "label": "벚꽃크림치즈타르트", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1a98a58538527b0baf63-history", - "label": "우동", - "amount": 6000, + "id": "37e2d40297e1d50b9b42-history", + "label": "에그타르트", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11266", - "name": "맠(makk)", - "businessName": "맠(makk)", + "id": "goodprice-17915", + "name": "오누정", + "businessName": "오누정", "categorySlug": "other-food", - "address": "제주특별자치도 제주시 진남로 6길 3 (주소변경)", - "district": "제주특별자치도 제주시", - "latitude": 33.5192267759866, - "longitude": 126.565536590436, - "representativePriceAmount": 2000, - "representativePriceLabel": "마카롱", + "address": "서울특별시 서대문구 홍연길 90 (연희동) 1층 3호", + "district": "서울특별시 서대문구", + "latitude": 37.576805724206245, + "longitude": 126.93155637093358, + "representativePriceAmount": 1200, + "representativePriceLabel": "오란다", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 마카롱 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: -", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 오란다 1,200원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-8080-0402", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "617802e965237a5d52a1", - "label": "마카롱", - "amount": 2000, + "id": "e588c0a3ad1c5daf7190", + "label": "오란다", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3d7ef8903d894ce0b871", - "label": "마카롱6구", - "amount": 10000, + "id": "ad31fa988b882b29bccc", + "label": "호두정과", + "amount": 1200, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "617802e965237a5d52a1-history", - "label": "마카롱", - "amount": 2000, + "id": "e588c0a3ad1c5daf7190-history", + "label": "오란다", + "amount": 1200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3d7ef8903d894ce0b871-history", - "label": "마카롱6구", - "amount": 10000, + "id": "ad31fa988b882b29bccc-history", + "label": "호두정과", + "amount": 1200, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-7140", - "name": "매콤명태촌", - "businessName": "매콤명태촌", - "categorySlug": "korean", - "address": "제주특별자치도 제주시 절물3길 7 1층", - "district": "제주특별자치도 제주시", - "latitude": 33.4918593353103, - "longitude": 126.433805337832, - "representativePriceAmount": 8000, - "representativePriceLabel": "황태해장국", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 황태해장국 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브레이크타임", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 커피(아메리카노) 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-6878-7075", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cf1a38497c19df0d1ebb", - "label": "황태해장국", - "amount": 8000, + "id": "048f4dd0bdc07e63efed", + "label": "커피(아메리카노)", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "33b7d4bf17f8c8d629c9", - "label": "동태탕", - "amount": 9000, + "id": "b23dc56d4e0a1998ea04", + "label": "과일빙수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "43f8c6a31ff4f4ff875e", - "label": "물 막국수", - "amount": 7000, + "id": "c307507bc23783a04e70", + "label": "카페라떼", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "98ef67a8b0f7af68afbb", - "label": "계란찜", - "amount": 5000, + "id": "ec3864fc77156198d1bd", + "label": "라떼(바닐라/토피넛/쑥/녹차/고구마/곡물)", + "amount": 3800, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "36af1a993049c905a6e1", + "label": "수제차(자몽/레몬/생강/레몬모과/오미자)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4982369892f088a6e9e6", - "label": "명태 비빔 막국수", - "amount": 8000, + "id": "9761f20e75a1e26c5bcc", + "label": "과일스무디(블루베리/망고/딸기/멜론)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "cf1a38497c19df0d1ebb-history", - "label": "황태해장국", - "amount": 8000, + "id": "048f4dd0bdc07e63efed-history", + "label": "커피(아메리카노)", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "33b7d4bf17f8c8d629c9-history", - "label": "동태탕", - "amount": 9000, + "id": "b23dc56d4e0a1998ea04-history", + "label": "과일빙수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "43f8c6a31ff4f4ff875e-history", - "label": "물 막국수", - "amount": 7000, + "id": "c307507bc23783a04e70-history", + "label": "카페라떼", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "98ef67a8b0f7af68afbb-history", - "label": "계란찜", - "amount": 5000, + "id": "ec3864fc77156198d1bd-history", + "label": "라떼(바닐라/토피넛/쑥/녹차/고구마/곡물)", + "amount": 3800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "36af1a993049c905a6e1-history", + "label": "수제차(자몽/레몬/생강/레몬모과/오미자)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4982369892f088a6e9e6-history", - "label": "명태 비빔 막국수", - "amount": 8000, + "id": "9761f20e75a1e26c5bcc-history", + "label": "과일스무디(블루베리/망고/딸기/멜론)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-983", - "name": "민정이네", - "businessName": "민정이네", + "id": "goodprice-15457", + "name": "온밥", + "businessName": "온밥", "categorySlug": "korean", - "address": "서울특별시 중구 만리재로 37길 21 (만리동1가)", - "district": "서울특별시 중구", - "latitude": 37.5565915616197, - "longitude": 126.967168586088, - "representativePriceAmount": 7000, - "representativePriceLabel": "점심백반", + "address": "서울특별시 서대문구 연세로7안길 34-1 (창천동) 지하1층", + "district": "서울특별시 서대문구", + "latitude": 37.55822984885451, + "longitude": 126.93484211055018, + "representativePriceAmount": 7500, + "representativePriceLabel": "제육덮밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 점심백반 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-312-1420 / 영업시간: 월~금 08:00~14:00 토,일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 제육덮밥 7,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-333-4465 / 영업시간: 영업시간: 11:00~21:00 브레이크타임: 16:00~17:00 라스트오더:20:30 휴무일: 토,일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b72e3494a9f58c29ee29", - "label": "점심백반", - "amount": 7000, + "id": "a6c46de8e5f1b1cc8271", + "label": "제육덮밥", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b72e3494a9f58c29ee29-history", - "label": "점심백반", - "amount": 7000, + "id": "a6c46de8e5f1b1cc8271-history", + "label": "제육덮밥", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16086", - "name": "바재커피", - "businessName": "바재커피", - "categorySlug": "other-food", - "address": "서울특별시 중구 남대문시장8길 25 (남창동) 1층", - "district": "서울특별시 중구", - "latitude": 37.55934272418682, - "longitude": 126.97870933285441, - "representativePriceAmount": 2000, - "representativePriceLabel": "아메리카노(핫)", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(핫) 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-776-5577", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 사골칼국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-547-5255 / 영업시간: 월,화,목,금,토,일 11:00 - 20:30 20:00 라스트오더 수요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ab8b361475e8dbbc2ce1", - "label": "아메리카노(핫)", - "amount": 2000, + "id": "50e4c44017fbaf29a8f3", + "label": "사골칼국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "211e9752595ee7742041", - "label": "아메리카노(아이스)", - "amount": 2500, + "id": "0422cfad9aa27700a527", + "label": "들깨칼국수", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a9225f3ad913c374ab27", - "label": "카페라떼(핫)", - "amount": 3000, + "id": "fc5de5b71738d544fe50", + "label": "바보비빔밥", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ab8b361475e8dbbc2ce1-history", - "label": "아메리카노(핫)", - "amount": 2000, + "id": "50e4c44017fbaf29a8f3-history", + "label": "사골칼국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "211e9752595ee7742041-history", - "label": "아메리카노(아이스)", - "amount": 2500, + "id": "0422cfad9aa27700a527-history", + "label": "들깨칼국수", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a9225f3ad913c374ab27-history", - "label": "카페라떼(핫)", - "amount": 3000, + "id": "fc5de5b71738d544fe50-history", + "label": "바보비빔밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15377", - "name": "산과들그리고바다", - "businessName": "산과들그리고바다", + "id": "goodprice-701", + "name": "왕세숫대야냉면", + "businessName": "왕세숫대야냉면", "categorySlug": "korean", - "address": "서울특별시 중구 을지로14길 22 (을지로3가) 1층", - "district": "서울특별시 중구", - "latitude": 37.56523732282778, - "longitude": 126.99202506646904, - "representativePriceAmount": 10000, - "representativePriceLabel": "모듬돌솥비빔밥", + "address": "서울특별시 서대문구 수색로2길 7", + "district": "서울특별시 서대문구", + "latitude": 37.5691852263581, + "longitude": 126.915981995677, + "representativePriceAmount": 6000, + "representativePriceLabel": "물(비빔)냉면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 모듬돌솥비빔밥 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-2277-7887", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물(비빔)냉면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-376-0877", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "15865c8ac17abc91e31c", - "label": "모듬돌솥비빔밥", - "amount": 10000, + "id": "535d63ca3cac1cc97b81", + "label": "물(비빔)냉면", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f9d57ec36dd947dfbe6c", + "label": "수제돈까스", + "amount": 7000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "c6a4af9d91dbadd60ff8", + "label": "돌솥비빔밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "15865c8ac17abc91e31c-history", - "label": "모듬돌솥비빔밥", - "amount": 10000, + "id": "535d63ca3cac1cc97b81-history", + "label": "물(비빔)냉면", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f9d57ec36dd947dfbe6c-history", + "label": "수제돈까스", + "amount": 7000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "c6a4af9d91dbadd60ff8-history", + "label": "돌솥비빔밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1402", - "name": "부원", - "businessName": "부원", - "categorySlug": "chinese", - "address": "부산광역시 서구 구덕로157번길 6 (토성동3가)", - "district": "부산광역시 서구", - "latitude": 35.0987972600376, - "longitude": 129.01970425062, - "representativePriceAmount": 4000, - "representativePriceLabel": "짜장면", + "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": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-256-0061 / 영업시간: 11:00~19:00 매달 셋째주 금요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 사골칼국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 055-299-0094 / 영업시간: 월~토 11:00 - 20:00 19:00 라스트오더 일 11:00 - 16:00 15:00 라스트오더", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3fce4be961edd65cb4b5", - "label": "짜장면", - "amount": 4000, + "id": "90742379b5f296e83ead", + "label": "사골칼국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "da5b9552f3e8435cbd1c", - "label": "짬뽕", - "amount": 6000, + "id": "89dd3ef8df22396944e5", + "label": "들깨칼국수", + "amount": 6500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "d362feded40f61f0d400", + "label": "바보비빔밥", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3fce4be961edd65cb4b5-history", - "label": "짜장면", - "amount": 4000, + "id": "90742379b5f296e83ead-history", + "label": "사골칼국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "da5b9552f3e8435cbd1c-history", - "label": "짬뽕", - "amount": 6000, + "id": "89dd3ef8df22396944e5-history", + "label": "들깨칼국수", + "amount": 6500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "d362feded40f61f0d400-history", + "label": "바보비빔밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18716", - "name": "북경반점", - "businessName": "북경반점", - "categorySlug": "chinese", - "address": "부산광역시 서구 충무대로 64 (암남동, 송도삼정비치) 북경반점", - "district": "부산광역시 서구", - "latitude": 35.07836072507977, - "longitude": 129.01969618711593, + "id": "goodprice-17909", + "name": "우정섞어찌개", + "businessName": "우정섞어찌개", + "categorySlug": "korean", + "address": "서울특별시 서대문구 연희로 88 (연희동) 1층 3호", + "district": "서울특별시 서대문구", + "latitude": 37.56590650457268, + "longitude": 126.9303928693369, "representativePriceAmount": 7000, - "representativePriceLabel": "간짜장", + "representativePriceLabel": "비빔밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 간짜장 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-8454", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 비빔밥 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-325-0333", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "3d2fe3b32e87a2cdffeb", - "label": "간짜장", + "id": "eaf0e2bbb101dc983af0", + "label": "비빔밥", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fdabdf8070b0ec28639b", - "label": "짬뽕", + "id": "b24a1fc80c8447c3d048", + "label": "돌순두부", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "3d2fe3b32e87a2cdffeb-history", - "label": "간짜장", + "id": "eaf0e2bbb101dc983af0-history", + "label": "비빔밥", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fdabdf8070b0ec28639b-history", - "label": "짬뽕", + "id": "b24a1fc80c8447c3d048-history", + "label": "돌순두부", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1429", - "name": "뷔페청", - "businessName": "뷔페청", - "categorySlug": "korean", - "address": "부산광역시 서구 흑교로109번길 43 (부용동1가)", - "district": "부산광역시 서구", - "latitude": 35.1056136879459, - "longitude": 129.02082234077, - "representativePriceAmount": 8000, - "representativePriceLabel": "성인", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 성인 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-4311 / 영업시간: 11:30~21:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 4,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-9774-7888 / 영업시간: 영업시간 : 10:00~23:00 정기휴무 : 매주 목요일", "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, + "id": "fe63091c5d4370ceb1be", + "label": "아메리카노", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "fe63091c5d4370ceb1be-history", + "label": "아메리카노", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1394", - "name": "사랑방미용실", - "businessName": "사랑방미용실", - "categorySlug": "beauty", - "address": "부산광역시 서구 대티로 131 (서대신동3가)", - "district": "부산광역시 서구", - "latitude": 35.1109554946482, - "longitude": 129.009654362478, + "id": "goodprice-17910", + "name": "원조국수전문점", + "businessName": "원조국수전문점", + "categorySlug": "korean", + "address": "서울특별시 서대문구 인왕시장길 16 (홍제동)", + "district": "서울특별시 서대문구", + "latitude": 37.5910589499539, + "longitude": 126.94285182345715, "representativePriceAmount": 5000, - "representativePriceLabel": "커트", + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-242-8977 / 영업시간: 10:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-396-9353", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "21e8dd272fd769f9e18b", - "label": "커트", + "id": "101ad123c4319aefa285", + "label": "잔치국수", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" + }, + { + "id": "9bd984b7f2a83f148654", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "21e8dd272fd769f9e18b-history", - "label": "커트", + "id": "101ad123c4319aefa285-history", + "label": "잔치국수", "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "9bd984b7f2a83f148654-history", + "label": "비빔국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17766", - "name": "삼보식당", - "businessName": "삼보식당", + "id": "goodprice-17929", + "name": "다온가야밀면", + "businessName": "다온가야밀면", "categorySlug": "korean", - "address": "대구광역시 동구 큰고개로 33 (신암동)", + "address": "대구광역시 동구 반야월로 311-11 (신서동)", "district": "대구광역시 동구", - "latitude": 35.88761259935702, - "longitude": 128.6247276701282, + "latitude": 35.872498143444936, + "longitude": 128.7226197105274, "representativePriceAmount": 7000, - "representativePriceLabel": "한식뷔페", + "representativePriceLabel": "물밀면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-3530-0133 / 영업시간: 영업시간 : 05:00 ~ 18:00 정기휴무 : 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 물밀면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 053-269-7771 / 영업시간: 영업시간 : 10:30~20:30 정기휴무 : 매주 월요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "cd5c5a19dda5d7635bd7", - "label": "한식뷔페", + "id": "eb937f0f11bcdd2f6fad", + "label": "물밀면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "cd5c5a19dda5d7635bd7-history", - "label": "한식뷔페", + "id": "45fd6ffc0d337c62ea67", + "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" + "reportedAt": "2026-04-05" }, { - "id": "a765711bf4e69bb35663", - "label": "반코트드라이", + "id": "f99a399bd84057e2418a", + "label": "물비빔밀면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "17ca84cf87f8d0d2a2a8", - "label": "양복드라이", - "amount": 8000, + "id": "eb937f0f11bcdd2f6fad-history", + "label": "물밀면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "931deb669afd849e545b", - "label": "양복1벌드라이", + "id": "45fd6ffc0d337c62ea67-history", + "label": "비빔밀면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0f3e9313372ced0eea7c", - "label": "오버코트드라이", + "id": "f99a399bd84057e2418a-history", + "label": "물비빔밀면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], - "history": [ - { - "id": "c321f62c9a2b2e6136fc-history", - "label": "티셔츠드라이", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "comments": [] + }, + { + "id": "goodprice-15439", + "name": "유일한베이커리", + "businessName": "유일한베이커리", + "categorySlug": "bakery", + "address": "서울특별시 서대문구 거북골로 120 (남가좌동, DMC센트레빌) 상가2동 지하2층 2-1A호(남가좌동)", + "district": "서울특별시 서대문구", + "latitude": 37.57619462463039, + "longitude": 126.9162889112898, + "representativePriceAmount": 2000, + "representativePriceLabel": "쌀시오빵", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 쌀시오빵 2,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-303-3803 / 영업시간: 영업시간: 10:00~21:00 휴무일: 일, 목", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "a765711bf4e69bb35663-history", - "label": "반코트드라이", - "amount": 7000, + "id": "2561e95aea05e1296e7b", + "label": "쌀시오빵", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "17ca84cf87f8d0d2a2a8-history", - "label": "양복드라이", - "amount": 8000, + "id": "275325565011dfd27340", + "label": "감자치아바타", + "amount": 2400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "931deb669afd849e545b-history", - "label": "양복1벌드라이", - "amount": 7000, + "id": "2561e95aea05e1296e7b-history", + "label": "쌀시오빵", + "amount": 2000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0f3e9313372ced0eea7c-history", - "label": "오버코트드라이", - "amount": 7000, + "id": "275325565011dfd27340-history", + "label": "감자치아바타", + "amount": 2400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17703", - "name": "생선엔밥", - "businessName": "생선엔밥", - "categorySlug": "korean", - "address": "대구광역시 동구 경대로 48 (신암동)", - "district": "대구광역시 동구", - "latitude": 35.88509005641053, - "longitude": 128.6149836033377, - "representativePriceAmount": 8000, - "representativePriceLabel": "생선구이정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 생선구이정식 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-262-4197 / 영업시간: 영업시간 : 11:30~20:00 정기휴무 : 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "키오스크 주문가능업체", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 032-777-0400 / 영업시간: 월~토 10:30-20:30 (일) 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "920f76956cf8c663c30e", - "label": "생선구이정식", - "amount": 8000, + "id": "8c2a4191945becceda12", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "142c7d5a50fb0c860cfa", - "label": "갈치찌개", - "amount": 10000, + "id": "61eb97c3823468e51966", + "label": "짬뽕", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "920f76956cf8c663c30e-history", - "label": "생선구이정식", - "amount": 8000, + "id": "8c2a4191945becceda12-history", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "142c7d5a50fb0c860cfa-history", - "label": "갈치찌개", - "amount": 10000, + "id": "61eb97c3823468e51966-history", + "label": "짬뽕", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17604", - "name": "카페립", - "businessName": "카페립", - "categorySlug": "other-food", - "address": "인천 동구 박문로 1 교구청, 청소년센터3층(송림동)", - "district": "인천 동구", - "latitude": 37.4706891169897, - "longitude": 126.651839572554, - "representativePriceAmount": 2000, - "representativePriceLabel": "휘낭시에 플레인", + "id": "goodprice-15615", + "name": "자가제면 홍제우동", + "businessName": "자가제면 홍제우동", + "categorySlug": "japanese", + "address": "서울특별시 서대문구 세무서7길 12-6 (홍제동, 대흥주택) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.59163144562524, + "longitude": 126.94653955649089, + "representativePriceAmount": 7000, + "representativePriceLabel": "홍제우동", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 휘낭시에 플레인 2,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 070-4443-1726 / 영업시간: 월 ~ 금 09:00 ~ 18:00 토, 일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 홍제우동 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6941-1881 / 영업시간: 영업시간 : 11:00 - 20:30 브레이크타임 : 14:30 - 17:00 라스트오더 : 20:00 주말 : 11:00 - 20:30 라스트오더 : 20:00 휴무일 : 월요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c25ec6e0d95a281ec9ad", - "label": "휘낭시에 플레인", - "amount": 2000, + "id": "b2fee23c4929d69bedb0", + "label": "홍제우동", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7afeb734cf9239db9aba", - "label": "르뱅쿠키오리지널", - "amount": 3000, + "id": "64bfedf1de3c4dfee051", + "label": "자루우동", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c25ec6e0d95a281ec9ad-history", - "label": "휘낭시에 플레인", - "amount": 2000, + "id": "b2fee23c4929d69bedb0-history", + "label": "홍제우동", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7afeb734cf9239db9aba-history", - "label": "르뱅쿠키오리지널", - "amount": 3000, + "id": "64bfedf1de3c4dfee051-history", + "label": "자루우동", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14301", - "name": "하루도넛", - "businessName": "하루도넛", - "categorySlug": "other-food", - "address": "인천광역시 동구 송림로 106-1 (송림동) 1,2층", - "district": "인천광역시 동구", - "latitude": 37.47620674347315, - "longitude": 126.64651702408199, - "representativePriceAmount": 800, - "representativePriceLabel": "꽈배기", + "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": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 꽈배기 800원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-1648 / 영업시간: 매일 08:00 - 20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 062-681-2500", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5c1affedacb8d41c64cd", - "label": "꽈배기", - "amount": 800, + "id": "ac89c594cedd50a9c52f", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7054eeb78dc41fcdf8d9", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5c1affedacb8d41c64cd-history", - "label": "꽈배기", - "amount": 800, + "id": "ac89c594cedd50a9c52f-history", + "label": "짜장면", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7054eeb78dc41fcdf8d9-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2106", - "name": "한울타리", - "businessName": "한울타리", + "id": "goodprice-14410", + "name": "전통만두", + "businessName": "전통만두", "categorySlug": "korean", - "address": "인천광역시 동구 석수로 47-1 (만석동)", - "district": "인천광역시 동구", - "latitude": 37.4812201279796, - "longitude": 126.626544029841, - "representativePriceAmount": 8000, - "representativePriceLabel": "청국장", + "address": "서울특별시 서대문구 연희로8길 5-3 (연희동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.565782750902315, + "longitude": 126.93047427904168, + "representativePriceAmount": 6000, + "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 (일) 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고기/김치만두 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3142-2989", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f067694742d88f6ac139", - "label": "청국장", - "amount": 8000, + "id": "086f72711b9341bbc721", + "label": "고기/김치만두", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1362dcc995b15f50bb33", - "label": "된장찌개", - "amount": 8000, + "id": "1f281785aec9c671f62d", + "label": "왕만두", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f067694742d88f6ac139-history", - "label": "청국장", - "amount": 8000, + "id": "086f72711b9341bbc721-history", + "label": "고기/김치만두", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1362dcc995b15f50bb33-history", - "label": "된장찌개", - "amount": 8000, + "id": "1f281785aec9c671f62d-history", + "label": "왕만두", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2107", - "name": "해주식당", - "businessName": "해주식당", - "categorySlug": "korean", - "address": "인천광역시 동구 화도진로44번길 3 (송현동) 1층 송현시장 내", - "district": "인천광역시 동구", - "latitude": 37.47650336140443, - "longitude": 126.6339042004762, - "representativePriceAmount": 8000, - "representativePriceLabel": "백반", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-888-4009 / 영업시간: 월~일 06:00-20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 베이커리 업소입니다. 대표 항목은 왕만두(고기만두) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-285-5060 / 영업시간: 09:00 ~ 21:00 / 휴무일(없음) / 전화 예약 후 방문 희망", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "fdbb5f463f5b4b95114e", - "label": "백반", - "amount": 8000, + "id": "f0fcc1791f1af5e614d2", + "label": "왕만두(고기만두)", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "8c447b26dadb7ec7f3c5", + "label": "찐빵", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "b078934ad6f20c02a892", + "label": "통만두", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f309d63491dbee05d29c", + "label": "김치만두", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "fdbb5f463f5b4b95114e-history", - "label": "백반", - "amount": 8000, + "id": "f0fcc1791f1af5e614d2-history", + "label": "왕만두(고기만두)", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8c447b26dadb7ec7f3c5-history", + "label": "찐빵", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "b078934ad6f20c02a892-history", + "label": "통만두", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "f309d63491dbee05d29c-history", + "label": "김치만두", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13670", - "name": "상무본가장어", - "businessName": "상무본가장어", - "categorySlug": "korean", - "address": "광주광역시 서구 시청서편로4번길 16-1 (치평동) 1층", - "district": "광주광역시 서구", - "latitude": 35.15909682794521, - "longitude": 126.84738486591091, - "representativePriceAmount": 10000, - "representativePriceLabel": "장어탕", + "id": "goodprice-17922", + "name": "제인버거", + "businessName": "제인버거", + "categorySlug": "western", + "address": "서울특별시 서대문구 연희로 245 (연희동) 2층", + "district": "서울특별시 서대문구", + "latitude": 37.579000336945946, + "longitude": 126.93574970925283, + "representativePriceAmount": 4000, + "representativePriceLabel": "수제버거", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 장어탕 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-372-9293", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 수제버거 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3144-0955", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "5f255e5ddcebba84f36a", - "label": "장어탕", - "amount": 10000, + "id": "7f5527253e939f601391", + "label": "수제버거", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "5f255e5ddcebba84f36a-history", - "label": "장어탕", - "amount": 10000, + "id": "7f5527253e939f601391-history", + "label": "수제버거", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18043", - "name": "서울족발보쌈", - "businessName": "서울족발보쌈", - "categorySlug": "korean", - "address": "광주광역시 서구 상무화원로32번길 13-18 (치평동) 1층", - "district": "광주광역시 서구", - "latitude": 35.14598060035197, - "longitude": 126.84439065995004, - "representativePriceAmount": 10000, - "representativePriceLabel": "족발정식", + "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": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 족발정식 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-373-7211 / 영업시간: 11:00 ~ 22:00 / 정기휴무 (매주 일요일) (15:00~17:00 브레이크타임)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 042-622-8494 / 영업시간: 평일 10:00 ~ 20:30 / 토요일 10:00 ~ 17:00 매주 일요일 정기휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "791c5e80cf6f863d5754", - "label": "족발정식", - "amount": 10000, + "id": "bd5dad9cf4d543d116ab", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "c7c53338c92ce070f2b4", - "label": "보쌈정식", - "amount": 10000, + "id": "b0f389e44b20998e3aab", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "791c5e80cf6f863d5754-history", - "label": "족발정식", - "amount": 10000, + "id": "bd5dad9cf4d543d116ab-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "c7c53338c92ce070f2b4-history", - "label": "보쌈정식", - "amount": 10000, + "id": "b0f389e44b20998e3aab-history", + "label": "짬뽕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2285", - "name": "세븐노래연습장", - "businessName": "세븐노래연습장", - "categorySlug": "other-service", - "address": "광주광역시 서구 시청로56번길 8 지하1층(치평동)", - "district": "광주광역시 서구", - "latitude": 35.1532792040005, - "longitude": 126.852731376864, - "representativePriceAmount": 4000, - "representativePriceLabel": "30분", + "id": "goodprice-15620", + "name": "지랩(GRAP)", + "businessName": "지랩(GRAP)", + "categorySlug": "other-food", + "address": "서울특별시 서대문구 명지대7길 21 (남가좌동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.58380683954527, + "longitude": 126.92197467381278, + "representativePriceAmount": 2800, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타비요식업 업소입니다. 대표 항목은 30분 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 062-372-8331 / 영업시간: 월~일 11:00~05:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 2,800원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1344-6599 / 영업시간: 영업시간 : 09:30~18:00 주말 : 10:00~18:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a77caa9287a4df6b593e", - "label": "30분", + "id": "004deb22744eff6f90cc", + "label": "아메리카노", + "amount": 2800, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1d00a1551c9206917db9", + "label": "애플파이", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a77caa9287a4df6b593e-history", - "label": "30분", + "id": "004deb22744eff6f90cc-history", + "label": "아메리카노", + "amount": 2800, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1d00a1551c9206917db9-history", + "label": "애플파이", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2551", - "name": "홍가네칼국수", - "businessName": "홍가네칼국수", + "id": "goodprice-15118", + "name": "대박분식", + "businessName": "대박분식", "categorySlug": "korean", - "address": "대전광역시 동구 대전로 807번길 40 (중동)", - "district": "대전광역시 동구", - "latitude": 36.3309478641562, - "longitude": 127.430241597664, - "representativePriceAmount": 7000, - "representativePriceLabel": "칼국수", + "address": "울산광역시 남구 월평로171번길 26 (신정동, 신정 지웰) 119호", + "district": "울산광역시 남구", + "latitude": 35.54739693327833, + "longitude": 129.32322710623595, + "representativePriceAmount": 3500, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-254-5945 / 영업시간: 11:00 ~ 20:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 052-269-8845", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "ee279da5b935c98ac23b", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "3dae421b1df043fffa8e", - "label": "콩국수(여름)", - "amount": 8000, + "id": "001dea35174765d9f088", + "label": "김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ad102646a45cdf57fb11", - "label": "비빔국수", - "amount": 8000, + "id": "4de8849b399edf330cfc", + "label": "즉석떡볶이", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "ee279da5b935c98ac23b-history", - "label": "칼국수", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "3dae421b1df043fffa8e-history", - "label": "콩국수(여름)", - "amount": 8000, + "id": "001dea35174765d9f088-history", + "label": "김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ad102646a45cdf57fb11-history", - "label": "비빔국수", - "amount": 8000, + "id": "4de8849b399edf330cfc-history", + "label": "즉석떡볶이", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2543", - "name": "홍가짜장", - "businessName": "홍가짜장", + "id": "goodprice-14412", + "name": "차푸", + "businessName": "차푸", "categorySlug": "chinese", - "address": "대전광역시 동구 동대전로 278 (가양동)", - "district": "대전광역시 동구", - "latitude": 36.3459230781175, - "longitude": 127.445797225616, - "representativePriceAmount": 4000, - "representativePriceLabel": "홍가짜장", + "address": "서울특별시 서대문구 가재울로6길 53-87 (남가좌동, 가재울백련아파트) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.5770014416354, + "longitude": 126.92310094570777, + "representativePriceAmount": 5000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 홍가짜장 4,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-365-3323 / 영업시간: 11:00 ~ 20:30 / 매주 화요일, 수요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-302-0085", "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, + "id": "0bae7742e795cb0a898d", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3b61e7cfda7c71e18fe9", - "label": "군만두", - "amount": 4000, + "id": "3c640dc58bd8d432a299", + "label": "짬뽕", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "0bae7742e795cb0a898d-history", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3b61e7cfda7c71e18fe9-history", - "label": "군만두", - "amount": 4000, + "id": "3c640dc58bd8d432a299-history", + "label": "짬뽕", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2558", - "name": "희원숯불갈비식당", - "businessName": "희원숯불갈비식당", - "categorySlug": "korean", - "address": "대전광역시 동구 가양로 56번길 19 (가양동)", - "district": "대전광역시 동구", - "latitude": 36.3418094483622, - "longitude": 127.443094601499, - "representativePriceAmount": 10000, - "representativePriceLabel": "돼지갈비(250g)", + "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": "안심식당(농림축산부 지정)", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-627-5329 / 영업시간: 17:00 ~ 22:00 / 매월 넷째 주 화요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1356-8941 / 영업시간: 11:00~21:00(15:00~17: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, + "id": "d07bbc58d1bc69d24ecf", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "d07bbc58d1bc69d24ecf-history", + "label": "짜장면", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2857", - "name": "0시50분", - "businessName": "0시50분", + "id": "goodprice-717", + "name": "청년밥상문간 이화여자대학교점", + "businessName": "청년밥상문간 이화여자대학교점", "categorySlug": "korean", - "address": "대전광역시 중구 대종로 504 1층(은행동)", - "district": "대전광역시 중구", - "latitude": 36.3293358176833, - "longitude": 127.425489899251, - "representativePriceAmount": 7000, - "representativePriceLabel": "우거지해장국", + "address": "서울특별시 서대문구 이화여대길 52-39 지하1층", + "district": "서울특별시 서대문구", + "latitude": 37.5594672041902, + "longitude": 126.945142833645, + "representativePriceAmount": 3000, + "representativePriceLabel": "김치찌개", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 우거지해장국 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 042-524-5816 / 영업시간: 매일 09:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-313-6031 / 영업시간: 19:30에라스트오더 19시30분에라스트오더 목 11:00-20:00 16:00-17:00브레이크타임 19:30라스트오더 금 11:00-20:00 16:00-17:00브레이크타임 19:30라스트오더 토 11:00-15:30 15:00라스트오더 일 정기휴무(매주일요일) 월(12/25) 성탄절휴무 화 11:00-20:00 16:00-17:00브레이크타임 19:30라스트오더 수 11:00-20:00 16:00-17:00브레이크타임 19:30라스트오더 01/01새해첫날휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a842ace40763fe08f58a", - "label": "우거지해장국", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d89268660dc27a195d4a", - "label": "콩나물해장국", - "amount": 7000, + "id": "eee3b5c29ab8c95edd61", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a842ace40763fe08f58a-history", - "label": "우거지해장국", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d89268660dc27a195d4a-history", - "label": "콩나물해장국", - "amount": 7000, + "id": "eee3b5c29ab8c95edd61-history", + "label": "김치찌개", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2906", - "name": "소문난 고추장불고기 국밥", - "businessName": "소문난 고추장불고기 국밥", + "id": "goodprice-719", + "name": "춘천식당", + "businessName": "춘천식당", "categorySlug": "korean", - "address": "울산광역시 남구 월평로37번길 3", - "district": "울산광역시 남구", - "latitude": 35.5416195196528, - "longitude": 129.309458628481, - "representativePriceAmount": 7000, - "representativePriceLabel": "돼지,섞어,순대,선지국밥", + "address": "서울특별시 서대문구 수색로 42", + "district": "서울특별시 서대문구", + "latitude": 37.5704446606082, + "longitude": 126.91425977513, + "representativePriceAmount": 6000, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개 백반 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-309-2208 / 영업시간: 매일 08:00~22: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, + "id": "a542c97273a7b71e1b75", + "label": "된장찌개 백반", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6da649223139cb54aa0a", - "label": "선지국밥", + "id": "ba509ad3a36fc0f23928", + "label": "김치찌개 백반", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fb914bdafd4b0222dbd4", - "label": "수육국밥", - "amount": 9000, + "id": "70947f002f9fd424cf13", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "813d166226046d383f3e", - "label": "순대국밥", + "id": "ac30a4fb22a5e7b5a91d", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "272b4c6a28e278d5b961", - "label": "하동 재첩국", - "amount": 7000, + "id": "fd7d0e6ffe02fa51c2c7", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "a542c97273a7b71e1b75-history", + "label": "된장찌개 백반", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6da649223139cb54aa0a-history", - "label": "선지국밥", + "id": "ba509ad3a36fc0f23928-history", + "label": "김치찌개 백반", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fb914bdafd4b0222dbd4-history", - "label": "수육국밥", - "amount": 9000, + "id": "70947f002f9fd424cf13-history", + "label": "잔치국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "813d166226046d383f3e-history", - "label": "순대국밥", + "id": "ac30a4fb22a5e7b5a91d-history", + "label": "김치찌개", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "272b4c6a28e278d5b961-history", - "label": "하동 재첩국", - "amount": 7000, + "id": "fd7d0e6ffe02fa51c2c7-history", + "label": "된장찌개", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2908", - "name": "솟대", - "businessName": "솟대", - "categorySlug": "korean", - "address": "울산광역시 남구 대학로47번길 10 1층", - "district": "울산광역시 남구", - "latitude": 35.5407837447282, - "longitude": 129.255862186774, - "representativePriceAmount": 9000, - "representativePriceLabel": "순두부찌개", + "id": "goodprice-678", + "name": "카페,떡마을", + "businessName": "카페,떡마을", + "categorySlug": "other-food", + "address": "서울특별시 서대문구 통일로 189-1", + "district": "서울특별시 서대문구", + "latitude": 37.570349534206, + "longitude": 126.961866338275, + "representativePriceAmount": 6000, + "representativePriceLabel": "단팥죽", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순두부찌개 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 052-223-4346 / 영업시간: 10:00~20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 단팥죽 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-363-8128 / 영업시간: 금 11:00-18:00 토 11:00-18:00 일 정기휴무(매주일요일) 월 11:00-18:00 화 11:00-18:00 수 11:00-18:00 목 정기휴무(매주목요일) 01/01새해첫날휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "b190e85347ea17d2eb2c", - "label": "순두부찌개", - "amount": 9000, + "id": "ff9986f2135d9e3f7a11", + "label": "단팥죽", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "fc0c6e2f76b022cb8f43", - "label": "부대찌개", - "amount": 9000, + "id": "d3492cfc74ee34937f6a", + "label": "팥빙수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6cf821cba62ee006b86f", - "label": "두루치기정식", - "amount": 9000, + "id": "930eeee8a71a7468bd70", + "label": "떡", + "amount": 1500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a9e76762fff2dab77dd9", - "label": "김치찌개", - "amount": 8000, + "id": "9d21debca21695dddf44", + "label": "대추차", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "6896e3e95950953fb929", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "12fa4383baaf728aafb1", - "label": "부대찌개 (2인이상)", - "amount": 8000, + "id": "a7df816aba914aaa6833", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "b190e85347ea17d2eb2c-history", - "label": "순두부찌개", - "amount": 9000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "fc0c6e2f76b022cb8f43-history", - "label": "부대찌개", - "amount": 9000, + "id": "ff9986f2135d9e3f7a11-history", + "label": "단팥죽", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6cf821cba62ee006b86f-history", - "label": "두루치기정식", - "amount": 9000, + "id": "d3492cfc74ee34937f6a-history", + "label": "팥빙수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a9e76762fff2dab77dd9-history", - "label": "김치찌개", - "amount": 8000, + "id": "930eeee8a71a7468bd70-history", + "label": "떡", + "amount": 1500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "9d21debca21695dddf44-history", + "label": "대추차", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "337674f633a696c1e40b", - "label": "된장찌개", - "amount": 8000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ - { - "id": "ade30dd5a19628754d08-history", - "label": "김치찌개", - "amount": 8000, + "id": "6896e3e95950953fb929-history", + "label": "아메리카노", + "amount": 2500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "337674f633a696c1e40b-history", - "label": "된장찌개", - "amount": 8000, + "id": "a7df816aba914aaa6833-history", + "label": "카페라떼", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-3399", - "name": "성일사우나", - "businessName": "성일사우나", - "categorySlug": "bath", - "address": "경기도 수원시 장안구 경수대로973번길 13-20 (송죽동)", - "district": "경기도 수원시", - "latitude": 37.3031115091404, - "longitude": 127.005025091289, - "representativePriceAmount": 9000, - "representativePriceLabel": "대인", + "id": "goodprice-10609", + "name": "한잎", + "businessName": "한잎", + "categorySlug": "western", + "address": "서울특별시 서대문구 홍은중앙로9길 10 1층", + "district": "서울특별시 서대문구", + "latitude": 37.5997578167818, + "longitude": 126.948268936387, + "representativePriceAmount": 4000, + "representativePriceLabel": "돈카츠", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 대인 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-246-6489 / 영업시간: 5:30~19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 돈카츠 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-391-7770", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "bd55e1952297378ee6a5", - "label": "대인", - "amount": 9000, + "id": "a34da160dcc0e23139b3", + "label": "돈카츠", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "01bd0a4e04057434e5c5", - "label": "소인", - "amount": 7000, + "id": "b2cd0136a0f74fa855c6", + "label": "스파게티", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "bd55e1952297378ee6a5-history", - "label": "대인", - "amount": 9000, + "id": "a34da160dcc0e23139b3-history", + "label": "돈카츠", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "01bd0a4e04057434e5c5-history", - "label": "소인", - "amount": 7000, + "id": "b2cd0136a0f74fa855c6-history", + "label": "스파게티", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16205", - "name": "세븐힐여성사우나", - "businessName": "세븐힐여성사우나", - "categorySlug": "bath", - "address": "경기도 수원시 팔달구 중부대로 47 (지동) 지하1층", - "district": "경기도 수원시", - "latitude": 37.27569315113086, - "longitude": 127.0220900432593, - "representativePriceAmount": 9000, - "representativePriceLabel": "일반", + "id": "goodprice-702", + "name": "홍제동잔치집", + "businessName": "홍제동잔치집", + "categorySlug": "korean", + "address": "서울특별시 서대문구 통일로428-1", + "district": "서울특별시 서대문구", + "latitude": 37.5876310271935, + "longitude": 126.945897515732, + "representativePriceAmount": 4000, + "representativePriceLabel": "잔치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 목욕업 업소입니다. 대표 항목은 일반 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 031-244-0071 / 영업시간: 06:30~19:00 매주 수요일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-720-8833 / 영업시간: 금 10:00-23:00 토 10:00-23:00 일 10:00-22:00 월 10:00-23:00 화 10:00-23:00 수 10:00-23:00 목 10:00-23:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "4b80cb5f2e6b8cd7a0b9", - "label": "일반", - "amount": 9000, + "id": "befd6eb0723136a60777", + "label": "잔치국수", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "333d2c3091b17400927f", - "label": "소인", + "id": "7c61615d6063baa8b075", + "label": "비빔국수", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "fbd25e7cd1d5811f72ea", + "label": "칼국수", + "amount": 6000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "4e3566b92fc0192a0d84", + "label": "김치전", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "4b80cb5f2e6b8cd7a0b9-history", - "label": "일반", - "amount": 9000, + "id": "befd6eb0723136a60777-history", + "label": "잔치국수", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "333d2c3091b17400927f-history", - "label": "소인", + "id": "7c61615d6063baa8b075-history", + "label": "비빔국수", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "fbd25e7cd1d5811f72ea-history", + "label": "칼국수", + "amount": 6000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4e3566b92fc0192a0d84-history", + "label": "김치전", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13806", - "name": "이미경헤어클릭", - "businessName": "이미경헤어클릭", - "categorySlug": "beauty", - "address": "강원특별자치도 춘천시 충열로 10-5 (우두동) 이미경헤어클릭", - "district": "강원특별자치도 춘천시", - "latitude": 37.900210305145734, - "longitude": 127.72949847551419, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-15453", + "name": "화춘장 중화요리", + "businessName": "화춘장 중화요리", + "categorySlug": "chinese", + "address": "서울특별시 서대문구 통일로37길 9 (홍제동) 1층", + "district": "서울특별시 서대문구", + "latitude": 37.58774554794945, + "longitude": 126.94444276360429, + "representativePriceAmount": 6500, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 033-253-0028", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6952-6672 / 영업시간: 영업시간: 11:00~21:30 브레이크타임: 15:00~17:00. 휴무일: 목요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "706d3189dab646157cb6", - "label": "커트", - "amount": 10000, + "id": "97f9647aba635f5e6e3c", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "706d3189dab646157cb6-history", - "label": "커트", - "amount": 10000, + "id": "97f9647aba635f5e6e3c-history", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-13807", - "name": "이서냉면", - "businessName": "이서냉면", - "categorySlug": "korean", - "address": "강원특별자치도 춘천시 우석로 14-1 (석사동) 1층", - "district": "강원특별자치도 춘천시", - "latitude": 37.86193728705492, - "longitude": 127.74766638895937, - "representativePriceAmount": 7000, - "representativePriceLabel": "냉면", + "id": "goodprice-620", + "name": "경성커피컴퍼니", + "businessName": "경성커피컴퍼니", + "categorySlug": "other-food", + "address": "서울특별시 마포구 삼개로 7-1 1층 (도화동)", + "district": "서울특별시 마포구", + "latitude": 37.5396648695587, + "longitude": 126.947700718654, + "representativePriceAmount": 3000, + "representativePriceLabel": "아메리카노", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 냉면 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1487-4040 / 영업시간: 10:00 - 20:00 라스트오더 19:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-716-7007 / 영업시간: 월~토 : 8:00~16:00 정기휴무: 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c78c889ec682874117da", - "label": "냉면", - "amount": 7000, + "id": "925de3a66cf4d3dad6a2", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "17816ff57cfef526dd78", - "label": "왕만두", + "id": "f9b2796828b21c450074", + "label": "라떼", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "f33c6e65f7a2516d983a", + "label": "경성 수제 디저트, 변동다양한 마들렌", + "amount": 2000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "0a7ccf20ec12a5e0142f", + "label": "리얼 군고구마라떼", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "c78c889ec682874117da-history", - "label": "냉면", - "amount": 7000, + "id": "4c955fec5eed85af2953", + "label": "바닐라빈라떼", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "17816ff57cfef526dd78-history", - "label": "왕만두", + "id": "1213e6e2a71fa1ad4873", + "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "8892911ec2f5385ad8ae", - "label": "아메리카노", - "amount": 1000, + "id": "0b3f9a211f0b104fdd3a", + "label": "수제 밀크티", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5146a9fa9eedbdd455ab", - "label": "바나나주스", - "amount": 1500, + "id": "f3b5d720c06579f0c7d8", + "label": "수제 카페모카", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3a5434a11fe7ab2984bc", - "label": "초코라떼", - "amount": 2800, + "id": "81a327730306a242e026", + "label": "얼그레이라떼", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "8892911ec2f5385ad8ae-history", - "label": "아메리카노", - "amount": 1000, + "id": "60585a77506576926419", + "label": "카라멜 라떼", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5146a9fa9eedbdd455ab-history", - "label": "바나나주스", - "amount": 1500, + "id": "78e3e9be8617cc63b25a", + "label": "카푸치노", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "3a5434a11fe7ab2984bc-history", - "label": "초코라떼", - "amount": 2800, + "id": "ddc35e689d20a9dd1431", + "label": "커피베이스", + "amount": 6500, "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": [ + "reportedAt": "2026-04-05" + }, { - "id": "8f3c78d041b54a49e455", - "label": "소고기뭇국", - "amount": 8000, + "id": "33a717a04a3b114c27d6", + "label": "콜드브루", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5bf388377b6212e37113", - "label": "매운소고기뭇국", - "amount": 9000, + "id": "4003d11b30a7439c6e60", + "label": "하우스블렌딩 아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "reportedAt": "2026-04-05" + }, { - "id": "8f3c78d041b54a49e455-history", - "label": "소고기뭇국", - "amount": 8000, + "id": "8f55aefd3958ed0dffd4", + "label": "홈메이드 과일차", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5bf388377b6212e37113-history", - "label": "매운소고기뭇국", - "amount": 9000, + "id": "817c5229c10bed5ef488", + "label": "홈메이드 자몽에이드", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], - "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": [ + "history": [ { - "id": "1c20b873d456c0c00d41", - "label": "가정식백반", - "amount": 6000, + "id": "925de3a66cf4d3dad6a2-history", + "label": "아메리카노", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "74cd0f16087701c691e4", - "label": "갈비탕", - "amount": 8000, + "id": "f9b2796828b21c450074-history", + "label": "라떼", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "613abeb66f6c8008a99e", - "label": "육개장(해장국)", - "amount": 8000, + "id": "f33c6e65f7a2516d983a-history", + "label": "경성 수제 디저트, 변동다양한 마들렌", + "amount": 2000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fe1cbe472ae69e2158b9", - "label": "바지락칼국수", + "id": "0a7ccf20ec12a5e0142f-history", + "label": "리얼 군고구마라떼", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "dce807a0e5ab579d7cab", - "label": "비빔국수", + "id": "4c955fec5eed85af2953-history", + "label": "바닐라빈라떼", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1213e6e2a71fa1ad4873-history", + "label": "생과일주스 (초겨울~초봄 시즌 한정)", "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "62514af72ede9f11558c", - "label": "장터칼국수", + "id": "0b3f9a211f0b104fdd3a-history", + "label": "수제 밀크티", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - } - ], - "history": [ + "recordedAt": "2026-04-05" + }, { - "id": "1c20b873d456c0c00d41-history", - "label": "가정식백반", - "amount": 6000, + "id": "f3b5d720c06579f0c7d8-history", + "label": "수제 카페모카", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "74cd0f16087701c691e4-history", - "label": "갈비탕", - "amount": 8000, + "id": "81a327730306a242e026-history", + "label": "얼그레이라떼", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "613abeb66f6c8008a99e-history", - "label": "육개장(해장국)", - "amount": 8000, + "id": "60585a77506576926419-history", + "label": "카라멜 라떼", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "fe1cbe472ae69e2158b9-history", - "label": "바지락칼국수", - "amount": 5000, + "id": "78e3e9be8617cc63b25a-history", + "label": "카푸치노", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "dce807a0e5ab579d7cab-history", - "label": "비빔국수", - "amount": 5000, + "id": "ddc35e689d20a9dd1431-history", + "label": "커피베이스", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "62514af72ede9f11558c-history", - "label": "장터칼국수", + "id": "33a717a04a3b114c27d6-history", + "label": "콜드브루", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "4003d11b30a7439c6e60-history", + "label": "하우스블렌딩 아메리카노", + "amount": 3000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "8f55aefd3958ed0dffd4-history", + "label": "홈메이드 과일차", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" + }, + { + "id": "817c5229c10bed5ef488-history", + "label": "홈메이드 자몽에이드", + "amount": 5000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15838", - "name": "보라매 미용타운", - "businessName": "보라매 미용타운", - "categorySlug": "beauty", - "address": "충청북도 청주시 청원구 1순환로342번길 16-1 (내덕동)", - "district": "충청북도 청주시", - "latitude": 36.65914920998362, - "longitude": 127.47618218928218, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트", + "id": "goodprice-657", + "name": "고향집", + "businessName": "고향집", + "categorySlug": "korean", + "address": "서울특별시 마포구 망원로8길 14 (망원동) 1층 (망원동)", + "district": "서울특별시 마포구", + "latitude": 37.55682470180007, + "longitude": 126.9058461481781, + "representativePriceAmount": 4000, + "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-223-3044", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-322-8762 / 영업시간: 매일 10:00~20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "7cc50ae79088452eaaa2", - "label": "커트", - "amount": 10000, + "id": "a5d7d829845d334b5b16", + "label": "칼국수", + "amount": 4000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "e48b79734389f7471d45", + "label": "콩나물비빔밥", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "7cc50ae79088452eaaa2-history", - "label": "커트", - "amount": 10000, + "id": "a5d7d829845d334b5b16-history", + "label": "칼국수", + "amount": 4000, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "e48b79734389f7471d45-history", + "label": "콩나물비빔밥", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15772", - "name": "복실이 식당", - "businessName": "복실이 식당", + "id": "goodprice-663", + "name": "냠냠분식", + "businessName": "냠냠분식", "categorySlug": "korean", - "address": "충청북도 청주시 서원구 매봉로2번길 40 (분평동) 1층", - "district": "충청북도 청주시", - "latitude": 36.61043494588689, - "longitude": 127.47990007377227, - "representativePriceAmount": 6000, - "representativePriceLabel": "칼국수", + "address": "서울특별시 마포구 모래내로 7길 89 1층 2호 (성산동)", + "district": "서울특별시 마포구", + "latitude": 37.5682704926227, + "longitude": 126.908296671286, + "representativePriceAmount": 3500, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 043-294-3667", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-303-7332 / 영업시간: 매일 10:00~22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f39ca2e5b5aa380c200f", - "label": "칼국수", - "amount": 6000, + "id": "f527fadf9af73a70dee5", + "label": "김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bd2107c0071093ec8cb4", - "label": "보리밥", - "amount": 7000, + "id": "6a9d32eadb2161cb0d4b", + "label": "라면", + "amount": 4500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "a45aa6b72a3a690e4646", - "label": "김치찌개", - "amount": 8000, + "id": "6d59ca732aa6909a041b", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f39ca2e5b5aa380c200f-history", - "label": "칼국수", - "amount": 6000, + "id": "f527fadf9af73a70dee5-history", + "label": "김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bd2107c0071093ec8cb4-history", - "label": "보리밥", - "amount": 7000, + "id": "6a9d32eadb2161cb0d4b-history", + "label": "라면", + "amount": 4500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "a45aa6b72a3a690e4646-history", - "label": "김치찌개", - "amount": 8000, + "id": "6d59ca732aa6909a041b-history", + "label": "냉면", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-16876", - "name": "안골식당", - "businessName": "안골식당", - "categorySlug": "korean", - "address": "충청남도 천안시 동남구 먹거리2길 6-1 (신부동) 2층", - "district": "충청남도 천안시", - "latitude": 36.81768377259163, - "longitude": 127.15402963313205, - "representativePriceAmount": 10000, - "representativePriceLabel": "만두전골", + "id": "goodprice-654", + "name": "동일루", + "businessName": "동일루", + "categorySlug": "chinese", + "address": "서울특별시 마포구 포은로 75 (망원동)", + "district": "서울특별시 마포구", + "latitude": 37.5538237462899, + "longitude": 126.905567945655, + "representativePriceAmount": 7000, + "representativePriceLabel": "유니짜장", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 만두전골 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 0507-1348-2664 / 영업시간: 영업시간 11:30~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 유니짜장 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-314-2221 / 영업시간: 화~목: 12:00~22:00 금~일: 12:00~23:00 정기휴무: 월요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "61bcd2e948e2dddcac79", - "label": "만두전골", - "amount": 10000, + "id": "78818002f5c375afa1a5", + "label": "유니짜장", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "61bcd2e948e2dddcac79-history", - "label": "만두전골", - "amount": 10000, + "id": "78818002f5c375afa1a5-history", + "label": "유니짜장", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17020", - "name": "엄마밥상 한식뷔페", - "businessName": "엄마밥상 한식뷔페", - "categorySlug": "korean", - "address": "충청남도 천안시 서북구 오성9길 5 (두정동) 1층", - "district": "충청남도 천안시", - "latitude": 36.833566400988474, - "longitude": 127.12808573112298, - "representativePriceAmount": 9000, - "representativePriceLabel": "한식뷔페", + "id": "goodprice-15284", + "name": "리우키친", + "businessName": "리우키친", + "categorySlug": "western", + "address": "서울특별시 마포구 월드컵북로 402 (상암동) B101호", + "district": "서울특별시 마포구", + "latitude": 37.58014588458926, + "longitude": 126.88904361197856, + "representativePriceAmount": 5400, + "representativePriceLabel": "닭가슴살샐러드", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 한식뷔페 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-554-8335 / 영업시간: 영업시간 07:00 ~ 21:00 휴무일 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 양식 업소입니다. 대표 항목은 닭가슴살샐러드 5,400원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 0507-1300-5493 / 영업시간: 매일 11:00 ~ 22:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a942d5eed62a0649d1aa", - "label": "한식뷔페", - "amount": 9000, + "id": "bcb29cd1944e543f48f2", + "label": "닭가슴살샐러드", + "amount": 5400, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a942d5eed62a0649d1aa-history", - "label": "한식뷔페", - "amount": 9000, + "id": "bcb29cd1944e543f48f2-history", + "label": "닭가슴살샐러드", + "amount": 5400, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11410", - "name": "옛김포식당", - "businessName": "옛김포식당", + "id": "goodprice-15943", + "name": "맛양값", + "businessName": "맛양값", "categorySlug": "korean", - "address": "충청남도 천안시 동남구 영성로 25-19 (사직동)", - "district": "충청남도 천안시", - "latitude": 36.8004524284923, - "longitude": 127.150097319368, + "address": "서울특별시 마포구 동교로9길 44 (망원동) 지하1층", + "district": "서울특별시 마포구", + "latitude": 37.555824760644136, + "longitude": 126.90955665399073, "representativePriceAmount": 6000, "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", + "lastPriceUpdatedAt": "2026-04-05", "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 041-554-3029 / 영업시간: 10:15~19:30 정기휴무(매주 2, 4째주 화요일)", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-326-0900 / 영업시간: 11:00 ~ 24:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "9ac9ba71e5776c2f3ffb", + "id": "8dd2388ac5a438f97ec2", "label": "칼국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ff650865e3a51dea2b38", + "id": "010c29e00421f4438f7b", "label": "냉면", "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "f6f8f02901468734593c", - "label": "콩국수", - "amount": 7000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "9ac9ba71e5776c2f3ffb-history", + "id": "8dd2388ac5a438f97ec2-history", "label": "칼국수", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ff650865e3a51dea2b38-history", + "id": "010c29e00421f4438f7b-history", "label": "냉면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "f6f8f02901468734593c-history", - "label": "콩국수", - "amount": 7000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17041", - "name": "모정식당", - "businessName": "모정식당", + "id": "goodprice-658", + "name": "망원시장손칼국수", + "businessName": "망원시장손칼국수", "categorySlug": "korean", - "address": "전북특별자치도 군산시 조촌4길 34-4 (조촌동) 1층", - "district": "전북특별자치도 군산시", - "latitude": 35.96943678402732, - "longitude": 126.73620476668584, - "representativePriceAmount": 9000, - "representativePriceLabel": "김치찌개", + "address": "서울특별시 마포구 망원로8길 29 1층 (망원동)", + "district": "서울특별시 마포구", + "latitude": 37.5561838524433, + "longitude": 126.906288604852, + "representativePriceAmount": 5000, + "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 브레이크타임 * 매주 일요일 정기 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-601-7139 / 영업시간: 09:30~20:00 휴무: 명절", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c97f8c73e14a8daf3226", - "label": "김치찌개", - "amount": 9000, + "id": "2f07f4224b88d0d6caed", + "label": "칼국수", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e956fe9cd04bd9a97c99", - "label": "부대찌개", - "amount": 9000, + "id": "4811a37ba1ddfa523c10", + "label": "수제비", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c97f8c73e14a8daf3226-history", - "label": "김치찌개", - "amount": 9000, + "id": "2f07f4224b88d0d6caed-history", + "label": "칼국수", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "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, + "id": "4811a37ba1ddfa523c10-history", + "label": "수제비", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5192", - "name": "미주옥", - "businessName": "미주옥", + "id": "goodprice-13705", + "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, + "address": "서울특별시 마포구 망원로8길 6 (망원동) 1층 일부", + "district": "서울특별시 마포구", + "latitude": 37.55718237320419, + "longitude": 126.90571625078948, "representativePriceAmount": 6000, - "representativePriceLabel": "베테랑 생돈까스", + "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)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "멸치국수", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3144-0848 / 영업시간: 09:00~21:00 연중무휴", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "afee2c021e414b97fef7", - "label": "베테랑 생돈까스", + "id": "3bf22e7f31e160836ee7", + "label": "멸치국수", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "afee2c021e414b97fef7-history", - "label": "베테랑 생돈까스", + "id": "3bf22e7f31e160836ee7-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" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-5762", - "name": "두레", - "businessName": "두레", + "id": "goodprice-659", + "name": "미소국수", + "businessName": "미소국수", "categorySlug": "korean", - "address": "전라남도 여수시 학동1길 12-7 (학동) 1층", - "district": "전라남도 여수시", - "latitude": 34.76449978425705, - "longitude": 127.66474470490957, - "representativePriceAmount": 7000, - "representativePriceLabel": "백반", + "address": "서울특별시 마포구 동교로 27길 41 (연남동)", + "district": "서울특별시 마포구", + "latitude": 37.5596861029029, + "longitude": 126.921460829141, + "representativePriceAmount": 6000, + "representativePriceLabel": "잔치국수(곱배기)", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 백반 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 061-684-1808 / 영업시간: 09:00~19:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 잔치국수(곱배기) 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-326-5403 / 영업시간: 월~토: 09:00~32:00 정기휴무: 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "e74632333d3e631e15f7", - "label": "백반", - "amount": 7000, + "id": "7fe12ea22e4a01449ba7", + "label": "잔치국수(곱배기)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "880acca28a8559587d34", - "label": "장어탕", - "amount": 10000, + "id": "3ee95071998241b331a2", + "label": "알밥", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "e74632333d3e631e15f7-history", - "label": "백반", - "amount": 7000, + "id": "7fe12ea22e4a01449ba7-history", + "label": "잔치국수(곱배기)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "880acca28a8559587d34-history", - "label": "장어탕", - "amount": 10000, + "id": "3ee95071998241b331a2-history", + "label": "알밥", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6412", - "name": "리클라스", - "businessName": "리클라스", - "categorySlug": "other-food", - "address": "경상북도 포항시 북구 대신로7번길 7 리클라스", - "district": "경상북도 포항시", - "latitude": 36.0448115361729, - "longitude": 129.367277819827, - "representativePriceAmount": 4800, - "representativePriceLabel": "카페라떼", + "id": "goodprice-666", + "name": "봉주르", + "businessName": "봉주르", + "categorySlug": "korean", + "address": "서울특별시 마포구 와우산로 155-1 (서교동)", + "district": "서울특별시 마포구", + "latitude": 37.5549789202685, + "longitude": 126.930036332426, + "representativePriceAmount": 5500, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 찌개백반 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-332-8373 / 영업시간: 월~토: 11:00~21:00 정기휴무: 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "81d9191f2d987a84ad81", - "label": "카페라떼", - "amount": 4800, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "d1a6cb1d9d5c4fc8edb4", - "label": "오늘의커피(원두커피)", - "amount": 3000, + "id": "8a06066ed2b1bef5fa6a", + "label": "찌개백반", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "81d9191f2d987a84ad81-history", - "label": "카페라떼", - "amount": 4800, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "d1a6cb1d9d5c4fc8edb4-history", - "label": "오늘의커피(원두커피)", - "amount": 3000, + "id": "8a06066ed2b1bef5fa6a-history", + "label": "찌개백반", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-6312", - "name": "마실카페", - "businessName": "마실카페", - "categorySlug": "other-food", - "address": "경상북도 포항시 남구 동해면 일월로81번길 9 마실카페", - "district": "경상북도 포항시", - "latitude": 35.989400103331, - "longitude": 129.44204186305, - "representativePriceAmount": 3000, - "representativePriceLabel": "아메리카노", + "id": "goodprice-17514", + "name": "소니가김밥", + "businessName": "소니가김밥", + "categorySlug": "korean", + "address": "서울특별시 마포구 도화길 46-1 (도화동) 1층", + "district": "서울특별시 마포구", + "latitude": 37.54172036440463, + "longitude": 126.95077020102201, + "representativePriceAmount": 3500, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: 10시30분~23시", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-6406-0066", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "48a49620be9397d09eef", - "label": "아메리카노", - "amount": 3000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "488366be40ebfee13a73", - "label": "카페라떼", - "amount": 4000, + "id": "68994954ed60e3de6556", + "label": "김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "bd17001ca3bf89a0a590", - "label": "바닐라라떼", + "id": "5ab909b612a2cd6a21b3", + "label": "라면", "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "48a49620be9397d09eef-history", - "label": "아메리카노", - "amount": 3000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "488366be40ebfee13a73-history", - "label": "카페라떼", - "amount": 4000, + "id": "68994954ed60e3de6556-history", + "label": "김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "bd17001ca3bf89a0a590-history", - "label": "바닐라라떼", + "id": "5ab909b612a2cd6a21b3-history", + "label": "라면", "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-14603", - "name": "선백면옥", - "businessName": "선백면옥", - "categorySlug": "korean", - "address": "경상남도 창원시 진해구 자은로28번길 8 (자은동) 선백면옥", - "district": "경상남도 창원시", - "latitude": 35.14906570208649, - "longitude": 128.7052270170308, + "id": "goodprice-11306", + "name": "양귀비짬뽕", + "businessName": "양귀비짬뽕", + "categorySlug": "chinese", + "address": "서울특별시 마포구 월드컵로 190 112호", + "district": "서울특별시 마포구", + "latitude": 37.5641776888752, + "longitude": 126.903289789101, "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": "갈비탕", + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 갈비탕 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-256-6696", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-302-2302", "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": "돼지갈비", + "id": "0422bb2a509116fd7792", + "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" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "2c066ffd416445f6bf17-history", - "label": "돼지갈비", + "id": "0422bb2a509116fd7792-history", + "label": "짜장면", "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-15415", - "name": "소금깎이 창원진해본점", - "businessName": "소금깎이 창원진해본점", + "id": "goodprice-671", + "name": "옛날무쇠솥", + "businessName": "옛날무쇠솥", "categorySlug": "korean", - "address": "경상남도 창원시 진해구 동진로61번길 6 (석동) 소금깎이 창원진해본점", - "district": "경상남도 창원시", - "latitude": 35.15181122430042, - "longitude": 128.70271441863437, - "representativePriceAmount": 9000, - "representativePriceLabel": "토마호크(100g)", + "address": "서울특별시 마포구 서강로1길 12-5 1층 (창전동)", + "district": "서울특별시 마포구", + "latitude": 37.5489508380303, + "longitude": 126.931031582072, + "representativePriceAmount": 6500, + "representativePriceLabel": "된장찌개백반", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 토마호크(100g) 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-547-0062", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 된장찌개백반 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-323-7098 / 영업시간: 월~토: 09:00~21:00 정기휴무: 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1472f774d6562b08e733", - "label": "토마호크(100g)", - "amount": 9000, + "id": "9c5a3b5883d32376cb05", + "label": "된장찌개백반", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "293011c0ac273cbaaa60", - "label": "우대갈비(100g)", - "amount": 10000, + "id": "5c77f6d24067c84bda58", + "label": "김치찌개백반", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "7a513bbdb576a49edd36", - "label": "삼겹살(100g)", - "amount": 6000, + "id": "a830b7439dbd6681b0b1", + "label": "비빔밥", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1472f774d6562b08e733-history", - "label": "토마호크(100g)", - "amount": 9000, + "id": "9c5a3b5883d32376cb05-history", + "label": "된장찌개백반", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "293011c0ac273cbaaa60-history", - "label": "우대갈비(100g)", - "amount": 10000, + "id": "5c77f6d24067c84bda58-history", + "label": "김치찌개백반", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "7a513bbdb576a49edd36-history", - "label": "삼겹살(100g)", - "amount": 6000, + "id": "a830b7439dbd6681b0b1-history", + "label": "비빔밥", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18615", - "name": "소문난김밥", - "businessName": "소문난김밥", + "id": "goodprice-13938", + "name": "장모님멸치국수", + "businessName": "장모님멸치국수", "categorySlug": "korean", - "address": "경상남도 창원시 마산회원구 내서읍 중리상곡로 129 소문난김밥", - "district": "경상남도 창원시", - "latitude": 35.25181139457977, - "longitude": 128.51144426255615, - "representativePriceAmount": 3000, - "representativePriceLabel": "소문난김밥", + "address": "서울특별시 마포구 월드컵로13길 42 (망원동) 장모님멸치국수", + "district": "서울특별시 마포구", + "latitude": 37.5554961904076, + "longitude": 126.90783670182708, + "representativePriceAmount": 6000, + "representativePriceLabel": "멸치국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 소문난김밥 3,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 055-231-4893", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 멸치국수 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-3144-4748", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "c0e9777a9a898347706f", - "label": "소문난김밥", - "amount": 3000, + "id": "25c3bf2171aa3180f356", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d2f6297603d9532e4d72", - "label": "물국수", - "amount": 5000, + "id": "f52902b7c7b73b7c370e", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "eefc229e78e46efca916", - "label": "우동", - "amount": 5000, + "id": "47fc477d2777deb1e09c", + "label": "비빔밥", + "amount": 7500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "fa9afe4b116565f0542c", + "label": "김치말이온국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c0e9777a9a898347706f-history", - "label": "소문난김밥", - "amount": 3000, + "id": "25c3bf2171aa3180f356-history", + "label": "멸치국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d2f6297603d9532e4d72-history", - "label": "물국수", - "amount": 5000, + "id": "f52902b7c7b73b7c370e-history", + "label": "비빔국수", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "eefc229e78e46efca916-history", - "label": "우동", - "amount": 5000, + "id": "47fc477d2777deb1e09c-history", + "label": "비빔밥", + "amount": 7500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "fa9afe4b116565f0542c-history", + "label": "김치말이온국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-11154", - "name": "머리하기좋은날", - "businessName": "머리하기좋은날", - "categorySlug": "beauty", - "address": "제주특별자치도 제주시 신대로6길 11 ()", - "district": "제주특별자치도 제주시", - "latitude": 33.4922364704893, - "longitude": 126.495273237818, - "representativePriceAmount": 10000, - "representativePriceLabel": "커트(샴푸 미포함)", + "id": "goodprice-674", + "name": "참맛 닭곰탕", + "businessName": "참맛 닭곰탕", + "categorySlug": "korean", + "address": "서울특별시 마포구 망원로8길 36 (망원동)", + "district": "서울특별시 마포구", + "latitude": 37.5559256004882, + "longitude": 126.90614225469, + "representativePriceAmount": 7000, + "representativePriceLabel": "닭곰탕", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 커트(샴푸 미포함) 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 064-713-6667", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 닭곰탕 7,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-336-9945 / 영업시간: 매일: 11:00-19:30", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "1ff8ebc2146a3dc8f370", - "label": "커트(샴푸 미포함)", - "amount": 10000, + "id": "a5283ebfa95eb1716b06", + "label": "닭곰탕", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "1ff8ebc2146a3dc8f370-history", - "label": "커트(샴푸 미포함)", - "amount": 10000, + "id": "a5283ebfa95eb1716b06-history", + "label": "닭곰탕", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-18570", - "name": "신라미용실", - "businessName": "신라미용실", - "categorySlug": "beauty", - "address": "서울특별시 중구 퇴계로 217 (충무로4가, 진양상가, 진양아파트) 1층 36호, 37호", - "district": "서울특별시 중구", - "latitude": 37.562423982135904, - "longitude": 126.99593553115459, - "representativePriceAmount": 10000, - "representativePriceLabel": "남성컷", + "id": "goodprice-15571", + "name": "천국이네", + "businessName": "천국이네", + "categorySlug": "korean", + "address": "서울특별시 마포구 동교로27길 46 (연남동) 1층 103호", + "district": "서울특별시 마포구", + "latitude": 37.55994812313551, + "longitude": 126.92150787452432, + "representativePriceAmount": 3500, + "representativePriceLabel": "옛날김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 남성컷 10,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 010-9264-3072", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 옛날김밥 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-323-8292 / 영업시간: 07:00 ~ 20:00/일요일 정기휴무 (Break Time: 13:40~14:20)", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "8c0637355b74f0520c01", - "label": "남성컷", - "amount": 10000, + "id": "c24dd0261d7a09293d6a", + "label": "옛날김밥", + "amount": 3500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "347df433e0be04aee0e0", + "label": "라면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "8c0637355b74f0520c01-history", - "label": "남성컷", - "amount": 10000, + "id": "c24dd0261d7a09293d6a-history", + "label": "옛날김밥", + "amount": 3500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "347df433e0be04aee0e0-history", + "label": "라면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-967", - "name": "신빙고", - "businessName": "신빙고", + "id": "goodprice-627", + "name": "카페마루", + "businessName": "카페마루", "categorySlug": "other-food", - "address": "서울특별시 중구 동호로12길 93 1층(신당동)", - "district": "서울특별시 중구", - "latitude": 37.559329134852, - "longitude": 127.012071243923, - "representativePriceAmount": 2300, - "representativePriceLabel": "아메리카노", + "address": "서울특별시 마포구 창전로 66 (신수동, 1층)", + "district": "서울특별시 마포구", + "latitude": 37.5483026653971, + "longitude": 126.932918259254, + "representativePriceAmount": 3500, + "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 (하절기에 변동가능)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 기타요식업 업소입니다. 대표 항목은 아메리카노(기본사이즈) 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-673-1013 / 영업시간: 월~금 08:00-20:00 일 09: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, + "id": "0e8cee00eb7d2bc8b315", + "label": "아메리카노(기본사이즈)", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6d41043b245a04ad6fb7", - "label": "플레인크로플", - "amount": 2800, + "id": "596613b336d7c1809d32", + "label": "라떼(아이스 핫)", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "c5dfcaa7d9aa39644d84-history", - "label": "아메리카노", - "amount": 2300, + "id": "0e8cee00eb7d2bc8b315-history", + "label": "아메리카노(기본사이즈)", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "3f6c65eaf9b0e847b415-history", - "label": "복숭아아이스티", - "amount": 2300, + "id": "596613b336d7c1809d32-history", + "label": "라떼(아이스 핫)", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-18867", + "name": "홍대입구역 로바다야끼 리틀카세", + "businessName": "홍대입구역 로바다야끼 리틀카세", + "categorySlug": "japanese", + "address": "서울특별시 마포구 와우산로29길 40-18 (서교동) 1층", + "district": "서울특별시 마포구", + "latitude": 37.55571767217143, + "longitude": 126.92820221687542, + "representativePriceAmount": 5000, + "representativePriceLabel": "튀김우동", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 일식 업소입니다. 대표 항목은 튀김우동 5,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 070-4010-1049 / 영업시간: 매일 17:00 ~ 24:00 일요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "6d41043b245a04ad6fb7-history", - "label": "플레인크로플", - "amount": 2800, + "id": "b088b5c7212b87bccf8a", + "label": "튀김우동", + "amount": 5000, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + } + ], + "history": [ + { + "id": "b088b5c7212b87bccf8a-history", + "label": "튀김우동", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-984", - "name": "영자씨우동김밥", - "businessName": "영자씨우동김밥", + "id": "goodprice-18866", + "name": "홍익분식", + "businessName": "홍익분식", "categorySlug": "korean", - "address": "서울특별시 중구 마른내로 15-1 (저동2가)", - "district": "서울특별시 중구", - "latitude": 37.5649541262687, - "longitude": 126.989606762221, - "representativePriceAmount": 7000, - "representativePriceLabel": "김치찌개", + "address": "서울특별시 마포구 성미산로 99 (연남동) 지1층", + "district": "서울특별시 마포구", + "latitude": 37.56161741170145, + "longitude": 126.91826076871769, + "representativePriceAmount": 3000, + "representativePriceLabel": "김밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김치찌개 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-227-9791 / 영업시간: 월~금 07:00~20:00 토,일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 김밥 3,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-332-7725 / 영업시간: 매일 11:30 ~ 20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "f1304235cd33c728e951", - "label": "김치찌개", - "amount": 7000, + "id": "5e1c18dac6dd4284a52c", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "1ad1a44a63016a968470", - "label": "김밥 (야채)", - "amount": 3500, + "id": "341dbfa80daae5f8077f", + "label": "김치볶음밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0eb9264027c0a9816e63", - "label": "카레덮밥", - "amount": 8000, + "id": "660b0fad79e36e2f3069", + "label": "제육덮밥", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "f1304235cd33c728e951-history", - "label": "김치찌개", - "amount": 7000, + "id": "5e1c18dac6dd4284a52c-history", + "label": "김밥", + "amount": 3000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "1ad1a44a63016a968470-history", - "label": "김밥 (야채)", - "amount": 3500, + "id": "341dbfa80daae5f8077f-history", + "label": "김치볶음밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0eb9264027c0a9816e63-history", - "label": "카레덮밥", - "amount": 8000, + "id": "660b0fad79e36e2f3069-history", + "label": "제육덮밥", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-969", - "name": "옛날홍두깨손칼국수", - "businessName": "옛날홍두깨손칼국수", - "categorySlug": "korean", - "address": "서울특별시 중구 동호로7길 32 1층", - "district": "서울특별시 중구", - "latitude": 37.5525136777809, - "longitude": 127.010624637953, - "representativePriceAmount": 6000, - "representativePriceLabel": "손수제비", + "id": "goodprice-14566", + "name": "강남식당(강남식당짜장전문)", + "businessName": "강남식당(강남식당짜장전문)", + "categorySlug": "chinese", + "address": "서울특별시 양천구 곰달래로13길 4 (신월동) 1층", + "district": "서울특별시 양천구", + "latitude": 37.53035810621481, + "longitude": 126.83751280615746, + "representativePriceAmount": 4000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 손수제비 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 02-223-1458 / 영업시간: 월~일 09:00~20:00 명절 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "가격이 저렴하고 옛날 짜장 특유의 풍미가 깊음", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2604-2346 / 영업시간: 월 ~ 일 : 10:30 ~ 20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "217840a02dae9b806388", - "label": "손수제비", - "amount": 6000, + "id": "f15a4fa7dc432905c793", + "label": "짜장면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "93a81d9fe454a534e253", - "label": "잔치국수", - "amount": 4000, + "id": "7bf2512896827ac15cc2", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "ed658c755f7a782fc227", - "label": "야채비빔밥", - "amount": 6000, + "id": "2f5b3053beff8e02241a", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "217840a02dae9b806388-history", - "label": "손수제비", - "amount": 6000, + "id": "f15a4fa7dc432905c793-history", + "label": "짜장면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "93a81d9fe454a534e253-history", - "label": "잔치국수", - "amount": 4000, + "id": "7bf2512896827ac15cc2-history", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "ed658c755f7a782fc227-history", - "label": "야채비빔밥", - "amount": 6000, + "id": "2f5b3053beff8e02241a-history", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1430", - "name": "산바다", - "businessName": "산바다", + "id": "goodprice-14571", + "name": "기사님식당(즉석우동짜장)", + "businessName": "기사님식당(즉석우동짜장)", "categorySlug": "korean", - "address": "부산광역시 서구 엄광산로 6 (서대신동3가)", - "district": "부산광역시 서구", - "latitude": 35.1277404417829, - "longitude": 129.007513285213, - "representativePriceAmount": 8000, - "representativePriceLabel": "메기매운탕", + "address": "서울특별시 양천구 지양로 91 (신월동) 1층", + "district": "서울특별시 양천구", + "latitude": 37.5229988882168, + "longitude": 126.8319262859901, + "representativePriceAmount": 5000, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 메기매운탕 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-241-2976 / 영업시간: 07:00~19:30", + "lastPriceUpdatedAt": "2026-04-05", + "description": "가격이 저렴하고 양은 넉넉한 동네 맛집 (생방송투데이 2234회 출연)", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2696-0982 / 영업시간: 영업시간 : 월 ~ 일 : 10:30 ~ 20:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "906f30181c834d399a6c", - "label": "메기매운탕", - "amount": 8000, + "id": "a0959d1d69486af29262", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "0c909d4188710e329430", - "label": "빙어튀김", - "amount": 10000, + "id": "9a09d3e84f136ae53b04", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "906f30181c834d399a6c-history", - "label": "메기매운탕", - "amount": 8000, + "id": "a0959d1d69486af29262-history", + "label": "짜장면", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "0c909d4188710e329430-history", - "label": "빙어튀김", - "amount": 10000, + "id": "9a09d3e84f136ae53b04-history", + "label": "우동", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1431", - "name": "삼원두루치기", - "businessName": "삼원두루치기", + "id": "goodprice-855", + "name": "대박집", + "businessName": "대박집", "categorySlug": "korean", - "address": "부산광역시 서구 구덕로193번길 12-17 (부민동2가)", - "district": "부산광역시 서구", - "latitude": 35.1024534581686, - "longitude": 129.019112839039, - "representativePriceAmount": 8000, - "representativePriceLabel": "두루치기", + "address": "서울특별시 양천구 등촌로 46 1층", + "district": "서울특별시 양천구", + "latitude": 37.533842137502, + "longitude": 126.864032853976, + "representativePriceAmount": 3300, + "representativePriceLabel": "대패삼겹살", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 두루치기 8,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-231-5452 / 영업시간: 10:00~21:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 대패삼겹살 3,300원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2653-9285 / 영업시간: 14:00-23:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "6fad44f2a12e02f4bf3c", - "label": "두루치기", - "amount": 8000, + "id": "a2fb2ffddcb51b071b74", + "label": "대패삼겹살", + "amount": 3300, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "7f567a52ea7bb6f7949e", + "label": "냉면", + "amount": 4500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "1e02cb47c542493303fd", + "label": "그냥삼겹살", + "amount": 5500, + "verificationStatus": "verified", + "reportedAt": "2026-04-05" + }, + { + "id": "cf4a0785f86a2099537d", + "label": "우삼겹", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "6fad44f2a12e02f4bf3c-history", - "label": "두루치기", - "amount": 8000, + "id": "a2fb2ffddcb51b071b74-history", + "label": "대패삼겹살", + "amount": 3300, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "7f567a52ea7bb6f7949e-history", + "label": "냉면", + "amount": 4500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "1e02cb47c542493303fd-history", + "label": "그냥삼겹살", + "amount": 5500, + "verificationStatus": "verified", + "recordedAt": "2026-04-05" + }, + { + "id": "cf4a0785f86a2099537d-history", + "label": "우삼겹", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1406", - "name": "성일칼국수", - "businessName": "성일칼국수", + "id": "goodprice-854", + "name": "명동손칼국수", + "businessName": "명동손칼국수", "categorySlug": "korean", - "address": "부산광역시 서구 해안새벽시장길 8 (충무동1가)", - "district": "부산광역시 서구", - "latitude": 35.0958892269302, - "longitude": 129.025392096138, - "representativePriceAmount": 5000, + "address": "서울특별시 양천구 목동중앙북로6길 4 1층", + "district": "서울특별시 양천구", + "latitude": 37.5482589749093, + "longitude": 126.865009629825, + "representativePriceAmount": 3500, "representativePriceLabel": "칼국수", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 5,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 051-244-1547 / 영업시간: 아침 7:00-7:30or 8:00 휴무 매달 2번째 주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 칼국수 3,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2644-3999 / 영업시간: 09:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "0d35217d236fd69c21ef", + "id": "91e1f44749a538412ad4", "label": "칼국수", - "amount": 5000, + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4bf1663a4c83a279e6f5", - "label": "짜장면", - "amount": 5000, + "id": "33a4146b02dc02bb14d0", + "label": "칼제비수제비", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "0d35217d236fd69c21ef-history", + "id": "91e1f44749a538412ad4-history", "label": "칼국수", - "amount": 5000, + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4bf1663a4c83a279e6f5-history", - "label": "짜장면", - "amount": 5000, + "id": "33a4146b02dc02bb14d0-history", + "label": "칼제비수제비", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1874", - "name": "시장냉면", - "businessName": "시장냉면", + "id": "goodprice-857", + "name": "보라매25시해장국", + "businessName": "보라매25시해장국", "categorySlug": "korean", - "address": "대구광역시 동구 팔공로30길 10-3 (불로동)", - "district": "대구광역시 동구", - "latitude": 35.9113533839705, - "longitude": 128.642338260752, + "address": "서울특별시 양천구 신월로17길 21 1층", + "district": "서울특별시 양천구", + "latitude": 37.5206993207374, + "longitude": 126.841751442387, "representativePriceAmount": 6000, - "representativePriceLabel": "얼큰냉면", + "representativePriceLabel": "돌솥비빔밥", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 얼큰냉면 6,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 053-981-4044 / 영업시간: 매일 11:00-20:00", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 돌솥비빔밥 6,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2604-6952 / 영업시간: 00:00~24: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": "매운비빔냉면", + "id": "bbf9a3499fe0a4548304", + "label": "돌솥비빔밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "403fd6618326e29e7aea", - "label": "물냉면", + "id": "04ffd856252afe9c1e35", + "label": "우렁된장", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" - }, - { - "id": "8ef6fce44001aaf95691", - "label": "물만두", - "amount": 4000, - "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "689700f495e093084f0f", - "label": "비빔냉면", + "id": "d2c573db2bb29e027800", + "label": "선지해장국", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "17ff1c706775fc79b580", - "label": "얼큰가락국수", + "id": "6150f9a1ca638cfb7825", + "label": "양푼비빔밥", "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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": "매운비빔냉면", + "id": "bbf9a3499fe0a4548304-history", + "label": "돌솥비빔밥", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "403fd6618326e29e7aea-history", - "label": "물냉면", + "id": "04ffd856252afe9c1e35-history", + "label": "우렁된장", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, - { - "id": "8ef6fce44001aaf95691-history", - "label": "물만두", - "amount": 4000, - "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "689700f495e093084f0f-history", - "label": "비빔냉면", + "id": "d2c573db2bb29e027800-history", + "label": "선지해장국", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "17ff1c706775fc79b580-history", - "label": "얼큰가락국수", + "id": "6150f9a1ca638cfb7825-history", + "label": "양푼비빔밥", "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1885", - "name": "신산홍", - "businessName": "신산홍", - "categorySlug": "korean", - "address": "대구광역시 동구 아양로7길 12 가상가동 지하1층 108호(신암동, 신암뜨란채)", - "district": "대구광역시 동구", - "latitude": 35.8823321773353, - "longitude": 128.61768521709, - "representativePriceAmount": 9000, - "representativePriceLabel": "양념닭목살(130g)", + "id": "goodprice-852", + "name": "소문장", + "businessName": "소문장", + "categorySlug": "chinese", + "address": "서울특별시 양천구 목동중앙북로4길 20 1층", + "district": "서울특별시 양천구", + "latitude": 37.5478172971015, + "longitude": 126.86421637039, + "representativePriceAmount": 4000, + "representativePriceLabel": "짜장면", "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라스트오더 수 정기휴무(매주수요일)", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2644-3067 / 영업시간: 11:00~21:00", "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, + "id": "52711504eb234999af45", + "label": "짜장면", + "amount": 4000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "e5f3f1fdd86e0f8da10f", - "label": "양념닭발", - "amount": 9000, + "id": "4a5bff8b1ab16c1e6d51", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "52711504eb234999af45-history", + "label": "짜장면", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "e5f3f1fdd86e0f8da10f-history", - "label": "양념닭발", - "amount": 9000, + "id": "4a5bff8b1ab16c1e6d51-history", + "label": "짬뽕", + "amount": 5000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17768", - "name": "엄마솥밥상", - "businessName": "엄마솥밥상", + "id": "goodprice-14563", + "name": "소소연", + "businessName": "소소연", "categorySlug": "korean", - "address": "대구광역시 동구 동대구로 423 (신천동)", - "district": "대구광역시 동구", - "latitude": 35.86819851346647, - "longitude": 128.6259527502153, - "representativePriceAmount": 8000, - "representativePriceLabel": "된장정식", + "address": "서울특별시 양천구 목동중앙로 43 (목동, 목동 글로리파크) 1층 102호", + "district": "서울특별시 양천구", + "latitude": 37.533540983079625, + "longitude": 126.86952519319911, + "representativePriceAmount": 6000, + "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 정기휴무 : 매주 일요일", + "lastPriceUpdatedAt": "2026-04-05", + "description": "전국 산지의 좋은 재료로 고기와 반찬을 판매하는 한식 포장 전문점", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 010-2421-7354 / 영업시간: 영업시간 : 월~금: 10:00 ~ 21:30 휴무일 : 일요일", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "a4279d0da8efdbe3592b", - "label": "된장정식", - "amount": 8000, + "id": "53cd71c412f8697299e2", + "label": "한우곰탕 (포장)", + "amount": 6000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "5679c2b0a7a92dbcec2e", - "label": "순두부정식", - "amount": 9000, + "id": "ab1e4d98326b144e04c8", + "label": "비빔밥 (포장)", + "amount": 7000, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "a4279d0da8efdbe3592b-history", - "label": "된장정식", - "amount": 8000, + "id": "53cd71c412f8697299e2-history", + "label": "한우곰탕 (포장)", + "amount": 6000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "5679c2b0a7a92dbcec2e-history", - "label": "순두부정식", - "amount": 9000, + "id": "ab1e4d98326b144e04c8-history", + "label": "비빔밥 (포장)", + "amount": 7000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-1868", - "name": "영남루반점", - "businessName": "영남루반점", - "categorySlug": "chinese", - "address": "대구광역시 동구 해동로 18 (지저동)", - "district": "대구광역시 동구", - "latitude": 35.896627045467, - "longitude": 128.637690520629, - "representativePriceAmount": 5000, - "representativePriceLabel": "자장면", + "id": "goodprice-15527", + "name": "오대쌀김밥홀로생칼국수", + "businessName": "오대쌀김밥홀로생칼국수", + "categorySlug": "korean", + "address": "서울특별시 양천구 목동중앙남로 46 (목동, 목동 미소래 아파트) 상가1층 103호", + "district": "서울특별시 양천구", + "latitude": 37.537839248304394, + "longitude": 126.8669490708125, + "representativePriceAmount": 5500, + "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", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 홀로생칼국수 5,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2643-7300 / 영업시간: 영업시간 : 11:00 ~ 21: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, + "id": "ce5d53cadb2c06b20b62", + "label": "홀로생칼국수", + "amount": 5500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "b9f12c32e8fe7d3db9ca", - "label": "짜장면", - "amount": 5000, + "id": "53a0110bf7686975373f", + "label": "오대쌀김밥", + "amount": 3500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "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, + "id": "ce5d53cadb2c06b20b62-history", + "label": "홀로생칼국수", + "amount": 5500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "07475a48905aaa290a08-history", - "label": "볶음밥,짬뽕밥", - "amount": 7000, + "id": "53a0110bf7686975373f-history", + "label": "오대쌀김밥", + "amount": 3500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "recordedAt": "2026-04-05" + } + ], + "comments": [] + }, + { + "id": "goodprice-17666", + "name": "오시면", + "businessName": "오시면", + "categorySlug": "korean", + "address": "서울특별시 양천구 중앙로43길 14 (신정동, 래미안 목동아델리체) 상가 B동 1층 108호", + "district": "서울특별시 양천구", + "latitude": 37.51938799084228, + "longitude": 126.85233609985481, + "representativePriceAmount": 4000, + "representativePriceLabel": "즉석떡볶이", + "verificationStatus": "verified", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 즉석떡볶이 4,000원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2601-7789 / 영업시간: 월~금요일(08:30~20:00) 토요일(10:00~14:00) 매주 일요일 정기휴무", + "likeCount": 0, + "dislikeCount": 0, + "viewerReaction": null, + "priceItems": [ { - "id": "3ba2ef1b675aa9eb1a95-history", - "label": "야끼우동", - "amount": 8000, + "id": "640b304b838f659be5a4", + "label": "즉석떡볶이", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" - }, + "reportedAt": "2026-04-05" + } + ], + "history": [ { - "id": "b9f12c32e8fe7d3db9ca-history", - "label": "짜장면", - "amount": 5000, + "id": "640b304b838f659be5a4-history", + "label": "즉석떡볶이", + "amount": 4000, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-2108", - "name": "화도진순대국", - "businessName": "화도진순대국", - "categorySlug": "korean", - "address": "인천 동구 화도진로 101 1층(화평동)", - "district": "인천 동구", - "latitude": 37.4801807743095, - "longitude": 126.628989131469, - "representativePriceAmount": 9000, - "representativePriceLabel": "순대국", + "id": "goodprice-17567", + "name": "이용성국수맛집", + "businessName": "이용성국수맛집", + "categorySlug": "chinese", + "address": "서울특별시 양천구 목동중앙북로7가길 10 (목동, 정목빌딩) 1층", + "district": "서울특별시 양천구", + "latitude": 37.54872315464117, + "longitude": 126.86686226682762, + "representativePriceAmount": 6500, + "representativePriceLabel": "짜장면", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 순대국 9,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: 032-777-1289 / 영업시간: 월~일 11:00-20:00 (화) 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 중식 업소입니다. 대표 항목은 짜장면 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2652-0748 / 영업시간: 화~토(11:00~19:30) 일(11:00~15:00) 월요일 휴무", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "46f85ee637f5a4a61658", - "label": "순대국", - "amount": 9000, + "id": "8cac68f56eab9513de3f", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6e5be46d5e8792099f47", - "label": "설렁탕", - "amount": 9000, + "id": "eb5fd8b9abf9b177677b", + "label": "해물짬뽕", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "46f85ee637f5a4a61658-history", - "label": "순대국", - "amount": 9000, + "id": "8cac68f56eab9513de3f-history", + "label": "짜장면", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6e5be46d5e8792099f47-history", - "label": "설렁탕", - "amount": 9000, + "id": "eb5fd8b9abf9b177677b-history", + "label": "해물짬뽕", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] }, { - "id": "goodprice-17895", - "name": "가족이발관", - "businessName": "가족이발관", - "categorySlug": "beauty", - "address": "인천광역시 미추홀구 석정로 372 (주안동) 1층", - "district": "인천광역시 미추홀구", - "latitude": 37.467045636101226, - "longitude": 126.67678399359703, - "representativePriceAmount": 7000, - "representativePriceLabel": "염색", + "id": "goodprice-859", + "name": "조은식당", + "businessName": "조은식당", + "categorySlug": "korean", + "address": "서울특별시 양천구 목동동로 339 목동트윈빌 140호", + "district": "서울특별시 양천구", + "latitude": 37.5321753616364, + "longitude": 126.876743891714, + "representativePriceAmount": 6500, + "representativePriceLabel": "고등어조림", "verificationStatus": "verified", - "lastPriceUpdatedAt": "2026-04-02", - "description": "행정안전부 착한가격업소 목록에서 수집한 미용업 업소입니다. 대표 항목은 염색 7,000원입니다.", - "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-02 / 전화: - / 영업시간: - 영업시간: 09:30 ~ 19:30 - 휴무일: 명절 당일 휴무", + "lastPriceUpdatedAt": "2026-04-05", + "description": "행정안전부 착한가격업소 목록에서 수집한 한식 업소입니다. 대표 항목은 고등어조림 6,500원입니다.", + "note": "출처: 행정안전부 착한가격업소 / 수집일: 2026-04-05 / 전화: 02-2655-2527 / 영업시간: 10:00~21:00", "likeCount": 0, "dislikeCount": 0, "viewerReaction": null, "priceItems": [ { - "id": "2f96d2276329fca3a9a8", - "label": "염색", - "amount": 7000, + "id": "bc9916fce66522943e9f", + "label": "고등어조림", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "6d8a44ed8278812ed721", - "label": "샴푸", - "amount": 3000, + "id": "ddb9cd349ebf7076e359", + "label": "김치찌개", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "d5e8edea065170eb421d", - "label": "컷트(남)", - "amount": 5000, + "id": "96d3943d3e6519cac7a3", + "label": "순두부찌개", + "amount": 6500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" }, { - "id": "4be5434a50575e82714e", - "label": "컷트(여)", - "amount": 7000, + "id": "5de0e2042843c10296e0", + "label": "갈치조림", + "amount": 7500, "verificationStatus": "verified", - "reportedAt": "2026-04-02" + "reportedAt": "2026-04-05" } ], "history": [ { - "id": "2f96d2276329fca3a9a8-history", - "label": "염색", - "amount": 7000, + "id": "bc9916fce66522943e9f-history", + "label": "고등어조림", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "6d8a44ed8278812ed721-history", - "label": "샴푸", - "amount": 3000, + "id": "ddb9cd349ebf7076e359-history", + "label": "김치찌개", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "d5e8edea065170eb421d-history", - "label": "컷트(남)", - "amount": 5000, + "id": "96d3943d3e6519cac7a3-history", + "label": "순두부찌개", + "amount": 6500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" }, { - "id": "4be5434a50575e82714e-history", - "label": "컷트(여)", - "amount": 7000, + "id": "5de0e2042843c10296e0-history", + "label": "갈치조림", + "amount": 7500, "verificationStatus": "verified", - "recordedAt": "2026-04-02" + "recordedAt": "2026-04-05" } ], "comments": [] diff --git a/src/features/places/map-explorer.tsx b/src/features/places/map-explorer.tsx index 2612b43..a1754fb 100644 --- a/src/features/places/map-explorer.tsx +++ b/src/features/places/map-explorer.tsx @@ -3,6 +3,7 @@ import { startTransition, useEffect, + useMemo, useRef, useState, } from "react"; @@ -13,46 +14,70 @@ import { NaverMapPanel } from "@/features/map/naver-map-panel"; import type { MapViewport } from "@/features/map/naver-map-sdk"; import { PlaceDetailSheet } from "@/features/places/place-detail-sheet"; import type { PlaceReactionUpdate } from "@/features/places/place-reaction-buttons"; +import { PlaceShareButton } from "@/features/places/place-share-button"; +import { createPlaceSharePayload } from "@/features/places/share"; +import { + type MobileSheetMode, + useMobileSheetGesture, +} from "@/features/places/use-mobile-sheet-gesture"; import { formatKrw } from "@/features/places/queries"; import type { PlaceBounds, - PlaceRecord, + PlaceMapMarkerRecord, + PlaceMapMarkerMode, + PlacePreviewRecord, PlaceSearchScope, } from "@/features/places/types"; +const PLACE_LIST_RENDER_LIMIT = 120; + type MapExplorerProps = { bookmarkedPlaceIds: string[]; bookmarkLoginHref: string; category: string | null; currentMapHref: string; initialBounds: PlaceBounds; - maxPrice: number | null; - places: PlaceRecord[]; + initialCount: number; + mapMarkers: PlaceMapMarkerRecord[]; + markerMode: PlaceMapMarkerMode; + prefetchedOnServer: boolean; + places: PlacePreviewRecord[]; query: string | null; searchScope: PlaceSearchScope; selectedCategoryLabel: string | null; }; +type RefreshActionState = { + isVisible: boolean; + isLoading: boolean; + onRefresh: () => void; +}; + type MapPlacesResponse = { bounds: PlaceBounds; count: number; filters: { bounds: PlaceBounds | null; category: string | null; - maxPrice: number | null; query: string | null; searchScope: PlaceSearchScope; }; - items: PlaceRecord[]; + items: PlacePreviewRecord[]; + mapMarkers: PlaceMapMarkerRecord[]; + markerMode: PlaceMapMarkerMode; + mapMarkerCount: number; + returnedCount: number; + truncated: boolean; }; type PlaceListProps = { bookmarkedPlaceIds: string[]; bookmarkLoginHref: string; + isLoading?: boolean; itemTestIdPrefix?: string; likeCountTestIdPrefix?: string; listTestId?: string; - places: PlaceRecord[]; + places: PlacePreviewRecord[]; query: string | null; searchScope: PlaceSearchScope; compact?: boolean; @@ -60,6 +85,18 @@ type PlaceListProps = { onSelectPlace: (placeId: string) => void; }; +type ListStatusSummaryProps = { + compact?: boolean; + displayPlacesCount: number; + fetchError: string | null; + hasManualRefreshAction?: boolean; + isFetchingPlaces: boolean; + isListTrimmed: boolean; + isServerTrimmed: boolean; + totalPlaceCount: number; + visiblePlacesCount: number; +}; + function isActivationKey(key: string) { return key === "Enter" || key === " "; } @@ -78,9 +115,78 @@ function getListDescription(params: { return params.viewport ? "현재 보이는 영역" : "기본 결과"; } +function ListStatusSummary({ + compact = false, + displayPlacesCount, + fetchError, + hasManualRefreshAction = false, + isFetchingPlaces, + isListTrimmed, + isServerTrimmed, + totalPlaceCount, + visiblePlacesCount, +}: ListStatusSummaryProps) { + const statusItems = [ + isFetchingPlaces ? "새 범위를 불러오는 중" : null, + isServerTrimmed + ? `총 ${totalPlaceCount}곳 중 ${visiblePlacesCount}곳 먼저 표시` + : null, + isListTrimmed ? `목록은 ${displayPlacesCount}곳까지만 표시` : null, + ].filter((item): item is string => Boolean(item)); + + const outerSpacingClassName = compact ? "mb-2.5 space-y-2" : "mb-3 space-y-2"; + const panelPaddingClassName = compact ? "px-3 py-3" : "px-4 py-3"; + const badgeClassName = compact + ? "altteulmap-badge whitespace-nowrap px-2.5 py-1 text-[11px] text-stone-600" + : "altteulmap-badge whitespace-nowrap px-3 py-1.5 text-xs text-stone-600"; + + if (!fetchError && statusItems.length === 0) { + return null; + } + + return ( +
+ {fetchError ? ( +
+ {fetchError} +
+ ) : null} + {statusItems.length > 0 ? ( +
+

+ 현재 상태 +

+
+ {statusItems.map((item) => ( + + {item} + + ))} +
+ {isServerTrimmed || isListTrimmed ? ( +

+ 지도를 더 확대하거나 검색어를 넣으면 더 자세히 볼 수 있습니다. +

+ ) : null} + {hasManualRefreshAction ? ( +

+ 지도를 움직인 뒤에도 현재 지역 기준으로 다시 불러올 수 있습니다. +

+ ) : null} +
+ ) : null} +
+ ); +} + function PlaceList({ bookmarkedPlaceIds, bookmarkLoginHref, + isLoading = false, itemTestIdPrefix = "place-list-item", likeCountTestIdPrefix = "place-list-like-count", listTestId = "place-list", @@ -91,6 +197,19 @@ function PlaceList({ selectedPlaceId, onSelectPlace, }: PlaceListProps) { + if (isLoading && places.length === 0) { + return ( +
+

+ 현재 지도 영역의 장소를 불러오는 중입니다. +

+

+ 첫 화면에서는 필요한 범위만 가져오고 있습니다. 잠시만 기다려 주세요. +

+
+ ); + } + if (places.length === 0) { return (
@@ -103,8 +222,8 @@ function PlaceList({ {query ? searchScope === "global" ? "전체 검색에서도 결과를 찾지 못했습니다. 다른 키워드로 다시 찾아보세요." - : "현재 지도 영역에서는 결과가 없습니다. 전체 검색으로 바꾸거나 지도를 이동해보세요." - : "지도를 이동하거나 필터를 완화해서 다시 확인해보세요."} + : "현재 지도 영역에서는 결과가 없습니다. 전체 검색으로 바꾸거나 지도를 움직인 뒤 다시 확인해보세요." + : "지도를 움직인 뒤 오른쪽 상단의 지역 검색으로 현재 영역을 새로 확인해보세요."}

); @@ -121,6 +240,7 @@ function PlaceList({ const titleSizeClassName = compact ? "text-[0.95rem]" : "text-base"; const headerGapClassName = compact ? "gap-2" : "gap-3"; const footerGapClassName = compact ? "mt-2" : "mt-4"; + const sharePayload = createPlaceSharePayload(place, "list"); return (
+
{ + event.stopPropagation(); + }} + > + +
); })} @@ -208,9 +345,9 @@ function PlaceList({ function buildMapQuery(params: { bounds: PlaceBounds | null; category: string | null; - maxPrice: number | null; query: string | null; searchScope: PlaceSearchScope; + zoom?: number | null; }) { const search = new URLSearchParams(); @@ -230,24 +367,24 @@ function buildMapQuery(params: { search.set("scope", params.searchScope); } - if (params.maxPrice) { - search.set("maxPrice", String(params.maxPrice)); + if (params.zoom !== null && params.zoom !== undefined) { + search.set("zoom", String(params.zoom)); } return search.toString(); } -function serializeBounds(bounds: PlaceBounds | null) { +function roundBounds(bounds: PlaceBounds | null) { if (!bounds) { - return "global"; + return null; } - return [ - bounds.minLat.toFixed(4), - bounds.maxLat.toFixed(4), - bounds.minLng.toFixed(4), - bounds.maxLng.toFixed(4), - ].join(":"); + return { + minLat: Number(bounds.minLat.toFixed(4)), + maxLat: Number(bounds.maxLat.toFixed(4)), + minLng: Number(bounds.minLng.toFixed(4)), + maxLng: Number(bounds.maxLng.toFixed(4)), + }; } export function MapExplorer({ @@ -256,107 +393,178 @@ export function MapExplorer({ category, currentMapHref, initialBounds, - maxPrice, + initialCount, + mapMarkers, + markerMode, + prefetchedOnServer, places, query, searchScope, selectedCategoryLabel, }: MapExplorerProps) { const [visiblePlaces, setVisiblePlaces] = useState(places); + const [visibleMapMarkers, setVisibleMapMarkers] = useState(mapMarkers); + const [visibleMarkerMode, setVisibleMarkerMode] = useState(markerMode); + const [totalPlaceCount, setTotalPlaceCount] = useState(initialCount); const [selectedPlaceId, setSelectedPlaceId] = useState(null); + const [selectedPlacePreview, setSelectedPlacePreview] = + useState(null); const [viewport, setViewport] = useState(null); - const [isFetchingPlaces, setIsFetchingPlaces] = useState(false); + const [isFetchingPlaces, setIsFetchingPlaces] = useState( + searchScope === "viewport" && !prefetchedOnServer, + ); const [fetchError, setFetchError] = useState(null); const [isMobileListOpen, setIsMobileListOpen] = useState(false); - const hasSkippedInitialViewportFetchRef = useRef(false); - const activeBounds = searchScope === "viewport" ? viewport?.bounds ?? null : null; - const boundsKey = serializeBounds(activeBounds); - const resolvedSelectedPlaceId = visiblePlaces.some( - (place) => place.id === selectedPlaceId, - ) - ? selectedPlaceId - : null; + const [mobileListSheetMode, setMobileListSheetMode] = + useState("peek"); + const [manualRefreshTick, setManualRefreshTick] = useState(0); + const shouldSkipInitialFetchRef = useRef(prefetchedOnServer); + const activeBounds = + searchScope === "viewport" + ? roundBounds(viewport?.bounds ?? initialBounds) + : null; + const hasViewportBounds = activeBounds !== null; + const requestSearch = buildMapQuery({ + bounds: activeBounds, + category, + query, + searchScope, + zoom: searchScope === "viewport" ? viewport?.zoom ?? null : null, + }); + const resolvedSelectedPlaceId = selectedPlaceId; + const displayPlaces = visiblePlaces.slice(0, PLACE_LIST_RENDER_LIMIT); + const isServerTrimmed = visiblePlaces.length < totalPlaceCount; + const isListTrimmed = displayPlaces.length < visiblePlaces.length; + const displayMapMarkers = useMemo( + () => + visibleMapMarkers.filter((marker) => + visibleMarkerMode === "cluster" + ? marker.kind === "cluster" + : marker.kind === "place", + ), + [visibleMapMarkers, visibleMarkerMode], + ); const selectedPlace = - visiblePlaces.find((place) => place.id === resolvedSelectedPlaceId) ?? null; + (selectedPlacePreview?.id === resolvedSelectedPlaceId + ? selectedPlacePreview + : null) ?? + visiblePlaces.find((place) => place.id === resolvedSelectedPlaceId) ?? + visibleMapMarkers.find( + (marker): marker is Extract => + marker.kind === "place" && marker.id === resolvedSelectedPlaceId, + ) ?? + null; const listDescription = getListDescription({ query, searchScope, viewport, }); + const refreshAction: RefreshActionState | null = + searchScope === "viewport" + ? { + isVisible: true, + isLoading: isFetchingPlaces, + onRefresh: () => { + setFetchError(null); + setManualRefreshTick((current) => current + 1); + }, + } + : null; + const closeMobileList = () => { + setIsMobileListOpen(false); + setMobileListSheetMode("peek"); + }; + const expandMobileList = () => { + setMobileListSheetMode("expanded"); + }; + const collapseMobileList = () => { + setMobileListSheetMode("peek"); + }; + const mobileListSheetGesture = useMobileSheetGesture({ + enabled: isMobileListOpen, + mode: mobileListSheetMode, + onClose: closeMobileList, + onCollapse: collapseMobileList, + onExpand: expandMobileList, + }); useEffect(() => { - setVisiblePlaces(places); - }, [places]); - - useEffect(() => { - if (searchScope === "viewport" && !activeBounds) { + if (searchScope === "viewport" && !hasViewportBounds) { return; } - if ( - searchScope === "viewport" && - !hasSkippedInitialViewportFetchRef.current - ) { - hasSkippedInitialViewportFetchRef.current = true; + if (shouldSkipInitialFetchRef.current) { + shouldSkipInitialFetchRef.current = false; return; } const controller = new AbortController(); - const search = buildMapQuery({ - bounds: activeBounds, - category, - maxPrice, - query, - searchScope, - }); - - fetch(`/api/places/map?${search}`, { - cache: "no-store", - signal: controller.signal, - }) - .then(async (response) => { - if (!response.ok) { - throw new Error("지도 영역의 장소를 불러오지 못했습니다."); - } + const fetchTimeoutId = window.setTimeout(() => { + setIsFetchingPlaces(true); + setFetchError(null); - return (await response.json()) as MapPlacesResponse; + fetch(`/api/places/map?${requestSearch}`, { + cache: "no-store", + signal: controller.signal, }) - .then((result) => { - startTransition(() => { - setVisiblePlaces(result.items); + .then(async (response) => { + if (!response.ok) { + throw new Error("지도 영역의 장소를 불러오지 못했습니다."); + } + + return (await response.json()) as MapPlacesResponse; + }) + .then((result) => { + startTransition(() => { + setVisiblePlaces(result.items); + setVisibleMapMarkers(result.mapMarkers); + setVisibleMarkerMode(result.markerMode); + setTotalPlaceCount(result.count); + setIsFetchingPlaces(false); + }); + }) + .catch((error: unknown) => { + if (controller.signal.aborted) { + return; + } + + setFetchError( + error instanceof Error + ? error.message + : "지도 영역의 장소를 불러오지 못했습니다.", + ); setIsFetchingPlaces(false); }); - }) - .catch((error: unknown) => { - if (controller.signal.aborted) { - return; - } - - setFetchError( - error instanceof Error - ? error.message - : "지도 영역의 장소를 불러오지 못했습니다.", - ); - setIsFetchingPlaces(false); - }); + }, 180); return () => { + window.clearTimeout(fetchTimeoutId); controller.abort(); }; - }, [activeBounds, boundsKey, category, maxPrice, query, searchScope]); + }, [ + hasViewportBounds, + manualRefreshTick, + prefetchedOnServer, + requestSearch, + searchScope, + ]); const handlePlaceSelect = (placeId: string) => { setSelectedPlaceId(placeId); - setIsMobileListOpen(false); + setSelectedPlacePreview( + visiblePlaces.find((place) => place.id === placeId) ?? null, + ); + closeMobileList(); + }; + + const handleMapPlaceSelect = (place: PlacePreviewRecord) => { + setSelectedPlaceId(place.id); + setSelectedPlacePreview(place); + closeMobileList(); }; const handleViewportChange = (nextViewport: MapViewport) => { setViewport(nextViewport); - - if (searchScope === "viewport" && hasSkippedInitialViewportFetchRef.current) { - setIsFetchingPlaces(true); - setFetchError(null); - } }; const handlePlaceReactionChange = (nextState: PlaceReactionUpdate) => { @@ -372,23 +580,50 @@ export function MapExplorer({ : place, ), ); + setVisibleMapMarkers((currentMarkers) => + currentMarkers.map((marker) => { + if (marker.kind !== "place" || marker.id !== nextState.placeId) { + return marker; + } + + return { + ...marker, + likeCount: nextState.likeCount, + dislikeCount: nextState.dislikeCount, + viewerReaction: nextState.viewerReaction, + }; + }), + ); + setSelectedPlacePreview((currentPlace) => + currentPlace && currentPlace.id === nextState.placeId + ? { + ...currentPlace, + likeCount: nextState.likeCount, + dislikeCount: nextState.dislikeCount, + viewerReaction: nextState.viewerReaction, + } + : currentPlace, + ); }; return ( -
-
-
+
+
+
@@ -396,14 +631,17 @@ export function MapExplorer({
- {visiblePlaces.length}곳 + {totalPlaceCount}곳
@@ -417,25 +655,26 @@ export function MapExplorer({

- {visiblePlaces.length}곳 + {totalPlaceCount}곳

- {fetchError ? ( -
- {fetchError} -
- ) : null} - {isFetchingPlaces ? ( -
- 현재 지도 영역의 장소를 불러오는 중입니다. -
- ) : null} + {isMobileListOpen ? ( -
+
+
-
- {fetchError ? ( -
- {fetchError} -
- ) : null} - {isFetchingPlaces ? ( -
- 현재 지도 영역의 장소를 불러오는 중입니다. -
- ) : null} +
+ setSelectedPlaceId(null)} + onClose={() => { + setSelectedPlaceId(null); + setSelectedPlacePreview(null); + }} onPlaceReactionChange={handlePlaceReactionChange} />
diff --git a/src/features/places/place-comments-section.tsx b/src/features/places/place-comments-section.tsx index 8eb82a6..7638557 100644 --- a/src/features/places/place-comments-section.tsx +++ b/src/features/places/place-comments-section.tsx @@ -2,6 +2,7 @@ import { useState, useTransition } from "react"; +import { getRateLimitFeedbackMessage } from "@/lib/rate-limit-feedback"; import type { PlaceComment } from "@/features/places/types"; type PlaceCommentsSectionProps = { @@ -12,6 +13,7 @@ type PlaceCommentsSectionProps = { type CommentActionResponse = { ok: boolean; message: string; + retryAfterMs?: number; item?: PlaceComment | null; deletedCommentId?: string | null; }; @@ -36,7 +38,14 @@ export function PlaceCommentsSection({ }); const result = (await response.json()) as CommentActionResponse; - setMessage(result.message); + setMessage( + getRateLimitFeedbackMessage({ + response, + message: result.message, + retryAfterMs: result.retryAfterMs, + defaultMessage: "코멘트 등록 요청이 너무 빠릅니다.", + }), + ); if (!response.ok || !result.ok || !result.item) { return; @@ -86,22 +95,19 @@ export function PlaceCommentsSection({