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 — 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

ToolDoesCost
aiark_people_searchNested-filter people search (returns a trackId for email finding)0.05 credits/result
company_searchCompany search (POST /v1/companies, plural)0.01 credits/result
find_emailsAsync work-email finder from a prior search trackId (webhook push)0.034 credits/found email
export_peopleAsync bulk export with emails (filters + page + size ≤10,000)0.06 credits/found email
mobile_phone_finderMobile by LinkedIn URL or domain+name0.332 credits/request
reverse_lookupEmail/phone → person1.4 credits/request
people_analysisPersonality analysis from a LinkedIn URL0.266 credits/request
fetch_creditRemaining credit balance on your own accountBYOK only

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/Wiza for personal email).
  • A lookup that finds nobody is a miss, not an error: mobile_phone_finder, reverse_lookup, people_analysis and 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_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). Search bills every profile on the page, and the page is sized from limit (default 25) — pass the number you actually want.

On this page