---
title: "Get alerted to new 1 and 2 star dealer reviews"
slug: "negative-dealer-review-alerts"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/negative-dealer-review-alerts"
actor: "Car Dealer Reviews & Reputation Monitor (DealerRater)"
actor_url: "https://automationbyexperts.com/apify/dealer-reputation-monitor"
apify_url: "https://apify.com/fayoussef/dealer-reputation-monitor/examples/negative-dealer-review-alerts?fpr=youssef&fp_sid=abe_ex_negative-dealer-review-alerts"
price: "$0.003"
price_unit: "per review scraped"
---

# Get alerted to new 1 and 2 star dealer reviews

Keeps only reviews rated 2 stars or lower and, with the new since last run switch on, returns just the ones that appeared since the previous run. Schedule it daily for each store and a general manager hears about a bad review, and the employee named in it, the day it lands.

**Run it:** [Get alerted to new 1 and 2 star dealer reviews on Apify](https://apify.com/fayoussef/dealer-reputation-monitor/examples/negative-dealer-review-alerts?fpr=youssef&fp_sid=abe_ex_negative-dealer-review-alerts)  
**Actor:** [Car Dealer Reviews & Reputation Monitor (DealerRater)](https://automationbyexperts.com/apify/dealer-reputation-monitor)  
**Pricing:** $0.003 per review scraped

## The input this task runs with

```json
{
  "dealers": [
    "Hendrick Honda",
    "https://www.dealerrater.com/dealer/Carvana-dealer-reviews-106904/"
  ],
  "maxRating": 2,
  "onlyNewSinceLastRun": true,
  "watchlistName": "dealer-reviews"
}
```

## What every run returns

- `Full review text`
- `Overall star rating`
- `Sales sub-scores: price transparency, trade-in, purchase time, finance`
- `Service sub-scores: customer service, friendliness, quality of work, service time`
- `Employee named in the review`
- `Reviewer & review date`
- `Visit type (sales or service, new or used)`
- `Recommends the dealer (yes / no)`
- `Dealership rating, review count, address & phone`
- `New-since-last-run flag`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Car Dealer Reviews & Reputation Monitor (DealerRater) tasks

- [Export every DealerRater review for a dealership](https://automationbyexperts.com/apify/examples/dealerrater-reviews-export): Type a dealership name and get its 200 most recent DealerRater reviews with full text, star rating, date, the department and the name of the employee each customer dealt with, plus one summary row with the store's overall rating, lifetime review count, address and phone.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
