Fetch live Google Maps and Local Finder business rankings, star ratings, coordinates, and contact details with MuAPI's Local SEO API.
About this model
Local SERP provides real-time search result snapshots from Google Maps and Google Local Finder, returning rank group, place ID, business name, address, phone number, website, rating, reviews count, and GPS coordinates.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.0033 per 20 local results | Fast execution with actual provider cost reconciliation. |
Fast execution with actual provider cost reconciliation.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Search Query | string | Local search query or business category (e.g. 'plumber near me'). | plumber near me |
| Location | Enum (213 options) | Country to target for the local search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
| Result Depth | integer | Number of local business results to inspect (10-100). | 20 |
| Search Engine Type | Enum (2 options) | Search platform: 'maps' for Google Maps or 'local_finder' for Google Local Finder. | maps |
| Device | Enum (2 options) | Device emulation mode. | desktop |
Local search query or business category (e.g. 'plumber near me').
plumber near meCountry to target for the local search.
United StatesLanguage to search in.
EnglishNumber of local business results to inspect (10-100).
20Search platform: 'maps' for Google Maps or 'local_finder' for Google Local Finder.
mapsDevice emulation mode.
desktopDeveloper documentation
"plumbers near me" or "coffee shop in Austin").maps (Google Maps) or local_finder (Local Finder).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
}'
Frequently asked
Title, category, full address, phone number, website URL, average star rating, reviews count, place_id, CID, claimed status, snippet description, and latitude/longitude coordinates.
`maps` queries the Google Maps search interface directly, while `local_finder` searches Google's extended local business finder results.