# HubSpot & Salesforce Partner   Agency — Full Export

**Use case:** 

Scrape the full hubspot & salesforce partner - agency dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract hubspot & salesforce partner - agency for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "platform": "all",
  "maxItems": 200,
  "hubspot_tier_filter": [],
  "salesforce_country_filter": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency Name",
    "format": "string"
  },
  "tier": {
    "label": "Tier",
    "format": "string"
  },
  "hq_country": {
    "label": "Hq Country",
    "format": "string"
  },
  "hq_city": {
    "label": "Hq City",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "review_rating": {
    "label": "Review Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HubSpot & Salesforce Partner Scraper - Agency Directory](https://apify.com/jungle_synthesizer/hubspot-salesforce-partner-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/hubspot-salesforce-partner-scraper) to learn more, explore other use cases, and run it yourself.