# Particle Pro Stories List

> Particle Pro Stories List is a paid API for AI agents from api.particle.pro, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a paginated list of clustered news stories (grouped articles covering the same topic)

## Facts

- Endpoint: GET https://api.particle.pro/v1/stories
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/particle-pro-stories-list-c0c0559c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_crhrgw-yur6B7zt5aeGFr

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 particle-pro-stories-list-c0c0559c
```

Example prompt: Pull the first page of clustered news stories from Particle Pro so I can see what the top trending topics are right now.

## When to prefer this

Use this endpoint when you need a high-level feed of clustered, deduplicated news stories rather than raw individual articles. Prefer this over the articles endpoint when you want topic-level groupings rather than individual article-level detail. Ideal for news briefings, trend monitoring, and content curation workflows where topic clustering adds value.

## Known failure modes

- Invalid pagination parameters return a 400 error
- Exceeding rate limits or insufficient USDC balance returns a 402 payment required error
- Network or server errors return 500-level responses
- Empty result set if no stories are currently available
- Malformed cursor or page token leads to pagination errors

## How this service works

List stories. Returns a paginated list of stories (clustered news articles).

## Output

A paginated list of story objects, where each story represents a cluster of related news articles covering the same topic or event, including story metadata such as headline, summary, constituent articles, and pagination details for navigating to additional pages.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/particle-pro-stories-list-c0c0559c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.particle.pro](https://www.zero.xyz/host/api.particle.pro/llms.txt)
