
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
local-guides-client
Advanced tools
Unofficial client library to fetch contribution data for Google Maps Local Guides
This is an unofficial client library to fetch contribution data for Google Maps Local Guides, such as points, amounts of reviews and photos, and more. It parses the Google Maps HTML source code of your public profile and requires no authentication.
This package is based on the google-local-guides-api by @JinKim7 (which sadly does not get maintained anymore) and introduces additional features and bugfixes.
Install the package:
npm install local-guides-client
Following code fetches data of the Local Guide profile with the profile ID 112307346288942529735
.
const lgclient = require('local-guides-client');
lgclient.fetchData("112307346288942529735").then(data => {
console.log(data);
});
Output:
{
"name": "Joe",
"level": 9,
"points": 50219,
"reviews": 352,
"ratings": 73,
"photos": 3652,
"videos": 8,
"answers": 946,
"edits": 1618,
"placesAdded": 748,
"roadsAdded": 1,
"factsChecked": 73,
"qa": 11,
"publishedLists": 1,
"photoViews": 19698543
}
FAQs
Unofficial client library to fetch contribution data for Google Maps Local Guides
We found that local-guides-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.