# Scrape RevOps HubSpot Partner Agencies - HubSpot

**Use case:** 

Search HubSpot Solutions Partners by keyword and get Agency, Tier, Country, City, Rating, Website and Score. Export to JSON, CSV or Excel.

## Input

```json
{
  "partnerTiers": [],
  "industries": [],
  "services": [],
  "languages": [],
  "minBudget": "",
  "searchQuery": "RevOps",
  "countries": [],
  "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.