
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
leadfinder-api
Advanced tools
Free Google Maps lead finder API client. Find business names, phones, websites, ratings for any niche in any city.
Free Google Maps lead finder. Get business names, phone numbers, websites, ratings, and addresses for any niche in any city.
Try it instantly with npx -- no install, no signup, no API key:
# Quick search
npx leadfinder-api dentists miami
# Multi-word niche and city
npx leadfinder-api --niche "real estate agents" --city "Los Angeles"
# Raw JSON output (pipe to jq, files, etc.)
npx leadfinder-api dentists miami --json
# Export to CSV file
npx leadfinder-api --niche "real estate agents" --city "Los Angeles" --csv leads.csv
# Help
npx leadfinder-api --help
npm install leadfinder-api
const { findLeads } = require('leadfinder-api');
const results = await findLeads('dentists', 'Miami');
console.log(results.data);
// [
// { businessName: 'Bright Smile Dental', phone: '(305) 271-4321', rating: 4.8, ... },
// ...
// ]
Each lead includes:
Get 100+ leads as a CSV download for just $5 at LeadFinder.
Full docs with curl, Python, and JavaScript examples: leadscraper-coral.vercel.app/docs.html
<script src="https://leadscraper-coral.vercel.app/widget.js"></script>
MIT
FAQs
Free Google Maps lead finder API client. Find business names, phones, websites, ratings for any niche in any city.
The npm package leadfinder-api receives a total of 1 weekly downloads. As such, leadfinder-api popularity was classified as not popular.
We found that leadfinder-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.