Want to extract AliExpress data straight into your spreadsheet?
You can see below the exhaustive list of selectors designed for any AliExpress product/search page. These built-in data selectors are used within your =IMPORTFROMWEB( ) function; just pick them up directly in our AliExpress scraper template or use them by yourself in your own spreadsheet.
=IMPORTFROMWEB("url", "title,sale_price,rating")
Please note that ImportFromWeb works with most of AliExpress markets.
Product page
| Selector | Description |
|---|---|
| title | Product name |
| url | Product URL |
| rating | Average rating |
| reviews_count | Number of reviews |
| sale_price | Product price |
| featured_image | Collects the main image source |
| description | Product description |
| shipping_cost | Shipping price |
Search page
| Selector | Description |
|---|---|
| title | Collects each product title |
| price | Collects each product price |
| rating | Collects average rating for each product listed |
| quantity_sold | Number of product sold by the actual seller |
| featured_image_source | Collects the main image source for each product listed |