# SocialFetch Instagram Reels Trending

> SocialFetch Instagram Reels Trending is a paid API for AI agents from api.socialfetch.dev, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-15).

Returns a list of currently trending Instagram Reels across the platform.

## Facts

- Endpoint: GET https://api.socialfetch.dev/v1/instagram/reels/trending
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/socialfetch-instagram-reels-trending-9600846c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L-NdaXiZuYYIUubXKLMwz

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 socialfetch-instagram-reels-trending-9600846c
```

Example prompt: What Instagram Reels are trending right now? Pull the current list of top trending reels from Instagram.

## When to prefer this

Use this endpoint when you need a real-time snapshot of what Instagram Reels content is currently trending platform-wide, without filtering by a specific account or hashtag. Prefer this over the profile-specific Reels endpoint when you want broad trend discovery rather than content from a known creator.

## Known failure modes

- Rate limiting or quota exceeded returning 429 Too Many Requests
- Payment required error (402) if x402 payment not properly attached
- Instagram platform changes causing stale or unavailable trending data
- Empty result set if trending data is temporarily unavailable
- Upstream Instagram scraping failures causing 500 errors

## How this service works

List currently trending Instagram Reels (not a keyword search, profile-scoped, or audio-page list — use instagram.search.reels.list, instagram.profile.reels.list, or instagram.audio.reels.list for that).

## Output

A list of currently trending Instagram Reels, likely including reel URLs, metadata such as creator handles, view counts, engagement metrics, captions, and other content details that indicate why each reel is trending.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/socialfetch-instagram-reels-trending-9600846c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.socialfetch.dev](https://www.zero.xyz/host/api.socialfetch.dev/llms.txt)
