Integrations
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: most search/enrich calls are 0.1 credits/result, mobile finder is 0.4/request, reverse lookup is 1.4/request; polling/statistics/credit reads are free. Bring your own AI Ark key and the call runs on your account instead.
Capabilities
| Tool | Does | Cost |
|---|---|---|
aiark_people_search | Nested-filter people search (returns a trackId for email finding) | 0.1 credits/result |
company_search | Company search (POST /v1/companies, plural) | 0.1 credits/result |
find_emails | Async work-email finder from a prior search trackId (webhook push) | 0.1 credits/found email |
export_people | Async bulk export with emails (filters + page + size ≤10,000) | 0.1 credits/found email |
mobile_phone_finder | Mobile by LinkedIn URL or domain+name | 0.4 credits/request |
reverse_lookup | Email/phone → person | 1.4 credits/request |
people_analysis | Personality analysis from a LinkedIn URL | 0.3 credits/request |
fetch_credit | Remaining credit balance (safe pilot) | Free |
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 for personal email).
- 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).