รวมโมเดล AI twitter-fetch-posts ผ่าน API ประสิทธิภาพสูงที่มีความหน่วงต่ำและจ่ายตามการใช้งานจริง
About this model
เข้าถึงโมเดล twitter-fetch-posts ผ่านการเขียนโปรแกรมบน MuAPI พร้อมการปรับขนาดได้ทันทีและความหน่วงต่ำ
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.01 每次请求 | Flat rate. |
| Official X API | $100.00+/月 | Official API requires high monthly subscriptions. |
Flat rate.
Official API requires high monthly subscriptions.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Username | text | Twitter/X username. | - |
| Count | int | Number of posts to fetch (1 to 30). | 10 |
| Cursor | text | Pagination cursor token to fetch the next page of results. | null |
| Min Likes | Enum (11 options) | Filter: Minimum number of likes. | Any |
| Min Views | Enum (11 options) | Filter: Minimum number of views/plays. | Any |
| Min Shares | Enum (11 options) | Filter: Minimum number of shares. | Any |
| Min Comments | Enum (11 options) | Filter: Minimum number of comments. | Any |
| Min Duration (s) | Enum (9 options) | Filter: Minimum video duration. | Any |
| Max Duration (s) | Enum (9 options) | Filter: Maximum video duration. | Any |
| Hashtags | text | Filter: Comma-separated hashtags (e.g. startup,tech). | null |
| Published After | text | Filter: Fetch posts published after this date/time (ISO 8601). | null |
| Published Before | text | Filter: Fetch posts published before this date/time (ISO 8601). | null |
Twitter/X username.
-Number of posts to fetch (1 to 30).
10Pagination cursor token to fetch the next page of results.
nullFilter: Minimum number of likes.
AnyFilter: Minimum number of views/plays.
AnyFilter: Minimum number of shares.
AnyFilter: Minimum number of comments.
AnyFilter: Minimum video duration.
AnyFilter: Maximum video duration.
AnyFilter: Comma-separated hashtags (e.g. startup,tech).
nullFilter: Fetch posts published after this date/time (ISO 8601).
nullFilter: Fetch posts published before this date/time (ISO 8601).
nullDeveloper documentation
ส่งคำขอ POST ไปยังจุดสิ้นสุดพร้อมพารามิเตอร์ที่คุณต้องการและคีย์ MuAPI
Frequently asked