# Atlassian Project Tools Company Dossier

**Use case:** 

Generate a comprehensive dossier for Atlassian, including website meta, tech stack, social profiles, and latest news.

## Input

```json
{
  "mode": "domain",
  "domains": [
    "atlassian.com"
  ],
  "domain": "linear.app",
  "companyNames": [
    "Notion"
  ],
  "sections": [
    "meta",
    "techStack",
    "socials",
    "contacts",
    "seo"
  ],
  "maxNews": 5,
  "maxCompetitors": 5,
  "concurrency": 3,
  "useApifyProxy": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "resolvedDomain": {
    "label": "Domain",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Page title",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "employeesRange": {
    "label": "Employees",
    "format": "string"
  },
  "techStack": {
    "label": "Tech stack",
    "format": "array"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Deep Research — AI Agent Dossier API](https://apify.com/logiover/company-deep-research-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/company-deep-research-scraper) to learn more, explore other use cases, and run it yourself.