# Agentforce Consulting Partners Scraper

**Use case:** 

Scrape Salesforce Agentforce consulting partner profiles, ratings, credentials, and AppExchange listing URLs.

## Input

```json
{
  "searchTerms": [
    "agentforce"
  ],
  "maxItems": 100,
  "countries": [],
  "states": [],
  "expertiseNames": [
    "Agentforce"
  ],
  "minRating": 0,
  "sortBy": "expertise",
  "includeFilterOptions": false
}
```

## Output

```json
{
  "partnerId": {
    "label": "Partner ID"
  },
  "name": {
    "label": "Name"
  },
  "headquarters": {
    "label": "Headquarters"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "projectsCompleted": {
    "label": "Projects"
  },
  "credentialedExperts": {
    "label": "Credentialed experts"
  },
  "totalExpertiseScore": {
    "label": "Expertise score"
  },
  "cloudExpertise": {
    "label": "Cloud expertise"
  },
  "accreditedExpertise": {
    "label": "Accredited expertise"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "matchedSearchTerm": {
    "label": "Search term"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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