python-aliexpress-api icon indicating copy to clipboard operation
python-aliexpress-api copied to clipboard

Add 'get_products()' method for 'aliexpress.affiliate.product.query' API endpoint

Open BackrndSource opened this issue 1 year ago • 0 comments

Example of use:

response = aliexpress.get_products(keywords='bluetooth earphones', max_sale_price=3000)
print(response.products[0].product_title)

BackrndSource avatar Apr 05 '24 21:04 BackrndSource