New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

leadfinder-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leadfinder-api

Free Google Maps lead finder API client. Find business names, phones, websites, ratings for any niche in any city.

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

leadfinder-api

Free Google Maps lead finder. Get business names, phone numbers, websites, ratings, and addresses for any niche in any city.

Install

npm install leadfinder-api

Usage

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, ... },
//   ...
// ]

What you get

Each lead includes:

  • Business name
  • Phone number
  • Website URL
  • Full address
  • Google rating (1-5)
  • Review count
  • Business category

Free tier

  • 5 leads per request
  • 10 requests per IP per day
  • No API key needed
  • No signup required

Need more?

Get 100+ leads as a CSV download for just $5 at LeadFinder.

API Documentation

Full docs with curl, Python, and JavaScript examples: leadscraper-coral.vercel.app/docs.html

Embed on your website

<script src="https://leadscraper-coral.vercel.app/widget.js"></script>

License

MIT

Keywords

google maps

FAQs

Package last updated on 01 Mar 2026

Related posts