Product data

Floyd Rose

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

What Floyd Rose can I help you find?

In the catalog

Sample Floyd Rose products

A live slice of the Floyd Rose catalog โ€” titles, images, and prices the API returns today.

Tuana

Tuana

โ‚ฌ525

Bath Slides Bathing Shoes & Flip Flops Blue

Bath Slides Bathing Shoes & Flip Flops Blue

โ‚ฌ45

Eezy 315 Chelsea Boots Black

Eezy 315 Chelsea Boots Black

โ‚ฌ180

Court Sneakers

Court Sneakers

โ‚ฌ130

Eezy 147g

Eezy 147g

โ‚ฌ180

Sovena 385

Sovena 385

โ‚ฌ230

Dash Era

Dash Era

โ‚ฌ140

Haven 375 L

Haven 375 L

โ‚ฌ230

V-neck Jumper Pullover Brown

V-neck Jumper Pullover Brown

โ‚ฌ80

Round Neck Pullover

Round Neck Pullover

โ‚ฌ75

Herold Slip-ons Blue

Herold Slip-ons Blue

โ‚ฌ110

Emilio

Emilio

โ‚ฌ70

One endpoint

Filter Floyd Rose 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
  • Affiliate-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": "Floyd Rose products",
  "filters": {
    "brand_ids": [
      "dhYl"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

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

const client = new Channel3();

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

FAQs

How developers pull Floyd Rose into agents, search, and affiliate flows.

For Floyd Rose

Do you work at Floyd Rose?

Channel3 can help Floyd Rose show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.

Drive more AI sales

Build with this catalog

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