Product data

ELEGOO

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

What ELEGOO can I help you find?

In the catalog

Sample ELEGOO products

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

Rapid Petg Filament 10 Kg

Rapid Petg Filament 10 Kg

Pla Filament 5 Kg - Pink/pla (rfid)

Pla Filament 5 Kg - Pink/pla (rfid)

Centauri Carbon Frequently Bought Together Bundle

Centauri Carbon Frequently Bought Together Bundle

Centauri Carbon Frequently Bought Together Bundle

Centauri Carbon Frequently Bought Together Bundle

Centauri Carbon Frequently Bought Together Bundle Pla (rfid) Purple 0.2mm

Centauri Carbon Frequently Bought Together Bundle Pla (rfid) Purple 0.2mm

Abs-like Resin V3.0 10 Kg - Green/translucent

Abs-like Resin V3.0 10 Kg - Green/translucent

Centauri Carbon Frequently Bought Together Bundle - Pla (rfid)/space Grey/0.2mm

Centauri Carbon Frequently Bought Together Bundle - Pla (rfid)/space Grey/0.2mm

Mars 4 With Mercury Xs Bundle

Mars 4 With Mercury Xs Bundle

$179

Rapid Tpu 95a Filament 10 Kg

Rapid Tpu 95a Filament 10 Kg

€155

Pla Filament 10 Kg (rfid)

Pla Filament 10 Kg (rfid)

€100

Pla Plus Filament

Pla Plus Filament

€14

3 Kg Filament Spool

3 Kg Filament Spool

€38

One endpoint

Filter ELEGOO 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": "ELEGOO products",
  "filters": {
    "brand_ids": [
      "LTOl"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

const response = await client.products.search({
  query: "ELEGOO products",
  filters: {
    brand_ids: ["LTOl"],
  },
  limit: 20,
});

FAQs

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

For ELEGOO

Do you work at ELEGOO?

Channel3 is the product graph AI shopping apps plug into. Join it once and ELEGOO'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.