# HubSpot Solutions Partner Scraper for Provider Discovery

**Use case:** 

Discover public HubSpot solutions partner profiles by source-listed tier and collect provider details in a structured dataset.

## Input

```json
{
  "target": "solutionsPartnerListings",
  "appSearchQueries": [
    "email marketing"
  ],
  "certifiedAppsOnly": false,
  "hubspotBuiltAppsOnly": false,
  "partnerTiers": [
    "Diamond"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "rowType": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "classification": {
    "label": "Classification",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "services": {
    "label": "Services",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "installCount": {
    "label": "Installs",
    "format": "number"
  },
  "pricing.summary": {
    "label": "Pricing",
    "format": "text"
  },
  "hubspotCertified": {
    "label": "Certified",
    "format": "boolean"
  },
  "tier": {
    "label": "Tier",
    "format": "text"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "budgetRanges": {
    "label": "Budgets",
    "format": "array"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "marketplaceUrl": {
    "label": "Marketplace",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [HubSpot Marketplace Scraper](https://apify.com/maximedupre/hubspot-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/hubspot-marketplace-scraper) to learn more, explore other use cases, and run it yourself.