# HubSpot CRM implementation partner scraper

**Use case:** 

Scrape HubSpot CRM implementation partners with tier, ratings, reviews, descriptions, and profile URLs for lead research.

## Input

```json
{
  "search": "CRM implementation",
  "maxItems": 100,
  "partnerTiers": [
    "elite",
    "diamond"
  ],
  "countries": [
    "US"
  ],
  "officeLocation": "all",
  "sort": "RELEVANCE"
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "partnerTier": {
    "label": "Tier"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "companyName": {
    "label": "Company"
  },
  "description": {
    "label": "Description"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "sourceId": {
    "label": "Source ID"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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