A self-hosted, open-source rank tracker. Point it at your ASINs and keywords, and GitHub Actions checks positions every day, commits the history, and renders a report. No servers, no fees.
Fork it on GitHubEvery day, the workflow queries Amazon search results for your target keywords and records where each ASIN lands โ organic and sponsored.
Each run upserts into a local SQLite database, preserving the first-seen date so you can watch momentum build over weeks.
A human-readable reports/latest.md is generated and committed, so the trend is visible right in the repo.
Uses the Pangolinfo MCP search_amazon tool โ the same engine behind the official Pangolin-spg scrapers.
# 1. Fork & clone the repo git clone https://github.com/pangolinfoapi/amazon-keyword-rank-tracker cd amazon-keyword-rank-tracker # 2. Add your targets (ASINs + keywords) cp targets.example.json targets.json # edit targets.json # 3. Run locally with your Pangolinfo token export PANGOLIN_TOKEN=eyJ...your_jwt python3 rank_tracker.py run python3 rank_tracker.py report
In GitHub, add a repository secret PANGOLIN_TOKEN and the daily workflow runs itself.
โ Blue-Ocean Niche Finder โ Google Trends Tracker โ Review Analyzer โ Official Scrape API โ 56 โ Scraper CLI โ 8 โ pangolinfo.com