Skip to content

A Python-based web scraper that extracts laptop details (title, price and product link) from Amazon using Selenium for dynamic page handling and BeautifulSoup for HTML parsing.

Notifications You must be signed in to change notification settings

abhrajit2004/Amazon-Laptop-Info-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Laptop Info Scraper

A Python-based web scraper that extracts laptop details (title, price and product link) from Amazon using Selenium for dynamic page handling and BeautifulSoup for HTML parsing.


Features

  • Scrapes laptop listings from Amazon.
  • Extracts useful data such as:
    • Product Title
    • Price
    • Product URL
  • Uses Selenium to handle dynamic content and JavaScript-rendered pages.
  • Uses BeautifulSoup for efficient HTML parsing and data extraction.
  • Saves data to a CSV file for further analysis.

Tech Stack

Tool Purpose
Python Core language
Selenium Automates browser and loads dynamic content
BeautifulSoup (bs4) Parses and extracts HTML data
pandas Organizes and exports data (CSV/Excel)

Video Preview

2025-11-13.00-06-52.mp4

About

A Python-based web scraper that extracts laptop details (title, price and product link) from Amazon using Selenium for dynamic page handling and BeautifulSoup for HTML parsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages