LinkedIn data for AI agents
Company and profile enrichment, people and job search, posts and engagement, resolved in real time from a domain, a URL or a keyword.
Copy the setup prompt.
Your agent does the rest.
Fetch and execute the appropriate instructions to set me up for superagnt_ from https://mcp.superagnt.com/agent-setup/prompt.md» once it is connected, run this so your agent can switch the source on itself.
agnt_tools_enable({ families: ['data:linkedin'] })Everything your agent can pull
Turn a website domain into a company record: industry, headcount, headquarters, founding year, specialties and the LinkedIn id.
Full profile from a URL or username: positions, education, skills, recommendations given and received, connection and follower counts.
Search by title keyword, company, school, geography and name, with paging.
Job search filtered by title, function, seniority, location and date posted, plus job detail and the hiring team behind a posting.
Company posts and post comments, employee count, open jobs count and people-also-viewed.
Post detail, reactions, reposts and comments, full articles, and search by hashtag.
tool names08as your agent sees them
data_linkedin_get_company_by_domaindata_linkedin_get_profile_data_by_urldata_linkedin_search_peopledata_linkedin_search_jobs_v2data_linkedin_get_company_employees_countdata_linkedin_get_company_s_postdata_linkedin_get_profile_s_postsdata_linkedin_get_hiring_teamThree jobs it can start on today
Enrich a signup before it reaches sales
On a new signup the agent takes the email domain, resolves the company, checks headcount and industry against your ICP, and routes the account to the right rep with the context attached.
Hiring-signal prospecting
A schedule searches for the roles that imply your product is needed, resolves each posting to its company and hiring team, and builds a list with the reason each account qualified.
Account monitoring
The agent tracks company posts and employee count across your target accounts and reports the movement worth a call: a funding announcement, a leadership change, a hiring spike.
What comes back
Your agent reads this response directly, with no parsing layer of your own in between. The same JSON comes back over plain HTTP, so a cron job or a script sees exactly what the agent sees.
https://mcp.superagnt.com/mcptool calldata_linkedin_get_company_by_domain{
"domain": "meridian-analytics.example"
}{
"linkedin_internal_id": "12345678",
"company_name": "Meridian Analytics",
"website": "https://meridian-analytics.example",
"industry": "Software Development",
"staff_count": 214,
"staff_range": "201-500",
"headquarter": { "city": "Austin", "country": "US" },
"founded_year": 2018,
"...": "specialities, description, follower_count, logo"
}What it costs to run
Calls in LinkedIn are priced individually and deducted from your credit balance, and only a successful call is billed. The per-endpoint figures live in the reference docs, and every billable response reports its own cost in meta.costCents.
One balance covers this source and every other one, so there is no per-source subscription and no upstream account of your own to keep alive.
how credits work →Before you wire it up
01What is the fastest way to enrich a lead?
Call data_linkedin_get_company_by_domain with the email domain. One call turns a domain into a company record with industry, headcount and location.
02How does my agent get these tools?
Connect to https://mcp.superagnt.com/mcp and call agnt_tools_enable with data:linkedin.
03When should I use the lead tools instead?
Use LinkedIn when you want the profile or company record itself. Use the email finder and enrichment tools when you want a contact detail and want the email finder to pick the cheapest source that can fill it.
04How is pricing charged?
Calls are billed in platform credits at the API level. You purchase credits in advance and each successful API call deducts from your balance. Per-endpoint pricing may be introduced later; any change will be reflected on this site and in your usage dashboard.
05Do I need a separate account with an upstream data provider?
No. agntdata abstracts upstream providers so you use one API key and one credit balance. We handle vendor authentication, rate limiting, and failover behind the scenes.
Point your client at https://mcp.superagnt.com/mcp and your agent has this, plus everything else on one balance.