# Sna4an Medium2 Social Data API

> Sna4an Medium2 Social Data API is a paid API for AI agents from sna4an-social.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Fetches Medium article and author data via a proxied RapidAPI sub-endpoint

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/medium2
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-medium2-social-data-api-3be414e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c6KqeHc7dv-jsbeet4dQD

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 sna4an-medium2-social-data-api-3be414e3 -d '<json body>'
```

Example prompt: Pull the Medium article metadata and author details for this post — use the /article_info sub-endpoint with the URL parameter set to 'https://medium.com/@someauthor/some-article-slug'.

## When to prefer this

Use this endpoint when you need to retrieve Medium-specific article or author data programmatically and want a pay-per-call model via x402/USDC rather than managing a RapidAPI subscription directly. Suitable for agents that occasionally need Medium data without committing to a monthly plan.

## Known failure modes

- Invalid or unsupported sub-endpoint path returns error or empty response
- Missing required query parameters causes RapidAPI upstream failure
- Rate limits or quota exceeded on the underlying RapidAPI Medium provider
- Article or author not found returns null or empty data object
- Payment not processed (x402 protocol failure) results in 402 response

## How this service works

Social media data APIs - YouTube, TikTok, Instagram, Twitter, Medium

## Output

Returns a JSON object containing Medium-specific data such as article metadata, author information, clap counts, publication details, tags, and other fields depending on the RapidAPI sub-endpoint path specified in the request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-medium2-social-data-api-3be414e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-social.vercel.app](https://www.zero.xyz/host/sna4an-social.vercel.app/llms.txt)
