Questions tagged [aliexpress]

44 questions
18
votes
1 answer

Aliexpress API - full ordering process

Does Aliexpress have an API that allows to make full ordering process? This means to have own eshop and just communicate with API (including payment via Aliexpress).
tttpapi
  • 887
  • 2
  • 9
  • 32
5
votes
1 answer

Is there an AliExpress API that can submit dropship orders instead of using Oberlo?

Currently I am using the Shopify app Oberlo with it's chrome extension to manually send over dropship orders one by one. This works find but I have between 100 to 1000 orders daily during testing. Can anybody recommend a way to automate this using…
IAF
  • 51
  • 1
  • 7
4
votes
1 answer

How to generate the _aop_signature for Aliexpress API using PHP?

I'm using the Aliexpress API generatePromotionLinks. This API requires an parameter which is _aop_signature URL is this…
3
votes
2 answers

How to get product description from Aliexpress with API?

I was scraping product details with beautifulsoup from aliexpress. But that is too slow and too much of a hassle. So I signed up for the aliexpress API. Everything works. But how can I get the description of products using the API? I found nothing…
Wramana
  • 183
  • 1
  • 4
  • 16
2
votes
2 answers

Can't access Aliexpress functions in top.api

I'm just started to search Aliexpress-API documentation. In there: Developers.aliexpress , Im coding in python and need to import AliexpressSolutionProductPostRequest from top.api but it fails. I installed top lib on Windows like that: python -m pip…
320V
  • 272
  • 3
  • 7
2
votes
0 answers

Selenium Chrome Getting Detected

I wrote a bot for AliExpress Bonus Buddies [https://sale.aliexpress.com/__mobile/daily-cash-out-gaming_m.htm?_addShare] It's working great before the update, ever since the update If I generate a click/touch from selenium, it gives Security Error. I…
2
votes
1 answer

How to click and close the banner after accessing the website https://www.aliexpress.com/ using Python and Selenium

I'm trying to access a well known online shopping service, to filter and sort results, however the service has a "popup" offering coupons when you first open the site. I'm trying to dismiss the message. The problem is the popup, isn't a real popup,…
dragonfly
  • 133
  • 1
  • 10
2
votes
2 answers

Is there an AliExpress API to request product reviews?

I'm trying to retrieve reviews from AliExpress and was hoping there would be an API I could do this with but I haven't had any luck finding one. I've looked through the documentation on their website…
Eugene Kim
  • 496
  • 4
  • 17
1
vote
1 answer

AliExpress API Overseas version prohibits writing

is anyone managed to register in the AliExpress Developer account - https://developers.aliexpress.com? I need to use it for dropshipping, so API is needed to manage products. When I tried to create an account I received an error message: "Overseas…
idmitriev
  • 4,619
  • 4
  • 28
  • 44
1
vote
0 answers

Scraping the reviews of AliExpress after translating it into Arabic using Selenium

I used the following code to scrape the reviews from AliExpress. However, I want to scrape the content as it appears in the Arabic URL. I used the Arabic URL in the code, but it shows the reviews in English even if they are not originally in English…
Reem
  • 107
  • 1
  • 7
1
vote
1 answer

Get all the product's href from AliExpress using selenium

I want to get and print all the Urls of the products in one of the AliExpress pages, it worked but just the first 12 urls that show and not all the urls on the page, normally it should be 60 urls because every page in AliExpress contains 60…
dina robert
  • 241
  • 3
  • 10
1
vote
0 answers

Aliexpress detecting automated browser, human verification fail in Selenium chrome driver

I want to write a script to scrap some data from aliexpress, so I need to be logged in first, When I try to login, Aliexpress ask for slide to verify sometimes, I made an script to do this in an automated way using selenium actions, but it gives the…
1
vote
1 answer

wordpress,Aliexpress dropshipping plugin

I'm trying to publish products from aliexpress to my website using Aliexpress Dropship for WooCommerce plugin. actually, it was working perfectly. But when I made the update a message keeps showing. Import failed. Too few arguments to…
KIM Yejin
  • 11
  • 1
1
vote
0 answers

Creating Woocommerce products programmatically from json data, Variation product not working

Product variation not working, woocommerce version 4.6.2 Using zapiex API to fetch aliexpress product. Frontend screenshot Backend screenshot code is working for creating new products with attributes and variations. all are working fine except the…
1
vote
1 answer

Can't locate product information with xPath

I'm writing my first web scraper in Python and I'm trying to get the product title and price from an Aliexpress product page. I am a total noob in this topic so sorry if this is an obvious question, but the solutions I've tried so far from other…
1
2 3