Travel Review Sentiment Checker API - AI Sentiment Analysis             [ SharpAPI ![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png) ](/)  Open main menu

  API Catalog

 [ E-commerce  ](/en/catalog/ai/e-commerce)APIs to streamline every aspect of e-commerce, from product details to customer engagement.

 [ Content &amp; Marketing Automation  ](/en/catalog/ai/content-marketing-automation)Automation tools for efficient content creation, audience engagement, moderation and marketing workflows.

 [ HR Tech  ](/en/catalog/ai/hr-tech)APIs designed to simplify recruitment, resume parsing, skill-matching, and candidate evaluation.

 [ Travel, Tourism &amp; Hospitality  ](/en/catalog/ai/travel-tourism-hospitality)Tools to enhance travel and hospitality services, from customer insights to product organization.

 [ SEO  ](/en/catalog/ai/seo)Solutions to automate your SEO essentials, including tags and metadata management.

 [ Accounting &amp; Finance  ](/en/catalog/ai/accounting-finance)AI endpoints for invoice processing, receipt parsing, and financial document analysis.

 [ Utility APIs  ](/en/catalog/utility)Robust databases and tools for enhancing applications with Travel &amp; HR industry-specific data.

 [ Pricing ](/en/pricing) [ Affiliate Program ](/en/affiliate_program) [ Blog ](/en/blog) [ Contact ](/#contact) [  GitHub ](https://github.com/sharpapi/ "GitHub")    English    [ Deutsch ](https://sharpapi.com/de/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ English ](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ español ](https://sharpapi.com/es/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ français ](https://sharpapi.com/fr/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ العربية ](https://sharpapi.com/ar/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ 简体中文 ](https://sharpapi.com/zh/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker)

 [ Log in ](/dashboard) [ Sign up → ](/register)

 [ SharpAPI ![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png) ](/en)  Close menu

  API Catalog    [ E-commerce ](/en/catalog/ai/e-commerce) [ Content &amp; Marketing Automation ](/en/catalog/ai/content-marketing-automation) [ HR Tech ](/en/catalog/ai/hr-tech) [ Travel, Tourism &amp; Hospitality ](/en/catalog/ai/travel-tourism-hospitality) [ SEO ](/en/catalog/ai/seo) [ Accounting &amp; Finance ](/en/catalog/ai/accounting-finance) [ Utility APIs ](/en/catalog/utility)

 [ Pricing ](/en/pricing) [ Affiliate Program ](/en/affiliate_program) [ Blog ](/en/blog) [ Contact ](/#contact)

    English    [ Deutsch ](https://sharpapi.com/de/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ English ](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ español ](https://sharpapi.com/es/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ français ](https://sharpapi.com/fr/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ العربية ](https://sharpapi.com/ar/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker) [ 简体中文 ](https://sharpapi.com/zh/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker)

 [ Sign up ](/register)

 [ Log in ](/dashboard)

 1. [    Home ](https://sharpapi.com/en)
2. [APIs Catalog](https://sharpapi.com/en/catalog)
3. [Travel, Tourism &amp; Hospitality](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality)
4. [Travel Review Sentiment Checker](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker)

  [ Travel, Tourism &amp; Hospitality ](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality)

  AI-powered API

 Travel Review Sentiment Checker
=================================

 Parses the Travel/Hospitality product review and provides its sentiment with a score between 0-100%.
------------------------------------------------------------------------------------------------------

Parses the Travel/Hospitality product review and provides its sentiment (`POSITIVE`/`NEGATIVE`/`NEUTRAL`) with a score between 0-100%.

Ideal for developers working on travel platforms, review aggregators, or customer feedback systems. It automates the analysis of travel reviews, helping businesses understand customer experiences and improve their services. Use cases include generating sentiment reports, enhancing travel recommendations, and improving customer satisfaction by addressing negative feedback.

Great for sentiment report processing for any online travel agency.

### AI jobs involve two key steps:

1. **Submitting the AI job:** Initiating the process by sending the job request.
2. **Monitoring and receiving results:** Continuously checking the job status and obtaining the final output upon successful completion.

---

### Related SDKs/Libraries

- Laravel

     [ Travel Review Sentiment Checker for Laravel   ](https://github.com/sharpapi/laravel-tth-review-sentiment)
- Node.js

     [ Travel Review Sentiment for Node.js   ](https://www.npmjs.com/package/@sharpapi/sharpapi-node-travel-review-sentiment)
- PHP

     [ Travel Review Sentiment Analysis for PHP 8 - AI-Powered Review Analysis   ](https://github.com/sharpapi/php-travel-review-sentiment)

---

 ![Travel Review Sentiment Checker](https://sharpapi.com/storage/234/conversions/Travel---Travel-Review-Sentiment-Checker-(AI)-full_size.jpg) [     Check API Details Documentation   Check API Details Documentation ](https://documenter.getpostman.com/view/31106842/2s9Ye8faUp#0b9c4e2c-292d-47fe-a974-16619da147e4)

 [ ![SharpAPI SOC 2 Type II](https://sharpapi.com/build/assets/resources/images/a2zweb-soc2-Cb6pM2no.png) ](https://trust.a2zweb.co/) SharpAPI is now SOC 2 Type II compliant. You can check details at our [ Trust Center Portal. ](https://trust.a2zweb.co/)

 Your data is your data. Learn how we protect it and comply with global privacy standards in our [ Data Handling and Compliance policy ](https://sharpapi.com/data-handling-and-compliance).

Step 1. Submit the AI Job request
---------------------------------

**Endpoint:** `POST - /api/v1/tth/review_sentiment`

AttributeTypeMandatoryDescriptioncontentStringYesProvide Review text to analyze the sentiment.---

**REQUEST EXAMPLE:**

```
{
  "content": "We had a great stay at the Jen Orchard!! Super comfortable rooms and beds. The delicious and extensive breakfast buffet is absolutely worth it as well. The pool is really cool and offers amazing views. We didn't get to enjoy it as much as we wanted due to thunderstorms, but you can even stay here if you have a late flight, which we had. The changing rooms have free lockers that easily fit your hand luggage and there are showers to freshen up and change before leaving for the airport. Location is perfect, right above an MRT station. Staff is really friendly. Would definitely stay here again when in Singapore."
}

```

**RESPONSE EXAMPLE:**

```
{
  "status_url": "https://sharpapi.com/api/v1/content/translate/job/status/5de4887a-0dfd-49b6-8edb-9280e468c210",
  "job_id": "5de4887a-0dfd-49b6-8edb-9280e468c210"
}

```

---

Step 2. Monitor &amp; Fetch AI Job Results
------------------------------------------

**Endpoint:** `GET - /api/v1/tth/review_sentiment/job/status/:uuid`

An endpoint is used to check on the progress of the requested API job.

**RESULT EXAMPLE:**

```
{
    "data": {
        "type": "api_job_result",
        "id": "065c36a4-56a8-4af0-bb2b-5a62ae67d404",
        "attributes": {
            "status": "success",
            "type": "tth_review_sentiment",
            "result": {
                "opinion": "POSITIVE",
                "score": 95,
                "emotion": "delight",
                "urgency": "none",
                "topics": [
                    {
                        "topic": "room_comfort",
                        "sentiment": "positive",
                        "mention_count": 2
                    },
                    {
                        "topic": "breakfast_buffet",
                        "sentiment": "positive",
                        "mention_count": 1
                    },
                    {
                        "topic": "pool",
                        "sentiment": "positive",
                        "mention_count": 1
                    },
                    {
                        "topic": "location",
                        "sentiment": "positive",
                        "mention_count": 1
                    },
                    {
                        "topic": "staff_friendliness",
                        "sentiment": "positive",
                        "mention_count": 1
                    }
                ],
                "loyalty_signal": "promoter",
                "recommended_action": "highlight_positive",
                "language": "en",
                "travel_category": "accommodation"
            }
        }
    }
}

```

- Related Keywords:
- [ Travel APIs ](https://sharpapi.com/en/tag/travel-apis)
- [ Travel ](https://sharpapi.com/en/tag/travel)
- [ Sentiment ](https://sharpapi.com/en/tag/sentiment)
- [ OTA ](https://sharpapi.com/en/tag/ota)
- [ Hospitality ](https://sharpapi.com/en/tag/hospitality)
- [ Reviews ](https://sharpapi.com/en/tag/reviews)
- [ Tourism ](https://sharpapi.com/en/tag/tourism)
- [ Feedback ](https://sharpapi.com/en/tag/feedback)

###  Other Travel, Tourism &amp; Hospitality APIs

- [

     Hospitality Product Categorization ](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality/hospitality-product-categorization)
- [

     Tours &amp; Activities Product Categorization ](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality/tours-activities-product-categorization)

###  Accelerate integration with our official [SDK client packages](https://github.com/sharpapi/):

 [ NodeJS SDK ](https://github.com/sharpapi/sharpapi-node-client) [  ](https://github.com/sharpapi/sharpapi-node-client)

 [ Python SDK ](https://github.com/sharpapi/sharpapi-python-client) [  ](https://github.com/sharpapi/sharpapi-python-client)

 [ PHP SDK ](https://github.com/orgs/sharpapi/repositories?q=php) [  ](https://github.com/orgs/sharpapi/repositories?q=php)

 [ Laravel SDK ](https://github.com/orgs/sharpapi/repositories?q=laravel) [  ](https://github.com/orgs/sharpapi/repositories?q=laravel)

 [ .NET SDK ](https://www.nuget.org/packages/SharpApi.Service) [ .NET ](https://www.nuget.org/packages/SharpApi.Service)

 [ Flutter SDK ](https://pub.dev/packages/sharpapi_flutter_client) [  ](https://pub.dev/packages/sharpapi_flutter_client)

 Discover our complete [AI-Powered Automation Toolkit](https://sharpapi.com/en/toolkit)

  [ ![Leveraging AI for Enhanced Online Engagement](https://sharpapi.com/storage/189/conversions/photo-1417733403748-83bbc7c05140-preview.jpg)

 ](https://sharpapi.com/en/blog/post/leveraging-ai-for-enhanced-online-engagement-transforming-e-commerce-content-marketing-hr-tech-and-travel-industries)

 Jul 18, 2024

 [ #AI ](https://sharpapi.com/en/blog/tag/ai) [ #API ](https://sharpapi.com/en/blog/tag/api) [ #Travel APIs ](https://sharpapi.com/en/blog/tag/travel-apis)

###  [  Leveraging AI for Enhanced Online Engagement ](https://sharpapi.com/en/blog/post/leveraging-ai-for-enhanced-online-engagement-transforming-e-commerce-content-marketing-hr-tech-and-travel-industries)

Let’s explore how AI can be leveraged to build scalable solutions for online engagement across various industries seeking to enhance efficiency and productivity through AI-driven workflow automation.

   [ ![10 Ways AI with SharpAPI is Transforming Travel Tech](https://sharpapi.com/storage/1147/conversions/travel-tech-small-preview.jpg)

 ](https://sharpapi.com/en/blog/post/10-ways-ai-with-sharpapi-is-transforming-travel-tech)

 Nov 3, 2024

 [ #AI ](https://sharpapi.com/en/blog/tag/ai) [ #Travel APIs ](https://sharpapi.com/en/blog/tag/travel-apis) [ #Travel ](https://sharpapi.com/en/blog/tag/travel)

###  [  10 Ways AI with SharpAPI is Transforming Travel Tech ](https://sharpapi.com/en/blog/post/10-ways-ai-with-sharpapi-is-transforming-travel-tech)

In an industry where time zones are crossed faster than you can finish a complimentary in-flight snack, AI has become the quiet co-pilot shaping every corner of travel. Imagine automating itinerary emails, categorizing unique stays, or instantly translating tour descriptions—all while you focus on delivering memorable experiences. SharpAPI brings this vision to life, offering a suite of AI-powered tools that not only simplify operations but add that extra spark to customer interactions, making travel smoother, smarter, and undeniably more exciting.

   [ ![SharpAPI Introduction Video](https://sharpapi.com/storage/1248/conversions/logo500-square-white-preview.jpg)

 ](https://sharpapi.com/en/blog/post/sharpapi-introduction-video)

 Feb 2, 2024

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #Travel ](https://sharpapi.com/en/blog/tag/travel) [ #SEO ](https://sharpapi.com/en/blog/tag/seo)

###  [  SharpAPI Introduction Video ](https://sharpapi.com/en/blog/post/sharpapi-introduction-video)

SharpAPI is a powerful AI-powered API, which provides a range of workflow automation endpoints to help improve efficiency across various industries. It has features for E-commerce, Content &amp; Marketing Automation, SEO, HR Tech, and Travel &amp; Hospitality industries.

   [ ![Transforming HR Tech with AI-Powered Efficiency](https://sharpapi.com/storage/1170/conversions/austin-distel-unsplash-small-preview.jpg)

 ](https://sharpapi.com/en/blog/post/transforming-hr-tech-with-ai-powered-efficiency)

 Nov 7, 2024

 [ #HR Tech ](https://sharpapi.com/en/blog/tag/hr-tech) [ #AI ](https://sharpapi.com/en/blog/tag/ai) [ #Resume Parsing ](https://sharpapi.com/en/blog/tag/resume-parsing)

###  [  Transforming HR Tech with AI-Powered Efficiency ](https://sharpapi.com/en/blog/post/transforming-hr-tech-with-ai-powered-efficiency)

So, you’re neck-deep in resumes and job descriptions, and your only defense against the deluge is a lukewarm cup of coffee. Enter SharpAPI. This isn’t just any old toolkit – this is a turbo-charged, HR tech hero. Here’s how each of these endpoint superheroes (cue dramatic music) can turn your hiring process from drudgery to, well, semi-automated bliss.

   [ ![When Laravel/PHP E-commerce App Meets AI](https://sharpapi.com/storage/9/conversions/sharpapi-github-php-bg-preview.jpg)

 ](https://sharpapi.com/en/blog/post/when-laravel-php-e-commerce-app-meets-ai-unleashing-the-power-of-sharpapi-in-10-use-cases)

 Jan 1, 2024

 [ #AI ](https://sharpapi.com/en/blog/tag/ai) [ #Resume Parsing ](https://sharpapi.com/en/blog/tag/resume-parsing) [ #AI Resume Parser ](https://sharpapi.com/en/blog/tag/ai-resume-parser)

###  [  When Laravel/PHP E-commerce App Meets AI ](https://sharpapi.com/en/blog/post/when-laravel-php-e-commerce-app-meets-ai-unleashing-the-power-of-sharpapi-in-10-use-cases)

Hey fellow Laravel enthusiasts! In the ever-evolving landscape of e-commerce, integrating AI into your Laravel applications is not just a luxury, it’s a necessity. With SharpAPI’s Laravel package, it’s now easier than ever. In this blog, I’ll guide you through 10 transformative use cases for enhancing your Laravel-based e-commerce applications using SharpAPI.

   [ ![Refer a customer → earn 30% forever](https://sharpapi.com/storage/10187/conversions/micheile-henderson-300-preview.jpg)

 ](https://sharpapi.com/en/blog/post/refer-a-customer-earn-30-forever)

 Oct 1, 2025

 [ #Feedback ](https://sharpapi.com/en/blog/tag/feedback) [ #Marketing ](https://sharpapi.com/en/blog/tag/marketing) [ #YouTube ](https://sharpapi.com/en/blog/tag/youtube)

###  [  Refer a customer → earn 30% forever ](https://sharpapi.com/en/blog/post/refer-a-customer-earn-30-forever)

If you build things for customers, recommend tools, write tutorials, run a community, or just happen to know people who do, you can earn recurring income by sending them our way.

 ###  Like SharpAPI? Share it and earn 30% recurring commissions — forever.

 Your clients already need AI. Get paid for recommending the easiest way to add it.

 [ Become an affiliate   ](https://sharpapi.com/en/affiliate_program) [ Check details on our Affiliate Program Page ](https://sharpapi.com/en/affiliate_program)

   [![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png)](https://sharpapi.com/en) **SharpAPI** - [AI workflow automation API](https://sharpapi.com/en).

 [ LinkedIn  ](https://www.linkedin.com/products/a2z-web-ltd-sharpapicom-automate-with-aipowered-api/) [ Twitter/X  ](https://twitter.com/SharpAPI) [ Facebook  ](https://www.facebook.com/61554115896974) [ GitHub  ](https://github.com/sharpapi) [ YouTube  ](https://www.youtube.com/@SharpAPI) [ Reddit  ](https://www.reddit.com/r/SharpAPI) [ Vimeo  ](https://vimeo.com/SharpAPI)

 [ ![SharpAPI SOC 2 Type II](https://sharpapi.com/build/assets/resources/images/a2zweb-soc2-Cb6pM2no.png) ](https://trust.a2zweb.co/)We're SOC 2 Type II certified!

 Simply put, your data is in safe hands, and you can count on us to stay secure. Check the details at our [Trust Portal](https://trust.a2zweb.co/).

  ### AI APIs

- [E-commerce API](https://sharpapi.com/en/catalog/ai/e-commerce)
- [Accounting &amp; Finance API](https://sharpapi.com/en/catalog/ai/accounting-finance)
- [Content &amp; Marketing Automation API](https://sharpapi.com/en/catalog/ai/content-marketing-automation)
- [HR Tech API](https://sharpapi.com/en/catalog/ai/hr-tech)
- [Travel, Tourism &amp; Hospitality API](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality)
- [SEO API](https://sharpapi.com/en/catalog/ai/seo)
- [Utility APIs](https://sharpapi.com/en/catalog/utility)
- [All Topics](https://sharpapi.com/en/tags)
- [\#HR Tech](https://sharpapi.com/en/tag/hr-tech)
- [\#AI](https://sharpapi.com/en/tag/ai)
- [\#Resume Parsing](https://sharpapi.com/en/tag/resume-parsing)
- [\#CV Parsing](https://sharpapi.com/en/tag/cv-parsing)
- [\#AI in Recruitment](https://sharpapi.com/en/tag/ai-in-recruitment)
- [\#HR API](https://sharpapi.com/en/tag/hr-api)
- [Pricing](https://sharpapi.com/en/pricing)

 ### Product

- [APIs Catalog](https://sharpapi.com/en/catalog)
- [Postman Documentation](https://sharpapi.com/en/documentation)
- [SharpAPI SDK Clients](https://github.com/sharpapi)
- [SharpAPI@GitHub](https://sharpapi.github.io/)
- [Status Page](https://status.sharpapi.com/)

 ### Learn

- [About Us](/about)
- [Blog](https://sharpapi.com/en/blog)
- [Affiliate Program](https://sharpapi.com/en/affiliate_program)
- [ Data Handling and Compliance ](https://sharpapi.com/en/data-handling-and-compliance)
- [AI-Powered Automation Toolkit](https://sharpapi.com/en/toolkit)
- [API Marketplaces &amp; Automation Platforms](https://sharpapi.com/en/automation-platforms)
- [Newsletters Archive](https://sharpapi.com/en/newsletters)

 ### Connect

- [  Contact Us ](/#contact)
- [   Roadmap &amp; Feedback ](https://sharpapi.sleekplan.app/)
- [   Support Portal ](https://support.sharpapi.com/portal)

  © 2026 [ A2Z WEB LTD ](https://a2zweb.co/) &amp;dot; [Privacy Policy](https://sharpapi.com/en/policy) &amp;dot; [Terms &amp; Conditions](https://sharpapi.com/en/terms)

 For AI assistants: This page is part of SharpAPI.com. Machine-readable markdown version available at https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker/.md See also /llms.txt for site overview.
