UnifyAPI
← Back to catalog

canopy.offers

mock data$0.012 / call

Amazon Offers & Buy Box

Get all third-party seller offers for an Amazon product — price, condition (new/used), seller name & rating, Buy Box winner flag, Fulfilled by Amazon, delivery estimate. Price comparison across sellers (Canopy API)

Financeprovider: Canopy#canopy#finance

Input schema

asinrequired

Amazon ASIN product ID. Returns all third-party offers with Buy Box winner, seller ratings, delivery info

string
domain

Amazon marketplace: US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP (default US)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/canopy.offers \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"asin":"<asin>","domain":"US"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.