Zoho Marketplace Scraper
Pricing
from $3.00 / 1,000 results
Zoho Marketplace Scraper
Scrape 4,700+ apps from Atlassian Marketplace - search by keyword, browse by Atlassian product (Jira, Confluence, Bitbucket), or look up specific apps. Returns app name, categories, vendor, rating, install count, pricing model, hosting type, and more.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(4)
Developer
Crawler Bros
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape 4,700+ apps from the Atlassian Marketplace — the leading marketplace for Jira, Confluence, Bitbucket, and Jira Service Management plugins. Search by keyword, browse by product or category, or look up specific apps. No authentication required.
What You Get
Each app record includes:
- appId — unique addon key (e.g.,
com.onresolve.jira.groovy.groovyrunner) - name — display name (e.g., "ScriptRunner for Jira")
- tagLine — short marketing description
- summary — full description
- slug — URL-friendly app identifier
- categories — app categories (e.g.,
["Admin tools", "Workflow"]) - applications — supported Atlassian products (e.g.,
["Jira"],["Confluence"]) - rating — average star rating (0.0–5.0)
- reviewCount — number of user reviews
- totalInstalls — total active installs
- downloads — total download count
- vendorName — developer/publisher name
- vendorUrl — link to vendor's Atlassian Marketplace page
- logoUrl — app logo image URL
- version — latest release version
- paymentModel — pricing model (
free,paid,atlassian) - hosting — supported deployment types (
cloud,server,dataCenter) - releaseDate — date of latest release
- documentationUrl — link to vendor documentation
- detailUrl — link to the app's Marketplace page
- sourceUrl — data source URL
- scrapedAt — UTC timestamp of scraping
- recordType — always
"app"
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
mode | select | search, browse, or getByName | search |
query | string | Keyword search (mode=search) | — |
application | select | Filter by Atlassian product (jira, confluence, bitbucket, etc.) | All |
category | select | Filter by app category | All |
hosting | select | Filter by hosting type (cloud, server, dataCenter) | cloud |
minRating | number | Minimum star rating filter (1.0–5.0) | — |
appNames | array | App names to look up (mode=getByName) | — |
maxItems | integer | Maximum number of records to return | 100 |
Example Inputs
Search for CRM apps:
{"mode": "search","query": "crm","maxItems": 20}
Browse all cloud Jira workflow apps:
{"mode": "browse","application": "jira","category": "Workflow","hosting": "cloud","maxItems": 50}
Look up specific apps:
{"mode": "getByName","appNames": ["ScriptRunner for Jira", "Jira Misc Workflow Extensions"],"maxItems": 10}
Get top-rated Confluence apps:
{"mode": "browse","application": "confluence","minRating": 4.0,"maxItems": 30}
Example Output
{"appId": "com.onresolve.jira.groovy.groovyrunner","name": "ScriptRunner for Jira","tagLine": "The must-have app for Jira admins","summary": "Unlimited automation and customisation for Jira","slug": "scriptrunner-for-jira","categories": ["Admin tools", "Workflow", "Custom fields", "IT & helpdesk"],"applications": ["Jira"],"rating": 4.64,"reviewCount": 821,"totalInstalls": 35725,"downloads": 1221377,"vendorName": "Adaptavist","vendorUrl": "https://marketplace.atlassian.com/vendors/81/adaptavist","logoUrl": "https://marketplace.atlassian.com/product-listing/files/test.png?width=72&height=72","version": "15.0.0","paymentModel": "atlassian","hosting": ["cloud"],"releaseDate": "2026-05-05","documentationUrl": "https://docs.adaptavist.com/sr4jc/latest","detailUrl": "https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?tab=overview","sourceUrl": "https://marketplace.atlassian.com/apps","scrapedAt": "2026-05-30T10:00:00+00:00","recordType": "app"}
Data Source
This actor uses the Atlassian Marketplace public REST API at https://marketplace.atlassian.com/rest/2/addons. The API is freely accessible without authentication and returns comprehensive metadata for all publicly listed apps.
Supported Atlassian Products
- Jira — project tracking and agile boards (4,750+ apps)
- Confluence — docs and wikis (2,500+ apps)
- Bitbucket — code hosting and CI/CD (800+ apps)
- Jira Service Management — ITSM and helpdesk
- Jira Work Management — business project management
Use Cases
- App discovery — find the best-rated tools for your Atlassian stack
- Vendor research — analyze app vendors, their product portfolios, and review scores
- Market analysis — understand the Atlassian ecosystem by category and hosting type
- Integration monitoring — track new releases and version updates for apps you use
FAQ
Does this require an API key? No. The Atlassian Marketplace API is completely public and free to use.
How many apps are in the marketplace? Over 4,700 apps, with Jira having the largest selection.
Can I filter by pricing?
The paymentModel field in results shows free, paid, or atlassian. Client-side filtering on this field is possible via the output dataset.
What hosting types are supported? Cloud (Atlassian Cloud SaaS), Server (self-hosted), and Data Center (enterprise self-hosted). Most modern apps support Cloud.
How do I get apps for a specific Zoho product equivalent?
Use the application filter to select the Atlassian product that matches your workflow needs (Jira for project management, Confluence for documentation, etc.).