AnyAPI email.find (Email Finder)
AnyAPI email.find (Email Finder)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1465 msmedian answer time
$0.0154listed price per call
$0.0154price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.getanyapi.com/v1/run/email.find
| Category | Everything else |
|---|---|
| Provider host | api.getanyapi.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.0154 | 1465 ms |
Example input (from the provider)
{
"body": {
"person": {
"domain": "google.com",
"firstName": "Damien",
"surname": "Neil"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"body": {
"additionalProperties": false,
"example": {
"person": {
"domain": "google.com",
"firstName": "Damien",
"surname": "Neil"
}
},
"properties": {
"allowFallbacks": {
"default": true,
"description": "Optional, default true. When false, only the sources listed in `source` may serve; the request is refused with no charge if none of them can. When true, the listed sources are tried first and any other source may serve after them, at the normal price.",
"type": "boolean"
},
"ignoreSources": {
"description": "Optional. Source ids to skip for this request, taken from this endpoint's `lanes[].source.id`. The cheapest remaining source serves and the price is that of the dearest remaining source. An id that does not serve this endpoint, or that is also in `source`, is rejected as invalid input with no charge; skipping every source is rejected the same way.",
"items": {
"minLength": 1,
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"person": {
"description": "The person to find an email for, e.g. {\"firstName\": \"Jane\", \"surname\": \"Doe\", \"domain\": \"acme.com\"} (domain also accepts a company name).",
"properties": {
"domain": {
"description": "Company domain (e.g. acme.com) or company name (e.g. Acme Inc), resolved automatically.",
"type": "string"
},
"firstName": {
"description": "The person's first name (e.g. Jane).",
"type": "string"
},
"surname": {
"description": "The person's last name (e.g. Doe).",
"type": "string"
}
},
"required": [
"firstName",
"surname",
"domain"
],
"type": "object"
},
"preferLatencyUnderMs": {
"description": "Optional; omit it and routing is unchanged, with the cheapest source serving. Prefer sources whose typical response time (median over the trailing 30 days, as published on this endpoint's lane health) is under this many milliseconds; among those, the cheapest serves. This can raise your price: when the cheapest source misses the target, a faster and dearer one serves, and you are quoted and charged its price. If no source is that fast the request is still served, by whichever source offers the best speed for its price - it is never refused for being slow. Sources we have not timed are tried last. This is a preference, not a guarantee: the median describes past requests and is not a ceiling on this one, and it excludes any wait this request itself asks for. On a paginated walk it applies to the first page only: later pages stay with the source that page chose, at the price it was quoted.",
"minimum": 1,
"type": "integer"
},
"source": {
"description": "Optional. Source ids to prefer, in order, taken from this endpoint's `lanes[].source.id` in /catalog or /apis. Omit it and the cheapest source serves, with automatic failover. Listed sources are tried first in the order given, then the others, unless `allowFallbacks` is false. A single source with `allowFallbacks` false is served only by that source at its price, quoted and charged exactly, with no failover. The price is that of the dearest source that may serve. An id that does not serve this endpoint is rejected as invalid input with no charge; a listed source that is not serving right now is refused with no charge, so omit `source` to be served by another. On a paginated walk, later pages must include the source that served page one, or omit `source`.",
"items": {
"minLength": 1,
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"title": "Email Finder input",
"type": "object"
}
},
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"costUsd": {
"description": "USD charged on the original run. On a replay this value is echoed for parity; the replay itself is free.",
"type": "number"
},
"hint": {
"description": "Optional one-line nudge, absent when there is nothing to say. `large_result:` suggests the fields/max_items/summary/jq controls for a big response. `paging_unavailable:` means this result came from a source that cannot return a `nextCursor`, so it may be INCOMPLETE and cannot be continued - re-run with `requireFields: [\"nextCursor\"]` to be served only by a source that can page, which may cost more per request.",
"type": "string"
},
"items": {
"description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.",
"type": "integer"
},
"jqError": {
"description": "Present only when a `jq` expression failed; `output` then carries the full unshaped result and this explains why the reshape did not apply.",
"type": "string"
},
"output": {
"anyOf": [
{
"additionalProperties": false,
"properties": {