# Craft.co company profile scraper

**Use case:** 

Extract Google company financials, executives, office locations, sectors, ESG signals, metrics, and competitors from Craft.co.

## Input

```json
{
  "companyUrls": [
    {
      "url": "https://craft.co/google"
    }
  ],
  "companySlugs": [
    "google"
  ],
  "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.