Hyreflow
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

ToolDoesCost
aiark_people_searchNested-filter people search (returns a trackId for email finding)0.1 credits/result
company_searchCompany search (POST /v1/companies, plural)0.1 credits/result
find_emailsAsync work-email finder from a prior search trackId (webhook push)0.1 credits/found email
export_peopleAsync bulk export with emails (filters + page + size ≤10,000)0.1 credits/found email
mobile_phone_finderMobile by LinkedIn URL or domain+name0.4 credits/request
reverse_lookupEmail/phone → person1.4 credits/request
people_analysisPersonality analysis from a LinkedIn URL0.3 credits/request
fetch_creditRemaining credit balance (safe pilot)Free

Guidance

  • Filters are strictly nested: body is {account, contact, lists, page, size}; page (0-based) and size (≤100) are required. Text filters take {mode: SMART|WORD|STRICT, content: [...]}; string/enum filters take bare {include: [...]} arrays.
  • contact.profileBadge: OPEN_TO_WORK is 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_emails requires a hosted webhook (results are pushed, no local poll); the trackId is single-use and expires ~6h. export_people → poll export_statistics until DONEexport_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).

On this page