B2b logo

Enrich Company from LinkedIn

TexAuEnrich Company from LinkedIn

POST/v1/b2b-enrichment-enrich-company
texau__b2b-enrichment-enrich-companyenrichment
cURL · api.texau.app
84ms
POST/v1/b2b-enrichment-enrich-company
{
  "linkedin_url": "https://acme.com"
}
200 Accepted
{
  "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.

claude_desktop_config.json
{
  "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

Try it

LinkedIn company URL (e.g., https://www.linkedin.com/company/openai)

Response is cached — no live API call.

Response

Output schema.

Every field returned in `data`. Click rows to expand nested objects.

FieldType
  • url
    Url
    nullabletext
  • company_name
    Company Name
    text
  • universal_name
    Universal Name
    nullabletext
  • company_type
    Company Type
    nullabletext
  • object_urn
    Object Urn
    nullablenumber
  • description
    Description
    text
  • mobile_number
    Mobile Number
    nullabletext
  • follower
    Follower
    nullablenumber
  • website
    Website
    text
  • logo_url
    Logo Url
    nullabletext
  • cover
    Cover
    nullabletext
  • tagline
    Tagline
    nullabletext
  • founded_year
    Founded Year
    nullablenumber
  • employee_total
    Employee Total
    number
  • employee_range_start
    Employee Range Start
    nullablenumber
  • employee_range_end
    Employee Range End
    nullablenumber
  • headquarter_country
    Headquarter Country
    text
  • headquarter_state
    Headquarter State
    nullabletext
  • headquarter_city
    Headquarter City
    text
  • headquarter_postal_code
    Headquarter Postal Code
    nullabletext
  • num_funding_round
    Num Funding Round
    nullablenumber
  • last_funding_type
    Last Funding Type
    nullabletext
  • last_funding_amount
    Last Funding Amount
    nullablenumber
  • last_funding_date
    Last Funding Date
    nullabletext
  • last_funding_num_investor
    Last Funding Num Investor
    nullablenumber
  • last_funding_round_url
    Last Funding Round Url
    nullabletext
  • organization_url
    Organization Url
    nullabletext
  • funding_round_url
    Funding Round Url
    nullabletext
  • industry
    Industry
    text

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/b2b-enrichment-enrich-company. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/b2b-enrichment-enrich-company
curl -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"}'
200 Accepted
{
  "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"
  }
}

Output

Results land in a TexAu table.

Sample rows below.

Real result preview coming soon.

InputStatusScore
[email protected]valid96
[email protected]risky54
[email protected]invalid12

Workflow

A real example.

Trigger → enrich company from linkedin → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Enrich Company from LinkedInTexAu action runs.
Step 3EnrichWaterfall fills missing fields.
Step 4Push to CRMHubSpot / Salesforce / Pipedrive.

Built for

Who runs this.

GTM EngineerRevOpsAgency

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.

CodeCauseFix
200 OKAction ran. Data in `data`.Read response.
400 Bad RequestMissing or malformed input.Validate against the input schema.
401 UnauthorizedMissing or invalid `x-api-key`.Re-issue from /api-platform.
403 ForbiddenWorkspace lacks plan tier.Upgrade or contact sales.
404 Not FoundAction key not recognized.Verify the slug.
429 Rate LimitedPer-minute or per-day cap hit.Backoff; reduce concurrency.
500 Server ErrorUnexpected TexAu issue.Retry with backoff.
502 Bad GatewayUpstream provider 5xx.Retry; we surface root cause.
504 TimeoutUpstream slower than maxLatency.Switch to `isAsync` polling.

Pricing

What it costs to run.

Standard tier

Pricing tier on /pricing. Per-action credit cost is private.

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.