POST /api/tracxn/legal-entities
Price: 20 credits
Get a Tracxn (tracxn.com) legal entity (registered company) profile by profile URL or profile id
Get the registry profile of a legal entity from Tracxn by profile URL or profile id. Returns the registration identifier (CIN or local equivalent), entity type, current status, incorporation date and company age, registrar, last AGM date, authorised and paid up capital, registered address, latest reported revenue and employee count with the employee headcount history, principal business activity codes, the filed document list, revenue and EBITDA growth rates, registered loans and charges with lender and amount, the shareholding split by founders, funds, parent entities and angels with the shareholder names, the board of directors and signatories, related entities sharing directors, the consumer brands operated by the entity, the ranked competitor table with each rival's funding and investors, news and FAQ facts.
Call these first: /tracxn/legal-entities/search
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)entity string required — Legal entity profile URL on tracxn.com, or the profile id that follows '__' in that URL (examples: "https://tracxn.com/d/legal-entities/india/supermarket-grocery-supplies-private-limited/__wkVBPMIeXFNcyh1StR0AqxcuG_kTfnVohmvVAUSR0jw", "wkVBPMIeXFNcyh1StR0AqxcuG_kTfnVohmvVAUSR0jw"; pattern: ^[A-Za-z0-9_:/.?=&%+-]{6,400}$)@type string (default: "TracxnLegalEntity")id string requiredalias string nullableurl string requiredname string requiredcountry string nullabledescription string nullablecin string nullablestatus string nullablelegal_form string nullableincorporated_at integer nullablecompany_age string nullableregistrar string nullablelast_agm_at integer nullablelatest_revenue string nullablelatest_employee_count integer nullableauthorized_capital string nullablepaid_up_capital string nullableregistered_address string nullablebrands array (default: [])@type string (default: "TracxnLegalEntityBrand")name string requiredid string nullableurl string nullabledescription string nullablefounded_year integer nullablelocation string nullablestage string nullablebusiness_activities array (default: [])@type string (default: "TracxnBusinessActivity")main_activity_code string nullablemain_activity string nullablebusiness_activity_code string nullablebusiness_activity string nullabledocuments array (default: [])@type string (default: "TracxnLegalEntityDocument")document_name string requiredcategory string nullablefiled_at integer nullablerevenue_growth array (default: [])@type string (default: "TracxnGrowthRate")period string requiredgrowth_percent number nullableebitda_growth array (default: [])@type string (default: "TracxnGrowthRate")period string requiredgrowth_percent number nullablecharges array (default: [])@type string (default: "TracxnLegalEntityCharge")charge_id string nullablelender object nullable@type string (default: "TracxnEntityRef")name string requiredid string nullablenamespace string nullableurl string nullablecharge_amount string nullablecreated_at integer nullablecap_table array (default: [])@type string (default: "TracxnShareholderGroup")group_name string requiredholding_percent number nullablenet_worth string nullableshareholders array (default: [])@type string (default: "TracxnEntityRef")name string requiredid string nullablenamespace string nullableurl string nullabledirectors array (default: [])@type string (default: "TracxnLegalEntityDirector")name string requireddesignation string nullablestatus string nullableappointed_at integer nullableduration string nullablerelated_entities array (default: [])@type string (default: "TracxnRelatedLegalEntity")name string requiredid string nullableurl string nullablecin string nullablecountry string nullablestatus string nullablecompetitors array (default: [])@type string (default: "TracxnCompetitor")name string requiredurl string nullableid string nullablerank integer nullablefounded_year integer nullablelocation string nullablestage string nullabledescription string nullabletotal_funding number nullableinvestors array (default: [])@type string (default: "TracxnEntityRef")name string requiredid string nullablenamespace string nullableurl string nullabletracxn_score integer nullableemployee_count_history array (default: [])@type string (default: "TracxnEmployeeCountPoint")period string requiredemployee_count integer nullablenews array (default: [])@type string (default: "TracxnNewsItem")news_title string requiredurl string nullablepublisher string nullablepublished_at integer nullablerelated array (default: [])@type string (default: "TracxnEntityRef")name string requiredid string nullablenamespace string nullableurl string nullablefaqs array (default: [])@type string (default: "TracxnFaq")question string requiredanswer string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Legal entity not found, or the id belongs to a different entity type. Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.