# Blockbuster.ai Shopee Product Search

> Blockbuster.ai Shopee Product Search is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Search and retrieve product listings and details from the Shopee e-commerce marketplace

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/shopee-product
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-shopee-product-search-d8405a50
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ip7526h33SOksBKJsqNcc

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-product-search-d8405a50 -d '<json body>'
```

Example prompt: Search Shopee for 'wireless earbuds under 500 PHP' and show me what products come up with their prices.

## When to prefer this

Use this endpoint when you need to search or browse Shopee marketplace product listings, especially for Southeast Asian e-commerce queries. Prefer this over general web search when you specifically need structured product data from Shopee including pricing and availability.

## Known failure modes

- Empty or vague query returns no results
- Shopee API rate limiting or unavailability causes failure
- Query in unsupported language may return poor results
- Payment failure via x402 micropayment prevents access
- Shopee regional restrictions may limit results

## 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 data object containing Shopee product search results, likely including product names, prices, listings, and related marketplace details for the queried keyword.

## 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-product-search-d8405a50/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)
