# Scrape CRM Implementation Partners - HubSpot

**Use case:** 

Find HubSpot partners offering CRM implementation with Agency, Tier, Services, Industries served, Regions and Min budget. No login required.

## Input

```json
{
  "partnerTiers": [],
  "industries": [],
  "services": [
    "CRM Implementation"
  ],
  "languages": [],
  "minBudget": "",
  "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"
  },
  "services": {
    "label": "Services"
  },
  "industriesServed": {
    "label": "Industries served"
  },
  "regionsServed": {
    "label": "Regions"
  },
  "minimumBudget": {
    "label": "Min budget"
  },
  "country": {
    "label": "Country"
  },
  "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.