Webscrape project to get Amazon products' descriptions
Project description
Webscrape project to get suppliers’ catalogs.
Features
Uses Selenium and BeautifulSoup
Modular scraping system
Installation
Module can be installed from PyPI with:
pip install amazon-description-scraper
Brief Example
from amzsc import AmazonScraper
proxy_key = "XXXXXXXXXXX" # enter real proxy key here
client = AmazonScraper(proxy_key=proxy_key, jsonl_output_path="data/output.jsonl")
asins = ["B07WC4TDJJ"]
results = client.scrape(asins=asins, marketplace="US")
print(results)
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
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
File details
Details for the file amazon_description_scraper-0.0.3.tar.gz.
File metadata
- Download URL: amazon_description_scraper-0.0.3.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2aa8d3a509bbeb78196183e7b1047f1de2d8734fc3d1db5798ddb0b1bc80545b
|
|
| MD5 |
2d8b7af52c9232e23f7c149f28b5329f
|
|
| BLAKE2b-256 |
d48626a31b526abc814dedbc71c4ab7522c5d3f2f358d2edcfbceef1b1e6b886
|
File details
Details for the file amazon_description_scraper-0.0.3-py3-none-any.whl.
File metadata
- Download URL: amazon_description_scraper-0.0.3-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f607ad508b0f117320a7fa69e634773ab37737e1f2182f3fb323c393f1751378
|
|
| MD5 |
66075fd51b3d6ce13db6f7c64991106c
|
|
| BLAKE2b-256 |
6be0a0aecdafe46348a157af4fc1fcfffd0fa351a6a732cd6dda9995fb7763f7
|