
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@cryptodevops/n8n-nodes-google-places
Advanced tools
Custom n8n node for searching places using Google Places API, optimized for both standard workflows and AI agents.
npm install @cryptodevops/n8n-nodes-google-places
git clone <repository-url>
cd n8n-google-place-api
npm install
npm run build
npm link
Search for places using natural language queries.
Parameters:
Find places within a specified geographic area.
Parameters:
Get detailed information about a specific place using its Place ID.
Parameters:
Enables optimization for AI agents with simplified output format.
Additional Parameters:
{
"place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"name": "Restaurant Le Bernardin",
"formatted_address": "155 West 51st Street, New York, NY 10019, USA",
"rating": 4.5,
"price_level": 4,
"types": ["restaurant", "food", "establishment"],
"geometry": {
"location": {
"lat": 40.7614327,
"lng": -73.9776216
}
},
"opening_hours": {
"open_now": true,
"weekday_text": ["Monday: 5:30 – 10:30 PM", "..."]
}
}
{
"name": "Restaurant Le Bernardin",
"address": "155 West 51st Street, New York, NY 10019, USA",
"rating": 4.5,
"price_level": 4,
"summary": "Upscale French seafood restaurant in Midtown Manhattan, rated 4.5/5 stars with high-end pricing. Currently open.",
"location": {
"lat": 40.7614327,
"lng": -73.9776216
},
"timestamp": "2024-01-15T10:30:00Z"
}
MIT
Note: This node requires a valid Google Places API key. Pricing applies according to Google Places API usage.
FAQs
Custom n8n node for Google Places API
We found that @cryptodevops/n8n-nodes-google-places demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.