Distrito Brasil Research Reports Aggregator
BUSINESSNEWSAI
Distrito Brasil Research Reports Aggregator
Scrapes the official Distrito research report catalogue — Brazil's most-cited startup-ecosystem research firm. Returns all published reports with structured metadata from the central listing page.
What It Returns
Each record represents one report from Distrito's archive:
| Field | Type | Description |
|---|---|---|
report_title |
string | Full report title (e.g. "Corrida dos Unicórnios 2026") |
report_slug |
string | URL-derived slug (e.g. "corridadosunicornios2026") |
report_url |
string | Clean canonical landing page URL, UTM params stripped |
report_year |
integer | Publication year (parsed from date string) |
report_topic |
string | Topic tag: unicorn-race, inside-vc, ai-framework, expedition, ai-for-hr, cognitive-transformation, ai-reports, or innovation-ecosystem |
executive_summary |
string | Short description text as shown on the listing |
published_date |
string | Publication date in original Portuguese (e.g. "março 2026") |
is_gated |
boolean | true if the report requires lead-capture form submission |
scrapedAt |
string | ISO-8601 timestamp |
Typical run returns 20-30 records (all reports published on the official listing page).
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
maxItems |
integer | 50 | Maximum records to return. Set to 50+ to get the full catalogue |
Coverage
Covers all reports listed at https://www.distrito.me/conteudo/reports, including reports hosted across Distrito's subdomain network:
corridadosunicorniosYYYY.distrito.me— Corrida dos Unicórnios (annual unicorn race)insidevcYYYY.distrito.me— Inside VC (LatAm venture capital)ai-framework.distrito.me— AI Adoption Frameworkreports.distrito.me/expedition-*— AI Expedition reportsmateriais.distrito.me— Gated reports (lead-capture)
Notes
- The listing page is server-rendered Webflow CMS — no JavaScript execution required, fast and reliable.
- Individual report landing pages are client-rendered SPAs; structured content extraction from those pages is not included.
is_gated: truerecords point to lead-capture forms — the URL is captured but form submission is not performed.- Reports typically updated annually; new editions appear on the listing as they are published.