Enrich Company (Apollo)
Apollo → Enrich Company (Apollo)
/v1/apollo-enrich-organization-by-domain{ "domain": "https://acme.com" }
{ "ok": true, "data": { "organization_id": "rec_4f3a91", "company_name": "sample", "company_domain": "https://acme.com", "website": "https://acme.com", "linkedin_url": "https://acme.com", "twitter_url": "https://acme.com", "facebook_url": "https://acme.com", "founded_year": 1, "logo_url": "https://acme.com", "industry": "sample", "employee_count": 1, "address": "sample", "street_address": "sample", "headquarter_city": "sample", "state": "sample", "postal_code": "sample", "headquarter_country": 1, "description": "sample", "seo_description": "sample", "revenue_formatted": 1, "annual_revenue_printed": "sample", "total_funding": 1, "total_funding_printed": "sample", "latest_funding_round_date": "sample", "latest_funding_stage": "sample", "technology_name": "sample" } }
Retrieve enriched company/organization details from Apollo by providing a website domain
Install
Add enrich company (apollo) 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__apollo-enrich-organization-by-domain
When to use this.
The "Enrich Company (Apollo)" action allows users to retrieve comprehensive firmographic details about an organization by providing its website domain. By inputting the domain (e.g., texau.com), users can access enriched data including the organization ID, name, primary domain, social media links, founded year, industry, employee count, address, and financial metrics such as annual revenue and total funding. The output fields encompass various semantic types such as text, number, and URL, ensuring a rich dataset for analysis. This action is particularly useful for businesses seeking to enhance their customer relationship management (CRM) systems, perform market research, or identify potential leads in targeted industries. As part of the enrichment category, it streamlines the process of gathering vital company information, facilitating informed decision-making and strategic planning.
Try it
Run a sample request.
The response is a deterministic, cached example. No live call, no credits used.
Enrich Company (Apollo)
Response
Output schema.
Every field returned in `data`. Click rows to expand nested objects.
organization_idOrganization Idnullabletextcompany_nameCompany Nametextcompany_domainCompany DomaintextwebsiteWebsitetextlinkedin_urlLinkedin Urltexttwitter_urlTwitter Urlnullabletextfacebook_urlFacebook Urlnullabletextfounded_yearFounded Yearnullablenumberlogo_urlLogo UrlnullabletextindustryIndustrytextemployee_countEmployee CountnumberaddressAddressnullabletextstreet_addressStreet Addressnullabletextheadquarter_cityHeadquarter CitytextstateStatenullabletextpostal_codePostal Codenullabletextheadquarter_countryHeadquarter CountrytextdescriptionDescriptiontextseo_descriptionSeo Descriptionnullabletextrevenue_formattedRevenue Formattednullablenumberannual_revenue_printedAnnual Revenue Printednullabletexttotal_fundingTotal Fundingnullablenumbertotal_funding_printedTotal Funding Printednullabletextlatest_funding_round_dateLatest Funding Round Datenullabletextlatest_funding_stageLatest Funding Stagenullabletexttechnology_nameTechnology Namenullabletext
Integrate
Copy-pasteable snippets.
Real endpoint: https://v3-api.texau.com/api/v1/apollo-enrich-organization-by-domain. Auth: x-api-key.
/v1/apollo-enrich-organization-by-domaincurl -X POST 'https://v3-api.texau.com/api/v1/apollo-enrich-organization-by-domain' \ -H 'x-api-key: $TEXAU_API_KEY' \ -H 'content-type: application/json' \ -d '{"domain":"https://acme.com"}'
{ "ok": true, "data": { "organization_id": "rec_4f3a91", "company_name": "sample", "company_domain": "https://acme.com", "website": "https://acme.com", "linkedin_url": "https://acme.com", "twitter_url": "https://acme.com", "facebook_url": "https://acme.com", "founded_year": 1, "logo_url": "https://acme.com", "industry": "sample", "employee_count": 1, "address": "sample", "street_address": "sample", "headquarter_city": "sample", "state": "sample", "postal_code": "sample", "headquarter_country": 1, "description": "sample", "seo_description": "sample", "revenue_formatted": 1, "annual_revenue_printed": "sample", "total_funding": 1, "total_funding_printed": "sample", "latest_funding_round_date": "sample", "latest_funding_stage": "sample", "technology_name": "sample" } }
Compose
How this fits a workflow.
The next 2 actions most operators chain after this one.
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 (apollo) → 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 limit200 / 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. |
Pricing
What it costs to run.
Pricing tier on /pricing. Per-action credit cost is private.
Related
More Apollo actions.
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__apollo-...` 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 (Apollo) in 60 seconds.
Pull your API key, paste the cURL, ship to your CRM.