S

SocialFetch · Reels Trending

by SocialFetch

GETBase

$0.014

per call · USD Coin on Base

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).

Endpoint

GET https://api.socialfetch.dev/v1/instagram/reels/trending

2

Calls / 30d

2

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.socialfetch.dev/v1/instagram/reels/trending", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.socialfetch.dev/v1/instagram/reels/trending" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "reels": [
      {
        "_truncated": true,
        "caption": "Funny clip from today",
        "createdAt": "2026-01-02T18:12:11.000Z",
        "dimensions": {
          "height": null,
          "width": null
        },
        "displayUrl": "https://example.com/image.jpg",
        "hasAudio": true,
        "id": "3659267353687104516",
        "metrics": {
          "comments": null,
          "likes": null,
          "plays": null
        },
        "shortcode": "DYt13O8gLoE",
        "takenAt": 1767377531,
        "thumbnailUrl": "https://example.com/image.jpg",
        "url": "https://www.instagram.com/reel/DYt13O8gLoE/",
        "videoUrl": "https://example.com/video.mp4"
      }
    ],
    "totalResults": 1
  },
  "meta": {
    "creditsCharged": 1,
    "requestId": "req_01example_instagram_reels_trending",
    "version": "v1"
  }
}

Payment details

Pay to0x02c2fcafce36b4aadb39625866bc6b1699d83043
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from SocialFetch & similar services