LatAm Startup Funding Tracker avatar

LatAm Startup Funding Tracker

Pricing

from $33.50 / 1,000 funding round records

Go to Apify Store
LatAm Startup Funding Tracker

LatAm Startup Funding Tracker

Clean, structured Latin American startup funding rounds from two public feeds — LatamList and Contxto — one record per deal, extracted from feed fields only. The article page is never fetched; any field the feed does not carry is left null.

Pricing

from $33.50 / 1,000 funding round records

Rating

0.0

(0)

Developer

NexGen Watch

NexGen Watch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Clean, structured Latin American startup funding rounds from two public feeds — LatamList and Contxto — one record per deal, extracted from feed fields only. The article page is never fetched; any field the feed does not carry is left null.

Each funding_round record carries: company, the full headline, amount (value + currency + how it appeared), round stage, location/country, investors named in the excerpt, announcement time, source(s), and the canonical article link.

What it does

  • Reads the LatamList and Contxto public RSS feeds and keeps only genuine funding rounds — a headline with a raise verb and a parseable amount. Round-up posts, non-funding posts (acquisitions, opinion), and items with no amount are skipped and never billed.
  • Cross-source dedupe: a deal reported by both LatamList and Contxto is collapsed to one record (company + amount + day) and marked cross_source_confirmed.
  • Lets you bound a run by count (maxRecords) or by filters (minAmount, currencies, locationContains).
  • Reads feed fields only — it never opens the article page.
  • If one feed is down it delivers from the other and reports the failure honestly; if both are unreachable it stops loudly — a broken source is never delivered as an empty success.

Pricing

EventPrice (USD)
apify-actor-start$0.02
funding_round_record$0.05

apify-actor-start is charged once per run by the platform. funding_round_record is charged once per unique funding round delivered, and drops with volume ($0.05 → $0.045 → $0.04 → $0.0335). Duplicates (including cross-source), filtered-out rounds, and non-funding posts bill nothing; a total source outage bills nothing.

Input

  • maxRecords — cap on funding records delivered (buyer-requested bound; default 100).
  • minAmount — minimum round amount, in the round's own currency (amounts are not FX-converted).
  • currencies — restrict to currency codes (e.g. USD, BRL).
  • locationContains — restrict to matching locations/country tags (e.g. Brazil, Mexico).
  • minRequestIntervalSec — self-throttle between requests (default 1s).

Notes

Amounts are reported as published, in the round's own currency, and are not converted between currencies. Company and location are best-effort parses of the headline; the full title is always retained so nothing is lost.