SRI Ecuador RUC Scraper & Consulta RUC API | Taxpayer Data avatar

SRI Ecuador RUC Scraper & Consulta RUC API | Taxpayer Data

Pricing

from $11.54 / 1,000 results

Go to Apify Store
SRI Ecuador RUC Scraper & Consulta RUC API | Taxpayer Data

SRI Ecuador RUC Scraper & Consulta RUC API | Taxpayer Data

Consulta RUC Ecuador at scale. Look up any SRI RUC or cedula and get razon social, status, taxpayer type, economic activity, RIMPE or general regime, compliance flags, legal representatives and every establishment with structured address. KYB Ecuador. Export JSON, CSV, Excel.

Pricing

from $11.54 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

1

Monthly active users

4 days ago

Last modified

Share

SRI Ecuador RUC Scraper & Consulta RUC API

SRI Ecuador RUC Scraper & Consulta RUC API

The most complete consulta RUC Ecuador tool on Apify. Look up any Ecuadorian RUC (13 digits) or cedula (10 digits) in the official SRI (Servicio de Rentas Internas) taxpayer registry and get one clean, structured record per number: razon social, status, taxpayer type, economic activity, tax regime (RIMPE or general), compliance flags, legal representatives and every registered establishment with a structured address. Built for KYB Ecuador, lead generation, supplier onboarding and compliance.

Here is one real result with every field the actor returns (the establishments array is trimmed here to 1 of 327 entries; live records return every establishment):

{
"legalName": "CORPORACION FAVORITA C.A.",
"ruc": "1790016919001",
"status": "ACTIVO",
"taxpayerType": "SOCIEDAD",
"economicActivity": "VENTA AL POR MAYOR DE OTROS PRODUCTOS DIVERSOS PARA EL CONSUMIDOR.",
"category": null,
"regime": "GENERAL",
"specialTaxpayer": true,
"withholdingAgent": true,
"keepsAccounting": true,
"ghostTaxpayer": false,
"nonexistentTransactions": false,
"cancellationReason": null,
"startDate": "1957-11-30",
"cessationDate": null,
"restartDate": null,
"lastUpdateDate": "2026-09-04",
"legalRepresentatives": [
{ "identification": "1701529958", "name": "WRIGHT DURAN BALLEN RONALD OWEN" }
],
"commercialName": "CORPORACION FAVORITA C.A.",
"headOfficeAddress": "PICHINCHA / RUMIÑAHUI / COTOGCHOA / AV. GENERAL ENRIQUEZ S/N",
"headOfficeProvince": "PICHINCHA",
"headOfficeCanton": "RUMIÑAHUI",
"headOfficeParish": "COTOGCHOA",
"establishmentCount": 327,
"establishmentsOpen": 286,
"establishmentsClosed": 41,
"establishments": [
{ "number": "001", "commercialName": "CORPORACION FAVORITA C.A.", "type": "MAT", "address": "PICHINCHA / RUMIÑAHUI / COTOGCHOA / AV. GENERAL ENRIQUEZ S/N", "province": "PICHINCHA", "canton": "RUMIÑAHUI", "parish": "COTOGCHOA", "street": "AV. GENERAL ENRIQUEZ S/N", "status": "ABIERTO", "headOffice": true }
],
"url": "https://srienlinea.sri.gob.ec/sri-en-linea/SriRucWeb/ConsultaRuc/Consultas/consultaRuc",
"observedAt": "2026-09-04T14:39:01.908Z",
"error": null
}

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor looks up each Ecuadorian RUC or cedula you pass in the official SRI taxpayer registry and writes one normalized record per number to the run's dataset. A 10-digit cedula is expanded to its natural-person RUC automatically, so you can mix companies and individuals in the same run.

Each record carries the legal name (razon social), RUC status, taxpayer type (sociedad or persona natural), main economic activity, tax regime, key compliance flags (special taxpayer, withholding agent, keeps accounting, ghost taxpayer, nonexistent transactions), registration, cessation and restart dates, and legal representatives.

With the establishments add-on on (paying plans), the record also lists every registered establishment (matriz and sucursales) with its number, commercial name, type, full and structured address (province, canton, parish, street), status and head-office flag, plus a head-office summary and open and closed establishment counts.

Why this actor

There is no other dedicated Ecuador SRI RUC scraper on Apify. Compared with the closest analog, generic single-country tax-id scrapers in the region, this actor returns a strict superset of fields and accepts more inputs.

CapabilityThis actorTypical regional RUC scraper
Lookup by RUC (13 digits)YesYes
Lookup by cedula (10 digits, auto-expanded)YesNo
Legal name, status, taxpayer typeYesYes
Economic activityYesYes
Tax regime (RIMPE or general)YesRare
Special taxpayer and withholding agent flagsYesNo
Keeps accounting flagYesNo
Ghost taxpayer and nonexistent transactions flagsYesNo
Start, cessation and restart datesYesPartial
Legal representativesYesRare
Establishments with structured addressYesRare
Open and closed establishment countsYesNo
Bulk input, JSON, CSV, Excel exportYesVaries

Quickstart

Open the actor, paste this into the input, and press Run. It looks up Corporacion Favorita and includes all of its establishments.

{
"rucs": ["1790016919001"],
"maxRecords": 10,
"includeEstablishments": true
}

Provide one or more 13-digit RUCs or 10-digit cedulas in rucs. One record is produced per number.

Input reference

FieldTypeRequiredDefaultDescription
rucsstring[]yes["1790016919001"]Ecuadorian RUC (13 digits) or cedula (10 digits) numbers to look up. A cedula is expanded to its natural-person RUC automatically. One record is produced per number.
maxRecordsintegerno10Maximum number of taxpayer records to collect across all numbers. Free Apify plans are capped at 10 per run.
includeEstablishmentsbooleannotruePaying plans only. When on, also fetch every registered establishment (matriz and sucursales) with number, commercial name, structured address, status and head-office flag. Billed as the details add-on and charged only on success.
useProxybooleannofalseRoute requests through an Apify residential proxy in Ecuador. Enable only if the SRI host starts blocking the run; direct requests normally work.

Output reference

One dataset item per number. Types: string, number, boolean, object[], or null when the source value is absent. Establishment fields are populated only on paying plans with includeEstablishments on.

FieldTypeDescription
legalNamestringCompany or natural-person legal name (razon social).
rucstringThe 13-digit RUC.
statusstringRUC status, for example ACTIVO, SUSPENDIDO.
taxpayerTypestringTaxpayer type, for example SOCIEDAD, PERSONA NATURAL.
economicActivitystringMain economic activity description.
categorystringTaxpayer category, or null.
regimestringTax regime, for example GENERAL, RIMPE.
specialTaxpayerbooleantrue when flagged a special taxpayer (contribuyente especial).
withholdingAgentbooleantrue when the taxpayer is a withholding agent (agente de retencion).
keepsAccountingbooleantrue when obliged to keep accounting (obligado a llevar contabilidad).
ghostTaxpayerbooleantrue when flagged a ghost taxpayer (fantasma).
nonexistentTransactionsbooleantrue when flagged for nonexistent transactions.
cancellationReasonstringReason for RUC cancellation or suspension, or null.
startDatestringActivity start date (YYYY-MM-DD).
cessationDatestringActivity cessation date (YYYY-MM-DD), or null.
restartDatestringActivity restart date (YYYY-MM-DD), or null.
lastUpdateDatestringDate the registry record was last updated (YYYY-MM-DD).
legalRepresentativesobject[]Legal representatives as {identification, name} entries.
commercialNamestringHead-office commercial name (nombre comercial), or null.
headOfficeAddressstringRegistered head-office full address.
headOfficeProvincestringHead-office province (provincia).
headOfficeCantonstringHead-office canton (canton).
headOfficeParishstringHead-office parish (parroquia).
establishmentCountnumberTotal number of registered establishments, or null.
establishmentsOpennumberNumber of open (ABIERTO) establishments, or null.
establishmentsClosednumberNumber of closed (CERRADO) establishments, or null.
establishmentsobject[]Registered establishments as {number, commercialName, type, address, province, canton, parish, street, status, headOffice} entries, or null.
urlstringSource SRI consultation URL.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. A number that is not found is written as a single item with a populated error field and is not charged.

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~sri-ruc-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"rucs":["1790016919001"],"includeEstablishments":true}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~sri-ruc-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"rucs":["1790016919001","1710034065"],"maxRecords":25}'

Apify CLI:

apify call scrapers_lat/sri-ruc-scraper \
--input '{"rucs":["1790016919001"],"includeEstablishments":false}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged one result event per taxpayer record returned. See the pricing tab for the current price.
  • Establishments add-on. On paying plans, turning on includeEstablishments adds one details event per record that also carries the full establishment expansion. It is charged only when the establishment fetch succeeds.
  • No charge on failure. A number that is not found is written with a populated error field and is not charged. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run and receive the base taxpayer record without the establishments add-on. Upgrade for higher maxRecords and establishment data.

Use cases

  • KYB and onboarding. Verify a supplier or customer RUC, confirm it is active, and read the taxpayer type and regime before you transact.
  • Compliance screening. Flag ghost taxpayers, nonexistent transactions and suspended RUCs across a portfolio in one bulk run.
  • Lead enrichment. Turn a list of RUCs or cedulas into legal names, activities, representatives and branch addresses for outreach.
  • Location intelligence. Use the structured establishment address (province, canton, parish) to map a company's footprint across Ecuador.

FAQ and troubleshooting

What is a RUC? The Registro Unico de Contribuyentes, the 13-digit Ecuadorian tax id assigned by the SRI to companies and natural persons. Provide one or more in rucs.

Can I look up a person by cedula? Yes. Pass a 10-digit cedula and the actor expands it to the matching natural-person RUC (cedula followed by 001) before the lookup.

Can I get every branch of a company? Yes, on a paying plan. Keep includeEstablishments on. The establishments array lists the matriz (head office) and every sucursal with structured address and status.

Why is cessationDate or commercialName null? The taxpayer is still active or did not register that value. Missing source values are returned as null, never invented.

A run got blocked. What do I do? Direct requests normally work. If the SRI host starts blocking, set useProxy to true to route through an Ecuador residential proxy.

Is this an official SRI tool? No. This actor is independent and has no affiliation with the SRI or the Ecuadorian government. It reads only publicly available taxpayer registry data. Use the results in accordance with the source's terms.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


SRI Ecuador Scraper de RUC y API de Consulta RUC

La herramienta de consulta RUC Ecuador mas completa de Apify. Consulta cualquier RUC ecuatoriano (13 digitos) o cedula (10 digitos) en el registro oficial de contribuyentes del SRI (Servicio de Rentas Internas) y obten un registro limpio y estructurado por numero: razon social, estado, tipo de contribuyente, actividad economica, regimen (RIMPE o general), banderas de cumplimiento, representantes legales y cada establecimiento registrado con direccion estructurada. Pensada para KYB Ecuador, generacion de leads, alta de proveedores y cumplimiento.

Este es un resultado real con cada campo que devuelve el actor (el arreglo establishments se recorta aqui a 1 de 327 entradas; los registros en vivo devuelven todos los establecimientos):

{
"legalName": "CORPORACION FAVORITA C.A.",
"ruc": "1790016919001",
"status": "ACTIVO",
"taxpayerType": "SOCIEDAD",
"economicActivity": "VENTA AL POR MAYOR DE OTROS PRODUCTOS DIVERSOS PARA EL CONSUMIDOR.",
"category": null,
"regime": "GENERAL",
"specialTaxpayer": true,
"withholdingAgent": true,
"keepsAccounting": true,
"ghostTaxpayer": false,
"nonexistentTransactions": false,
"cancellationReason": null,
"startDate": "1957-11-30",
"cessationDate": null,
"restartDate": null,
"lastUpdateDate": "2026-09-04",
"legalRepresentatives": [
{ "identification": "1701529958", "name": "WRIGHT DURAN BALLEN RONALD OWEN" }
],
"commercialName": "CORPORACION FAVORITA C.A.",
"headOfficeAddress": "PICHINCHA / RUMIÑAHUI / COTOGCHOA / AV. GENERAL ENRIQUEZ S/N",
"headOfficeProvince": "PICHINCHA",
"headOfficeCanton": "RUMIÑAHUI",
"headOfficeParish": "COTOGCHOA",
"establishmentCount": 327,
"establishmentsOpen": 286,
"establishmentsClosed": 41,
"establishments": [
{ "number": "001", "commercialName": "CORPORACION FAVORITA C.A.", "type": "MAT", "address": "PICHINCHA / RUMIÑAHUI / COTOGCHOA / AV. GENERAL ENRIQUEZ S/N", "province": "PICHINCHA", "canton": "RUMIÑAHUI", "parish": "COTOGCHOA", "street": "AV. GENERAL ENRIQUEZ S/N", "status": "ABIERTO", "headOffice": true }
],
"url": "https://srienlinea.sri.gob.ec/sri-en-linea/SriRucWeb/ConsultaRuc/Consultas/consultaRuc",
"observedAt": "2026-09-04T14:39:01.908Z",
"error": null
}

📥 Entrada · 📤 Salida · 💰 Precios · ▶️ Ejemplos

Apify Cobertura Salida Facturacion

Tabla de contenido

Que hace

El actor consulta cada RUC o cedula ecuatoriana que envies en el registro oficial de contribuyentes del SRI y escribe un registro normalizado por numero en el dataset de la ejecucion. Una cedula de 10 digitos se expande automaticamente a su RUC de persona natural, asi que puedes mezclar empresas y personas en la misma ejecucion.

Cada registro incluye la razon social, el estado del RUC, el tipo de contribuyente (sociedad o persona natural), la actividad economica principal, el regimen tributario, las banderas de cumplimiento clave (contribuyente especial, agente de retencion, obligado a llevar contabilidad, contribuyente fantasma, transacciones inexistentes), las fechas de inicio, cese y reinicio, y los representantes legales.

Con el complemento de establecimientos activado (planes de pago), el registro tambien lista cada establecimiento registrado (matriz y sucursales) con su numero, nombre comercial, tipo, direccion completa y estructurada (provincia, canton, parroquia, calle), estado y bandera de matriz, ademas de un resumen de matriz y los conteos de establecimientos abiertos y cerrados.

Por que este actor

No existe otro scraper dedicado de RUC del SRI de Ecuador en Apify. Frente al analogo mas cercano, los scrapers genericos de identificacion tributaria de un solo pais en la region, este actor devuelve un superconjunto estricto de campos y acepta mas entradas.

CapacidadEste actorScraper regional de RUC tipico
Consulta por RUC (13 digitos)SiSi
Consulta por cedula (10 digitos, auto-expandida)SiNo
Razon social, estado, tipo de contribuyenteSiSi
Actividad economicaSiSi
Regimen (RIMPE o general)SiRaro
Banderas de contribuyente especial y agente de retencionSiNo
Bandera de obligado a llevar contabilidadSiNo
Banderas de contribuyente fantasma y transacciones inexistentesSiNo
Fechas de inicio, cese y reinicioSiParcial
Representantes legalesSiRaro
Establecimientos con direccion estructuradaSiRaro
Conteos de establecimientos abiertos y cerradosSiNo
Entrada masiva, exportacion JSON, CSV, ExcelSiVariable

Inicio rapido

Abre el actor, pega esto en la entrada y presiona Run. Consulta Corporacion Favorita e incluye todos sus establecimientos.

{
"rucs": ["1790016919001"],
"maxRecords": 10,
"includeEstablishments": true
}

Proporciona uno o mas RUC de 13 digitos o cedulas de 10 digitos en rucs. Se produce un registro por numero.

Referencia de entrada

CampoTipoRequeridoPredeterminadoDescripcion
rucsstring[]si["1790016919001"]Numeros de RUC (13 digitos) o cedula (10 digitos) ecuatorianos a consultar. Una cedula se expande a su RUC de persona natural automaticamente. Se produce un registro por numero.
maxRecordsintegerno10Numero maximo de registros de contribuyentes a recolectar en todos los numeros. Los planes gratuitos de Apify estan limitados a 10 por ejecucion.
includeEstablishmentsbooleannotrueSolo planes de pago. Cuando esta activo, tambien obtiene cada establecimiento registrado (matriz y sucursales) con numero, nombre comercial, direccion estructurada, estado y bandera de matriz. Se factura como el complemento details y se cobra solo cuando tiene exito.
useProxybooleannofalseEnruta las solicitudes por un proxy residencial de Apify en Ecuador. Activa solo si el host del SRI comienza a bloquear la ejecucion; las solicitudes directas normalmente funcionan.

Referencia de salida

Un item de dataset por numero. Tipos: string, number, boolean, object[] o null cuando el valor de origen esta ausente. Los campos de establecimiento se completan solo en planes de pago con includeEstablishments activo.

CampoTipoDescripcion
legalNamestringRazon social de la empresa o persona natural.
rucstringEl RUC de 13 digitos.
statusstringEstado del RUC, por ejemplo ACTIVO, SUSPENDIDO.
taxpayerTypestringTipo de contribuyente, por ejemplo SOCIEDAD, PERSONA NATURAL.
economicActivitystringDescripcion de la actividad economica principal.
categorystringCategoria del contribuyente, o null.
regimestringRegimen tributario, por ejemplo GENERAL, RIMPE.
specialTaxpayerbooleantrue cuando es contribuyente especial.
withholdingAgentbooleantrue cuando es agente de retencion.
keepsAccountingbooleantrue cuando esta obligado a llevar contabilidad.
ghostTaxpayerbooleantrue cuando esta marcado como contribuyente fantasma.
nonexistentTransactionsbooleantrue cuando esta marcado por transacciones inexistentes.
cancellationReasonstringMotivo de cancelacion o suspension del RUC, o null.
startDatestringFecha de inicio de actividades (YYYY-MM-DD).
cessationDatestringFecha de cese de actividades (YYYY-MM-DD), o null.
restartDatestringFecha de reinicio de actividades (YYYY-MM-DD), o null.
lastUpdateDatestringFecha de la ultima actualizacion del registro (YYYY-MM-DD).
legalRepresentativesobject[]Representantes legales como entradas {identification, name}.
commercialNamestringNombre comercial de la matriz, o null.
headOfficeAddressstringDireccion completa registrada de la matriz.
headOfficeProvincestringProvincia de la matriz.
headOfficeCantonstringCanton de la matriz.
headOfficeParishstringParroquia de la matriz.
establishmentCountnumberNumero total de establecimientos registrados, o null.
establishmentsOpennumberNumero de establecimientos abiertos (ABIERTO), o null.
establishmentsClosednumberNumero de establecimientos cerrados (CERRADO), o null.
establishmentsobject[]Establecimientos como entradas {number, commercialName, type, address, province, canton, parish, street, status, headOffice}, o null.
urlstringURL de consulta del SRI de origen.
observedAtstringMarca de tiempo ISO 8601 de cuando se recolecto el registro.
errorstringnull en exito. Un numero no encontrado se escribe como un item con el campo error poblado y no se cobra.

Ejecutar por API y CLI

Inicia una ejecucion y espera a que termine, luego lee el dataset. Reemplaza <TOKEN> con tu token de API de Apify.

Ejecucion sincrona que devuelve los items del dataset en una sola llamada:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~sri-ruc-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"rucs":["1790016919001"],"includeEstablishments":true}'

Iniciar una ejecucion asincrona:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~sri-ruc-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"rucs":["1790016919001","1710034065"],"maxRecords":25}'

Apify CLI:

apify call scrapers_lat/sri-ruc-scraper \
--input '{"rucs":["1790016919001"],"includeEstablishments":false}'

Obtener resultados

Cada ejecucion escribe en un dataset. Obten los items como JSON, CSV o Excel cambiando format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginar datasets grandes
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> se devuelve como defaultDatasetId en el objeto de la ejecucion. Usa offset y limit para paginar conjuntos grandes. clean=true descarta campos vacios e internos.

Facturacion y limites

  • Pago por resultado. Se cobra un evento result por cada registro de contribuyente devuelto. Consulta la pestana de precios para el precio actual.
  • Complemento de establecimientos. En planes de pago, activar includeEstablishments agrega un evento details por registro que ademas lleva la expansion completa de establecimientos. Se cobra solo cuando la consulta de establecimientos tiene exito.
  • Sin cargo por fallo. Un numero no encontrado se escribe con el campo error poblado y no se cobra. Las ejecuciones vacias no cuestan nada.
  • Se respeta el limite de gasto. Configura maxTotalChargeUsd en la ejecucion; al alcanzarlo, el actor deja de emitir y cobrar mas resultados facturables.
  • Los planes gratuitos de Apify estan limitados a 10 registros por ejecucion y reciben el registro base sin el complemento de establecimientos. Mejora tu plan para un maxRecords mayor y datos de establecimientos.

Casos de uso

  • KYB y alta de terceros. Verifica el RUC de un proveedor o cliente, confirma que este activo y lee el tipo de contribuyente y el regimen antes de operar.
  • Revision de cumplimiento. Detecta contribuyentes fantasma, transacciones inexistentes y RUC suspendidos en una cartera en una sola ejecucion masiva.
  • Enriquecimiento de leads. Convierte una lista de RUC o cedulas en razones sociales, actividades, representantes y direcciones de sucursales para prospeccion.
  • Inteligencia de ubicacion. Usa la direccion estructurada del establecimiento (provincia, canton, parroquia) para mapear la presencia de una empresa en Ecuador.

Preguntas frecuentes

Que es un RUC? El Registro Unico de Contribuyentes, la identificacion tributaria ecuatoriana de 13 digitos que el SRI asigna a empresas y personas naturales. Proporciona uno o mas en rucs.

Puedo consultar una persona por cedula? Si. Envia una cedula de 10 digitos y el actor la expande al RUC de persona natural correspondiente (cedula seguida de 001) antes de la consulta.

Puedo obtener todas las sucursales de una empresa? Si, en un plan de pago. Manten includeEstablishments activo. El arreglo establishments lista la matriz y cada sucursal con direccion estructurada y estado.

Por que cessationDate o commercialName estan en null? El contribuyente sigue activo o no registro ese valor. Los valores de origen ausentes se devuelven como null, nunca inventados.

Una ejecucion se bloqueo. Que hago? Las solicitudes directas normalmente funcionan. Si el host del SRI comienza a bloquear, configura useProxy en true para enrutar por un proxy residencial en Ecuador.

Es una herramienta oficial del SRI? No. Este actor es independiente y no tiene afiliacion con el SRI ni con el gobierno ecuatoriano. Lee solo datos del registro de contribuyentes disponibles publicamente. Usa los resultados de acuerdo con los terminos de la fuente.


Herramienta independiente, sin afiliacion con el SRI ni con el gobierno ecuatoriano. Accede solo a datos del registro de contribuyentes disponibles publicamente. Usa los resultados de acuerdo con los terminos de la fuente.