This Python script processes exported Amazon product data (CSV/JSON) to extract and organize brand names and active promotion details. It’s for developers and analysts who need to analyze competitor promotions and brand presence without live scraping. The key benefit is clean, structured data from your own exports.
Features
- Parse exported Amazon product listings from CSV or JSON files
- Extract and deduplicate brand names from product data
- Identify and list promotion keywords (e.g., ‘deal’, ‘off’, ‘coupon’)
- Output structured results to new CSV or JSON files
- Configurable keyword list for identifying promotion types
Usage
python amazon_brand_scraper.py --input exported_products.csv --output brand_report.json
Requirements
Python 3.8+. Install dependencies:
pip install -r requirements.txt
Download
Buy once, download immediately. ZIP includes the full script, README, and usage examples.
License
Personal & Commercial Use. You may use this tool in your own personal and commercial projects. Redistribution or resale of the source code is not permitted.