Skip to main content

It will get the product data from ali express

Project description

N|Solid

Build Status

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

AliProductExtractor-0.11.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page