Investors Leads API on RapidAPI
Access investor contact emails, business leads, funding data, and investment opportunities. Perfect for startups, fundraising platforms, and business development.
Why Choose Our Investors Leads API?
Comprehensive investment data access with verified contact information
Verified Contact Emails
Access verified investor email addresses, phone numbers, and contact information for direct outreach.
Investment Firm Data
Get comprehensive data about venture capital firms, angel investors, and investment companies.
Funding History & Preferences
Access investment history, funding amounts, preferred industries, and investment criteria.
API Endpoints
Powerful endpoints to access investors and business leads data
/investors
Retrieve investors with filtering by industry, location, and investment stage
/investors/{id}
Get detailed information about a specific investor or firm
/leads
Get business leads with contact information and company details
/search
Search investors by name, company, or investment focus
Perfect For
Build powerful business and investment applications
Quick Start
Get started with Investors Leads API in minutes
Investors Leads API Example
// Search investors by industry and location
const response = await fetch('https://investors-api.p.rapidapi.com/search?industry=technology&location=San Francisco', {
method: 'GET',
headers: {
'X-RapidAPI-Key': 'YOUR_RAPIDAPI_KEY',
'X-RapidAPI-Host': 'investors-api.p.rapidapi.com'
}
});
const investors = await response.json();
console.log(investors);
// Get investor details with contact information
const investorResponse = await fetch('https://investors-api.p.rapidapi.com/investors/12345', {
method: 'GET',
headers: {
'X-RapidAPI-Key': 'YOUR_RAPIDAPI_KEY',
'X-RapidAPI-Host': 'investors-api.p.rapidapi.com'
}
});
const investor = await investorResponse.json();
console.log(investor.contact_email);
Start Building Investment Tools
Access verified investor contacts and business leads data to build amazing fundraising and business development applications. Join 100+ developers already using our Investors Leads API on RapidAPI.