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.
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.
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. |
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]
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!