Data
Use the data node to get data entities for a funds group, data groups, specific fund etc.
Fund data are grouped by fund group and type of information.
Fund groups
Demo | 19 demo VC funds. |
All | All funds. |
NewYork | NewYork funds. |
SanFrancisco | SanFrancisco funds. |
Data types
Team | Information about team. |
Portfolio | Information about startups. |
News | Fund's news. |
Use this API to retrieve a data entities for a specific funds group, data type.
GET https://vcapi.parsers.me/v2/data/{fundGroup}/{entityType}/
Authorization: Bearer {your-auth-token} or query string parameter
Query string parameters
Name | Required | Default Value/Description |
---|---|---|
fundGroup | Yes | Fund group name (eg. "demo"). |
entityType | No | Type of information (eg. "portfolio","team","news"). |
Success responce:
Status 200 OK
[
{
"EntityId": "cc3a8caa-f783-4343-a516-2892d28061d0",
"Value": [
{
"Name": "Description - VC fund - Startup",
"Values": [
"Internet service from another galaxy..."
]
},
{
"Name": "Website - VC fund - Startup",
"Values": [
"https://starry.com/"
]
},
{
"Name": "Founder Name - VC fund - Startup",
"Values": [
"Chet Kanojia"
]
}
],
"Source": "https://firstmarkcap.com/portfolio/899/",
"PublishedDate": "2020-04-08T01:04:56.913"
}
]
The data response payload contains the array of data entities.
Data Entity Value may contain the following information:
Team
Photo | Photo of a venture fund team member |
Name | Name of the venture fund team member |
Title | Position of a venture fund team member |
Description | Description of the biography of a venture fund team member |
LinkedIn profile of a venture fund team member | |
Twitter profile of a venture fund team member | |
Facebook profile of a venture fund team member | |
Email of a venture fund team member | |
Location | Location of a venture fund team member |
Phone | Phone of a venture fund team member |
Portfolio
Name | Name of a startup in a venture fund portfolio |
Logo | Startup logo |
Description | Startup description |
Category | Startup category. For example: Health |
Link to startup page in LinkedIn | |
Link to startup page in Twitter | |
Link to startup page in Facebook | |
Link to startup page in Instagram | |
Website | Link to startup website |
Business model | Startup business model. For example: B2C |
Founder Name | Startup Founder Name |
Location | Startup Location |
News
Title | Venture Fund News Title |
Date | Publication date news |
Description | News Description |
Category | News category. For example: Press Release |