JY Social FeedSign In

JY Social Feed

A lightweight service for serving social media feeds via a simple JSON API

Why does this exist?

Social platforms like Instagram offer APIs, but they're designed for apps—not websites. OAuth flows, token management, and rate limits make it hard to simply display your own feed. This service handles the complexity and gives you a single JSON endpoint. No widgets, no iframes, no forced styling—just your data, your way.

Quick Start

  1. 1.

    Create an Account

    Sign up with just your email - no password required.

    Sign Up with Email
  2. 2.

    Connect Your Socials

    Link your Instagram, TikTok, or other social accounts.

    InstagramTikTok (coming soon)
  3. 3.

    Use Your Feed

    Get a single API endpoint that combines all your connected accounts:

    GET /api/feed/[your-key]?limit=12

Team Support

Invite team members to manage connections without sharing passwords.

Combined Feeds

Merge multiple accounts into a single unified feed endpoint.

Usage Analytics

Track API requests, see where traffic comes from, monitor performance.

API Endpoints

  • GET/api/feed/[publicKey]Fetch combined feed from all connections
  • GET/api/feed/[publicKey]?provider=instagramFilter by specific provider
  • POST/api/syncTrigger sync for all connections