Freshworks Marketplace Category Tracker avatar

Freshworks Marketplace Category Tracker

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Freshworks Marketplace Category Tracker

Freshworks Marketplace Category Tracker

Scrape the Freshworks Marketplace, list apps by product (Freshdesk, Freshservice, Freshsales, etc.), filter by category, pricing model, and app type. Returns name, description, rating, install count, icon, and app URL for every matching app.

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

Track and monitor apps on the Freshworks Marketplace, the official app store for Freshdesk, Freshservice, Freshsales, Freshchat, Freshcaller, and more. Extract app names, descriptions, ratings, install counts, pricing models, supported products, and direct app links.

What it does

  • Browse by product — list all apps for a specific Freshworks product (Freshdesk, Freshservice, Freshsales, etc.)
  • Filter by category — narrow down to categories like "AI & Bots", "Ticketing & Automation", "CRM & Sales", and 14 more
  • Filter by pricing model — Free, Paid, or In-App Purchase
  • Filter by app type — Platform, Native (Built by Freshworks), External, or MCP Server
  • Sort by popularity (install count) or newest first
  • Returns position ranking, icon URL, app URL, rating, review count, and more

Input

FieldTypeDescriptionDefault
productselectFreshworks product to scrapefreshdesk
sortByselectSort order: popular or latestpopular
categoryselectApp category filter (optional)All
pricingModelselectfree, paid, or in_app_purchase (optional)All
appTypeselectplatform, native, external, mcp_server (optional)All
maxItemsintegerMax apps to return (1–500)50

Supported Products

ValueLabel
freshworksAll Products
freshdeskFreshdesk
freshdesk_unified_omniFreshdesk Omni
freshservice_itsmFreshservice
freshservice_esmFreshservice for Business Teams
freshservice_mspFreshservice for MSPs
freshsales_crmFreshsales
freshworks_crmFreshsales Suite
freshchat_crmFreshchat
freshcaller_crmFreshcaller

Example Input

{
"product": "freshdesk",
"sortBy": "popular",
"category": "158",
"pricingModel": "free",
"maxItems": 50
}

Output

Each record represents one app in the marketplace:

FieldTypeDescription
rankInProductintegerPosition in the sorted result list
slugstringInternal app identifier (slug)
namestringDisplay name of the app
descriptionstringShort description / overview
supportedProductsarrayFreshworks products the app supports
pricingModelstringfree, paid, or in_app_purchase
appTypestringnative, platform, external, or mcp_server
ratingfloatAverage user rating (1–5)
reviewCountintegerTotal number of ratings
installCountintegerTotal installs
categoriesarrayApp categories
publishedAtstringISO-8601 publish date
iconUrlstringApp icon image URL (CDN hosted)
appUrlstringDirect link to the app page on Freshworks Marketplace
scrapedAtstringISO-8601 scrape timestamp

Example Output Record

{
"rankInProduct": 1,
"slug": "slack_v2",
"name": "Slack",
"description": "Improve collaboration between your agents and internal teams through real time Slack notifications",
"supportedProducts": ["Freshdesk", "Freshdesk Omni"],
"pricingModel": "free",
"appType": "native",
"rating": 3.2,
"reviewCount": 99,
"installCount": 5973,
"categories": ["Ticketing & Automation", "Chat, Video & Telephony"],
"publishedAt": "2016-03-22T17:42:05",
"iconUrl": "https://d3h0owdjgzys62.cloudfront.net/images/83/live_cover_art/thumb2x/Slack_RGB.png",
"appUrl": "https://www.freshworks.com/apps/slack_v2/",
"scrapedAt": "2026-05-20T10:00:00+00:00"
}

Use cases

  • Market research — identify the most popular integrations for a Freshworks product
  • Competitive intelligence — track competitor apps and their ratings over time
  • Category analysis — find all free apps in a specific category like "AI & Bots"
  • Partnership discovery — find high-rated integration partners for Freshdesk or Freshservice
  • App tracking — monitor install counts and ratings for specific apps

FAQ

Do I need a Freshworks account? No. The Freshworks Marketplace is publicly accessible and no credentials are required.

How many apps are available? Freshdesk alone has 690+ apps. Other products have 100–300+ apps each.

Is the data real-time? The actor fetches live data directly from the Freshworks Marketplace API on each run.

Can I filter by multiple categories? Currently one category filter is applied per run. Run multiple times with different categories to cover multiple.

What does rankInProduct mean? It's the position in the sorted result list for the given product/sort combination. rankInProduct=1 means the app appeared first in results when sorted by popularity (or latest).

Are install counts and ratings accurate? Yes — they come directly from the official Freshworks Marketplace API and reflect live data.

Data Source

Data is fetched from the public Freshworks Marketplace REST API (https://www.freshworks.com/apps/api/), which is the same API used by the official marketplace website. No authentication is required.