621 Magnetic Battery (maggo)
$43
Product data
Structured Anker product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Anker catalog — titles, images, and prices the API returns today.
621 Magnetic Battery (maggo)
$43
Anker Soundcore Glow Portable Speaker
$51
Anker 643 Usb-c To Usb-c Cable (flow, Silicone)
$14
Prime Qi2 25w Wireless Car Charger (maggo, Air Cool, Pad)
$90
Usb C To Usb C Cable, Type-c 60w Fast Charging Cable (3.3 Ft, 2pack)
$10
Anker 25w Usb C Charger Block - Blue
$12
Anker Prime Ladegerät (250w, 6 Ports, Ganprime) + Anker 547 Usb-c Hub (7-in-2, Für Macbook, In Grau)
€207
Anker 621 Magnetic Battery (maggo)
$43
Anker 621 Magnetic Battery (maggo) 2-pack
$80
Anker Prime Thunderbolt 4 Cable Usb C To Usb C (3.3 Ft, 40gbps, 240w)
£31
Anker Usb-c To Usb-c Cable (3 Ft / 6 Ft, 240w, Upcycled-braided) - 6 Ft/black
$22
Anker Usb-c Hub (7-in-1) And Anker Nano Charger (45w, Smart Display, 180° Foldable)
$80
One endpoint
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "Anker products",
"filters": {
"brand_ids": [
"Tegi"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Anker products",
filters={"brand_ids": ["Tegi"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Anker products",
filters: {
brand_ids: ["Tegi"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Anker into agents, search, and affiliate flows.
For Anker
Channel3 can help Anker show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.