Text Sentiment Analysis

Text Sentiment Analysis

Analyze the sentiment of your text, submit single or multiple lines of text and receive a detailed report, including the number of lines analyzed and the breakdown of sentiments (positive, negative, neutral). Gain insights into the emotional tone of your content effortlessly!

AIDEVELOPER_TOOLSINTEGRATIONSApify

📊 Text Sentiment Analysis API

Analyze the sentiment of your text with our Sentiment Analysis API! Pass single or multiple lines of text and receive a detailed sentiment analysis report that reveals the emotional tone of your content.

🌟 Key Features

  • Comprehensive Analysis: Evaluate text or paragraphs to determine their overall sentiment.
  • Detailed Reporting: Get insights on the number of lines analyzed and the distribution of sentiments (positive, negative, neutral).
  • Flexible Input: Accepts both single-line and multi-line text inputs for versatile usage.

🚀 How It Works

Simply submit your text to the API, and it will return a comprehensive sentiment analysis report, helping you understand the emotional context of your content.

🌍 Start Analyzing Today!

Enhance your applications with valuable sentiment insights. Use our API to gauge public opinion, customer feedback, or any text-based data effortlessly!

Input

A full explanation of an input example in JSON.

1{
2  "text": "I am not very happy"
3}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2  {
3    "Sentiment": "negative",
4    "Value": 0.99598
5  }
6]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!