# Crozdesk Project Management Export

**Use case:** 

Scrape Crozdesk project management software category pages for vendor research and lead enrichment.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.crozdesk.com/operations-management/project-management-software"
    }
  ],
  "maxItems": 75,
  "maxPagesPerCategory": 4,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Software name",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "crozscore": {
    "label": "Crozscore",
    "format": "number"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating count",
    "format": "number"
  },
  "pricingText": {
    "label": "Pricing",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "profileUrl": {
    "label": "Crozdesk profile",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "categoryUrl": {
    "label": "Category URL",
    "format": "link"
  },
  "providerPage": {
    "label": "Provider page",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Crozdesk Category Software Listings Scraper](https://apify.com/automation-lab/crozdesk-category-software-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/crozdesk-category-software-listings-scraper) to learn more, explore other use cases, and run it yourself.