Hello,
I need to extract the votes and date the question was asked from Amazon for all the questions present here: Amazon.com: Customer Questions & Answers
The data columns and values I want is**: question, votes, date question was asked.** - Please note this data spans over multiple pages.
The date and votes for each question is on 2 different web pages. The votes and question can be extracted as is but we need to click the question link to get the date.
How should I do this? I tried using web scraping and filling each row of the excel first with question then votes but the scraper is giving issues and moving down to the next question is hard. If I use data scraping my table only stores votes and question, not the date. If I l later go and get the date then the rows are mismatched. Help will be greatly appreciated, thanks!