Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$0.1 / 1k reviews
Extract App Store reviews – text, rating, author, and date – from app URLs
Endpoint
POST /api/v1/agents/appstore/reviews/run
Parameters
List · App Store URLs to scrape reviews from. Format: https://apps.apple.com/us/app/instagram/id389801252. One per line.
Dropdown · Country’s App Store to pull reviews from. Defaults to the country in the URL, or US if missing.View all 65 options →
Number · Max reviews per app. Use 0 for all.
Response columns
| Field | Display name | Type |
|---|---|---|
appUrl | App URL | url |
reviewUrl | Review URL | url |
reviewTitle | Review Title | text |
reviewText | Review Text | text |
rating | Rating | rating |
reviewer | Reviewer | text |
reviewerUrl | Reviewer URL | url |
posted | Posted | text |
appVersion | App Version | text |
country | Country | text |
Example
Example response
Response