SRI Ecuador RUC Taxpayer Registry Scraper
Extract Ecuador SRI Consulta RUC taxpayer records by RUC number. Get legal name, status, economic activity (CIIU), tax regime, special-contributor and withholding-agent flags, legal representatives and establishments. Export JSON, CSV, Excel.
{ "legalName": "CONSORCIO ECUATORIANO DE TELECOMUNICACIONES S.…", "ruc": "1791251237001", "status": "ACTIVO", "taxpayerType": "SOCIEDAD", "economicActivity": "ACTIVIDADES DE MANTENIMIENTO Y EXPLOTACIÓN DE …", "regime": "GENERAL", "specialTaxpayer": true, "withholdingAgent": true, "keepsAccounting": true }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Legal Name | Ruc | Status | Taxpayer Type |
|---|---|---|---|
| CONSORCIO ECUATORIANO DE TELECOMU… | 1791251237001 | ACTIVO | SOCIEDAD |
| CORPORACION FAVORITA C.A. | 1790016919001 | ACTIVO | SOCIEDAD |
{ "legalName": "CONSORCIO ECUATORIANO DE TELECOMUNICACIONES S.…", "ruc": "1791251237001", "status": "ACTIVO", "taxpayerType": "SOCIEDAD", "economicActivity": "ACTIVIDADES DE MANTENIMIENTO Y EXPLOTACIÓN DE …", "regime": "GENERAL", "specialTaxpayer": true, "withholdingAgent": true, "keepsAccounting": true }
常见问题
Which taxpayers does this cover?
It covers any taxpayer registered with Ecuador's SRI, including both companies (sociedades) and natural persons (personas naturales), active or inactive. You look them up by their 13-digit RUC number.
How many records can I get in one run?
You get one record per RUC you supply, and you can supply as many as you like. A single large company can also expand into hundreds of establishments, since some chains register hundreds of branches across the country.
What happens if a RUC does not exist?
The scraper returns a clear record with an error note saying the RUC was not found in the SRI registry, so a missing match is itself a usable signal rather than a silent gap.
Can I get a company's branches and addresses?
Yes. Turn on Include Establishments and each record gains an establishments array listing every matriz and sucursal with its commercial name, full address, status and head-office flag.
Do I need a proxy to run this?
No. Runs work out of the box with no setup. An optional Ecuador residential proxy toggle is available only if you ever need it.