# Find digital marketing agency leads & emails

**Use case:** 

Scrape DesignRush digital marketing agencies: services, hourly rate, budget, team size, ratings, year founded, plus direct email and phone. No login.

## Input

```json
{
  "categories": [
    "digital-marketing"
  ],
  "maxResults": 200,
  "maxResultsPerCategory": 0,
  "includeProfileDetails": true,
  "includeReviews": false,
  "maxReviewsPerAgency": 20,
  "enrichContactEmails": false,
  "minRating": 0,
  "minReviews": 0,
  "withEmailOnly": true,
  "withWebsiteOnly": false,
  "deduplicateAgencies": true,
  "monitorMode": false,
  "monitorStoreName": "designrush-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Agency"
  },
  "category": {
    "label": "Category"
  },
  "location": {
    "label": "Location"
  },
  "topServices": {
    "label": "Top services"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "minBudget": {
    "label": "Min budget"
  },
  "employeeRange": {
    "label": "Team size"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "yearFounded": {
    "label": "Founded"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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