Live tail

The MerkleMap live domains tail endpoint provides a real-time stream of newly discovered hostnames from the merklemap ingestion pipeline.

Endpoint

https://api.merklemap.com/live-domains

Query Parameters

  • Name
    no_throttle
    Type
    boolean
    Description

    Set to true to get live results without throttling (default is one hostname per 80ms).

Request

GET
/live-domains
curl -N https://api.merklemap.com/live-domains

Response

data: {"hostname":"1.example.com"}

data: {"hostname":"example.com"}

data: {"hostname":"www.example.com"}

...

Was this page helpful?