# Docker Hub Image Search

> Docker Hub Image Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Searches Docker Hub for container images and returns results with star ratings and pull counts

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dockerhub-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/docker-hub-image-search-33831385
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uTy5WP6C9Fqpfmd74b42L

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 docker-hub-image-search-33831385 -d '<json body>'
```

Example prompt: Search Docker Hub for images matching 'nginx' and show me which ones have the most stars and pull counts.

## When to prefer this

Use this endpoint when an agent needs to discover available Docker container images by keyword, compare image popularity via star and pull counts, or help a developer find the right base image for their project. Prefer this over manual Docker Hub web searches when programmatic access to image metadata is needed.

## Known failure modes

- Missing or empty q parameter returns error or empty results
- Query with no matching images returns empty result set
- Docker Hub API unavailability causes upstream failure
- Rate limiting or payment failure returns 402 or error response

## How this service works

Search Docker Hub for images with star and pull counts (param q = query). Query: ?q= Returns JSON.

## Output

A JSON array of Docker Hub image results for the given query, each including the image name, star count, and pull count, allowing comparison of image popularity and adoption.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/docker-hub-image-search-33831385/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
