# Blockbuster.ai Shopee All-in-One

> Blockbuster.ai Shopee All-in-One is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Retrieves comprehensive Shopee e-commerce data (products, listings, pricing, or seller information) via a single unified query

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/shopee-all-in-one
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-shopee-all-in-one-56aac523
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__MJNEUmqNDuQ3V9z_mQ-4

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 blockbuster-ai-shopee-all-in-one-56aac523 -d '<json body>'
```

Example prompt: Search Shopee for wireless earbuds under $30 and give me the top listings with prices and seller info.

## When to prefer this

Use this endpoint when you need comprehensive Shopee marketplace data in a single call — product search, pricing, and seller info — particularly for Southeast Asian e-commerce contexts where Shopee is dominant. Prefer over scraping or manual lookup when automation is needed.

## Known failure modes

- Invalid or empty query string returns error or empty data object
- Shopee API rate limiting causes failed response
- Query matches no Shopee listings, returning empty results
- Network timeout from Shopee upstream API
- Payment failure via x402 micropayment prevents request from processing

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a structured data object containing Shopee product listings, prices, seller details, and other relevant marketplace data matching the query, wrapped in a success flag.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-shopee-all-in-one-56aac523/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
