# Export a small Truth Social posts sample

**Use case:** 

Uses a durable public profile URL with a very small cap for users who want a lightweight post export recipe.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://truthsocial.com/@realDonaldTrump"
    }
  ],
  "includeReplies": false,
  "includeReblogs": true,
  "maxItems": 5
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "recordId": {
    "label": "Record ID",
    "format": "text"
  },
  "username": {
    "label": "Profile username",
    "format": "text"
  },
  "displayName": {
    "label": "Display name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "followingCount": {
    "label": "Following",
    "format": "number"
  },
  "postsCount": {
    "label": "Profile posts",
    "format": "number"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "createdAt": {
    "label": "Created at",
    "format": "date"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "contentText": {
    "label": "Post text",
    "format": "text"
  },
  "repliesCount": {
    "label": "Replies",
    "format": "number"
  },
  "reblogsCount": {
    "label": "Reposts",
    "format": "number"
  },
  "favouritesCount": {
    "label": "Likes",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Truth Social Profiles & Posts Scraper](https://apify.com/fetch_cat/truth-social-profile-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/truth-social-profile-posts-scraper) to learn more, explore other use cases, and run it yourself.