# NFT Collection Search (Scam Check & Owners)

> NFT Collection Search (Scam Check & Owners) is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Search NFT collections by name on a given chain, returning the top ~10 matching contracts with links to scam-check and ownership endpoints

## Facts

- Endpoint: GET https://x402.professorsausages.com/nft/:chain/collection/search
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nft-collection-search-scam-check-owners-d1cbe4b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rXSqFvc5RXWBKST6fMP8L

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 nft-collection-search-scam-check-owners-d1cbe4b2
```

Example prompt: Search for NFT collections named 'Bored Ape' on Ethereum and give me the top matching contract addresses along with links to check them for scams and see their owners.

## When to prefer this

Use this endpoint when you need to discover NFT contract addresses by human-readable collection name on a specific chain, especially as a first step before running scam checks or ownership lookups. It acts as a live search gateway into the broader NFT Insight suite of endpoints. Prefer this over hard-coding contract addresses when you don't already know the exact contract.

## Known failure modes

- No collections found matching the query — returns empty result set
- Invalid or unsupported chain identifier — returns error response
- Query too vague or too short — may return unrelated or too many results
- Network/upstream timeout — live data fetch may fail transiently
- Payment not processed — x402 payment required before response is returned

## How this service works

Collection search by name — top ~10 matching contracts with links into every other endpoint; ALWAYS live

## Output

Returns up to ~10 NFT collections matching the search query, each with their contract address, collection name, chain, and deep links into scam-check and ownership-lookup endpoints for further analysis — always served live (no cached stale data).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nft-collection-search-scam-check-owners-d1cbe4b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
