Tours &amp; Activities Categorization API             [ A2Z Web ![A2Z Web logo](https://sharpapi.com/storage/22130/conversions/a2z-logo-96-transparent-full_size.jpg) ](/)  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) [ Sign up → ](https://sharpapi.com/ref/sharpapi_tchzrx3s) 

 [ A2Z Web ![A2Z Web logo](https://sharpapi.com/storage/22130/conversions/a2z-logo-96-transparent-full_size.jpg) ](/)  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) [ Sign up → ](https://sharpapi.com/ref/sharpapi_tchzrx3s) 

 1. [    Home ](https://workflows.a2zweb.co/en)
2. [APIs Catalog](https://workflows.a2zweb.co/en/catalog)
3. [Travel, Tourism &amp; Hospitality](https://workflows.a2zweb.co/en/catalog/ai/travel-tourism-hospitality)
4. [Tours &amp; Activities Product Categorization](https://workflows.a2zweb.co/en/catalog/ai/travel-tourism-hospitality/tours-activities-product-categorization)

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

  AI-powered API  

 Tours &amp; Activities Product Categorization 
===============================================

 Generates a list of suitable categories for the Tours &amp; Activities product with relevance weights. 
--------------------------------------------------------------------------------------------------------

Generates a list of suitable categories for the Tours &amp; Activities product with relevance weights as float value (1.0-10.0) where 10 equals 100%, the highest relevance score. Provide the product name and its parameters to get the best category matches possible. Comes in handy with populating product catalogue data and bulk product processing.

Ideal for developers working on travel platforms, tour operators, or activities marketplaces. It automates the categorization of tours and activities, ensuring accuracy and enhancing searchability. Use cases include categorizing new tour products, improving the organization of tour listings, and enhancing user experience by providing relevant category suggestions.

Only the `content `parameter is required.

You can set your preferred writing style by providing a `voice_tone` parameter. It can be adjectives like `funny `or `joyous`, or even the name of a famous writer.

Within an additional optional parameter `context`, you can provide a list of other categories that will be taken into consideration during the mapping process (for example your current categories).

You can limit the output with the `max_quantity` parameter.

### 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 

     [ Tours &amp; Activities Product Categorization for Laravel   ](https://github.com/sharpapi/laravel-tth-ta-product-categories)
- Node.js 

     [ Tours &amp; Activities Categorization for Node.js   ](https://www.npmjs.com/package/@sharpapi/sharpapi-node-tours-activities-categories)
- PHP 

     [ Tours &amp; Activities Categorization for PHP 8 - AI-Powered Activity Classification   ](https://github.com/sharpapi/php-travel-tours-activities-categorization)

---

 ![Tours & Activities Product Categorization](https://sharpapi.com/storage/235/conversions/Travel---Tours-%26-Activities-Product-Categorization-%28AI%29-full_size.jpg) [     Check API Details Documentation   Check API Details Documentation ](https://documenter.getpostman.com/view/31106842/2s9Ye8faUp#fd53eea9-a5fb-43ee-a451-4cd4024c41ee) 

 [ ![SharpAPI SOC 2 Type II](/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/ta_product_categories`

AttributeTypeMandatoryDescriptioncontentStringYesProvide the content to generate travel product categories.cityStringNoSpecify the city of travel.countryStringNoSpecify the country related to travel.languageStringNoSpecify the language of the output, defaults to `English`.max\_quantityNumberNoSpecify the maximum length of the paraphrased content.contextStringNoThe list of other categories that will be taken into consideration during the mapping process (for example your current categories).---

**Request example:**

```
{
    "content": "Oasis of the Bay",
    "city": "Ha Long",
    "country": "Vietnam",
    "language": "English",
    "max_quantity": 10,
    "voice_tone": "neutral",
    "context": null
}

```

---

**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/ta_product_categories/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": "55bc3311-d16e-4949-83a0-d367b7f79f89",
    "attributes": {
      "status": "success",
      "type": "tth_ta_product_categories",
      "result": [
        {
          "name": "Boat Tours",
          "weight": 9.5
        },
        {
          "name": "Nature & Wildlife Tours",
          "weight": 8.7
        },
        {
          "name": "Water Sports",
          "weight": 7.8
        },
        {
          "name": "Sightseeing Cruises",
          "weight": 9.2
        },
        {
          "name": "Day Trips",
          "weight": 8
        },
        {
          "name": "Eco Tours",
          "weight": 7.5
        },
        {
          "name": "Adventure Tours",
          "weight": 6.8
        },
        {
          "name": "Cultural Tours",
          "weight": 6
        },
        {
          "name": "Multi-day Tours",
          "weight": 5.5
        },
        {
          "name": "Private Sightseeing Tours",
          "weight": 5.2
        }
      ]
    }
  }
}

```

- Related Keywords:
- [ Travel ](https://workflows.a2zweb.co/en/tag/travel)
- [ Categories ](https://workflows.a2zweb.co/en/tag/categories)
- [ Relevance ](https://workflows.a2zweb.co/en/tag/relevance)
- [ Tours ](https://workflows.a2zweb.co/en/tag/tours)
- [ Activities ](https://workflows.a2zweb.co/en/tag/activities)

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

- [   

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

     Travel Review Sentiment Checker ](https://workflows.a2zweb.co/en/catalog/ai/travel-tourism-hospitality/travel-review-sentiment-checker)

   [ ![SOC 2 Type II](/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/).

 © 2026 A2Z Web · Powered by [ ![SharpAPI logo](/build/assets/resources/images/logo200-C65na0V3.png) SharpAPI ](https://sharpapi.com/)
