Port Scan Lookup API

API Structure

Deepinfo Port Scan Lookup API scans all available ports to retrieve detailed information.

Note: No additional meta or attribute data is not available with this API. To get such information, we recommend you to use DeepInfo Metadata API.

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 GET \
  --url 'https://api.deepinfo.info/v1/lookup/port-scan?target=deepinfo.com' \
  --header 'Accept: application/json' \
  --header 'apikey: [YOUR_API_KEY]'

If you wish to call Port Scan 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.