# X Organization Affiliates Monitoring

**Use case:** 

Monitor X organization affiliates over repeat runs by scheduling the same organization targets.

## Input

```json
{
  "organizations": [
    "https://x.com/Xiaomi/affiliates"
  ],
  "maxResultsPerOrganization": 25
}
```

## Output

```json
{
  "sourceTarget": {
    "label": "Source target",
    "format": "string"
  },
  "organizationHandle": {
    "label": "Organization handle",
    "format": "string"
  },
  "organizationName": {
    "label": "Organization name",
    "format": "string"
  },
  "affiliatePosition": {
    "label": "Affiliate position",
    "format": "integer"
  },
  "affiliateHandle": {
    "label": "Affiliate handle",
    "format": "string"
  },
  "affiliateName": {
    "label": "Affiliate name",
    "format": "string"
  },
  "affiliateUrl": {
    "label": "Affiliate URL",
    "format": "string"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "followersCount": {
    "label": "Followers",
    "format": "integer"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "isBlueVerified": {
    "label": "Blue verified",
    "format": "boolean"
  },
  "verifiedType": {
    "label": "Verified type",
    "format": "string"
  },
  "affiliateLabelDescription": {
    "label": "Affiliate label",
    "format": "string"
  },
  "affiliateBadgeUrl": {
    "label": "Badge URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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