Zendesk App Marketplace Scraper
Pricing
from $3.00 / 1,000 results
Zendesk App Marketplace Scraper
Scrape apps from the Zendesk App Marketplace with search by keyword, browse by category, or fetch specific apps by ID.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(7)
Developer
Crawler Bros
Maintained by CommunityActor stats
7
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape app data from the Zendesk App Marketplace — the official store for Zendesk platform integrations covering customer service, CRM, analytics, and more. No authentication required.
Features
- Search by keyword — find apps matching any query (e.g. "crm", "analytics", "chat")
- Browse by category — list apps in a specific category (Agent Productivity, AI & Bots, Reporting, etc.)
- Fetch by App ID — retrieve one or more specific apps by their numeric ID
- Rich output — ratings, installs, author details, categories, pricing, screenshots, and more
Input
| Field | Type | Description |
|---|---|---|
mode | select | search (default), byCategory, or byAppId |
searchQuery | string | Keyword to search (mode=search) |
categoryId | select | Category ID to browse (mode=byCategory) |
appIds | array | List of numeric app IDs (mode=byAppId) |
maxItems | integer | Max apps to return (1–500, default 20) |
proxyConfiguration | proxy | Optional Apify proxy |
Available Categories
| ID | Name |
|---|---|
| 50 | AI and Bots |
| 51 | Contact Center |
| 52 | Messaging |
| 54 | Reporting and Analytics |
| 57 | CRM and Marketing |
| 58 | IT and HR |
| 59 | Knowledge and Content Management |
| 61 | eComm and Payments |
| 64 | Agent Productivity |
| 65 | WEM |
Example Input — Search
{"mode": "search","searchQuery": "crm","maxItems": 20}
Example Input — Browse by Category
{"mode": "byCategory","categoryId": 54,"maxItems": 50}
Example Input — Fetch by App ID
{"mode": "byAppId","appIds": [12345, 67890]}
Output
Each item in the dataset contains:
| Field | Type | Description |
|---|---|---|
appId | integer | Zendesk app ID |
name | string | App name |
shortDescription | string | Short app description |
longDescription | string | Full description |
author | string | Author/developer name |
authorUrl | string | Author website |
categories | array | List of category names |
pricingModel | string | Pricing model (Free, Paid, etc.) |
rating | number | Average rating (0–5) |
ratingCount | integer | Number of ratings |
installs | integer | Install count |
iconUrl | string | App icon URL |
screenshotUrls | array | App screenshot URLs |
url | string | App marketplace page URL |
supportUrl | string | Support URL |
version | string | App version |
updatedDate | string | Last update date (ISO 8601) |
recordType | string | Always "app" |
scrapedAt | string | Scrape timestamp (ISO 8601) |
Example Output
{"appId": 12345,"name": "Salesforce for Zendesk","author": "Salesforce","categories": ["CRM and Marketing"],"pricingModel": "Free","rating": 4.2,"installs": 5000,"url": "https://www.zendesk.com/marketplace/apps/12345","recordType": "app","scrapedAt": "2024-01-01T00:00:00+00:00"}
FAQs
Does this require authentication? No. The Zendesk App Marketplace has a public API that requires no login or API key.
What categories are available? AI and Bots, Contact Center, Messaging, Reporting and Analytics, CRM and Marketing, IT and HR, Knowledge and Content Management, eComm and Payments, Agent Productivity, WEM.
How do I find an app's ID?
Visit the app's marketplace page; the numeric ID is part of the URL (e.g. /marketplace/apps/12345-salesforce).
What is the data rate limit? The public API is rate-limited per IP. For large scrapes (200+), enable Apify proxy to rotate IPs.