# Scrape UK HubSpot Solutions Partners - HubSpot

**Use case:** 

Find HubSpot Solutions Partner agencies in the United Kingdom with Agency, Tier, City, Rating, Reviews and Website. Export to JSON or CSV.

## Input

```json
{
  "partnerTiers": [],
  "industries": [],
  "services": [],
  "languages": [],
  "minBudget": "",
  "countries": [
    "GB"
  ],
  "maxItems": 100,
  "includeProfileDetails": true,
  "includeReviews": false,
  "maxReviewsPerPartner": 10,
  "enrichEmails": false,
  "maxEmailPagesPerSite": 3,
  "maxScan": 1500,
  "monitorMode": false,
  "monitorStoreName": "hubspot-partner-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Agency"
  },
  "partnerTier": {
    "label": "Tier"
  },
  "country": {
    "label": "Country"
  },
  "city": {
    "label": "City"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "website": {
    "label": "Website"
  },
  "leadScore": {
    "label": "Score"
  },
  "profileUrl": {
    "label": "HubSpot profile"
  }
}
```

## About this Actor

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