OrbTop

Atlantico VC LatAm Digital Transformation Reports Scraper

BUSINESSNEWS

Atlantico VC LatAm Digital Transformation Reports Scraper

Scrapes Atlantico VC's annual Latin America Digital Transformation Reports (2020-2025) — the canonical institutional research series on LatAm tech, cited by Bloomberg, FT, and TechCrunch. Extracts report metadata, executive summaries, key highlights, and DocSend download links for all six annual editions.

What It Returns

One record per annual report:

Field Description
report_year Year of the annual edition (2020-2025)
report_title Full report title (e.g. "Tectonic Shifts:" for 2023)
report_url Canonical URL of the report page
published_date Publication date as shown on the page (e.g. "August, 2023")
executive_summary Page meta-description summary (~200 chars)
highlights Key insight titles from the Highlights section (newline-separated)
highlight_details Full description for each highlight (newline-separated, aligned to highlights)
pdf_url DocSend link for the EN edition
chapter_title Chapter title (null for top-level reports)
chapter_url Chapter URL (null for top-level reports)

Sample Output (2023 edition)

{
  "report_year": 2023,
  "report_title": "Tectonic Shifts:",
  "report_url": "https://www.atlantico.vc/latin-america-digital-transformation-report-2023",
  "published_date": "August, 2023",
  "executive_summary": "Latin America Digital Transformation Report 2023 - Download the report and access additional original information, data and analysis about technology in Latin America.",
  "highlights": "The Engine of The World\nUnexpected Winner of Geopolitical Turmoil\nDigital Democratization\nRenewal of the Entrepreneurial Spirit\nOptimism Warranted\nLatin America Punches Above Its Weight\nEntrepreneurship Beyond Tech\nMoney Goes Digital",
  "highlight_details": "Latin America is the world's mine and breadbasket, as the reverse of critical minerals...\nNeutral LatAm emerges as an unlikely beneficiary of US-China polarization...",
  "pdf_url": "https://docsend.com/view/48rpy858p2kqy479",
  "chapter_title": null,
  "chapter_url": null
}

Use Cases

  • LATAM strategy research — programmatically compare year-over-year LatAm tech trends across all six annual editions
  • VC / LP reporting — extract key insights for fund-of-fund LP updates referencing Atlantico's flagship research
  • Competitive intelligence — track which sectors and countries Atlantico highlights year over year (fintech, healthtech, Brazil, Mexico)
  • Academic / press — structured access to the most-cited English-language institutional research on LatAm tech

Inputs

Input Type Description Default
maxItems integer Maximum number of annual reports to scrape. Leave blank for all. 10

The sitemap currently lists six annual report editions (2020-2025). A full run completes in under 30 seconds.

How It Works

  1. Fetches https://www.atlantico.vc/sitemap.xml (flat urlset) and filters for annual report URLs
  2. Crawls each matching page with CheerioCrawler (no proxy required — site returns HTTP 200 for all agents)
  3. Extracts: .report-title, .color-white-80 (date), .highlight-wrp cards (titles + descriptions), .download-btn (DocSend link), meta description
  4. Report year is parsed from the URL path

No proxy, no CF bypass, no authentication required.

Notes

  • highlights and highlight_details are newline-joined parallel arrays — split on \n to get individual insight pairs
  • The 2025 edition uses a newer page layout where highlight text is rendered inside images; that page returns null for highlights
  • pdf_url links to DocSend (gated viewer), not a direct PDF download
  • Atlantico publishes new editions annually (typically September) — re-run to capture the latest