# Account research - Veezee

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](/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

- 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: true` search results; a private profile cannot be fetched.
- A website-domain identifier on `linkedin_get_company` can add a resolution surcharge; set `max_credits` to cap it.

## Run it

Full reference: [/docs](/docs). Batch version for many companies: [/use-cases/company-research](/use-cases/company-research).

Installable skill: the [account-research pack](https://github.com/veezeehq/veezee-skills/blob/main/skills/account-research/SKILL.md) teaches your agent this whole job. Install every pack with `npx skills add veezeehq/veezee-skills` ([/docs/skills](/docs/skills)).
