# Scrape HubSpot App Marketplace Listings

**Use case:** 

Export every app on HubSpot's marketplace — name, developer, category, rating, install count and pricing — to JSON or CSV.

## Input

```json
{
  "sp_intended_usage": "Competitive analysis of the HubSpot app ecosystem",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "category": "",
  "certifiedOnly": false,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "app_name": {
    "label": "App Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "developer_name": {
    "label": "Developer Name",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews Count",
    "format": "number"
  },
  "install_count": {
    "label": "Install Count",
    "format": "number"
  },
  "pricing_model": {
    "label": "Pricing Model",
    "format": "string"
  },
  "certified": {
    "label": "Certified",
    "format": "boolean"
  },
  "hub_compatibility": {
    "label": "Hub Compatibility",
    "format": "array"
  },
  "app_url": {
    "label": "App Url",
    "format": "string"
  }
}
```

## About this Actor

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