f.inc APIf.inc ↗
Retrieve detailed information about companies in the Founders, Inc. portfolio, including their name, description, domain, industry, founding year, team size, and founders, with the ability to search and filter by specific criteria. Access comprehensive company profiles to discover investment opportunities and learn about portfolio companies at a glance.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/53c8d229-8d63-4c1e-bf9b-0b9f019b6458/get_portfolio' \ -H 'X-API-Key: $PARSE_API_KEY'
Get all 177 portfolio companies from Founders, Inc. with their details including name, tagline, description, domain, URL, industry, year founded, team size, and founders. Results are sorted alphabetically by company name.
No input parameters required.
{
"type": "object",
"fields": {
"total": "integer",
"companies": "array of company objects with name, tagline, description, domain, url, industry, year_founded, team_size, founders"
},
"sample": {
"total": 177,
"companies": [
{
"url": "https://f.inc/portfolio/3e8-robotics/",
"name": "3E8 Robotics",
"domain": "3e8robotics.com",
"tagline": "Autonomous multi-floor delivery robots.",
"founders": [
"Ari Wasch",
"David Feldt",
"Sajeel Purewal"
],
"industry": "Hardware",
"team_size": "3",
"description": "3E8 Robotics builds fully autonomous delivery robots for hotels, apartments, and office buildings.",
"year_founded": "2025"
}
]
}
}About the f.inc API
The f.inc API on Parse exposes 3 endpoints for the publicly available data on f.inc. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.