Hi guys,
I am trying to do a Data Scraping on Ebay.
What I have to do is research a dynamic number of items (from the orchestrator queue) one by one on ebay and get the first 10 items that appear. after that I need to write on an Excel file just the products names and the prices of those 10. The problem I am facing is that is writing on the Excel file for each of the 10 product all the details because i dont know how to get just the name and the price. plus it is writing the first 10 but just of the first item of the queue… while (in this case) I have 3 item… so it should write 30 products name with beside their price
