# MSP Providers in Atlanta and Austin: Multi-City Lead List

**Use case:** 

MSP providers in Atlanta and Austin combined into one lead list from Expertise.com. Each row carries the provider name, city, state, phone, website, rating, and review count. Add up to 20 city pages in one run to build a regional list for partner recruiting, cold outreach, or market sizing. Each row links back to the public Expertise.com profile for quick checks.

## Input

```json
{
  "startUrls": [
    "https://www.expertise.com/business/managed-service-providers/georgia/atlanta",
    "https://www.expertise.com/business/managed-service-providers/texas/austin"
  ],
  "minExpertiseRating": 0,
  "minReviewCount": 10,
  "featuredOnly": false,
  "requirePhone": false,
  "requireWebsite": false,
  "requireDescription": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "includeDescription": false,
  "includeReviewSources": false,
  "includeImages": false,
  "includePublicWebsiteContacts": false,
  "maxWebsiteRequests": 20,
  "maxItems": 10,
  "outputMode": "snapshot",
  "stateName": "default"
}
```

## Output

```json
{
  "providerName": {
    "label": "Provider",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "expertiseRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "providerProfileUrl": {
    "label": "Source profile",
    "format": "string"
  },
  "changeType": {
    "label": "Change",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Expertise.com MSP Lead Scraper: Providers by City with Contacts](https://apify.com/getascraper/expertise-msp-leads-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/expertise-msp-leads-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/getascraper/expertise-msp-leads-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
