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.
** 竞品价格根据相似模型架构和使用层级估算。
配置参数
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| 平台 | 枚举(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. | - |
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"
}'
常见问答
The request fails with a no-match error and is not charged.
No — only public profile posts are supported.