Channel3 Logo

1 Factory Radio logo1 Factory Radio product data API

Structured 1 Factory Radio product data for developers building search, recommendations, and AI shopping agents.

Agentic commerce demo

Try a 1 Factory Radio-only AI shopping agent

This demo uses a constant 1 Factory Radio filter and tells the assistant it represents 1 Factory Radio only. Developers can use the same pattern to build brand-scoped shopping agents, product search, and recommendation flows.

Do you work at 1 Factory Radio?

Looking to drive more AI sales? Channel3 can help 1 Factory Radio surface more accurately and frequently on AI shopping platforms. No technical work required on your end. Most teams get set up in less than 10 minutes and see results same week.

Drive more AI sales
C3

Hello! I'm an AI shopping assistant powered by the Channel3 API, and I'm scoped to 1 Factory Radio products.

Find any 1 Factory Radio product with one easy endpoint

Start with 1,000 free searches every month.

curl https://api.trychannel3.com/v1/search \
  -H "x-api-key: $CHANNEL3_API_KEY" \
  -H "content-type: application/json" \
  -d '{
  "query": "1 Factory Radio products",
  "filters": {
    "brand_ids": [
      "22DQ"
    ]
  },
  "limit": 20
}'
from channel3_sdk import Channel3

client = Channel3()

products = client.search.perform(
    query="1 Factory Radio products",
    filters={"brand_ids": ["22DQ"]},
    limit=20,
)
import Channel3 from "@channel3/sdk";

const client = new Channel3();

const products = await client.search.perform({
  query: "1 Factory Radio products",
  filters: {
    brand_ids: ["22DQ"],
  },
  limit: 20,
});

What the product data includes

Normalized product titles

Clean, comparable titles across merchants and storefronts.

Brand and categories

Stable identifiers for filtering, deduplication, and analytics.

Images and product metadata

Hero images, product IDs, category signals, and merchant context.

Live prices and availability

Current offer data so agents do not recommend stale products.

Merchant URLs

Direct product links from retailers and marketplaces.

Affiliate-ready offers

Monetizable links and commission-aware offer selection where available.

Sample 1 Factory Radio products

A preview of the products available through the Channel3 1 Factory Radio product data API.

1 Factory Radio 638-00772b-noa2 Am Fm Radio For 1988-1992 Buick Regal
1 Factory Radio
1 Factory Radio 638-00772b-noa2 Am Fm Radio For 1988-1992 Buick Regal
$70
1 Factory Radio Radio 2010-12 Ford Fusion 63803447noa7
1 Factory Radio
1 Factory Radio Radio 2010-12 Ford Fusion 63803447noa7
$90
1 Factory Radio 12 Gmc Terrain Guage Clus
1 Factory Radio
1 Factory Radio 12 Gmc Terrain Guage Clus
$75
1 Factory Radio 63803435noa3: Radio Ford Fusion 2010-20
1 Factory Radio
1 Factory Radio 63803435noa3: Radio Ford Fusion 2010-20
$130
1 Factory Radio Factory Replacement Amplifier For 2002-2003 Dodge Ram 1500
1 Factory Radio
1 Factory Radio Factory Replacement Amplifier For 2002-2003 Dodge Ram 1500
$205
1 Factory Radio 638-56621a-noa Am Fm Radio Cassette Player For 1990-1991-1992 Lexus Ls400
1 Factory Radio
1 Factory Radio 638-56621a-noa Am Fm Radio Cassette Player For 1990-1991-1992 Lexus Ls400
$375
1 Factory Radio Radio 2010 Ford Mustang A
1 Factory Radio
1 Factory Radio Radio 2010 Ford Mustang A
$245
1 Factory Radio Replacement Radio W/auxiliary Input For 2008 Ford E-150/e-250/e-350
1 Factory Radio
1 Factory Radio Replacement Radio W/auxiliary Input For 2008 Ford E-150/e-250/e-350
$225
1 Factory Radio Radio 2011-2016 Volkswage 63852217noa
1 Factory Radio
1 Factory Radio Radio 2011-2016 Volkswage 63852217noa
$245
1 Factory Radio 638-50721-noa Radio Information Display Screen
1 Factory Radio
1 Factory Radio 638-50721-noa Radio Information Display Screen
$75
1 Factory Radio Radio 2001-2004 Mercedes
1 Factory Radio
1 Factory Radio Radio 2001-2004 Mercedes
$205
1 Factory Radio Replacement Radio For 2007-2008 Chevy Impala/monte Carlo 63802408d2
1 Factory Radio
1 Factory Radio Replacement Radio For 2007-2008 Chevy Impala/monte Carlo 63802408d2
$205
1 Factory Radio Replacement Radio W/auxiliary Input For 2000-2001 Pontiac Sunfire
1 Factory Radio
1 Factory Radio Replacement Radio W/auxiliary Input For 2000-2001 Pontiac Sunfire
$285
1 Factory Radio 63858320a: Radio 03-07 Accord
1 Factory Radio
1 Factory Radio 63858320a: Radio 03-07 Accord
$345
1 Factory Radio 63803953noa: Radio 2013 Chevrolet Mali
1 Factory Radio
1 Factory Radio 63803953noa: Radio 2013 Chevrolet Mali
$125
1 Factory Radio Am/fm Cd Radio With Mp3 For 2012-2014 Ford Focus [no Faceplate] 63803906noa
1 Factory Radio
1 Factory Radio Am/fm Cd Radio With Mp3 For 2012-2014 Ford Focus [no Faceplate] 63803906noa
$225
1 Factory Radio Replacement Radio W/bluetooth For 2009 Chevy Impala
1 Factory Radio
1 Factory Radio Replacement Radio W/bluetooth For 2009 Chevy Impala
$185
1 Factory Radio Factory Replacement Radio For 2007-2008 Pontiac G5
1 Factory Radio
1 Factory Radio Factory Replacement Radio For 2007-2008 Pontiac G5
$165
1 Factory Radio 257-53786-u: 2009-2010 Volkswa Cluster
1 Factory Radio
1 Factory Radio 257-53786-u: 2009-2010 Volkswa Cluster
$75
1 Factory Radio 638-02545-bt4 Am/fm Radio 6 Disc Cd Player For 2006-2009 Ford Mercury Fusion Milan
1 Factory Radio
1 Factory Radio 638-02545-bt4 Am/fm Radio 6 Disc Cd Player For 2006-2009 Ford Mercury Fusion Milan
$385
1 Factory Radio Radio 2006-2009 Toyota Pr 63850232noa2
1 Factory Radio
1 Factory Radio Radio 2006-2009 Toyota Pr 63850232noa2
$145
1 Factory Radio Replacement Radio & Climate Control Panel 2010-2012 Ford Taurus
1 Factory Radio
1 Factory Radio Replacement Radio & Climate Control Panel 2010-2012 Ford Taurus
$285
1 Factory Radio 05 Jeep Gr/ch Gauge Clust 25704545noa
1 Factory Radio
1 Factory Radio 05 Jeep Gr/ch Gauge Clust 25704545noa
$145
1 Factory Radio 63858852a: Replacement Radio W/auxiliary Input For 2005-2006 Mazda Tribute
1 Factory Radio
1 Factory Radio 63858852a: Replacement Radio W/auxiliary Input For 2005-2006 Mazda Tribute
$255

A structured response for apps and agents

Results are ready for search interfaces, ranking pipelines, product cards, and AI agent tool calls.

{
  "products": [
    {
      "id": "prod_01H...",
      "title": "1 Factory Radio sample product",
      "brand": {
        "name": "1 Factory Radio"
      },
      "category_ids": [
        "xoN"
      ],
      "images": [
        {
          "url": "https://..."
        }
      ],
      "offers": [
        {
          "merchant_domain": "example.com",
          "price": 128,
          "currency": "USD",
          "availability": "InStock",
          "url": "https://..."
        }
      ]
    }
  ],
  "next_page_token": "eyJwYWdlIjoyfQ..."
}

Common use cases

AI shopping agents

Let users ask for products naturally, then return structured candidates your agent can rank and explain.

Affiliate search

Build product discovery experiences with merchant URLs and affiliate-aware offer data.

Marketplace search

Power fast, filterable product search without maintaining retailer-specific scraping pipelines.

Catalog enrichment

Map sparse product records to normalized brands, categories, images, and live merchant offers.

Frequently asked questions

How do I find 1 Factory Radio product data?

Use the Channel3 search endpoint with a brand filter. The response includes normalized products, images, prices, availability, and merchant URLs.

Can I use this data in an AI shopping agent?

Yes. Channel3 is designed for product discovery workflows where an app or agent needs structured product results from many merchants.

Do results include price and stock?

Product offers include price, currency, availability, merchant domain, and product URLs when those fields are available.

Can I monetize product links?

Channel3 returns merchant URLs and can use affiliate-ready offer selection where commission data is available.

Explore product data categories

Browse broader product data APIs related to brand-scoped product search and AI shopping agent workflows.

More brand product data APIs

Compare this brand feed with other large brand catalogs available through Channel3.

Build with 1 Factory Radio product data

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

Every product on the internet, in one API.

Get paid to build the future of shopping.

channel 1

In-store

1
channel 2

Online

2
channel 3

Agentic Commerce

3