Query the Bangladesh Registrar of Joint Stock Companies and Firms (RJSC)
to complete captcha verification, check company registration status, and retrieve registration numbers.
Endpoint
GET/search?q={company_name}&entity_type={code}
Header
Description
x-request-tokenrequired
API access token
x-rjsc-usernamerequired
Your RJSC portal username
x-rjsc-passwordrequired
Your RJSC portal password
Query param
Description
qrequired
Company name (partial match supported)
entity_typeoptional
1 = Company (default) · 3 = Trade Org · 4 = Foreign Company · 5 = Society · 6 = Partnership · 7 = Section 28
Example Request
# Search for a company by name
curl -X GET"https://roc.researchpurposes.smmh.xyz/search?q=Acme+Technologies+Limited" \
-H"x-request-token: your_api_token" \
-H"x-rjsc-username: your_rjsc_username" \
-H"x-rjsc-password: your_rjsc_password"