Discover Portfolio Companies
Returns the Portfolio Companies found on the portfolio pages of thousands of VCs, accelerators, and incubators, as a list of Connections categorized as investor, ordered by the first_seen_at, descending.
Query parameters
Only return Connections first seen after given date (ISO 8601).
Only return Connections first seen before given date (ISO 8601).
Only return Connections last seen after given date (ISO 8601).
Only return Connections last seen before given date (ISO 8601).
Page number of shown items. <br> NOTE: If the parameter is not provided, the meta property count will be omitted from response for performance reasons.
Limit the number of shown items per page.
Response
Request was successfully processed.
Example response
{
"data": [
{
"id": "587e4f3f-8149-4918-8a30-89190fa582f8",
"type": "connection",
"attributes": {
"category": "integration",
"source_category": "integration_page",
"source_url": "https://y.uno/integrations",
"individual_source_url": "https://www.y.uno/partner/adyen",
"context": "Yuno partners with Adyen to integrate its global payment solutions, enhancing transaction processing capabilities and unlocking revenue opportunities for businesses. This collaboration ensures seamless integration with various payment providers and fraud solutions, fostering mutual success.",
"first_seen_at": "2023-08-02T21:20:41Z",
"last_seen_at": "2026-06-30T11:16:19Z",
"confidence": null
},
"relationships": {
"company1": {
"data": {
"id": "edb175f8-51be-53ef-8af5-bec04dc3a402",
"type": "company"
}
},
"company2": {
"data": {
"id": "94d705f4-6650-5055-b643-62d0740cdfa3",
"type": "company"
}
},
"technology": {
"data": null
}
}
}
],
"included": [
{
"id": "edb175f8-51be-53ef-8af5-bec04dc3a402",
"type": "company",
"attributes": {
"domain": "y.uno",
"company_name": "Yuno, Inc.",
"ticker": null
}
},
{
"id": "94d705f4-6650-5055-b643-62d0740cdfa3",
"type": "company",
"attributes": {
"domain": "adyen.com",
"company_name": "Adyen",
"ticker": "OTC:ADYYF"
}
}
],
"meta": {
"schema_version": "3.2",
"record_state": "active"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.