Review Analysis Tool
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsReview Analysis Tool
This actor is a service that analyses the review and shares some important insights: * if the review is fake or no * review's polarity * keywords (or tags) * summary that can decease the review size up to 2 times with no meaning loss The model is based on dataset of reviews from Amazon (11GB)
You can access the Review Analysis Tool programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "reviewText": "This restaurant was terrible, the dish was cold and I even found a hair there!"
3}' |
4apify call ilya2108/reviewsanalysis --silent --output-dataset
Review Analysis Tool API through CLI
The Apify CLI is the official tool that allows you to use Review Analysis Tool locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: