
Zapier App Scraper
Pricing
$1.00 / 1,000 results

Zapier App Scraper
Scrapes application data from the Zapier apps directory based on category and sorting preferences.
0.0 (0)
Pricing
$1.00 / 1,000 results
0
3
3
Last modified
5 days ago
This Actor scrapes application data from the official Zapier apps directory. It allows you to extract detailed information about apps by specifying a category and sorting preference, and you can limit the total number of results.
How it works
The Actor works by querying Zapier's internal API, which is used to populate their public app directory. This method is much more efficient and reliable than parsing HTML. It fetches app data in pages until it has collected the requested number of items or until it has scraped all apps in the selected category.
Input
The Actor requires the following input:
Field | Type | Description |
---|---|---|
Category | String | Choose the category of apps you want to scrape from the dropdown list. Defaults to "All Apps". |
Sort / Filter By | String | Choose how to sort or filter the list of apps. Options include "Most Popular", "Recently Launched", "Beta Apps", and "Premium Apps". Defaults to "Most Popular". |
Maximum items | Integer | The maximum number of apps to scrape. If left empty, the Actor will scrape all available apps in the category. |
Output Example
The results are stored in the Actor's default dataset. Each item in the dataset is a JSON object representing a Zapier app.
[{"id": "aa79c95f-aecc-4c0d-b218-982d09a3fa46","legacyId": 43623,"name": "MCP Client by Zapier","description": "MCP Client by Zapier is a tool that allows you to use any remote MCP server with Zapier.","slug": "mcp-client-by-zapier","externalUrl": "https://zapier.com/","isPremium": false,"logo": {"mainUrl": "https://zapier-images.imgix.net/storage/developer_cli/44eb533709833f2795416ed10493f23c.png?auto=format%2Ccompress&ixlib=python-3.0.0&q=50"},"categories": [{"title": "AI Tools","slug": "ai-tools"}]}]