Skip to content

shikhamishra379/amazoncategorylistingaudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛒 Amazon Category Listing Auditor

Run Audit CI Python 3.10+ License: MIT

Audit Amazon product listings for field completeness and category-specific compliance. Supports Seller Central CSV exports, Amazon flat files (.xlsx/.txt), and ASIN lists.


🔍 What It Does

Amazon listings fail for many reasons — missing required fields, titles that are too long or too short, insufficient images, or category-specific attributes left blank. This tool audits your listings row-by-row and produces a scored, actionable report.

Key capabilities:

  • ✅ Checks all required fields per Amazon category
  • ✅ Detects title length violations and special characters
  • ✅ Validates bullet point character limits
  • ✅ Flags missing A+ Content where category-recommended
  • ✅ Scores each listing 0–100 so you can prioritize fixes
  • ✅ Exports Excel report with Summary tab and per-ASIN breakdown

📦 Supported Input Formats

Format Description
.csv Seller Central inventory/business report export
.xlsx Amazon flat file (handles metadata header rows)
.txt Tab-delimited flat file
ASIN list Comma-separated ASINs

🗂️ Supported Categories

Category Key Example Use Case
health_and_beauty Supplements, skincare, personal care
grocery Food, beverages, snacks
electronics Devices, accessories, cables
home_and_kitchen Cookware, furniture, décor
sporting_goods Fitness equipment, outdoor gear
generic Any unlisted category

🚀 Quick Start

pip install -r requirements.txt
python main.py --file my_inventory.csv --category health_and_beauty
python main.py --file flat_file.xlsx --category grocery --output report.xlsx
python main.py --asins B01N5IB20Q,B07XJ8C8F5 --category electronics

📁 Project Structure

About

Open-source tool to audit Amazon product listings for completeness and category compliance. Supports Seller Central CSV, flat files, and ASIN lists.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages