# Tracxn company profile scraper example

**Use case:** 

Extract a normalized public Tracxn company profile with stage, employees, funding context, ranking, competitors, and canonical source URL.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://tracxn.com/d/companies/amatik/__8YF9sy4EQRz_XYexSL_9RxYxPYZuuxeJhO_gIO4rObU"
    }
  ],
  "maxItems": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "name": {
    "label": "Company",
    "format": "string"
  },
  "stage": {
    "label": "Stage",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "integer"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "integer"
  },
  "competitorRank": {
    "label": "Competitor rank",
    "format": "integer"
  },
  "activeCompetitorCount": {
    "label": "Active competitors",
    "format": "integer"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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