Crawlzodocs
API referenceMouthShut

MouthShut review

A single MouthShut review by its own URL.

The only surface with an exact posting timestamp and with the reviewer's per-aspect scores (Customer Service, Staff Courtesy, …, which aspects exist depends on the category) filled in. Also returns the full text, the author, the view count and the product the review is about.

The example response below is real output from this endpoint, not an illustration. Long lists and long strings are shortened to keep the page readable, and each place that happens is marked. This example took 3.8s.

POST
/v1/scrapers/mouthshut-review-v4

Authorization

ApiKeyAuth
X-API-Key<token>

Your API key. Sent on every request.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scrapers/mouthshut-review-v4" \  -H "Content-Type: application/json" \  -d '{    "url": "https://www.mouthshut.com/review/zudio-review-ssmtpnrouop"  }'
{  "request_id": "req_8f2c1d94e7b0",  "success": true,  "status": {    "code": "OK",    "message": "Scrape completed.",    "retryable": false  },  "data": {    "aspect_ratings": [      {        "name": "Customer Service",        "rating": 5      },      {        "name": "Staff Courtesy",        "rating": 5      }    ],    "author": {      "avatar": "https://www.mouthshut.com/Images/COMMON/no_gender_80.jpg",      "location": "India",      "review_count": 1,      "url": "https://www.mouthshut.com/kumar2002rohitckp",      "username": "kumar2002rohitckp"    },    "posted_text": "22 days ago",    "product": {      "name": "Zudio",      "product_id": "926166735",      "rating": 3.88,      "review_count": 88,      "url": "https://www.mouthshut.com/product-reviews/zudio-reviews-926166735"    },    "published_at": "2026-08-01T11:35:35",    "rating": 5,    "review_key": "ssmtpnrouop",    "text": "Zudio has a fantastic range of trendy clothes, shoes, and accessories that wont break the bank. They offer plenty of stylish options perfect for daily wear, and the prices are really reasonable. Overall, its a great spot for anyone looking to shop fashion without spending too much.",    "title": "Stylish Collection at Reasonable Prices",    "url": "https://www.mouthshut.com/review/zudio-review-ssmtpnrouop",    "view_count": 575  },  "error": null,  "meta": {    "client_id": "client_abc123",    "scraper": "mouthshut-review-v4",    "billable": true,    "duration_ms": 3256  }}