Uncovers the technologies used on websites and URL to thumbnail
Uncovers website technologies and generates URL thumbnails.
import requests
api_key = "YOUR_API_KEY"
base_url = "https://api.letsvalidate.com/v1"
target_url = "https://example.com"
headers = {
"X-API-Key": api_key
}
response = requests.get(f"{base_url}/technologies", params={"url": target_url}, headers=headers)
print(response.json())Last 50 checks (10 min intervals)