Apollo icon

Apollo

Interact with Apollo API

Overview

This node integrates with the Apollo API to enrich organization data in bulk based on company domains. It is designed to take up to 10 company domains as input and return enriched information about those organizations. This functionality is useful for users who want to enhance their CRM or marketing databases by appending detailed organizational data such as company size, industry, location, and other relevant attributes.

Practical examples include:

  • Marketing teams enriching lead lists with firmographic data.
  • Sales teams gathering detailed company profiles before outreach.
  • Data analysts augmenting datasets with verified organization information.

Properties

Name Meaning
Domains Add up to 10 company domains (e.g., apollo.io) to enrich. Each domain represents a company whose data will be retrieved from Apollo's database.

Output

The node outputs JSON data containing enriched information for each provided domain. The structure typically includes various organizational details such as company name, industry, size, location, and other metadata returned by the Apollo API.

If binary data output is supported, it would represent any files or attachments related to the organization enrichment, but based on the provided code and properties, the primary output is JSON-formatted organization data.

Dependencies

  • Requires an API key credential for authenticating requests to the Apollo API.
  • The base URL defaults to https://api.apollo.io but can be overridden via credentials configuration.
  • No additional external dependencies are indicated beyond the Apollo API access.

Troubleshooting

  • Common issues:

    • Providing more than 10 domains may cause errors since the node limits input to 10 domains per request.
    • Invalid or missing API credentials will result in authentication failures.
    • Network connectivity issues can prevent successful API calls.
  • Error messages and resolutions:

    • Authentication errors: Ensure that a valid API key credential is configured.
    • Request limit exceeded: Reduce the number of domains to 10 or fewer per execution.
    • Invalid domain format: Verify that domains are correctly formatted strings without protocol prefixes (e.g., use "apollo.io" not "https://apollo.io").

Links and References

Discussion