Domain Extractor Utility API

API Structure

Deepinfo Domain Extractor API reveals all domains found on the submitted text and shows only unique and valid ones.

Let's start by creating a two-week free account from Deepinfo platform, get your API key and you are ready. Next, you can test using the following cURL command.

Sample with the curl command:

curl --request POST \
  --url https://api.deepinfo.com/v1/tools/domain-extractor \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header 'apikey: [YOUR_API_KEY]' \
  --data '{"text":"[YOUR_TEXT]"}'

If you wish to call Technology Lookup API with real values and run code, just click here.

You can always contact us and ask for more assistance. We'll be glad to assist you with building your product.