# Truth Social images and videos posts

**Use case:** 

Extract only Truth Social posts that contain images or video attachments from any public profile. Perfect for content archiving and media analysis.

## Input

```json
{
  "username": "realDonaldTrump",
  "maxPosts": 100,
  "onlyReplies": false,
  "onlyMedia": true,
  "cleanContent": true,
  "useLastPostId": false
}
```

## Output

```json
{
  "id": {
    "label": "Post ID",
    "format": "text"
  },
  "created_at": {
    "label": "Created",
    "format": "text"
  },
  "content": {
    "label": "Content",
    "format": "text"
  },
  "account.username": {
    "label": "Username",
    "format": "text"
  },
  "account.display_name": {
    "label": "Display Name",
    "format": "text"
  },
  "replies_count": {
    "label": "Replies",
    "format": "number"
  },
  "reblogs_count": {
    "label": "Retruths",
    "format": "number"
  },
  "favourites_count": {
    "label": "Likes",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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