# HubSpot CRM App Scraper

**Use case:** 

Scrape HubSpot CRM apps, vendors, ratings, installs, marketplace URLs, and support links for lead generation.

## Input

```json
{
  "searchQueries": [
    "crm"
  ],
  "categories": [],
  "startUrls": [
    {
      "url": "https://ecosystem.hubspot.com/marketplace/apps"
    }
  ],
  "maxItems": 100,
  "includeDetails": true,
  "requestDelayMs": 150
}
```

## Output

```json
{
  "appName": {
    "label": "App name"
  },
  "vendorName": {
    "label": "Vendor"
  },
  "summary": {
    "label": "Summary"
  },
  "installCount": {
    "label": "Installs"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "certified": {
    "label": "Certified"
  },
  "categoryLabels": {
    "label": "Categories"
  },
  "pricingPlans": {
    "label": "Pricing"
  },
  "companyUrl": {
    "label": "Company URL"
  },
  "supportUrl": {
    "label": "Support URL"
  },
  "marketplaceUrl": {
    "label": "Marketplace URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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