# Elon Musk Tweets Data Extractor

**Use case:** 

Scrape Elon Musk's tweets from X (Twitter) with detailed metrics including likes, media, and author info for analysis and research.

## Input

```json
{
  "postUrls": [
    {
      "url": "https://x.com/elonmusk/status/2067438979667140620"
    }
  ],
  "flattenOutput": true,
  "includeAuthorProfile": true
}
```

## Output

```json
{
  "text": {
    "label": "Text"
  },
  "author": {
    "label": "Author"
  },
  "created_at": {
    "label": "Created at"
  },
  "post_type": {
    "label": "Post type"
  },
  "metrics": {
    "label": "Metrics"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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