ToolAssay

Run a live company intelligence and vendor-enrichment report from a domain, incl

Run a live company intelligence and vendor-enrichment report from a domain, including DNS and registration evidence, TLS status, public website identity, technology fingerprints, optional GLEIF legal-entity matches, and optional SEC identity.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
297 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/company_intelligence

CategoryCompany and compliance
Provider hostai-data-marketplace-1042299154756.us-central1.run.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 297 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "company": "Stripe",
    "domain": "stripe.com",
    "ticker": ""
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": true,
          "properties": {
            "company": {
              "description": "Optional legal or trading name for GLEIF matching.",
              "type": "string"
            },
            "domain": {
              "description": "Public company domain to enrich.",
              "type": "string"
            },
            "ticker": {
              "description": "Optional US public-company ticker for SEC identity and filing evidence.",
              "type": "string"
            }
          },
          "required": [
            "domain"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "checks_completed": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "company": {
              "additionalProperties": true,
              "properties": {
                "domain": {
                  "type": "string"
                },
                "name": {
                  "type": "string"
                },
                "technologies": {
                  "items": {},
                  "type": "array"
                },
                "tls_authorized": {
                  "type": "boolean"
                }
              },
              "required": [
                "name",
                "domain",
                "tls_authorized",
                "technologies"
              ],
              "type": "object"
            },
            "success": {
              "type": "boolean"
            }
          },
          "required": [
            "success",
            "company",
            "checks_completed"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON