Gmail Availability Rental avatar
Gmail Availability Rental

Pricing

$19.00/month + usage

Go to Apify Store
Gmail Availability Rental

Gmail Availability Rental

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

Pricing

$19.00/month + usage

Rating

5.0

(1)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

1

Monthly active users

2 months ago

Last modified

Categories

Share

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
}
]