npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@two02/n8n-nodes-google-maps-scraper

v1.0.12

Published

n8n custom nodes for GeoScraper API integration.

Readme

npm version

n8n-nodes-geoscraper

This is an n8n community node for Google Maps scraping, including places, reviews, and auto-search functionality.

Package

You can install this node from npm:

https://www.npmjs.com/package/@two02/n8n-nodes-google-maps-scraper

npm install @two02/n8n-nodes-google-maps-scraper

Geoscraper is a powerful tool for scraping Google Maps data, including reviews, search results, and auto search suggestions. It requires a Pro plan to access the API, but you can start with a free trial before paying. Obtain your API token by visiting https://geoscraper.net/api. Use this node to access n8n's Google Maps scraper capabilities.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node supports the following operations:

  • Scrape Google Maps reviews
  • Scrape Google Maps results
  • Scrape Google Maps auto search suggestions

Credentials

To use this node, you need a Geoscraper API token. You can get a token by signing up for a free trial or Pro plan at https://geoscraper.net/api. After signing up, copy your API token and add it to the node's credentials in n8n.


🚀 Special Promotion! 🚀

Use the code N8N to get a 35% lifetime discount on your Geoscraper subscription!


Unlimited Scraping Offer

💡 We offer unlimited scraping for a fixed monthly price — no pay-per-use charges!

Enjoy predictable costs and scrape as much as you need with your subscription.


Compatibility

  • Minimum n8n version: 1.95.3
  • Tested with: 1.95.3
  • Known issues: None

Usage

To automate the extraction of Google Maps data for your business or research needs, follow these steps to get started:

How to Get Your GeoScraper API Token

  1. Go to https://geoscraper.net/api.

  2. Log in or sign up for a free trial or Pro plan.

  3. Once logged in, you will see your API token on the dashboard. See the example below:

    Copy your API token from the GeoScraper dashboard

  4. Copy the API token.

  5. In n8n, add a new credential for the GeoScraper node and paste your API token into the appropriate field. See the example below:

    Paste your API token into n8n

Now you can use this node to automate Google Maps scraping in your workflows.

For more details on how to use the node, refer to the n8n documentation or the Geoscraper API docs.

Map Search

Use the Map Search operation to find places on Google Maps by location and query.

  • You can enter either a location name (e.g., "New York") or geographic coordinates (e.g., "40.7128,-74.0060").
  • Add your search query (e.g., "coffee shop").
  • Specify the page number you want to retrieve results from.

See the example below:

Map Search operation in n8n

Example Output

Once you have run the operation, you will get an output like this:

Map Search output example

If no data is found, you will see a message like this:

No data found output example

Review

Use the Review operation to gather reviews from Google Maps for a specific place.

  • First, obtain the Place Data ID from a previous Map Search operation.
  • Enter the Place Data ID into the Review operation to fetch reviews for that location.

See the example below:

Review operation in n8n

Fetching Additional Pages

If there are more reviews available, the response will include a next_page_token. Use this token in the Review operation to fetch the next page of reviews.

See the example below:

Using next_page_token for more reviews

Single Place Details

Use the Single Place Details operation to retrieve detailed information about a specific place on Google Maps.

  • You need to provide either the Data ID or the Place ID for the location you want details about.

See the example below:

Single Place Details operation in n8n

Example Output

The operation will return output like this:

Single Place Details output example

Google Maps Auto Search for Places

Use the Google Maps Auto Search operation to quickly find basic information about places.

  • This operation returns only coordinates, data_id, country code, and other basic details.
  • It is especially suitable for finding the data_id for single places.

See the example below:

Google Maps Auto Search operation in n8n

Resources

Version history

  • v1.0.10: Latest release.
  • v1.0.0: Initial release with support for Google Maps reviews, results, and auto search scraping.