Business listings around a coordinate
Business listings around a coordinate: name, category, address, phone, website, rating — lead lists for local outreach
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1007 msmedian answer time
$0.05listed price per call
$0.05price 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/local-businesses
| Category | Everything else |
|---|---|
| Provider host | agent.connskill.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 1007 ms |
Example input (from the provider)
{
"body": {
"limit": 10,
"location_coordinate": "48.137154,11.576124,10",
"query": "pizza"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"categories": {
"description": "Category slugs, e.g. [\"pizza_restaurant\"] (optional)",
"items": {
"type": "string"
},
"type": "array"
},
"limit": {
"default": 10,
"maximum": 50,
"type": "integer"
},
"location_coordinate": {
"description": "\"lat,lon,radiusKm\", e.g. \"48.137154,11.576124,10\"",
"type": "string"
},
"query": {
"description": "Business name/title contains \u2026 (optional)",
"type": "string"
}
},
"required": [
"location_coordinate"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"items": [
{
"address": "Musterweg 5, 80331 M\u00fcnchen",
"category": "Pizza restaurant",
"phone": "+49 89 654321",
"rating": 4.6,
"reviews": 320,
"title": "Pizzeria Roma",
"url": "https://pizzeria-roma.de"
}
],
"status": "delivered"
}
}
}
}
}