Search advertisers by domain
GET /domains/search
GET /domains/search
Operation
GET
/domains/search
AI-friendly domain-based advertiser search with intelligent matching and suggestions
Operation ID:
searchDomains
·
Tags: Domains
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
domain
|
query | No | string | Domain to search for (e.g., 'amazon.com') |
url
|
query | No | string | Full URL to extract domain from |
limit
|
query | No | integer | Upper bound for page size |
page
|
query | No | integer | Page number |
per_page
|
query | No | integer | Results per page |
cursor
|
query | No | string | Cursor for pagination |
dry_run
|
query | No | boolean | Test request without making changes |
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Advertisers matching the domain search",
"content": {
"application/json": {
"schema": {
"oneOf": [
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AdvertiserListItem"
}
},
"meta": {
"$ref": "#/components/schemas/DomainSearchMeta"
}
},
"required": [
"data",
"meta"
]
},
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AdvertiserListItem"
}
},
"pagination": {
"$ref": "#/components/schemas/AdvertiserPagination"
}
},
"required": [
"data",
"pagination"
]
}
]
}
}
}
}
{
"$ref": "#/components/responses/BadRequest"
}
{
"$ref": "#/components/responses/Unauthorized"
}
API Playground
Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}.
Sign in to enable live testing with your API key.
| Action | Method | Endpoint | Description |
|---|---|---|---|
| Search advertisers by domain | GET |
/api/v1/domains/search |
OpenAPI operationId: searchDomains. |
GET /api/v1/domains/search
OpenAPI
Search advertisers by domain