It will get the product data from ali express
Project description
Features
- Extract products from Ali Express
- Easy to use
Tech
Dillinger uses a number of open source projects to work properly:
- [python] - Programing Language!
- [vscode] - text editor
- [selenium] - Markdown parser done right. Fast and easy to extend.
Installation
Install the dependencies and devDependencies and start the server.
pip install AliProductExtractor
Usage example
from AliProductExtractor.scrape_ali_express import aliExtractor
import os
if __name__ == "__main__":
os.environ['WDM_LOG_LEVEL'] = '0'
os.environ['WDM_LOCAL'] = '1'
url = 'https://www.aliexpress.us/item/3256804136971215.html'
data = aliExtractor(url)
print(data)
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
File details
Details for the file AliProductExtractor-0.10.tar.gz
.
File metadata
- Download URL: AliProductExtractor-0.10.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d9c1d4863b28b5bdbd911129eaacf11a48d39f456443679a10e16c10e12fac1 |
|
MD5 | 66d78bf3f81a193948a447ad0cb79d9a |
|
BLAKE2b-256 | 214a01e3a4e718903d742e318c49b31f25c9fcebf54aaf86875f6c0b7f9bd822 |