Skip to main content
POST
/
api
/
rues
/
companies
/rues/companies
curl --request POST \
  --url https://api.anysite.io/api/rues/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "timeout": 300,
  "id": "390000015351",
  "nit": "890903938",
  "matricula": "0008396404"
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "@rues_company",
    "chamber_code": "<string>",
    "chamber": "<string>",
    "registration_number": "<string>",
    "sigla": "<string>",
    "identification_class": "<string>",
    "nit": "<string>",
    "identification_number": "<string>",
    "dv": "<string>",
    "ciiu_primary_code": "<string>",
    "ciiu_primary_description": "<string>",
    "ciiu_secondary_code": "<string>",
    "ciiu_secondary_description": "<string>",
    "ciiu3_code": "<string>",
    "ciiu3_description": "<string>",
    "ciiu4_code": "<string>",
    "ciiu4_description": "<string>",
    "registration_date": "<string>",
    "renewal_date": "<string>",
    "last_renewed_year": "<string>",
    "validity_date": "<string>",
    "cancellation_date": "<string>",
    "cancellation_reason": "<string>",
    "company_type_code": "<string>",
    "company_type": "<string>",
    "legal_organization": "<string>",
    "registration_category": "<string>",
    "status": "<string>",
    "updated_at": "<string>",
    "is_social_enterprise": false,
    "is_law_1780": false,
    "is_bic_company": false,
    "is_transport": false,
    "has_asset_forfeiture": false,
    "certificate_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
id
string | null

Internal RUES record id

Example:

"390000015351"

nit
string | null

Tax identification number (NIT) without verification digit

Example:

"890903938"

matricula
string | null

Commercial registration number (matrícula mercantil)

Example:

"0008396404"

Response

Successful Response

id
string
required
name
string
required
@type
string
default:@rues_company
chamber_code
string | null
chamber
string | null
registration_number
string | null
sigla
string | null
identification_class
string | null
nit
string | null
identification_number
string | null
dv
string | null
ciiu_primary_code
string | null
ciiu_primary_description
string | null
ciiu_secondary_code
string | null
ciiu_secondary_description
string | null
ciiu3_code
string | null
ciiu3_description
string | null
ciiu4_code
string | null
ciiu4_description
string | null
registration_date
string | null
renewal_date
string | null
last_renewed_year
string | null
validity_date
string | null
cancellation_date
string | null
cancellation_reason
string | null
company_type_code
string | null
company_type
string | null
registration_category
string | null
status
string | null
updated_at
string | null
is_social_enterprise
boolean
default:false
is_law_1780
boolean
default:false
is_bic_company
boolean
default:false
is_transport
boolean
default:false
has_asset_forfeiture
boolean
default:false
certificate_url
string | null