Social Data API

Social Data for
AI agents, apps
& workflows.

61 endpoints across two platforms. Profiles, posts, reels, hashtags, downloads, live — one REST interface, one header.

Instagram17 endpointsTikTok44 endpoints
$ curl -H "X-API-KEY: your_key" \
     "https://social-api.airaa.xyz/v1/instagram/user/profile?username_or_url=instagram"
Live Response
{
  "username": "instagram",
  "followers_count": 680000000,
  "is_verified": true
}
by the numbers

Built for every workflow.

From solo projects to production pipelines. One API key, consistent JSON, no surprises.

6
Endpoints
1
Platform
< 200ms
Latency
X-API-KEY
Auth
30s
Timeout
01
Always
Accessible
Public social data without scraping or brittle browser automation. Clean JSON every time.
02
Developer
First
OpenAPI 3.0.3 spec. Single header auth. Interactive docs at /docs. Try every endpoint live.
03
AI-Native
by Default
/llms.txt for context windows. OpenAPI 3.0.3 spec. System prompts for Claude, ChatGPT, and Cursor.
use cases

What you can build.

From browser agents to competitive dashboards — any workflow that needs social data.

Social Monitoring
Brand Tracking
Content Research
Competitive Intel
AI Agent Tools
Bulk Downloads
nike
Brand Monitor
Live
@nikerunning2s ago
Just did it again 🔥 Nothing compares.
4.2K312
@fitness_guru14s ago
Nike x me = unstoppable every morning
89144
@sneakerhead.co🔥 Trending31s ago
Nike haul just dropped 📦 link in bio
23K1.1K
Sentiment
82% Positive
integrate

Integrate in minutes.

System prompts for Claude, ChatGPT, and Cursor. OpenAPI spec and /llms.txt for any agent.

System prompts — for AI tools
You have access to the Airaa Social Data API at https://social-api.airaa.xyz.

Authentication: Add header `X-API-KEY: YOUR_KEY` to every request.

Instagram endpoints: user/profile, user/posts, user/reels, user/stories, posts/details, posts/comments

Examples:
GET https://social-api.airaa.xyz/v1/instagram/user/profile?username_or_url=instagram
GET https://social-api.airaa.xyz/v1/instagram/user/posts?username_or_url=natgeo
GET https://social-api.airaa.xyz/v1/instagram/posts/details?media_code_or_url=DJmAsFEPfNV

Full endpoint reference: https://social-api.airaa.xyz/llms.txt
Example agent prompts
Get the follower count and bio for @nasa on Instagram
Show the last 10 posts from @natgeo with like counts
Get the latest reels from @instagram
Show comments on a specific Instagram post