VOOZH about

URL: https://apify.com/igview-owner/threads-scraper-lite

โ‡ฑ Threads Scraper Lite ยท Apify


Pricing

from $7.00 / 1,000 results

Go to Apify Store

Threads Scraper Lite

Threads Scraper Lite: scrape Instagram Threads profiles, bio links, user posts, and user search. Fast Apify Actor with batching and clean JSON output.

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

1

Bookmarked

41

Total users

2

Monthly active users

4 months ago

Last modified

Share

Threads Scraper (Apify) โšก

High-performance Threads Scraper to collect user profiles (with bio links), user posts, and user search results. Built as an Apify Actor for reliability, batching, and scale.

Target keyword: Threads Scraper

Related keywords: Instagram Threads scraper, Threads user scraper, Threads posts scraper, Threads API alternative, Threads data extraction, social media intelligence, Threads analytics, Threads crawler.


Table of Contents ๐Ÿ“š


Features โœจ

ModuleWhat you getInput switches (single-parameter)
Users infoProfile info by usernameusers_enabled, fetch_info, info_username
User postsThreads/posts by user_id (pk)users_enabled, fetch_posts, posts_user_id
SearchProfiles search by usernamesearch_enabled, search_username

This Threads Scraper is ideal for brand monitoring, creator research, social listening, competitive analysis, and content curation.


How it works ๐Ÿง 

  • Resilient requests with lightweight retries and key rotation.
  • Buffered writes to the Apify dataset for performance.
  • Modular inputs so you can enable only what you need.

Quick start โšก

  1. In your Actor run, provide input JSON using the schema below.
  2. Start the Actor. Results are written to the default dataset.

Input configuration โš™๏ธ

GroupKeyTypeDefaultDescription
Usersusers_enabledbooleanfalseEnable Users module
fetch_infobooleantrueFetch user info via users/info
info_usernamestringโ€”Username (without @) for Users info
fetch_postsbooleantrueFetch user posts via users/posts
posts_user_idstringโ€”user_id (pk) from Users info response for fetching posts
Searchsearch_enabledbooleanfalseEnable Search module
search_usernamestringโ€”Username to search via search/profiles

Example inputs ๐Ÿ“ฅ

  • Fetch user info and posts in one run
{
"users_enabled":true,
"fetch_info":true,
"info_username":"mrbeast",
"fetch_posts":true,
"posts_user_id":"63634640553"
}
  • Search profiles by username
{
"search_enabled":true,
"search_username":"mrbeast"
}

Example outputs ๐Ÿ“ค

  • Raw Users info response
{
"status":"Successful",
"message":"Data retrieved successfully",
"data":{/* user info fields including pk/id, username, etc. */}
}
  • Raw Users posts response
{
"status":"Successful",
"message":"Data retrieved successfully",
"data":[/* array of threads/posts as returned by API */]
}
  • Raw Search profiles response
{
"status":"Successful",
"message":"Data retrieved successfully",
"data":[/* array of profiles as returned by API */]
}
  • Summary (final item)
{
"success":true,
"pages_fetched":3,
"total_pushed":421,
"fetched_at":"2025-01-01T12:34:56.000Z",
"resultsMeta":{"groups_processed":["users","search"]}
}

Best practices ๐Ÿงฉ

  • Single-parameter per endpoint: keep inputs minimal (info_username, posts_user_id, search_username).
  • Derive posts_user_id: first call Users info to get pk/id, then set it as posts_user_id.
  • Multiple fetch in one run: you can enable both fetch_info and fetch_posts simultaneously; each uses its own single parameter.

FAQ โ“

  • Is login required?
    • No. The Actor uses public data.
  • Where do results go?
    • The default Apify dataset for the run.

Changelog ๐Ÿ“ฆ

  • Initial release: Users detail with bio link, User posts, and Users search.

You might also like