Discover/corfo.cl API
live

corfo.cl APIcorfo.cl

Access CORFO funding programs, convocatorias, eligibility criteria, application steps, and press releases via 4 structured endpoints. Filter by region, status, and profile.

Endpoints
4
Updated
4mo ago
Try it
Page number for pagination.
Stage filter (e.g. 'quiero-escalar').
Sales level filter (e.g. 'microempresa').
Status filter: 'abiertas' for open programs, 'cerradas' for closed programs.
Profile filter (e.g. 'empresa', 'persona').
Keyword search query to filter programs by name or description.
Region filter slug. Use values from list_regions endpoint (e.g. 'los-lagos', 'metropolitana', 'nacional').
Need/type filter (e.g. 'subsidios').
api.parse.bot/scraper/f64732a1-175a-464b-96ca-c808b420bd78/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f64732a1-175a-464b-96ca-c808b420bd78/list_programs?page=1&estado=abiertas&search=semilla' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Returns a paginated list of CORFO programs and convocatorias. Supports keyword search and multiple faceted filters for region, status, profile, sales level, stage, and need.

Input
ParamTypeDescription
pageintegerPage number for pagination.
etapastringStage filter (e.g. 'quiero-escalar').
ventastringSales level filter (e.g. 'microempresa').
estadostringStatus filter: 'abiertas' for open programs, 'cerradas' for closed programs.
perfilstringProfile filter (e.g. 'empresa', 'persona').
searchstringKeyword search query to filter programs by name or description.
alcancestringRegion filter slug. Use values from list_regions endpoint (e.g. 'los-lagos', 'metropolitana', 'nacional').
necesidadstringNeed/type filter (e.g. 'subsidios').
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "total": "integer total number of matching programs across all pages",
    "programs": "array of program objects with title, url, apertura, cierre, alcance, estado, and description"
  },
  "sample": {
    "data": {
      "page": 1,
      "total": 94,
      "programs": [
        {
          "url": "https://www.corfo.gob.cl/sites/cpp/convocatoria/semilla-expande-valparaiso-2026/",
          "title": "SEMILLA EXPANDE VALPARAISO",
          "cierre": "16/06/2026",
          "estado": "Abiertas",
          "alcance": "Valparaíso",
          "apertura": "14/05/2026",
          "description": "Si tienes un emprendimiento de alto potencial de crecimiento..."
        }
      ]
    },
    "status": "success"
  }
}

About the corfo.cl API

The CORFO API exposes 4 endpoints covering Chile's government funding programs, open calls (convocatorias), regional filters, and press releases from CORFO's Sala de Prensa. Use list_programs to search and filter active or closed funding opportunities by region, profile, sales level, and stage, then call get_program_detail to retrieve full eligibility criteria, funding amounts, application steps, and linked legal documents for any specific program.

Endpoints and What They Return

The list_programs endpoint returns a paginated list of CORFO programs and convocatorias. Each item includes title, url, apertura (opening date), cierre (closing date), alcance (regional scope), estado (open or closed), and a description. The total field tells you how many matching programs exist across all pages. You can narrow results with parameters like estado (abiertas/cerradas), perfil (empresa, persona), necesidad (e.g. subsidios), etapa, venta, and alcance — region slugs from list_regions.

Program Detail and Legal Bases

get_program_detail accepts any program url from list_programs results and returns the full program record: name, funding (benefit description), calendar (timeline text), eligibility (criteria text), application_steps, and legal_bases — an array of objects each carrying a title and url pointing to official legal documents. This makes it straightforward to retrieve the full application picture for any program without manually navigating the CORFO website.

Regions and News

list_regions returns all available region slugs and display names — use the id field as the alcance parameter in list_programs to scope results geographically (e.g. los-lagos, metropolitana, nacional). list_news returns recent press room articles, each with title, url, date, and summary, covering both national and regional CORFO announcements.

Common use cases
  • Build a funding discovery tool for Chilean startups that filters open convocatorias by region and business stage using list_programs.
  • Automate alerts when new programs matching a keyword or necesidad type appear, comparing results across scheduled list_programs calls.
  • Populate a grants database with full eligibility and funding details by chaining list_programs with get_program_detail for each result.
  • Display regional funding availability by querying list_programs with alcance values from list_regions for each Chilean region.
  • Track legal bases for compliance or research by extracting the legal_bases array from get_program_detail for any active program.
  • Monitor CORFO institutional news and announcements via list_news to surface press room updates relevant to economic development stakeholders.
  • Filter programs targeting specific business profiles (e.g. empresa vs persona) or sales tiers (microempresa) for targeted advisory tools.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does CORFO have an official developer API?+
CORFO does not publish an official public developer API for its programs, convocatorias, or press room content. This API on Parse provides structured access to that data.
What does get_program_detail return beyond what list_programs shows?+
list_programs returns summary fields — title, dates, status, region, and a short description. get_program_detail adds funding (the benefit or grant amount description), eligibility (criteria text), application_steps, calendar (timeline), and legal_bases — an array of title/URL pairs linking to official legal documents for the program.
How do I find valid values for the alcance filter in list_programs?+
Call list_regions first. It returns an array of region objects where id is the slug to pass as alcance in list_programs (e.g. metropolitana, los-lagos, nacional). The name field is the human-readable display name.
Does the API expose historical program data or application submission deadlines over time?+
The API returns apertura and cierre date fields per program and supports filtering by estado (abiertas/cerradas), but it does not provide a historical archive or time-series of past convocatorias. Current coverage reflects the programs and statuses visible on CORFO's public site. You can fork this API on Parse and revise it to add an endpoint that collects and stores snapshots over time.
Does the API include CORFO beneficiary data or statistics on awarded funding?+
Not currently. The API covers program listings, convocatoria detail, regions, and press room news. Beneficiary registries, awarded amounts per project, and aggregate statistics are not exposed. You can fork this API on Parse and revise it to add endpoints targeting those CORFO public data sources.
Page content last updated . Spec covers 4 endpoints from corfo.cl.
Related APIs in Government PublicSee all →
sercotec.cl API
Access funding programs and open calls from Chile's SME support agency (Sercotec). Search by region and instrument, retrieve program eligibility and application requirements, and look up regional office details.
espa.gr API
Discover and browse EU funding programs available in Greece, view detailed information about each initiative, and stay updated with the latest news from the ESPA portal. Search across the database and explore program planning details to find opportunities relevant to your interests.
portalinmobiliario.com API
Search and analyze property listings from Chile's top real estate platform, accessing detailed information like prices in UF or CLP, room and bathroom counts, square footage, and locations for apartments, houses, and other properties. Quickly compare available properties and gather market data to find your ideal home or investment opportunity.
innovation.ised-isde.canada.ca API
Access Canadian government grants, loans, and business support programs from the Innovation Canada Business Benefits Finder. Filter by region, industry, goal, and category to browse available programs and retrieve detailed information about eligibility, funding amounts, and application details.
chileautos.cl API
Search car listings and get detailed vehicle information from Chile's largest auto marketplace, including brands, specifications, and pricing. Find your next vehicle by browsing available cars with complete details all in one place.
arts.ca.gov API
Discover California arts funding opportunities by browsing grant programs, searching awarded grantees, and accessing resources from the California Arts Council. Find relevant grants and grantee information while staying updated with the latest news and resources in California's arts funding landscape.
carrefour.com.ar API
Search for products across Carrefour's online store and access detailed product information, categories, and news articles about the retailer. You can also retrieve financial data about Carrefour to stay informed on company performance and market news.
occrp.org API
Search and discover investigative journalism from OCCRP.org, including articles, investigations, and projects organized by section and region. Get the latest news updates and detailed information about specific investigations to stay informed on organized crime and corruption reporting.