# UK Digital Marketing Agency Listings from GoodFirms

**Use case:** 

Extract data on UK digital marketing agencies, including company names, ratings, minimum budgets, and services offered for informed vendor selection.

## Input

```json
{
  "mode": "companies",
  "serviceCategorySlugs": [
    "digital-marketing-agency"
  ],
  "countrySlugs": [
    "gb"
  ],
  "softwareCategorySlugs": [],
  "employeesFilter": "",
  "hourlyRateFilter": "",
  "minReviews": 0,
  "scrapeReviews": false,
  "scrapeProfileDetails": false,
  "maxRecords": 60,
  "maxPagesPerCategory": 6,
  "startUrls": [],
  "companySlugs": [],
  "softwareSlugs": [],
  "requestDelay": 1200,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "logoUrl": {
    "label": "Logo",
    "format": "string"
  },
  "name": {
    "label": "Company",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "profileUrl": {
    "label": "GoodFirms",
    "format": "string"
  },
  "headquarters": {
    "label": "HQ",
    "format": "object"
  },
  "employeesRange": {
    "label": "Employees",
    "format": "string"
  },
  "hourlyRateRange": {
    "label": "Hourly Rate",
    "format": "string"
  },
  "minProjectSize": {
    "label": "Min Project",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "integer"
  },
  "topServices": {
    "label": "Services",
    "format": "array"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "discoveredFrom": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GoodFirms B2B Companies & Software Scraper](https://apify.com/haketa/goodfirms-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/haketa/goodfirms-scraper) to learn more, explore other use cases, and run it yourself.