Find domains by technology API
Domain technologies
Find domains by technology API
Get the top domains using a specific technology, identified by name. Results sorted by most recently detected. Returns up to 1,000 domains per request.
GET
Find domains by technology 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
How many domains can I retrieve per request?
How many domains can I retrieve per request?
Up to 1,000 domains using the
limit query parameter. The default is 100. Results are sorted by most recently detected, so you get the freshest data first. Each request costs 1 credit regardless of how many domains are returned.Is the technology name case-sensitive?
Is the technology name case-sensitive?
No. The technology name is case-insensitive.
React, react, and REACT all return the same results. URL-encode names with spaces or special characters (e.g., Google%20Analytics becomes Google%2520Analytics).What data is returned for each domain?
What data is returned for each domain?
Each domain entry includes the domain name,
first_detected date (when the technology was first found), and last_detected date (most recent confirmation). The response also includes the technology’s basic info (ID, name, category) and the total count of matching domains.Authorizations
API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)
Path Parameters
Technology name (URL-encoded, e.g., React, Shopify, Google%20Analytics)
Example:
"Shopify"
Query Parameters
Number of domains to return (max 1000)
Required range:
x <= 1000