/zauba/companies/directors
Get the current and past directors of an India-registered company by CIN or LLPIN. Returns a list of directors with DIN, name, designation, appointment date, cessation date (past directors only), and is_current. A company with no directors on record (e.g. amalgamated or struck off) returns an empty list.
Price: 1 credit
💡 AI Hint: List the directors of a single India MCA company by CIN (21-char, e.g. L17110MH1973PLC019786) or LLPIN (e.g. AAC-9143), or a Zauba company URL. Returns directors with din, name, designation, appointment_date, cessation_date (set for past directors), and is_current (true for the current board). A company with no directors on record returns an empty list.
⚠️ Common errors: 412: Company not found (well-formed but nonexistent CIN/LLPIN, or page has no company data)
Authorizations
API token from the dashboard
Headers
Body
India MCA company id (CIN or LLPIN) or a Zauba company page URL containing it
1"L17110MH1973PLC019786"
"AAC-9143"
"https://www.zaubacorp.com/RELIANCE-INDUSTRIES-LIMITED-L17110MH1973PLC019786"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500