🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

n8n-nodes-outscraper

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-outscraper

n8n node to integrate with Outscraper API

0.1.5
latest
Source
npm
Version published
Weekly downloads
210
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-outscraper

Outscraper Logo

This is an n8n community node for integrating with the Outscraper API. It allows you to automate data extraction from various online platforms including Google Maps, Google Search, YouTube, Trustpilot, TripAdvisor, Expedia, and G2 Reviews.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Usage
Resources
Version History

Installation

Follow the installation guide in the n8n community nodes documentation.

For users on n8n v0.187+:

  • Go to Settings > Community Nodes
  • Select Install
  • Enter n8n-nodes-outscraper in the input field
  • Agree to the risks of using community nodes
  • Click Install

Manual Installation

To install the node manually:

  • Open your n8n installation folder
  • Go to the node_modules folder
  • Create a new folder called n8n-nodes-outscraper
  • Download the latest release and extract it into the folder
  • Restart n8n

npm Installation

To install via npm:

npm install n8n-nodes-outscraper

Operations

The Outscraper node supports the following platforms and operations:

Google Maps

  • Search: Search for businesses on Google Maps
  • Reviews: Get reviews for businesses on Google Maps
  • Photos: Get photos for businesses on Google Maps
  • Search: Perform Google search queries

Credentials

To use this node, you need an Outscraper API key.

Usage

  • Add the Outscraper node to your workflow
  • Select the resource (e.g., Google Maps) you want to work with
  • Choose the operation (e.g., Search, Reviews)
  • Configure the required parameters
  • Connect the node to the rest of your workflow

Example: Search for Businesses on Google Maps

  • Add the Outscraper node
  • Select Google Maps as the resource
  • Select Search as the operation
  • Enter your search query (e.g., "coffee shops in New York")
  • Set additional parameters like limit, async mode, etc.
  • Run the workflow to get the search results

Resources

Version History

0.1.5

  • Added support for geocoding operations (Geocode and Reverse Geocode)
  • Enhanced operations with prices functionality
  • Improved field configurations and routing options

0.1.4 (2025-06-26)

  • Enhanced field configurations with additional parameters

0.1.3 (2025-06-26)

  • Improved routing and display options

0.1.2 (2025-06-26)

  • Refactored node structure for better maintainability
  • Updated field configurations with improved descriptions
  • Enhanced error handling and validation

0.1.1 (2025-06-25)

  • Fixed minor bugs and improved stability
  • Updated dependencies and documentation

0.1.0 (2025-06-25)

  • Initial release
  • Support for Google Maps, Google Search

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 27 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts