---
title: Extract Domain Insights API
slug: build-domain-profile
url: https://apyhub.com/dosvak/service/build-domain-profile
provider: Dosvak LLC
categories: [Artificial Intelligence, Marketing, SEO]
tags: [domain-analysis, website-profile, keyword-extraction, site-classification, seo]
auth: api_key
---

# Extract Domain Insights API

Analyze a domain or URL and get a structured site profile with classification and keywords. Useful for enrichment, SEO research, and lead scoring.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Builds a complete profile for a target domain or URL by analyzing the value you provid… | 10 |

## About

## What it does
Domain Profile Builder analyzes a target domain or URL and returns a complete profile for that site. Send `target`, and you can optionally set `classify_top_k` to control how many top classifications are returned and `top_k_keywords` to control keyword depth.

Use it when you need a quick, structured read on a website before enrichment, lead scoring, competitive research, or SEO triage. The response is an open-ended JSON object, so it can include the profile data your workflow needs without forcing a fixed document shape.

For example, you can feed in `msn.com` to identify what kind of site it is and extract the most relevant keywords for downstream analysis. Domain Profile Builder is a good fit for pipelines that need to inspect many domains, compare them consistently, or attach site-level context to other data.

Because the output schema is intentionally flexible, keep your integration focused on the fields your workflow actually uses and treat the response as a structured profile payload.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/build-domain-profile
