Lead generation API

Lead generation means turning a target list, a role, a company, an industry, into named people with enough context to reach out to. That means finding candidates who match, then pulling the profile detail (title, company, background) needed to personalize outreach, without a human clicking through LinkedIn by hand.

How to do it with Veezee#

linkedin_search_people finds people by keywords, title, school, or current/past company; give it a role and a company and it returns names, positions, locations, and a urn for each match. linkedin_get_profile takes one of those results (or a known profile URL) and returns the full profile: headline, location, current position, follower counts, plus up to two extra sections (experience, education, skills, about) at no extra cost. linkedin_get_company resolves a company by URL, slug, or website domain, and returns the numeric id linkedin_search_people needs to filter results down to that one company.

No signup: your agent mints its own free key in one call, then uses it directly.

Terminal
curl -s -X POST https://api.veezee.io/v1/keys/mint | jq -r .key
curl "https://api.veezee.io/v1/linkedin/search?keywords=VP%20of%20Sales&current_company=acme.com" -H "Authorization: Bearer $VEEZEE_API_KEY"

FAQ#

Can I get an email address or phone number?

No. Veezee returns what LinkedIn's profile shows publicly (name, headline, position, history); it does not return contact details.

Can I search by company name directly?

For search, yes: linkedin_search_people's current_company filter resolves a plain company name for you. linkedin_get_company itself doesn't search by name; give it a URL, slug, or website domain instead.

How many results does one search return?

Up to 30 per call (10 on a trial key); a cursor page is a new, separately priced call, so one larger limit is cheaper than several small pages.

Can Veezee message or connect with these people for me?

No. Every LinkedIn tool is read-only: no posting, commenting, or messaging.