> 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/latest-release/geo-prospector-6.7.23.1.md).

# Geo Prospector 6.7.23.1

Released 2026-07-24.

Geo Prospector v6.7.23.1 improves B2B prospecting safety, scraping continuity, plan limits, Email Finder capacity, and processing-time estimates.

## Highlights

* Canonical Google Maps categories are enforced before B2B scraping.
* Custom free-text category injection has been removed.
* Market Research labels remain isolated from executable B2B categories.
* Scraping limits are now aligned with the active license:
  * Free: 50 results per search
  * Starter: 500 results per search
  * Business: 1,000 results per search
  * Enterprise: 5,000 results per search
* Stopping a scrape now preserves partial results.
* Stopped sessions retain their actual history count and status.
* Credits are deducted once according to the results actually saved.
* Email Finder now accepts up to 5,000 domains in both the UI and protected backend.
* Email Finder elapsed time uses real seconds.
* Email Finder live ETA is calculated from completed websites.
* Email Finder initial ETA was calibrated from nine benchmark runs.
* B2B ETA now scales for targets from 500 to 5,000 and avoids unstable estimates during the first few results.
* The application UI, logs, validation messages, and active Dart source passed the English and mojibake audit.
* The self-contained runtime, protected Email Finder backend, and signed security anchor are included in the installer.

## Installer

* File: `GeoProspectorSetup.exe`
* FileVersion: `6.7.23.1`
* ProductVersion: `6.7.23.1`
* Size: `264037836 bytes`
* SHA-256: `6785F71605AB56C9ACAD611AFF58FD598FABD23230A0AEF02420937C49F7840D`

## Verification

```powershell
Get-FileHash `
  -LiteralPath ".\GeoProspectorSetup.exe" `
  -Algorithm SHA256
```

Expected SHA-256:

```
6785F71605AB56C9ACAD611AFF58FD598FABD23230A0AEF02420937C49F7840D
```

## Download

[Download GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.23.1/GeoProspectorSetup.exe)

## Documentation

[Open the Geo Prospector documentation](https://visi-digital-internasional.gitbook.io/geo-prospector)

## Security

Geo Prospector Established Edition uses an Ed25519-signed security anchor, build-integrity validation, device-bound licensing, and clock rollback protection. Private signing material is not included in the application or installer.


---

# 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/latest-release/geo-prospector-6.7.23.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.
