# Context.dev Retrieve Brand by Email

> Context.dev Retrieve Brand by Email is a paid API for AI agents from Context.dev at mpp.orthogonal.com, paid per call via MPP, $0.03/call, status unknown (last checked 2026-09-22).

Looks up brand information associated with an email address's domain, while also detecting whether the email is disposable or free (e.g. Gmail, Mailinator).

## Facts

- Endpoint: GET https://mpp.orthogonal.com/context-dev/brand/retrieve-by-email
- Price: $0.03/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-22
- Activations on Zero: 0
- Provider: Context.dev
- Docs: https://www.context.dev
- Website: https://www.context.dev
- Tags: scraping, brand, context, extraction, web, data
- Canonical page: https://www.zero.xyz/c/context-dev-retrieve-brand-by-email-53d24bd6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cQrjkDzOsOW9iLUSW_fBt

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 context-dev-retrieve-brand-by-email-53d24bd6
```

Example prompt: Can you look up the brand information for the email address john.doe@acme.com and also tell me if it's a disposable or free email provider?

## When to prefer this

Use this endpoint when you have an email address and want to enrich it with brand/company information tied to its domain, or when you need to screen out disposable or free email addresses at sign-up or lead qualification time. Prefer this over a generic web scraping endpoint because it handles email-specific logic including disposable/free provider detection automatically.

## Known failure modes

- Email address not found or domain has no associated brand data
- Invalid email address format returns a validation error
- Domain is newly registered with no crawled brand data
- Service unavailable or timeout for the upstream brand lookup
- Rate limiting if too many requests are made in a short period

## How this service works

Retrieve brand information using an email address while detecting disposable and free email addresses. This endpoint extracts the domain from the email address and returns brand data for that domain. Disposable and free email addresses (like gmail.com, yahoo.com) will throw a 422 error.

## Output

Returns brand data associated with the email's domain (such as company name, domain, colors, logo) along with flags indicating whether the email address belongs to a known disposable email service or a free email provider like Gmail or Yahoo.

## Example request

```json
{
 "email": "test@example.com"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/context-dev-retrieve-brand-by-email-53d24bd6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
