angi_get_reviews
Fetch reviews from an Angi pro's profile: rating, text, job cost, date, categories, and pro response. Filter by rating to surface complaints or praise.
Instructions
Read the reviews on an Angi pro's profile page: rating, body text, reported job cost, date, service categories, verification flag, and the pro's public response where one exists. Filter by rating to isolate complaints or praise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Return at most this many reviews. | |
| compact | No | Return a slim summary per review instead of the full record. | |
| maxRating | No | Keep reviews rated at most this — use maxRating: 3 to surface complaints. | |
| minRating | No | Keep reviews rated at least this. | |
| profileUrl | Yes | The pro's Angi profile URL or site-relative path, as returned in `profileUrl` by angi_search_pros (e.g. "/companylist/us/nc/charlotte/mkb-plumbing-and-septic-llc-reviews-8535260.htm"). |