Pay-per-call API for local business and place lookups, with separate endpoints backed by Google Maps, Apple Maps and DuckDuckGo Maps data, returning ratings, reviews, address, phone, website and opening hours as JSON.
Pay from $0.02 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 4h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 389ms
- avg response
- 262ms
- total checks
- 47
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.02 (p77 in Data)
- price (min)
- $0.02
- category percentile (min)
- p77 in Data
- endpoints / prices
- 6 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0.03 30d · 0 buyers
- volume 30d
- $0.03
- buyers 30d
- 0
- settlements 30d
- 2
- last settlement
- 2026-07-21
- top buyer share
- 62% of 30d volume
- trend 7d vs 30d
- 2.52x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides local business search and place details from multiple mapping services including Apple Maps, DuckDuckGo Maps, and Google Maps.
- category
- local-business-search
- in
- query params
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /apple/local | $0.02 | Base/Solana | USDC | |
| GET | /apple/place | $0.02 | Base/Solana | USDC | |
| GET | /ddg/local | $0.02 | Base/Solana | USDC | |
| GET | /local | $0.02 | Base/Solana | USDC | |
| GET | /place | $0.02 | Base/Solana | USDC | |
| GET | /search | $0.02 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /apple/local returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://places.use.x402atlas.com/apple/local'
// 402 response (captured by monitor) · 6 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x59ea036C64f0F54CDD14a3BE8a1a6586B58DA71c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://places.use.x402atlas.com/ddg/local",
"mimeType": "application/json",
"description": "DuckDuckGo Maps local business search (Apple Maps + Tripadvisor data) — find places by query and location, returning ratings, reviews, address, phone, website & hours as clean JSON.",
"serviceName": "Places & Local Business Search"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "coffee"
}
},
"output": {
"type": "json",
"example": {
"query": "coffee",
"results": [
{
"type": "Coffee shop",
"title": "Blue Bottle Coffee",
"rating": 4.5,
"address": "1 Ferry Building, San Francisco, CA",
"reviews": 812,
"position": 1
}
],
"queried_at": "2026-07-11T12:00:00Z"
}
}
},
"tags": [
"duckduckgo-maps",
"duckduckgo",
"maps",
"local-search",
"places",
"business-search",
"local-business",
"poi",
"geo",
"location"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 400,
"description": "DuckDuckGo Maps search query (business or category)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"query",
"queried_at",
"results"
],
"properties": {
"query": {
"type": "string"
},
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"title"
],
"properties": {
"type": {
"type": "string"
},
"hours": {
"type": "object",
"description": "Opening hours, upstream shape passed through as-is"
},
"phone": {
"type": "string"
},
"price": {
"type": "string"
},
"title": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
},
"rating": {
"type": "number"
},
"address": {
"type": "string"
},
"reviews": {
"type": "integer"
},
"website": {
"type": "string"
},
"position": {
"type": "integer",
"description": "Rank in the result list"
},
"gps_coordinates": {
"type": "object",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
}
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x59ea036C64f0F54CDD14a3BE8a1a6586B58DA71c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://places.use.x402atlas.com/search",
"mimeType": "application/json",
"description": "Google Maps local business search by place name — find places by query and a free-text location (e.g. 'Austin, Texas'), no coordinates needed; returns Google's local-pack results as clean JSON.",
"serviceName": "Places & Local Business Search"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "coffee",
"gl": "us",
"hl": "en",
"location": "Austin, Texas, United States"
}
},
"output": {
"type": "json",
"example": {
"query": "coffee",
"results": [
{
"type": "Coffee shop",
"title": "Blue Bottle Coffee",
"rating": 4.5,
"address": "1 Rockefeller Plaza, New York, NY",
"reviews": 812,
"place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"position": 1
}
],
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"google-maps",
"google-local",
"google",
"maps",
"local-pack",
"local-search",
"places",
"business-search",
"local-business",
"location"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 400,
"description": "Google Maps search query (business or category, e.g. 'coffee')"
},
"gl": {
"type": "string",
"maxLength": 8,
"description": "Optional country code (e.g. us)"
},
"hl": {
"type": "string",
"maxLength": 8,
"description": "Optional language code (e.g. en)"
},
"location": {
"type": "string",
"maxLength": 200,
"description": "Place to search in, as free text (e.g. 'Austin, Texas, United States') — no coordinates needed"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"query",
"queried_at",
"results"
],
"properties": {
"query": {
"type": "string"
},
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"title"
],
"properties": {
"type": {
"type": "string"
},
"hours": {
"type": "object",
"description": "Opening hours, upstream shape passed through as-is"
},
"price": {
"type": "string"
},
"title": {
"type": "string"
},
"rating": {
"type": "number"
},
"address": {
"type": "string"
},
"reviews": {
"type": "integer"
},
"place_id": {
"type": "string"
},
"position": {
"type": "integer",
"description": "Rank in the result list"
},
"gps_coordinates": {
"type": "object",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
}
},
"service_options": {
"type": "object",
"description": "Dine-in/takeout/delivery flags, upstream shape passed through as-is"
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x59ea036C64f0F54CDD14a3BE8a1a6586B58DA71c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://places.use.x402atlas.com/place",
"mimeType": "application/json",
"description": "Google Maps place details — full profile for a single place_id: ratings, reviews, hours, phone, website, price, service options, popular times & plus code as clean JSON.",
"serviceName": "Places & Local Business Search"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"gl": "us",
"hl": "en",
"place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4"
}
},
"output": {
"type": "json",
"example": {
"place": {
"type": "Coffee shop",
"phone": "+1 510-653-3394",
"title": "Blue Bottle Coffee",
"rating": 4.5,
"address": "1 Rockefeller Plaza, New York, NY",
"reviews": 812,
"website": "https://bluebottlecoffee.com",
"place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"gps_coordinates": {
"latitude": 40.7443,
"longitude": -74.0034
}
},
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"google-maps",
"google",
"maps",
"place-details",
"places",
"business-details",
"poi",
"reviews",
"opening-hours",
"location",
"places-api"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"place_id"
],
"properties": {
"gl": {
"type": "string",
"maxLength": 8,
"description": "Optional country code (e.g. us)"
},
"hl": {
"type": "string",
"maxLength": 8,
"description": "Optional language code (e.g. en)"
},
"place_id": {
"type": "string",
"maxLength": 512,
"description": "Google Maps place id (from /places/local results)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"place"
],
"properties": {
"place": {
"type": "object",
"required": [
"title"
],
"properties": {
"type": {
"type": "string"
},
"hours": {
"type": "object",
"description": "Opening hours, upstream shape passed through as-is"
},
"phone": {
"type": "string"
},
"price": {
"type": "string"
},
"title": {
"type": "string"
},
"rating": {
"type": "number"
},
"address": {
"type": "string"
},
"reviews": {
"type": "integer"
},
"website": {
"type": "string"
},
"place_id": {
"type": "string"
},
"plus_code": {
"type": "string"
},
"open_state": {
"type": "string"
},
"description": {
"type": "string"
},
"popular_times": {
"type": "object",
"description": "Busy-ness graph, upstream shape passed through as-is"
},
"gps_coordinates": {
"type": "object",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
}
},
"service_options": {
"type": "object",
"description": "Dine-in/takeout/delivery flags, upstream shape passed through as-is"
}
}
},
"queried_at": {
"type": "string",
"format": "date-time"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x59ea036C64f0F54CDD14a3BE8a1a6586B58DA71c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://places.use.x402atlas.com/apple/place",
"mimeType": "application/json",
"description": "Apple Maps place details — full profile for a single Apple Maps place (muid): ratings, reviews, weekly hours, phone, website, categories & address as clean JSON.",
"serviceName": "Places & Local Business Search"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"muid": "6435622567484707146"
}
},
"output": {
"type": "json",
"example": {
"place": {
"muid": "6435622567484707146",
"type": "Coffee shop",
"title": "Sightglass Coffee",
"rating": 4.5,
"address": "270 7th St, San Francisco, CA",
"reviews": 812,
"website": "https://sightglasscoffee.com"
},
"queried_at": "2026-07-11T12:00:00Z"
}
}
},
"tags": [
"apple-maps",
"apple",
"maps",
"place-details",
"business-details",
"poi",
"reviews",
"opening-hours",
"location"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"muid"
],
"properties": {
"muid": {
"type": "string",
"maxLength": 512,
"description": "Apple Maps place id (muid, from /places/apple/local results)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"place"
],
"properties": {
"place": {
"type": "object",
"required": [
"title"
],
"properties": {
"muid": {
"type": "string"
},
"type": {
"type": "string"
},
"phone": {
"type": "string"
},
"title": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
},
"rating": {
"type": "number"
},
"address": {
"type": "string"
},
"reviews": {
"type": "integer"
},
"website": {
"type": "string"
},
"max_rating": {
"type": "number"
},
"open_state": {
"type": "string"
},
"weekly_hours": {
"type": "object",
"description": "Apple's opening-hours object, upstream shape passed through as-is"
},
"gps_coordinates": {
"type": "object",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x59ea036C64f0F54CDD14a3BE8a1a6586B58DA71c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://places.use.x402atlas.com/apple/local",
"mimeType": "application/json",
"description": "Apple Maps local business search — find places by query and map centre (latitude,longitude), returning ratings, reviews, address, phone, website & Apple Maps place ids (muid) as clean JSON.",
"serviceName": "Places & Local Business Search"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "coffee",
"span": "0.05,0.05",
"center": "37.7749,-122.4194"
}
},
"output": {
"type": "json",
"example": {
"query": "coffee",
"results": [
{
"muid": "1234567890",
"title": "Blue Bottle Coffee",
"types": [
"Coffee shop"
],
"rating": 4.5,
"address": "1 Ferry Building, San Francisco, CA",
"reviews": 812,
"position": 1
}
],
"queried_at": "2026-07-11T12:00:00Z"
}
}
},
"tags": [
"apple-maps",
"apple",
"maps",
"local-search",
"places",
"business-search",
"local-business",
"poi",
"geo",
"location"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 400,
"description": "Apple Maps search query (business or category)"
},
"span": {
"type": "string",
"maxLength": 32,
"description": "Optional viewport span as lat_span,lng_span (e.g. 0.05,0.05)"
},
"center": {
"type": "string",
"maxLength": 32,
"description": "Optional viewport centre as latitude,longitude (e.g. 37.7749,-122.4194)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"query",
"queried_at",
"results"
],
"properties": {
"query": {
"type": "string"
},
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"title"
],
"properties": {
"muid": {
"type": "string",
"description": "Apple's place id, pass to /places/apple/place"
},
"phone": {
"type": "string"
},
"title": {
"type": "string"
},
"types": {
"type": "array",
"items": {
"type": "string"
}
},
"rating": {
"type": "number"
},
"address": {
"type": "string"
},
"reviews": {
"type": "integer"
},
"website": {
"type": "string"
},
"place_id": {
"type": "string"
},
"position": {
"type": "integer",
"description": "Rank in the result list"
},
"max_rating": {
"type": "number"
},
"open_state": {
"type": "string"
},
"weekly_hours": {
"type": "object",
"description": "Apple's opening-hours object, upstream shape passed through as-is"
},
"gps_coordinates": {
"type": "object",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
}
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x59ea036C64f0F54CDD14a3BE8a1a6586B58DA71c",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://places.use.x402atlas.com/local",
"mimeType": "application/json",
"description": "Google Maps local business search — find places by query and map location (coordinates viewport), returning ratings, reviews, address, phone, website, hours & service options as clean JSON.",
"serviceName": "Places & Local Business Search"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "coffee",
"gl": "us",
"hl": "en",
"ll": "@40.7455096,-74.0083012,14z"
}
},
"output": {
"type": "json",
"example": {
"query": "coffee",
"results": [
{
"type": "Coffee shop",
"title": "Blue Bottle Coffee",
"rating": 4.5,
"address": "1 Rockefeller Plaza, New York, NY",
"reviews": 812,
"place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"position": 1,
"gps_coordinates": {
"latitude": 40.7443,
"longitude": -74.0034
}
}
],
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"google-maps",
"google",
"maps",
"places",
"local-search",
"business-search",
"local-business",
"poi",
"geo",
"location",
"places-api"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 400,
"description": "Google Maps search query (business, category, or 'near me' phrase)"
},
"gl": {
"type": "string",
"maxLength": 8,
"description": "Optional country code (e.g. us)"
},
"hl": {
"type": "string",
"maxLength": 8,
"description": "Optional language code (e.g. en)"
},
"ll": {
"type": "string",
"maxLength": 64,
"description": "Optional viewport to bias results: @latitude,longitude,zoom (e.g. @40.7455,-74.0083,14z)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"query",
"queried_at",
"results"
],
"properties": {
"query": {
"type": "string"
},
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"title"
],
"properties": {
"type": {
"type": "string"
},
"hours": {
"type": "object",
"description": "Opening hours, upstream shape passed through as-is"
},
"phone": {
"type": "string"
},
"price": {
"type": "string"
},
"title": {
"type": "string"
},
"rating": {
"type": "number"
},
"address": {
"type": "string"
},
"data_id": {
"type": "string"
},
"reviews": {
"type": "integer"
},
"website": {
"type": "string"
},
"place_id": {
"type": "string"
},
"position": {
"type": "integer",
"description": "Rank in the result list"
},
"open_state": {
"type": "string"
},
"gps_coordinates": {
"type": "object",
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
}
},
"service_options": {
"type": "object",
"description": "Dine-in/takeout/delivery flags, upstream shape passed through as-is"
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/places-local-business-search/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 6 endpoints. Use the selector to isolate one.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 20 services sharing it: a declared convention, not an individually observed measure.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 20 services sharing the address and can be fractional: a declared convention, not an individually observed measure.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/places-local-business-search?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/places-local-business-search.svg" alt="Places & Local Business Search listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/places-local-business-search?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/places-local-business-search?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/places-local-business-search.svg?data=uptime" alt="Places & Local Business Search uptime on x402-list" height="28"> </a>