使用 MuAPI 的本地 SEO API 获取实时 Google Maps 和 Local Finder 商家排名、星级评分、坐标及联系方式。
About this model
Local SERP 提供来自 Google Maps 和 Google Local Finder 的实时搜索结果快照,返回排名组、地点 ID、商家名称、地址、电话号码、网站、评分、评论数量和 GPS 坐标。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.0033 per 20 local results | 执行速度快,并与实际供应商费用核对。 |
执行速度快,并与实际供应商费用核对。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| 搜索查询 | string | 本地搜索查询或商家类别(例如 'plumber near me')。 | plumber near me |
| 位置 | Enum (213 options) | 本地搜索的目标国家或地区。 | United States |
| Idioma | Enum (129 options) | 搜索使用的语言。 | English |
| 结果深度 | integer | 要检查的本地商家结果数量(10-100)。 | 20 |
| 搜索引擎类型 | Enum (2 options) | 搜索平台:Google Maps 使用 'maps',Google Local Finder 使用 'local_finder'。 | maps |
| 设备 | Enum (2 options) | 设备模拟模式。 | desktop |
本地搜索查询或商家类别(例如 'plumber near me')。
plumber near me本地搜索的目标国家或地区。
United States搜索使用的语言。
English要检查的本地商家结果数量(10-100)。
20搜索平台:Google Maps 使用 'maps',Google Local Finder 使用 'local_finder'。
maps设备模拟模式。
desktopDeveloper documentation
"plumbers near me" 或 "coffee shop in Austin")。maps(Google Maps)或 local_finder(Local Finder)。@@BT@bash curl -X POST https://api.muapi.ai/api/v1/seo-local-serp \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "keyword": "coffee shop in Austin", "location": "United States", "language": "English", "search_type": "maps", "depth": 20 }' @@BT@
Frequently asked
标题、类别、完整地址、电话号码、网站 URL、平均星级评分、评论数量、place_id、CID、认领状态、摘要描述以及纬度/经度坐标。
`maps` 直接查询 Google Maps 搜索界面,而 `local_finder` 查询 Google 扩展的本地商家查找结果。