Cometa VC Portfolio & Partners Scraper
LEAD GENERATIONBUSINESS
Cometa VC Portfolio & Partners Scraper
Extract the full portfolio of Cometa VC — the Spanish-speaking LATAM early-stage fund behind Bitso, Cabify, Conekta, and 27 other fintech and marketplace companies.
What it does
This actor scrapes cometa.vc/portfolio and every partner detail page, producing one record per portfolio company with the following data:
| Field | Description |
|---|---|
company_name |
Name of the portfolio company |
company_slug |
URL slug used on cometa.vc |
profile_url |
Full URL of the partner detail page |
logo_url |
CDN URL of the company logo |
sector_tag |
Business model tag (B2C, B2B) |
category_tag |
Industry category (Fintech, SaaS, Marketplace) |
description |
Short description from the detail page |
founders |
Founders comma-separated string |
country |
Geography tag (Latin America, Spain, Mexico) |
investment_stage |
Stage at time of Cometa investment (Seed, Series A) |
investment_year |
Year Cometa invested |
website_url |
Company website |
linkedin_url |
Company LinkedIn URL (when available) |
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
maxItems |
integer | — | Cap on number of companies returned. Leave blank for the full portfolio (~30 companies). |
Output
One dataset record per portfolio company. Typical run returns 28–30 records in under 30 seconds.
Sample record:
{
"company_name": "Bitso",
"company_slug": "bitso",
"profile_url": "https://www.cometa.vc/partners/bitso",
"logo_url": "https://cdn.prod.website-files.com/...",
"sector_tag": "B2C",
"category_tag": "Fintech",
"description": "#1 cryptocurrency exchange in the Spanish-speaking world, driving digital asset adoption.",
"founders": "Daniel Vogel, Ben Peters & Pablo Gonzalez",
"country": "Latin America",
"investment_stage": "Series A",
"investment_year": 2016,
"website_url": "https://bitso.com",
"linkedin_url": null
}
Use cases
- Market research — map the LATAM fintech and marketplace landscape through Cometa's curated portfolio
- Lead generation — identify Cometa-backed companies for B2B outreach, partnership, or due diligence
- Competitive intelligence — track investment stages and sectors where Cometa is active
- VC data aggregation — combine with other LATAM VC scrapers for fund-level portfolio analysis
Performance
- Memory: 256 MB
- Run time:
20 seconds for full portfolio (30 companies) - Requests: 1 listing page + 1 request per company
- Proxy: none required (clean Webflow CMS, no anti-bot)
Coverage notes
The actor covers all companies visible on the portfolio listing page. The portfolio is updated by Cometa as new investments are announced. A typical run captures 28–30 companies.