# Google Maps Scraper

In order to use the Google Maps Scraper you will need a google api key. You can find a video on how to set it up [here](https://vimeo.com/488270632?quality=1080p). The password can be found on discord in the [#video-tutorials](https://discordapp.com/channels/653728748104843265/784463178398040085/785268951176970240) channel.

{% hint style="info" %}
The Maps scraper is free of charge untill a certain degree, together with the 300$ free bonus you will have room for 10´s of thousands of addresses.&#x20;
{% endhint %}

The maps scraper comes in 2 iterations:

### `- Custom Coordinates (Recommended) -`

With the custom coordinates version of the maps scraper you will need to fill **MapsScraperCoordinates.json** found in the main directory of the bot. To get these coordinates simpy go to [google maps](https://www.google.com/maps) and click any point on the map. You will see the coordinates in the bottom as shown below.

![](/files/-MNzDjRkhW3rYKtC3Dzx)

Now what you want to do is create a pentagon of 5 coordinate points and put them into MapsScraperCoordinates.json, the bot will then scrape random addresses from within the pentagon youve drawn out.

![](/files/-MNzEijbk_1c378XVHTn)

Once finished you will be left with a profile in your Profiles folder which just needs emails and phone numbers to be ready to enter raffles.

### `- Pre Defined Countries -`

This will do the same as the above version, with the difference that you have pre-defined countries to choose from and wont have to plot your own coordinates. Its slower, hits less addresses and does not allow for city level targeting etc.&#x20;


---

# 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://guide-primeraffles.gitbook.io/primeraffles-guide-1-5/the-bot-explained/create-edit-profiles/google-maps-scraper.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.
