Slack App Directory Scraper
Pricing
from $3.00 / 1,000 results
Slack App Directory Scraper
Scrape apps from the Slack App Directory (marketplace). Search by keyword, browse by category, or get featured apps
Pricing
from $3.00 / 1,000 results
Rating
5.0
(4)
Developer
Crawler Bros
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extract apps from the Slack App Directory — the official marketplace for Slack integrations. Search by keyword, browse by category, or retrieve featured apps. No authentication required.
What data do you get?
Each scraped app record includes:
| Field | Description |
|---|---|
appId | Slack app ID (e.g. A01BP7R4KNY) |
name | App name |
slug | URL slug |
description | Short tagline/description |
pricingType | free, freemium, or paid |
categories | List of category slugs |
supportedLanguages | Languages the app supports |
iconUrl | App icon image URL |
url | Direct URL to the app page on Slack |
scrapedAt | ISO timestamp |
Use cases
- Market research — Discover the Slack app ecosystem, track new entrants, and analyze pricing trends
- Competitor analysis — Monitor apps in your niche category
- Developer research — Find integration patterns and popular tool categories
- Lead generation — Identify active app developers building on Slack
Input parameters
| Parameter | Type | Description |
|---|---|---|
mode | select | search (keyword search), byCategory (browse a category), featured (top/featured apps) |
searchQuery | string | Search term (used in search mode) |
category | select | Category slug (used in byCategory mode) |
maxItems | integer | Maximum apps to return (1–500, default 20) |
pricingFilter | select | Filter by pricing: all, free, freemium, paid |
Example input
{"mode": "search","searchQuery": "github","maxItems": 20}
Example output
{"appId": "A01BP7R4KNY","name": "GitHub","slug": "A01BP7R4KNY-github","description": "Stay updated on projects and access GitHub Copilot's AI-powered dev tools","pricingType": "freemium","categories": ["developer-tools"],"supportedLanguages": ["en-US", "en-GB"],"iconUrl": "https://avatars.slack-edge.com/2020-11-25/icon_512.png","url": "https://slack.com/marketplace/A01BP7R4KNY-github","scrapedAt": "2026-05-22T10:00:00+00:00","recordType": "app"}
FAQs
Do I need a Slack account? No. The Slack App Directory is publicly accessible.
How many apps can I scrape? Up to 500 per run. The Slack marketplace has thousands of apps, paginates by cursor.
What categories are available?
Developer Tools, Communication, Productivity, Project Management, Sales, Marketing, Finance, Design, Customer Support, HR & Team Culture, AI Apps & Assistants, and more — all selectable via the category dropdown.
Is this actor reliable? Yes. The scraper uses Slack's server-rendered HTML which embeds JSON data directly in the page — no JavaScript execution required.