Profile domain
Return visible detailed-profile detections and redactions; counts cover observed rows only.
builtwith.domain.profile
/execute
Shared execution endpoint
Input parameters
categories
array<string>
optional
Categories supplied for this request.
[]
domain
string
required
Hostname or HTTP(S) URL to profile
github.com
includeRedacted
boolean
optional
Includeredacted supplied for this request.
false
status
string
optional
Status supplied for this request. Allowed values: `current`, `removed`, `all`.
all
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
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.