# GMAILIFY: Premium Temp Gmail Generator (`dev00/gmailify-premium-temp-gmail-generator`) Actor

Generate high-quality temporary @gmail.com and @googlemail.com aliases to completely bypass bot-detections, email domain blocks, and verification hurdles. Access full inboxes seamlessly.

- **URL**: https://apify.com/dev00/gmailify-premium-temp-gmail-generator.md
- **Developed by:** [dev00](https://apify.com/dev00) (community)
- **Categories:** E-commerce, Developer tools, Integrations
- **Stats:** 102 total users, 10 monthly users, 94.5% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$5.00 / 1,000 gmailify api queries

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## GMAILIFY: Premium Temp Gmail & Googlemail Generator - Apify Actor

Enterprise disposable temporary Gmail generator Actor. Generates high-reputation email aliases on authentic Google Mail domains (`@gmail.com` and `@googlemail.com`) to completely bypass bot-detections, disposable email blacklists, and verification hurdles with instant inbox retrieval.

***

### 🏢 Supported Google Mail Domains

| Provider Key (`provider`) | Email Domain | Trust Level | Best Used For |
| :--- | :--- | :--- | :--- |
| **`gmail`** *(Default)* | `@gmail.com` | ⭐⭐⭐⭐⭐ Highest | Universal account creation, strict fraud firewalls, OAuth sign-ups |
| **`googlemail`** | `@googlemail.com` | ⭐⭐⭐⭐⭐ Highest | European services, legacy Google verification flows |

***

### 🚀 Key Features

- **Authentic Google Mail Coverage**: Generates real alias inboxes on `@gmail.com` and `@googlemail.com`.
- **Auto-Activated Inboxes**: Generates and activates Gmail inboxes with zero manual token handling or session cookies.
- **100% Anti-Bot & Blacklist Bypass**: Bypasses fraud filters that reject `@tempmail` or `@10minutemail` domains.
- **Real-time Message Retrieval**: Extracts confirmation emails, verification codes, and OTPs in clean structured JSON.

***

### 🎯 What People Use It For

- **QA & Automated Testing**: End-to-end testing of user registration, email verification, and password reset flows.
- **Bot-Detection & Firewall Bypass**: Register accounts on platforms that block traditional temporary email services.
- **Growth Marketing & Campaign Automation**: Run scalable multi-account registration campaigns without domain blacklisting.
- **Spam Protection & Privacy**: Protect your personal email address while receiving confirmation codes and newsletters safely.

***

### 📌 3-Step Lifecycle Workflow

1. **Step 1: Generate New Gmail Alias (`/generate`)**: Run the Actor with `endpoint: "generate"` and `provider: "gmail"`. The Actor returns your live alias (e.g. `bushcalehrunk7o+33bhe@gmail.com`) and automatically activates the inbox.
2. **Step 2: Activate Inbox (`/use-email`)**: Manually activate an inbox if needed with `endpoint: "activate"` and your target `email`.
3. **Step 3: Check Received Emails & OTPs (`/check-emails`)**: Run the Actor with `endpoint: "check-emails"` and `email: "bushcalehrunk7o+33bhe@gmail.com"` to read incoming messages and extract verification codes.

***

### 💡 What Problem Does This Solve?

- *"Websites reject my disposable email address with 'Please provide a valid personal email domain'."*
- *"Manual account creation or QA testing requires creating hundreds of real Gmail accounts by hand."*
- *"Old temp-mail APIs require complex authentication tokens, browser extensions, or break after days."*

Gmailify provides reliable, programmatic access to authentic Gmail inboxes via a lightweight, ultra-fast Actor.

***

### 🔍 Queries This Actor Answers

- *How do I generate a temporary @gmail.com or @googlemail.com email address in Apify Actors?*
- *How do I programmatically receive OTP confirmation codes sent to Gmail without human intervention?*
- *What is an accurate API alternative to Temp Mail that bypasses disposable email blocklists?*
- *How do I automate user signup testing with real Gmail inboxes in Python, Node.js, or curl?*

***

### 📥 Dedicated Input JSON Examples

#### 1. Generate Live Gmail Alias (`endpoint: "generate"`)

```json
{
  "endpoint": "generate",
  "provider": "gmail"
}
```

#### 2. Activate Inbox (`endpoint: "activate"`)

```json
{
  "endpoint": "activate",
  "email": "bushcalehrunk7o+33bhe@gmail.com"
}
```

#### 3. Check Received Emails & OTPs (`endpoint: "check-emails"`)

```json
{
  "endpoint": "check-emails",
  "email": "bushcalehrunk7o+33bhe@gmail.com"
}
```

***

### 📤 Dataset Output Format Examples

#### 1. Generated Gmail Alias Output Example

```json
{
  "status": "success",
  "success": true,
  "service": "Gmailify Premium Temp Email Engine",
  "action": "generate_email",
  "email": "bushcalehrunk7o+33bhe@gmail.com",
  "provider": "gmail",
  "is_active": true,
  "message": "Inbox generated & activated successfully. Ready to receive incoming emails and OTP codes."
}
```

#### 2. Received Email Messages Output Example

```json
{
  "status": "success",
  "success": true,
  "service": "Gmailify Premium Temp Email Engine",
  "action": "check_emails",
  "email": "bushcalehrunk7o+33bhe@gmail.com",
  "total_emails": 1,
  "sender": "Service Security Team",
  "subject": "Your verification code is 849201",
  "timestamp": "Just Now",
  "uuid": "msg_9f823a10b4",
  "email_address": "noreply@service.com"
}
```

***

### ⚠️ Failure Context & Error Handling

If an invalid domain or missing email parameter is provided:

```json
{
  "success": false,
  "error": "Parameter 'email' is required to check received messages."
}
```

***

### 🏷️ Keywords

`temp gmail actor`, `disposable gmail apify`, `temp mail actor`, `gmail generator`, `googlemail temp mail`, `bypass email verification`, `otp receiver`, `fake email generator`, `burn email`, `qa email testing`, `apify actor`.

# Actor input Schema

## `endpoint` (type: `string`):

Choose whether to generate a new Gmail alias, activate an existing inbox, or check received messages.

## `provider` (type: `string`):

Choose between @gmail.com or @googlemail.com domain for alias generation.

## `email` (type: `string`):

The generated Gmail address. Required when activating an inbox or checking received messages.

## Actor input object example

```json
{
  "endpoint": "generate",
  "provider": "gmail"
}
```

# Actor output Schema

## `results` (type: `string`):

No description

## `keyValueStoreResult` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("dev00/gmailify-premium-temp-gmail-generator").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("dev00/gmailify-premium-temp-gmail-generator").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call dev00/gmailify-premium-temp-gmail-generator --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,dev00/gmailify-premium-temp-gmail-generator"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/iF3aZhZfgdmVA0by1/builds/JPvDiaqYpeyykRaLd/openapi.json
