> 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-ja/rirsunto/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 マップの有用なカバー範囲が向上します。
* 無関係なカテゴリは引き続き除外されます。
* 候補の枯渇は、致命的な終了コードエラーではなく、有効な完了状態として扱われます。
* 有効だが結果のない検索では、明確な結果なしメッセージが表示されます。

## 進捗とクレジット

* 進捗は、有効に保存された行を反映します。
* 有効な行が 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-ja/tosekyuriti/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-ja/rirsunto/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.
