
Discover Twitter Profiles Posts
Pricing
$5.00/month + usage
Go to Store

Discover Twitter Profiles Posts
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.
0.0 (0)
Pricing
$5.00/month + usage
1
Total users
33
Monthly users
9
Runs succeeded
>99%
Issues response
13 days
Last modified
a month ago
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
[{"id": "1872080985451598039","user_posted": "elonmusk","name": "Elon Musk","description": null,"date_posted": "2024-12-26T00:44:23.000Z","photos": ["https://pbs.twimg.com/media/Gfr3u8oWwAA43_T.jpg"],"url": "https://x.com/elonmusk/status/1872080985451598039","quoted_post": {"post_id": null,"profile_id": null,"profile_name": null,"data_posted": null,"url": null,"description": null,"photos": null,"videos": null},"tagged_users": null,"replies": 27459,"reposts": 111635,"likes": 1178759,"views": 112055970,"external_url": null,"hashtags": null,"followers": 212457675,"biography": null,"posts_count": 66640,"profile_image_link": "https://pbs.twimg.com/profile_images/1874558173962481664/8HSTqIlD_normal.jpg","following": 935,"is_verified": false,"quotes": 6076,"bookmarks": 25891,"parent_post_details": {"post_id": null,"profile_id": null,"profile_name": null},"external_image_urls": null,"videos": null,"external_video_urls": null,"timestamp": "2025-01-14T15:07:38.556Z","input": {"url": "https://twitter.com/44196397/status/1872080985451598039"},"discovery_input": {"url": "https://x.com/elonmusk","start_date": "","end_date": ""}}]