# Scraper Setup

Getting the scraper up and running requires a few preliminary steps:

1. Download the Maestro Scraper provided in our main updates channel [here](https://t.me/MaestroSniperUpdates/124) or through the [Downloads Section](/maestro-scraper/scraper-download-links.md). <mark style="color:red;">DO NOT DOWNLOAD IT FROM ANY OTHER SOURCE</mark>.
2. Install and launch the scraper, and you’ll be asked to supply an api id and api hash. You can get these by following steps 3 through 9.
3. Disable AdBlocker and any VPN extensions if you are using Google Chrome, and then:
4. Go to [my.telegram.org](https://my.telegram.org). <mark style="color:red;">DO NOT FOLLOW ANY OTHER LINKS</mark>.
5. Enter your phone number. Make sure to select the phone number of the Telegram account connected with the Maestro Sniper Bot. Otherwise, scraping will not work. After you press Next, the site will request an access code.
6. The code will be sent by the official Telegram account to your Telegram. <mark style="color:red;">DO NOT SHARE THIS CODE WITH ANYONE</mark>. Use the access code to login.
7. After logging in, select API Development Tool.
8. Fill out the form:
   * App Title: Maestro Scraper
   * Short Name: Scraper
   * URL: <https://my.telegram.org/>
   * Platform: Desktop
9. Select Create Application. You will now have access to your api id and api hash. <mark style="color:red;">DO NOT SHARE THESE WITH ANYONE</mark>.
10. Go back to the scraper and enter your api id and api hash.
11. Enter your phone number (with the international code). The scraper will request an access code and a password. If you don’t have Two-Factor Authentication (2FA) enabled in your Telegram account, you can leave the password field empty.
12. The code will be sent by the official Telegram account to your Telegram. Use it to finalize the setup. If you face errors while connecting, enable VPN and try again.

You should now be logged in to the scraper. Let’s look at how it interacts with the bot.


---

# Agent Instructions: 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:

```
GET https://docs.maestrobots.com/maestro-scraper/scraper-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
