> 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/prospecting-workflows/email-finder.md).

# 이메일 찾기

이메일 찾기는 선택한 레코드와 연결된 웹사이트에서 공개 비즈니스 이메일 주소를 찾아내려고 합니다.

## 다음 경우에 사용하세요

* 이메일 아웃리치가 작업 흐름의 일부인 경우
* 전화나 WhatsApp을 넘어서는 비즈니스 연락 채널이 필요한 경우
* 검증된 잠재고객 목록을 만드는 경우

## 예상 동작

웹사이트를 확인해야 하므로 이메일 찾기로 작업 시간이 늘어납니다. 다음 경우에는 일부 레코드의 이메일 필드가 여전히 비어 있습니다:

* 사용 가능한 웹사이트가 없음
* 웹사이트에 연결할 수 없음
* 공개 이메일이 표시되지 않음
* 사이트가 자동 접근을 차단함
* 검색된 정보가 검증을 통과하지 못함

중복 사전 필터링 후 이메일 찾기를 사용하여 최종 결과에 포함되지 않을 레코드를 보강하지 않도록 하세요.


---

# 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/prospecting-workflows/email-finder.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.
