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.
- Category searchRequests / mo 1Routing 1 lane · no failover
Pricing
One price, in dollars
pay per request · no subscription · fallbacks added as the catalog growsTry it
Make your first request
run it free, no key · same shape for every API{
"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
}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 30dcurl -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"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| domain | string | "hubspot.com"Domain to analyze, without a protocol or leading www. Billing is flat per request. |
| Response | ||
| data | object | |
| data.contentLanguageCode | string | Language code detected from the domain's page content. |
| data.countryIsoCode | string | Two-letter ISO country code the domain is associated with. |
| data.description | string | Meta description of the domain's homepage. |
| data.domain | string | Domain name that was analyzed, as the detection index stores it. Populated whenever the provider has data for the entity. |
| data.domainRank | integer | Relative authority rank of the domain. Higher is stronger. Populated whenever the provider has data for the entity. |
| data.emails | string[] | Contact email addresses published on the domain. |
| data.languageCode | string | Language code declared by the domain. |
| data.lastVisitedUtc | number | UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. |
| data.phoneNumbers | string[] | Contact phone numbers published on the domain. |
| data.socialGraphUrls | string[] | Social profile URLs linked from the domain. |
| data.technologies | object | Technologies 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.title | string | Title of the domain's homepage. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.012 |
| Price /1k req | USD | $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.
More to call
Other SEO endpoints
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.