Quick start
PISO Maps API — scrape Google Maps data with 3 simple endpoints
PISO Maps API gives you programmatic access to Google Maps data through three endpoints: Autocomplete, Search, and Place Detail.
Getting Started
- Go to your dashboard and sign up with your email.
- Copy your API key from the dashboard.
- Include it as the
x-api-keyheader on every API request.
Make a test call:
curl "https://api.piso.dev/api/maps/autocomplete?q=highland&lat=10.801671&lng=106.61744" \
-H "x-api-key: YOUR_API_KEY"