# BlackBobs.ai Shopee Scraper

> BlackBobs.ai Shopee Scraper is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.07548/call, status unknown (last checked 2026-09-15).

Scrapes product listings, prices, and data from Shopee e-commerce platform

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/shopee-scraper
- Price: $0.07548/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-shopee-scraper-3a128906
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v5KWlnQHSFkBw9VWsKrOM

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 blackbobs-ai-shopee-scraper-3a128906 -d '<json body>'
```

Example prompt: Can you scrape the product details, current price, and seller rating for this Shopee listing — https://shopee.sg/product/12345/67890?

## When to prefer this

Use this endpoint when you need structured product data from Shopee without building your own scraper. Ideal for price monitoring, catalog enrichment, or competitive research on Southeast Asian e-commerce markets. Prefer this over manual scraping when you need a pay-per-call, maintenance-free solution for Shopee specifically.

## Known failure modes

- Invalid or inaccessible Shopee URL returns an error response
- Shopee anti-scraping measures may block the request intermittently
- Product listing removed or unavailable returns empty or error result
- Regional Shopee variants (e.g. .sg vs .vn) may yield different data structures
- Rate limiting may occur if called too frequently

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a structured object containing scraped Shopee product data, which may include product title, price, discount information, seller name and rating, product images, specifications, review counts, stock levels, and other listing metadata available on the Shopee page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-shopee-scraper-3a128906/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
