ToolAssay

Google Maps business leads on demand with key details including business name, c

Google Maps business leads on demand with key details including business name, category, phone, website, email, address, and operating hours. Get leads for $0.05 per record (minimum 1, up to 1,000). Simply enter your search query, target location, and required number of leads. Discover relevant business prospects in any city, anywhere in the world. Powered by Techforce Global — explore more at https://techforceglobal.com

Asked 10.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
191 msmedian answer time
$0.05listed price per call
$0.5price 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

GET https://techforce-agents.onrender.com/api/business-leads

CategorySearch and research
Provider hosttechforce-agents.onrender.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days7 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.5 191 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "location": "London",
    "max": 10,
    "q": "Coffee shop"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "location": {
              "description": "City or area, e.g. 'London'",
              "type": "string"
            },
            "max": {
              "description": "Number of leads to return (min 1, max 1000)",
              "type": "integer"
            },
            "q": {
              "description": "Search text / keyword, e.g. 'Coffee shop'",
              "type": "string"
            }
          },
          "required": [
            "q",
            "location"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "items": {
              "description": "Array of business leads",
              "items": {
                "properties": {
                  "address": {
                    "description": "Full address",
                    "type": "string"
                  },
                  "businessName": {
                    "description": "Business name",
                    "type": "string"
                  },
                  "category": {
                    "description": "Business category",
                    "type": "string"
                  },
                  "companyEmail": {
                    "description": "Email (if found)",
                    "type": "string"
                  },
                  "phone": {
                    "description": "Phone number",
                    "type": "string"
                  },
                  "website": {
                    "description": "Website URL",
                    "type": "string"
                  },
                  "workingHours": {
                    "description": "Opening hours by day",
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": "array"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON