agents.bytemine.ai

https://agents.bytemine.ai/functions/v1/api-gateway/contacts/search

Search the prospect database by job title, seniority, department, industry, company, location, and more. Filters accept a plain string, an array of strings, or { value, included } objects for excludes. Returns masked results. Billed per result returned, up to pageSize.

53
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

100.0% avg
0% 50% 100% Aug 19Aug 20Aug 21

Response time

p50 696ms · p95 1140ms
0ms 400ms 800ms Aug 19Aug 20Aug 21
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
8/19/2026, 12:00:00 AM 100% 13 713ms
8/20/2026, 12:00:00 AM 100% 21 695ms
8/21/2026, 12:00:00 AM 100% 2 566ms
53
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
100

How often it was reachable when we probed it (weight 35%).

Latency
85

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
not yet measured

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 72% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
GoDaddy.com, LLC
Domain registered
2025-03-17
Hosting network
RS-1125
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

0
payments (30d)
0
USD volume (30d)
0
paying wallets (30d)

Payout address changed 1 time, last on 8/20/2026

  • 0x2cc5…0708 → 0xad40…599a (base) · 8/20/2026

A changed payout address is worth a second look — it can be routine, but it is also how a hijacked listing redirects funds.

Only payments settled on chains and facilitators we index.

Response schema
{
  "properties": {
    "credits_used": {
      "type": "integer"
    },
    "data": {
      "items": {
        "properties": {
          "city": {
            "type": "string"
          },
          "company_domain": {
            "type": "string"
          },
          "company_employee_range": {
            "type": "string"
          },
          "company_industry": {
            "type": "string"
          },
          "company_name": {
            "type": "string"
          },
          "company_revenue_range": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "department": {
            "type": "string"
          },
          "email": {
            "description": "Masked until unlocked.",
            "type": "string"
          },
          "first_name": {
            "type": "string"
          },
          "job_start_date": {
            "type": "string"
          },
          "job_title": {
            "type": "string"
          },
          "last_name": {
            "type": "string"
          },
          "linkedin_headline": {
            "type": "string"
          },
          "linkedin_url": {
            "type": "string"
          },
          "phone": {
            "description": "Masked until unlocked.",
            "type": "string"
          },
          "pid": {
            "description": "Prospect ID used by the unlock endpoint.",
            "type": "string"
          },
          "seniority": {
            "type": "string"
          },
          "state": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "pagination": {
      "properties": {
        "has_more": {
          "type": "boolean"
        },
        "page": {
          "type": "integer"
        },
        "page_size": {
          "type": "integer"
        },
        "total": {
          "type": "integer"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}