AiArk
B2B people & company search plus work-email/mobile enrichment, the only DB with an OPEN_TO_WORK filter; work-email-only, async email/export flows.
Reach for AiArk to source companies and people, recover work emails and mobiles, and, uniquely in the stack, target candidates flagged open to work.
Managed credits or BYOK, each method is priced off what it costs us — the table below quotes the live rate (people search 0.05 credits/result, mobile finder 0.332 credits/request, reverse lookup 1.4 credits/request); polling/statistics are free. Bring your own AI Ark key and the call runs on your account instead, fetch_credit reads that account and needs your own key.
Capabilities
| Tool | Does | Cost |
|---|---|---|
aiark_people_search | Nested-filter people search (returns a trackId for email finding) | 0.05 credits/result |
company_search | Company search (POST /v1/companies, plural) | 0.01 credits/result |
find_emails | Async work-email finder from a prior search trackId (webhook push) | 0.034 credits/found email |
export_people | Async bulk export with emails (filters + page + size ≤10,000) | 0.06 credits/found email |
mobile_phone_finder | Mobile by LinkedIn URL or domain+name | 0.332 credits/request |
reverse_lookup | Email/phone → person | 1.4 credits/request |
people_analysis | Personality analysis from a LinkedIn URL | 0.266 credits/request |
fetch_credit | Remaining credit balance on your own account | BYOK only |
Guidance
- Filters are strictly nested: body is
{account, contact, lists, page, size};page(0-based) andsize(≤100) are required. Text filters take{mode: SMART|WORD|STRICT, content: [...]}; string/enum filters take bare{include: [...]}arrays. contact.profileBadge: OPEN_TO_WORKis unique to AiArk: route any "open to work" candidate request here, but always pair it with a title/location/skill (the badge alone matches ~24M people).- Location is an exact-string contact filter: enumerate the whole metro (e.g. Bay Area must list Palo Alto, Mountain View, Oakland, San Jose…).
geoLocation(lat/lng+radius) is a company-HQ filter, not a person filter. - Work-email only: AiArk does not return personal emails; do not use it for candidate-acquisition email workflows (use FullEnrich/LeadMagic/Wiza for personal email).
- A lookup that finds nobody is a miss, not an error:
mobile_phone_finder,reverse_lookup,people_analysisand single-person exports return a no-result (error_code: NOT_FOUND) when the identifiers match nobody in the database. Nothing is charged, and in a waterfall the chain moves on to the next provider. - Async flows:
find_emailsrequires a hostedwebhook(results are pushed, no local poll); thetrackIdis single-use and expires ~6h.export_people→ pollexport_statisticsuntilDONE→export_results.
hyreflow tools execute aiark aiark_people_search \
--payload '{"contact":{"experience":{"latest":{"title":{"mode":"SMART","content":["Platform Engineer"]}}},"profileBadge":{"any":{"include":["OPEN_TO_WORK"]}}},"page":0,"size":25}'In a waterfall: AiArk leads the people_search and linkedin_profile (employment history) chains (see Integrations Overview). Search bills every profile on the page, and the page is sized from limit (default 25) — pass the number you actually want.