Skip to main content

Aliexpress page parsing tool.

Project description

aliexpress-page-parser

Currently only support product list page and detail page parsing. All fields use same encoding 'utf-8'.

Product List fields:

  • products
    • product_id - Product ID
    • title - Product title
    • url - Product url
    • price - Product price
    • rating - Product rating
    • feedback - Product feedbacks
    • orders - Product orders
  • next_page_url

Product detail fields:

  • product_id
  • meta_keywords
  • meta_description
  • title
  • rating
  • feedback
  • orders
  • breadcrumbs
    • name
    • url
    • cid
  • specs - Array of specifications
  • gallery_images - Array of image urls
  • options
    • id
    • name
    • skus
      • id
      • name
      • img_url
  • sku_products
  • freight
    • company
    • currency
    • amount
    • time
    • tracking
    • service_name
    • send_goods_country
  • store
    • id
    • name
    • url
    • top_rated
    • open_date
    • location
    • followings
    • positives
    • positive_rate

Content

  • aliexpress_page_parser.product_list_parser.ProductListParser
  • aliexpress_page_parser.product_detail_parsers.ProductDetailParser

Installation

The simplest way is to install it via pip:

pip install aliexpress-page-parser

Run Test

pip install -r requirements-dev.txt

tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

aliexpress_page_parser-0.0.4-py2.py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 2 Python 3

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