# Pipedream integration coverage scraper

**Use case:** 

Build a Pipedream integration coverage dataset with app metadata, categories, actions, triggers, and docs links.

## Input

```json
{
  "searchQuery": "crm",
  "startUrls": [
    {
      "url": "https://pipedream.com/apps/notion"
    }
  ],
  "maxItems": 100,
  "includeDetails": true,
  "maxComponentsPerApp": 20
}
```

## Output

```json
{
  "appName": {
    "label": "App name",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "appUrl": {
    "label": "App URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "premium": {
    "label": "Premium",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "apiDocsUrl": {
    "label": "API docs",
    "format": "link"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "numActions": {
    "label": "# actions",
    "format": "number"
  },
  "triggers": {
    "label": "Triggers",
    "format": "text"
  },
  "actions": {
    "label": "Actions",
    "format": "text"
  },
  "componentNames": {
    "label": "Components",
    "format": "text"
  },
  "components": {
    "label": "Component details",
    "format": "text"
  },
  "marketplaceMarkdownLength": {
    "label": "Markdown chars",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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