# Coresignal Multi-Source Company Profile by ID

> Coresignal Multi-Source Company 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-15).

Returns a comprehensive multi-source company profile for a specific company using its Coresignal numeric ID (98847749), including name, website, industry, size, funding, and social URLs.

## Facts

- Endpoint: GET https://x402.orthogonal.com/coresignal/v2/company_multi_source/collect/98847749
- Price: $0.084/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coresignal-multi-source-company-profile-by-id-7de1053f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eI-_hHPacKyck7g0jUZ4f

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-multi-source-company-profile-by-id-7de1053f
```

Example prompt: Pull the full Coresignal multi-source company profile for the company with ID 98847749 — I need their industry, employee count, funding details, website, and social media URLs.

## When to prefer this

Use this endpoint when you already have a Coresignal numeric company ID (e.g. from a prior search endpoint) and need the richest possible multi-source company profile in a single call. Prefer this over single-source lookups when you need funding data, social URLs, and business database fields combined. If you only have a website URL, use the Multi-source Company Enrich endpoint first to obtain the ID.

## Known failure modes

- Invalid or non-existent Coresignal ID returns a 404 or empty result
- Rate limiting or payment failure returns a 402 or 429 error
- Company record may be stale if Coresignal has not recently indexed the company
- Some fields (e.g. funding, social URLs) may be missing if not available across sources
- Network timeout for slow upstream data aggregation

## How this service works

Get the most comprehensive company profile by its Coresignal numeric ID. Multi-source data is aggregated from professional networks, business databases, and other sources. Use IDs returned by the search endpoints or look up by website using the 'Multi-source Company Enrich' endpoint. Returns company name, website, industry, size, funding, social URLs, and more.

## Output

A comprehensive company profile aggregated from multiple sources including professional networks and business databases, containing fields such as company name, website URL, industry classification, employee size range, funding details, social media profile URLs, and other business metadata associated with Coresignal ID 98847749.

## 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-multi-source-company-profile-by-id-7de1053f/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)
