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
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 Name | Type | Description |
---|---|---|
id | string | Unique identifier for the post. |
user_posted | string | The Twitter handle of the user who posted. |
name | string | The name of the user who posted. |
description | string or null | A description or text of the post (if available). |
date_posted | string | Timestamp of when the post was made. |
photos | array of string | URLs of photos attached to the post (if available). |
url | string | The URL of the Twitter post. |
quoted_post | object | Details of any quoted post (if applicable). |
tagged_users | array of string | Users tagged in the post (if any). |
replies | integer | The number of replies to the post. |
reposts | integer | The number of reposts (retweets) of the post. |
likes | integer | The number of likes the post has received. |
views | integer | The number of views the post has received. |
external_url | string or null | Any external URL linked in the post (if applicable). |
hashtags | array of string | Any hashtags associated with the post. |
followers | integer | The follower count of the user. |
biography | string or null | A short biography of the user (if available). |
posts_count | integer | The total number of posts made by the user. |
profile_image_link | string | URL of the user's profile image. |
following | integer | The number of accounts the user is following. |
is_verified | boolean | Whether the user is verified (true or false). |
quotes | integer | The number of times the post has been quoted. |
bookmarks | integer | The number of times the post has been bookmarked. |
parent_post_details | object | Details of the parent post, if any. |
external_image_urls | array of string | Any external image URLs linked in the post (if applicable). |
videos | array of string | URLs of videos attached to the post (if available). |
external_video_urls | array of string | External video URLs linked in the post (if applicable). |
timestamp | string | The timestamp of the data extraction. |
input | object | Input URL of the post. |
discovery_input | object | The 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