Zendesk App Marketplace Scraper avatar

Zendesk App Marketplace Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Zendesk App Marketplace Scraper

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

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeDescription
modeselectsearch (default), byCategory, or byAppId
searchQuerystringKeyword to search (mode=search)
categoryIdselectCategory ID to browse (mode=byCategory)
appIdsarrayList of numeric app IDs (mode=byAppId)
maxItemsintegerMax apps to return (1–500, default 20)
proxyConfigurationproxyOptional Apify proxy

Available Categories

IDName
50AI and Bots
51Contact Center
52Messaging
54Reporting and Analytics
57CRM and Marketing
58IT and HR
59Knowledge and Content Management
61eComm and Payments
64Agent Productivity
65WEM
{
"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:

FieldTypeDescription
appIdintegerZendesk app ID
namestringApp name
shortDescriptionstringShort app description
longDescriptionstringFull description
authorstringAuthor/developer name
authorUrlstringAuthor website
categoriesarrayList of category names
pricingModelstringPricing model (Free, Paid, etc.)
ratingnumberAverage rating (0–5)
ratingCountintegerNumber of ratings
installsintegerInstall count
iconUrlstringApp icon URL
screenshotUrlsarrayApp screenshot URLs
urlstringApp marketplace page URL
supportUrlstringSupport URL
versionstringApp version
updatedDatestringLast update date (ISO 8601)
recordTypestringAlways "app"
scrapedAtstringScrape 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.