All Social Media Profile Details Extractor
Pricing
Pay per event
All Social Media Profile Details Extractor
Extract rich profile details from Instagram, TikTok, YouTube, LinkedIn, and Twitter using usernames, URLs, or keywords. Get name, bio, followers, location, verified status, contact info, and more—perfect for research, outreach, and social intelligence.
0.0 (0)
Pricing
Pay per event
1
10
5
Last modified
15 days ago

All Social Media Profile Details Extractor
The All Social Media Profile Details Extractor is a comprehensive tool that gathers in-depth profile information from social media accounts across multiple platforms. Unlike basic scrapers, this advanced tool extracts complete profile metadata including user IDs, follower counts, post statistics, profile pictures, and timestamps - providing you with a 360-degree view of any social media presence.
Gain deep insights into social media profiles with detailed analytics and comprehensive data extraction. Whether you're conducting competitor analysis, building influencer databases, or performing market research, this tool delivers rich profile data that goes beyond surface-level information. Extract verified account status, engagement metrics, and profile metadata to make informed decisions about partnerships, outreach, and strategic planning.
The extractor supports both URL-based searches and keyword searches, making it incredibly versatile for various use cases. You can analyze specific profiles by providing their URLs or discover new profiles by searching for keywords related to your industry or interests. With support for Instagram and other major platforms, you'll have access to the most comprehensive profile data available.
📄 What Can You Extract?
- contentType: Type of content (profile)
- keyword: Search term used to find the profile
- name: Full display name of the profile
- platform: Social media platform (INSTAGRAM, etc.)
- timestamp: Date when the profile data was extracted
- user_id: Unique identifier for the user on the platform
- user_link: Direct URL to the user's profile
- user_thumbnail: High-quality profile picture URL
- username: Social media handle/username
- following: Number of accounts the user follows
- posts: Total number of posts published by the user
📘 How to Use
Getting started is quick and painless even if you've never scraped data before:
- Create a free Apify account. All you need is an email address.
- Open the All Social Media Profile Details Extractor on the Apify platform.
- Add profile URLs or search keywords in the search_inputs field. You can mix URLs and keywords in the same run.
- Click "Start". The actor will visit each profile or search for keywords and extract comprehensive profile data.
- Download your dataset in JSON, CSV, Excel, or HTML, or pipe it straight into your integrations via the API.
✨ Key Features
- Dual Input Methods: Search by direct profile URLs or discover profiles using keywords
- Rich Data Extraction: Capture complete profile metadata including IDs, stats, and engagement metrics
- Bulk Processing: Analyze multiple profiles or keywords in a single run
- Platform-Specific Data: Extract unique metrics specific to each social media platform
- High-Resolution Images: Get full-quality profile picture URLs for visual analysis
- Real-Time Data: Access the most current profile information available
- Flexible Export Options: Download in multiple formats or integrate via API
- Location-Based Filtering: Target profiles from specific geographic regions
⌨️ Input Parameters
| Field | Type | Description | Required |
|---|---|---|---|
search_inputs | Array | List of profile URLs or keywords to search (e.g., ["https://instagram.com/nike", "tech startup"]) | Yes |
platform | String | Social media platform to search (INSTAGRAM, etc.) | Yes |
location | String | Filter profiles by country code (e.g., "US", "UK", "CA") | No |
maxResults | Integer | Maximum number of profiles to extract when using keyword search (default: 50) | No |
Sample Input
{"location": "US","platform": "INSTAGRAM","search_inputs": ["https://www.instagram.com/google/", "apple"],"maxResults": 50}
📊 Output
The actor returns a structured dataset with comprehensive profile information for each account.
Sample Output (JSON)
[{"contentType": "profile","keyword": "google","name": "Google","platform": "INSTAGRAM","timestamp": "2025-07-23","user_id": "46547***12313","user_link": "https://www.instagram.com/google","user_thumbnail": "https://scontent-iad3-1.cdninstagram.com/v/t51.82787-19/520***419_n.jpg","username": "google","following": 40,"posts": 2856},{"contentType": "profile","keyword": "apple","name": "apple • Instagram photos and videos","platform": "INSTAGRAM","timestamp": "2025-07-23","user_id": "71231***54798","user_link": "https://www.instagram.com/apple","user_thumbnail": "https://scontent-atl3-2.cdninstagram.com/v/t51.2885-19/206***608_a.jpg","username": "apple","following": 9,"posts": 1265}]
🎯 Use Cases
- Competitor Analysis: Track competitor social media metrics, posting frequency, and follower growth over time
- Influencer Vetting: Verify influencer authenticity by analyzing follower-to-following ratios and engagement patterns
- Market Research: Study industry leaders and emerging brands to identify trends and best practices
- Brand Monitoring: Keep tabs on how your brand and competitors present themselves across platforms
- Partnership Evaluation: Assess potential partners' social media presence before collaboration
- Content Strategy Planning: Analyze successful accounts in your niche to inform your content strategy
- Social Media Audits: Conduct comprehensive audits of client or company social media profiles
- Academic Research: Gather data for studies on social media behavior, trends, and digital marketing
- Investment Due Diligence: Evaluate the social media presence of potential investment targets
- Crisis Management: Monitor profile changes and activity during PR crises or reputation management
- Recruitment Intelligence: Research company culture and values through their social media presence
- Event Planning: Identify and analyze profiles of speakers, attendees, or sponsors for events
📌 Usage Tips
- Mix URLs and keywords: Combine direct profile URLs with keyword searches for comprehensive coverage
- Use specific keywords: Target niche terms for more relevant profile discoveries
- Schedule regular extractions: Track profile growth and changes over time with scheduled runs
- Leverage user IDs: Use the extracted user_id field for consistent tracking even if usernames change
🔌 Integrations
All Social Media Profile Details Extractor fits seamlessly into your data pipeline. Thanks to built-in integrations on the Apify platform, you can connect this actor with virtually any cloud service or web app.
Popular integrations
- Make (Integromat) – automate multi-step workflows with drag-and-drop scenarios.
- Zapier – send data to 5,000+ apps without writing code.
- Airbyte – sync datasets into your data warehouse.
- Slack – push instant notifications to your team channels.
- Google Sheets & Drive – store results in spreadsheets or cloud storage.
- GitHub – commit scraped datasets directly to your repositories.
- AWS S3 / Azure Blob Storage – archive large exports securely.
Webhooks
Set up webhooks to trigger an action whenever a specific event occurs – for example, receive an email or Slack alert whenever All Social Media Profile Details Extractor successfully finishes a run.
🛠️ API Access
Prefer to automate everything with code? The Apify REST API lets you manage, schedule, and run this actor programmatically – no clicks required.
- Run & Schedule Actors: Kick-off a scrape on demand or set up a cron-like schedule.
- Access Datasets: Stream results directly into your apps, data warehouse, or BI dashboards.
- Monitor Runs: Track progress, error logs, and performance metrics in real time.
- Version Control: Programmatically create new versions or roll back if needed.
Client libraries
Choose the SDK that fits your stack:
| Language | Package | Install |
|---|---|---|
| Node.js | apify-client | npm install apify-client |
| Python | apify-client | pip install apify-client |
For complete API examples and detailed usage, visit the All Social Media Profile Details Extractor API documentation.
// Example: Trigger a run with Node.jsimport { ApifyClient } from 'apify-client'// Initialize the ApifyClient with your Apify API token// Replace the '<YOUR_API_TOKEN>' with your tokenconst client = new ApifyClient({token: '<YOUR_API_TOKEN>'})// Prepare Actor inputconst input = {location: 'US',platform: 'INSTAGRAM',search_inputs: ['https://www.instagram.com/google/', 'apple'],maxResults: 50}// Run the Actor and wait for it to finishconst run = await client.actor('caprolok/all-social-media-profile-details-extractor').call(input)// Fetch and print Actor results from the run's dataset (if any)console.log('Results from dataset')console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`)const { items } = await client.dataset(run.defaultDatasetId).listItems()items.forEach((item) => {console.dir(item)})
MCP Quickstart
You can use the Apify MCP Server in two ways:
1. Standard Input/Output (stdio):
Ideal for local integrations and command-line tools such as the Claude for Desktop client.
- Set MCP client server command to
npx @apify/actors-mcp-serverand environment variableAPIFY_TOKENto your Apify API token. - See
npx @apify/actors-mcp-server --helpfor more options.
2. HTTPS Endpoint mcp.apify.com:
Connect your MCP client by including Authorization: Bearer <APIFY_TOKEN> header in your requests.
- Use
https://mcp.apify.comfor streamable transport. - Use
https://mcp.apify.com/ssefor legacy SSE transport.
For more details, see the MCP API documentation.
💬 Support
If you encounter any issues, have suggestions for improvements, or need assistance, please use the Issues tab on the actor's page. Our team actively monitors this section and will respond promptly.
We appreciate your feedback and will do our best to assist you with any concerns.
🔗 Related Scrapers
📱 All Social Media Posts Extractor (by Hashtag and Username)Effortlessly extract posts from Instagram, TikTok, YouTube, LinkedIn, and Twitter. Search by specific keywords and locations to quickly get structured results, including usernames, captions, engagement stats, and direct post links. Ideal for marketers, creators, and researchers. |
📧 All Social Media Emails ExtractorQuickly generate targeted email leads from Instagram, TikTok, YouTube, LinkedIn, and Twitter. Effortlessly search by keywords and locations, obtaining structured contact details and direct links. Perfect for marketers, recruiters, and sales professionals. |
📱 All Social Media Phone Numbers ExtractorExtract phone numbers from websites and social media profiles—like TikTok and Twitter. Works with URLs, usernames, or keyword searches. Perfect for lead generation, data scraping, and enrichment workflows. |
👤 All Social Media Influencer FinderFind influencers by follower count, country, and platform. Perfect for campaigns, outreach, and research across Instagram, TikTok, YouTube, and more. Fast, customizable, and scalable. |
🎵 TikTok Leads GeneratorExtract TikTok user profiles and content for lead generation and influencer discovery. Perfect for finding trending creators and viral content. |
💼 LinkedIn Leads GeneratorExtract LinkedIn profiles and company information for B2B lead generation. Ideal for sales prospecting, recruiting, and business development. |
On this page
Share Actor:
