Introduction
Social Scraper API - Retrieve public profile data from major social platforms.
Social Scraper API
The Social Scraper API provides a simple, unified interface for retrieving public profile information from major social media platforms. Built with Elysia and Bun for maximum performance.
Supported Platforms
Retrieve public profile data including followers, posts, and bio.
TikTok
Access public TikTok user profiles and statistics.
Fetch public LinkedIn profile information.
Features
- Unified API - Consistent interface across all platforms
- Real-time Data - Fresh profile data on every request
- Simple Authentication - API key-based access
- Fast & Reliable - Built on Bun runtime for optimal performance
Base URL
All API requests should be made to:
https://api.your-domain.comQuick Example
curl -X GET "https://api.your-domain.com/instagram/profile/username" \
-H "Authorization: Bearer YOUR_API_KEY"