This is likely a basic question, but how do I scrape a page and an element from the details page at one time?
Example:
Page one contains a list of product descriptions, product prices, and links to details page for each product.
Each product details page contains country of origin.
How do I scrape product description, price, and county of origin?
In the source of Page one are you able to see somewhere the country of origin written?
Right click on that product description and click Inspect element and do some up and down scrolling and see if the Origin is present in there.
@solojer if the provided answer resolved your issue, please mark the thread as resolved.
Thank you.