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#

  1. 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.
  2. linkedin_get_company: the company facts, by URL, slug, or website domain: industry, size, headquarters, founding year, specialities. Cost: 4 credits.
  3. linkedin_get_posts on the company: what it has said publicly, one page. Cost: 4 credits.
  4. linkedin_search_people with current_company set to this company and title narrowing to the roles you care about (the champion, the buyer). Cost: 10 credits.
  5. linkedin_get_profile with sections: ["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#

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).