# Official Fashion Brand Signal Finder

**Use case:** 

Find official fashion brand websites, social signals, event context, and brand evidence for market research and fashion intelligence.

## Input

```json
{
  "workflow": "brand-official-site-finder",
  "brandName": "Dior",
  "brandNames": [],
  "city": "Paris",
  "season": "Spring/Summer 2027",
  "eventName": "Paris Fashion Week",
  "country": "France",
  "includeBrandResolution": true,
  "includeWebSignals": false,
  "searchQueries": [],
  "customQueries": [],
  "manualCandidates": [
    {
      "brandName": "Dior",
      "url": "https://www.dior.com/",
      "title": "Dior official website",
      "snippet": "Official Dior fashion, couture, fragrance, and beauty website."
    }
  ],
  "searchProviders": [],
  "maxBrands": 1,
  "maxResults": 3,
  "maxCandidatesPerBrand": 3,
  "maxSearchResults": 3,
  "maxWebSignals": 0,
  "maxWebQueries": 1,
  "acceptThreshold": 60,
  "reviewThreshold": 30,
  "includeRejected": false,
  "crawlHomepage": false,
  "blockedDomains": [],
  "allowedDomains": [],
  "mockMode": false,
  "failOnNoResults": true,
  "requestTimeoutSecs": 20,
  "useApifyProxy": false,
  "proxyConfiguration": {}
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "officialUrl": {
    "label": "Official URL",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "reviewStatus": {
    "label": "Review",
    "format": "string"
  },
  "socialLinks": {
    "label": "Socials",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Fashion Intelligence Bundle](https://apify.com/runtime/fashion-intelligence-bundle) with a specific input configuration. Visit the [Actor detail page](https://apify.com/runtime/fashion-intelligence-bundle) to learn more, explore other use cases, and run it yourself.