# SpyFu Agency Reporting Monitor

**Use case:** 

Monitor SpyFu domain intelligence for agency reports with bulk domains, SEO summaries, keyword samples, and CSV export.

## Input

```json
{
  "domains": [
    "apify.com",
    "example.com",
    "spyfu.com",
    "semrush.com"
  ],
  "countryCode": "US",
  "includeOrganicKeywords": false,
  "maxKeywordsPerDomain": 0,
  "requestDelayMs": 750
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "queryFound": {
    "label": "Found"
  },
  "cleansedDomain": {
    "label": "Cleansed domain"
  },
  "countryCode": {
    "label": "Country"
  },
  "primaryCountry": {
    "label": "Primary country"
  },
  "countryKeywordStats": {
    "label": "Country keyword stats",
    "format": "text"
  },
  "organicSummary": {
    "label": "Organic summary",
    "format": "text"
  },
  "organicMovementStats": {
    "label": "Organic movement stats",
    "format": "text"
  },
  "organicKeywords": {
    "label": "Organic keywords",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [SpyFu Domain Intelligence Scraper](https://apify.com/automation-lab/spyfu-domain-intelligence-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/spyfu-domain-intelligence-scraper) to learn more, explore other use cases, and run it yourself.