# Get Exact Dates for All Posts on a LinkedIn Profile

**Use case:** 

Use this LinkedIn date extractor to pull the exact date of every post a profile has published, with post text and engagement. Works with usernames or URLs.

## Input

```json
{
  "profiles": [
    "williamhgates"
  ],
  "companies": [],
  "maxPosts": 100,
  "postedLimit": "none",
  "contentType": "all",
  "sortBy": "date",
  "latestPostOnly": false,
  "includeSharedPosts": true,
  "includeReposts": true
}
```

## Output

```json
{
  "author_name": {
    "label": "Author",
    "format": "text"
  },
  "content": {
    "label": "Content",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "post_url": {
    "label": "Post URL",
    "format": "link"
  },
  "author": {
    "label": "Author Details",
    "format": "object"
  },
  "engagement": {
    "label": "Engagement",
    "format": "object"
  },
  "doc": {
    "label": "Document",
    "format": "object"
  },
  "share_url": {
    "label": "Share URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Posts Scraper ✅ NO COOKIES](https://apify.com/atomus/linkedin-posts-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/atomus/linkedin-posts-scraper-pro) to learn more, explore other use cases, and run it yourself.