Slack App Directory Scraper avatar

Slack App Directory Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Slack App Directory Scraper

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

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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:

FieldDescription
appIdSlack app ID (e.g. A01BP7R4KNY)
nameApp name
slugURL slug
descriptionShort tagline/description
pricingTypefree, freemium, or paid
categoriesList of category slugs
supportedLanguagesLanguages the app supports
iconUrlApp icon image URL
urlDirect URL to the app page on Slack
scrapedAtISO 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

ParameterTypeDescription
modeselectsearch (keyword search), byCategory (browse a category), featured (top/featured apps)
searchQuerystringSearch term (used in search mode)
categoryselectCategory slug (used in byCategory mode)
maxItemsintegerMaximum apps to return (1–500, default 20)
pricingFilterselectFilter 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.