App Logo
aliexpress.com

Search AliExpress products

Search AliExpress products by keyword and page. Returns each result's item id, title, price, rating, sold-count text, product image and url. The item id pairs with aliexpress.com/get_product, and is resolved for bundle-deal results too, which link through a different url shape. Scrolls the results so every card's image loads, and reports an image as absent rather than returning a placeholder. Anonymous, read-only. Prices and the sold-count text appear in whatever currency and locale AliExpress resolves the session to. Fails with a clear message rather than returning an empty list, since AliExpress returns results even for nonsense queries.

Input

query required

Search keywords, e.g. "phone case".

page optional

Results page number.

Default: 1

Output

url required
page required
query required
products required

FAQ

Search AliExpress products by keyword and page. Returns each result's item id, title, price, rating, sold-count text, product image and url. The item id pairs with aliexpress.com/get_product, and is resolved for bundle-deal results too, which link through a different url shape. Scrolls the results so every card's image loads, and reports an image as absent rather than returning a placeholder. Anonymous, read-only. Prices and the sold-count text appear in whatever currency and locale AliExpress resolves the session to. Fails with a clear message rather than returning an empty list, since AliExpress returns results even for nonsense queries.
Required: query. Optional: page.
It returns url, page, query, products.
No. It only uses pages of aliexpress.com that are reachable without signing in.
It only reads. It looks things up on aliexpress.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/aliexpress.com/search_products, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/aliexpress.com/search_products
It is part of Reduck's official curated catalogue.

Start building not clicking