# Birdeye Reputation Analysis Workflow

**Use case:** 

Collect Birdeye reviews from multiple profiles and directories for reputation monitoring, local SEO research, and sales prospecting.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://reviews.birdeye.com/d/categories/dental/"
    },
    {
      "url": "https://reviews.birdeye.com/finger-lakes-dental-care-165597990994171"
    }
  ],
  "maxReviews": 150,
  "maxProfiles": 20,
  "includeBusinessOnlyItems": true
}
```

## Output

```json
{
  "itemType": {
    "label": "Type",
    "format": "text"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "date"
  },
  "reviewRating": {
    "label": "Review rating",
    "format": "number"
  },
  "reviewText": {
    "label": "Review text",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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