Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amber-abuah/amazon-product-scraper
Python script that scrapes data from Amazon product pages and saves into a CSV.
https://github.com/amber-abuah/amazon-product-scraper
beautifulsoup beautifulsoup4 csv csv-export python scraper scraping
Last synced: 24 days ago
JSON representation
Python script that scrapes data from Amazon product pages and saves into a CSV.
- Host: GitHub
- URL: https://github.com/amber-abuah/amazon-product-scraper
- Owner: Amber-Abuah
- Created: 2024-08-12T15:23:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:35:26.000Z (5 months ago)
- Last Synced: 2024-08-13T19:31:51.845Z (5 months ago)
- Topics: beautifulsoup, beautifulsoup4, csv, csv-export, python, scraper, scraping
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Product Scraper
A python script that scrapes data from Amazon product pages and saves into a .csv file. In order to change urls scraped, please update the _urls_to_scrape_ list in _scrape.py_ to contain urls of your own.