# Bulk SEO Metrics for Lead Scoring & Outreach

**Use case:** 

Gather essential SEO metrics like Authority Score, Visits, and Referring Domains for a large list of prospect websites. This data enables more effective lead sc

## Input

```json
{
  "domains": [
    "ecommercebytes.com",
    "practicalecommerce.com",
    "retaildive.com",
    "channeladvisor.com",
    "bigcommerce.com",
    "shopify.com",
    "woocommerce.com",
    "magento.com",
    "prestashop.com",
    "squarespace.com"
  ],
  "mode": "full",
  "enableBrowserFallback": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "authorityScore": {
    "label": "Authority score"
  },
  "visits": {
    "label": "Visits"
  },
  "organicSearchTraffic": {
    "label": "Organic search traffic"
  },
  "referringDomains": {
    "label": "Referring domains"
  },
  "backlinks": {
    "label": "Backlinks"
  },
  "asOf": {
    "label": "As of"
  },
  "notFound": {
    "label": "Not found"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [SEMrush Free Website Stats Scraper](https://apify.com/crawlerbros/semrush-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/semrush-scraper) to learn more, explore other use cases, and run it yourself.