getregdata
RegistryColombia · RUES

Colombia RUES Company Register API

Company and non-profit identity, chamber of commerce, legal form and status from the Colombian RUES register. You get clean, structured records with the source registry attached - keyed off the NIT identifier.

Run RUES on Apify Install the skills
What you get
  • Structured JSON, not HTML or PDFs
  • Source registry attached to every record
  • Read live at query time - current filings
  • Queried by NIT or company name
python · regdata/colombia-rues-company-scraper
from apify_client import ApifyClient

client = ApifyClient("apify_api_xxxxx")
run = client.actor("regdata/colombia-rues-company-scraper").call(
    run_input={"query": "example"}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)
Serves these use cases
KYC onboardingNew-incorporation lead feed
FAQ
Does RUES have an API?

RUES (Colombia) does not offer a clean public API for programmatic queries. getregdata reads the official source directly and returns structured JSON, keyed off the NIT identifier - so you get API-like access without an official endpoint.

How do I get RUES data programmatically?

Install the getregdata agent skills or MCP server, or run the regdata/colombia-rues-company-scraper actor on Apify. Query by NIT or company name and receive structured, source-attributed records. It is free to install; you pay per result on Apify.

What data does RUES return?

Company and non-profit identity, chamber of commerce, legal form and status from the Colombian RUES register.

Related guides
6AMLD Compliance: Automate Beneficial Owner Checks by July 2027 3 min → Automated KYC Onboarding: Screen Polish Companies in 3 API Calls 5 min → Automating Polish UBO Checks: How to Query CRBR Without an Official API 5 min → Kompany / Moody's KYB API Alternative for CEE Primary-Source Data 3 min →