# Scrape Y Combinator Twitter Followers

**Use case:** 

Scrape Y Combinator Twitter followers for founder, startup, investor, and B2B audience research.

## Input

```json
{
  "userNameList": [
    "ycombinator"
  ],
  "maxFollowers": 1000,
  "maxFollowing": 200,
  "getFollowers": true,
  "getFollowing": false,
  "outputMode": "usernames"
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "job_id": {
    "label": "Job ID",
    "format": "text"
  },
  "query_type": {
    "label": "Query Type",
    "format": "text"
  },
  "query_value": {
    "label": "Query",
    "format": "text"
  },
  "relation": {
    "label": "Relation",
    "format": "text"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter (X) Followers Scraper ✅ | $0.10 / 1K | Up to 5M](https://apify.com/x_guru/twitter-follower-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/x_guru/twitter-follower-scraper) to learn more, explore other use cases, and run it yourself.