# Scrape recent tweets by username

**Use case:** 

Get an account's most recent tweets quickly, ideal for a daily monitor.

## Input

```json
{
  "usernames": [
    "NASA"
  ],
  "maxTweetsPerUser": 40,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "username"
  },
  "scrapedAt": {
    "label": "scrapedAt"
  }
}
```

## About this Actor

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