Enrich Company from LinkedIn
TexAu → Enrich Company from LinkedIn
/v1/b2b-enrichment-enrich-company{ "linkedin_url": "https://acme.com" }
{ "ok": true, "data": { "url": "https://acme.com", "company_name": "sample", "universal_name": "sample", "company_type": "sample", "object_urn": 1, "description": "sample", "mobile_number": "sample", "follower": 1, "website": "https://acme.com", "logo_url": "https://acme.com", "cover": "sample", "tagline": "sample", "founded_year": 1, "employee_total": 1, "employee_range_start": 1, "employee_range_end": 1, "headquarter_country": 1, "headquarter_state": "sample", "headquarter_city": "sample", "headquarter_postal_code": "sample", "num_funding_round": 1, "last_funding_type": "sample", "last_funding_amount": 1, "last_funding_date": "sample", "last_funding_num_investor": 1, "last_funding_round_url": "https://acme.com", "organization_url": "https://acme.com", "funding_round_url": "https://acme.com", "industry": "sample" } }
Extracts company details from a LinkedIn company page including industry, size, and location.
Install
Add enrich company from linkedin to your MCP client.
Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.
{ "mcpServers": { "texau": { "command": "npx", "args": ["-y", "@texau/mcp-server"], "env": { "TEXAU_API_KEY": "..." } } } }
Tool name: texau__b2b-enrichment-enrich-company
When to use this.
The "Enrich Company" action enables users to extract detailed company information from LinkedIn, including industry, size, location, website, employee count, and specialties. By providing a LinkedIn company URL as the key input parameter, users can access a wealth of data, such as the company's name, description, tagline, and contact information. The output includes various semantic types like companyLinkedinUrl, companyName, employeeCount, and funding details, ensuring comprehensive insights into the organization. This action is particularly useful for B2B marketing, sales intelligence, and competitive analysis, allowing businesses to enhance their databases and make informed decisions based on accurate company profiles. As part of the enrichment category, it streamlines the process of gathering essential company data for strategic planning and outreach.
Try it
Run a sample request.
The response is a deterministic, cached example. No live call, no credits used.
Enrich Company from LinkedIn
Response
Output schema.
Every field returned in `data`. Click rows to expand nested objects.
urlUrlnullabletextcompany_nameCompany Nametextuniversal_nameUniversal Namenullabletextcompany_typeCompany Typenullabletextobject_urnObject UrnnullablenumberdescriptionDescriptiontextmobile_numberMobile NumbernullabletextfollowerFollowernullablenumberwebsiteWebsitetextlogo_urlLogo UrlnullabletextcoverCovernullabletexttaglineTaglinenullabletextfounded_yearFounded Yearnullablenumberemployee_totalEmployee Totalnumberemployee_range_startEmployee Range Startnullablenumberemployee_range_endEmployee Range Endnullablenumberheadquarter_countryHeadquarter Countrytextheadquarter_stateHeadquarter Statenullabletextheadquarter_cityHeadquarter Citytextheadquarter_postal_codeHeadquarter Postal Codenullabletextnum_funding_roundNum Funding Roundnullablenumberlast_funding_typeLast Funding Typenullabletextlast_funding_amountLast Funding Amountnullablenumberlast_funding_dateLast Funding Datenullabletextlast_funding_num_investorLast Funding Num Investornullablenumberlast_funding_round_urlLast Funding Round Urlnullabletextorganization_urlOrganization Urlnullabletextfunding_round_urlFunding Round UrlnullabletextindustryIndustrytext
Integrate
Copy-pasteable snippets.
Real endpoint: https://v3-api.texau.com/api/v1/b2b-enrichment-enrich-company. Auth: x-api-key.
/v1/b2b-enrichment-enrich-companycurl -X POST 'https://v3-api.texau.com/api/v1/b2b-enrichment-enrich-company' \ -H 'x-api-key: $TEXAU_API_KEY' \ -H 'content-type: application/json' \ -d '{"linkedin_url":"https://acme.com"}'
{ "ok": true, "data": { "url": "https://acme.com", "company_name": "sample", "universal_name": "sample", "company_type": "sample", "object_urn": 1, "description": "sample", "mobile_number": "sample", "follower": 1, "website": "https://acme.com", "logo_url": "https://acme.com", "cover": "sample", "tagline": "sample", "founded_year": 1, "employee_total": 1, "employee_range_start": 1, "employee_range_end": 1, "headquarter_country": 1, "headquarter_state": "sample", "headquarter_city": "sample", "headquarter_postal_code": "sample", "num_funding_round": 1, "last_funding_type": "sample", "last_funding_amount": 1, "last_funding_date": "sample", "last_funding_num_investor": 1, "last_funding_round_url": "https://acme.com", "organization_url": "https://acme.com", "funding_round_url": "https://acme.com", "industry": "sample" } }
Compose
How this fits a workflow.
The next 2 actions most operators chain after this one.
enrichment
Export LinkedIn Post Likers
Retrieves a list of LinkedIn users who liked a specific post with their profile details.
enrichment
Get LinkedIn Post Details
Retrieves detailed information about a LinkedIn post including reactions, comments, and author details.
enrichment
Export LinkedIn Post Comments
Retrieves all comments and commenter details from a specified LinkedIn post.
Output
Results land in a TexAu table.
Sample rows below.
Real result preview coming soon.
| Input | Status | Score |
|---|---|---|
| [email protected] | valid | 96 |
| [email protected] | risky | 54 |
| [email protected] | invalid | 12 |
Workflow
A real example.
Trigger → enrich company from linkedin → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.
Built for
Who runs this.
Reliability
Rate limits & reliability.
- Per-minute limit60 / min
- Per-day limit10,000 / day
- RetriesAutomatic w/ backoff
- ModeSync
Errors
HTTP status codes.
What each response means and what to do about it.
| Code | Cause | Fix |
|---|---|---|
| 200 OK | Action ran. Data in `data`. | Read response. |
| 400 Bad Request | Missing or malformed input. | Validate against the input schema. |
| 401 Unauthorized | Missing or invalid `x-api-key`. | Re-issue from /api-platform. |
| 403 Forbidden | Workspace lacks plan tier. | Upgrade or contact sales. |
| 404 Not Found | Action key not recognized. | Verify the slug. |
| 429 Rate Limited | Per-minute or per-day cap hit. | Backoff; reduce concurrency. |
| 500 Server Error | Unexpected TexAu issue. | Retry with backoff. |
| 502 Bad Gateway | Upstream provider 5xx. | Retry; we surface root cause. |
| 504 Timeout | Upstream slower than maxLatency. | Switch to `isAsync` polling. |
Pricing
What it costs to run.
Pricing tier on /pricing. Per-action credit cost is private.
Related
More TexAu actions.
enrichment
Export LinkedIn Post Likers
Retrieves a list of LinkedIn users who liked a specific post with their profile details.
enrichment
Get LinkedIn Post Details
Retrieves detailed information about a LinkedIn post including reactions, comments, and author details.
enrichment
Export LinkedIn Post Comments
Retrieves all comments and commenter details from a specified LinkedIn post.
enrichment
Get LinkedIn Activities
Retrieves LinkedIn activity feed items including posts, engagement metrics, and media.
FAQ.
Is this real-time?
Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).
Do I get charged on failure?
No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.
Does it work with Claude / Cursor via MCP?
Yes. Add the texau MCP server to your client config, then call `texau__texau-...` directly.
What CRMs can I push results to?
HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.
Run Enrich Company from LinkedIn in 60 seconds.
Pull your API key, paste the cURL, ship to your CRM.