abbylemon / web-scraping-challenge

work on web scraping
1 stars 0 forks source link

Scrape product reviews #3

Open abbylemon opened 4 years ago

abbylemon commented 4 years ago

Issue with html parser not parsing the whole page. Need to scroll and re-load page to parse all of the comments on a single product reviews page.

Maybe the issue is that the entire page isn't loaded. Try download the entire page html then parse.

abbylemon commented 4 years ago

User input for dynamic Walmart search. Then need to convert that user input to an URL search query.

abbylemon commented 4 years ago

Create a site for users to click to scrape data and view results.