BR Marketplace Search
Search and compare products across Brazilian marketplaces (Mercado Livre, Shopee, AliExpress) in one call: normalized BRL prices in integer cents, canonical + affiliate links, and honest per-marketplace state on every response.
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.05 USDC on Base to 0xA06a…72009. The signed payment is good for 5 minutes.
- Paid to
- 0xA06a…72009
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 50000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- FafQ6d…f4Wd7
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xA06a2Cf27F2a703d251600309822e6CC2ee72009",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "FafQ6dqRvAQK8TboxoaKbR2po5RahSX6HA5ZMQtf4Wd7",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"uf": "SP",
"limit": 10,
"rerank": true,
"image_url": "https://example.com/foto-do-produto.jpg"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"count": 2,
"query": "Apple iPhone 14 Pro 128GB smartphone roxo",
"results": [
{
"url": "https://produto.mercadolivre.com.br/MLB-4904112231",
"title": "Apple iPhone 14 Pro 512 GB Dourado",
"seller": {
"id": "182736450",
"name": null,
"officialStore": false
},
"dataAsOf": "2026-07-17T13:30:34.360Z",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_2X_123456-MLB.webp",
"productId": "MLB19615350",
"priceCents": 300000,
"marketplace": "mercadolivre",
"affiliateUrl": null,
"shippingFree": true
},
{
"url": "https://www.aliexpress.com/item/1005011820157510.html",
"title": "Excellent A8 Wireless Bluetooth Earbuds Active Noise Cancellation",
"origin": "international",
"rating": 4.85,
"seller": {
"id": "1105334068",
"name": "Shop1105334068 Store",
"officialStore": false
},
"dataAsOf": "2026-07-17T13:30:34.360Z",
"imageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/S9797cb68d7f54af6a1e0544043443f47J.jpg",
"productId": "1005011820157510",
"soldCount": 84,
"priceCents": 8919,
"marketplace": "aliexpress",
"affiliateUrl": "https://s.click.aliexpress.com/e/_c2ROmufZ",
"shippingCents": 1285,
"deliveryDaysMax": 19,
"shipFromCountry": "CN",
"originalPriceCents": 20270
}
],
"sources": {
"shopee": "not_configured",
"aliexpress": "ok",
"mercadolivre": "ok"
},
"data_as_of": "2026-07-17T13:30:34.360Z",
"disclaimer": "Prices and availability are captured live from each marketplace at the time of the call and change constantly — `dataAsOf` states exactly when. Always confirm on the marketplace before purchasing. Links may be affiliate links.",
"interpreted_query": "Apple iPhone 14 Pro 128GB smartphone roxo"
}
}
},
"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": [
"image_url"
],
"properties": {
"uf": {
"type": "string",
"description": "Buyer's 2-letter Brazilian state, for the ICMS rate. Default: 20%."
},
"sort": {
"enum": [
"price_asc",
"price_desc",
"relevance"
],
"default": "price_asc"
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 20,
"minimum": 1
},
"rerank": {
"type": "boolean",
"default": false,
"description": "Opt-in LLM relevance pass, same as on /v1/search — and worth it MORE often here: a query distilled from a photo is fuzzy by nature, so accessories and same-word-different-product matches are likelier. Drops offers that are not the pictured product. Costs ~400ms. See `relevance` in the response for what was removed."
},
"image_url": {
"type": "string",
"format": "uri",
"examples": [
"https://example.com/photo.jpg"
],
"description": "Public https URL of the product photo. JPEG/PNG/WebP, max 5MB."
},
"max_price": {
"type": "number",
"minimum": 0
},
"min_price": {
"type": "number",
"minimum": 0
},
"marketplace": {
"type": "string",
"description": "Comma-separated subset. Default: all."
}
},
"description": "Send EITHER this JSON body with `image_url`, OR a multipart/form-data upload with an `image` file part (JPEG/PNG/WebP, max 5MB). Every /v1/search filter also applies here."
},
"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"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-08-04 12:01Z
- Last indexed by Roundhouse
- 2026-09-03 12:00Z
- Last enriched (probe, favicon, geo)
- 2026-09-20 13:15Z
- 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
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 11 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service BR Marketplace Search 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=BR%20Marketplace%20Search' 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://brmarket.thomenz.me/v1/search/image, 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.