Which products should you promote today?

Connect your store or upload a catalog — Contexell ranks it against today's real Berlin context, with reasons.

Merchant workflow: import your catalog, click recommendations, then copy the top product lines into your homepage banner, newsletter, or paid ad for today.
Loading today's Berlin context…

Today's Berlin context

Your catalog

Paste your shop's URL — we auto-import from Shopify, WooCommerce, or any store with standard product data (schema.org). Up to 200 products.

No shop install No customer data Reads public product data only

One click: load a 60-product mixed fashion & convenience demo catalog seeded for Berlin weather, air quality, and holidays.

Paste a JSON object: {"products": [...]}. Max 200 products, 2 MB.

Columns recognized: product_id/id/sku, title/name, description, category, brand, price_amount/price, price_currency, in_stock, inventory_count/stock, tags (semicolon-separated), margin_percent. Max 200 rows, 2 MB.

Enriching…

Recommendations

Use the first 3 products as today's merchandising plan. Copy the promo text, then mark what you would actually promote so your workspace keeps a record.

Load a catalog first.
See this as an API call

This is the exact request the button above makes — the same API your own stack can call.

curl -X POST https://your-domain.example/api/recommend \
  -H "Content-Type: application/json" \
  -d '{"session_id": "…", "top_k": 10}'