# Fandom Brand Visibility Tracking with Structured Data

**Use case:** 

fandom brand visibility tracking for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation, monitoring, and

## Input

```json
{
  "startUrls": [
    "https://harrypotter.fandom.com/wiki/Wand"
  ],
  "wiki": "harrypotter",
  "searchQuery": "fandom brand visibility tracking",
  "category": "Wands",
  "maxResults": 25,
  "includeFullText": false,
  "includeHtml": false,
  "includeWikitext": false,
  "maxLinks": 25,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "infobox": {
    "label": "Infobox",
    "format": "object"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "wordCount": {
    "label": "Words",
    "format": "integer"
  },
  "lastEdited": {
    "label": "Last edited",
    "format": "string"
  }
}
```

## About this Actor

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