Intercom App Store Scraper
Pricing
from $3.00 / 1,000 results
Intercom App Store Scraper
Scrape apps from the Intercom App Store with name, developer, description, categories, pricing model, and icon URL.
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
Scrape the Intercom App Store to extract all 600+ apps with name, developer, description, categories, pricing model, and icon URL.
Features
- Browse all apps — scrape the complete app store (600+ apps)
- Filter by category — 17 categories including CRM, Analytics, Automation, and more
- Filter by pricing model — free, paid, or freemium
- Filter by builder — Built by Intercom or third-party developers
- Search by keyword — filter apps by name, tagline, or developer
- No authentication required — uses Intercom's public API
Data Source
Data is sourced from Intercom's public app store API at app.intercom.com/ember/public/appstore/app_packages. This endpoint returns all 600+ app packages in a single response without requiring authentication.
Input
| Field | Type | Description | Default |
|---|---|---|---|
mode | Select | browse (all), byCategory, or search | browse |
category | Select | Category slug for byCategory mode | — |
pricingModel | Select | Filter by pricing: free, paid, freemium | — |
builtBy | Select | Filter by Intercom or third-party | — |
searchQuery | Text | Keyword for search mode | — |
maxItems | Number | Maximum apps to return (1–1000) | 50 |
Categories
Analytics, Automation, Conversation Management, CRM, Data & Enrichment, For AI & Automation, For Marketing Teams, For Sales Teams, For Support Admins, For Support Agents, Issue Tracking & Ticketing, Lead Capture, Marketing Automation, Phone & Video, Scheduling, Screen Capture, Surveys & Feedback
Output
| Field | Type | Description |
|---|---|---|
appId | String | Unique app identifier |
name | String | App name |
tagline | String | Short description |
developer | String | Developer/company name |
categories | Array | App categories |
pricingType | String | free, paid, or freemium |
url | String | App store page URL |
iconUrl | String | App icon image URL |
pricingPageUrl | String | Developer's pricing page URL (if available) |
documentationUrl | String | Documentation URL (if available) |
scrapedAt | String | ISO 8601 timestamp |
Sample Output
{"appId": "salesforce-by-intercom","name": "Salesforce","tagline": "Sync data and streamline workflows for sales, marketing and support","developer": "Intercom","categories": ["CRM", "For Sales Teams"],"pricingType": "freemium","url": "https://www.intercom.com/app-store/salesforce-by-intercom","iconUrl": "https://static.intercomassets.com/appstore/images/icons/salesforce-by-intercom.png","scrapedAt": "2026-05-22T10:00:00+00:00"}
FAQ
How many apps does Intercom have? The Intercom App Store has 600+ apps from both Intercom and third-party developers.
Does this require an Intercom account? No. The app store API is publicly accessible without authentication.
What is pricingType?
free: Completely free to install and usefreemium: Free tier available with paid upgrades, or free trial offeredpaid: Requires a paid subscription
Can I get only apps built by Intercom?
Yes — set builtBy: "Intercom" to filter for first-party Intercom apps.
What categories are available? 17 categories including CRM, Analytics, Automation, AI & Automation tools, and team-specific categories for Support, Sales, and Marketing teams.