Technology Lookup API

API Structure

Deepinfo Technology Lookup API reveals what technology is being used on a particular website. With this API, you can simply track the technology versions and categories in which technologies are used on a website in real-time.

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

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

You can always contact us and ask for more assistance.