# Find Kraków business consultants

**Use case:** 

Collect consultant company contacts in Kraków from PolandYP for B2B prospecting.

## Input

```json
{
  "categories": [
    "consultants"
  ],
  "searchKeywords": "restaurant, IT services",
  "locations": [
    "Kraków"
  ],
  "maxResults": 50,
  "startPage": 1,
  "maxPages": 5,
  "enableRateLimiting": true,
  "hybridStrategy": "fast",
  "includeContactDetails": false,
  "includeExtendedCompanyInfo": false,
  "includeRegistrationLegal": false,
  "includeMetadata": false,
  "includeMediaContent": false,
  "includeReviewSummary": false,
  "includeIndividualReviews": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PL"
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "companyUrl": {
    "label": "URL",
    "format": "link"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "companyDescription": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland Business Directory Scraper](https://apify.com/nickslam/poland-yp-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nickslam/poland-yp-scraper) to learn more, explore other use cases, and run it yourself.