thumbtack_get_pro_reviews
Retrieve star ratings, review text, author, and date from a Thumbtack pro profile URL to evaluate customer feedback.
Instructions
Read the reviews embedded on a Thumbtack pro's profile page (star rating, author, date, text). Takes a profile URL from thumbtack_search_pros.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full https://www.thumbtack.com/... pro profile URL. | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and strips image URLs elsewhere; "full" returns Thumbtack's whole records. | |
| limit | No | Cap the number of reviews returned. |