MPPtempoquality 0.35

Google Shopping search via micropayment-protected API — pay per request, no signup required.

Price
$0.04 / call
Protocol
mpp
Verified
no

What it does

StableEnrich's Google Shopping search endpoint (`/api/serper/shopping`) provides programmatic access to Google Shopping results through a pay-per-request micropayment model. It is part of the StableEnrich platform, which unifies multiple research and enrichment data sources behind a single interface secured by micropayments (USDC on Base, Solana, or Tempo). No API keys or subscriptions are needed — payment itself serves as authentication.

The endpoint is designed for AI agents and automated workflows that need to query product listings, prices, and merchant information from Google Shopping. It is accessed via the AgentCash MCP server or CLI, which handles payment negotiation and signing automatically. Based on the StableEnrich pricing page, web search endpoints are priced at $0.015 per request, though the exact price for the shopping-specific endpoint is not explicitly confirmed and may differ.

The probe did not return a 402 challenge on HEAD or GET, so the endpoint may require a POST method or may not have been reachable at probe time. No OpenAPI schema or detailed parameter documentation was captured for this specific route. Users should consult the StableEnrich llms.txt file or use the `discover_api_endpoints` / `check_endpoint_schema` AgentCash tools for current schema and pricing details.

Capabilities

google-shopping-searchproduct-searchmicropayment-authusdc-paymentpay-per-requestno-api-keyagent-compatiblemcp-integration

Use cases

  • Querying Google Shopping for product listings and prices programmatically
  • Comparing product prices across merchants for automated purchasing agents
  • Enriching product catalogs with current Google Shopping data
  • Building price monitoring or deal-finding agents
  • Feeding shopping results into AI agent research workflows

Fit

Best for

  • AI agents that need real-time Google Shopping data without managing API keys
  • Developers building price comparison or product research tools
  • Autonomous workflows that pay per request rather than committing to subscriptions

Not for

  • High-volume bulk scraping where per-request pricing becomes expensive
  • Use cases requiring historical shopping data or trend analysis (this is a live search endpoint)
  • Users who need a free or trial-tier shopping search API

Quick start

npx agentcash try https://stableenrich.dev
# Then via MCP:
mcp__agentcash__fetch(
  url="https://stableenrich.dev/api/serper/shopping",
  method="POST",
  body={"q": "wireless headphones"}
)

Example

Request

{
  "q": "wireless headphones"
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.35/ 1.00

The probe did not capture a 402 challenge or any response from the endpoint, and no OpenAPI schema, parameter documentation, or example responses are available for this specific route. Pricing and method are inferred from the broader StableEnrich platform docs. This is effectively a stub listing.

Warnings

  • Probe did not return a 402 challenge on HEAD or GET — endpoint may require POST or may not be live at probe time
  • No OpenAPI or schema documentation captured for this specific endpoint
  • Exact pricing for the shopping endpoint is not confirmed — $0.015 is inferred from the 'Web Search' category on the homepage
  • Request and response schemas are inferred/guessed; consult llms.txt or check_endpoint_schema for authoritative details

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 16:31:20Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access