ToolAssay

Google Maps results for a search

Google Maps results for a search: local businesses with rating, address, phone and website

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1004 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agent.connskill.com/v1/maps-search

CategorySearch and research
Provider hostagent.connskill.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 1004 ms

Example input (from the provider)

{
  "body": {
    "keyword": "pizza restaurant",
    "location_code": 2276
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "properties": {
        "body": {
          "properties": {
            "keyword": {
              "description": "Search term, e.g. \"pizza restaurant\"",
              "minLength": 1,
              "type": "string"
            },
            "language_code": {
              "default": "de",
              "type": "string"
            },
            "limit": {
              "default": 20,
              "maximum": 100,
              "type": "integer"
            },
            "location_code": {
              "default": 2276,
              "type": "integer"
            }
          },
          "required": [
            "keyword"
          ],
          "type": "object"
        }
      }
    },
    "output": {
      "properties": {
        "example": {
          "items": [
            {
              "address": "Musterstr. 1, 80331 M\u00fcnchen",
              "category": "Italian restaurant",
              "phone": "+49 89 123456",
              "rank": 1,
              "rating": 4.5,
              "reviews": 2100,
              "title": "L\u2019Osteria",
              "url": "https://losteria.net"
            }
          ],
          "status": "delivered"
        }
      }
    }
  }
}

This page as JSON