For advanced teams
Automate lead research end to end.
Most users never need this page — the web app does the work. But if you want to plug Wowere into your own stack, core Wowere workflows are available via API and command line with the same outcome accounting and billing controls.
curl -s https://wowere.com/api/v1/search \
-H "Authorization: Bearer $WOWERE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "Head of Sales at fintech in Berlin",
"limit": 25
}'# Dry-run: inspect the SearchSpec + Exa query (no cost) pnpm wowere interpret "Head of Sales at fintech in Berlin" # Full pipeline: enrich, save to DB pnpm wowere search "Head of Sales at fintech in Berlin" --json # Find a verified email for a specific person pnpm wowere email --linkedin https://linkedin.com/in/s-chen
For teams that want to automate
Plug Wowere into the workflows you already run.
If you script workflows through Zapier, n8n, your own backend, or an AI agent, Wowere is ready for it. Search, enrich, campaign, export — anything the web app does is also available programmatically, with the same results and the same cost transparency.
One auth model
The same routes that power the web app are reachable with an API key. No shadow endpoints.
Full coverage
Search, chat, lists, contacts, email find, campaigns, conversations, CRM export.
Transparent costs
Provider calls are metered and logged with admin visibility so spend never disappears silently.
Start with a search
Prefer a prompt to a dashboard?
Provision an API key and script your first pipeline in minutes.
Free to start — 25 searches and 10 verified emails included. No credit card required.