
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.