Find Leads by Industry
Discover potential customers in specific industries using targeted company search and filtering.
Find & enrich companies and people
Find companies and people by industry, funding, role, location, or expertise. Enrich domains, find lookalikes, and get cited research answers. For sales prospecting and market mapping.
Find companies matching natural language criteria. Returns structured data including founding year, employee count, funding, revenue, headquarters, and web traffic.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "lead-finder",
"skill": "find_companies",
"input": {
"query": "AI infrastructure startups with Series B funding"
}
}' \
https://api.toolrouter.com/v1/tools/callFind people by role, company, expertise, or location. Searches across 1B+ indexed profiles to find relevant professionals matching your criteria.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "lead-finder",
"skill": "find_people",
"input": {
"query": "CTOs at fintech startups in London"
}
}' \
https://api.toolrouter.com/v1/tools/callFind companies or websites similar to a given URL. Useful for competitive analysis, discovering lookalike companies, or expanding a list of leads from a known example.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "lead-finder",
"skill": "find_similar",
"input": {
"url": "https://stripe.com",
"numResults": 10
}
}' \
https://api.toolrouter.com/v1/tools/callEnrich a company domain with structured data — name, description, industry, employee count, headquarters, founding year, key products, recent news, and social profiles.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "lead-finder",
"skill": "enrich_company",
"input": {
"domain": "stripe.com"
}
}' \
https://api.toolrouter.com/v1/tools/callGet a direct answer to a research question with source citations. Searches the web, synthesizes an answer, and returns it with linked sources for verification.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "lead-finder",
"skill": "answer",
"input": {
"query": "What is the total funding raised by Figma?"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"lead-finder","skill":"find_companies","input":{}}' \
https://api.toolrouter.com/v1/tools/callDiscover potential customers in specific industries using targeted company search and filtering.
Find key decision-makers and their contact information at target companies.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Research link building opportunities by analyzing backlink profiles, finding prospects, identifying contacts, and researching their social presence.
Discover and vet potential influencer partners by profiling their audience, searching niche creators, evaluating engagement quality, and finding contacts.
Build targeted email campaigns with qualified leads, persona-driven messaging, multi-language support, and custom visual assets.
Build comprehensive sales intelligence by discovering leads, researching accounts, analyzing social presence, and monitoring company news.
Yes. You can look for companies or people by industry, funding, role, location, or expertise.
Yes. Lookalike search and domain enrichment are part of the tool.
It is useful for sales prospecting, but it also works well for market mapping and research.
Yes. The manifest includes cited research answers as part of the output surface.