61 endpoints across two platforms. Profiles, posts, reels, hashtags, downloads, live — one REST interface, one header.
$ curl -H "X-API-KEY: your_key" \ "https://social-api.airaa.xyz/v1/instagram/user/profile?username_or_url=instagram"
{ "username": "instagram", "followers_count": 680000000, "is_verified": true }
From solo projects to production pipelines. One API key, consistent JSON, no surprises.
From browser agents to competitive dashboards — any workflow that needs social data.
System prompts for Claude, ChatGPT, and Cursor. OpenAPI spec and /llms.txt for any agent.
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