# Pipedrive app detail extractor task

**Use case:** 

Extract one Pipedrive Marketplace app page with vendor, ratings, descriptions, labels, feature types, and screenshots.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.pipedrive.com/en/marketplace/app/zapier/10f6b602cda330ef"
    }
  ],
  "maxItems": 1,
  "includeDetails": true,
  "requestDelayMillis": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "App name",
    "format": "text"
  },
  "url": {
    "label": "Marketplace URL",
    "format": "link"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "jtbdCategories": {
    "label": "Use-case categories",
    "format": "array"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "ratingAverage": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "featureTypes": {
    "label": "Features",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Pipedrive Marketplace Apps Scraper](https://apify.com/automation-lab/pipedrive-marketplace-apps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/pipedrive-marketplace-apps-scraper) to learn more, explore other use cases, and run it yourself.