Local business discovery by category and location (restaurants, contractors, pra
Local business discovery by category and location (restaurants, contractors, practices). Flat price per search.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
402 msmedian answer time
$0.01listed price per call
$0.01price 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://win.oneshotagent.com/v1/tools/local/search
| Category | Market data |
|---|---|
| Provider host | win.oneshotagent.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 15 from 3 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.01 | 402 ms |
Example input (from the provider)
{
"body": {
"category": [
"hvac contractor"
],
"limit": 25,
"location": [
"Austin, TX"
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"category": {
"description": "Business categories (e.g. \"hvac contractor\", \"dental practice\")",
"items": {
"type": "string"
},
"type": "array"
},
"has_domain": {
"description": "true = only rows with a resolvable website domain",
"type": "boolean"
},
"is_chain": {
"description": "true = only chains, false = exclude detected chains",
"type": "boolean"
},
"keywords": {
"description": "Free-text keywords (alternative to category)",
"items": {
"type": "string"
},
"type": "array"
},
"limit": {
"description": "Max results (1-500, default 100)",
"type": "number"
},
"location": {
"description": "Cities, neighborhoods, or \"City, ST\" strings",
"items": {
"type": "string"
},
"type": "array"
},
"min_rating": {
"description": "Minimum star rating (0-5)",
"type": "number"
},
"min_review_count": {
"description": "Minimum review count",
"type": "number"
},
"operating_status": {
"description": "Default \"open\" drops closed businesses",
"enum": [
"open",
"any"
],
"type": "string"
}
},
"required": [
"location"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"bodyType",
"body",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}