Product data

En Route

Structured En Route product data for search, recommendations, and AI shopping agents.

What En Route can I help you find?

In the catalog

Sample En Route products

A live slice of the En Route catalog — titles, images, and prices the API returns today.

Eternal Love Lock Necklace - Silver

Eternal Love Lock Necklace - Silver

En Route 18k Gold Plated Essential Huggie Hoop Earrings With Faux Pearl Pendant

En Route 18k Gold Plated Essential Huggie Hoop Earrings With Faux Pearl Pendant

£15

Corner Store Pink Nail Care System

Corner Store Pink Nail Care System

$7

Forever Heart Earrings

Forever Heart Earrings

Heart Club Bracelet - Gold

Heart Club Bracelet - Gold

Devon Necklace - Carnelian Stone

Devon Necklace - Carnelian Stone

Self Love Bracelet In Silver - Gold

Self Love Bracelet In Silver - Gold

Isola Heart Box In Beige - Olive

Isola Heart Box In Beige - Olive

Forever Heart Earrings - Silver

Forever Heart Earrings - Silver

Strass Me In Ring - Silver/8

Strass Me In Ring - Silver/8

Cluster Earrings

Cluster Earrings

Miffy Ribbon Earrings

Miffy Ribbon Earrings

One endpoint

Filter En Route with a brand ID

The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.

  • Normalized titles, images, and stable brand IDs
  • Live prices, availability, and merchant URLs
  • Commission-ready offers when a rate is available
curl https://api.trychannel3.com/v1/search \
  -H "x-api-key: $CHANNEL3_API_KEY" \
  -H "content-type: application/json" \
  -d '{
  "query": "En Route products",
  "filters": {
    "brand_ids": [
      "0LnR"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

response = client.products.search(
    query="En Route products",
    filters={"brand_ids": ["0LnR"]},
    limit=20,
)
import { Channel3 } from "@channel3/sdk";

const client = new Channel3();

const response = await client.products.search({
  query: "En Route products",
  filters: {
    brand_ids: ["0LnR"],
  },
  limit: 20,
});

FAQs

How developers pull En Route into agents, search, and commission-earning flows.

For En Route

Do you work at En Route?

Channel3 is the product graph AI shopping apps plug into. Join it once and En Route's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.

Join the graph

Build with this catalog

1,000 free searches every month. No credit card required.