Insta360 Go2 Waterproof Camera With 2-in-1 Tripod Stick Cing2xx/a/cinx2cb/g
£100
Product data
Structured cameras & optics product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the cameras & optics catalog — titles, images, and prices the API returns today.
Insta360 Go2 Waterproof Camera With 2-in-1 Tripod Stick Cing2xx/a/cinx2cb/g
£100
Aux Power Cable For Smart Dewheater Controllers
£12
Rt Latitude Camera Control Cable - Lanc
$100
Nck800 16 Channel 12 Cameras Color Night Vision Poe System
$3,690
Mechrig Multi Function Super Clamp With Ball Head Magic Arm
$15
Manfrotto 3/8" & 1/4" Adapters
$13
Pacsafe Camsafe Venture V12
$60
Sony Alpha Zv-e10 Ii Interchangeable Lens Mirrorless Camera W/16-50mm Lens (white)
$1,298
Nikon Aculon 8x42 Binoculars (a211)
$107
Sigma Super Wide Angle Zoom 10-20mm F/4-5.6 Ex Dc Hsm Af Lens For Canon
$105
Special Fully Loaded Awesome Value Kit For Sx500,sx510,d30,s95,sx700 & Sx280
$22
Tiffen 62mm Digital Essentials Filter Kit ( Uvp, Cp, Nd6 )
$76
One endpoint
The same search used in the demo above. Pass category_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": "cameras, lenses, and optics",
"filters": {
"category_ids": [
"H3U"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="cameras, lenses, and optics",
filters={"category_ids": ["H3U"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "cameras, lenses, and optics",
filters: {
category_ids: ["H3U"],
},
limit: 20,
});Adjacent product-data APIs for the same shopping workflows.
Brand-specific catalogs available through the same API.
How developers pull cameras & optics into agents, search, and affiliate flows.