Pricing
from $3.00 / 1,000 results
HubSpot App Marketplace Scraper
Scrape apps from the HubSpot App Marketplace with get popular, trending, and new apps from the official HubSpot ecosystem. No authentication required.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Scrape app data from the HubSpot App Marketplace β the official store for HubSpot platform integrations. No authentication required.
Features
- Most Popular β top apps by install count (Gmail, Salesforce, Zapier, etc.)
- Trending Today β apps gaining traction right now
- New Arrivals β recently published apps
- Rich output β install count, provider, description, icon URL, certified status, and more
Input
| Field | Type | Description |
|---|---|---|
sections | array | Sections to scrape: MOST_INSTALLED, VIEW_BASED_TRENDING, NEWEST |
maxItemsPerSection | integer | Max apps per section (1β20, default 20) |
maxItems | integer | Max total apps to return (1β100, default 60) |
productType | select | Type of listing: APP, TEMPLATE, or MODULE |
proxyConfiguration | proxy | Optional Apify proxy |
Example Input β All Sections
{"sections":["MOST_INSTALLED","VIEW_BASED_TRENDING","NEWEST"],"maxItemsPerSection":20,"maxItems":60,"productType":"APP"}
Example Input β Most Popular Only
{"sections":["MOST_INSTALLED"],"maxItems":20,"productType":"APP"}
Example Input β Templates
{"sections":["MOST_INSTALLED","NEWEST"],"maxItems":40,"productType":"TEMPLATE"}
Output
Each item in the dataset contains:
| Field | Type | Description |
|---|---|---|
listingId | integer | HubSpot listing ID |
name | string | App name |
slug | string | URL slug identifier |
description | string | App description |
provider | string | Provider/author name |
company | string | Company name |
installCount | integer | Number of installs |
iconUrl | string | App icon URL |
certified | boolean | HubSpot Certified status |
builtByHubSpot | boolean | Whether built by HubSpot |
sectionType | string | Section: MOST_INSTALLED, VIEW_BASED_TRENDING, or NEWEST |
sectionTitle | string | Human-readable section name |
url | string | App marketplace URL |
recordType | string | Always "app" |
scrapedAt | string | Scrape timestamp (ISO 8601) |
Example Output
{"listingId":30050897,"name":"Gmail","slug":"gmail","description":"Bring HubSpot to your inbox with the HubSpot integration for Gmail.","provider":"HubSpot","installCount":527693,"certified":true,"builtByHubSpot":true,"sectionType":"MOST_INSTALLED","sectionTitle":"Most popular","url":"https://ecosystem.hubspot.com/marketplace/listing/gmail","recordType":"app","scrapedAt":"2024-01-01T00:00:00+00:00"}
FAQs
Does this require authentication? No. The HubSpot Marketplace uses a public API that requires no login or API key.
How many apps can I scrape? The marketplace API returns up to 20 apps per section, across 3 sections β a maximum of 60 apps per run. These are curated by HubSpot as their most popular, trending, and newest listings.
Can I search for specific apps?
The HubSpot Marketplace API does not expose a public search endpoint without authentication. Use the browse mode to discover apps and filter by name in post-processing.
What types of listings are available?
Apps (APP), Templates (TEMPLATE), and Modules (MODULE).
