Skip to main content
POST
/
api
/
domclick
/
agencies
/
agents
/domclick/agencies/agents
curl --request POST \
  --url https://api.anysite.io/api/domclick/agencies/agents \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "agency": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "cas_id": 123,
    "@type": "@domclick_agent",
    "name": "<string>",
    "alias": "<string>",
    "type": "<string>",
    "subtype": "<string>",
    "is_verified": true,
    "image": "<string>",
    "registered_at": "<string>",
    "deals_count": 123,
    "offers_count": 123,
    "region": "<string>",
    "bio": "<string>",
    "rating": {
      "@type": "@domclick_agent_rating",
      "avg": 123,
      "votes": 123,
      "review_count": 123
    },
    "avg_call_delay": 123,
    "avg_chat_delay": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
agency
string
required

Agency company id or its agencies.domclick.ru/agency/{id} URL.

Examples:

"286098"

"https://agencies.domclick.ru/agency/286098"

count
integer
required

Max number of results to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

cas_id
integer
required
@type
string
default:@domclick_agent
name
string | null
alias
string | null
type
string | null
subtype
string | null
is_verified
boolean | null
image
string | null
registered_at
string | null
deals_count
integer | null
offers_count
integer | null
region
string | null
bio
string | null
rating
DomclickAgentRating · object
avg_call_delay
integer | null
avg_chat_delay
integer | null