# Pontofato Vizinhança – Empresas por Raio (CNPJ/CNEFE)

> Pontofato Vizinhança – Empresas por Raio (CNPJ/CNEFE) is a paid API for AI agents from pontofato.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns active, open, and closed businesses within a specified radius in meters around a given point, combining CNEFE address data with Receita Federal CNPJ records for Brazil.

## Facts

- Endpoint: POST https://pontofato.com/api/vizinhanca
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pontofato-vizinhan-a-empresas-por-raio-cnpj-cnefe-3362a75a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FdA-lJG9-6guRGzGMJdeA

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 pontofato-vizinhan-a-empresas-por-raio-cnpj-cnefe-3362a75a -d '<json body>'
```

Example prompt: Can you find all active and closed businesses within 300 meters of latitude -23.5505, longitude -46.6333 in São Paulo, using Receita Federal data?

## When to prefer this

Choose this endpoint when you need geospatial discovery of Brazilian companies by proximity, particularly when you require Receita Federal CNPJ data (including inactive/closed businesses) cross-referenced with CNEFE address geocoding. Prefer this over generic business directory APIs when you specifically need Brazilian fiscal registration data (CNPJ status) rather than just commercial listings, or when you need to find both active and historically registered (baixadas) entities in a geographic area.

## Known failure modes

- Invalid or missing coordinates return an error or empty result
- Radius too large may timeout or return truncated results
- CNPJ records not geocoded in CNEFE may be omitted from results
- Coordinates outside Brazil will return no results
- Missing required parameters (lat/lon/radius) return a 400-style error

## How this service works

Empresas ativas, abertas e baixadas num raio em metros (CNEFE + Receita)

## Output

A list of businesses (CNPJ records) located within the specified radius, each including company name, CNPJ number, legal status (ativa, aberta, or baixada), registered address, and approximate distance from the queried coordinates. Data is sourced from CNEFE geolocation combined with Receita Federal registration records.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pontofato-vizinhan-a-empresas-por-raio-cnpj-cnefe-3362a75a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pontofato.com](https://www.zero.xyz/host/pontofato.com/llms.txt)
