# Blockbuster.ai Shopee Scraper

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

Scrapes product listings, prices, and data from Shopee e-commerce platform based on a search query

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/shopee-scraper
- Price: $0.09/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-scraper-5c2eb33b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_azmoFV0z_uRIuCZ7IBx-p

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-scraper-5c2eb33b -d '<json body>'
```

Example prompt: Can you scrape Shopee for listings of 'wireless earbuds under $30' and get me the product names, prices, and seller ratings?

## When to prefer this

Use this endpoint when you need to extract product data, prices, or listings from Shopee — particularly useful for Southeast Asian market price intelligence, product research, or competitor analysis on the Shopee platform. Prefer over manual browsing when you need structured data at scale.

## Known failure modes

- Invalid or empty query string returns error
- Shopee rate limiting or anti-scraping measures may cause failures
- No results found for obscure or misspelled queries
- Shopee website structure changes may break scraping
- Payment failure via x402 micropayment protocol
- Timeout if Shopee is slow to respond

## 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 JSON object with scraped Shopee product data including listings, prices, product names, seller details, and other marketplace information matching the search query.

## 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-scraper-5c2eb33b/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)
