Articles

This section presents selected articles on medium.com written by our experts.
September, 2024

Tracking Negative Reviews on Amazon with Python

Tracking Negative Reviews on Amazon with Python
Keeping track of negative comments on Amazon is crucial, as they can significantly impact sales. I’ve seen cases where clients only found out about negative reviews after noticing a drop in sales weeks later. To prevent such situations, we’ll develop a Python tracker script that scrapes Customer Reviews and promptly notifies you when a negative comment (customer review rating less than or equal to three) appears on one of your products.

September, 2024

Scraping Customer Reviews from Amazon Product Page with Python

Scraping Customer Reviews from Amazon Product Page with Python
When selling on Amazon, timely tracking of customer reviews for products is a crucial task. Customer reviews are vital for product promotion and successful sales. Gathering these reviews allows for analysis to understand any shortcomings of your product, identify areas for improvement, and most importantly, to promptly address any negative feedback.

June, 2024

Amazon Buy Box Tracking with Keepa and Python

Amazon Buy Box Tracking with Keepa and Python
For Amazon sellers, it is Essential to track their presence in the Buy Box for their products and quickly react if another seller takes over the Buy Box. Article describes how to build Buy Box Tracker using Python and Keepa API service.

May, 2024

Amazon Price History from Keepa with Python

Amazon Price History from Keepa with Python
Monitoring prices is crucial for pricing strategies or tracking competitors. Very often, data on products and their prices are the core for building effective analytics. Unfortunately, the Amazon products price history cannot be retrieved from the official Amazon SP-API (which only provides current prices). Article describes how to get Price History with Python and Keepa API service.