Skip to documentation
Browse documentation

Profile domain

Return visible detailed-profile detections and redactions; counts cover observed rows only.

Capability ID builtwith.domain.profile
Cost 1 credit per request
Maximum runtime 45 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

categories array<string> optional

Categories supplied for this request.

Example []
domain string required

Hostname or HTTP(S) URL to profile

Example github.com
includeRedacted boolean optional

Includeredacted supplied for this request.

Example false
status string optional

Status supplied for this request. Allowed values: `current`, `removed`, `all`.

Example all
Available values currentremovedall

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
counts object 5 fields
counts.current integer 364
counts.redacted integer 395
counts.removed integer 52
counts.returned integer 21
counts.total integer 416
domain string github.com
evidenceState string partial_public_http_observed_not_independently_verified
profileUrl string https://builtwith.com/detailed/github.com
retrievedAt string 2026-09-18T08:48:24Z
technologies array 3 items
technologies array 3 items

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.