eternalsocial.dev

Introduction

eternalsocial.dev API Documentation

Introduction

eternalsocial.dev is a social media data API. One integration, multiple platforms. Profiles, posts, and metrics in structured JSON.

Supported Platforms

Features

  • No proxy needed - No need to configure proxies or VPNs
  • No captcha - Our requests are never blocked
  • Real data - Up-to-date information directly from the platforms
  • High availability - 99.9% uptime guaranteed

Base URL

https://api.eternalsocial.dev

Quick Example

curl -X POST 'https://api.eternalsocial.dev/api/instagram/profile' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "username": "nasa"
  }'

Next Steps

On this page