SerpAPI simplicity. DataForSEO pricing. Built for local.

34 REST endpoints across 10 categories. JSON responses. Local-SEO-specific data you'd otherwise stitch together from 5 different APIs. Pay-as-you-go starting at $0.005/search.

curl -X POST https://api.localseodata.com/v1/serp/local-pack \
  -H "Authorization: Bearer sk_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "keyword": "plumber",
    "location": "Orchard Park, NY"
  }'

// Response (200 OK)
{
  "status": "success",
  "credits_used": 1,
  "data": {
    "keyword": "plumber",
    "location": "Orchard Park, NY",
    "results": [
      {
        "position": 1,
        "name": "Roto-Rooter Plumbing",
        "rating": 4.7,
        "reviews": 312,
        "phone": "(716) 555-0123",
        "address": "123 Main St, Orchard Park, NY"
      },
      {
        "position": 2,
        "name": "OP Plumbing & Heating",
        "rating": 4.5,
        "reviews": 187,
        "phone": "(716) 555-0456",
        "address": "456 Union Rd, Orchard Park, NY"
      }
    ]
  }
}

Geogrid Rank Scans

Map local pack rankings across a geographic grid. Returns a rank matrix, average grid rank, and optional vs_previous deltas.

curl -X POST https://api.localseodata.com/v1/geogrid/scan \
  -H "Authorization: Bearer sk_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "business": "Joe'\''s Pizza",
    "location": "Brooklyn, NY",
    "keyword": "pizza",
    "radius_miles": 3,
    "grid_size": "5x5"
  }'

// Response (200 OK)
{
  "status": "success",
  "credits_used": 5,
  "data": {
    "grid_size": "5x5",
    "average_grid_rank": 3.2,
    "grid": [
      [{"lat": 40.695, "lng": -73.985, "rank": 4}, {"lat": 40.695, "lng": -73.978, "rank": 2}, ...],
      [{"lat": 40.688, "lng": -73.985, "rank": 3}, {"lat": 40.688, "lng": -73.978, "rank": 1}, ...],
      ...
    ]
  }
}

What you can build

Rank Tracker Dashboard

Combine geogrid scans with local pack data to build a visual rank tracking dashboard for any number of locations.

White-Label Client Reports

Pull audits, citations, backlinks, and review data into branded PDF or web reports. No attribution required.

Claude-Powered Audit Bot

Wire up the MCP server so Claude can run full local SEO audits, interpret geogrids, and generate recommendations.

One call, complete data

What you'd need 5 SerpAPI calls to assemble comes back in one response from our composite /v1/audit/local endpoint. Pre-combined, structured, and ready to use.

With SerpAPI

  • 5 separate API calls
  • Parse and combine yourself
  • ~$0.05 total
  • + your engineering time

With LocalSEOData

  • 1 API call
  • Pre-combined response
  • $0.25 per audit
  • Ship in minutes, not hours

Simple, fast, predictable

Base URL

https://api.localseodata.com/v1

Auth

Bearer token in header

Format

All POST with JSON body, all JSON responses

Rate Limits

10-100 req/sec depending on plan

No queue systems, no POST-then-GET, no priority tiers, no billing multipliers. Just call the endpoint and get your data.

Endpoints

POST/v1/serp/local-pack
Local 3-pack results
1 credit
POST/v1/serp/organic
Full SERP (organic, ads, PAA, AI Overview)
1 credit
POST/v1/serp/maps
Google Maps listing data
1 credit
POST/v1/serp/local-finder
Local Finder with rating filters
1 credit
POST/v1/serp/lsa
Local Services Ads with badges
1 credit
POST/v1/serp/ai-overview
Google AI Overview content + sources
1 credit
POST/v1/serp/ai-mode
Google AI Mode (SGE) results
2 credits
POST/v1/business/profile
Complete Google Business Profile
2 credits
POST/v1/profile/health
Profile completeness score + issues
2 credits
POST/v1/reviews/google
Reviews with text, ratings, replies
1 credit
POST/v1/reviews/velocity
Review trends, sentiment, reply rate
6 credits
POST/v1/reviews/multi-platform
Google + Yelp + Trustpilot combined
6 credits
POST/v1/business/qa
Google Q&A data
1 credit
POST/v1/business/listings
Bulk businesses by category + location
10 credits
POST/v1/keywords/search-volume
Search volume, CPC, competition
1 credit
POST/v1/keywords/suggestions
Keyword ideas with volume + difficulty
2 credits
POST/v1/keywords/for-site
All keywords a domain ranks for
3 credits
POST/v1/keywords/related
Semantically related keywords
2 credits
POST/v1/keywords/trends
Search interest over time
1 credit
POST/v1/keywords/local-opportunities
Local keywords with difficulty + gaps
4 credits
POST/v1/ai/keyword-data
AI search volume + trends for keywords
1 credit/50kw
POST/v1/ai/mentions
Brand mentions in AI search results
5 credits
POST/v1/ai/top-sources
Top-cited domains in AI answers
5 credits
POST/v1/ai/top-pages
Top-cited pages in AI answers
5 credits
POST/v1/ai/visibility
AI visibility score across LLMs
10 credits
POST/v1/ai/compare
Compare domains' AI visibility
10 credits
POST/v1/ai/llm-response
Query ChatGPT/Claude/Gemini/Perplexity
8 credits
POST/v1/ai/scraper
Scrape ChatGPT/Gemini results
3 credits
POST/v1/backlinks/summary
Backlink count + domain authority
5 credits
POST/v1/backlinks/gap
Competitor backlink gap analysis
10 credits
POST/v1/site/page-audit
On-page SEO + Core Web Vitals
4 credits
POST/v1/ads/competitor
Competitor Google Ads intelligence
2 credits
POST/v1/brand/mentions
Brand mention monitoring + sentiment
3 credits
POST/v1/audit/local
Full competitive audit (composite)
50 credits
POST/v1/audit/reputation
Cross-platform reputation analysis
30 credits
POST/v1/audit/citation
NAP consistency across 50+ dirs
50 credits
POST/v1/report/competitor-gap
Your rank vs top 5 competitors
10 credits
POST/v1/score/local-authority
Composite 0-100 local authority score
10 credits
POST/v1/geogrid/scan
Geographic rank grid (5x5, 7x7, 9x9)
50-162 credits

SDKs and integrations

Python SDK

pip install localseodata

Node.js SDK

npm install localseodata

MCP Server

Claude / AI agent integration

Open Source Dashboard

Fork and deploy

50 free credits. First response in under 60 seconds.