Twitter Profile Scraper avatar

Twitter Profile Scraper

Pricing

Pay per usage

Go to Apify Store
Twitter Profile Scraper

Twitter Profile Scraper

Extract a Twitter/X profile's details.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Twitter Profile Scraper creates structured profile data from a Twitter/X account using an authenticated session.

Built on the Apify platform, this Actor supports scheduling, webhooks, and dataset exports.

What It Does

Twitter Profile Scraper creates structured profile data from a Twitter/X account using an authenticated session.

Why Use Twitter Profile Scraper?

  • Profile enrichment - Collect account metadata for CRM and lead workflows
  • Audience research - Gather profile signals for segmentation and analysis
  • Operational visibility - Track profile extraction results in Apify datasets

How to Use Twitter Profile Scraper

  1. Open the Actor on Apify
  2. Enter the required URL and authenticated session inputs
  3. Start the run
  4. Review the dataset output for success or error details

Input

This Actor accepts the fields required to extract a Twitter/X profile through an authenticated session.

Proxy Object

Use the proxy object to define how requests should be routed. Common fields are:

  • ip - Proxy host or endpoint URL
  • port - Proxy port
  • username - Proxy username
  • password - Proxy password

Example Input

{
"twProfileUrl": "https://x.com/example_profile",
"texAuVariables": {},
"connectedAccountId": "example_connected_account_id",
"auth_token": "example_auth_token",
"ct0": "example_ct0_token",
"kdt": "example_kdt_cookie",
"twid": "u%3D1234567890",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"bearerToken": "Bearer exampleBearerToken",
"guest_token": "example_guest_token",
"sec-ch-ua-platform": "\"Linux\"",
"authorization": "Bearer exampleBearerToken",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"x-csrf-token": "example_ct0_token",
"txSmSelfProfileUrl": "https://x.com/example_self_account",
"proxy": {
"ip": "http://proxy.example.com",
"port": "1080",
"username": "user_example|session_demo",
"password": "example_proxy_password"
}
}

Output

The Actor writes the action result to the default dataset.

Example Output

{
"success": true,
"response": {
"handle": "example_account",
"profileUrl": "https://x.com/example_account",
"followersCount": 1234,
"followingCount": 567,
"tweetCount": 890,
"timestamp": "2026-06-22T10:15:00.000Z"
}
}

Pricing / Cost Estimation

$0.003 per successful API call

Support

If you need adjustments for your workflow, use the Actor Issues tab or your internal support channel.