How, using js or node, can I get the text content (scrape) of an Amazon order history item?
The URL looks like https://www.amazon.com/gp/your-account/order-details/ref=ppx_yo_dt_b_order_details_o00?ie=UTF8&orderID=113-2083135-8444249 but can only be accessed if signed in.
Can I pass my cookies from a logged in session and use axios or fetch or something?