OrbTop

Innpulsa Colombia – Grants & Convocatorias Scraper

JOBSBUSINESSOTHER

Innpulsa Colombia – Grants & Convocatorias Scraper

Scrapes the complete catalog of convocatorias (open calls, grant programs, and entrepreneur initiatives) published by Innpulsa Colombia — the Colombian government's flagship entrepreneurship and business-acceleration body.

Returns every active and closed convocatoria with full structured metadata: dates, eligibility, benefits, registration links, and associated document terms. The actor hits Innpulsa's public JSON API directly, bypassing the Vite SPA frontend entirely for fast, reliable retrieval.


What you get

Each item in the dataset represents one convocatoria:

Field Description
convocatoria_id MongoDB-style unique ID
title Name of the grant call
description Full description (Spanish)
status abierta (open), cerrada (closed)
start_date / end_date Eligibility window (YYYY-MM-DD)
end_time Closing time on the end date
category Program category (e.g. convocatorias, programas)
target_audience Who can apply
purpose Objectives of the program
benefits What beneficiaries receive
registration_url Direct application link
terms_url Official terms and conditions
image_url Cover image URL
beneficiaries_count Target number of beneficiaries
is_archive / archive_year Whether this is an archived record
slug URL-friendly identifier
created_at / updated_at Timestamps from Innpulsa's database
terms Term documents (JSON string)
scrapedAt When this record was collected

Input

Field Type Default Description
maxItems integer 0 Max records to return. 0 = all (currently ~44).

Usage examples

Get all open convocatorias (full catalog):

{ "maxItems": 0 }

Quick sample (first 10 records):

{ "maxItems": 10 }

About Innpulsa Colombia

Innpulsa Colombia is the Colombian government entity responsible for promoting entrepreneurship, innovation, and business-scale-up programs. It administers competitive grant programs (convocatorias) targeting small and medium enterprises (MiPymes), startups, and regional business clusters across Colombia.


Use cases

  • Grant monitoring — Track which Innpulsa programs are currently open for applications.
  • LATAM funding research — Build structured feeds of non-dilutive Colombian government funding for SMEs.
  • Business consulting tools — Alert clients in Colombia to relevant open calls for their sector.
  • ProColombia / NGO integration — Feed program data into partner portals or CRMs.

Data freshness

Innpulsa updates its convocatorias catalog in real time. Run this actor on a schedule (daily or weekly) to keep your dataset current. The full catalog fetch typically completes in under 5 seconds.