{
  "x402Version": 2,
  "id": 8690,
  "slug": "8690",
  "resource": "https://bytemine.pay.zeroclick.io/functions/v1/api-gateway/contacts/search",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "upto",
      "network": "eip155:8453",
      "payTo": "0xe5e33da1dc61445b1029873e5c12ce1bea8ed1d6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "200000",
      "maxTimeoutSeconds": 1800
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {},
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "after": {
                    "description": "Pagination cursor for the next page.",
                    "type": "string"
                  },
                  "age": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Age range filter, for example 25-34."
                  },
                  "cities": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "City filter."
                  },
                  "companyNames": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Current company name filter."
                  },
                  "companyRevenues": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Company revenue range filter, for example $10M-$50M."
                  },
                  "departments": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Department filter, for example Engineering, Sales, Marketing, Finance, HR, Operations, Legal, IT, Product."
                  },
                  "employeeSizes": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Company employee size filter, for example 51-200."
                  },
                  "firstName": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "First name filter."
                  },
                  "gender": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Gender filter. Options: Male, Female."
                  },
                  "hasDirectDialOnly": {
                    "description": "Only contacts with direct dial numbers.",
                    "type": "boolean"
                  },
                  "hasPersonalEmailOnly": {
                    "description": "Only contacts with a personal email.",
                    "type": "boolean"
                  },
                  "hasPhone": {
                    "description": "Only contacts with a phone number.",
                    "type": "boolean"
                  },
                  "hasPhoneCell": {
                    "description": "Only contacts with a cell phone.",
                    "type": "boolean"
                  },
                  "hasWorkEmail": {
                    "description": "Only contacts with a work email.",
                    "type": "boolean"
                  },
                  "industries": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Industry filter."
                  },
                  "interests": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Interests filter."
                  },
                  "jobTitles": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Job title filter."
                  },
                  "lastName": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Last name filter."
                  },
                  "naicsCodes": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "NAICS code filter."
                  },
                  "page": {
                    "description": "Page number, 0 indexed. Default 0.",
                    "type": "integer"
                  },
                  "pageSize": {
                    "description": "Results per page. Default 20, max 100.",
                    "type": "integer"
                  },
                  "schools": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Education institution filter."
                  },
                  "seniorityLevels": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Seniority filter. Options: Owner, Partner, C-Team, VP, Director, Manager, Senior, Entry, Training."
                  },
                  "sicCodes": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "SIC code filter."
                  },
                  "skills": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Professional skills filter."
                  },
                  "states": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "US state filter, 2 letter codes."
                  },
                  "urls": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      {
                        "items": {
                          "properties": {
                            "included": {
                              "type": "boolean"
                            },
                            "value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "value",
                            "included"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    ],
                    "description": "Company website or domain filter."
                  }
                },
                "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"
      }
    },
    "zeroclick": {
      "info": {
        "payment": {
          "amountUsd": "0.200000",
          "id": "apay_4b9UG89CsffvrJq5VbJoY"
        },
        "requestId": "zcreq_bz8a5-hrg6f4_S8HqjoUJ",
        "service": "prospect-finder"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "agentId": {
            "type": "string"
          },
          "payment": {
            "properties": {
              "amountUsd": {
                "type": "string"
              },
              "id": {
                "type": "string"
              }
            },
            "required": [
              "id",
              "amountUsd"
            ],
            "type": "object"
          },
          "requestId": {
            "type": "string"
          },
          "service": {
            "type": "string"
          }
        },
        "required": [
          "payment"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "zeroclick"
  ],
  "sourceHost": "bytemine.pay.zeroclick.io",
  "lastUpdated": "2026-08-24T20:21:56.029Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-24T20:21:54.177Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "bytemine.pay.zeroclick.io",
    "manifest_name": "bytemine.pay.zeroclick.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}