> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/about/blog/listly-hack-all-the-ways-to-scrape-google-maps.md).

# Listly Hack: All the ways to scrape Google Maps

Everyone thinks scraping Google Maps reviews requires coding skills or expensive tools. Well, it doesn't. Here are two hacks that get you every review in minutes — no code, no headaches!

## 🧙 Hack #1: Listly Part

{% stepper %}
{% step %}

### Open any place on Google Maps and hit the **Reviews** tab

<figure><img src="/files/NI9dY8MX2ESEh3wXJ2F5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click the \[Listly] extension and hit the \[Part] button

Then you'll be redirected to Listly's Result page, where you'll find the reviews.

#### 🤫 The secret

Google Maps only loads reviews as you scroll. So here's the trick most people miss:

{% hint style="info" %}
**Scroll the review panel all the way down before you click.** Every review you load is a review you can capture. The more you scroll, the more you can scrape.
{% endhint %}
{% endstep %}

{% step %}

### Download your data

Click **Excel** or **Google Sheets** to download your data!

<div><figure><img src="/files/5obC3Br1uEhQ4OtUAfR9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/b6aogBXqwwhwVPRAhMHH" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

## 🧙 Hack #2: [Open Codes](https://help.listly.io/~/revisions/4j0trvc2psTxnVVnMHZT/support/ecommerce-review-scraping)

Our **Open Code** feature is exactly what it sounds like: we already wrote the code, and we're giving it away. All you need to do is, copy-and-paste.

{% stepper %}
{% step %}

### Open any place on Google Maps and hit the **Reviews** tab

<figure><img src="/files/NI9dY8MX2ESEh3wXJ2F5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Open Developer Tools

Use the shortcut below to open the **Developer Tools** (DevTools) window. \
**Windows**: `Ctrl + Shift + I`\
**Mac**: `Option + Command + I`

<figure><img src="/files/Yp350UTTGvxhgyHuyL5w" alt=""><figcaption></figcaption></figure>

Then you'll be redirected to Listly's Result page, where you'll find the reviews.
{% endstep %}

{% step %}

### Copy and paste the Open Code

Just copy and paste the code customized to scrape reviews from Google Maps.

<figure><img src="/files/GFaw2qFzMyEZcUkQ0xLi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Watch the reviews getting scraped ✨

<figure><img src="/files/04wNhuMyXQz5jGGquHuI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click \[Listly Part] and select the \[Reviews Scraped: N] area

Then you'll be redirected to Listly's Result page, where you'll find the reviews.

<figure><img src="/files/cnPB1gsCqIIVsfF6NLKt" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Download your data

Click **Excel** or **Google Sheets** to download your data!

<div><figure><img src="/files/5obC3Br1uEhQ4OtUAfR9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/b6aogBXqwwhwVPRAhMHH" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

## Quick Cheat Sheet

|                  | ⚡ Listly Part                       | 🧙 Open Code         |
| ---------------- | ----------------------------------- | -------------------- |
| **Effort**       | One click (+ a little scrolling)    | Copy & paste         |
| **Best for**     | Scraping on the spot while browsing | Zero-setup shortcuts |
| **Skill needed** | None                                | Also none 😉         |

## Want More Cheat Codes?

Open Code works on way more than Google Maps! [Explore more Open Codes here](https://help.listly.io/~/revisions/yI4pXAplzF8IRmGl1fSR/support/ecommerce-review-scraping/status-page) and see what else you can unlock.

Got a specific site in mind, or need a **custom Google Maps scraper** built for your exact use case? Reach out to the [Listly team](https://www.listly.io/contact) and tell us what data you're after, and we'll show you the fastest way to get it.


---

# 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://help.listly.io/about/blog/listly-hack-all-the-ways-to-scrape-google-maps.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.
