curl --request GET \
--url https://www.trysignalbase.com/api/v2/signals/investors \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Sequoia Capital",
"investorType": "vc",
"country": "United States",
"city": "Menlo Park",
"state": "California",
"description": "Leading venture capital firm that has backed some of the world's most successful companies including Apple, Google, and Airbnb.",
"website": "https://www.sequoiacap.com",
"linkedinUrl": "https://www.linkedin.com/company/sequoia-capital",
"twitterUrl": "https://twitter.com/sequoia",
"foundedYear": 1972,
"teamSize": 85,
"aum": 85000000000,
"investmentFocus": [
"Technology",
"Healthcare",
"Financial Services",
"Consumer"
],
"investmentStage": [
"Seed",
"Series A",
"Series B",
"Series C",
"Growth"
],
"typicalCheckSize": {
"min": 1000000,
"max": 100000000
},
"portfolioCompaniesCount": 250,
"notableInvestments": [
"Apple",
"Google",
"Airbnb",
"Stripe",
"Instagram"
],
"activelyInvesting": true,
"lastInvestmentDate": "2024-11-10",
"lastUpdated": "2024-11-15T10:30:00Z"
},
{
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"name": "Y Combinator",
"investorType": "accelerator",
"country": "United States",
"city": "Mountain View",
"state": "California",
"description": "World's most successful startup accelerator, having funded over 4,000 companies including Airbnb, Dropbox, Stripe, and Reddit.",
"website": "https://www.ycombinator.com",
"linkedinUrl": "https://www.linkedin.com/company/y-combinator",
"twitterUrl": "https://twitter.com/ycombinator",
"foundedYear": 2005,
"teamSize": 45,
"aum": 3000000000,
"investmentFocus": [
"Technology",
"SaaS",
"Consumer",
"Enterprise",
"Healthcare",
"Fintech"
],
"investmentStage": [
"Pre-Seed",
"Seed"
],
"typicalCheckSize": {
"min": 125000,
"max": 500000
},
"portfolioCompaniesCount": 4000,
"notableInvestments": [
"Airbnb",
"Dropbox",
"Stripe",
"Reddit",
"Coinbase"
],
"activelyInvesting": true,
"lastInvestmentDate": "2024-11-12",
"lastUpdated": "2024-11-14T15:45:00Z"
}
],
"pagination": {
"currentPage": 1,
"totalPages": 50,
"totalCount": 1000,
"hasNextPage": true,
"hasPreviousPage": false
},
"meta": {
"endpoint": "signals.investors",
"creditsUsed": 1
}
}Fetch investor data with filtering, pagination, and search capabilities. Returns a list of venture capital firms, angel investors, private equity firms, and other investor types.
curl --request GET \
--url https://www.trysignalbase.com/api/v2/signals/investors \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Sequoia Capital",
"investorType": "vc",
"country": "United States",
"city": "Menlo Park",
"state": "California",
"description": "Leading venture capital firm that has backed some of the world's most successful companies including Apple, Google, and Airbnb.",
"website": "https://www.sequoiacap.com",
"linkedinUrl": "https://www.linkedin.com/company/sequoia-capital",
"twitterUrl": "https://twitter.com/sequoia",
"foundedYear": 1972,
"teamSize": 85,
"aum": 85000000000,
"investmentFocus": [
"Technology",
"Healthcare",
"Financial Services",
"Consumer"
],
"investmentStage": [
"Seed",
"Series A",
"Series B",
"Series C",
"Growth"
],
"typicalCheckSize": {
"min": 1000000,
"max": 100000000
},
"portfolioCompaniesCount": 250,
"notableInvestments": [
"Apple",
"Google",
"Airbnb",
"Stripe",
"Instagram"
],
"activelyInvesting": true,
"lastInvestmentDate": "2024-11-10",
"lastUpdated": "2024-11-15T10:30:00Z"
},
{
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"name": "Y Combinator",
"investorType": "accelerator",
"country": "United States",
"city": "Mountain View",
"state": "California",
"description": "World's most successful startup accelerator, having funded over 4,000 companies including Airbnb, Dropbox, Stripe, and Reddit.",
"website": "https://www.ycombinator.com",
"linkedinUrl": "https://www.linkedin.com/company/y-combinator",
"twitterUrl": "https://twitter.com/ycombinator",
"foundedYear": 2005,
"teamSize": 45,
"aum": 3000000000,
"investmentFocus": [
"Technology",
"SaaS",
"Consumer",
"Enterprise",
"Healthcare",
"Fintech"
],
"investmentStage": [
"Pre-Seed",
"Seed"
],
"typicalCheckSize": {
"min": 125000,
"max": 500000
},
"portfolioCompaniesCount": 4000,
"notableInvestments": [
"Airbnb",
"Dropbox",
"Stripe",
"Reddit",
"Coinbase"
],
"activelyInvesting": true,
"lastInvestmentDate": "2024-11-12",
"lastUpdated": "2024-11-14T15:45:00Z"
}
],
"pagination": {
"currentPage": 1,
"totalPages": 50,
"totalCount": 1000,
"hasNextPage": true,
"hasPreviousPage": false
},
"meta": {
"endpoint": "signals.investors",
"creditsUsed": 1
}
}API key for V2 Investors API authentication. Include as Bearer token in Authorization header.
Page number for pagination
x >= 1Number of results per page (maximum 100)
1 <= x <= 100Comma-separated list of country codes to filter by
Comma-separated list of investor types to filter by (vc, angel, pe, corporate, accelerator, family_office, fund, government)
Search by investor name or description
Successful response with investor data
Indicates if the request was successful
true
Array of investor records
Show child attributes
Unique identifier for the investor
"550e8400-e29b-41d4-a716-446655440000"
Name of the investor or firm
"Sequoia Capital"
Type of investor
vc, angel, pe, corporate, accelerator, family_office, fund, government, other "vc"
Country where the investor is based
"United States"
City where the investor is based
"Menlo Park"
State or region where the investor is based
"California"
Description of the investor and their investment focus
"Leading venture capital firm that has backed some of the world's most successful companies."
Investor's website URL
"https://www.sequoiacap.com"
LinkedIn company page URL
"https://www.linkedin.com/company/sequoia-capital"
Twitter/X profile URL
"https://twitter.com/sequoia"
Year the investor firm was founded
1972
Number of team members at the firm
85
Assets under management (AUM) in USD
85000000000
Industries or sectors the investor focuses on
[
"Technology",
"Healthcare",
"Financial Services"
]Investment stages the investor typically participates in
["Seed", "Series A", "Series B"]Number of portfolio companies
250
List of notable portfolio companies
["Apple", "Google", "Airbnb", "Stripe"]Whether the investor is actively making new investments
true
Date of the most recent investment
"2024-11-10"
Timestamp when the investor data was last updated
"2024-11-15T10:30:00Z"
Show child attributes
Current page number
x >= 11
Total number of pages available
x >= 050
Total number of records matching the query
x >= 01000
Indicates if there is a next page
true
Indicates if there is a previous page
false