
AliExpress Scraper
Pricing
$30.00/month + usage

AliExpress Scraper
Effortlessly extract descriptions, images, feedback, questions, prices, and shipping information from AliExpress. Customize country, language, and region preferences for enhanced data gathering.
3.6 (3)
Pricing
$30.00/month + usage
38
Total users
1.9K
Monthly users
103
Runs succeeded
90%
Issues response
2.5 days
Last modified
13 hours ago
How do you match price and options from output ?
Closed
Hello AliExpress Scraper Author,
I'm using your scraper and have a question about the output. How do we match the prices in the prices
array to the specific combinations of options in skuOptions
?
For example, if a product has different colors and sizes, how can I determine which price goes with each color-size combination?
I couldn't find this information in the documentation. Could you please explain how this works?
Thanks for your help!

Hey there,
Thank you very much for reaching out. We just deployed a new version where the users can have detailed information and cross-matching in the SKU vs Prices. In the output, there is a new attribute called skuPaths
. This attribute allows you to map the SKU and prices properly. Also, we added the skuId
attribute to the prices.
Since there are multiple SKUs, there are combinations of 2 SKUs at the same time. Therefore, to get the proper price and skuId
pairs, you can check the skuPaths
array.
Best