Skip to main content
Grab your API token from Settings → API, then run the three calls below: size the audience for free, pull real leads from the cached database, and reveal a verified email.

1. Size your audience — free

2. Pull the leads

Same filters against /search/database/leads/ — sub-second, billed per returned result ($0.0067 each, see Pricing). Every response tells you what it cost in meta.amount_charged.

3. Reveal a verified email

Pass a lead from step 2 into /email/find/. You are billed only when a valid email is found — a miss is free.
Need fresher-than-cache data or advanced filters? Swap databaserealtime in any path — same request shape. See Database vs Real-time.

Use it from Postman or Insomnia

Import the whole API in one step — every endpoint, schema, and example:
  1. Postman: ImportLink → paste https://docs.generect.com/api-reference/openapi.yaml
  2. Set a collection-level Authorization header: Token YOUR_API_TOKEN
The same OpenAPI 3.0 spec works with Insomnia, code generators, and AI agents. Building with LLMs? There’s also a remote MCP server.

Before production

  • Errors — one envelope, retry semantics
  • Limits — parallel caps, batch sizes, timeouts
  • Pricing — what each call costs, No Data No Charge
  • Migration Guide — coming from Apollo, Hunter, ZoomInfo, or the legacy API