How to Scrape Amazon.com for laptop price and spec via Selenium ?

Informula
3 min readDec 11, 2020

Purpose

We are trying to search and grab the laptop information in the Amazon website by rendering through the browser via Selenium so that we can easily play around with the data. We originally tried to leverage Scrapy but it does not allow us to go this way.

Tool

  • Python package: selenium/ BeautifulSoup/random/ time/ os

Target Website

--

--