What problem does it solve?
Collecting posts from a Threads user's profile manually is slow and error-prone, especially when you need engagement metrics like likes, replies, and reposts across many posts. This Skill automates the extraction of public Threads posts by parsing SSR-embedded JSON and paginating through scroll-triggered GraphQL responses.
Core Features & Use Cases
- SSR Post Extraction: Parses the profile page's embedded JSON to pull post text, timestamps, like/reply/repost/quote counts, media type, and author info.
- Scroll Pagination: Triggers infinite-scroll loading and reads subsequent GraphQL responses to collect posts beyond the initial page load.
- Batch Collection: Supports looping over multiple usernames with rate-limit-aware intervals and resumable per-user results.
- Use Case: A social media analyst wants to monitor a creator's Threads activity. Provide the username, and the Skill returns a structured list of all available posts with engagement metrics for trend analysis.
Quick Start
Use the threads-user-posts skill to fetch all public posts from the Threads profile @zuck with their engagement metrics.