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 | From $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.