# Elon Musk's Last 20 Tweets

**Use case:** 

Retrieve the latest 20 tweets from Elon Musk. Get real-time insights into his most recent thoughts and updates.

## Input

```json
{
  "username": "elonmusk",
  "max_posts": 20
}
```

## Output

```json
{
  "tweet_id": {
    "label": "Tweet id"
  },
  "created_at": {
    "label": "Created at"
  },
  "text": {
    "label": "Text"
  },
  "views": {
    "label": "Views"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter Timeline Scraper](https://apify.com/danek/twitter-timeline-ppr) with a specific input configuration. Visit the [Actor detail page](https://apify.com/danek/twitter-timeline-ppr) to learn more, explore other use cases, and run it yourself.