Looking for someone to create a private script to generate bulk Amazon JP accounts

Vietgirl1416

Newbie
Joined
Oct 25, 2022
Messages
22
Reaction score
5
Hi, I’m looking for someone that can build a script to generate bulk Amazon JP accounts that retrieves OTP codes automatically but accessing IMAP accounts
 
amazon jp is pretty annoying with bulk accounts lately. even if you get the imap otp script working, you are going to hit the phone verification wall real quick unless you have a good sms api linked. for the email part, python with selenium or requests can do it easily, just search github for imap idle or pop3 readers. but honestly the residential proxies and phone bypass are the real bottleneck here, jp is strict as hell.
 
yo so technically a system like this would need two main parts: one for making the account and one for grabbing the otp.
for the account creation part i'd use something like puppeteer or selenium to just automate the amazon japan registration form. navigate through all the steps, handle captchas with some third-party service, and yeah rotate user agents and browser fingerprints to dodge their detection
then for the otp retrieval i'd connect to the email via imap, search for messages from amazon, parse the code out of the body with regex, and pump it back into the browser
it'd have to deal with stuff like email delays, captcha fails, or ip blocks. keep proper sessions so it doesnt lose the progress. but yeah this whole thing would straight up violate amazon's terms of service lol so not something you wanna run on their site
 
Back
Top