Discover Twitter Profiles Posts avatar

Discover Twitter Profiles Posts

Try for free

1 day trial then $5.00/month - No credit card required now

Go to Store
Discover Twitter Profiles Posts

Discover Twitter Profiles Posts

pratikdani/discover-twitter-profiles-posts
Try for free

1 day trial then $5.00/month - No credit card required now

The **Discover Twitter Posts by Profile URL Actor** extracts detailed information about posts from a specified Twitter profile URL, including the user's post data, engagement metrics, and media attached to the posts.

Discover Twitter Posts by Profile URL Actor

Overview

The Discover Twitter Posts by Profile URL Actor extracts detailed information about posts from a specified Twitter profile URL, including the user's post data, engagement metrics, and media attached to the posts.

Features

  • Extracts all posts from a valid Twitter profile URL.
  • Provides detailed information about the post including likes, replies, reposts, and views.
  • Retrieves media attached to the post such as photos and videos.
  • Collects profile information like follower count, posts count, and verification status.

Output Fields

Field NameTypeDescription
idstringUnique identifier for the post.
user_postedstringThe Twitter handle of the user who posted.
namestringThe name of the user who posted.
descriptionstring or nullA description or text of the post (if available).
date_postedstringTimestamp of when the post was made.
photosarray of stringURLs of photos attached to the post (if available).
urlstringThe URL of the Twitter post.
quoted_postobjectDetails of any quoted post (if applicable).
tagged_usersarray of stringUsers tagged in the post (if any).
repliesintegerThe number of replies to the post.
repostsintegerThe number of reposts (retweets) of the post.
likesintegerThe number of likes the post has received.
viewsintegerThe number of views the post has received.
external_urlstring or nullAny external URL linked in the post (if applicable).
hashtagsarray of stringAny hashtags associated with the post.
followersintegerThe follower count of the user.
biographystring or nullA short biography of the user (if available).
posts_countintegerThe total number of posts made by the user.
profile_image_linkstringURL of the user's profile image.
followingintegerThe number of accounts the user is following.
is_verifiedbooleanWhether the user is verified (true or false).
quotesintegerThe number of times the post has been quoted.
bookmarksintegerThe number of times the post has been bookmarked.
parent_post_detailsobjectDetails of the parent post, if any.
external_image_urlsarray of stringAny external image URLs linked in the post (if applicable).
videosarray of stringURLs of videos attached to the post (if available).
external_video_urlsarray of stringExternal video URLs linked in the post (if applicable).
timestampstringThe timestamp of the data extraction.
inputobjectInput URL of the post.
discovery_inputobjectThe input URL of the Twitter profile.

Possible Usage of the Actor

  • Social Media Analytics: Use this actor to analyze the engagement and activity of any public Twitter profile.
  • Brand Monitoring: Track posts, likes, and interactions for specific brands or influencers.
  • Content Strategy: Gather data on popular posts, replies, and retweets to refine content creation strategies.

Example Output

1[
2  {
3    "id": "1872080985451598039",
4    "user_posted": "elonmusk",
5    "name": "Elon Musk",
6    "description": null,
7    "date_posted": "2024-12-26T00:44:23.000Z",
8    "photos": ["https://pbs.twimg.com/media/Gfr3u8oWwAA43_T.jpg"],
9    "url": "https://x.com/elonmusk/status/1872080985451598039",
10    "quoted_post": {
11      "post_id": null,
12      "profile_id": null,
13      "profile_name": null,
14      "data_posted": null,
15      "url": null,
16      "description": null,
17      "photos": null,
18      "videos": null
19    },
20    "tagged_users": null,
21    "replies": 27459,
22    "reposts": 111635,
23    "likes": 1178759,
24    "views": 112055970,
25    "external_url": null,
26    "hashtags": null,
27    "followers": 212457675,
28    "biography": null,
29    "posts_count": 66640,
30    "profile_image_link": "https://pbs.twimg.com/profile_images/1874558173962481664/8HSTqIlD_normal.jpg",
31    "following": 935,
32    "is_verified": false,
33    "quotes": 6076,
34    "bookmarks": 25891,
35    "parent_post_details": {
36      "post_id": null,
37      "profile_id": null,
38      "profile_name": null
39    },
40    "external_image_urls": null,
41    "videos": null,
42    "external_video_urls": null,
43    "timestamp": "2025-01-14T15:07:38.556Z",
44    "input": {
45      "url": "https://twitter.com/44196397/status/1872080985451598039"
46    },
47    "discovery_input": {
48      "url": "https://x.com/elonmusk",
49      "start_date": "",
50      "end_date": ""
51    }
52  }
53]
Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified a day ago