Scrape threads or posts from meta or instagram's new social media website "threads.net"
This scraper helps you to scrape posts by a threads user
Here is the sample output of this actor:
1{ 2 "id": "3141737961795561608_314216", 3 "reply_count": "27068", 4 "user": { 5 "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/357376107_1330597350674698_8884059223384672080_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent.cdninstagram.com&_nc_cat=1&_nc_ohc=euIj8dtTGIkAX-vea85&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfCOXYuDeJ_OxBW9ZYSdlTfCIXdP9NBqDoMVS5rk39mEHA&oe=64ACDDC0&_nc_sid=10d13b", 6 "username": "zuck", 7 "id": null, 8 "is_verified": true, 9 "pk": "314216" 10 }, 11 "image_versions2": { 12 "candidates": [] 13 }, 14 "original_width": 612, 15 "original_height": 612, 16 "video_versions": [], 17 "carousel_media": null, 18 "carousel_media_count": null, 19 "pk": "3141737961795561608", 20 "has_audio": null, 21 "text_post_app_info": { 22 "link_preview_attachment": null, 23 "share_info": { 24 "quoted_post": null, 25 "reposted_post": null 26 }, 27 "reply_to_author": null, 28 "is_post_unavailable": false 29 }, 30 "caption": { 31 "text": "70 million sign ups on Threads as of this morning. Way beyond our expectations." 32 }, 33 "taken_at": 1688744372, 34 "like_count": 146411, 35 "code": "CuZsgfWLyiI", 36 "media_overlay_info": null 37}
The given JSON data represents an threads post with various associated attributes. Below is a breakdown of the individual components and their descriptions:
id: The unique identifier for the post.
reply_count: The total number of replies for this post.
user: The user who created the post. This contains several sub-fields:
image_versions2: An object that lists image versions available for the post.
original_width: The original width of the image or video.
original_height: The original height of the image or video.
video_versions: An array containing different versions of the video (if the post is a video).
carousel_media: Represents carousel media if the post contains multiple images or videos.
carousel_media_count: The total number of media items in a carousel post.
pk: Another unique key for the post.
has_audio: A boolean value indicating if the post (video) has audio.
text_post_app_info: Contains information related to the text of the post.
caption: Contains the caption of the post.
taken_at: A timestamp indicating when the post was created (in Unix time format and can be converted to a human-readable date and time format.)
like_count: The total number of likes for the post.
code: A unique code associated with the post.
media_overlay_info: Contains information related to any media overlays on the post.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!