# Tanship PayAI Console — Browser Shopping Automation

> Tanship PayAI Console — Browser Shopping Automation is a paid API for AI agents from x402.tanship.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Executes AI-driven browser automation for online shopping tasks, paid per-call via USDC on Base using the x402 protocol

## Facts

- Endpoint: POST https://x402.tanship.dev/v1/browser/shopping
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tanship-payai-console-browser-shopping-automation-14179b70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ucf4PMl7JsDg01l_jvYai

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tanship-payai-console-browser-shopping-automation-14179b70 -d '<json body>'
```

Example prompt: Search for a pair of Nike Air Max 270 in size 10 mens across major shopping sites and return me the best price, availability, and where to buy them.

## When to prefer this

Choose this endpoint when you need an AI agent to autonomously browse and shop on e-commerce sites without managing a browser yourself. It is ideal for price comparisons, product searches, or purchase automation on live websites, especially in a pay-per-use micropayment context using the x402 protocol on Base/USDC. Prefer this over static scraping APIs when the task requires dynamic browser interaction (e.g., JavaScript-rendered pages, login-gated content, or multi-step checkout flows).

## Known failure modes

- Payment not received or x402 payment header missing — request rejected with 402 Payment Required
- Malformed request body — missing required 'input' fields returns 400 Bad Request
- Shopping site unavailable or blocked — browser automation may time out or return empty results
- Ambiguous or unsupported shopping task — automation may return partial or no results
- Rate limiting or bot detection on target shopping site — may result in incomplete data

## How this service works

Payment-gated AI and browser automation API using the x402 protocol. All /v1/* endpoints require USDC payment on Base (eip155:8453) via x402 v2 exact scheme.

## Output

Returns structured data from the browser automation session, including product listings, prices, availability, links, or task completion status depending on the shopping query submitted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tanship-payai-console-browser-shopping-automation-14179b70/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.tanship.dev](https://www.zero.xyz/host/x402.tanship.dev/llms.txt)
