SEO API

SEO Domain technologies API

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

POST/v1/run/seo.domain_technologies
Uptime
100.00%
30d · 4 calls
Requests
4
30d · weekly, last 12 wks
Response
4.0s
median · 30d

Pricing

One price, in dollars

Providers
Owl4 served100.00% uptime3848ms p50$14.40/1k reqflat

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": {
    "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-09-16 · 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.0144
Price /1k reqUSD$14.40

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 $14.40 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 4.0 seconds across 4 measured calls.

It costs from $14.40 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 4.0 seconds across 4 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.