# Monitor public Twitter List members and posts

**Use case:** 

Schedule a complete public Twitter List snapshot with metadata, members, posts, authors, timestamps, and engagement fields.

## Input

```json
{
  "listUrls": [
    {
      "url": "https://x.com/i/lists/84839422"
    }
  ],
  "outputTypes": [
    "list",
    "members",
    "posts"
  ],
  "maxItems": 75,
  "requestDelayMs": 750
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "listName": {
    "label": "List",
    "format": "string"
  },
  "username": {
    "label": "Member",
    "format": "string"
  },
  "authorUsername": {
    "label": "Post author",
    "format": "string"
  },
  "text": {
    "label": "Post",
    "format": "string"
  },
  "createdAt": {
    "label": "Posted",
    "format": "string"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "repostCount": {
    "label": "Reposts",
    "format": "integer"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "listUrl": {
    "label": "List URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

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