
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
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.
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 2 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.