# Giva Sverige member profile extractor

**Use case:** 

Extract one public Giva Sverige member profile with description, category tags, collected funds, links, and assets.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.givasverige.se/medlemmar/talita/"
    }
  ],
  "maxPages": 1,
  "maxItems": 1,
  "includeMemberDetails": true,
  "includeCampaignPages": false,
  "includeAssets": true
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "categories": {
    "label": "Categories"
  },
  "collectedFundsYear": {
    "label": "Collected funds year"
  },
  "collectedFundsSek": {
    "label": "Collected funds SEK"
  },
  "contactLinks": {
    "label": "Contact links"
  },
  "assetUrls": {
    "label": "Asset URLs"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "pageTitle": {
    "label": "Page title"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Giva Sverige Campaigns & Member Pages Scraper](https://apify.com/automation-lab/giva-sverige-campaigns-member-pages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/giva-sverige-campaigns-member-pages-scraper) to learn more, explore other use cases, and run it yourself.