# HubSpot Marketplace CRM Apps Scraper

**Use case:** 

Scrape HubSpot marketplace CRM apps with name, description, category, pricing, install count, ratings, and contact details. Export to JSON or CSV.

## Input

```json
{
  "categories": [
    "CRM"
  ],
  "maxItems": 5,
  "worksWithBreeze": "ALL",
  "installed": "ALL",
  "certified": "ALL",
  "builtByHubSpot": "ALL",
  "enrichOutput": false
}
```

## Output

```json
{
  "id": {
    "label": "App ID",
    "format": "text"
  },
  "name": {
    "label": "App Name",
    "format": "text"
  },
  "title": {
    "label": "App Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "pricing": {
    "label": "Pricing Type",
    "format": "text"
  },
  "installs_count": {
    "label": "Installs Count",
    "format": "number"
  },
  "vendor_name": {
    "label": "Vendor Name",
    "format": "text"
  },
  "hubspot_certified": {
    "label": "HubSpot Certified",
    "format": "text"
  },
  "free_trial_available": {
    "label": "Free Trial Available",
    "format": "text"
  },
  "pricing_model": {
    "label": "Pricing Model",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "text"
  },
  "integrations": {
    "label": "Integrations",
    "format": "text"
  },
  "languages_supported": {
    "label": "Languages Supported",
    "format": "text"
  },
  "support_email": {
    "label": "Support Email",
    "format": "text"
  },
  "support_phone": {
    "label": "Support Phone",
    "format": "text"
  },
  "contact_emails": {
    "label": "Contact Emails",
    "format": "text"
  },
  "contact_names": {
    "label": "Contact Names",
    "format": "text"
  },
  "pricing_tagline": {
    "label": "Pricing Tagline",
    "format": "text"
  },
  "pricing_free_trial_days": {
    "label": "Free Trial Days",
    "format": "number"
  },
  "certified_at": {
    "label": "Certified Date",
    "format": "datetime"
  },
  "listing_version_id": {
    "label": "Listing Version ID",
    "format": "number"
  },
  "connection_type": {
    "label": "Connection Type",
    "format": "text"
  },
  "partner_portal_id": {
    "label": "Partner Portal ID",
    "format": "number"
  },
  "is_dashworks": {
    "label": "Is Dashworks",
    "format": "text"
  },
  "is_ops_hub": {
    "label": "Is Ops Hub",
    "format": "text"
  },
  "all_languages": {
    "label": "All Languages",
    "format": "text"
  },
  "website_url": {
    "label": "Website URL",
    "format": "url"
  },
  "documentation_url": {
    "label": "Documentation URL",
    "format": "url"
  },
  "terms_url": {
    "label": "Terms URL",
    "format": "url"
  },
  "privacy_url": {
    "label": "Privacy URL",
    "format": "url"
  },
  "marketplace_url": {
    "label": "Marketplace URL",
    "format": "url"
  },
  "support_url": {
    "label": "Support URL",
    "format": "url"
  },
  "live_chat_url": {
    "label": "Live Chat URL",
    "format": "url"
  },
  "case_study_url": {
    "label": "Case Study URL",
    "format": "url"
  },
  "facebook_url": {
    "label": "Facebook URL",
    "format": "url"
  },
  "agency_pricing_url": {
    "label": "Agency Pricing URL",
    "format": "url"
  },
  "meetings_url": {
    "label": "Meetings URL",
    "format": "url"
  },
  "install_url": {
    "label": "Install URL",
    "format": "url"
  },
  "screenshots": {
    "label": "Screenshots",
    "format": "json"
  },
  "videos": {
    "label": "Videos",
    "format": "json"
  },
  "search_terms": {
    "label": "Search Terms",
    "format": "text"
  },
  "pricing_features": {
    "label": "Pricing Features",
    "format": "text"
  },
  "feature_names": {
    "label": "Feature Names",
    "format": "text"
  },
  "feature_descriptions": {
    "label": "Feature Descriptions",
    "format": "text"
  },
  "feature_images": {
    "label": "Feature Images",
    "format": "text"
  },
  "contact_phones": {
    "label": "Contact Phones",
    "format": "text"
  },
  "contact_roles": {
    "label": "Contact Roles",
    "format": "text"
  },
  "shared_objects": {
    "label": "Shared Objects",
    "format": "text"
  },
  "shared_object_directions": {
    "label": "Shared Object Directions",
    "format": "text"
  },
  "screenshot_alt_texts": {
    "label": "Screenshot Alt Texts",
    "format": "text"
  },
  "monthly_pricing": {
    "label": "Monthly Pricing",
    "format": "text"
  },
  "annual_pricing": {
    "label": "Annual Pricing",
    "format": "text"
  },
  "enterprise_pricing": {
    "label": "Enterprise Pricing",
    "format": "text"
  },
  "scrapedTimestamp": {
    "label": "Scraped Date",
    "format": "datetime"
  }
}
```

## About this Actor

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