# HubSpot RevOps agency prospecting scraper

**Use case:** 

Create a repeatable HubSpot RevOps agency lead list for enrichment, partner recruitment, or competitive research workflows.

## Input

```json
{
  "search": "RevOps",
  "maxItems": 250,
  "partnerTiers": [
    "elite",
    "diamond",
    "platinum"
  ],
  "countries": [
    "US"
  ],
  "budgets": [
    "UPPER",
    "ANY"
  ],
  "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.