Aliexpress

You can run this module directly into our CLI

You have 5 modes available:

  • (no value): normal mode

  • ADDRESS: adds default address into your account

  • MONITOR: monitors a specific pid for (eventually) a specific sku / keywords

  • AWAIT: runner that waits once a MONITOR detects stock

  • ACCOUNT: generates an account

  • TEST: lets you just to test the checkout flow (address included) without closing the checking out

Tasks setup

The table below shows how to setup your tasks.

All blank fields are self-explained.

COLUMN NAME
VALUE

SITE

ALIEXPRESS as a value

MODE

Empty or one as a reported above

PID

Product identifier. If your task is an AWAIT one you can let this field empty for catching evert restock or you can specify one or multiple (comma separated) pid for catching specific pings. MONITOR task can have just one pid.

SKU

Since every product can have multiple variants you can specify the sku if you know it in advance or just add some keywords like "whole set" or "single" to cart just specific items.

QUANTITY

When used with ACCOUNT mode, this will be threshold that needs to be satisfied in order to let this task to be completed.

DELAY

In milliseconds (e.g. 3000 for 3 seconds delay) When used with mode ACCOUNT this will be the delay between a generation attempt and the next one

EMAIL

Account email or @yourcatchall.com when generating new accounts with ACCOUNT mode (don't forget the @ in front of your catchall)

PASSWORD

Account password

FIRST NAME

LAST NAME

ADDRESS LINE 1

ADDRESS LINE 2

HOUSE NUMBER

CITY

ZIPCODE

STATE

COUNTRY

A 2-letters country ISO Code (e.g. GB for UK)

PHONE

PAYMENT

CARD HOLDER

CARD NUMBER

EXP MONTH

EXP YEAR

CVV

WEBHOOK

If empty the one set up in settings.json will be used

PROXY

Has te the exact filename, don't forget the extension name like .txt (e.g. aliexpress.isps.txt).

If empty aliexpress.txt will be used.

IMAP

When you generate accounts or sometimes even when logging in, Aliexpress might send you a 6-digit OTP code to the given email address. To let Pepper handle this for you, put here your IMAP connection settings in the following format: server:port:username:password

As example: imap.mail.me.com:993:[email protected]:my-app-password

START TIME

Empty if you want to manually start your task. A specific time in the format hh:mm:ss like 08:50:00 to automatically start this task at the given time.

Don't worry if you recognize you put a wrong time in there. You can still manually force start it.

If you didn't put a specific time, don't forget to put MANUAL as a value if you want to avoid every task to immediately start as soon as your task file is started.

Generate new accounts

This is the hardest part. They tend to ban easily.

We suggest you to use a catchall and use residential proxies. As of now this is the only thing that works better. You can experience this high ban rate also trying to generate your accounts manually.

Monitoring

Even there, residentials are the way to monitor. You can try your ISPs or DCs but they will be banned quite easily.

Example taskfile

Last updated

Was this helpful?