
Threads User Profile Scraper
Pricing
$5.00/month + usage
Go to Store

Threads User Profile Scraper
Collect detailed Threads profile data such as biography, links, followers, privacy status, and profile pictures.
0.0 (0)
Pricing
$5.00/month + usage
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
5 days ago
Threads Profile Scraper
Overview
This script is designed for the Apify platform to scrape profile information from a Threads account by username.
Input
Parameters
username
– The username of the Threads profile to scrape. (Example:"@techinsights"
or simply"techinsights"
without@
.)
Example Input
{"username": "@techinsights"}
Output
The script returns a JSON object containing key profile information:
bio
– The user’s biography text.bio_links
– Array of any links found in the bio.followers
– Number of followers.full_name
– The full display name of the profile.is_private
– Whether the profile is private (boolean).is_verified
– Whether the profile is verified (boolean).profile_pic
– Array of URLs to the user’s profile pictures (different sizes).username
– The username of the profile.
Example Output
{"bio": "Exploring the future of AI, robotics, and all things tech 🚀","bio_links": ["https://techinsights.blog","https://github.com/techinsights"],"followers": 45219,"full_name": "Tech Insights Daily","is_private": false,"is_verified": true,"profile_pic": ["https://threads.net/profilepics/techinsights_small.jpg","https://threads.net/profilepics/techinsights_large.jpg"],"username": "techinsights"}
How to Use
- Create a new task on the Apify platform.
- Provide the input JSON with the
username
of the Threads profile you want to scrape. - Run the task. The script will navigate to the profile and extract the specified information.
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.