Rutificador
Pricing
$19.99/month + usage
Rutificador
Find people fast with the Rutificador – Chile’s trusted search engine for RUT (ID) verification. Access verified info like names, addresses, and more. Perfect for safe transactions and fraud prevention. Try the Rutificador today!
Pricing
$19.99/month + usage
Rating
4.3
(3)
Developer
DataCach
Actor stats
2
Bookmarked
112
Total users
4
Monthly active users
18 days
Issues response
11 hours ago
Last modified
Categories
Share
Chilean RUT Lookup API – Rutificador Actor 2026
Buscar RUT chileno por nombre o buscar nombre por RUT en segundos. El Rutificador API más rápido de 2026: consulta cualquier RUT (Rol Único Tributario) y obtén nombre completo, género, dirección, comuna y más — en JSON limpio, listo para tu CRM, base de datos o pipeline KYC.
Ya sea que necesites un extractor de RUT chileno, un validador de RUT de Chile, o un rutificador masivo para miles de registros, este actor consulta el registro público Rutificador (Nombrerutyfirma.com) y lo expone como una API de RUT de Chile lista para producción, con rotación de proxies, concurrencia asíncrona y sincronización en segundo plano.
Also known as: Chile RUT finder · RUT validator API · Nombre por RUT API · Rutificador Chile 2026 · búsqueda RUT chileno · verificar RUT Chile
Table of Contents
- What data does the API return?
- Quick Start
- Data coverage and indexing
- Use cases
- Input reference
- How to run
- Why this is the best Rutificador API
- Pricing
- Technical notes
- FAQ
What data does the Chilean RUT Lookup return?
Each record includes:
- Full legal name (nombre completo)
- RUT formatted with dots and verification digit (e.g.
20.217.007-2) - Gender (
MUJ/VAR) - Street address (dirección)
- City / Commune / Region (ciudad / comuna / región)
- Extraction timestamp (UTC, ISO 8601)
{"nombre": "Barraza Barraza Ester Escarlett","rut": "20.217.007-2","sexo": "MUJ","direccion": "Mar Del Norte 1439 Pobl. Miramar","ciudad/comuna": "Arica","extraction_datetime": "2026-01-15T23:18:15.852301+00:00"}
Quick Start
Search a RUT in 60 seconds — no setup required:
- Go to the actor page on Apify and click Try for free.
- Paste this input:
{"search_type": "rut","search_terms": ["20.217.007-2"]}
- Click Run — results appear in the Dataset tab within seconds.
For bulk lookups or API access, see How to run.
⚠️ Data coverage and indexing
The actor is backed by a continuously updated index. When a record is not yet present, the request is enqueued for high-priority background sync rather than returned as a failure. Supply a user_email in the input and you'll receive an automated notification once the sync completes — whether or not a result was ultimately found.
Retrieval is subject to upstream source availability. A successful sync is not guaranteed for every query.
Use cases for the Rutificador API
| Use Case | How This Actor Helps |
|---|---|
| KYC / onboarding de clientes | Verify that a RUT belongs to a real registered person in Chile |
| Enriquecimiento de CRM y leads | Append name, gender, and location to Chilean contact lists |
| Prevención de fraude y AML | Cross-check identities before high-risk transactions |
| Validación masiva de RUTs | Detect typos, duplicates, or invalid RUTs at scale |
| Periodismo de datos e investigación | Extract population-level data for academic or journalistic work |
| RRHH y screening de proveedores | Validate contractor or employee RUTs before onboarding |
| Verificación de identidad Chile | Confirm legal name and address for any Chilean RUT number |
Input
| Field | Type | Required | Description |
|---|---|---|---|
search_type | string | ✅ | "rut" — search by RUT number. "name" — search by full name (nombre completo). |
search_terms | array | ✅ | List of RUTs or names to look up. |
user_email | string | ❌ | Email to notify when a background sync finishes. |
Search by RUT — buscar nombre por RUT
{"search_type": "rut","search_terms": ["20.217.007-2","13.456.789-K"],"user_email": "optional@example.com"}
Search by Name — buscar RUT por nombre
{"search_type": "name","search_terms": ["Juan Pérez González","María López"]}
Partial RUT wildcard search — búsqueda parcial de RUT
Submit a partial RUT prefix to return all records whose RUT starts with those digits — ideal for batch exploration or family-group lookups.
{"search_type": "rut","search_terms": ["20.217"]}
How to run the Rutificador API
From the Apify Console
- Click Run.
- Paste your JSON input.
- Monitor the live log; results appear in the Dataset tab.
From Python — API de RUT Chile con Python
from apify_client import ApifyClientclient = ApifyClient("<APIFY_API_TOKEN>")run = client.actor("datacach~rutificador").call({"search_type": "rut","search_terms": ["20.217.007-2"]})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
From cURL (REST API)
curl -X POST \-H 'Content-Type: application/json' \-H 'Authorization: Bearer <APIFY_API_TOKEN>' \-d '{"search_type":"rut","search_terms":["20.217.007-2"]}' \'https://api.apify.com/v2/acts/datacach~rutificador/runs?waitForFinish=60'
Why this is the best Rutificador API in 2026
- Búsqueda bidireccional — both RUT → Name and Name → RUT in a single actor.
- Proxy rotation — mimics local Chilean traffic to minimize blocks and captchas.
- High concurrency — async HTTP pipeline processes thousands of RUTs in minutes.
- Background sync — missing records are automatically queued for indexing; you get notified via email.
- Actively maintained — published and supported by the DataCach team with fast response times.
- Production-ready output — clean JSON with consistent field names, no post-processing required.
- Wildcard / partial RUT search — retrieve all records matching a RUT prefix in a single run.
Pricing
| Feature | Free Tier | Pro ($19.99 / month) |
|---|---|---|
| Search volume | 1 query per run | Unlimited |
| Search speed | Standard | Ultra-Fast (high-concurrency) |
| Wildcard / partial matching | ❌ | ✅ Full support |
| Background sync | Standard queue | Priority indexing + email alerts |
| Support | Community | Priority developer support |
Technical notes
- Built on the Apify Python SDK with
asynciofor maximum throughput. - Parses HTML tables from Nombrerutyfirma using BeautifulSoup4.
- Automatically retries failed requests and logs HTTP status codes.
- Free accounts are limited to one search term per run to stay within platform limits.
- Aggregates data from publicly available Chilean registries in compliance with local data-access regulations.
Frequently asked questions
¿Qué es el RUT en Chile? / What is a RUT in Chile?
A RUT (Rol Único Tributario) is Chile's universal national identification number, used for both tax and civil identity purposes. Every natural person and legal entity in Chile has a unique RUT. Es el equivalente al DNI o CURP en otros países de habla hispana.
¿Qué es un Rutificador? / What is a Rutificador?
A Rutificador is a public search engine that maps Chilean RUT numbers to personal information (name, address, commune) sourced from publicly available civil registries. Permite buscar el nombre de una persona a partir de su RUT, o el RUT a partir de su nombre.
¿Es legal usar esta API de Rutificador? / Is this Rutificador API legal to use?
This actor queries information that is publicly available in Chilean open registries. Users are responsible for complying with their local data-protection regulations (e.g., Chile's Law 19,628 on personal data protection) and Apify's terms of service.
¿Cuántos RUTs puedo consultar por ejecución? / How many RUTs can I look up per run?
Free users: 1 RUT per run. Pro users: unlimited, processed in high-concurrency batches.
¿Qué pasa si el RUT no se encuentra? / What happens if a RUT is not found?
The record is queued for background sync. If you provided a user_email, you'll receive a notification when the sync finishes.
¿Funciona con RUTs parciales o mal formateados? / Does this actor work with partial or malformed RUTs?
Yes — you can submit a partial prefix (e.g., "20.217") to retrieve all matching records. The actor normalises common formatting variations automatically (with or without dots, with or without verification digit).
¿Puedo buscar por nombre en vez de RUT? / Can I search by name instead of RUT?
Yes. Set search_type to "name" and provide full or partial names in search_terms. Supports both first-name-only and full-name queries.
¿Cuáles son las alternativas al Rutificador? / What are alternatives to this Rutificador API?
Common alternatives include manual lookups on Nombrerutyfirma.com or Registrocivil.cl, but these don't support bulk queries, automation, or JSON output. This actor is the only production-ready API wrapper with concurrency and background sync.
¿Funciona para empresas (RUT de persona jurídica)? / Does it work for companies?
The actor primarily targets natural-person RUTs. Company RUT lookups depend on upstream source availability.
Support & feedback
Need help or a new feature? Open an issue on Apify — we reply within one business day.
Made with ❤️ by the DataCach team — your trusted source for Chilean RUT data extraction and rutificador API services in 2026.