Google Maps & Local SERP API: AI Large Language Models

Fetch live Google Maps and Local Finder business rankings, star ratings, coordinates, and contact details with MuAPI's Local SEO API.

📝

Overview

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.

1Monitor local business and map pack rankings across locations
2Extract competitor reviews, ratings, and claimed status
3Power local SEO dashboards and directory aggregators
4Audit local pack visibility for multi-location brands
💰

Pricing & Value

Cost analysis

muapiappFrom $0.0033 per 20 local results

Fast execution with actual provider cost reconciliation.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Search Querystring

Local search query or business category (e.g. 'plumber near me').

Default Valueplumber near me
LocationEnum (213 options)

Country to target for the local search.

Default ValueUnited States
LanguageEnum (129 options)

Language to search in.

Default ValueEnglish
Result Depthinteger

Number of local business results to inspect (10-100).

Default Value20
Search Engine TypeEnum (2 options)

Search platform: 'maps' for Google Maps or 'local_finder' for Google Local Finder.

Default Valuemaps
DeviceEnum (2 options)

Device emulation mode.

Default Valuedesktop
📖

Implementation Guide

Developer documentation

How to Use Google Maps & Local SERP

  1. Provide a query: Enter search phrase (e.g. "plumbers near me" or "coffee shop in Austin").
  2. Set market targeting: Choose country location and language.
  3. Select search type: Choose maps (Google Maps) or local_finder (Local Finder).
  4. Set depth: Choose number of businesses to inspect (10-100).
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
  }'

Common Questions

Frequently asked

What local data is returned for each business?

Title, category, full address, phone number, website URL, average star rating, reviews count, place_id, CID, claimed status, snippet description, and latitude/longitude coordinates.

What is the difference between maps and local_finder?

`maps` queries the Google Maps search interface directly, while `local_finder` searches Google's extended local business finder results.