Apollo logo

Enrich Company (Apollo)

ApolloEnrich Company (Apollo)

POST/v1/apollo-enrich-organization-by-domain
texau__apollo-enrich-organization-by-domainenrichment
cURL · api.texau.app
84ms
POST/v1/apollo-enrich-organization-by-domain
{
  "domain": "https://acme.com"
}
200 Accepted
{
  "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.

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

Try it

The website domain of the organization to enrich (e.g., texau.com).

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
    nullabletext
  • company_name
    Company Name
    text
  • company_domain
    Company Domain
    text
  • website
    Website
    text
  • linkedin_url
    Linkedin Url
    text
  • twitter_url
    Twitter Url
    nullabletext
  • facebook_url
    Facebook Url
    nullabletext
  • founded_year
    Founded Year
    nullablenumber
  • logo_url
    Logo Url
    nullabletext
  • industry
    Industry
    text
  • employee_count
    Employee Count
    number
  • address
    Address
    nullabletext
  • street_address
    Street Address
    nullabletext
  • headquarter_city
    Headquarter City
    text
  • state
    State
    nullabletext
  • postal_code
    Postal Code
    nullabletext
  • headquarter_country
    Headquarter Country
    text
  • description
    Description
    text
  • seo_description
    Seo Description
    nullabletext
  • revenue_formatted
    Revenue Formatted
    nullablenumber
  • annual_revenue_printed
    Annual Revenue Printed
    nullabletext
  • total_funding
    Total Funding
    nullablenumber
  • total_funding_printed
    Total Funding Printed
    nullabletext
  • latest_funding_round_date
    Latest Funding Round Date
    nullabletext
  • latest_funding_stage
    Latest Funding Stage
    nullabletext
  • technology_name
    Technology Name
    nullabletext

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/apollo-enrich-organization-by-domain. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/apollo-enrich-organization-by-domain
curl -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"}'
200 Accepted
{
  "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.

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

Workflow

A real example.

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

Step 1TriggerNew row, webhook, or schedule.
Step 2Enrich Company (Apollo)Apollo 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 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.

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__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.