ToolAssay

Provide up to 10 company domains

Provide up to 10 company domains. The system enriches them, extracts business keywords, and searches for similar companies. Returns a job_id immediately; poll the job status endpoint with type lookalike or supply a webhook_url. Optional filters restrict results by industry, US state, or country. Flat rate per run.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
579 msmedian answer time
$0.5listed price per call
$0.5price 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

POST https://bytemine.pay.zeroclick.io/functions/v1/api-gateway/v1/company-lookalikes

CategoryCompany and compliance
Provider hostbytemine.pay.zeroclick.io
Networkseip155:8453, zeroclick:card
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.5 579 ms

Example input (from the provider)

{
  "body": {
    "domains": []
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "domains": {
              "description": "Seed company domains, max 10.",
              "items": {
                "type": "string"
              },
              "maxItems": 10,
              "type": "array"
            },
            "filters": {
              "properties": {
                "country": {
                  "type": "string"
                },
                "industry": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "state": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            },
            "webhook_url": {
              "description": "Optional results webhook.",
              "type": "string"
            }
          },
          "required": [
            "domains"
          ],
          "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"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON