Zapier Category Trend Tracker avatar

Zapier Category Trend Tracker

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Zapier Category Trend Tracker

Zapier Category Trend Tracker

Track app rankings within any Zapier category over time. Returns apps with their 1-based position in the category listing, run daily to spot which apps are rising or falling in Zapier's app directory rankings.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Track app rankings within any Zapier App Directory category over time. Each run returns apps in their exact ranked order from the category page — run daily with Apify Scheduler to build a ranking history and identify which apps are gaining or losing visibility.

What You Get

FieldDescription
rankInCategory1-based position in the category listing (rank 1 = top app)
appIdUnique Zapier app identifier
slugURL-friendly app slug (e.g. hubspot, mailchimp)
nameApp display name
descriptionFull app description
partnerTierZapier partner tier: PLATINUM, GOLD, SILVER, or BRONZE
isPremiumWhether this is a premium-only app (requires paid Zapier plan)
isBetaWhether the app is in beta
isUpcomingWhether the app is not yet released
logoUrlHigh-resolution app logo URL
appUrlDirect Zapier integration page URL
externalUrlThe app's official external website
primaryColorBrand hex color (without #)
scrapedAtISO timestamp — use this to correlate ranks across daily runs

How to Use

Basic: Get Top 50 Apps in Marketing

{
"category": "marketing",
"maxItems": 50
}

Track Only Premium Apps

{
"category": "crm",
"maxItems": 100,
"includePremiumOnly": true
}

Exclude Beta Apps From Rankings

{
"category": "artificial-intelligence",
"maxItems": 100,
"excludeBeta": true
}

Available Categories (94 total)

Select from the dropdown — includes all parent categories and subcategories:

ParentSubcategories
App FamiliesAmazon, Facebook, Google, Microsoft, WordPress, Zapier, Zoho
Artificial IntelligenceAI Agents, AI Assistants, AI Chatbots, AI Content Generation, AI Document Extraction, AI Meeting Assistants, AI Models, AI Safety, AI Sales Tools, AI Web Scraping, MCP
Business IntelligenceAnalytics, Dashboards, Reviews
CommerceAccounting, eCommerce, Fundraising, Payment Processing, Proposal & Invoice Management, Taxes
CommunicationCall Tracking, Email, Fax, Notifications, Phone & SMS, Team Chat, Team Collaboration, Video Conferencing
Content & FilesDocuments, File Management & Storage, Images & Design, Notes, Transcription, Video & Audio
Human ResourcesEducation, HR Talent & Recruitment
Internet of ThingsDevices, Printing
IT OperationsDatabases, Developer Tools, Online Courses, Security & Identity Tools, Server Monitoring
Lifestyle & EntertainmentFitness, Gaming, News & Lifestyle
MarketingAds & Conversion, Drip Emails, Email Newsletters, Event Management, Marketing Automation, Social Media Accounts, Social Media Marketing, Transactional Email, URL Shortener, Webinars
ProductivityBookmark Managers, Calendar, Product Management, Project Management, Spreadsheets, Task Management, Time Tracking
Sales & CRMContact Management, CRM, Forms & Surveys, Scheduling & Booking, Signatures
SupportCustomer Appreciation, Customer Support
Website & App BuildingApp Builder, Website Builders

Input Parameters

ParameterTypeDefaultDescription
categoryselectmarketingCategory slug to track (required)
maxItemsinteger50Maximum records to return (1–500)
includePremiumOnlybooleanfalseReturn only premium apps
excludeBetabooleanfalseExclude beta apps

Example Output Records

[
{
"rankInCategory": 1,
"appId": "1e4fcbf4-d80b-4ec3-b33b-c085f1ecbbaa",
"slug": "hubspot",
"name": "HubSpot",
"description": "HubSpot is an inbound marketing and sales platform...",
"partnerTier": "PLATINUM",
"isPremium": false,
"isBeta": false,
"isUpcoming": false,
"logoUrl": "https://zapier-images.imgix.net/storage/developer/cde9764aa8d19fdd6d591455dbe5a78d.png",
"appUrl": "https://zapier.com/apps/hubspot/integrations",
"externalUrl": "https://www.hubspot.com/",
"primaryColor": "f7761f",
"scrapedAt": "2026-05-20T10:00:00+00:00"
},
{
"rankInCategory": 2,
"slug": "mailchimp",
"name": "Mailchimp",
...
}
]

FAQ

How often should I run this? Daily runs give the best trend data. Use Apify Scheduler to automate it.

How do I detect rank changes? Compare rankInCategory for the same slug across runs using the scrapedAt timestamp. A rank going from 5 to 2 means the app moved up 3 positions.

Do I need a Zapier account? No. This actor fetches public data from zapier.com with no authentication required.

What does partnerTier mean? Zapier assigns PLATINUM, GOLD, SILVER, or BRONZE tiers to partner apps based on their integration quality and user adoption. Higher tiers generally appear higher in rankings.

What is isPremium? Apps marked premium require a paid Zapier subscription to use in automations. Filter with includePremiumOnly: true to focus exclusively on premium apps.

How are apps ranked within a category? Zapier orders apps by a combination of popularity, partner tier, and editorial curation. The exact algorithm is not public, making trend tracking valuable for competitive intelligence.

Data Source

Data is fetched from https://zapier.com/apps/categories/{category} — Zapier's publicly accessible category pages. No authentication, proxy, or cookies required.