Marketplace Free Gift Data Optimizer
This tool processes and optimizes raw scraped data from Amazon.in free gift promotions. It’s for Python developers and data analysts who need to clean, deduplicate, and structure messy scraped data into a usable format. The key benefit is turning unstructured scraped output into clean, analysis-ready CSV or JSON files. Features Deduplicates entries based on product ID and title Standardizes inconsistent date and price formats Extracts and validates product URLs from raw HTML snippets Filters out-of-stock or expired promotions based on timestamps Exports cleaned data to CSV or JSON with configurable schemas Usage import amazon_gift_optimizer optimizer....