Quick overview
This workflow runs daily (or on demand) to check Amazon search results for a list of keywords via Pangolinfo, calculates best organic and Sponsored ranks for specific ASINs, and emails a Markdown report only when rankings or ad visibility fall outside configured thresholds.
How it works
- Runs on a daily schedule at 08:00 (or manually) to start a monitoring cycle.
- Loads the monitoring settings, including keywords, tracked ASINs, Amazon marketplace/zipcode, rank thresholds, and alert email addresses.
- Splits the keyword list into individual monitoring jobs and validates limits (for example, max 20 keywords per run).
- Uses Pangolinfo’s Amazon Search API to retrieve current search results for each keyword in the selected marketplace and location.
- Parses the results to find the tracked ASINs, separates organic versus Sponsored placements, and calculates the best (lowest) rank for each.
- Aggregates all keyword checks into a single Markdown portfolio report and flags any items that are missing or exceed the organic/Sponsored rank thresholds.
- Sends the report by email only when attention is required; otherwise it returns a “healthy” summary with the report content.
Setup
- Self-host n8n and install/enable the
n8n-nodes-pangolinfo community node.
- Create a Pangolinfo API credential in n8n and select it on the Pangolinfo node.
- Configure the Monitoring Configuration values (keywords, tracked ASINs, site/marketplace, zipcode, rank thresholds, and alert from/to email addresses).
- Set up an SMTP email account/credentials in n8n for the Send Email node so alerts can be delivered.
- Optionally adjust the schedule trigger time to match when you want the daily checks to run.
Requirements
- Pangolinfo API key, self-hosted n8n with the n8n-nodes-pangolinfo community node, and SMTP credentials for email alerts.
Customization
- Change keywords, tracked ASINs, marketplace, zipcode, organic and Sponsored rank thresholds, schedule, or replace email with Slack, Teams, Google Sheets, Airtable, or a database.
Additional info
Amazon Scraper API: https://www.pangolinfo.com/amazon-scraper-api/
API documentation: https://docs.pangolinfo.com/en-api-reference/amazonApi/amazonScrapeAPI
Community node and source: https://github.com/Pangolin-spg/n8n-nodes-pangolinfo