Innpulsa Colombia – Grants & Convocatorias Scraper avatar

Innpulsa Colombia – Grants & Convocatorias Scraper

Pricing

Pay per event

Go to Apify Store
Innpulsa Colombia – Grants & Convocatorias Scraper

Innpulsa Colombia – Grants & Convocatorias Scraper

Scrapes the official Innpulsa Colombia convocatorias catalog (Colombia's flagship gov entrepreneurship-acceleration body). Returns all open and closed grant calls with full metadata: dates, eligibility, benefits, registration links, and document terms.

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

4 days ago

Last modified

Share

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:

FieldDescription
convocatoria_idMongoDB-style unique ID
titleName of the grant call
descriptionFull description (Spanish)
statusabierta (open), cerrada (closed)
start_date / end_dateEligibility window (YYYY-MM-DD)
end_timeClosing time on the end date
categoryProgram category (e.g. convocatorias, programas)
target_audienceWho can apply
purposeObjectives of the program
benefitsWhat beneficiaries receive
registration_urlDirect application link
terms_urlOfficial terms and conditions
image_urlCover image URL
beneficiaries_countTarget number of beneficiaries
is_archive / archive_yearWhether this is an archived record
slugURL-friendly identifier
created_at / updated_atTimestamps from Innpulsa's database
termsTerm documents (JSON string)
scrapedAtWhen this record was collected

Input

FieldTypeDefaultDescription
maxItemsinteger0Max 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.