
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.
5.0 (2)
Pricing
$30.00/month + usage
35
Total users
1.8k
Monthly users
68
Runs succeeded
96%
Issue response
1.1 days
Last modified
a day 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