# Find digital marketing agency leads with emails

**Use case:** 

Pull digital marketing agencies from Sortlist and DesignRush with name, services, ratings, pricing, team size, website and contact emails. No login.

## Input

```json
{
  "serviceCategories": [
    "digital-marketing"
  ],
  "sources": [
    "sortlist",
    "designrush"
  ],
  "locations": [],
  "startUrls": [],
  "maxResults": 200,
  "maxPagesPerSource": 3,
  "includeProfileDetails": true,
  "includeReviews": false,
  "maxReviewsPerAgency": 10,
  "enrichContactEmails": true,
  "minRating": 0,
  "minReviews": 0,
  "withWebsiteOnly": false,
  "withEmailOnly": true,
  "deduplicateAgencies": true,
  "monitorMode": false,
  "monitorStoreName": "b2b-agency-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "source": {
    "label": "Source"
  },
  "agencyName": {
    "label": "Agency"
  },
  "website": {
    "label": "Website"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "minBudget": {
    "label": "Min budget"
  },
  "teamSize": {
    "label": "Team size"
  },
  "foundedYear": {
    "label": "Founded"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "services": {
    "label": "Services"
  },
  "linkedin": {
    "label": "LinkedIn"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "searchCategory": {
    "label": "Category"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [B2B Agency Scraper - Marketing, Design & Dev Agency Leads](https://apify.com/scrapesage/b2b-agency-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/b2b-agency-scraper) to learn more, explore other use cases, and run it yourself.