# X Twitter AI Education List monitoring

**Use case:** 

Monitor topics conencted to AI on twitter https://x.com/i/lists/1705702737835643273

## Input

```json
{
  "listId": "1705702737835643273",
  "page": 1,
  "limit": 10,
  "maxPages": 1,
  "maxItems": 10
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "string"
  },
  "user.username": {
    "label": "Username",
    "format": "string"
  },
  "rawContent": {
    "label": "Text",
    "format": "string"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "retweetCount": {
    "label": "Retweets",
    "format": "integer"
  },
  "replyCount": {
    "label": "Replies",
    "format": "integer"
  },
  "quoteCount": {
    "label": "Quotes",
    "format": "integer"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "url": {
    "label": "Tweet URL",
    "format": "string"
  },
  "id_str": {
    "label": "Tweet ID",
    "format": "string"
  }
}
```

## About this Actor

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