# CIEL M2M API Marketplace – OSINT Endpoint

> CIEL M2M API Marketplace – OSINT Endpoint is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-18).

Performs open-source intelligence (OSINT) lookups and data gathering on targets such as domains, IPs, emails, or usernames, returning structured intelligence results.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/osint
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-api-marketplace-osint-endpoint-9818e49e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sjAodWo1k-4QHFkUgxJUI

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 ciel-m2m-api-marketplace-osint-endpoint-9818e49e
```

Example prompt: Run an OSINT lookup on the domain 'suspicioussite.io' and tell me everything publicly available — ownership, associated IPs, exposed data, and any threat indicators.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call OSINT lookup without committing to a full subscription-based threat intelligence platform. It is well-suited for AI agents that need on-demand intelligence enrichment for individual targets (domains, IPs, emails) as part of a larger automated workflow, especially when usage is sporadic and cost control via micro-payments (USDC on Base via x402) is important.

## Known failure modes

- Invalid or missing target parameter returns an error or empty result
- Rate limiting or payment failure returns a 402 Payment Required response
- Target not found in any public data source returns empty or minimal result
- Malformed input schema causes a 400 Bad Request
- Server-side timeout on complex OSINT queries returns partial or null data

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object with a 'result' field containing OSINT intelligence data about the queried target, which may include domain registration details, IP geolocation and reputation, associated entities, exposed data points, and threat indicators depending on the target type.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-api-marketplace-osint-endpoint-9818e49e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
