{"slug":"api-getanyapi-com-v1-run-email-find-4af547","title":"AnyAPI email.find (Email Finder)","host":"api.getanyapi.com","method":"POST","resource":"https://api.getanyapi.com/v1/run/email.find","category":"other","description":"AnyAPI email.find (Email Finder)","price_listed":0.0154,"price_asked":0.0154,"state":"answering","state_label":"Answering","checks_7d":1,"answered_7d":1,"latency_ms_median":1465,"reported_calls_30d":1,"reported_payers_30d":1,"networks":["eip155:8453"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"person":{"domain":"google.com","firstName":"Damien","surname":"Neil"}},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$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":{"data":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"items":{"description":"Email lookup records: the discovered email address, verification status, and the matched person and company details. Populated whenever the provider has data for the entity.","items":{"properties":{"email":{"description":"The discovered work email address. Populated whenever the provider has data for the entity.","type":"string","x-anyapi-must-populate":true},"status":{"description":"Lookup status. Always \"found\": a lookup that finds nothing returns found:false with a null data instead of an item, and is not charged. Populated whenever the provider has data for the entity.","type":"string","x-anyapi-must-populate":true}},"required":["email","status"],"type":"object"},"type":"array","x-anyapi-must-populate":true}},"required":["items"],"type":"object"}]},"found":{"type":"boolean"},"reason":{"description":"Present only when `found` is false, and says why there is no result. `not_found`: the source states the target does not exist, or returned nothing for it. A `found: false` answer is a successful call, not an error, and `costUsd` is what it actually cost.","enum":["not_found"],"type":"string"}},"required":["found","data"],"title":"Email Finder output","type":"object","x-anyapi-how-it-works":"AnyAPI runs up to three independent email finders in sequence, cheapest first. The first source that returns an address wins and the rest are never called, so most lookups are billed at the bottom of the published price range and only the harder ones reach the top. A source that holds no record of the person returns nothing rather than guessing a likely address, and the next source is tried. When none of them finds an address the response is found:false with a null data, and the call is not charged."},{"type":"null"}],"description":"Normalized output, or null when the replay payload was not retained."},"provider":{"description":"Always \"AnyAPI\".","type":"string"},"replayed":{"description":"True when this response replays the durable result of an earlier run without billing or upstream execution.","type":"boolean"},"resultId":{"description":"Opaque handle to the full unshaped result, cached ~15 min. Re-shape it for free (fields/max_items/summary/jq) via GET /v1/results/{id}, no re-billing. Absent when the result was too large to cache.","type":"string"},"source":{"description":"The source that served this run. Pass its `id` back as `source` to prefer it again, or as `ignoreSources` to avoid it. Absent when no source identity applies to the run.","properties":{"artworkKey":{"description":"Key for this source's artwork.","type":"string"},"id":{"description":"Stable identifier for this source.","type":"string"},"kind":{"description":"anonymous is a stable identity for an unattributed source; brand names the dataset that supplies the data.","enum":["anonymous","brand"],"type":"string"},"name":{"description":"Display name for this source.","type":"string"}},"required":["id","name","kind","artworkKey"],"type":"object"}},"required":["output","provider","costUsd","items","replayed"],"type":"object"}},"type":"object"}},"type":"object"},"history":[{"day":"2026-09-24","reachable":true,"status":402,"valid_402":true,"asked_usdc":0.0154,"price_match":true,"latency_ms":1465,"error":null}],"description_full":"AnyAPI email.find (Email Finder)","last_updated":"2026-09-22T09:37:49.496Z","schemes":["exact"]}