VOOZH about

URL: https://apify.com/pintostudio/aliexpress-product-search

⇱ Aliexpress Product Search Β· Apify


Pricing

$25.00/month + usage

Go to Apify Store

Aliexpress Product Search

Search for products on Aliexpress based on a query and return product details, including pricing, images, store information, and more.

Pricing

$25.00/month + usage

Rating

5.0

(1)

Developer

πŸ‘ Pinto Studio

Pinto Studio

Maintained by Community

Actor stats

10

Bookmarked

326

Total users

7

Monthly active users

5 months ago

Last modified

Share

Aliexpress Product Search Actor Documentation

Description

Search for products on Aliexpress based on a query and return product details, including pricing, images, store information, and more.


Request Parameters

ParameterTypeRequiredDescription
querystringYesThe search query (e.g., "winter hats").
pagenumberYesThe page number for pagination.

Request Example

{
"query":"winter hats",
"page":1
}

Response Format

FieldTypeDescription
imageobjectContains image details (imgUrl, imgWidth, imgHeight).
itemTypestringType of item (e.g., productV3).
productIdstringUnique ID of the product.
storeobjectContains store details (storeUrl, storeName, storeId).
titleobjectProduct titles (displayTitle, seoTitle).
evaluationobjectProduct ratings (starRating, starUrl).
productDetailUrlstringURL to the product details page.
pricesobjectContains pricing details (originalPrice, salePrice, currencyCode).
sellingPointsarrayList of special selling points for the product.
tradeobjectContains sales description (e.g., "4000+ sold").

Response Example

{
"data":{
"content":[
{
"image":{
"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",
"imgWidth":350,
"imgHeight":350
},
"itemType":"productV3",
"productId":"3256806325802948",
"store":{
"storeUrl":"//www.aliexpress.com/store/1103847754",
"storeName":"Shop1103840755 Store",
"storeId":1103847754
},
"title":{
"displayTitle":"Unisex WY Letter Embroidery Beanies Autumn Winter Warm Hat Hip Caps for Women Men",
"seoTitle":"Unisex WY Letter Embroidery Beanies Autumn Winter Warm Hat Hip Caps for Women Men"
},
"evaluation":{
"starUrl":"https://ae01.alicdn.com/kf/S567d6bf538214abf95c1e5825c7e6a05t/48x48.png",
"starRating":4.7
},
"productDetailUrl":"https://www.aliexpress.com/gcp/300000512/nnmixupdatev3?productIds=1005006512117700&pha_manifest=ssr&_immersiveMode=true",
"prices":{
"originalPrice":{
"formattedPrice":"US $5.71",
"minPrice":5.71
},
"salePrice":{
"formattedPrice":"US $0.33",
"minPrice":0.33,
"discount":94
},
"currencyCode":"USD"
},
"sellingPoints":[
{
"tagContent":{
"tagText":"Free shipping"
},
"source":"platformFreeShipping_no_threshold_freeReturn_atm"
}
],
"trade":{
"tradeDesc":"4000+ sold"
}
},
// others products...
]
}
}

Frequently Asked Questions (FAQs)

  1. 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.

  2. 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.

  3. Is the API response in real-time? Yes, the API fetches data in real-time, ensuring accurate and up-to-date product information.

  4. 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."

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. Is there a rate limit for the API? Rate limits depend on your API subscription plan. Check your account or documentation for specific limitations.

  10. Does the API support multiple languages? Currently, the API fetches data in English. You can translate results on the client side if needed.

  11. 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).

  12. 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.

Discover Millions of Products with the Aliexpress Product Search API

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.

Key Features:

Real-time Data: Get up-to-date product listings with a simple query. Rich Metadata: Access product titles, images, pricing, and ratings in one call.

Notes

  • Image URLs are provided in relative format; prepend them with https: to use directly.
  • Paginate through results using the page parameter.
  • Products might have multiple images and selling points.

This API is ideal for fetching products and their metadata to integrate Aliexpress search capabilities into your applications.

You might also like

AliExpress Scraper

logical_scrapers/aliexpress-scraper

Powerful AliExpress product scraper that extracts detailed product data from search results. Get real-time pricing, sales data, and product information from AliExpress marketplace. Perfect for market research, price monitoring, and competitive analysis. Clean, structured JSON output.

408

4.7

Aliexpress Product Details

coladeu/aliexpress-product-details

AliExpress Product Details Scraper allows you to extract complete product information from AliExpress product pages like descriptions, shipping info, sku prices etc. This actor scrapes structured and up-to-date data directly from AliExpress product URLs, making it ideal for e-commerce research

AliExpress Scraper - Search Products, Prices & Ratings

thirdwatch/aliexpress-product-scraper

Scrape AliExpress product search results. Get product titles, prices, discounts, ratings, sales count, images, and selling points.

AliExpress Listings Scraper

piotrv1001/aliexpress-listings-scraper

The AliExpress Listings Scraper extracts product data from AliExpress search URLs, capturing images, titles, prices, stock status, and store detailsβ€”ideal for market research, price tracking, and competitor analysis.

642

4.5

AliExpress Products Scraper

devcake/aliexpress-products-scraper

Scrape AliExpress search results to find best-selling products. Get prices, ratings, reviews, and order counts.

Aliexpress Scraper

saswave/aliexpress-scraper

Aliexpress scraper, collect product listings from a search url. Extract item informations like title, image, price, reviews, ratings and more

AliExpress Search By Image

freecamp008/aliexpress-search-by-image-actor

AliExpress Search By Image API lets you find AliExpress products using images instead of keywords. Instantly get matching products, prices, and seller info with powerful image recognition.

195

5.0

TikTok Shop Product Reviews

vistics/tiktok-shop-product-reviews

Scrape TikTok Shop product reviews. Extract star ratings, review text, verified purchase status, reviewer info, and review images from any TikTok Shop product URL. Bulk scraping supported

21

5.0

Search By Image Aliexpress

freecamp008/search-by-image-aliexpress

The Reverse Image Search is an AliExpress Search By Image API that allows you to locate products by image URL alone. Skip the keywords and get immediate matches, pricing, and seller data using cutting-edge image search technology.

37

5.0

AliExpress Scraper

epctex/aliexpress-scraper

Effortlessly extract descriptions, images, feedback, questions, prices, and shipping information from AliExpress. Customize country, language, and region preferences for enhanced data gathering.

Related articles

How to get data from AliExpress to create a drop shipping store
Read more