# Bark.Com   UK Service Professionals & Tradespeople — Full Ex

**Use case:** 

Scrape the full bark.com - uk service professionals & tradespeople dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract bark.com - uk service professionals & tradespeople for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "country": "gb",
  "categories": [
    "electricians",
    "plumbers",
    "gardeners",
    "painter-decorator",
    "cleaners"
  ],
  "cities": [
    "london",
    "manchester",
    "bristol",
    "liverpool",
    "edinburgh"
  ],
  "enrich_with_profile_data": true,
  "maxItems": 200
}
```

## Output

```json
{
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "hires_count": {
    "label": "Hires Count",
    "format": "integer"
  },
  "total_review_count": {
    "label": "Total Review Count",
    "format": "integer"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bark.com Scraper - UK Service Professionals & Tradespeople](https://apify.com/jungle_synthesizer/bark-com-service-pros-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/bark-com-service-pros-scraper) to learn more, explore other use cases, and run it yourself.