# CIEL M2M Discord Scraper API

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

Scrapes and extracts data from Discord servers, channels, or messages via a pay-per-call POST endpoint

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/discord-scraper
- Price: $0.08/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-discord-scraper-api-62a86823
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AZqmDXXO721RHuHGEh6wf

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-discord-scraper-api-62a86823 -d '<json body>'
```

Example prompt: Can you scrape the messages from a Discord channel for me? I want to pull the recent posts and conversation data from a specific server so I can analyze community sentiment.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to Discord message data without maintaining your own Discord bot or scraping infrastructure. Particularly useful for one-off data pulls, agent workflows requiring Discord intelligence, or when you want to avoid RapidAPI subscription overhead for infrequent use. Prefer it over building a custom Discord integration when speed of setup and cost-per-call economics matter.

## Known failure modes

- Invalid or inaccessible Discord server/channel ID returns an error result
- Private or invite-only Discord servers may be unreachable without credentials
- Rate limiting by Discord's platform may cause partial or empty results
- Malformed input properties object causes 400-level error
- Payment failure via x402 prevents endpoint execution

## 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 containing scraped Discord data — likely including message content, author metadata, timestamps, and channel information — structured as a result payload from the specified Discord target.

## 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-discord-scraper-api-62a86823/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)
