> For the complete documentation index, see [llms.txt](https://visi-digital-internasional.gitbook.io/geo-prospector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/release-notes/6.7.25.1.md).

# 버전 6.7.25.1

출시됨 **2026년 7월 24일**.

Geo Prospector Established Edition 6.7.25.1은 지역 타겟팅, 계획 용량, 카테고리 관련성, 결과 없음 처리, 진행 정확도, 안전한 런타임 패키징을 개선합니다.

## 구조화된 위치 타겟팅

* 확장된 위치 계층을 통해 국가 → 주/도 → 도시 타겟팅을 사용할 수 있습니다.
* 구조화된 지역 쿼리 계획을 통해 국가 수준 및 주/도 수준 검색이 계속됩니다.
* 선택한 타깃 카테고리는 지역 범위가 확장되어도 계속 표준으로 유지됩니다.

## 플랜 한도

| 플랜     | 검색당 최대 데이터 |
| ------ | ---------: |
| 무료     |         50 |
| 스타터    |        500 |
| 비즈니스   |      1,000 |
| 엔터프라이즈 |      5,000 |

## 카테고리 및 결과 없음 처리

* 제어된 관련 카테고리 매칭은 유용한 Google Maps 범위를 개선합니다.
* 관련 없는 카테고리는 계속 제외됩니다.
* 후보 소진은 치명적인 종료 코드 오류가 아니라 유효한 완료 상태로 처리됩니다.
* 유효한 검색 결과가 없으면 명확한 결과 없음 메시지가 표시됩니다.

## 진행률 및 크레딧

* 진행률은 저장된 유효 행을 반영합니다.
* 유효한 행이 0개인 경우 더 이상 완료된 타깃 결과로 표시되지 않습니다.
* 크레딧 사용량은 애플리케이션에 로드된 유효 행을 기준으로 합니다.
* 유효한 검색 결과가 없으면 리드 크레딧이 0개 소모됩니다.

## 안전한 런타임

이 릴리스에는 다음이 포함됩니다:

* 공개 검증 키 확립
* 서명된 보안 앵커 매니페스트 및 서명
* 기기 바인딩 활성화
* 시계 롤백 보호
* 번들된 Node.js 런타임
* 번들된 Playwright Chromium
* 보호된 Python Email Finder 백엔드

개인 서명 시드는 프로젝트 외부에 유지되며 설치 프로그램에 포함되지 않습니다.

## 설치 프로그램 검증

| 속성                           | 값                                                                  |
| ---------------------------- | ------------------------------------------------------------------ |
| 설치 프로그램                      | `GeoProspectorSetup.exe`                                           |
| 크기                           | `273765875바이트` (261.08 MiB)                                        |
| 설치 프로그램 SHA-256              | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| `geo_prospector.exe` SHA-256 | `A56DA0086E84B6FB4D58D40C07CA1E5A9F47C73113330AA77B36C68F116122EE` |
| `data/app.so` SHA-256        | `5291341EB9DC45BA5414C82FC18766F5AA70E5CE8BDC0C66065C74E445856480` |

* [설치 프로그램 다운로드](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* [GitHub 릴리스를 보기](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* [업데이트 가이드 읽기](/geo-prospector/geo-prospector-ko/updates-and-security/updating.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-ko/release-notes/6.7.25.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
