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.