Chile Company Registry Scraper (Empresas y Sociedades) avatar

Chile Company Registry Scraper (Empresas y Sociedades)

Pricing

from $12.75 / 1,000 results

Go to Apify Store
Chile Company Registry Scraper (Empresas y Sociedades)

Chile Company Registry Scraper (Empresas y Sociedades)

Search Chile's Registro de Empresas y Sociedades (RES) by company name, RUT, society type, region or year and export firmographics: RUT, legal name, capital, society type, incorporation and SII approval dates, and registered location. Export to JSON, CSV or Excel.

Pricing

from $12.75 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Share

Chile Company Registry Scraper (Empresas y Sociedades)

Chile Company Registry Scraper (Empresas y Sociedades)

Here is one real result, with every field the actor returns:

{
"rut": "78327025-0",
"razonSocial": "SOCIEDAD DE INVERSION LAS QUILAS Spa",
"societyTypeCode": "SpA",
"societyType": "Sociedad por Acciones",
"capital": 10000000,
"capitalCurrency": "CLP",
"actuationType": "CONSTITUCIÓN",
"firstSignatureDate": "2026-01-05",
"registrationDate": "2026-01-05",
"siiApprovalDate": "2026-01-05",
"year": "2026",
"month": "Enero",
"socialCommune": "PROVIDENCIA",
"socialRegionCode": "13",
"socialRegion": "Metropolitana de Santiago",
"taxCommune": "PROVIDENCIA",
"taxRegionCode": "13",
"taxRegion": "Metropolitana de Santiago",
"registryId": "6441760",
"registryPortal": "https://www.registrodeempresasysociedades.cl",
"source": "Chile Registro de Empresas y Sociedades (RES)",
"observedAt": "2026-08-10T14:35:58.690Z"
}

The most complete Chile company registry scraper available. It returns every field the Registro de Empresas y Sociedades exposes for each company, including RUT, legal name, society type, declared capital, incorporation and SII approval dates, and both the registered and tax commune and region, plus optional AI business summaries, KYB risk flags and industry classification, and gives you keyword, RUT, society-type, region and year filters to target exactly the companies you need.

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

Apify Coverage Output Billing

Table of contents

What it does

The actor searches Chile's Registro de Empresas y Sociedades (RES) for the company-name keywords or exact RUTs you pass, applies the society-type, region and year filters, and writes one normalized record per company to the run's dataset. Each record carries the RUT, registered legal name, society type code and full label, declared capital and currency, the registry act type, first-signature, registration and SII approval dates, incorporation year and month, and both the registered (social) and tax commune and region. Missing source values are returned as null.

Optional AI add-ons (paid Apify plans only) add a plain-English business summary, KYB-style risk flags with a risk level, and an inferred industry classification with a NAICS-style code.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 10 companies whose name contains inversiones.

{
"keywords": ["inversiones"],
"societyType": "all",
"maxCompanies": 10
}

Provide at least one keyword or one RUT. Every other filter is optional.

Input reference

FieldTypeRequiredDefaultDescription
keywordsstring[]conditional["inversiones"]Company-name keywords to search, for example inversiones, transportes. One run searches all of them. Provide at least one keyword or one RUT.
rutsstring[]conditional(none)Look up exact companies by RUT, for example 76286049-K.
societyTypeenumnoallRestrict to one society type: SpA, SRL, EIRL, SA, or all.
regionstringno(empty)Restrict to one region by its code (1 to 16; 13 = Metropolitana de Santiago).
yearsstring[]no(all)Restrict to specific incorporation years, for example 2025, 2026. Empty searches all available years.
maxCompaniesintegerno50Maximum number of companies to return in this run.
withAiCompanySummarybooleannofalsePaid add-on. Generate a concise plain-English business summary. Requires a paid plan. Billed only when a summary is produced.
withAiRiskFlagsbooleannofalsePaid add-on. Surface KYB notes/flags (entity age, very low capital, society type). Requires a paid plan. Billed only when flags are produced.
withAiIndustrybooleannofalsePaid add-on. Infer and classify the likely industry with a NAICS-style tag. Requires a paid plan. Billed only when a classification is produced.

Filters combine with logical AND.

Output reference

One dataset item per company. Types: string, integer, string[], or null when the source value is absent.

FieldTypeDescription
rutstringCompany RUT (tax id), unique per company.
razonSocialstringRegistered legal name.
societyTypeCodestringSociety type code (SpA, SRL, EIRL, SA).
societyTypestringSociety type full label.
capitalintegerDeclared capital.
capitalCurrencystringCapital currency, for example CLP.
actuationTypestringRegistry act type, for example CONSTITUCIÓN (incorporation).
firstSignatureDatestringFirst-signature date (YYYY-MM-DD).
registrationDatestringRegistration date (YYYY-MM-DD).
siiApprovalDatestringSII approval date (YYYY-MM-DD).
yearstringIncorporation year.
monthstringIncorporation month (Spanish name).
socialCommunestringRegistered (social) commune.
socialRegionCodestringRegistered region code.
socialRegionstringRegistered region name.
taxCommunestringTax commune.
taxRegionCodestringTax region code.
taxRegionstringTax region name.
registryIdstringRegistry record id.
registryPortalstringRegistry portal base URL.
sourcestringData source name.
aiCompanySummarystringAI business summary (paid add-on), else absent.
aiRiskFlagsstring[]AI KYB risk flags (paid add-on), else absent.
aiRiskLevelstringAI risk level (paid add-on), else absent.
aiIndustrystringAI industry classification (paid add-on), else absent.
aiIndustryCodestringAI NAICS-style industry code (paid add-on), else absent.
observedAtstringISO 8601 timestamp of when the record was collected.

Example output record

Real record from a live run (input {"keywords":["inversiones"],"societyType":"all","maxCompanies":10}):

{
"rut": "78327025-0",
"razonSocial": "SOCIEDAD DE INVERSION LAS QUILAS Spa",
"societyTypeCode": "SpA",
"societyType": "Sociedad por Acciones",
"capital": 10000000,
"capitalCurrency": "CLP",
"actuationType": "CONSTITUCIÓN",
"firstSignatureDate": "2026-01-05",
"registrationDate": "2026-01-05",
"siiApprovalDate": "2026-01-05",
"year": "2026",
"month": "Enero",
"socialCommune": "PROVIDENCIA",
"socialRegionCode": "13",
"socialRegion": "Metropolitana de Santiago",
"taxCommune": "PROVIDENCIA",
"taxRegionCode": "13",
"taxRegion": "Metropolitana de Santiago",
"registryId": "6441760",
"registryPortal": "https://www.registrodeempresasysociedades.cl",
"source": "Chile Registro de Empresas y Sociedades (RES)",
"observedAt": "2026-08-10T14:35:58.690Z"
}

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~chile-companies-registry-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"keywords":["transportes"],"societyType":"SpA","region":"13","maxCompanies":50}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~chile-companies-registry-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"ruts":["76286049-K"],"maxCompanies":10}'

Apify CLI:

apify call scrapers_lat/chile-companies-registry-scraper \
--input '{"keywords":["inversiones"],"years":["2026"],"maxCompanies":25}'

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 per company returned (result event). See the pricing tab for the current per-result price.
  • Paid AI add-ons. withAiCompanySummary, withAiRiskFlags and withAiIndustry are optional, require a paid Apify plan, and are billed per record only when they return usable output.
  • No charge on failure. If a run cannot collect data it does not charge for empty output. 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 companies per run. Upgrade for higher maxCompanies.

FAQ and troubleshooting

A run returned 0 records. Why? No company matched that keyword, RUT, or filter combination. Try a broader keyword or remove the region/year filters. Zero-result runs are not charged.

Can I look up exact companies by RUT? Yes. Put one or more RUTs in ruts (for example 76286049-K). You can combine RUT lookups with keyword searches.

What is the difference between social and tax region? socialRegion is the registered (corporate) domicile; taxRegion is the commune and region used for SII tax purposes. They are often the same but can differ.

Why are the AI fields absent? The matching add-on was off, you are on a free account, or the AI produced no usable output for that record. AI fields are never invented.

What does capital mean? The declared incorporation capital in the currency shown in capitalCurrency (usually CLP).

Is this an official government tool? No. This actor is independent and has no affiliation with Chile's Registro de Empresas y Sociedades or the SII. It reads only data that is publicly available on the registry. Use it in accordance with the registry terms.

More scrapers at scrapers.lat

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


Independent tool, not affiliated with Chile's Registro de Empresas y Sociedades or the SII. Accesses only publicly available registry data. Use in accordance with the registry terms of service.