UnifyAPI
← Back to catalog

canopy.search

mock data$0.012 / call

Search Amazon Products

Search Amazon products by keyword — filter by price range, sort by relevance/price/rating/reviews/newest. Returns title, ASIN, price, rating, Prime flag, image. 12 marketplaces: US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP (Canopy API)

Financeprovider: Canopy#canopy#finance

Input schema

page

Page number for pagination

integer
sort

Sort order: relevance, price_asc, price_desc, rating, reviews, newest

string
queryrequired

Search keywords (e.g. "wireless headphones", "raspberry pi 5")

string
domain

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

string
price_max

Maximum price filter (in marketplace currency)

number
price_min

Minimum price filter (in marketplace currency)

number

Call via REST

curl -X POST https://unifyapi.pro/api/call/canopy.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"page":0,"sort":"<sort>","query":"<query>","domain":"US","price_max":0,"price_min":0}'

Try it

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