# Twitter Media Downloader: Bulk Save Images & Videos

**Use case:** 

Bypass Twitter limits and bulk download all images, videos, and media files from any user's timeline instantly.

## Input

```json
{
  "screenName": "natgeo",
  "maxItems": 10
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "twitterUrl": {
    "label": "Twitter URL",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "text": {
    "label": "TEXT",
    "format": "text"
  },
  "retweetCount": {
    "label": "Retweet Count",
    "format": "number"
  },
  "replyCount": {
    "label": "Reply Count",
    "format": "number"
  },
  "likeCount": {
    "label": "Like Count",
    "format": "number"
  },
  "quoteCount": {
    "label": "Quote Count",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "bookmarkCount": {
    "label": "Bookmark Count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Download Twitter (X) User Tweets, Replies & Media](https://apify.com/fastcrawler/download-twitter-x-user-tweets-replies-media) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fastcrawler/download-twitter-x-user-tweets-replies-media) to learn more, explore other use cases, and run it yourself.