# GitHub Sponsor Profile Extractor

**Use case:** 

Extract one public GitHub Sponsors profile with funding tiers, featured work, and links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://github.com/sponsors/explore"
    }
  ],
  "sponsorLogins": [
    "pypa"
  ],
  "maxItems": 1,
  "includeProfiles": true
}
```

## Output

```json
{
  "login": {
    "label": "Login"
  },
  "displayName": {
    "label": "Name"
  },
  "accountType": {
    "label": "Type"
  },
  "sponsorProfileUrl": {
    "label": "Sponsors URL",
    "format": "link"
  },
  "bio": {
    "label": "Bio"
  },
  "location": {
    "label": "Location"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "fundingGoal": {
    "label": "Goal"
  },
  "fundingProgress": {
    "label": "Progress"
  },
  "tiers": {
    "label": "Tiers"
  },
  "featuredWork": {
    "label": "Featured work"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Sponsors Discovery Scraper](https://apify.com/automation-lab/github-sponsors-discovery-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/github-sponsors-discovery-scraper) to learn more, explore other use cases, and run it yourself.