Used Jackson Kelly Professional Standard Crimson Red Trans Solid Body Electric Guitar
Product data
Jackson
Structured Jackson product data for search, recommendations, and AI shopping agents.
What Jackson can I help you find?
In the catalog
Sample Jackson products
A live slice of the Jackson catalog — titles, images, and prices the API returns today.
Used Jackson Slsmg Black Solid Body Electric Guitar
Js Series Dinky Arch Top Guitar (transparent Green Burst) With Case
$600
Used Jackson Usa Select Sl1 Trans Black Solid Body Electric Guitar
$3,200
Used Jackson Js32 Dinky Satin Natural Solid Body Electric Guitar
$250
Used Jackson Dx2 Cherry Sunburst Solid Body Electric Guitar
$900
Used Jackson Usa Rhoads Rr24 White Solid Body Electric Guitar
$2,300
Used 2000s Jackson Dx2 Magenta Solid Body Electric Guitar
$750
Used Jackson Js Series Blue Solid Body Electric Guitar
$200
Used Jackson Custom Select V Black Solid Body Electric Guitar
$4,200
Used 1997 Jackson Rr3 Randy Rhoads Blue Solid Body Electric Guitar
Used Jackson Dk2 Pro Dinky Blue Burst Solid Body Electric Guitar
$530
One endpoint
Filter Jackson 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": "Jackson products",
"filters": {
"brand_ids": [
"UQ8l"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Jackson products",
filters={"brand_ids": ["UQ8l"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Jackson products",
filters: {
brand_ids: ["UQ8l"],
},
limit: 20,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull Jackson into agents, search, and commission-earning flows.
For Jackson
Do you work at Jackson?
Channel3 is the product graph AI shopping apps plug into. Join it once and Jackson's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.