HubSpot App Marketplace Scraper avatar

HubSpot App Marketplace Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
HubSpot App Marketplace Scraper

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

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeDescription
sectionsarraySections to scrape: MOST_INSTALLED, VIEW_BASED_TRENDING, NEWEST
maxItemsPerSectionintegerMax apps per section (1–20, default 20)
maxItemsintegerMax total apps to return (1–100, default 60)
productTypeselectType of listing: APP, TEMPLATE, or MODULE
proxyConfigurationproxyOptional Apify proxy

Example Input — All Sections

{
"sections": ["MOST_INSTALLED", "VIEW_BASED_TRENDING", "NEWEST"],
"maxItemsPerSection": 20,
"maxItems": 60,
"productType": "APP"
}
{
"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:

FieldTypeDescription
listingIdintegerHubSpot listing ID
namestringApp name
slugstringURL slug identifier
descriptionstringApp description
providerstringProvider/author name
companystringCompany name
installCountintegerNumber of installs
iconUrlstringApp icon URL
certifiedbooleanHubSpot Certified status
builtByHubSpotbooleanWhether built by HubSpot
sectionTypestringSection: MOST_INSTALLED, VIEW_BASED_TRENDING, or NEWEST
sectionTitlestringHuman-readable section name
urlstringApp marketplace URL
recordTypestringAlways "app"
scrapedAtstringScrape 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).