Web Data Lookup API

API Structure

Deepinfo Web Data Lookup API allows you to automatically inspect metadata of any website, extract the HTML source code and website trackers, including Google Adsense, Google Analytics, Google Tag Manager, etc.

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

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

You can always contact us and ask for more assistance.