# Research B2B Mobile App Development Agencies and Costs

**Use case:** 

Gather insights into B2B mobile app development agencies, including their services, client feedback, and potential cost indicators from their Clutch profiles. T

## Input

```json
{
  "companyUrls": [
    "https://clutch.co/profile/mindsea",
    "https://clutch.co/profile/appinventiv",
    "https://clutch.co/profile/netsolutions",
    "https://clutch.co/profile/cheesecake-labs",
    "https://clutch.co/profile/fueled"
  ],
  "maxItems": 15
}
```

## Output

```json
{
  "name": {
    "label": "Agency",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "minProjectSize": {
    "label": "Min Project",
    "format": "string"
  },
  "averageHourlyRate": {
    "label": "Hourly Rate",
    "format": "string"
  },
  "employees": {
    "label": "Employees",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Clutch.co B2B Agency Scraper](https://apify.com/crawlerbros/clutch-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/clutch-scraper) to learn more, explore other use cases, and run it yourself.