I'm trying to retrieve reviews from AliExpress and was hoping there would be an API I could do this with but I haven't had any luck finding one.
I've looked through the documentation on their website (https://developers.aliexpress.com/en/doc.htm?docId=108088&docType=1) and the only mention to reviews I could find was on the aliexpress.postproduct.redefining.findaeproductbyidfordropshipper
request (https://developers.aliexpress.com/en/doc.htm?docId=35321&docType=2) with properties evaluation_count
and avg_evaluation_rating
.
Perhaps there's another API that I should be looking at? I'd like to avoid having to scrape the data if possible.
Thank you!