# Bark seller details extractor for one company

**Use case:** 

Collect a Bark business name, location, services, description, rating, review count, and canonical profile URL without review rows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bark.com/en/us/company/athena-playground/2noOY/"
    }
  ],
  "maxProfiles": 1,
  "maxReviewsPerProfile": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "aggregateRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "canonicalUrl": {
    "label": "Bark profile",
    "format": "link"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Bark Seller Profiles & Reviews Scraper](https://apify.com/automation-lab/bark-seller-profiles-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/bark-seller-profiles-reviews-scraper) to learn more, explore other use cases, and run it yourself.