Linkedin Posts Collect By URL
Extract detailed information from LinkedIn posts using their URL. (up to 50 posts.)
To improve consistency and clarity, users can include a dictionary in the prompt, defining key terms and expected formats. This helps ensure more precise and structured responses.
Prompt Examples:
Linkedin Posts Collect By URL Dictionary
Column Name
Description
Data Type
url
The web link to the individual LinkedIn post
URL
id
A unique identifier for each LinkedIn post
Text
user_id
The unique identifier for the user who created the post
Text
use_url
The web link to the profile of the user who created the post
URL
title
The title or main subject of the LinkedIn post, if applicable
Text
headline
A brief headline summarizing the post’s content
Text
post_text
The main text content of the LinkedIn post
Text
date_posted
The date and time when the post was published on LinkedIn
Date
hashtags
Keywords or phrases prefixed with a hash (#) used in the post to tag content
Array
embedded_links
URLs included within the post that link to external content
Array
images
Any images attached or embedded in the post
Array
videos
Any videos attached or embedded in the post
Array
num_likes
The total number of likes the post has received
Number
num_comments
The total number of comments the post has received
Number
more_articles_by_user
Links to other posts or articles written by the same user
Array
├── headline
Headline of the article or post
Text
├── date_posted
Date the article or post was published
Date
├── post_url
URL of the article or post
URL
more_relevant_posts
Links to other posts that are relevant or related to the content of this post
Array
├── post_url
URL of the relevant post
URL
├── post_id
ID of the relevant post
Text
├── user_id
ID of the user who created the relevant post
Text
├── use_url
URL of the profile of the user who created the relevant post
URL
├── headline
Headline of the relevant post
Text
├── post_text
Text content of the relevant post
Text
├── date_posted
Date the relevant post was published
Text
├── num_likes
Number of likes on the relevant post
Number
├── num_comments
Number of comments on the relevant post
Number
├── images
Images attached to the relevant post
Array
├── videos
Videos attached to the relevant post
Array
├── hashtags
Hashtags used in the relevant post
Array
├── embedded_links
Embedded links in the relevant post
Array
top_visible_comments
Top comments on post, only some comments if any are visible without a login
Array
├── use_url
Profile URL of the comment's author
URL
├── user_id
ID of the comment's author
Text
├── user_name
Name of the comment's author
Text
├── comment_date
Date the comment was posted
Date
├── comment
Text content of the comment
Text
├── tagged_users
Users tagged in the comment
Array
├── num_reactions
Number of reactions to the comment
Number
├── user_title
The title of the comment's author
Text
├── user_followers
Number of followers of the user
Number
├── user_posts
User number of posts
Number
├── user_articles
Number of user articles
Number
post_type
Type of post (article/post)
Text
account_type
Whether the post is by a person or a company
Text
post_text_html
The post text preserving line breaks
Text
repost
Information about reposts
Object
├── repost_url
URL of the repost
URL
├── repost_user_id
ID of the user who reposted
Text
├── repost_user_name
Name of the user who reposted
Text
├── repost_text
Text of the repost
Text
├── repost_hangtags
Hashtags used in the repost
Array
├── repost_date
Date of the repost
Date
├── repost_attachments
Attachments in the repost
Array
├── repost_id
ID of the repost
Text
tagged_users
Users tagged in the post
Array
├── name
Name of the tagged user
Text
├── link
URL link to the tagged user's profile
URL
tagged_companies
Companies tagged in the post
Array
├── name
Name of the tagged company
Text
├── link
URL link to the tagged company's profile
URL
tagged_people
People tagged in the post
Array
├── name
Name of the tagged person
Text
├── link
URL link to the tagged person's profile
URL
user_title
The title of the post's author
Text
author_profile_pic
The post's author profile picture
URL
num_connections
The number of connections of the post's author
Number
video_duration
Duration of the post's video
Number
Last updated
Was this helpful?