# Analyze Competitor Twitter Engagement & Content Strategy

**Use case:** 

Gain insights into your competitors' Twitter content performance and engagement tactics. Understand what type of content resonates with their audience and infor

## Input

```json
{
  "usernames": [
    "@HubSpot",
    "@Salesforce",
    "@Marketo"
  ],
  "maxTweets": 100,
  "includeReplies": false,
  "includeRetweets": true,
  "cookies": "***"
}
```

## Output

```json
{
  "scrapedProfile": {
    "label": "Profile",
    "format": "text"
  },
  "text": {
    "label": "Tweet Text",
    "format": "text"
  },
  "timestamp": {
    "label": "Posted At",
    "format": "date"
  },
  "likes_count": {
    "label": "Likes",
    "format": "number"
  },
  "retweets_count": {
    "label": "Retweets",
    "format": "number"
  },
  "replies_count": {
    "label": "Replies",
    "format": "number"
  },
  "bookmarks_count": {
    "label": "Bookmarks",
    "format": "number"
  },
  "views_count": {
    "label": "Views",
    "format": "number"
  },
  "is_retweet": {
    "label": "Retweet?",
    "format": "text"
  },
  "is_reply": {
    "label": "Reply?",
    "format": "text"
  },
  "tweet_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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