Skip to main content
POST
/
api
/
zauba
/
companies
/
directors
/zauba/companies/directors
curl --request POST \
  --url https://api.anysite.io/api/zauba/companies/directors \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300
}
'
[
  {
    "@type": "@zauba_director",
    "din": "<string>",
    "name": "<string>",
    "designation": "<string>",
    "appointment_date": "<string>",
    "cessation_date": "<string>",
    "is_current": true
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

India MCA company id (CIN or LLPIN) or a Zauba company page URL containing it

Minimum string length: 1
Examples:

"L17110MH1973PLC019786"

"AAC-9143"

"https://www.zaubacorp.com/RELIANCE-INDUSTRIES-LIMITED-L17110MH1973PLC019786"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:@zauba_director
din
string | null
name
string | null
designation
string | null
appointment_date
string | null
cessation_date
string | null
is_current
boolean | null