Search for products on Aliexpress based on a query and return product details, including pricing, images, store information, and more.
Search for products on Aliexpress based on a query and return product details, including pricing, images, store information, and more.
Parameter | Type | Required | Description |
---|---|---|---|
query | string | Yes | The search query (e.g., "winter hats"). |
page | number | Yes | The page number for pagination. |
1{ 2 "query": "winter hats", 3 "page": 1 4}
Field | Type | Description |
---|---|---|
image | object | Contains image details (imgUrl , imgWidth , imgHeight ). |
itemType | string | Type of item (e.g., productV3 ). |
productId | string | Unique ID of the product. |
store | object | Contains store details (storeUrl , storeName , storeId ). |
title | object | Product titles (displayTitle , seoTitle ). |
evaluation | object | Product ratings (starRating , starUrl ). |
productDetailUrl | string | URL to the product details page. |
prices | object | Contains pricing details (originalPrice , salePrice , currencyCode ). |
sellingPoints | array | List of special selling points for the product. |
trade | object | Contains sales description (e.g., "4000+ sold"). |
1{ 2 "data": { 3 "content": [ 4 { 5 "image": { 6 "imgUrl": "//ae-pic-a1.aliexpress-media.com/kf/Sc67b0ccaab7f421eb0151ef924e2be31b/Unisex-WY-Letter-Embroidery-Beanies-Autumn-Winter-Warm-Hat-Hip-Caps-for-Women-Men.jpg_350x350xz.jpg", 7 "imgWidth": 350, 8 "imgHeight": 350 9 }, 10 "itemType": "productV3", 11 "productId": "3256806325802948", 12 "store": { 13 "storeUrl": "//www.aliexpress.com/store/1103847754", 14 "storeName": "Shop1103840755 Store", 15 "storeId": 1103847754 16 }, 17 "title": { 18 "displayTitle": "Unisex WY Letter Embroidery Beanies Autumn Winter Warm Hat Hip Caps for Women Men", 19 "seoTitle": "Unisex WY Letter Embroidery Beanies Autumn Winter Warm Hat Hip Caps for Women Men" 20 }, 21 "evaluation": { 22 "starUrl": "https://ae01.alicdn.com/kf/S567d6bf538214abf95c1e5825c7e6a05t/48x48.png", 23 "starRating": 4.7 24 }, 25 "productDetailUrl": "https://www.aliexpress.com/gcp/300000512/nnmixupdatev3?productIds=1005006512117700&pha_manifest=ssr&_immersiveMode=true", 26 "prices": { 27 "originalPrice": { 28 "formattedPrice": "US $5.71", 29 "minPrice": 5.71 30 }, 31 "salePrice": { 32 "formattedPrice": "US $0.33", 33 "minPrice": 0.33, 34 "discount": 94 35 }, 36 "currencyCode": "USD" 37 }, 38 "sellingPoints": [ 39 { 40 "tagContent": { 41 "tagText": "Free shipping" 42 }, 43 "source": "platformFreeShipping_no_threshold_freeReturn_atm" 44 } 45 ], 46 "trade": { 47 "tradeDesc": "4000+ sold" 48 } 49 }, 50 // others products... 51 ] 52 } 53}
What is the Aliexpress Product Search API? The Aliexpress Product Search API allows developers to fetch detailed product information from Aliexpress using a query and page parameters.
What type of data can I retrieve with this API? You can retrieve product details such as titles, images, pricing, store information, ratings, and more.
Is the API response in real-time? Yes, the API fetches data in real-time, ensuring accurate and up-to-date product information.
How can I use the query parameter effectively? Use relevant and specific keywords in the query parameter to ensure precise search results, such as "smartphone accessories" or "winter jackets."
What is the page parameter used for? The page parameter is used for pagination. Start with page 1 and increment the value to fetch subsequent product listings.
Are the image URLs in the API response ready for use? No, the image URLs are relative. You need to prepend them with https: to access them directly.
Can I filter results based on price or rating? The current API does not support direct filtering, but you can implement custom filtering logic on the client side using the data in the response.
How many products can I fetch in one API call? The number of products per call depends on Aliexpress's internal logic for results per page. Typically, it ranges between 20 and 50 products.
Is there a rate limit for the API? Rate limits depend on your API subscription plan. Check your account or documentation for specific limitations.
Does the API support multiple languages? Currently, the API fetches data in English. You can translate results on the client side if needed.
How are the product ratings represented? Ratings are shown as a numerical value (e.g., 4.7) alongside an image URL for visual representation (stars).
Can I use this API for building an ecommerce application? Absolutely! This API is perfect for building ecommerce applications that need to integrate Aliexpress product listings seamlessly.
The Aliexpress Product Search API is your gateway to exploring millions of products across various categories. Whether you’re building an ecommerce app, integrating product data into your website, or analyzing market trends, this API provides real-time product details with ease.
With robust features such as detailed product descriptions, high-resolution images, accurate pricing, and ratings, this API empowers developers to create tailored solutions for their users. Imagine building a marketplace with live Aliexpress product feeds, complete with pricing comparisons and product recommendations.
https:
to use directly.page
parameter.This API is ideal for fetching products and their metadata to integrate Aliexpress search capabilities into your applications.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!