# NuGet Package Search

> NuGet Package 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-13).

Searches the NuGet gallery for .NET packages by keyword and returns matching packages with download counts

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/nuget-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nuget-package-search-e68f823a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sct4aAuOO1k6ZZ-oaLA2I

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 nuget-package-search-e68f823a -d '<json body>'
```

Example prompt: Can you search NuGet for .NET logging packages and show me the top results along with their download counts? I'm looking for something like 'Serilog' or similar.

## When to prefer this

Use this endpoint when an agent needs to search the NuGet package gallery for .NET/C# libraries, retrieve package metadata, or compare packages by popularity via download counts. Prefer this over manual web scraping of nuget.org or general web search when structured, machine-readable package data is needed.

## Known failure modes

- Empty or missing query parameter returns no results or an error
- Query with no matching packages returns an empty result set
- NuGet gallery API unavailable causes upstream failure
- Malformed query may return unexpected results
- Rate limiting or payment failure returns 402 or similar error

## How this service works

Search the NuGet gallery for .NET packages with download counts (param q = query). Query: ?q= Returns JSON.

## Output

A JSON array or object containing NuGet package search results, including package names, descriptions, and download counts for packages matching the query string.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nuget-package-search-e68f823a/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)
