# BlackBobs.ai BIN IP Lookup

> BlackBobs.ai BIN IP Lookup is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.100776/call, status unknown (last checked 2026-09-14).

Looks up geolocation and network metadata for an IP address using BIN/IP intelligence data

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/bin-ip
- Price: $0.100776/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-bin-ip-lookup-d7e90f1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xojkDFK11-75Rhh2dUxpU

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 blackbobs-ai-bin-ip-lookup-d7e90f1e -d '<json body>'
```

Example prompt: Can you look up the geolocation and ISP details for the IP address 203.0.113.42?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call IP geolocation without a subscription — ideal for low-volume lookups or AI agent workflows that need IP intelligence on demand. Best when integrated into fraud detection, access logging, or content personalization pipelines where per-call micropayments via x402 on Base chain are acceptable.

## Known failure modes

- Invalid or malformed IP address returns an error response
- Private or reserved IP ranges (e.g. 192.168.x.x) may return no geolocation data
- Payment failure or insufficient USDC balance returns 402 status
- Rate limiting or service unavailability returns 5xx error
- IPv6 addresses may have reduced coverage compared to IPv4

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns an object containing geolocation and network metadata for the queried IP address, including country, city, ISP, ASN, and other IP intelligence fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-bin-ip-lookup-d7e90f1e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
