Find your blue-ocean Amazon niche

High demand, low competition โ€” that's the dream. This free tool scores Amazon niches from Pangolinfo's filter_niches data so you can spot opportunities before everyone else.

Fork it on GitHub

โœจ What it does

๐Ÿ” Niche discovery

Queries Pangolinfo for niches in your marketplace, filtered by search volume, price band, and brand saturation.

๐ŸŒŠ Blue-ocean score

Each niche gets a score of search_volume รท (brand_count + 1) โ€” high demand divided by competition.

๐Ÿšฉ Opportunity flags

Niches meeting your min-volume / max-brands / price window are flagged automatically in the report.

๐Ÿ—“๏ธ Daily scans

A GitHub Actions workflow re-runs every day and commits fresh results, so the data never goes stale.

๐Ÿš€ Quick start

# 1. Fork & clone
git clone https://github.com/pangolinfoapi/amazon-niche-finder
cd amazon-niche-finder

# 2. Configure your queries
cp niches.example.json niches.json
#   edit niches.json

# 3. Run locally
export PANGOLIN_TOKEN=eyJ...your_jwt
python3 niche_finder.py run
python3 niche_finder.py report

Add the PANGOLIN_TOKEN repository secret and the daily workflow handles the rest.

๐ŸŒ Part of the Pangolinfo tool family