Project- Exploring Web Scraping: Python Adventures on Wikipedia and Amazon

8 / 11

Scraping Amazon Product Reviews - Adding browser agent string

Like we did in the previous assessment, in this step we will set the browser agent string. A browser agent string helps identify which browser is being used, what version, and on which operating system.

You can get your browser agent string from here:

https://udger.com/resources/online-parser

INSTRUCTIONS
  • Set the browser agent string in the user_agent variable:

    <<your code goes here>> = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'
    
See Answer

No hints are availble for this assesment


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...