Sentiment Analyzer avatar

Sentiment Analyzer

Try for free

3 days trial then $4.00/month - No credit card required now

View all Actors
Sentiment Analyzer

Sentiment Analyzer

canadesk/sentiment-analyzer
Try for free

3 days trial then $4.00/month - No credit card required now

Returns sentiment (Positive, Neutral, Negative) and confidence.

You can access the Sentiment Analyzer 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  "text": "I'\''m very happy!",
3  "proxy": {
4    "useApifyProxy": true
5  }
6}' |
7apify call canadesk/sentiment-analyzer --silent --output-dataset

Sentiment Analyzer API through CLI

The Apify CLI is the official tool that allows you to use Sentiment Analyzer locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 2 stars
  • 100.0% runs succeeded
  • Created in Sep 2023
  • Modified 11 months ago