Google Places Toolkit
收藏RapidAPI2026-01-08 更新2026-01-10 收录
下载链接:
https://rapidapi.com/quick-api1-quick-api-default/api/google-places-toolkit4
下载链接
链接失效反馈官方服务:
资源简介:
Nearby Search, Place Details & Photos — Google Places data at 80% lower cost. No Google Cloud setup required.
创建时间:
2026-01-08
原始信息汇总
Google Places Toolkit 数据集概述
基本信息
- 数据集名称: Google Places Toolkit
- 提供平台: RapidAPI
- 提供者: quick-api
- 类别: Location
- API版本: 1.0.0 (current)
- 订阅者数量: 3
性能与评级
- 受欢迎度: 9.2 Popularity
- 服务等级: 95% Service Level
- 延迟: 585ms Latency
- 测试通过率: 100% Test
订阅计划与定价
- BASIC: $0.00 / mo
- PRO: $8.99 / mo
- ULTRA: $25.99 / mo
- MEGA: $259.00 / mo
核心功能与优势
- 主要价值: 提供 Google Places 数据,成本比直接使用 Google 低 80%。
- 关键优势:
- 💰 80% cheaper than Google Direct
- 🔑 No Google Cloud setup — just your RapidAPI subscription
- ⚡ Smart caching — faster responses, lower costs
- 📸 Photos included — served via secure proxy
端点(Endpoints)与描述
| 端点 | 描述 |
|---|---|
| GET /nearby | Find places near coordinates |
| GET /search | Natural language place search |
| GET /find | Find specific place by name |
| GET /details | Full place information |
| GET /photos/image | Place photos (proxied) |
| GET /autocomplete | Place name suggestions |
| GET /query-autocomplete | Search query suggestions |
详细端点功能
| 端点 | 描述 |
|---|---|
| GET /nearby | Find places within a radius of coordinates |
| GET /search | Natural language search ("coffee shops open late") |
| GET /find | Find a specific place by name or phone |
| GET /details | Full place info: hours, reviews, photos, contact |
| GET /photos | Photo metadata with proxy URL |
| GET /photos/image | Direct photo binary (use in <img> tags) |
| GET /autocomplete | Place name suggestions as user types |
| GET /query-autocomplete | Search query suggestions |
定价对比(每1000次请求)
| 端点 | Google Places Toolkit | Google Direct | 节省 |
|---|---|---|---|
| Nearby Search | $6 | $32 | 81% |
| Text Search | $6 | $32 | 81% |
| Place Details | $3 | $17 | 82% |
| Photos | $1.50 | $7 | 79% |
快速开始示例
-
查找附近餐厅:
GET /nearby?location=37.7749,-122.4194&radius=1500&type=restaurant
-
文本搜索:
GET /search?query=best+pizza+in+New+York
-
获取地点详情:
GET /details?place_id=ChIJN1t_tDeuEmsRUsoyG83frY4
响应示例
json { "success": true, "results": [ { "place_id": "ChIJPTacEpBQwokRKwIlDXelxkA", "name": "Joes Pizza", "address": "7 Carmine St, New York, NY 10014", "location": { "lat": 40.7306, "lng": -74.0022 }, "rating": 4.4, "total_ratings": 8523, "price_level": 1, "open_now": true, "types": ["restaurant", "food"], "photos": [{ "photo_reference": "AZLasHqG7...", "width": 4032, "height": 3024 }], "distance_meters": 450 } ], "cached": false, "requestId": "550e8400-e29b-41d4-a716-446655440000" }
应用场景
- Food Delivery Apps — Restaurant discovery with photos & ratings
- Travel & Tourism — Find attractions, hotels, experiences nearby
- Real Estate — Score neighborhoods by nearby amenities
- Fitness Apps — Locate gyms, parks, running trails
- Chatbots & AI — Location-aware recommendations
支持的地点类型
- Food & Drink: restaurant · cafe · bar · bakery · meal_delivery
- Lodging: hotel · lodging · campground · rv_park
- Shopping: store · shopping_mall · supermarket · clothing_store
- Services: bank · atm · gas_station · car_repair · laundry
- Health: hospital · pharmacy · doctor · dentist
- Entertainment: movie_theater · night_club · casino · amusement_park
- Transport: airport · bus_station · subway_station · parking
- Tourism: tourist_attraction · museum · art_gallery · zoo · park
相关API
- https://rapidapi.com/quick-api/api/google-maps-toolkit — Geocoding, directions, distance matrix



