Product Categorization

It's new at Categorization.new ! We have released a new product categorization tool that will help you categorize your products in a more efficient way.

Use Cases of the Product Categorization Tool

  • E-commerce: E-commerce platforms can use the tool to categorize their products more accurately, improving the user experience and search functionality.
  • Content Moderation: Content platforms can use the tool to categorize products and ensure that they comply with their content guidelines.
  • Marketing: Marketers can use the tool to categorize products and improve ad targeting and placement.
  • Parental Control: Parental control software can use the tool to categorize products and ensure that children are not exposed to inappropriate content.
  • Analytics: Companies can use the tool to categorize products and improve their online analytics and marketing tactics.

How it works

Our product categorization tool uses machine learning to categorize your products.

curl --request GET \
  --url 'https://categorization.dev/api/v1/product/categorization?query=https%3A%2F%2Flimitedresell.com%2F4136-76606-air-max-terrascape-plus-black-anthracite.html&classification=product_taxonomy' \
  --header 'x-api-key: <x-api-key>'
curl --request GET \
  --url 'https://categorization.dev/api/v1/product/categorization?query=https%3A%2F%2Flimitedresell.com%2F4136-76606-air-max-terrascape-plus-black-anthracite.html&classification=product_taxonomy' \
  --header 'x-api-key: <x-api-key>'

or you can use the query parameter to specify the product name :

curl --request GET \
  --url 'https://categorization.dev/api/v1/product/categorization?query=Air%20Max%20Terrascape%20Plus%20Black%20Anthracite&classification=product_taxonomy' \
  --header 'x-api-key: <x-api-key>'
curl --request GET \
  --url 'https://categorization.dev/api/v1/product/categorization?query=Air%20Max%20Terrascape%20Plus%20Black%20Anthracite&classification=product_taxonomy' \
  --header 'x-api-key: <x-api-key>'

Response Example

{
    "product_taxonomy": [
        {
            "value": "Apparel & Accessories > Shoes",
            "confidence": 0.95
        }
    ]
}
{
    "product_taxonomy": [
        {
            "value": "Apparel & Accessories > Shoes",
            "confidence": 0.95
        }
    ]
}

You can use the classification parameter to specify the taxonomy you want to use. The default value is product_taxonomy. Or your can use product_taxonomy_custom_xxxx to specify a custom taxonomy, where xxxx is the name of your custom taxonomy.

Languages

The product categorization tool supports multiple languages, including English, French, German, Spanish, Italian, Dutch, Portuguese, Russian, Chinese, Japanese, Korean, and Arabic. Open the documentation to see the full list of supported languages.