Amazon
You can run this module directly into our CLI
You have 5 modes available:
(no value): normal drop or restock mode
MONITOR
: monitors a specific pid for (eventually) a specific size rangeAWAIT
: runner that waits once a MONITOR detects stockSESSION
: generates a session for an existing accountMANUAL
: after login (if needed) will let you do your stuff manually (for example deleting orders and so on)
Tasks setup
Setting up a single task is quite easy.
You don't need to specify any information about shipping or about the payment method.
You just need to fill the COUNTRY since it will be used for selecting the Amazon region you want to run for.
IMPORTANT NOTE
Your account has to have a default shipping address and a default payment method already set into your account.
Once you checkout an item you'll have hours and sometimes even days to confirm your payment manually.
You can quickly switch a single task to MANUAL mode and proceed to manual payment if needed.
SITE
AMAZON as a value
MODE
Empty or one as a reported above
PID
ASIN or multiple ones comma separated when running MONITOR mode
OFFER
Provide a specific offer id. Running with an OFFER is the fastest way to checkout
QUANTITY
As many as you want, if a product is not available for the desired quantities, the minimum one will be used
MAX PRICE
When monitoring a product, might be that the item comes in-stock but with an higher price. Type the maximum price you are willing to pay for the given product.
DELAY
In milliseconds (e.g. 3000 for 3 seconds delay)
Account email
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. amazon.isps.txt
).
If empty amazon.txt
will be used.
You must have a CapSolver key set up in your settings.json, a captcha is required in order to login and checkout on this site.
Example taskfile
Here is an example task file:
In the example task we have 3 taks.
One MONITOR
task that is going to monitor three different products.
One AWAIT
tasks that, once prepared his session, will listen for a MONITOR
input: as soon the MONITOR task detect an availability for the monitored items, this task will automatically start.
One task with EMPTY mode but with a specific OFFER.
This task will ignore what MONITOR task will provide during the time and will run as a standalone task.
Since a specific OFFER has been given the task will check when the product related to the specific OFFER will come back in stock and will try to checkout.
Doing a proper usage of MONITOR and AWAIT mode will drastically reduce your proxy data consumption. Using an EMPTY task with an OFFER will give you the highest chances to checkout the specific product.
You can edit this file by using Rons editor.
Last updated
Was this helpful?