Threads Profile Scraper avatar
Threads Profile Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Threads Profile Scraper

Threads Profile Scraper

Collect public Meta Threads profile data for research, analytics and competitor tracking. Simple input, structured output, ready to use in your workflow.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

🧵 Meta Threads Profile Scraper - Extract Profile Data & Analytics

A powerful Apify actor that scrapes Meta Threads profiles and extracts comprehensive profile data including followers, bio, verification status, and profile information. This tool serves as a fast, reliable, and scalable threads profile scraper, meta threads scraper, and threads.net profile extractor. Perfect for social media research, competitor analysis, and influencer discovery.

📋 Table of Contents

🚀 Features

FeatureDescriptionStatus
🔗 Multiple Username SupportProcess multiple Threads usernames in a single run
🌐 URL SupportAccept both usernames and full Threads URLs
🛡️ Error HandlingComprehensive error handling with detailed logging
📊 Data NormalizationClean, structured output with all essential profile information
Input ValidationRobust username and URL validation and sanitization
🎯 Profile Data ExtractorExtract complete profile info including bio, images, follower counts
🖼️ Media FieldsHigh-resolution profile pictures and bio links
🏆 Verification StatusExtract verification badges and account status
📦 Flexible ExportExport data to CSV and JSON formats
📈 Scalable & ReliableBuilt for production use with rate limiting and logging

⚙️ Input Configuration

Required Parameters

ParameterTypeDescriptionExample
usernamesArrayList of Threads usernames or full URLs to scrape["kimkardashian", "zuck"]

📝 Example Input Configurations

Basic Usage

{
"usernames": ["kimkardashian", "zuck"]
}

URL Support

{
"usernames": ["https://threads.net/@instagram", "https://threads.net/@meta"]
}

Mixed Input (Usernames and URLs)

{
"usernames": ["kimkardashian", "https://threads.net/@instagram", "zuck"]
}

📊 Output Data Structure

The actor outputs comprehensive Threads profile data with the following structure:

👤 Core Profile Information

FieldTypeDescription
usernameStringOriginal username requested
user_idStringUnique Threads user ID
full_nameStringDisplay name
biographyStringProfile bio/description

📈 Engagement & Status

FieldTypeDescription
follower_countNumberNumber of followers
is_verifiedBooleanVerification badge status
is_privateBooleanWhether account is private
is_ig_threads_connected_userBooleanInstagram connection status
FieldTypeDescription
profile_pic_urlStringStandard profile picture URL
hd_profile_pic_urlStringHigh-resolution profile picture URL
bio_linksArrayLinks in bio section

🏆 Additional Features

FieldTypeDescription
show_text_post_app_badgeBooleanText post app badge status
transparency_labelObjectTransparency information
platform_podcast_infoObjectPodcast information if available

📊 Status & Metadata

FieldTypeDescription
successBooleanWhether scraping was successful
status_codeNumberHTTP status code (200 for success)
status_messageStringHuman-readable status message
scraped_atStringISO timestamp of data collection

💡 Use Cases

🎯 Who is this for?

Use CaseDescriptionBenefits
🔍 Influencer ResearchDiscover and analyze Threads influencersFind creators by follower count, verification status
📊 Social Media AnalyticsTrack profile metrics and engagementMonitor follower growth, bio changes
🏢 Competitor AnalysisBenchmark against competitor profilesCompare follower counts, content strategy
📚 Academic ResearchStudy social media behavior patternsExport clean datasets for analysis
💼 Lead GenerationBuild prospect lists from public profilesIdentify potential customers or partners
📈 Brand MonitoringTrack brand mentions and profile changesMonitor reputation and engagement

📈 Performance & Scalability

⚡ Performance Metrics

MetricValueDescription
Processing Speed~30 profiles/minuteWith default 2s delay
Success Rate>95%For public profiles
Timeout30 secondsPer API request
Batch Size1-100 profilesPer run

🔧 Optimization Tips

  • Rate Limiting: Use 2-5 second delays for stability
  • Batch Processing: Process 10-50 profiles per run for optimal performance
  • Error Recovery: Failed requests are logged and can be retried
  • Scalability: Run multiple actors in parallel for large datasets

🔧 Error Handling

📊 Custom Status Codes

Status CodeMessageDescription
200Profile fetched successfully✅ Success
401Invalid key🔑 Authentication failed
403Access forbidden🚫 Permission denied
404User not found👤 Profile doesn't exist
429Rate limit exceeded⏱️ Too many requests
500Server error🔧 Internal server error
0Network connection failed🌐 Connection issue

🛡️ Error Recovery

  • Automatic Retry: Failed requests are logged with detailed error information
  • Graceful Degradation: Partial failures don't stop the entire run
  • Detailed Logging: All errors include status codes and human-readable messages
  • Data Preservation: Error information is saved to the dataset for analysis

📤 Export Options

📊 Supported Formats

FormatUse CaseFeatures
CSVSpreadsheets, BI toolsTabular data, easy filtering
JSONAPIs, databasesFull structure preservation
APIReal-time integrationDirect dataset access

🔗 Export Examples

CSV Export

$curl "https://api.apify.com/v2/datasets/YOUR_DATASET_ID/items?format=csv&clean=true"

JSON Export

$curl "https://api.apify.com/v2/datasets/YOUR_DATASET_ID/items?format=json&clean=true"

Filtered Export

$curl "https://api.apify.com/v2/datasets/YOUR_DATASET_ID/items?format=csv&fields=username,full_name,follower_count,is_verified"

If you are building a complete Threads data workflow, these additional actors work great alongside this Threads Profile Scraper:

❓ FAQ

🤔 Common Questions

Q: Do I need to log in to Threads? A: No, this actor scrapes public profile data without requiring authentication.

Q: How do I handle rate limits? A: Increase the delayBetweenRequests parameter (2-5 seconds recommended) and process profiles in smaller batches.

Q: Can I scrape private profiles? A: No, this actor only extracts data from public Threads profiles.

Q: What happens if a profile doesn't exist? A: The actor will log a 404 error and continue processing other profiles.

Q: How accurate is the follower count? A: Follower counts are extracted in real-time and reflect the current public count.

Q: Can I export the data to my database? A: Yes, use the Apify dataset API or export to CSV/JSON for database import.

Q: Is there a limit on how many profiles I can scrape? A: The actor supports up to 100 profiles per run. For larger datasets, run multiple instances.

🔧 Technical Questions

Q: What's the difference between profile_pic_url and hd_profile_pic_url? A: hd_profile_pic_url provides higher resolution images when available.

Q: How often should I scrape the same profiles? A: For monitoring, daily or weekly scraping is usually sufficient to track changes.

Q: Can I customize the output fields? A: Yes, use the fields parameter in the export URL to select specific columns.

🛡️ Compliance & Ethics

AspectRecommendation
Data UsageOnly scrape public data for legitimate purposes
Rate LimitingRespect platform limits and use appropriate delays
PrivacyFollow GDPR and local privacy laws
Terms of ServiceReview Meta's Terms of Service before scraping

🌟 Best Practices

  • Respect robots.txt and platform policies
  • Use reasonable delays between requests
  • Monitor for changes in platform structure
  • Store data securely and delete when no longer needed
  • Don't scrape private content or personal information
  • Don't exceed rate limits or abuse the service

📞 Support

🆘 Getting Help

For issues and questions:

  • 📋 Check the Apify logs for detailed error messages
  • Verify usernames are valid and profiles are public
  • 📊 Review status codes in the output data

🔧 Troubleshooting

IssueSolution
401 ErrorsCheck your configuration
404 ErrorsVerify the username exists and is public
429 ErrorsIncrease delay between requests
Network ErrorsCheck internet connection and API status

🏷️ Keywords & SEO

Core Keywords: threads profile scraper, meta threads scraper, threads.net profile extractor, threads profile data, meta threads api, threads user scraper

Features: threads profile analytics, threads follower count, threads verification status, threads bio extractor, threads profile picture scraper, threads user data

Use Cases: threads influencer research, threads competitor analysis, threads social media analytics, threads lead generation, threads brand monitoring, threads academic research

Technical: threads scraping tool, threads data extraction, threads profile api, threads bulk scraper, threads csv export, threads json export

Export: export threads data, threads profile csv, threads analytics export, threads user database, bulk threads profiles


This actor is designed for educational and commercial use. Always ensure compliance with applicable laws and platform terms of service.