Chip Chrome & The Mono-tones – 2× Vinyl Lp
Product data
Neighborhood
Structured Neighborhood product data for search, recommendations, and AI shopping agents.
What Neighborhood can I help you find?
In the catalog
Sample Neighborhood products
A live slice of the Neighborhood catalog — titles, images, and prices the API returns today.
Utility Shirt Ls Olive Drab
Maglia In Jersey Di Cotone Tinta A Pigmento Con Logo
€63
Neighborhood Da Uomo
€605
Faded Coat
$270
Logo-print Cotton T-shirt
$320
Neighborhood Felpa Con Cappuccio Uomo
€200
Ls-1 Distorted Logo Long Sleeve T-shirt
$62
Two Tuck Pants
$195
Neighborhood Ls-3 Pigment Dyed Long Sleeve T-shirt
$105
Bdu Pants
$192
Ss-5 Pigment Dyed T-shirt
$95
One endpoint
Filter Neighborhood 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": "Neighborhood products",
"filters": {
"brand_ids": [
"kPBV"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Neighborhood products",
filters={"brand_ids": ["kPBV"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Neighborhood products",
filters: {
brand_ids: ["kPBV"],
},
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 Neighborhood into agents, search, and commission-earning flows.
For Neighborhood
Do you work at Neighborhood?
Channel3 is the product graph AI shopping apps plug into. Join it once and Neighborhood's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.