The LinkedIn API for AI agents
Veezee is a LinkedIn data API built to be USED by an agent, not just called from one: the agent calls it directly, no signup, and meters its own spend from every response. This page covers LinkedIn: six tools over MCP or REST. Veezee also serves Reddit and X (formerly Twitter) on the same contract; see /docs/reddit and /docs/x.
Working in one call, no signup#
Most data APIs make a human sign up in a dashboard before an agent can do anything. Veezee does not: the agent mints its own key.
curl -s -X POST https://api.veezee.io/v1/keys/mint | jq -r .key
curl "https://api.veezee.io/v1/linkedin/profiles?identifier=williamhgates" -H "Authorization: Bearer $VEEZEE_API_KEY"
No signup, no card, no human: minting is one call, shown once, and the free key runs under a shared budget of 200 credits per IP per day, recent data only. Skip the key and the response is a machine-readable KEY_REQUIRED error carrying this exact recipe. Over MCP, add https://mcp.veezee.io/linkedin (streamable-http), same free budget, same six tools.
Past the daily budget, buy a key at /upgrade: pick a pack, pay, and checkout credits the same key, nothing to reconfigure.
The six tools#
- linkedin_resolve_url (2 credits): Identify a LinkedIn URL. /docs/tools/linkedin_resolve_url
- linkedin_get_profile (4 credits): Get a LinkedIn person profile. /docs/tools/linkedin_get_profile
- linkedin_search_people (10 credits): Search people on LinkedIn. /docs/tools/linkedin_search_people
- linkedin_get_company (4 credits): Get a LinkedIn company. /docs/tools/linkedin_get_company
- linkedin_get_posts (4 credits): Get recent posts by a person or company. /docs/tools/linkedin_get_posts
- get_usage (0 credits): Check credits and recent charges. /docs/tools/get_usage
Ways in#
Default path: use MCP when your host supports it, the SDK otherwise, REST as the fallback; the CLI and skills are conveniences layered on top of those.
Honest limits#
This page covers the LinkedIn surface; Veezee also serves Reddit and X (formerly Twitter) with the same contract (see /docs/reddit and /docs/x). On LinkedIn: no job listings, no contact emails or phone numbers, no recurring monitoring. Purchases run through Stripe live; the minimum purchase is the $20.00 flex pack.
Read next#
- One-fetch machine-readable decision card: https://veezee.io/product.json
- Tool-selection eval evidence (dated, with prompts and models): https://veezee.io/evidence
- Credit prices, packs, and worked example costs: https://veezee.io/pricing