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.
コスト分析
| プロバイダー | 費用 | 備考 |
|---|---|---|
| muapiapp | 開始価格: $0.02 per fetch (reserved; settled down to actual cost) | Public post fetch with a normalized, structured JSON response. |
Public post fetch with a normalized, structured JSON response.
** 競合サービスの料金は類似のモデル構成および利用ティアに基づいて算出された推定値です。
設定スキーマ
| パラメータ | 型 | 説明 | デフォルト |
|---|---|---|---|
| Platform | Enum(5個の選択肢) | Social platform to read posts from. | - |
| Username | string | Handle/username for tiktok, instagram, linkedin, reddit; Page ID for facebook. | muapi_ai |
| Limit | integer | Maximum number of posts to return. | - |
Social platform to read posts from.
-Handle/username for tiktok, instagram, linkedin, reddit; Page ID for facebook.
muapi_aiMaximum number of posts to return.
-開発者ドキュメント
tiktok, instagram, linkedin, reddit, or facebook.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"
}'
FAQ
The request fails with a no-match error and is not charged.
No — only public profile posts are supported.