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
Example Workflows
Resources
Version History
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-outscraperin the input field - Agree to the risks of using community nodes
- Click Install
To install the node manually:
- Open your n8n installation folder
- Go to the
node_modulesfolder - Create a new folder called
n8n-nodes-outscraper - Download the latest release and extract it into the folder
- Restart n8n
To install via npm:
npm install n8n-nodes-outscraperThe Outscraper node supports the following platforms and operations:
- 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
- Find Emails & Contacts: Find email addresses, social links, and phones from domains
- Validate Email: Validate email addresses before outreach
To use this node, you need an Outscraper API key.
- Create an account on Outscraper
- Navigate to the account page to get your API key
- In n8n, create new credentials of type Outscraper API
- Enter your API key and the API URL (default: https://api.outscraper.cloud)
- 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
- 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
Importable n8n workflow templates are available in the examples folder:
- AI-powered lead generation pipeline: Google Maps search, contact enrichment, email validation, lead scoring, and CRM push
- Review sentiment analysis workflow: Review extraction, OpenAI sentiment analysis, and Slack notification
- Competitor monitoring agent: Scheduled Google Maps scraping, snapshot comparison, AI summary, and Slack alert
- Changed the refreshed n8n node type version to integer
2so n8n accepts the updated resource options
- Added node type version
1.1so n8n refreshes the updated Outscraper resource list
- Added Email Validator as a first-class Outscraper node resource
- Updated the lead generation example to use Outscraper credentials for email validation
- Fixed the lead generation example normalizer to handle nested Outscraper response arrays such as
data: [[...businesses]]
- Added importable n8n workflow examples for lead generation, review sentiment analysis, and competitor monitoring
- Included the
examplesfolder in the npm package
- Added nested JSON schema builder support with path syntax
- Use dots for objects and
[]for arrays, for exampleproducts[].title - Supported building arrays of objects such as product lists with title, price, and description fields
- Fixed AI Scraper request routing to use
POST /ai-scraper - Added optional JSON schema support with visual field builder and raw JSON modes
- Added
Use Schematoggle so schema fields stay hidden until needed - Updated AI Scraper request body to send
query,prompt,schema,async, andwebhook
- New service AI Scraper
- Fixed screenshot service
- Added Emails & Contacts scraper
- Fixed support for operations
- Added support for geocoding operations (Geocode and Reverse Geocode)
- Enhanced operations with prices functionality
- Improved field configurations and routing options
- Enhanced field configurations with additional parameters
- Improved routing and display options
- Refactored node structure for better maintainability
- Updated field configurations with improved descriptions
- Enhanced error handling and validation
- Fixed minor bugs and improved stability
- Updated dependencies and documentation
- Initial release
- Support for Google Maps, Google Search
