{
  "x402Version": 2,
  "id": 3204,
  "slug": "3204",
  "resource": "https://api.qonoro.ai/v1/company/enrich",
  "description": "Basic company identity enrichment for autonomous agents, including normalized profile fields, source URLs, coverage, and confidence scoring.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "company_name": "Stripe",
            "domain": "stripe.com",
            "website": "https://stripe.com"
          },
          "bodyType": "json",
          "inputSchema": {
            "properties": {
              "company_name": {
                "description": "Company name to enrich",
                "type": "string"
              },
              "domain": {
                "description": "Company domain when known (alternative to website)",
                "type": "string"
              },
              "website": {
                "description": "Official company website",
                "type": "string"
              }
            },
            "required": [
              "company_name"
            ],
            "type": "object"
          },
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "cache_hit": false,
            "company_name": "Stripe",
            "confidence_score": 0.88,
            "coverage": "public_web",
            "data_tier": "enrich",
            "domain": "stripe.com",
            "founded": "2010",
            "headquarters_country": "US",
            "industry": "Financial Technology",
            "legal_name": "Stripe Inc.",
            "quality_warnings": [],
            "registered_countries": [
              "US",
              "IE"
            ],
            "response_time_ms": 600,
            "size": "large",
            "sources": [
              "https://stripe.com",
              "https://www.crunchbase.com/organization/stripe"
            ],
            "status": "active",
            "website": "https://stripe.com"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "company_name": {
                    "description": "Company name to enrich",
                    "type": "string"
                  },
                  "domain": {
                    "description": "Company domain when known (alternative to website)",
                    "type": "string"
                  },
                  "website": {
                    "description": "Official company website",
                    "type": "string"
                  }
                },
                "required": [
                  "company_name"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "inputSchema": {
                "type": "object"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "cache_hit": {
                    "type": "boolean"
                  },
                  "company_name": {
                    "type": "string"
                  },
                  "confidence_score": {
                    "type": "number"
                  },
                  "coverage": {
                    "type": "string"
                  },
                  "data_tier": {
                    "type": "string"
                  },
                  "domain": {
                    "type": "string"
                  },
                  "founded": {
                    "type": "string"
                  },
                  "headquarters_country": {
                    "type": "string"
                  },
                  "industry": {
                    "type": "string"
                  },
                  "legal_name": {
                    "type": "string"
                  },
                  "quality_warnings": {
                    "type": "array"
                  },
                  "registered_countries": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "response_time_ms": {
                    "type": "number"
                  },
                  "size": {
                    "enum": [
                      "micro",
                      "small",
                      "medium",
                      "large",
                      "unknown"
                    ],
                    "type": "string"
                  },
                  "sources": {
                    "type": "array"
                  },
                  "status": {
                    "enum": [
                      "active",
                      "inactive",
                      "unknown"
                    ],
                    "type": "string"
                  },
                  "website": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.qonoro.ai",
  "lastUpdated": "2026-08-26T23:00:58.737Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T23:00:58.421Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.qonoro.ai",
    "manifest_name": "api.qonoro.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}