www.pontor.io
Find qualified local vendors, contact them with a clearer request, compare replies, and choose with more confidence.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0x451E…9af0c. The signed payment is good for 5 minutes.
- Paid to
- 0x451E…9af0c
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x451E7ED883F5da640Be12B595021428aAD79af0c",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"max_contacts": 25,
"buyer_context": "residential",
"service_query": "home inspection",
"location_query": "Sydney, NSW"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"cached": false,
"service": {
"slug": "home-inspection",
"query": "home inspection"
},
"contacts": [
{
"city": "Sydney",
"rank": 1,
"email": "jane@example.com",
"phone": "+61 2 5550 1234",
"address": "12 Example St, Sydney NSW",
"website": "https://example.com",
"source_url": "https://example-association.org/find-a-provider",
"contact_url": "https://example.com/contact",
"person_name": "Jane Smith",
"source_type": "directory",
"service_area": "Greater Sydney",
"source_title": "Find an Inspector",
"business_name": "Example Home Inspections",
"source_section": "New South Wales",
"source_evidence": "Jane Smith — Example Home Inspections — Sydney NSW — 02 5550 1234",
"state_or_region": "NSW",
"first_party_contact_source_url": "https://example.com/contact"
}
],
"location": {
"slug": "sydney-nsw",
"query": "Sydney, NSW"
},
"warnings": [],
"request_id": "9c9d6f93-37d4-4cdd-a4b5-b220e3386631",
"result_set_id": "f3f4b097-9409-4f04-a8d4-4e74f5ef7d42",
"provider_status": {
"cached": false,
"failed": [],
"enabled": [
"brave_web"
],
"successful": [
"brave_web"
]
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"service_query",
"location_query"
],
"properties": {
"max_contacts": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Maximum number of contact records to return."
},
"buyer_context": {
"type": "string",
"maxLength": 160,
"minLength": 1,
"description": "Business or facility context that improves relevance."
},
"service_query": {
"type": "string",
"maxLength": 120,
"minLength": 1,
"description": "Local operational service or professional category to source contacts for. One category per request."
},
"directory_urls": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"description": "Optional URLs of directory or list pages the agent already knows are relevant. Not required — Pontor discovers directories on its own."
},
"location_query": {
"type": "string",
"maxLength": 160,
"minLength": 1,
"description": "City, region, or address to find contacts in."
},
"location_latitude": {
"type": "number",
"description": "Latitude for the requested location when the agent has reliable coordinates. Expected range: -90 to 90."
},
"location_longitude": {
"type": "number",
"description": "Longitude for the requested location when the agent has reliable coordinates. Expected range: -180 to 180."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"request_id",
"result_set_id",
"cached",
"service",
"location",
"contacts",
"provider_status",
"warnings"
],
"properties": {
"cached": {
"type": "boolean",
"description": "Whether Pontor reused a current cached search result."
},
"service": {
"type": "object",
"required": [
"query",
"slug"
],
"properties": {
"slug": {
"type": "string"
},
"query": {
"type": "string"
}
},
"description": "Normalized service query and slug."
},
"contacts": {
"type": "array",
"items": {
"type": "object",
"required": [
"rank"
],
"properties": {
"city": {
"type": [
"string",
"null"
]
},
"rank": {
"type": "integer",
"description": "One-based position in this response."
},
"email": {
"type": [
"string",
"null"
]
},
"phone": {
"type": [
"string",
"null"
]
},
"address": {
"type": [
"string",
"null"
]
},
"website": {
"type": [
"string",
"null"
]
},
"source_url": {
"type": [
"string",
"null"
]
},
"contact_url": {
"type": [
"string",
"null"
]
},
"person_name": {
"type": [
"string",
"null"
]
},
"source_type": {
"type": [
"string",
"null"
],
"description": "first_party, directory, place_provider, or search_snippet."
},
"service_area": {
"type": [
"string",
"null"
]
},
"source_title": {
"type": [
"string",
"null"
]
},
"business_name": {
"type": [
"string",
"null"
]
},
"source_section": {
"type": [
"string",
"null"
]
},
"source_evidence": {
"type": [
"string",
"null"
]
},
"state_or_region": {
"type": [
"string",
"null"
]
},
"first_party_contact_source_url": {
"type": [
"string",
"null"
]
}
}
},
"description": "Harvested contact records. Order reflects discovery order, not a relevance score. May be empty when nothing relevant is found."
},
"location": {
"type": "object",
"required": [
"query",
"slug"
],
"properties": {
"slug": {
"type": "string"
},
"query": {
"type": "string"
}
},
"description": "Normalized location query and slug."
},
"warnings": {
"type": "array",
"items": {
"type": "string"
},
"description": "Incomplete-source warnings, naming any source URL Pontor could not process exhaustively."
},
"request_id": {
"type": "string",
"description": "UUID identifying this paid contact-harvest request."
},
"result_set_id": {
"type": [
"string",
"null"
],
"description": "UUID identifying the returned contact-result set. Null when result persistence failed."
},
"provider_status": {
"type": "object",
"required": [
"enabled",
"successful",
"failed",
"cached"
],
"properties": {
"cached": {
"type": "boolean"
},
"failed": {
"type": "array",
"items": {
"type": "string"
}
},
"enabled": {
"type": "array",
"items": {
"type": "string"
}
},
"successful": {
"type": "array",
"items": {
"type": "string"
}
}
},
"description": "Search-provider execution summary."
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-07-15 10:37Z
- Last indexed by Roundhouse
- 2026-07-25 00:00Z
- Last enriched (probe, favicon, geo)
- 2026-09-22 00:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 405
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service www.pontor.io and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=www.pontor.io' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://www.pontor.io/api/x402/contact-harvest, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.