Adding data from order-list to data-row from order-details (Aliexpress)
Hello!
I want to scrape all my order details from aliexpress. It works pretty well, when the data for one row is only in the order-details-page. However, the order-date cannot be scarped from the order-details-page. It is only visible on the order-list-page, where there is a general overview of my many orders. You can click on the overview to get to the order-details-page, where there is most of the relevant information.
I created a crawler, that extracts all the information on the order-details-page and moves on to the next order-details page of the next order, but sadly I somehow can't figure out how to add the order-date from the order-list-page to the same data-row.
How can I add the order-date from the order-list-page to the maching data row of the order-details-page?
It's the only data that is missing!
Thank you for your help!
-
Official comment
Hi MrSlice,
Thank you for reaching out,
Please check out this tutorial: How to scrape from the list page and detail page at the same time
Let me know if you need any further assistance, I'm more than glad to help.
Best regards,
Comment actions
Please sign in to leave a comment.
Comments
1 comment