How to create bulk Gmail accounts without phone number?

How much is the price of a new Google account that is not authenticated with a phone number but works and I have about 100 accounts now, how much can I sell them and how can I sell them?
 
Hello!
I want to create bulk Gmail accounts (at least 50-70 a day)
Each account only needs to survive for 3 days, that's it nothing else, and then I don't have anything to do with the account

but all I have is:
a phone (let's say my rotating 4g proxy :D),
a PC,
and some python knowledge (4 years of experience, intermediate).

I thought about using virtual machines (one for each account),
but it is impossible to run and maintain all these VMs despite the need for "prefarm".

I'm able to make an automation bot, but I just don't know how to register accounts so they don't need phone number...

Any Ideas?
google usually requires a phone for new accounts, so avoiding it is tricky. for short-lived accounts, people often use temporary phone numbers or SMS services, but expect some blocks. running all on one PC with rotating proxies is possible, just handle cookies and sessions carefully.
 
Get a 2nd phone
Then Reset your phone and try to create gmail with chrome browser

This is my own method
 
  • Use Real SIMs or Virtual SMS Services:
    • Consider using services like 5sim.net, sms-activate.org, or getsmscode.com.
    • These services rent numbers that can receive Google codes.
    • You’d automate the API to buy a number, receive the code, and complete the signup.
  • Browser Automation via Python (Undetected):
    • Use Selenium with undetected-chromedriver, or Playwright.
    • Combine with residential proxies and canvas spoofing (e.g., via Puppeteer Stealth or modifying JS properties).
  • Avoiding VM Overload:
    • Use tools like Docker with GUI emulation (e.g., Xvfb + Chromium in headless mode) to simulate browser environments.
    • Or launch browser sessions with different profiles (e.g., multilogin, Incognition, or Ghost Browser) to isolate sessions without VMs.
  • Minimize Flags:
    • Use different user agents, fonts, time zones, screen sizes.
    • Clean cookies/cache between sessions.
    • Make human-like delays (typing, mouse movement).
  • "Prefarming" Accounts:
    • Run automated tasks like watching YouTube, sending emails, or visiting Google properties.
    • Makes accounts look more legit and less likely to be flagged
Epic chatgtp response, but technically this come close to how it should be done
 
Hello!
I want to create bulk Gmail accounts (at least 50-70 a day)
Each account only needs to survive for 3 days, that's it nothing else, and then I don't have anything to do with the account

but all I have is:
a phone (let's say my rotating 4g proxy :D),
a PC,
and some python knowledge (4 years of experience, intermediate).

I thought about using virtual machines (one for each account),
but it is impossible to run and maintain all these VMs despite the need for "prefarm".

I'm able to make an automation bot, but I just don't know how to register accounts so they don't need phone number...

Any Ideas?
honestly creating bulk gmail without phone verification is almost impossible now. google tightened everything. if you only need short lifespan accounts it is usually easier to source aged or fresh ones from a stable provider instead of trying to automate the whole registration flow. i use morethanpanel for that because it saves a lot of time and the accounts work fine for short term tasks.
 
Back
Top