# SuperbCompanies Vendor Shortlist Scraper

**Use case:** 

Scrape multiple SuperbCompanies categories to build vendor shortlists with agency websites, rates, services, locations, and reviews.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://superbcompanies.com/categories/software-development-companies/"
    },
    {
      "url": "https://superbcompanies.com/categories/web-development-companies/"
    }
  ],
  "maxItems": 150,
  "includeProfileDetails": true,
  "maxPagesPerStartUrl": 2
}
```

## Output

```json
{
  "name": {
    "label": "Agency name"
  },
  "profileUrl": {
    "label": "SuperbCompanies profile",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "sourceCategory": {
    "label": "Source category"
  },
  "rank": {
    "label": "Rank"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "location": {
    "label": "Location"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "projectCost": {
    "label": "Project cost"
  },
  "employees": {
    "label": "Employees"
  },
  "founded": {
    "label": "Founded"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "services": {
    "label": "Services"
  },
  "industries": {
    "label": "Industries"
  },
  "social": {
    "label": "Social links"
  },
  "description": {
    "label": "Description"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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