Account research
Account research builds a briefing on one target account before a call: what the company is, who matters there, and what they have been posting.
Recipe#
- One account runs free: mint a key (
POST /v1/keys/mint, no body) under a shared budget of 200 credits per IP per day. Researching a full account list needs more; buy a key at /upgrade, checkout credits the same key. linkedin_get_company: the company facts, by URL, slug, or website domain: industry, size, headquarters, founding year, specialities. Cost: 4 credits.linkedin_get_postson the company: what it has said publicly, one page. Cost: 4 credits.linkedin_search_peoplewithcurrent_companyset to this company andtitlenarrowing to the roles you care about (the champion, the buyer). Cost: 10 credits.linkedin_get_profilewithsections: ["experience"]for the 3 people worth a closer look. Cost: 4 credits each, 12 credits for 3.
Total cost#
30 credits for one company, one post page, one people search, and 3 profiles.
Limits worth knowing#
- No contact details: no emails, no phone numbers. The briefing tells you who to reach, not how to reach them off-platform.
- Each run is a point-in-time snapshot; there is no standing monitor. Re-run before the next call instead.
- Skip
is_anonymous: truesearch results; a private profile cannot be fetched. - A website-domain identifier on
linkedin_get_companycan add a resolution surcharge; setmax_creditsto cap it.
Run it#
Full reference: /docs. Batch version for many companies: /use-cases/company-research.
Installable skill: the account-research pack teaches your agent this whole job. Install every pack with npx skills add veezeehq/veezee-skills (/docs/skills).