Nearly Natural 3' Artificial Real Touch White Norfolk Island Pine Christmas Tree With Natural Look
$60
Product data
Structured Nearly Natural product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Nearly Natural catalog — titles, images, and prices the API returns today.
Nearly Natural 3' Artificial Real Touch White Norfolk Island Pine Christmas Tree With Natural Look
$60
Nearly Natural 13 In. Blue Uv Resistant Artificial Pansy Bush (indoor/outdoor) - (set Of 12) P2286-s12-bl
$22
Nearly Natural 10-ft Belgium Fir Natural-look Artificial Christmas Tree With 3514 Bendable Branches
$339
Nearly Natural 6-ft Artificial Forsythia Tree
$80
6.5-ft. Pre-lit Artificial Black Twig Garland With 48 Led Lights
$42
6-ft. Artificial Travelers Palm Tree
$255
4-ft. North Carolina Mixed Pine 130-light Artificial Christmas Tree
$220
48-inch Artificial Boston Fern Set Of 2
$98
Nearly Natural 3 In. Shatterproof Holiday Christmas Ornament Set With Re-useable Storage Container (20-pack)
$26
Nearly Natural 31 In. Artificial Dancing Lady Silk Flower Arrangement 1073-pp
$73
Nearly Natural 5-ft Fishtail Palm Artificial Tree In Sand Colored Planter
$206
Faux 4 Foot Pre-lit Pine Christmas Tree
$100
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": "Nearly Natural products",
"filters": {
"brand_ids": [
"rJMV"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Nearly Natural products",
filters={"brand_ids": ["rJMV"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Nearly Natural products",
filters: {
brand_ids: ["rJMV"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Nearly Natural into agents, search, and commission-earning flows.
For Nearly Natural
Channel3 is the product graph AI shopping apps plug into. Join it once and Nearly Natural's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.