# Bulk X account tweet scraper

**Use case:** 

Scrape tweets from several accounts at once for research, monitoring or dataset building.

## Input

```json
{
  "usernames": [
    "NASA",
    "Nike",
    "Spotify"
  ],
  "maxTweetsPerUser": 100,
  "concurrency": 10,
  "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.