Slack Channel Members Extractor avatar

Slack Channel Members Extractor

Under maintenance

Pricing

from $1.70 / 1,000 result items

Go to Apify Store
Slack Channel Members Extractor

Slack Channel Members Extractor

Under maintenance

Extract members from a Slack channel using a connected Slack session.

Pricing

from $1.70 / 1,000 result items

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Slack Channel Members Extractor exports member records from a Slack channel using a connected Slack session. It returns structured channel-member data such as display names, handles, profile URLs, job titles, emails, role flags, and channel-level counts, making it useful for workspace research, team mapping, and member export workflows.

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

Use cases

  • Export Slack channel member lists for internal research or analysis
  • Enrich member records with profile and role metadata
  • Audit workspace participation across important channels
  • Run repeatable Slack member exports and review results in structured datasets

How to use Slack Channel Members Extractor

  1. Open the Actor on Apify
  2. Enter the Slack channel URL, extraction limit, and connected session fields
  3. Start the run
  4. Review the dataset output for exported member records

Input

This Actor accepts the fields required to export channel members through a connected Slack 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": "T00000000;xoxc-example;workspace-name",
"slChannelUrl": "https://app.slack.com/client/T00000000/C00000000",
"maxCount": 10,
"connectedAccountId": "example_connected_account_id",
"d": "xoxd-example",
"user-agent": "Mozilla/5.0 ...",
"txSlackUserId": "example-slack-user-id",
"User-Agent": "Mozilla/5.0 ...",
"txSmSelfProfileUrl": "example-self-profile-id",
"proxy": {
"ip": "http://proxy.example.com",
"port": "1080",
"username": "example_username",
"password": "example_password"
}
}

Output

The Actor writes the action result to the default dataset.

Example output

{
"success": true,
"response": [
{
"inputSlChannelUrl": "https://app.slack.com/client/T00000000/C00000000",
"inputMaxCount": "10",
"slProfileId": "U0000000001",
"slChannelId": "T00000000",
"slProfileUrl": "https://app.slack.com/client/T00000000/U0000000001",
"handle": "example.user",
"displayName": "Example User",
"fullName": "Example User",
"firstName": "Example",
"lastName": "User",
"slProfileImageUrl": "https://example.com/avatar.png",
"jobTitle": "Senior Engineer",
"deleted": false,
"timezone": "Asia/Kolkata",
"tzLabel": "India Standard Time",
"headline": "Senior Engineer",
"email": "example@company.com",
"isEmailConfirmed": true,
"Phone": "+00 0000000000",
"isAdmin": false,
"isOwner": false,
"isPrimaryOwner": false,
"isRestricted": false,
"isUltraRestricted": false,
"isBot": false,
"isAppUser": false,
"isInvitedUser": false,
"updated": "2026-06-26T15:44:18.000Z",
"channelMemberCount": 11,
"chanelGuestsCount": 6,
"chanelBotsCount": 36,
"chanelAppsCount": 36,
"timestamp": "2026-06-29T08:53:02.277Z"
}
]
}

Pricing / Cost estimation

$0.0017 per 50 result items.

Support

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