Dokaz APIDocs › Site Intel

Website technology detection API

Give it a URL and it fetches the page once, reads the HTML and headers, and returns the platform, frameworks, analytics and payment scripts it can positively identify. It also reports the page title, description, Open Graph tags, canonical URL and the redirect chain.

Detection is fail-closed: a technology is listed only when a specific marker is present, so an empty list means "nothing recognised", never a guess.

Request

curl "https://api.dokaz.net/v1/site/intel?url=https%3A%2F%2Fexample.com"

See tech[], has_analytics[], generator and locked_platform in the response.

Try it live — this runs against the free tier from your browser.

Pricing

100 calls a day are free with no key. Need more? Starter is $9/month for 10,000 calls across every product, key issued instantly.

Questions

Does it run JavaScript?

No. It reads the served HTML, which is what search engines and most crawlers see. Client-rendered apps still reveal their framework in the HTML shell.

What is locked_platform?

A vendor name when the site is an all-in-one vertical SaaS a third party cannot edit (Shopmonkey, Toast, Vagaro and similar). Useful for agencies qualifying leads.

Related