bytemine.pay.zeroclick.io

https://bytemine.pay.zeroclick.io/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.

54
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 25Aug 28Aug 30Sep 2

Response time

p50 531ms · p95 657ms
0ms 350ms 700ms Aug 25Aug 28Aug 30Sep 2
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
8/25/2026, 12:00:00 AM 100% 12 630ms
8/26/2026, 12:00:00 AM 100% 10 538ms
8/27/2026, 12:00:00 AM 100% 13 501ms
8/28/2026, 12:00:00 AM 100% 21 512ms
8/29/2026, 12:00:00 AM 100% 21 495ms
8/30/2026, 12:00:00 AM 100% 20 504ms
8/31/2026, 12:00:00 AM 100% 21 537ms
9/1/2026, 12:00:00 AM 100% 21 568ms
9/2/2026, 12:00:00 AM 100% 20 534ms
54
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
92

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 100% — 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
Domain registered
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
USDC received
0
payments
0
unique wallets

Settlement totals

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"
}