# is-email-hosted-by-google-workspace-bulk

> is-email-hosted-by-google-workspace-bulk is a paid API for AI agents from email.intel.rallylive.ca, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-18).

Checks up to 20 domains concurrently to determine whether each domain's email is hosted by Google Workspace, returning results in input order with per-item error details.

## Facts

- Endpoint: GET https://email.intel.rallylive.ca/bulk/email/hosted-by/google-workspace
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/is-email-hosted-by-google-workspace-bulk-2d778179
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_faV2IKqE7lUM1w_cQ8eIn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability is-email-hosted-by-google-workspace-bulk-2d778179
```

Example prompt: I have a list of 15 domains — acme.com, globex.io, initech.net, and 12 others — can you check all of them at once to see which ones have their email hosted by Google Workspace?

## When to prefer this

Choose this endpoint when you need to check more than one domain for Google Workspace email hosting at once — it processes up to 20 domains concurrently in a single $0.10 call, making it far more cost-efficient and faster than calling the single-domain endpoint repeatedly. Ideal for lead enrichment pipelines, infrastructure audits, or any workflow that holds a list of domains.

## Known failure modes

- Exceeding the 20-domain limit per batch call may result in an error or truncation
- Individual domains may return per-item errors if DNS lookup fails or the domain is unreachable
- Malformed or non-existent domains will be flagged in the per-item error field rather than failing the whole batch
- Network timeouts on concurrent DNS resolution may increase the failure count

## How this service works

Bulk is email hosted by google workspace: up to 20 domains in one call, processed concurrently, results in input order with a per-item error field and a failure count. Same answer per item as the single endpoint. Batch enrichment for agents that hold a list. $0.10 per batch.

## Output

An ordered list of results matching the input domain list, where each item indicates whether that domain's email is hosted by Google Workspace, plus a per-item error field for any failures and an overall failure count for the batch.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/is-email-hosted-by-google-workspace-bulk-2d778179/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from email.intel.rallylive.ca](https://www.zero.xyz/host/email.intel.rallylive.ca/llms.txt)
