scrape_thread
Scrape replies from a public Threads post by opening a browser and intercepting GraphQL responses, saving them locally for subsequent analysis.
Instructions
Scrape replies from a public Threads post URL.
Opens a browser, navigates to the post, intercepts GraphQL API responses to extract replies, and saves them locally. This must be called before using get_all_replies or search_replies.
Args: url: Full URL of the Threads post (e.g. https://www.threads.com/@user/post/ABC123) max_scrolls: Maximum scroll iterations for loading more replies (default: 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_scrolls | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |