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
Profiles, posts, reels, stories, and engagement metrics
TikTok
Profiles, videos, metrics, and trending content
YouTube
Channels, videos, shorts, and analytics
Pages, posts, reels, and metrics
X (Twitter)
Profiles, tweets, metrics - coming soon
Profiles, companies, posts - coming soon
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.devQuick 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"
}'