# Political Tweet Metrics by Post URL Extraction

**Use case:** 

Retrieve detailed engagement metrics for specific political posts on X. Get data on interaction levels and performance for accurate analysis.

## Input

```json
{
  "postUrls": [
    "https://x.com/POTUS/status/1729572855099482243",
    "https://x.com/WhiteHouse/status/1729139840975839413"
  ],
  "maxConcurrency": 5,
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "text": {
    "label": "Text",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "retweetCount": {
    "label": "Retweets",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "createdAt": {
    "label": "Created at",
    "format": "text"
  },
  "url": {
    "label": "Post URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Tweet Scraper by URL - X (Twitter) Post Data](https://apify.com/logiover/x-post-url-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/x-post-url-scraper) to learn more, explore other use cases, and run it yourself.