Skip to content

Recommendations

Personalized recommendations start with Qloo’s predictive Taste AI™

Qloo® combines an extensive catalog of global cultural entities with a deep understanding of consumers’ interests across those notable people, places, things, and lifestyle interests.

Personalized recommendations start with Qloo’s predictive Taste AI

Qloo combines an extensive catalog of global cultural entities with the deep understanding of consumers’ interests across notable people, places, things, and lifestyle interests. Our predictive algorithms use this dual knowledge to deliver highly curated recommendations that enhance customer loyalty and drive revenue.

How Taste AI powers personalized recommendations

  1. Client CDP

    Client Input

  2. Qloo AI API

    Qloo Output

  3. Client Interpretation

    Customer UI

Basic examples

Here's how to get restaurant recommendations based on known dining preferences:

Bash

curl --request POST \
  --url 'https://staging.api.qloo.com/v2/insights/' \
  --header 'X-Api-Key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "filter.type": "urn:entity:place",
    "signal.interests.entities.query": [
      {"name": "Nobu", "address": "105 Hudson St, New York, NY"},
      {"name": "Balthazar", "address": "80 Spring St, New York, NY"}
    ],
    "filter.location.query": "Chicago",
    "take": 5
  }'
ParameterDescription
filter.type
Set to urn:entity:place to scope results to restaurants/places
signal.interests.entities.query
Array of known restaurants (with name & address) to infer taste
filter.location.query
Where you want recommendations returned (independent of signal locations)
take
Number of results to return

Practical implementation

Our comprehensive lifestyle entity and consumer behavior data powers relevant recommendations.
  • Curate content with precision

    From the latest blockbusters to niche articles, interpret your customers' diverse tastes and recommend the best content in return.

  • Suggest social events for individuals and groups

    Help customers navigate an ocean of options by displaying events and activities that are hyper-relevant to their interests.

  • Personalize individual travel itineraries

    Travel recommendations that align perfectly with personal preferences, increasing conversion and satisfaction.

  • Create targeted offers that connect

    Acquire new customers and keep existing ones loyal by promoting offers, rewards, and deals that hit the mark every time.