Hubspot Marketplace Scraper
Pricing
from $2.00 / 1,000 results
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
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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
- Configure filters – Set your search query, partner tiers, countries, services, industries, languages, or budget ranges.
- Run the scraper – The Actor calls HubSpot's public API, paginates through all matching results, and pushes structured data to the dataset.
Input
| Field | Type | Description | Default |
|---|---|---|---|
search | string | Keyword search (e.g. "web development", "CRM implementation") | — |
partnerTiers | array | Filter by partner tier: ELITE, DIAMOND, PLATINUM, GOLD, NONE | [] |
countries | array | Filter by ISO country code (e.g. US, GB, DE) | [] |
services | array | Filter by service API name (e.g. web-design, crm-implementation) | [] |
industries | array | Filter by industry slug (e.g. saas, ecommerce) | [] |
languages | array | Filter by language slug (e.g. english, spanish) | [] |
budgets | array | Filter by budget range slug (e.g. 5000_to_10000) | [] |
maxItems | integer | Maximum number of agencies to scrape (0 = all) | 0 |
sort | string | Sort order for results | RELEVANCE_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"}]