Amazon product description scraper
Project description
amzsc
amzsc is an Amazon product description scraper library that allows you to extract product details such as title, price, description, and reviews using ASINs.
Example Usage
from amzsc import AmazonScraper
def main():
# Initialize the AmazonScraper with your Amazon credentials
scraper = AmazonScraper()
asins = ['B08N5WRWNW', 'B07XJ8C8F5'] # Example ASINs
results = scraper.scrape(asins=asins, marketplace="US") # DataFrame with scraped data
print(results)
if __name__ == "__main__":
main()
Installation
pip install amzsc
Contribution
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
git clone https://github.com/ryzanbui02/amzsc.git
cd amzsc
uv sync
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
amzsc-0.1.4.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
amzsc-0.1.4-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file amzsc-0.1.4.tar.gz.
File metadata
- Download URL: amzsc-0.1.4.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b9fd222f500cb2948480d2477d3c86b2c3951c965556cea7b484bceabb594e4
|
|
| MD5 |
a30be5ec26d12de31e959af24d2d944a
|
|
| BLAKE2b-256 |
23b68f90519307581b7f6efaa5fa8c79ac8c89667216dbef90b6fe8be19217a0
|
File details
Details for the file amzsc-0.1.4-py3-none-any.whl.
File metadata
- Download URL: amzsc-0.1.4-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e43d906ce8fa029e7224cd19b93af0cc4e9064681b759ba2ec7191d2b8280247
|
|
| MD5 |
73e15890382759d8773e1171c8f44837
|
|
| BLAKE2b-256 |
2df5b42825299f8afd4a583d789747fe8fc0d8b68bf1685dc50747dd8dd4e965
|