Social Media Post Fetch API — TikTok, Instagram, LinkedIn, Reddit, Facebook: AI Large Language Models

Fetch a public profile's recent posts on TikTok, Instagram, LinkedIn, Reddit, or Facebook from a single MuAPI endpoint.

📝

सिंहावलोकन

इस मॉडल के बारे में

Social Read Posts returns a public profile's recent posts across TikTok, Instagram, LinkedIn, Reddit, or Facebook from one normalized endpoint, for social listening, competitor research, and creator discovery.

1Monitor a competitor's recent social posts
2Research a creator's content history before an outreach or collaboration
3Track a brand account's posting activity across platforms
4Feed recent posts into a content or trend analysis workflow
💰

मूल्य निर्धारण एवं मूल्य

लागत विश्लेषण

muapiappFrom $0.02 per fetch (reserved; settled down to actual cost)

Public post fetch with a normalized, structured JSON response.

** प्रतिस्पर्धी मूल्य निर्धारण का अनुमान समान मॉडल आर्किटेक्चर और उपयोग स्तरों के आधार पर लगाया जाता है।

⚙️

टेक्निकल डिटेल

कॉन्फ़िगरेशन स्कीमा

मंचएनम (5 विकल्प)

Social platform to read posts from.

डिफ़ॉल्ट मान-
उपयोगकर्ता नामstring

Handle/username for tiktok, instagram, linkedin, reddit; Page ID for facebook.

डिफ़ॉल्ट मानmuapi_ai
सीमाinteger

Maximum number of posts to return.

डिफ़ॉल्ट मान-
📖

कार्यान्वयन मार्गदर्शिका

डेवलपर दस्तावेज़ीकरण

How to Use Social Read Posts

  1. Provide a platform: tiktok, instagram, linkedin, reddit, or facebook.
  2. Provide a username: the handle/username (or Page ID for facebook).
  3. Read the result: profile info and recent posts.
curl -X POST https://api.muapi.ai/api/v1/social-read-posts \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "platform": "tiktok",
    "username": "muapi_ai"
  }'

सामान्य प्रश्न

अक्सर पूछा जाता है

What if the profile is private or doesn't exist?

The request fails with a no-match error and is not charged.

Does this work for private/DM content?

No — only public profile posts are supported.