# AnyAPI Alibaba Search

> AnyAPI Alibaba Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Scrapes and returns product search results from Alibaba.com given a query

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/alibaba.search
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-alibaba-search-5cac6ba8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KAMhc2lOkWQgPN_aS7TfK

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 anyapi-alibaba-search-5cac6ba8 -d '<json body>'
```

Example prompt: Search Alibaba for 'stainless steel water bottles' and give me the top product listings including prices and supplier names.

## When to prefer this

Use this endpoint when you need programmatic access to Alibaba product search results without a subscription or a dedicated Alibaba API key. It is ideal for agents doing one-off supplier lookups, price comparisons, or product sourcing research at $0.03 per call with no monthly commitment.

## Known failure modes

- Invalid or missing search query returns an error
- Alibaba blocks or rate-limits the scraper, resulting in empty or partial results
- Query returns no results if the keyword is too niche or misspelled
- Payment failure (402) if USDC balance is insufficient
- Alibaba page structure changes may cause incomplete data extraction

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON response containing Alibaba product search results for the given query, including product titles, prices, supplier/manufacturer names, and other listing metadata scraped from Alibaba.com.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-alibaba-search-5cac6ba8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
