# Stripe The Org people extractor

**Use case:** 

Extract Stripe people, titles, departments, profile URLs, and company metadata from its public The Org page.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://theorg.com/org/stripe"
    }
  ],
  "maxItems": 100,
  "requestDelayMs": 500
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "personName": {
    "label": "Person"
  },
  "title": {
    "label": "Title"
  },
  "department": {
    "label": "Department/team"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "linkedInUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "location": {
    "label": "Location"
  },
  "employeeRange": {
    "label": "Employees"
  },
  "industries": {
    "label": "Industries"
  },
  "positionCount": {
    "label": "Positions"
  },
  "managerPersonId": {
    "label": "Manager ID"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [The Org Company Profiles & People Scraper](https://apify.com/automation-lab/the-org-company-profiles-people-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/the-org-company-profiles-people-scraper) to learn more, explore other use cases, and run it yourself.