Gmail Availability avatar
Gmail Availability

Pricing

$7.00 / 1,000 results

Go to Apify Store
Gmail Availability

Gmail Availability

Developed by

Maged

Maged

Maintained by Community

Verifies If a gmail address/username is taken or available.

0.0 (0)

Pricing

$7.00 / 1,000 results

0

1

1

Last modified

5 hours ago

Gmail Availability Checker

Verifies If a gmail address/username is taken or available


How it works

  • Input a list of email addresses or/and usernames (up to 1000 max).
  • The Actor will check each one and return whether it is available or not.

Example Input

{
"emails": [
"example1@gmail.com",
"example2@gmail.com",
"testaccount123"
]
}

Example Input

[
{
"email": "example1@gmail.com",
"available": false
},
{
"email": "example2@gmail.com",
"available": true
},
{
"email": "testaccount123",
"available": false
}
]