# Salesforce AppExchange — Full Export

**Use case:** 

Scrape the full salesforce appexchange dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract salesforce appexchange for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "hqCountries": [],
  "productsSupported": [],
  "appTypes": []
}
```

## Output

```json
{
  "app_name": {
    "label": "App Name",
    "format": "string"
  },
  "developer_name": {
    "label": "Developer Name",
    "format": "string"
  },
  "developer_country": {
    "label": "Developer Country",
    "format": "string"
  },
  "developer_email": {
    "label": "Developer Email",
    "format": "string"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  },
  "average_rating": {
    "label": "Average Rating",
    "format": "number"
  },
  "pricing_model_type": {
    "label": "Pricing Model Type",
    "format": "string"
  },
  "app_url": {
    "label": "App Url",
    "format": "string"
  }
}
```

## About this Actor

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