# Craft.co profile URL extractor

**Use case:** 

Turn an exact Craft.co profile URL into structured company intelligence ready for spreadsheets, APIs, and databases.

## Input

```json
{
  "companyUrls": [
    {
      "url": "https://craft.co/craft"
    }
  ],
  "companySlugs": [],
  "maxCompanies": 1,
  "proxyMode": "AUTO",
  "navigationTimeoutSecs": 20
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Craft profile",
    "format": "string"
  },
  "name": {
    "label": "Company",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "integer"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "locationCount": {
    "label": "Locations",
    "format": "integer"
  },
  "sectors": {
    "label": "Sectors",
    "format": "array"
  },
  "headlineFinancial": {
    "label": "Headline financial",
    "format": "object"
  },
  "keyPeople": {
    "label": "Key people",
    "format": "array"
  },
  "financials": {
    "label": "Financials",
    "format": "array"
  },
  "competitors": {
    "label": "Competitors",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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