Discover/sercotec.cl API
live

sercotec.cl APIsercotec.cl

Access Sercotec funding programs, open calls by region, eligibility criteria, application bases, and regional office data via a structured REST API.

Endpoints
5
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/68a80c86-d858-4408-a697-d803fb2c9021/<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/68a80c86-d858-4408-a697-d803fb2c9021/list_all_programs' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Returns a structured list of all SERCOTEC funding programs organized by category. Programs include capital grants, sustainability funds, and cooperative support.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of program objects with name, slug, category, and instrument_id",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "name": "Capital Semilla Emprende",
        "slug": "capital-semilla-emprende",
        "category": "Comenzando",
        "instrument_id": 1
      },
      {
        "name": "Crece",
        "slug": "crece",
        "category": "Fortaleciendo",
        "instrument_id": 2
      }
    ],
    "status": "success"
  }
}

About the sercotec.cl API

The Sercotec API exposes 5 endpoints covering Chile's SME funding ecosystem, including program listings, call availability by region, and downloadable application documents. The get_open_calls_by_region endpoint lets you filter active and closed funding calls by any of Chile's 16 regions and by instrument type, returning structured call data suitable for automated monitoring or eligibility tools.

Program Discovery

list_all_programs returns every Sercotec funding program as an array of objects, each carrying a name, slug, category, and instrument_id. These slugs feed directly into get_program_detail, which returns the full program record: description, funding_support, eligibility, how_to_apply, and the canonical url. This makes it straightforward to build a program directory or eligibility screener without maintaining your own list of slugs.

Open Calls and Application Documents

get_open_calls_by_region accepts an optional region_id (integer 0–16, where 0 means all regions) and an optional instrument_id (0 for all, or specific values such as 1 for Emprende, 2 for Crece, 4 for Impulso Emprendedor, 6 for Pymes Global). The response contains a calls array with both active and closed entries. Each call object includes a link_ficha field, which you can pass as call_url to get_program_application_bases. That endpoint returns a bases array of PDF document links for that specific call — the downloadable bases documents applicants need.

Regional Office Data

get_regions_and_offices returns a regions array of region objects with IDs and slugs when called without parameters. Passing a region_slug such as 'metropolitana' or 'valparaiso' switches the response to an offices array scoped to that region, along with the resolved region name. This is useful for building regional resource directories or routing applicants to the correct Sercotec office.

Common use cases
  • Monitor newly opened Sercotec funding calls by region for an SME alert service
  • Build an eligibility checker that maps a business profile to matching programs using funding_support and eligibility fields
  • Auto-download and archive application bases PDFs for each open call as they become available
  • Generate a searchable program directory with categories and instrument types from list_all_programs
  • Provide regional office lookup within a Chilean business services portal using get_regions_and_offices
  • Track open vs. closed call status across instruments for a funding analytics dashboard
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 Sercotec offer an official developer API?+
Sercotec does not publish a documented public developer API. The data exposed here — programs, calls, application bases, and regional offices — is sourced directly from sercotec.cl.
What does `get_open_calls_by_region` return and how do I filter it?+
The endpoint returns a calls array combined from active and closed listings. You filter by region_id (integer 1–16 for a specific region, 0 for all) and by instrument_id (0 for all instruments, or specific values: 1 Emprende, 2 Crece, 4 Impulso Emprendedor, 6 Pymes Global). Both parameters are optional, so omitting both returns all calls across the country.
Does the API return historical call data or award outcomes?+
The API covers current open and closed call listings and their application bases documents. Historical award outcomes, beneficiary lists, and disbursement records are not currently exposed. You can fork this API on Parse and revise it to add an endpoint targeting those result pages.
Are contact details or phone numbers included in the regional office data?+
The get_regions_and_offices endpoint returns an offices array for a given region slug, but specific fields such as phone numbers or individual staff contacts depend on what Sercotec publishes per region. The response covers office-level data available on the regional pages. You can fork the API on Parse and revise it to extract additional contact fields if they appear on those pages.
Can I get program data in languages other than Spanish?+
All content — program names, descriptions, eligibility text, and call information — is returned exactly as published on sercotec.cl, which is exclusively in Spanish. Translation is not part of the API response.
Page content last updated . Spec covers 5 endpoints from sercotec.cl.
Related APIs in Government PublicSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
13f.info API
13f.info API
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.