Twitter/X Profile Scraper - Extract User Data & Stats
Pricing
Pay per usage
Go to Apify Store
Twitter/X Profile Scraper - Extract User Data & Stats
Extract data from twitter profile. Get prices, reviews, ratings, and detailed information. Export to JSON, CSV, Excel. Fast and reliable web scraping tool.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Fatih Dağüstü
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 hours ago
Last modified
Categories
Share
Extract structured data from Twitter/X at scale. No coding required — just configure and run.
✨ Features
- 👤 Profile information extraction
- ⚡ Fast and reliable extraction
- 📊 Structured JSON/CSV output
- 🔄 Automatic retry and error handling
- 🔄 Automatic pagination and retry
- 📁 Export to JSON, CSV, Excel, or connect via API
🚀 How to Use
- Click "Try for free" on the actor page
- Configure your input — enter URLs or search terms
- Run the actor and get structured data in seconds
- Export or integrate — download files or use the Apify API
📥 Input Example
{"startUrls": ["https://example.com"],"maxItems": 100,"proxy": {"useApifyProxy": true}}
📤 Output Example
{"url": "https://example.com/item/123","title": "Example Item","description": "Extracted data fields...","price": "$29.99","rating": 4.5,"reviews": 128}
💡 Use Cases
- Market Research — Track competitors, prices, and trends from Twitter/X
- Lead Generation — Extract business contacts and emails
- Data Analysis — Build datasets for analytics and reporting
- Price Monitoring — Monitor price changes automatically
- Content Aggregation — Collect and organize content at scale
⚙️ Configuration
| Parameter | Type | Description |
|---|---|---|
startUrls | Array | URLs to scrape |
maxItems | Number | Maximum items to extract |
proxy | Object | Proxy configuration |
🔗 Integration
Works with any programming language via the Apify API:
curl "https://api.apify.com/v2/acts/intelligent_yaffle~twitter-profile-scraper/runs?token=YOUR_TOKEN" \-X POST \-d '{"startUrls": ["https://example.com"]}'
Node.js:
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_TOKEN' });const run = await client.actor('intelligent_yaffle/twitter-profile-scraper').call({ startUrls: ['https://example.com'] });const { items } = await client.dataset(run.defaultDatasetId).listItems();
Python:
from apify_client import ApifyClientclient = ApifyClient('YOUR_TOKEN')run = client.actor('intelligent_yaffle/twitter-profile-scraper').call(run_input={'startUrls': ['https://example.com']})items = list(client.dataset(run['defaultDatasetId']).iterate_items())
📊 Pricing
This actor uses pay-per-event pricing — you only pay for results you get. Check the pricing tab for details.
🆘 Support
- Issues? Open an issue on the actor page
- Questions? Contact us at fatihdagustu20@gmail.com
- Updates: Star this actor to get notified about new features
Built with ❤️ by FatihAI