# Scrape SaaS Companies Tweets for Product Updates

**Use case:** 

Gather the latest tweets from Notion, Figma, Linear, and more. Get insights on product updates directly from their Twitter profiles.

## Input

```json
{
  "profiles": [
    "Notion",
    "figma",
    "linear",
    "vercel",
    "stripe",
    "airtable"
  ],
  "maxTweetsPerProfile": 100,
  "includeRetweets": false,
  "includeReplies": false,
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "fromProfile": {
    "label": "From profile",
    "format": "text"
  },
  "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": "Tweet URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter Scraper - Scrape Tweets from X Profiles](https://apify.com/logiover/x-tweet-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/x-tweet-scraper) to learn more, explore other use cases, and run it yourself.