> For the complete documentation index, see [llms.txt](https://docs.telespace.site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.telespace.site/funkcii/parsing-auditorii/dlya-parsinga-neobkhodimo.md).

# Для Парсинга необходимо

**Для парсинга необходимо:**&#x20;

* создать текстовый файл "чат в парсинг" ( это обычный файл txt, блокнот) на рабочем столе.&#x20;
* найти чат в телеграм: заходим в телеграмм, в строке поиска пишем ключевые слова для поиска чата, с которого мы хотим спарсить аудиторию (например, коучинг, млм, здоровье) заходим в чат, открываем информацию о чате и копируем ссылку на этот чат.
* заходим в текстовый файл и вставляем в него ссылку на чат.
*

```
<figure><img src="/files/J7JA2nLt3adO2yLK7yA1" alt=""><figcaption></figcaption></figure>
```

**Чтобы запустить парсинг аудитории:**&#x20;

* Заходим в telespace, выбираем <mark style="color:blue;">сбор аудитории</mark>
* выбираем <mark style="color:blue;">группу</mark> <mark style="color:blue;">аккаунтов для работы</mark> (как создать группу аккаунтов смотреть в разделе [<mark style="color:green;">добавление аккаунтов</mark>](/funkcii/menedzher-akkauntov/redaktirovanie-akkauntov.md)), в зависимости от количества аудитории чата (один аккаунт может спарсить до 10000 тысяч аудитории, с чата можно спарсить не больше 10000).
*

```
<figure><img src="/files/mwlHLHTQwfgt8rs0c3wU" alt=""><figcaption></figcaption></figure>
```

* <mark style="color:blue;">выбираем список чатов</mark>, нажимаем + и выбираем текстовый файл "чат в парсинг" и нажимаем <mark style="color:blue;">открыть</mark>.
*

```
<figure><img src="/files/PSIZi6K3J5nPStgLhu7i" alt=""><figcaption></figcaption></figure>
```

*

```
<figure><img src="/files/DkSD2ZqPWDNBpDRc83Y9" alt=""><figcaption></figcaption></figure>
```

* выбираете <mark style="color:blue;">какие аккаунты собирать</mark>.
*

```
<figure><img src="/files/nBQWFQyseq0DeSe02lEM" alt=""><figcaption></figcaption></figure>
```

* нажимаем кнопку <mark style="color:blue;">запустить</mark>(если у вас появилась красная надпись " не удалось авторизоваться в аккаунт" - это значит, что аккаунт забанен, его удалили).
* после сбора аудитории, на рабочем столе появится папка с результатами (в которой у вас появятся все логины, которые вы спарсили с чата).
*

```
<figure><img src="/files/n0HjMRgxDD8IhlaqMDQ9" alt=""><figcaption></figcaption></figure>
```


---

# 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://docs.telespace.site/funkcii/parsing-auditorii/dlya-parsinga-neobkhodimo.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.
