Astella Investimentos Brasil Portfolio Scraper
LEAD GENERATIONBUSINESS
Astella Investimentos Brasil Portfolio Scraper
Scrapes the complete portfolio of Astella Investimentos, one of Brazil's longest-running venture capital firms (active since 2008). The actor extracts all portfolio companies from astella.com.br/pt/portfolio, including company name, official website URL, a URL-safe slug, and investment status (active or exited).
What you get
| Field | Description |
|---|---|
company_name |
Portfolio company name (e.g. "Birdie", "Omie", "RD Station") |
company_slug |
URL-safe slug derived from the name (e.g. "rd-station") |
profile_url |
URL of the Astella portfolio listing page |
website_url |
Company's official website URL |
status |
active (current investment) or exited (previous investment) |
Use cases
- LatAm SaaS market intelligence — track which Brazilian startups Astella backs
- Competitive research — identify portfolio overlaps across Brazilian VC firms (pairs well with Kaszek Ventures and Cometa portfolio actors)
- Lead generation — build contact lists for companies in Astella's active portfolio
- Due diligence — verify company status and website for an Astella-backed startup
Notes
- The full portfolio is approximately 46–50 unique companies. Set
maxItemsto 100 to collect all. - Company logos are not available in the portfolio grid HTML.
- Fund attribution (Astella I/II/III/IV) is not exposed in the page's HTML.
- No anti-bot protection on the site — runs fast with a single HTTP request.
Input
{
"maxItems": 100
}
- maxItems (required) — Maximum portfolio companies to return. Set to
100to get the full list (~46–50 companies).
Sample output
{
"company_name": "Birdie",
"company_slug": "birdie",
"profile_url": "https://www.astella.com.br/pt/portfolio",
"website_url": "https://www.birdie.ai/",
"status": "active"
}
{
"company_name": "Dr Jones",
"company_slug": "dr-jones",
"profile_url": "https://www.astella.com.br/pt/portfolio",
"website_url": "https://braziljournal.com/boticario-compra-a-dr-jones-fortalecendo-seu-portfolio-masculino/",
"status": "exited"
}
About Astella Investimentos
Astella is a Brazilian VC firm founded in 2008, known for early-stage investments in B2B SaaS and tech-enabled businesses. Notable portfolio companies include RD Station, Conta Azul, and Omie.