Threads Scraper Lite

Threads Scraper Lite

by igview-owner

A fast, reliable scraper for public Instagram Threads data. Extract profiles, posts, and search results into clean JSON for analysis and development.

184 runs
12 users
Try This Actor

Opens on Apify.com

About Threads Scraper Lite

Need to pull data from Threads without the headache? I built this scraper because I got tired of wrestling with rate limits and messy data. It's a straightforward Apify actor that lets you grab exactly what you need from public Threads profiles—think user bios, profile links, posts, and search results. It runs fast, handles requests in smart batches to avoid getting blocked, and gives you everything back in clean, structured JSON that's ready to drop into your app or analysis. I use it myself for social listening projects and competitor research when I need to track trends or gather public user data. It’s not over-engineered; it just does the job reliably. Set your target profiles or search terms, configure the run, and get your dataset. Perfect for developers, marketers, or researchers who need actionable Threads data without building a scraper from scratch.

What does this actor do?

Threads Scraper Lite is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Threads Scraper Lite

An Apify Actor for collecting public data from Threads (Instagram Threads). It retrieves user profiles, user posts, and search results without requiring login. Designed for reliability and scale within the Apify platform.

Key Features

The scraper operates in three distinct modules, which you can enable independently:

  • Users Info: Fetches profile details (including bio and links) for a specific username.
  • User Posts: Retrieves the posts/threads for a given user ID (pk).
  • Search: Finds public profiles by username search term.

Common technical features include resilient request handling with retries, buffered writes to the Apify dataset for performance, and modular input design.

How to Use

  1. Configure your Actor run with an input JSON object.
  2. Start the Actor. Results are automatically pushed to the default Apify dataset associated with the run.

Input Configuration

Configure the Actor using the following input parameters in your run's JSON.

Group Key Type Default Description
Users users_enabled boolean false Enable the Users module.
fetch_info boolean true Fetch user info via users/info.
info_username string Target username (without @).
fetch_posts boolean true Fetch user posts via users/posts.
posts_user_id string The user_id (pk) from a user info response, used to fetch posts.
Search search_enabled boolean false Enable the Search module.
search_username string Username to search for via search/profiles.

Example Inputs

Fetch a user's profile and their posts in one run:

{
  "users_enabled": true,
  "fetch_info": true,
  "info_username": "mrbeast",
  "fetch_posts": true,
  "posts_user_id": "63634640553"
}

Search for profiles by username:

{
  "search_enabled": true,
  "search_username": "mrbeast"
}

Best Practice: To get a user's posts, you typically need their user_id (pk). First, run the Actor with fetch_info: true to get this ID from the profile data. Then, use that ID as the posts_user_id in a subsequent run (or in the same run with both fetch_info and fetch_posts enabled).

Output

The Actor outputs raw API responses to the dataset, followed by a summary item.

Example User Info Output:

{
  "status": "Successful",
  "message": "Data retrieved successfully",
  "data": { /* user profile object */ }
}

Example User Posts Output:

{
  "status": "Successful",
  "message": "Data retrieved successfully",
  "data": [ /* array of post objects */ ]
}

Example Search Output:

{
  "status": "Successful",
  "message": "Data retrieved successfully",
  "data": [ /* array of profile objects */ ]
}

Final Summary Item:

{
  "success": true,
  "pages_fetched": 3,
  "total_pushed": 421,
  "fetched_at": "2025-01-01T12:34:56.000Z",
  "resultsMeta": {
    "groups_processed": ["users", "search"]
  }
}

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Threads Scraper Lite now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
igview-owner
Pricing
Paid
Total Runs
184
Active Users
12
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support