Flight Simulator Seat (includes Seat Bracket Set)
$199
Product data
Structured Airbus product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Airbus catalog — titles, images, and prices the API returns today.
Flight Simulator Seat (includes Seat Bracket Set)
$199
Freestanding Dual Monitor Stand - Supports Up To 80" Display
$429
4-channel Rc Helicopter With Altitude Hold And One-key Takeoff And Landing
$93
Tca Officer Pack Airbus Edition Joystick For Pc
$20
Flight Sim Left Right Mounts For Fs3 And Extruded Rigs
$69
Airbus Tr550 Flight Simulator
$1,198
Universal Bass Shaker/buttkicker/tactile Transducer Sim Rig Mount
$49
D-box Gen 5 Motion Actuator (1.5" Stroke/travel Range)
$1,380
Center Flight Stick Sim Mount
$99
Universal Gear Shifter Mount For Alpine Racing Trx - Black
$69
Flight Simulator Mounts - Left And Right Set For Alpine Racing Trx
$99
Thrustmaster Tca Captain Pack X Airbus Edition, Sidestick And Throttle - Pc & Xbox X|s
$330
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": "Airbus products",
"filters": {
"brand_ids": [
"ctPE"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Airbus products",
filters={"brand_ids": ["ctPE"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Airbus products",
filters: {
brand_ids: ["ctPE"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Airbus into agents, search, and commission-earning flows.
For Airbus
Channel3 is the product graph AI shopping apps plug into. Join it once and Airbus's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.