# Questflow GitHub Trending & Rising Stars Analyzer

> Questflow GitHub Trending & Rising Stars Analyzer is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Discovers GitHub's hottest and trending repositories with AI-powered analysis, delivering insights on rising stars, popular tools, and emerging tech trends

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68cea3f2d6eaf7a59021661b
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-0e6f6a72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LJi7a6AkLLezQZjUu2NDP

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 questflow-0e6f6a72 -d '<json body>'
```

Example prompt: Find me the hottest trending GitHub repositories in AI and machine learning right now, give me AI-powered insights on which ones are rising stars, and send the summary to myemail@example.com.

## When to prefer this

Use this endpoint when you need curated, AI-analyzed GitHub trending data with email delivery rather than raw GitHub API scraping; ideal for staying up-to-date on emerging open source projects and developer tools without manual browsing.

## Known failure modes

- Invalid or missing email address results in delivery failure
- GitHub API rate limits may restrict data freshness
- Unrecognized technology category or filter may return empty results
- Payment failure ($0.5 USDC) causes request rejection

## How this service works

Discover GitHub's hottest repositories and trending projects with AI-powered analysis. Get instant insights on rising stars, popular tools, and emerging tech trends delivered straight to your inbox. | Powered by Questflow

## Output

Returns AI-powered analysis of currently trending GitHub repositories, including rising stars, popular new tools, and emerging tech trends, with insights delivered to the specified email address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-0e6f6a72/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
