Check Your Products Health
Enter Product Code (ASIN): ASIN is a 10 digit number
Generate
Refresh
{% 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 %}
{% endif %}
Negative Reviews: {{ "%.2f"|format(result.negative_percentage) }}%
{% if result.negative_wordcloud %}
{% endif %}
{% endif %}