# Managed IT Support Companies in San Francisco: Lead Check

**Use case:** 

Managed IT support companies in San Francisco with a lead completeness score and business description from Expertise.com. Each row shows which contact channels are public, so you can prioritize providers with a phone and website before outreach. Add more city pages to score leads across the Bay Area and beyond.

## Input

```json
{
  "startUrls": [
    "https://www.expertise.com/business/managed-service-providers/california/san-francisco"
  ],
  "minExpertiseRating": 0,
  "minReviewCount": 10,
  "featuredOnly": false,
  "requirePhone": false,
  "requireWebsite": false,
  "requireDescription": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "includeDescription": true,
  "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"
  },
  "hasPublicPhone": {
    "label": "Phone",
    "format": "boolean"
  },
  "hasWebsite": {
    "label": "Website",
    "format": "boolean"
  },
  "hasPublicEmail": {
    "label": "Email",
    "format": "boolean"
  },
  "publicContactChannels": {
    "label": "Channels",
    "format": "array"
  },
  "leadCompletenessScore": {
    "label": "Lead score",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "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`).
