SEO API

SEO Domains by technology API

Find websites running a given technology, category, or on-page term: domain, rank, detected stack, contacts, and social profiles as normalized JSON.

POST/v1/run/seo.domains_by_technology
Uptime
100.00%
30d · 43 calls
Requests
43
30d · weekly, last 12 wks
Response
0.7s
median · 30d

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "domains": [
      {
        "contentLanguageCode": "A short example description of this item.",
        "countryIsoCode": "US",
        "description": "A short example description of this item.",
        "domain": "example.com",
        "domainRank": 1,
        "emails": [
          "alex@example.com"
        ],
        "languageCode": "en",
        "lastVisitedUtc": 12500,
        "phoneNumbers": [
          "+1 555-0142"
        ],
        "socialGraphUrls": [
          "https://example.com/page"
        ],
        "technologies": {},
        "title": "Example title"
      }
    ],
    "nextCursor": "example",
    "totalCount": 12500
  },
  "found": true
}
Response interface
interface SeoDomainsByTechnologyResponse {
  data: {
    domains: {
      contentLanguageCode?: string;
      countryIsoCode?: string;
      description?: string;
      domain: string;
      domainRank?: number;
      emails?: string[];
      languageCode?: string;
      lastVisitedUtc?: number;
      phoneNumbers?: string[];
      socialGraphUrls?: string[];
      technologies?: {
      };
      title?: string;
    }[];
    nextCursor?: string | null;
    totalCount?: number;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-09-14 · uptime and latency measured over 30d
POST /v1/run/seo.domains_by_technology
curl -X POST https://api.getanyapi.com/v1/run/seo.domains_by_technology \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"keyword":"highlevel","limit":10,"orderBy":"rank_desc"}'
FieldTypeExample value
Request body
categorystringTechnology category to match, for example marketing_automation. Broader than technology: it returns every domain running anything in that category.
cursorstringPagination cursor from a previous response's nextCursor. Omit for the first page.
groupstringTop-level technology group to match, for example marketing or servers. The broadest selector.
keywordstring"highlevel"On-page term to match in the site's HTML, for example highlevel. Use this to find sites running a product that the technology index does not detect by name.
limitinteger10Maximum number of domains to return in this response. You are billed per returned result, so a lower limit costs less.
orderByenum"rank_desc"Sort order for the returned domains: by domain rank descending or ascending, by most recently crawled, or by country code. Omit for the default order.
technologystringExact technology name to match, for example Nginx or HubSpot. Only technologies present in the detection index are accepted; an unindexed name returns found false, so use keyword instead when a product is not matched by name.
Response
dataobject
data.domainsobject[]Domains detected running the requested technology, category, group, or on-page term. Populated whenever the provider has data for the entity.
data.domains[].contentLanguageCodestringLanguage code detected from the domain's page content.
data.domains[].countryIsoCodestringTwo-letter ISO country code the domain is associated with.
data.domains[].descriptionstringMeta description of the domain's homepage.
data.domains[].domainstringDomain name of the detected website. Populated whenever the provider has data for the entity.
data.domains[].domainRankintegerRelative authority rank of the domain. Higher is stronger. Populated whenever the provider has data for the entity.
data.domains[].emailsstring[]Contact email addresses published on the domain.
data.domains[].languageCodestringLanguage code declared by the domain.
data.domains[].lastVisitedUtcnumberUTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
data.domains[].phoneNumbersstring[]Contact phone numbers published on the domain.
data.domains[].socialGraphUrlsstring[]Social profile URLs linked from the domain.
data.domains[].technologiesobjectTechnologies detected on the domain, nested by group and then by category, with an array of technology names at each leaf. Populated whenever the provider has data for the entity.
data.domains[].titlestringTitle of the domain's homepage.
data.nextCursorstringCursor for the next page. Null or empty when there are no further results.
data.totalCountintegerTotal number of domains matching the request across all pages.
foundboolean
Price
Price per request (ceiling)USD$0.13464
Price /1k resultsUSD$1.35

FAQ

About the SEO Domains by technology API

The AnyAPI SEO Domains by technology API returns SEO domains by technology data as normalized JSON from one POST call to /v1/run/seo.domains_by_technology. Find websites running a given technology, category, or on-page term: domain, rank, detected stack, contacts, and social profiles as normalized JSON. AnyAPI returns one normalized schema whichever source serves it. It costs $1.35 per 1,000 results, and never more than $0.13464 for a single request, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of SEO domains by technology calls through AnyAPI succeeded, with a median response time of 0.7 seconds across 43 measured calls.

It costs $1.35 per 1,000 results, and never more than $0.13464 for a single request, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Find websites running a given technology, category, or on-page term: domain, rank, detected stack, contacts, and social profiles as normalized JSON. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 100.0% of SEO domains by technology calls through AnyAPI succeeded, with a median response time of 0.7 seconds across 43 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.