# StackShare company tech stack scraper example

**Use case:** 

Extract a company technology stack, layer counts, and tool links from a public StackShare profile URL.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://stackshare.io/airbnb/airbnb"
    }
  ],
  "allowArchivedFallback": true,
  "maxRetries": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "totalTools": {
    "label": "Tools",
    "format": "integer"
  },
  "updatedLabel": {
    "label": "Updated",
    "format": "string"
  },
  "layers": {
    "label": "Layers",
    "format": "array"
  },
  "fetchSource": {
    "label": "Fetch source",
    "format": "string"
  },
  "snapshotTimestamp": {
    "label": "Snapshot timestamp",
    "format": "string"
  },
  "archiveUrl": {
    "label": "Archive URL",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [StackShare Company Tech Stack Scraper](https://apify.com/automation-lab/stackshare-company-tech-stack-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/stackshare-company-tech-stack-scraper) to learn more, explore other use cases, and run it yourself.