Enrich Company (LeadMagic)
LeadMagic → Enrich Company (LeadMagic)
/v1/leadmagic-enrich-company{ "domain": "https://acme.com", "linkedin_url": "https://acme.com" }
{ "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.
{ "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)
Response
Output schema.
Every field returned in `data`. Click rows to expand nested objects.
organization_idOrganization Idnullablenumbercompany_nameCompany Nametextuniversal_nameUniversal Namenullabletextlinkedin_urlLinkedin UrltextwebsiteWebsitetextindustryIndustrytextdescriptionDescriptiontexttaglineTaglinenullabletextspecialitySpecialitynullabletexthashtagHashtagnullabletextemployee_countEmployee Countnumberemployee_rangeEmployee Rangenullabletextemployee_count_range_startEmployee Count Range Startnullablenumberemployee_count_range_endEmployee Count Range Endnullablenumberfollower_countFollower Countnullablenumberfounded_yearFounded Yeartextfounded_on_yearFounded On Yearnullablenumberownership_statusOwnership StatusnullabletextrevenueRevenuenullablenumberrevenue_formattedRevenue Formattednullabletexttotal_fundingTotal Fundingnullabletextfunding_roundFunding Roundnullablenumberlast_funding_amountLast Funding Amountnullabletextlatest_funding_round_dateLatest Funding Round Datenullabletextlatest_funding_stageLatest Funding Stagenullabletextacquisition_countAcquisition CountnullablenumbercompetitorCompetitornullabletextheadquarter_cityHeadquarter Citytextheadquarter_countryHeadquarter Countrytextheadquarter_geographic_areaHeadquarter Geographic Areanullabletextpostal_codePostal Codenullabletextlocation_cityLocation Citynullabletextlocation_countryLocation Countrynullabletextlocation_descriptionLocation Descriptionnullabletextlocation_geographic_areaLocation Geographic Areanullabletextlocation_headquarterLocation Headquarternullablebooleanlocation_latitudeLocation Latitudenullablenumberlocation_longitudeLocation Longitudenullablenumberlocation_line_1Location Line 1nullabletextlocation_line_2Location Line 2nullabletextlocation_localized_nameLocation Localized Namenullabletextlocation_postal_codeLocation Postal Codenullabletextlogo_urlLogo Urlnullabletexttwitter_urlTwitter Urlnullabletextfacebook_urlFacebook Urlnullabletextstock_tickerStock Tickernullabletext
Integrate
Copy-pasteable snippets.
Real endpoint: https://v3-api.texau.com/api/v1/leadmagic-enrich-company. Auth: x-api-key.
/v1/leadmagic-enrich-companycurl -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"}'
{ "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" } }
Compose
How this fits a workflow.
The next 2 actions most operators chain after this one.
enrichment
Find Email by Name and Domain (LeadMagic)
Finds and validates a professional email address using a name and company domain via LeadMagic.
enrichment
Find Mobile Number using Linkedin Url (LeadMagic)
Finds a person's mobile number and email using their LinkedIn profile URL or username.
enrichment
Validate Email (LeadMagic)
Validates a given email address and returns verification status along with enriched company details using LeadMagic.
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 (leadmagic) → 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 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.
| 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. |
Related
More LeadMagic actions.
enrichment
Find Email by Name and Domain (LeadMagic)
Finds and validates a professional email address using a name and company domain via LeadMagic.
enrichment
Find Mobile Number using Linkedin Url (LeadMagic)
Finds a person's mobile number and email using their LinkedIn profile URL or username.
enrichment
Validate Email (LeadMagic)
Validates a given email address and returns verification status along with enriched company details using LeadMagic.
enrichment
Find Personal Email (LeadMagic)
Finds a person's personal email addresses using their LinkedIn profile URL or username.
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.