Pricing
from $2.50 / 1,000 results
Go to Apify Store
Threads Posts Scraper
This scraper collects data from Threads (by Instagram), including posts, replies, and user profiles. It helps track trends, monitor user activity, and gather content for analysis.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
4
Bookmarked
94
Total users
8
Monthly active users
2 months ago
Last modified
Categories
Share
Threads Posts Scraper
Overview
This script is designed for the Apify platform to scrape posts from a Threads account.
Input
Parameters
usernameβ The username of the Threads profile to scrape posts from. (Example:"@zuck") You can omit the@if you prefer (e.g."zuck").
Example Input
{"username":"@zuck"}
Output
The script returns a JSON array, where each object represents a post and contains the following fields:
idβ Post IDcodeβ Short code of the postpkβ Primary key of the posttextβ Text content of the postpublishedβ ISO timestamp when the post was publishedusernameβ Username of the authoruser_picβ URL of the user's profile pictureuser_verifiedβ Whether the user is verified (boolean)user_pkβ Primary key of the useruser_idβ User IDhas_audioβ Whether the post contains audio (boolean)like_countβ Number of likesimagesβ Array of image URLsvideosβ Array of video URLscarousel_media_imagesβ Array of carousel image URLscarousel_media_videosβ Array of carousel video URLsshared_post- Whether the post contains shared post (this struct)
Example Output
[{"id":"123456789","code":"AbCdEfG","pk":"987654321","text":"Excited to share this new update!","published":1751636706,"username":"zuck","user_pic":"https://threads.net/profile/zuck_pic.jpg","user_verified":true,"user_pk":"111222333","user_id":"zuck","has_audio":false,"like_count":500,"images":["https://threads.net/media/image1.jpg"],"videos":[],"carousel_media_images":["https://threads.net/media/carousel1.jpg"],"carousel_media_videos":[],"shared_post":{"carousel_media_images":null,"carousel_media_videos":null,"code":"DL1jCAmInSM","has_audio":null,"id":"123456789","images":["https://threads.net/media/image1.jpg"],"like_count":0,"pk":"987654321","published":1751955953,"text":"Excited to share this new update!","user_id":"1234567","user_pic":"https://threads.net/profile/zuck_pic.jpg","user_pk":"1234567","user_verified":false,"username":"zuck","videos":null}}]
How to Use
- Create a new task on the Apify platform.
- Provide the input JSON with the desired username.
- Run the task. The script will navigate through the profile and extract the posts.
Disclaimer
This script is provided "as is" with no warranties. You are fully responsible for how you use it. Ensure your usage complies with Threadsβ Terms of Service and all applicable laws and regulations.
