Get domain technologies API
Domain technologies
Get domain technologies API
Look up the active and historical technologies detected on any domain. Returns the full technology stack including category, first/last seen dates, and subdomain information. Costs 1 credit per request.
GET
Get domain technologies API
Documentation Index
Fetch the complete documentation index at: https://technologychecker.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Frequently asked questions
What does the domain technologies endpoint return?
What does the domain technologies endpoint return?
This endpoint returns two arrays:
active_technologies (currently detected on the domain) and historical_technologies (previously detected but no longer active). Each technology includes its name, category, first seen date, last seen date, and the subdomain where it was found.How much does a domain technology lookup cost?
How much does a domain technology lookup cost?
Each domain lookup costs 1 credit. Results come from TechnologyChecker’s pre-crawled database of 50M+ domains, so responses are instant. If the domain isn’t in the database, you’ll get a 404. Try live detection instead (5 credits) for domains not yet crawled.
Can I look up subdomains separately?
Can I look up subdomains separately?
The endpoint accepts root domains (e.g.,
shopify.com). Technologies detected on subdomains are included in the response with the subdomain field showing where each technology was found. You don’t need to query subdomains individually.