# Company/Domain Enrichment API

> Company/Domain Enrichment API is a paid API for AI agents from aws-bedrock.grok.me, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Enriches a company domain with business intelligence including title, emails, social profiles, and IP addresses

## Facts

- Endpoint: GET https://aws-bedrock.grok.me/api/v1/enrich
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-domain-enrichment-api-d9753cb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_baiJQVZMQZEtFoDzMcqxv

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 company-domain-enrichment-api-d9753cb6
```

Example prompt: Can you enrich the domain stripe.com and pull back their company title, any email addresses, social media links, and IP addresses?

## When to prefer this

Choose this endpoint when you need fast, affordable company enrichment by domain name and want a bundled output of title, emails, social profiles, and IPs in a single call. Ideal for sales prospecting, lead qualification, vendor vetting, or competitive research workflows where a domain is your only starting point. Prefer this over dedicated email-finder or social-scraping tools when you want multiple enrichment signals in one cheap API call.

## Known failure modes

- Unknown or unregistered domain returns empty or null fields
- Domain with heavy privacy protection may yield minimal data
- Rate limiting or payment failure returns HTTP 402 requiring USDC payment
- Malformed domain input may result in a 400 bad request
- Newly registered domains may have insufficient data indexed

## How this service works

Company/domain enrich. GET /api/v1/enrich?domain=stripe.com → 402 $0.008 USDC. Title, emails, social, IPs. enrich.

## Output

Returns enriched company data for the given domain, including the company title/name, associated email addresses, social media profile links, and IP addresses tied to the domain.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "modelId": {
       "type": "string",
       "description": "OpenRouter model id"
      }
     }
    }
   },
   "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/company-domain-enrichment-api-d9753cb6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aws-bedrock.grok.me](https://www.zero.xyz/host/aws-bedrock.grok.me/llms.txt)
