# Coresignal Clean Company Profile by ID

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

Fetches a cleaned, deduplicated company profile from Coresignal using a numeric company ID, returning normalized firmographic data including name, website, industry, size, location, social URLs, and tech stack.

## Facts

- Endpoint: GET https://x402.orthogonal.com/coresignal/v2/company_clean/collect/98847749
- Price: $0.042/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coresignal-clean-company-profile-by-id-2a5e292a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zQMNDSfzwggCyKJeNLlhH

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-clean-company-profile-by-id-2a5e292a
```

Example prompt: Pull the clean Coresignal company profile for the company with numeric ID 98847749 — I need their normalized name, website, industry, size, location, social URLs, and tech stack.

## 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 full, cleaned firmographic profile in a single call. Prefer this over search-based endpoints when the ID is known. If you only have a website URL, use the Clean Company Enrich endpoint instead.

## Known failure modes

- Invalid or non-existent Coresignal company ID returns a 404 or empty result
- ID belongs to a company that has been removed or merged in Coresignal's database
- Payment of 0.042 USDC not fulfilled causes 402 rejection
- Rate limiting if too many requests are made in quick succession
- Stale data if the company profile has not been recently refreshed in Coresignal

## How this service works

Get a cleaned, deduplicated company profile by its Coresignal numeric ID. Use IDs returned by the search endpoints or look up by website using the 'Clean Company Enrich' endpoint. Returns normalized company data including name, website, industry, size, location, social URLs, and technology stack.

## Output

Returns a normalized, deduplicated company object including the company's canonical name, website URL, industry classification, employee size range, headquarters location, social media profile URLs (LinkedIn, Twitter, etc.), and technology stack details sourced from Coresignal's database.

## 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-clean-company-profile-by-id-2a5e292a/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)
