# X User Profile API: Bulk Export by Handle

**Use case:** 

Bulk-export X profiles with verification type, follower and following counts and pinned post details, billed per 1,000 handles.

## Input

```json
{
  "usernames": [
    "OpenAI"
  ]
}
```

## Output

```json
{
  "avatar_url": {
    "label": "Avatar URL",
    "format": "string"
  },
  "display_name": {
    "label": "Display Name",
    "format": "string"
  },
  "user_name": {
    "label": "Username",
    "format": "string"
  },
  "user_id": {
    "label": "User ID",
    "format": "string"
  },
  "followers_count": {
    "label": "Followers",
    "format": "integer"
  },
  "following_count": {
    "label": "Following",
    "format": "integer"
  },
  "statuses_count": {
    "label": "Tweets",
    "format": "integer"
  },
  "favourites_count": {
    "label": "Likes",
    "format": "integer"
  },
  "listed_count": {
    "label": "Listed",
    "format": "integer"
  },
  "media_count": {
    "label": "Media",
    "format": "integer"
  },
  "description": {
    "label": "Bio",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "affiliate_label": {
    "label": "Affiliate Label",
    "format": "object"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "blue_verified": {
    "label": "Blue Verified",
    "format": "boolean"
  },
  "verified_type": {
    "label": "Verification Type",
    "format": "string"
  },
  "verified_at": {
    "label": "Verified Since",
    "format": "string"
  },
  "created_at": {
    "label": "Account Created",
    "format": "string"
  },
  "account_type": {
    "label": "Account Type",
    "format": "string"
  },
  "account_category": {
    "label": "Account Category",
    "format": "string"
  },
  "creator_subscriptions": {
    "label": "Creator Subscriptions",
    "format": "integer"
  },
  "business_affiliates": {
    "label": "Business Affiliates",
    "format": "integer"
  },
  "highlighted_tweets": {
    "label": "Highlighted Tweets",
    "format": "integer"
  },
  "profile_urls": {
    "label": "Profile URLs",
    "format": "array"
  },
  "description_urls": {
    "label": "Bio URLs",
    "format": "array"
  },
  "banner_url": {
    "label": "Banner URL",
    "format": "string"
  },
  "pinned_tweet": {
    "label": "Pinned Post",
    "format": "object"
  },
  "birthdate": {
    "label": "Birthdate",
    "format": "string"
  },
  "profile_language": {
    "label": "Profile Language",
    "format": "string"
  },
  "custom_timelines": {
    "label": "Custom Timelines",
    "format": "boolean"
  },
  "pinned_tweet_ids": {
    "label": "Pinned Tweet IDs",
    "format": "array"
  },
  "default_profile": {
    "label": "Default Profile",
    "format": "boolean"
  },
  "protected": {
    "label": "Protected",
    "format": "boolean"
  },
  "sensitive": {
    "label": "Sensitive Content",
    "format": "boolean"
  },
  "posting_sources": {
    "label": "Posting Sources",
    "format": "array"
  },
  "status": {
    "label": "Processing Status",
    "format": "string"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [𝕏(twitter) User Profile](https://apify.com/truefetch/x-user-profile) with a specific input configuration. Visit the [Actor detail page](https://apify.com/truefetch/x-user-profile) 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/truefetch/x-user-profile.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).
