Catalog/SEO/Domain technologies
POST

SEO Domain technologies API

/v1/run/seo.domain_technologies

Detect the technology stack a website runs: CMS, analytics, marketing, hosting, and security, plus contacts and social profiles as normalized JSON.

Category searchRequests / mo 1Routing 1 lane · no failover
Get ~100 free requests

Pricing

One price, in dollars

pay per request · no subscription · fallbacks added as the catalog grows
Request
Gateway request
discovered operation
↓
Router
↓
Providers · 1
↳ One lane serves this endpoint today, so a failed call has nowhere to fail over to. Failed attempts are never billed. Uptime, latency and traffic are measured through the gateway, last 30 days.

Try it

Make your first request

run it free, no key · same shape for every API
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": {
    "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"
  },
  "found": true
}
Response interface
interface SeoDomainTechnologiesResponse {
  data: {
    contentLanguageCode?: string;
    countryIsoCode?: string;
    description?: string;
    domain: string;
    domainRank?: number;
    emails?: string[];
    languageCode?: string;
    lastVisitedUtc?: number;
    phoneNumbers?: string[];
    socialGraphUrls?: string[];
    technologies?: {
    };
    title?: string;
  } | null;
  found: boolean;
}

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

Reference

Request, response, and price

Last verified 2026-08-23 · uptime and latency measured over 30d
POST /v1/run/seo.domain_technologies
curl -X POST https://api.getanyapi.com/v1/run/seo.domain_technologies \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"domain":"hubspot.com"}'
FieldTypeExample value
Request body
domainstring"hubspot.com"Domain to analyze, without a protocol or leading www. Billing is flat per request.
Response
dataobject
data.contentLanguageCodestringLanguage code detected from the domain's page content.
data.countryIsoCodestringTwo-letter ISO country code the domain is associated with.
data.descriptionstringMeta description of the domain's homepage.
data.domainstringDomain name that was analyzed, as the detection index stores it. Populated whenever the provider has data for the entity.
data.domainRankintegerRelative authority rank of the domain. Higher is stronger. Populated whenever the provider has data for the entity.
data.emailsstring[]Contact email addresses published on the domain.
data.languageCodestringLanguage code declared by the domain.
data.lastVisitedUtcnumberUTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
data.phoneNumbersstring[]Contact phone numbers published on the domain.
data.socialGraphUrlsstring[]Social profile URLs linked from the domain.
data.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.titlestringTitle of the domain's homepage.
foundboolean
Price
Price per requestUSD$0.012
Price /1k reqUSD$12.00

FAQ

About the SEO Domain technologies API

The AnyAPI SEO Domain technologies API returns SEO domain technologies data as normalized JSON from one POST call to /v1/run/seo.domain_technologies. Detect the technology stack a website runs: CMS, analytics, marketing, hosting, and security, plus contacts and social profiles as normalized JSON. AnyAPI returns one normalized schema whichever source serves it. It costs from $12 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of SEO domain technologies calls through AnyAPI succeeded, with a median response time of 0.8 seconds across 1 measured calls.

It costs from $12 per 1,000 requests, 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.

Detect the technology stack a website runs: CMS, analytics, marketing, hosting, and security, plus 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 domain technologies calls through AnyAPI succeeded, with a median response time of 0.8 seconds across 1 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.

Get started

Two ways to start on AnyAPI

Humans fund a USD wallet and pay per request. Agents point a coding agent at one URL and onboard themselves.

Get ~100 free requests
Works with
Terminal agentsClaude CodeCursorCodexMCP clients