Hubspot Marketplace Scraper avatar

Hubspot Marketplace Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Hubspot Marketplace Scraper

Hubspot Marketplace Scraper

The HubSpot Marketplace Scraper extracts agency and service provider listings from HubSpot's partner ecosystem, capturing company names, ratings, review counts, descriptions, and profile URLs with various filters — ideal for B2B lead generation and competitive analysis.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

HubSpot Solutions Marketplace Scraper

Extract agency and service provider listings from HubSpot's Solutions Marketplace. The scraper uses HubSpot's public search API to collect structured data about certified HubSpot partners, including their tier, ratings, services, and contact details.

Features

  • Filter by Partner Tier – Target Elite, Diamond, Platinum, Gold, or untiered partners.
  • Geographic & Language Filters – Narrow results by country codes, languages, or budget ranges.
  • Service & Industry Targeting – Filter by specific services (e.g. CRM implementation, web design) or industries (e.g. SaaS, eCommerce).
  • Full Pagination – Automatically paginates through all results with built-in rate limiting.
  • Structured Output – Clean JSON output with profile URLs, ratings, review counts, and more.

How It Works

  1. Configure filters – Set your search query, partner tiers, countries, services, industries, languages, or budget ranges.
  2. Run the scraper – The Actor calls HubSpot's public API, paginates through all matching results, and pushes structured data to the dataset.

Input

FieldTypeDescriptionDefault
searchstringKeyword search (e.g. "web development", "CRM implementation")
partnerTiersarrayFilter by partner tier: ELITE, DIAMOND, PLATINUM, GOLD, NONE[]
countriesarrayFilter by ISO country code (e.g. US, GB, DE)[]
servicesarrayFilter by service API name (e.g. web-design, crm-implementation)[]
industriesarrayFilter by industry slug (e.g. saas, ecommerce)[]
languagesarrayFilter by language slug (e.g. english, spanish)[]
budgetsarrayFilter by budget range slug (e.g. 5000_to_10000)[]
maxItemsintegerMaximum number of agencies to scrape (0 = all)0
sortstringSort order for resultsRELEVANCE_DESC

Sample Output Data

The scraper provides structured JSON output with key listing details:

[
{
"id": 12345,
"slug": "example-agency",
"name": "Example Agency",
"profileUrl": "https://ecosystem.hubspot.com/marketplace/solutions/example-agency",
"tier": "DIAMOND",
"partnerType": "SOLUTIONS_PARTNER",
"description": "Full-service digital agency specializing in HubSpot CRM implementation and inbound marketing.",
"logoUrl": "https://example.com/logo.png",
"rating": 4.8,
"adjustedRating": 4.75,
"reviewCount": 42,
"score": 95.5,
"scrapedAt": "2026-02-28T12:00:00.000Z"
}
]