# Expertise.com Local Services Lead Generation Workflow

**Use case:** 

Build recurring local-service lead datasets from Expertise.com across multiple category/location pages with contact details and ranking signals.

## Input

```json
{
  "startUrls": [
    "https://www.expertise.com/legal/personal-injury-lawyers/california/los-angeles",
    "https://www.expertise.com/home-improvement/plumbers/colorado/denver"
  ],
  "category": "",
  "location": "",
  "maxPages": 3,
  "maxResults": 150,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "listing_name": {
    "label": "Listing",
    "format": "text"
  },
  "vertical": {
    "label": "Vertical",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website_url": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "editorial_rank": {
    "label": "Rank",
    "format": "number"
  },
  "source_url": {
    "label": "Source",
    "format": "link"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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