# Bulk Semrush domain metrics extractor

**Use case:** 

Bulk extract public Semrush domain metrics for SEO prospect enrichment, competitive intelligence, and market research workflows.

## Input

```json
{
  "domains": [
    "hubspot.com",
    "salesforce.com",
    "zoho.com",
    "mailchimp.com",
    "shopify.com"
  ],
  "startUrls": [
    {
      "url": "https://www.semrush.com/website/google.com/overview/"
    }
  ],
  "maxItems": 5
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "totalVisits": {
    "label": "Total visits"
  },
  "organicVisits": {
    "label": "Organic visits"
  },
  "paidVisits": {
    "label": "Paid visits"
  },
  "pagesPerVisit": {
    "label": "Pages / visit"
  },
  "bounceRate": {
    "label": "Bounce rate"
  },
  "authorityScore": {
    "label": "Authority"
  },
  "topCountries": {
    "label": "Top countries"
  },
  "topOrganicKeywords": {
    "label": "Top keywords"
  },
  "competitors": {
    "label": "Competitors"
  },
  "dataFound": {
    "label": "Data found"
  },
  "error": {
    "label": "Error"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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