Slack Profile Scrape Export avatar

Slack Profile Scrape Export

Pricing

from $0.81 / 1,000 successful api calls

Go to Apify Store
Slack Profile Scrape Export

Slack Profile Scrape Export

Extract profile details from a Slack workspace member profile.

Pricing

from $0.81 / 1,000 successful api calls

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

What does Slack Profile Scrape Export do?

Slack Profile Scrape Export extracts profile details from a Slack workspace member profile using authenticated session data. It is useful for enrichment, internal directory workflows, and team research use cases that need structured profile output.

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

Why use Slack Profile Scrape Export?

  • Profile enrichment - Capture structured Slack member details for downstream systems
  • Workspace research - Review user profile data outside the Slack interface
  • Automation-ready output - Export results into spreadsheets, databases, or internal workflows

How to use Slack Profile Scrape Export

  1. Open the Actor on Apify
  2. Enter the Slack profile URL and required authenticated session inputs
  3. Start the run
  4. Download the results from the output dataset

Input

This Actor accepts the fields required to fetch a Slack member 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:

{
"slWorkspaceIdToken": "T12345678",
"slProfileUrl": "https://app.slack.com/client/T12345678/U23456789",
"texAuVariables": {},
"d": "example_slack_session_cookie",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"txSlackUserId": "U23456789",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"txSmSelfProfileUrl": "https://app.slack.com/client/T12345678",
"proxy": {
"ip": "http://proxy.example.com",
"port": "1080",
"username": "user_example|session_demo",
"password": "example_proxy_password"
}
}

Output

The Actor writes the extracted Slack profile response to the default dataset.

Example output:

{
"success": true,
"response": {
"fullName": "Avery Stone",
"displayName": "avery.stone",
"title": "Revenue Operations Manager",
"email": "avery@example.com",
"phone": "",
"timezone": "America/New_York",
"statusText": "In focus mode",
"workspaceUserId": "U23456789",
"timestamp": "2026-06-22T10:00:00.000Z"
}
}

Pricing / Cost estimation

$0.00081 per successful API call on Apify.

Support

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