Evidence-backed company facts and current company information for company enrichment and c
Evidence-backed company facts and current company information for company enrichment and company verification, with field-level sources, freshness and explicit conflicts.
100000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-30
updated
Provider
mercator-entity-evidence.fly.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xEFc22716066C1092b12d12ca9377f00bA2ffA7A8",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "100000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"domain": "stripe.com",
"fields": [
"legal_name",
"headquarters",
"industry",
"key_executives"
],
"max_age_days": 30
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"billable": true,
"billing_note": "",
"conflicts": [],
"entity": {
"aliases": [
"Stripe"
],
"canonical_domain": "stripe.com",
"canonical_name": "Stripe, Inc.",
"confidence": 0.9,
"resolved_from": "stripe.com"
},
"fields": {
"headquarters": {
"agreement": "2_of_3",
"confidence": 0.85,
"oldest_retrieved_at": "2026-08-28T12:00:00Z",
"sources": [
{
"excerpt": "Stripe is headquartered in South San Francisco, California",
"primary": true,
"retrieved_at": "2026-08-28T12:00:00Z",
"source_id": "company_about",
"url": "https://stripe.com/about"
}
],
"value": "South San Francisco, California",
"variants": [
"South San Francisco",
"South San Francisco, California"
]
}
},
"informative_fields": [
"headquarters"
],
"reachability": {
"independent_origins": 2,
"note": "2 independent sources answered, so agreement above one origin was reachable for this company.",
"origin_classes": [
"self_published",
"third_party"
],
"own_site_answered": true,
"registries": [],
"registries_absent": [
"gleif_lei",
"sec_submissions",
"sec_proxy"
],
"single_origin": false,
"single_origin_field_reason": "",
"single_origin_fields": []
},
"response_hash": "…",
"sources_consulted": [
"company_about",
"company_site",
"wikipedia"
],
"status": "PARTIAL",
"unresolved": [
{
"field": "last_reported_funding",
"reason": "no source stated this field"
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"anyOf": [
{
"required": [
"domain"
]
},
{
"required": [
"name"
]
}
],
"properties": {
"domain": {
"description": "Company domain, e.g. stripe.com",
"type": "string"
},
"fields": {
"items": {
"enum": [
"legal_name",
"primary_domain",
"headquarters",
"industry",
"key_executives",
"last_reported_funding",
"founded_year",
"employee_count"
],
"type": "string"
},
"maxItems": 6,
"minItems": 1,
"type": "array"
},
"max_age_days": {
"default": 30,
"maximum": 365,
"minimum": 1,
"type": "integer"
},
"name": {
"description": "Company name, if no domain is known",
"type": "string"
}
},
"required": [
"fields"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://mercator-entity-evidence.fly.dev/v1/entity-evidence" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://mercator-entity-evidence.fly.dev/v1/entity-evidence");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://mercator-entity-evidence.fly.dev/v1/entity-evidence")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/15185.json, and this resource appears in /discovery/resources and /discovery/search.