Leadmagic logo

Enrich Company (LeadMagic)

LeadMagicEnrich Company (LeadMagic)

POST/v1/leadmagic-enrich-company
texau__leadmagic-enrich-companyenrichment
cURL · api.texau.app
84ms
POST/v1/leadmagic-enrich-company
{
  "domain": "https://acme.com",
  "linkedin_url": "https://acme.com"
}
200 Accepted
{
  "ok": true,
  "data": {
    "organization_id": "rec_4f3a91",
    "company_name": "sample",
    "universal_name": "sample",
    "linkedin_url": "https://acme.com",
    "website": "https://acme.com",
    "industry": "sample",
    "description": "sample",
    "tagline": "sample",
    "speciality": "sample",
    "hashtag": "sample",
    "employee_count": 1,
    "employee_range": "sample",
    "employee_count_range_start": 1,
    "employee_count_range_end": 1,
    "follower_count": 1,
    "founded_year": "sample",
    "founded_on_year": 1,
    "ownership_status": "valid",
    "revenue": 1,
    "revenue_formatted": "sample",
    "total_funding": "sample",
    "funding_round": 1,
    "last_funding_amount": "sample",
    "latest_funding_round_date": "sample",
    "latest_funding_stage": "sample",
    "acquisition_count": 1,
    "competitor": "sample",
    "headquarter_city": "sample",
    "headquarter_country": 1,
    "headquarter_geographic_area": "sample",
    "postal_code": "sample",
    "location_city": "sample",
    "location_country": 1,
    "location_description": "sample",
    "location_geographic_area": "sample",
    "location_headquarter": true,
    "location_latitude": 1,
    "location_longitude": 1,
    "location_line_1": "sample",
    "location_line_2": "sample",
    "location_localized_name": "sample",
    "location_postal_code": "sample",
    "logo_url": "https://acme.com",
    "twitter_url": "https://acme.com",
    "facebook_url": "https://acme.com",
    "stock_ticker": "sample"
  }
}

Enrich a company to get firmographic data like employee count, revenue, funding, and location using their domain or LinkedIn profile.

Install

Add enrich company (leadmagic) 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__leadmagic-enrich-company

When to use this.

The "Enrich Company (LeadMagic)" action is designed to enhance company profiles by retrieving comprehensive firmographic data, including employee count, revenue, funding details, and location, based on a provided domain or LinkedIn profile. Key input parameters include "domain," which specifies the company's website (e.g., leadmagic.io), and an optional "linkedin_url" for additional context. The action outputs a wealth of information, such as organization ID, company name, industry, employee count, revenue, headquarters location, and social media links, all formatted for easy integration. This enrichment functionality is particularly useful for sales and marketing teams, data analysts, and business development professionals seeking to gain insights into potential clients or competitors, making it a vital tool in the enrichment category.

Try it

Run a sample request.

The response is a deterministic, cached example. No live call, no credits used.

Enrich Company (LeadMagic)

Try it

The domain of the company you want to enrich (e.g., leadmagic.io).

The LinkedIn profile URL or universal name of the company.

Response is cached — no live API call.

Response

Output schema.

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

FieldType
  • organization_id
    Organization Id
    nullablenumber
  • company_name
    Company Name
    text
  • universal_name
    Universal Name
    nullabletext
  • linkedin_url
    Linkedin Url
    text
  • website
    Website
    text
  • industry
    Industry
    text
  • description
    Description
    text
  • tagline
    Tagline
    nullabletext
  • speciality
    Speciality
    nullabletext
  • hashtag
    Hashtag
    nullabletext
  • employee_count
    Employee Count
    number
  • employee_range
    Employee Range
    nullabletext
  • employee_count_range_start
    Employee Count Range Start
    nullablenumber
  • employee_count_range_end
    Employee Count Range End
    nullablenumber
  • follower_count
    Follower Count
    nullablenumber
  • founded_year
    Founded Year
    text
  • founded_on_year
    Founded On Year
    nullablenumber
  • ownership_status
    Ownership Status
    nullabletext
  • revenue
    Revenue
    nullablenumber
  • revenue_formatted
    Revenue Formatted
    nullabletext
  • total_funding
    Total Funding
    nullabletext
  • funding_round
    Funding Round
    nullablenumber
  • last_funding_amount
    Last Funding Amount
    nullabletext
  • latest_funding_round_date
    Latest Funding Round Date
    nullabletext
  • latest_funding_stage
    Latest Funding Stage
    nullabletext
  • acquisition_count
    Acquisition Count
    nullablenumber
  • competitor
    Competitor
    nullabletext
  • headquarter_city
    Headquarter City
    text
  • headquarter_country
    Headquarter Country
    text
  • headquarter_geographic_area
    Headquarter Geographic Area
    nullabletext
  • postal_code
    Postal Code
    nullabletext
  • location_city
    Location City
    nullabletext
  • location_country
    Location Country
    nullabletext
  • location_description
    Location Description
    nullabletext
  • location_geographic_area
    Location Geographic Area
    nullabletext
  • location_headquarter
    Location Headquarter
    nullableboolean
  • location_latitude
    Location Latitude
    nullablenumber
  • location_longitude
    Location Longitude
    nullablenumber
  • location_line_1
    Location Line 1
    nullabletext
  • location_line_2
    Location Line 2
    nullabletext
  • location_localized_name
    Location Localized Name
    nullabletext
  • location_postal_code
    Location Postal Code
    nullabletext
  • logo_url
    Logo Url
    nullabletext
  • twitter_url
    Twitter Url
    nullabletext
  • facebook_url
    Facebook Url
    nullabletext
  • stock_ticker
    Stock Ticker
    nullabletext

Integrate

Copy-pasteable snippets.

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

cURL · api.texau.app
84ms
POST/v1/leadmagic-enrich-company
curl -X POST 'https://v3-api.texau.com/api/v1/leadmagic-enrich-company' \
  -H 'x-api-key: $TEXAU_API_KEY' \
  -H 'content-type: application/json' \
  -d '{"domain":"https://acme.com","linkedin_url":"https://acme.com"}'
200 Accepted
{
  "ok": true,
  "data": {
    "organization_id": "rec_4f3a91",
    "company_name": "sample",
    "universal_name": "sample",
    "linkedin_url": "https://acme.com",
    "website": "https://acme.com",
    "industry": "sample",
    "description": "sample",
    "tagline": "sample",
    "speciality": "sample",
    "hashtag": "sample",
    "employee_count": 1,
    "employee_range": "sample",
    "employee_count_range_start": 1,
    "employee_count_range_end": 1,
    "follower_count": 1,
    "founded_year": "sample",
    "founded_on_year": 1,
    "ownership_status": "valid",
    "revenue": 1,
    "revenue_formatted": "sample",
    "total_funding": "sample",
    "funding_round": 1,
    "last_funding_amount": "sample",
    "latest_funding_round_date": "sample",
    "latest_funding_stage": "sample",
    "acquisition_count": 1,
    "competitor": "sample",
    "headquarter_city": "sample",
    "headquarter_country": 1,
    "headquarter_geographic_area": "sample",
    "postal_code": "sample",
    "location_city": "sample",
    "location_country": 1,
    "location_description": "sample",
    "location_geographic_area": "sample",
    "location_headquarter": true,
    "location_latitude": 1,
    "location_longitude": 1,
    "location_line_1": "sample",
    "location_line_2": "sample",
    "location_localized_name": "sample",
    "location_postal_code": "sample",
    "logo_url": "https://acme.com",
    "twitter_url": "https://acme.com",
    "facebook_url": "https://acme.com",
    "stock_ticker": "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 (leadmagic) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Enrich Company (LeadMagic)LeadMagic 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 limit500 / min
  • Per-day limit1,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.

Light 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__leadmagic-...` 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 (LeadMagic) in 60 seconds.

Pull your API key, paste the cURL, ship to your CRM.