# Export GitHub Following Profiles on X

**Use case:** 

Export up to 20 public X profiles followed by GitHub, including profile details and relationship data for audience and competitor research.

## Input

```json
{
  "handles": [
    "github"
  ],
  "profileUrls": [],
  "mode": "following",
  "maxItems": 20,
  "includeProfileDetails": true,
  "failOnBlocked": true
}
```

## Output

```json
{
  "sourceInput": {
    "label": "sourceInput",
    "format": "string"
  },
  "sourceHandle": {
    "label": "sourceHandle",
    "format": "string"
  },
  "sourceUserId": {
    "label": "sourceUserId",
    "format": "string"
  },
  "sourceProfileUrl": {
    "label": "sourceProfileUrl",
    "format": "string"
  },
  "edgeType": {
    "label": "edgeType",
    "format": "string"
  },
  "relatedUserId": {
    "label": "relatedUserId",
    "format": "string"
  },
  "relatedHandle": {
    "label": "relatedHandle",
    "format": "string"
  },
  "relatedName": {
    "label": "relatedName",
    "format": "string"
  },
  "relatedProfileUrl": {
    "label": "relatedProfileUrl",
    "format": "string"
  },
  "bio": {
    "label": "bio",
    "format": "string"
  },
  "location": {
    "label": "location",
    "format": "string"
  },
  "websiteUrl": {
    "label": "websiteUrl",
    "format": "string"
  },
  "email": {
    "label": "email",
    "format": "string"
  },
  "profileImageUrl": {
    "label": "profileImageUrl",
    "format": "string"
  },
  "profileBannerUrl": {
    "label": "profileBannerUrl",
    "format": "string"
  },
  "followersCount": {
    "label": "followersCount",
    "format": "integer"
  },
  "followingCount": {
    "label": "followingCount",
    "format": "integer"
  },
  "listedCount": {
    "label": "listedCount",
    "format": "integer"
  },
  "likesCount": {
    "label": "likesCount",
    "format": "integer"
  },
  "postsCount": {
    "label": "postsCount",
    "format": "integer"
  },
  "mediaCount": {
    "label": "mediaCount",
    "format": "integer"
  },
  "createdAt": {
    "label": "createdAt",
    "format": "string"
  },
  "isVerified": {
    "label": "isVerified",
    "format": "boolean"
  },
  "isBlueVerified": {
    "label": "isBlueVerified",
    "format": "boolean"
  },
  "isProtected": {
    "label": "isProtected",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/fetch_cat/x-followers-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
