Retrieve domains similar to a specific domain.
Usage
tomba similar --target "<domain>"
Example
tomba similar --target "tomba.io"
Demo

HTTP call
curl --request POST \
--url 'http://127.0.0.1:3001/similar' \
--header 'Content-Type: multipart/form-data' \
--form domain=tomba.io
curl --request POST \
--url 'http://127.0.0.1:3001/similar' \
--header 'Content-Type: application/json' \
--data '{
"domain": "tomba.io"
}'
Last modified on