Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man find-products

/find-products

agentutility / retail / find-products
PRICE / CALL
$0.02
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
retail
CATEGORY
uncategorized
STATUS
live
NAME
find-products find products api (alias of product-search)
synonym alias of product-search — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/find-products
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Find products API (alias of product-search). Returns ranked product results with buy links, retailer, snippet, and detected price for a shopping query. Backed by Decodo Google search scoped to buy intent.

INPUTrequest schema
propertytypedescriptionreq?
querystringProduct to find. Max 300 chars.required
num_resultsnumberResults to return, 1-20. Default 10.optional
retailerstringOptional retailer/domain to scope to.optional
OUTPUTresponse shape
fieldtypedescription
querystring
resultsstring
sourcestring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/find-products \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the find-products tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
retailfindproductsfind-products
methods
POST
cluster
retail
price
$0.02 USDC per call
ADJACENTother endpoints in retail
endpointdescriptionprice
product-searchSearches shopping results for a product query (and optional retailer), returning ranked results with product title, buy link, retailer do…$0.02
shop-searchShopping search API (alias of product-search).$0.02
product-describeWrites conversion-focused product descriptions and listing copy from a product name and optional category, audience, and attributes.$0.01
product-descriptionProduct description API (alias of product-describe).$0.01
SEE ALSO
agentutility · retail · x402 · mcp · llms.txt · registry.json · bazaar.x402.org