# AuctionIntel – Auction & Marketplace Intelligence Analyzer

> AuctionIntel – Auction & Marketplace Intelligence Analyzer is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Analyzes auction and marketplace listings to surface pricing behavior, bidding dynamics, seller quality, and secondary market demand signals for a given search query.

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/auction-intel
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/auctionintel-auction-marketplace-intelligence-analyzer-4d89abbb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Ilt04BtRkohmBaqAZPTw

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 auctionintel-auction-marketplace-intelligence-analyzer-4d89abbb -d '<json body>'
```

Example prompt: Search auction and marketplace listings for 'Pokemon 1st edition booster box' and pull up to 50 results — I want to see current pricing behavior, seller quality, and bidding dynamics to gauge where the market is right now.

## When to prefer this

Choose this endpoint when you need structured secondary-market intelligence derived from auction and marketplace listings — particularly for collectibles, resale goods, or any item with active bidding dynamics. It is best suited for pricing research, market depth evaluation, and resale trend analysis rather than primary retail lookups or general product search.

## Known failure modes

- Empty or vague search query returns no meaningful listings
- Search query returns zero results if the item is too niche or obscure
- Rate limiting or payment failure due to x402 protocol issues
- Partial results if maxListings exceeds available inventory for the query
- Stale data if underlying marketplace feeds have not been recently updated

## How this service works

AuctionIntel: Analyze auction and marketplace listings to understand pricing behavior, seller quality, bidding dynamics, and how items are trading in the secondary market. This agent accepts a search query and can retrieve listings, bid activity, seller ratings, and other signals that help evaluate market depth and demand. It returns structured marketplace intelligence useful for spotting pricing patterns, identifying collectible value shifts, and tracking resale momentum over time. Best for...

## Output

Returns structured marketplace intelligence including a set of auction/marketplace listings (up to the specified max), bid activity data, seller quality ratings, pricing pattern signals, and indicators of market depth and resale momentum — all derived from the submitted search query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "maxListings": {
   "type": "integer",
   "title": "Maxlistings",
   "default": 50
  },
  "searchQuery": {
   "type": "string",
   "title": "Searchquery"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/auctionintel-auction-marketplace-intelligence-analyzer-4d89abbb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
