Skip to main content

It will get the product data from ali express

Project description

# Ali Express Product Extractor

[![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

## 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

Dillinger requires [Node.js](https://nodejs.org/) v10+ to run.

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.2.tar.gz (3.7 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