VOOZH about

URL: https://apify.com/george.the.developer/sentiment-analysis-api

⇱ Sentiment Analysis API, Text Emotion & Tone Detector Β· Apify


πŸ‘ Sentiment Analysis API, Text Emotion & Tone Detector avatar

Sentiment Analysis API, Text Emotion & Tone Detector

Pricing

from $3.00 / 1,000 text analyzeds

Go to Apify Store

Sentiment Analysis API, Text Emotion & Tone Detector

Analyze text sentiment in real time. Returns positive, negative, or neutral with confidence score. Detects emotion words, handles negation. No external API costs. Built for brand monitoring, review analysis, and social media pipelines.

Pricing

from $3.00 / 1,000 text analyzeds

Rating

0.0

(0)

Developer

πŸ‘ George Kioko

George Kioko

Maintained by Community

Actor stats

0

Bookmarked

0

Total users

0

Monthly active users

2 months ago

Last modified

Categories

Share

Sentiment Analysis API

Analyze text sentiment instantly. Returns positive, negative, or neutral with a confidence score. No external AI costs. Runs entirely on a built in word lexicon.

What you get

  • Sentiment label: positive, negative, or neutral
  • Score from -1 (very negative) to +1 (very positive)
  • Confidence score (0 to 1)
  • List of positive and negative words found
  • Negation detection ("not good" correctly scores as negative)

Who uses this

  • Brand monitoring teams analyzing thousands of mentions
  • Review analysis pipelines processing customer feedback
  • Social media monitoring checking sentiment trends
  • Content teams auditing tone before publishing
  • Research projects analyzing public discourse

API (Standby Mode)

Instant response, no cold start.

Analyze text (GET)

GET /analyze?text=I love this product it is amazing

Analyze text (POST, for longer text)

POST /analyze
Content-Type:application/json
{"text":"The customer service was terrible and nobody helped me resolve the issue"}

Response

{
"text":"I love this product it is amazing",
"sentiment":"positive",
"score":0.7,
"confidence":0.85,
"details":{
"wordCount":8,
"matchedWords":2,
"positiveWords":["love","amazing"],
"negativeWords":[],
"totalScore":7,
"averageScore":3.5
},
"analyzedAt":"2026-04-12T15:00:00Z"
}

Health check

GET /health

How it works

Uses a lexicon of 200+ sentiment scored words (based on the AFINN word list, public domain). Each word has a score from -5 (strongly negative) to +5 (strongly positive). The analyzer tokenizes your text, looks up each word, handles negation ("not good" flips the score), and returns an aggregate result.

No external API calls. No LLM costs. Pure algorithmic analysis. This means every request costs fractions of a cent to run.

Pricing

$0.003 per text analyzed. No subscriptions.

1,000 analyses = $3.00. Run it on your entire review database for less than a cup of coffee.

Pairs well with

Built by George Kioko

50 actors on Apify, 869+ users. More at https://apify.com/george.the.developer

You might also like

Brand Mention & Sentiment Monitor - Web Mentions

santhej/brand-mention-monitor

Monitor brand or keyword mentions across the web with sentiment analysis: total volume, positive/negative/neutral breakdown, emotion signals, top sources, and the actual mention pages.

πŸ‘ User avatar

Santhej Kallada

2

5.0

Reddit Sentiment Scraper β€” Analyze Posts & Comments

blackfalcondata/reddit-sentiment-scraper

Scrape Reddit and score every post and comment for sentiment β€” positive, negative or neutral with a confidence value. Search any subreddit or keyword to gauge how communities feel about a brand, product or topic. AI-ready text. No login or developer token needed.

πŸ‘ User avatar

Black Falcon Data

1

Airbnb Reviews Scraper & Sentiment Analyzer

integrative_tangent/airbnb-reviews-sentiment

Scrape all reviews from any Airbnb listing worldwide. Includes built-in sentiment analysis (positive/negative/neutral/mixed), topic detection (cleanliness, location, value, etc.), and reviewer details. No external API costs.

Sentiment Analysis Online Tool

tri_angle/sentiment-analysis-online-tool

Type in or paste text to get sentiment analysis evaluation using a tool with built-in AI model. Get the sentiment score (0 to 1) and classification (positive, negative, neutral) for each phrase. Export analyzed data, run this tool via API, schedule ad monitor runs or integrate with other tools.

πŸ‘ User avatar

Tri⟁angle

147

4.7

Reddit Sentiment Analyzer

echocall/reddit-sentiment-analyzer

Analyzes the sentiment (positive/negative/neutral) of Reddit posts for any subreddit.

πŸ‘ User avatar

Kristian Gasic

2

Social Media Sentiment Analyzer

khadinakbar/social-media-sentiment-analyzer

Analyze social media sentiment for any keyword, hashtag, or brand across Reddit, YouTube, X/Twitter, and Instagram. Returns per-post sentiment, emotion, aspect breakdown, language, and toxicity, plus an AI brand-health report with top praise, complaints, and crisis signals.

Google Reviews Scraper + AI sentiment

zaraki/google-reviews-scraper-ai-sentiment

Api that scrape any business on google with sentiment ai of the review negative or positive

Sentiment Analysis Text Classification πŸ“ˆ

scrapestorm/sentiment-analysis-text-classification

Paste your text to receive a sentiment analysis evaluation using an AI-powered tool. 🌟 Get the sentiment score and the classification (positive, negative, neutral) for each phrase. πŸ“Š Export the analyzed data, run the tool through an API, schedule automatic checks, or integrate with other toolsπŸ”„πŸ“ˆ

50

Related articles

How to automate sentiment analysis (plus the best sentiment analysis tools)
Read more
How to build an automated Facebook sentiment analysis workflow
Read more