Coresignal · Arazzo Workflow

Coresignal Job Elasticsearch Search and Collect

Version 1.0.0

Run an Elasticsearch DSL job query, then collect the full record for the first matching posting.

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

job-esdsl-search-collect
Query job postings with Elasticsearch DSL and collect the first match.
Posts an Elasticsearch DSL query to the jobs search endpoint and collects the full record for the first returned ID.
2 steps inputs: apikey, query outputs: companyName, jobIds, title
1
searchJobs
Search job posting records using a full Elasticsearch DSL query body. Returns an array of matching Coresignal job posting IDs.
2
collectJob
Retrieve the full enriched job posting record for the first matching ID returned by the Elasticsearch DSL search.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Coresignal Job Elasticsearch Search and Collect
  summary: Run an Elasticsearch DSL job query, then collect the full record for the first matching posting.
  description: >-
    A precision jobs pattern built on Elasticsearch DSL. The workflow submits a
    full Elasticsearch DSL query to the Multi-source Jobs API, which returns an
    array of matching job posting IDs, and then collects the full enriched record
    for the first matching ID. 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: job-esdsl-search-collect
  summary: Query job postings with Elasticsearch DSL and collect the first match.
  description: >-
    Posts an Elasticsearch DSL query to the jobs search endpoint and collects the
    full record for the first returned ID.
  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: searchJobs
    description: >-
      Search job posting records using a full Elasticsearch DSL query body.
      Returns an array of matching Coresignal job posting IDs.
    operationId: searchCompaniesByEsDsl
    parameters:
    - name: apikey
      in: header
      value: $inputs.apikey
    requestBody:
      contentType: application/json
      payload: $inputs.query
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      jobIds: $response.body
      topJobId: $response.body#/0
  - stepId: collectJob
    description: >-
      Retrieve the full enriched job posting record for the first matching ID
      returned by the Elasticsearch DSL search.
    operationId: collectCompany
    parameters:
    - name: apikey
      in: header
      value: $inputs.apikey
    - name: id
      in: path
      value: $steps.searchJobs.outputs.topJobId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      jobId: $response.body#/id
      title: $response.body#/title
      companyName: $response.body#/company_name
      datePosted: $response.body#/date_posted
  outputs:
    jobIds: $steps.searchJobs.outputs.jobIds
    title: $steps.collectJob.outputs.title
    companyName: $steps.collectJob.outputs.companyName

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-job-esdsl-search-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.