Check Your Products Health

Enter Product Code (ASIN): ASIN is a 10 digit number
{% if error %}
{{ error }}
{% endif %} {% if result %}

Product ID: {{ result.product_code }}

Total Reviews: {{ result.total_reviews }}

Positive Reviews: {{ "%.2f"|format(result.positive_percentage) }}%

{% if result.positive_wordcloud %} Positive Reviews Word Cloud {% endif %}

Negative Reviews: {{ "%.2f"|format(result.negative_percentage) }}%

{% if result.negative_wordcloud %} Negative Reviews Word Cloud {% endif %}
{% endif %}