Social Scraper

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

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

Quick Example

curl -X GET "https://api.your-domain.com/instagram/profile/username" \
  -H "Authorization: Bearer YOUR_API_KEY"

Next Steps

On this page