Releases: ranjan-mohanty/amazon-product-details-scraper
Releases · ranjan-mohanty/amazon-product-details-scraper
v1.0.5
v1.0.4
What's Changed
- Update issue templates by @ranjan-mohanty in #9
- Fix security vulnerability by @ranjan-mohanty in #10
- Extract the ASIN from the page for the dir naming or fallback to UUID by @ranjan-mohanty in #11
- Create CODE_OF_CONDUCT.md by @ranjan-mohanty in #12
- Create CONTRIBUTING.md by @ranjan-mohanty in #13
- Create SECURITY.md by @ranjan-mohanty in #14
- Create pull_request_template.md by @ranjan-mohanty in #15
- Create dependabot.yml by @ranjan-mohanty in #16
- Bugfix: Convert UUID to string by @ranjan-mohanty in #19
- Bump beautifulsoup4 from 4.11.1 to 4.12.3 by @dependabot in #17
Full Changelog: v1.0.3...v1.0.4
v1.0.3-rc1
Full Changelog: v1.0.3...v1.0.3-rc1
v1.0.3
What's Changed
- Project restructure
- Break it down into modules
- Update the GitHub workflows
- Add badges in README
Full Changelog: v1.0.0...v1.0.3
v1.0.2-rc2
Full Changelog: v1.0.3...v1.0.2-rc2
v1.0.2-rc1
Full Changelog: v1.0.3...v1.0.2-rc1
v1.0.0
amazon-product-details-scraper
script helps you scrape product details from Amazon product pages. It extracts information like title, description, and image URLs, saving them to JSON files.
Features
- Fetches product details from a single Amazon product URL or a list of URLs in a file.
- Writes extracted data to JSON files for easy storage and processing.
- Optionally downloads product images along with details.
Full Changelog: https://github.com/ranjan-mohanty/amazon-product-details-scraper/commits/v1.0.0