Zapier Category Trend Tracker
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
7
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
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
| Field | Description |
|---|---|
rankInCategory | 1-based position in the category listing (rank 1 = top app) |
appId | Unique Zapier app identifier |
slug | URL-friendly app slug (e.g. hubspot, mailchimp) |
name | App display name |
description | Full app description |
partnerTier | Zapier partner tier: PLATINUM, GOLD, SILVER, or BRONZE |
isPremium | Whether this is a premium-only app (requires paid Zapier plan) |
isBeta | Whether the app is in beta |
isUpcoming | Whether the app is not yet released |
logoUrl | High-resolution app logo URL |
appUrl | Direct Zapier integration page URL |
externalUrl | The app's official external website |
primaryColor | Brand hex color (without #) |
scrapedAt | ISO 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:
| Parent | Subcategories |
|---|---|
| App Families | Amazon, Facebook, Google, Microsoft, WordPress, Zapier, Zoho |
| Artificial Intelligence | AI 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 Intelligence | Analytics, Dashboards, Reviews |
| Commerce | Accounting, eCommerce, Fundraising, Payment Processing, Proposal & Invoice Management, Taxes |
| Communication | Call Tracking, Email, Fax, Notifications, Phone & SMS, Team Chat, Team Collaboration, Video Conferencing |
| Content & Files | Documents, File Management & Storage, Images & Design, Notes, Transcription, Video & Audio |
| Human Resources | Education, HR Talent & Recruitment |
| Internet of Things | Devices, Printing |
| IT Operations | Databases, Developer Tools, Online Courses, Security & Identity Tools, Server Monitoring |
| Lifestyle & Entertainment | Fitness, Gaming, News & Lifestyle |
| Marketing | Ads & Conversion, Drip Emails, Email Newsletters, Event Management, Marketing Automation, Social Media Accounts, Social Media Marketing, Transactional Email, URL Shortener, Webinars |
| Productivity | Bookmark Managers, Calendar, Product Management, Project Management, Spreadsheets, Task Management, Time Tracking |
| Sales & CRM | Contact Management, CRM, Forms & Surveys, Scheduling & Booking, Signatures |
| Support | Customer Appreciation, Customer Support |
| Website & App Building | App Builder, Website Builders |
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
category | select | marketing | Category slug to track (required) |
maxItems | integer | 50 | Maximum records to return (1–500) |
includePremiumOnly | boolean | false | Return only premium apps |
excludeBeta | boolean | false | Exclude 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.