Sherlockeye API
    • Getting started
    • Searches
      • Create a new asynchronous OSINT search
        POST
      • Get search details and results
        GET
      • Run a synchronous OSINT search with timeout
        POST
      • Delete a search
        DELETE
    • Blockchain
      • Register a search on the blockchain
        POST
    • Webhooks
      • Create a new webhook
        POST
      • List all webhooks for the authenticated user
        GET
      • Get webhook details
        GET
      • Update a webhook
        PUT
      • Delete a webhook
        DELETE
      • Get webhook delivery history
        GET
      • Retry a webhook delivery
        POST
    • Balance
      • Get token balance for the authenticated user
        GET
    • Schemas
      • SearchResult
      • ErrorResponse
      • BalanceResponse
      • CreateSearchRequest
      • CreateSyncSearchRequest
      • CreateSyncSearchResponse
      • CreateSearchResponse
      • GetSearchResponse
      • DeleteSearchResponse
      • BlockchainResponse
      • BlockchainData
      • CreateWebhookRequest
      • UpdateWebhookRequest
      • WebhookResponse
      • WebhookListResponse
      • Webhook
      • DeleteWebhookResponse
      • WebhookDeliveriesResponse
      • WebhookRetryResponse
      • WebhookDelivery
      • WebhookDeliveryAttempt

    Getting started

    Sherlockeye is a reverse search engine built for investigations, fraud prevention, threat intelligence, and digital risk analysis.
    Use this API to integrate Sherlockeye's multi-source search capabilities directly into your applications — running OSINT lookups across email addresses, phone numbers, usernames, domains, IP addresses, and more.

    API KEY#

    To get started, obtain your API key at Sherlockeye API Settings

    SDK#

    SDK packages are available for both Python and Node.js:

    Python#

    Full package details at PyPI.

    Node.js#

    Full package details at npm.

    logo-small.png
    Modified at 2026-03-10 16:53:06
    Next
    Create a new asynchronous OSINT search
    Built with