Coresignal · Arazzo Workflow

Coresignal Company Elasticsearch Search and Bulk Collect

Version 1.0.0

Run an Elasticsearch DSL company query, then bulk collect the full records for every matching ID.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Agentic SearchB2B DataCompaniesCompany DataData as a ServiceElasticsearchEmployee DataEmployeesEnrichmentFirmographicsJob PostingsJobLead GenerationPeople DataSales IntelligenceTalent IntelligenceWeb DataArazzoWorkflows

Provider

coresignal

Workflows

company-esdsl-bulk-collect
Query companies with Elasticsearch DSL and bulk collect every match.
Posts an Elasticsearch DSL query to the company search endpoint and bulk collects the full records for the returned IDs.
2 steps inputs: apikey, query outputs: companies, companyIds
1
searchCompanies
Search company records using a full Elasticsearch DSL query body. Returns an array of matching Coresignal company IDs.
2
bulkCollectCompanies
Retrieve the full enriched company records for the array of IDs returned by the Elasticsearch DSL search.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Coresignal Company Elasticsearch Search and Bulk Collect
  summary: Run an Elasticsearch DSL company query, then bulk collect the full records for every matching ID.
  description: >-
    A high-throughput company enrichment pattern. The workflow submits a full
    Elasticsearch DSL query to the Multi-source Company API, which returns an
    array of matching company IDs, and then bulk collects the full enriched
    records for all of those IDs in a single follow-up call. Every step spells
    out its request inline, including the apikey authentication header and the
    Elasticsearch DSL query body, so the flow can be read and executed without
    opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: collectApi
  url: ../openapi/coresignal-collect-api-openapi.yml
  type: openapi
- name: searchApi
  url: ../openapi/coresignal-search-api-openapi.yml
  type: openapi
workflows:
- workflowId: company-esdsl-bulk-collect
  summary: Query companies with Elasticsearch DSL and bulk collect every match.
  description: >-
    Posts an Elasticsearch DSL query to the company search endpoint and bulk
    collects the full records for the returned IDs.
  inputs:
    type: object
    required:
    - apikey
    - query
    properties:
      apikey:
        type: string
        description: Coresignal API key sent in the apikey header.
      query:
        type: object
        description: Elasticsearch DSL query object used as the search request body.
  steps:
  - stepId: searchCompanies
    description: >-
      Search company records using a full Elasticsearch DSL query body. Returns
      an array of matching Coresignal company IDs.
    operationId: searchCompaniesByEsDsl
    parameters:
    - name: apikey
      in: header
      value: $inputs.apikey
    requestBody:
      contentType: application/json
      payload: $inputs.query
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      companyIds: $response.body
  - stepId: bulkCollectCompanies
    description: >-
      Retrieve the full enriched company records for the array of IDs returned
      by the Elasticsearch DSL search.
    operationId: bulkCollectCompanies
    parameters:
    - name: apikey
      in: header
      value: $inputs.apikey
    requestBody:
      contentType: application/json
      payload:
        ids: $steps.searchCompanies.outputs.companyIds
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      companies: $response.body
      firstCompanyName: $response.body#/0/name
  outputs:
    companyIds: $steps.searchCompanies.outputs.companyIds
    companies: $steps.bulkCollectCompanies.outputs.companies

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/coresignal-company-esdsl-bulk-collect-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.