Chile Subtel Telecom & Satellite Concessions Scraper avatar

Chile Subtel Telecom & Satellite Concessions Scraper

Pricing

Pay per event

Go to Apify Store
Chile Subtel Telecom & Satellite Concessions Scraper

Chile Subtel Telecom & Satellite Concessions Scraper

Scrapes all telecom and satellite concession filings from Chile's Subtel tramites portal. Collects applicant details, concession type, submission and resolution dates, and official decree/resolution document links across all service categories and years.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Scrapes all telecom and satellite concession filings from Chile's Subtel tramites portal (publico.subtel.gob.cl). Collects applicant details, concession type, submission and resolution dates, and official decree/resolution document links across all service categories and years.

What it does

The actor queries the Subtel (Subsecretaría de Telecomunicaciones) public portal for concession filing records. It sends authenticated partial-page requests to the portal's internal search API and parses the returned HTML table fragments.

For each concession record, the actor extracts:

  • Applicant (company or individual) name and concession category
  • Submission action label, tramite ID number, and date
  • Resolution number, date, and official document link
  • Decree number, date, and official document link
  • Service type code (SI, SL, SP, or SR) and query year

Input

FieldTypeDefaultDescription
maxItemsinteger5Maximum number of records to collect. Leave empty for all.
yearFrominteger2025Start year of the search range.
yearTointeger2025End year of the search range.
serviceTypestringALLService category filter. See options below.

Service type codes

CodeCategory
ALLAll service types (expands to SI + SL + SP + SR)
SIServicios Intermedios (intermediate services)
SLServicios Limitados (limited services)
SPServicios Públicos (public services)
SRServicios de Radiodifusión Sonora (radio broadcasting)

Example input

{
"yearFrom": 2020,
"yearTo": 2025,
"serviceType": "ALL",
"maxItems": 1000
}

Output

Each record in the dataset has the following fields:

FieldTypeDescription
tramite_idstringTramite submission number (e.g. "271")
applicant_namestringName of the applicant company or individual
concession_typestringCategory of concession requested
ingreso_labelstringAction label for the submission entry
ingreso_datestringSubmission date in ISO format (YYYY-MM-DD)
resolucion_numberstringResolution number issued by Subtel
resolucion_datestringResolution date in ISO format (YYYY-MM-DD)
decreto_numberstringDecree number (when applicable)
decreto_datestringDecree date in ISO format (YYYY-MM-DD)
resolution_doc_urlstringURL to the official resolution or decree document
service_type_codestringService type code (SI, SL, SP, SR)
query_yearstringYear used in the search query
subtel_canonical_urlstringCanonical URL of the source portal
scrapedAtstringISO timestamp of when the record was scraped

Example output record

{
"tramite_id": "271",
"applicant_name": "EMPRESA NACIONAL DE TELECOMUNICACIONES S.A.",
"concession_type": "Telefonía Fija",
"ingreso_label": "Solicitud de Concesión",
"ingreso_date": "2025-01-02",
"resolucion_number": "886",
"resolucion_date": "2025-03-15",
"decreto_number": null,
"decreto_date": null,
"resolution_doc_url": "https://publico.subtel.gob.cl/data-externa/docs/R886_2025.pdf",
"service_type_code": "SI",
"query_year": "2025",
"subtel_canonical_url": "https://publico.subtel.gob.cl/data-externa/tramitesConcesiones.html",
"scrapedAt": "2026-06-08T08:30:00.000Z"
}

Performance notes

  • The portal enforces a one-year maximum search window per query.
  • Each per-year, per-service-type query takes approximately 30–40 seconds to respond due to server-side database processing.
  • With serviceType: ALL, the actor issues 4 requests per year (SI + SL + SP + SR). A 10-year full run issues 40 sequential requests, taking approximately 20–30 minutes.
  • Concurrency is fixed at 1 to respect the portal's rate limits.

Data source

  • Portal: Trámites de Concesiones — Subtel Chile
  • Publisher: Subsecretaría de Telecomunicaciones (Subtel), Chilean Ministry of Transport and Telecommunications
  • Coverage: Concession filings from 2015 to present
  • Update frequency: Near real-time (records appear as applications are processed)