Source products
with HIOBuy
A minimal Next.js storefront starter. Wire your Developer Portal API key, then try keyword, image, image-URL, and product-link search from one box — all through the public Product API.
What this demo covers
Mapped 1:1 to HIOBuy public endpoints.
API
Keyword search
POST /v1/products/search
paginated cards from 1688 or Taobao.
API
Image search
POST /v1/products/search-by-image
upload a photo or paste an image URL.
API
Product link
POST /v1/products/parse
paste a 1688 / Taobao URL to open the listing.
API
Server-side key
API routes proxy HIOBuy
so the Bearer token never ships to the browser.