Skip to content

In this project, Scrapy spiders were utilized to efficiently scrape book names, authors, image links, and prices from the Amazon website's book section. The collected data was cleaned and formatted, providing valuable insights into book details and pricing trends.

Notifications You must be signed in to change notification settings

Siddhi-Naik18/Amazon_WebScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Amazon Website Webscraping

📋 Project Overiew

In this project, scrapy spiders are used to scrape the Book's name, Author's name, Book image link and price from the Amazon websites's book section.

📊 Key Features

  • Web Scraping with Scrapy: Utilized the Scrapy library to efficiently scrape book-related data from the Amazon website, specifically targeting the book section.
  • Book Details Extraction: Successfully extracted key information for each book, including the book name, author, image link, and price, ensuring comprehensive data collection.
  • Handling Pagination: Developed methods to navigate through multiple pages of the book section, ensuring comprehensive coverage and collection of data across all available pages.

Getting Started

  • Clone this repository to your local machine.
git clone https://github.com/Siddhi-Naik18/Amazon_WebScraping.git
  • Navigate to the project directory.
  • Install the required dependencies
pip install scrapy
  • To run this project, go to the terminal and type
scrapy crawl amazon
  • All the product details are scraped successfully.😊

📸 Screenshots

image

📝 Conclusion

Through comprehensive web scraping using Scrapy, valuable data is extracted from the Amazon website's book section. The process provides a deeper understanding of book names, authors, image links, and pricing trends. This project demonstrates the effectiveness of web scraping for data collection and offers insights into the book market on Amazon, showcasing proficiency in data extraction and handling techniques.

About

In this project, Scrapy spiders were utilized to efficiently scrape book names, authors, image links, and prices from the Amazon website's book section. The collected data was cleaned and formatted, providing valuable insights into book details and pricing trends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages