Show each user
what they'll
actually want.
Personalised recommendations across every surface — homepage, product pages, email, and search. Powered by real behavioural signals. No manual curation, no ML team required.
Signals used
Learns from everything users do.
Every interaction is a signal. Tradly collects and weights them automatically — you don't need to define what matters, the model figures it out.
Every surface, personalised.
Turn on recommendations per placement independently. Start with the homepage shelf and add more when ready.
Hybrid by default. Configurable when you need it.
The default hybrid mode works well for most platforms. Switch modes per placement if your product has specific needs.
Bring recommendations anywhere.
Query recommendations via REST API to embed them in custom layouts, native apps, or headless storefronts.
GET /api/v1/recommendations?user_id=usr_7x2kp&limit=12&placement=homepage
Authorization: Bearer <your-api-key>
// Response
{
"placement": "homepage",
"user_id": "usr_7x2kp",
"confidence": "high",
"items": [
{ "listing_id": "lst_001", "score": 0.94, "reason": "collaborative" },
{ "listing_id": "lst_089", "score": 0.91, "reason": "content_based" },
{ "listing_id": "lst_234", "score": 0.87, "reason": "hybrid" },
...
]
}The right item,
for the right user,
every time.
Recommendations that improve as your platform grows — no ML team, no manual curation, no extra infrastructure.