Explorium API icon

Explorium API

Streamlined interface for Explorium API operations

Overview

This node provides a streamlined interface to the Explorium API, specifically focusing on enriching data for businesses and prospects. The "Enrich" operation allows users to enhance existing company or person records with additional detailed information such as firmographics, technographics, contact details, LinkedIn activity, financial metrics, and more.

Common scenarios where this node is beneficial include:

  • Enhancing CRM records with up-to-date company or prospect insights.
  • Adding detailed business intelligence data for market research.
  • Enriching lead lists with verified contact information and professional profiles.
  • Monitoring company website changes or LinkedIn posts for competitive analysis.

For example, a marketing team could use this node to enrich a list of companies with their industry, size, and recent funding rounds before launching a targeted campaign. Similarly, a sales team might enrich prospect records with verified emails and phone numbers along with LinkedIn activity to prioritize outreach.

Properties

Name Meaning
Type Selects the type of entity to enrich: Business (company data) or Prospect (person data).
Enrichment Types of data to enrich for the selected entity type. For Businesses, options include: Firmographics, Technographics, Company Ratings, Financial Metrics, Funding & Acquisitions, Business Challenges, Competitive Landscape, Strategic Insights, Workforce Trends, LinkedIn Posts, Website Changes, Website Keywords. For Prospects, options include: Contact Information, LinkedIn Posts, Professional Profile.
Business IDs List of Explorium business IDs to enrich (required if not using JSON input). Multiple IDs can be provided.
Prospect IDs List of Explorium prospect IDs to enrich (required if not using JSON input). Multiple IDs can be provided.
Keywords Keywords to search for on websites (required only when enriching businesses with "Website Keywords").
Advanced JSON Input Boolean flag to choose between form-based inputs or providing direct JSON input for enrichment parameters.
JSON Input Raw JSON input specifying IDs and optional parameters for enrichment. This allows complex queries or filters beyond the form fields.

Output

The output is an array of JSON objects, each representing the enriched data response from the Explorium API for one enrichment type requested. Each object includes:

  • enrichment_type: The type of enrichment performed (e.g., "firmographics", "contacts").
  • Additional fields containing the enriched data returned by the API, structured according to the enrichment type.

If multiple enrichment types are requested, the node returns multiple JSON objects, one per enrichment type.

The node does not output binary data.

Dependencies

  • Requires an active Explorium API account and a valid API authentication token configured in n8n credentials.
  • The node makes authenticated HTTP POST requests to various Explorium API endpoints depending on the enrichment type and entity type.
  • No other external dependencies are required.

Troubleshooting

  • Error: "At least one business ID is required" or "At least one prospect ID is required"
    This occurs if no valid IDs are provided either via form fields or JSON input. Ensure you supply at least one non-empty ID.

  • Error: "Unknown enrichment type"
    Happens if an unsupported enrichment type is selected. Verify that the enrichment types chosen are valid for the selected entity type.

  • Error: "Invalid JSON format in JSON Input field"
    When using advanced JSON input, ensure the JSON is well-formed and correctly structured.

  • Empty or incomplete results
    Check that the IDs used correspond to existing entities in Explorium and that the requested enrichment types are applicable.

  • API authentication errors
    Confirm that the API key credential is correctly set up and has necessary permissions.

Links and References

Discussion