Apinoa Docs

搜索

速卖通搜索——接受的参数与返回的内容。

查看原始 .mdx
GET|POST /v1/aliexpress/search

Price $0.001 per call. List price; the rate steps down above 1,000 calls a day.

ParameterTypeRequiredNotes
querystringyesKeywords. Required — AliExpress keyword search cannot be asked anything without words.
categoryIdstringAliExpress category id; narrows the search.
currencystringPresentment currency.
languagestringPresentment language.
pageinteger ≥ 11-based page number.
pageSizeinteger ≥ 1Results per page, 1-50.
priceMaxnumber ≥ 0Highest price to return, in decimal major units.
priceMinnumber ≥ 0Lowest price to return, in decimal major units.
regionstringBuyer country (ISO 3166-1 alpha-2); sets shipping and availability.
sortenumResult ordering, in the shared vocabulary. price_asc price_desc best_seller
curl "https://gateway.apinoa.com/v1/aliexpress/search?query=wireless+earbuds&priceMin=10&priceMax=40&sort=price_asc" \
  -H "x-api-key: YOUR_API_KEY"

速卖通支持 currencylanguage;其他平台则通过 region 做本地化。

没有 cursor——翻页按页码进行。也没有 brandsratingMinconditionfreeShippinginStock:速卖通搜索对这些一概没有筛选。

没有 best_matchnewly_listed 排序——速卖通没有公开这两者的编码。