# Coresignal Employee Multi-Source Profile by ID

> Coresignal Employee Multi-Source Profile by ID is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.084/call, status unknown (last checked 2026-09-13).

Fetches a comprehensive, multi-source aggregated employee profile from Coresignal using a numeric employee ID.

## Facts

- Endpoint: GET https://x402.orthogonal.com/coresignal/v2/employee_multi_source/collect/309627871
- Price: $0.084/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coresignal-employee-multi-source-profile-by-id-0a1ffff3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cYCplNl6tmlWtRsuAtP5d

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability coresignal-employee-multi-source-profile-by-id-0a1ffff3
```

Example prompt: Pull the full Coresignal multi-source employee profile for the person with ID 309627871 — I need their complete work history, education, skills, and any social profile links.

## When to prefer this

Use this endpoint when you already have a Coresignal numeric employee ID (e.g. from a prior search endpoint result) and need the richest possible profile data aggregated from multiple platforms. Prefer this over single-source lookups when you need comprehensive work history, education, and skills in one call. Not suitable for discovering new profiles — use search endpoints first to obtain IDs.

## Known failure modes

- Invalid or non-existent employee ID returns a 404 or empty result
- Rate limiting or payment failure returns a 402 or 429 error
- Profile may be stale if Coresignal's underlying data hasn't been refreshed recently
- Some fields may be missing or null if the person has limited public data across sources

## How this service works

Get the most comprehensive employee profile by its Coresignal numeric ID. Multi-source data is aggregated from multiple platforms. Use IDs returned by the search endpoints. Returns name, headline, location, full work experience history, education, skills, social URLs, and more.

## Output

Returns a structured JSON profile containing the employee's name, headline, current and past work experience with dates and descriptions, educational background, listed skills, social media and professional profile URLs, and geographic location — aggregated from multiple data sources via Coresignal.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coresignal-employee-multi-source-profile-by-id-0a1ffff3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
