# Wikidata Entity Search (Italian)

> Wikidata Entity Search (Italian) 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 Wikidata entities using Italian-language queries, returning entity IDs, labels, and descriptions.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/wikidata-search-it
- 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/wikidata-entity-search-italian-e55c25a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7qW7YaJSpP5JBnW7dSpXo

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 wikidata-entity-search-italian-e55c25a5 -d '<json body>'
```

Example prompt: Search Wikidata in Italian for 'Leonardo da Vinci' and give me the entity IDs, labels, and descriptions that come back.

## When to prefer this

Use this endpoint when you need to search Wikidata entities specifically using Italian-language queries and want results with Italian labels and descriptions. Prefer this over general Wikidata search when your user is working in Italian or when you need Italian-localized entity metadata from the knowledge graph.

## Known failure modes

- Missing or empty q parameter returns an error or empty results
- Non-Italian search terms may return fewer or less relevant results
- Very common Italian words may return a large number of loosely matched entities
- Network or upstream Wikidata API unavailability causing timeout
- Payment not processed resulting in 402 response

## How this service works

Searches Wikidata entities in Italian for the term q, returning ids, labels and descriptions. Query: ?q= Returns JSON.

## Output

A JSON array of Wikidata entities matching the Italian search term, each containing the entity ID (e.g. Q762), the Italian-language label, and a brief Italian-language description of the entity.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wikidata-entity-search-italian-e55c25a5/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)
