Best App Store Reviews Scraper avatar
Best App Store Reviews Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Best App Store Reviews Scraper

Best App Store Reviews Scraper

Scrape Apple App Store reviews for any app. Get user ratings, review text, and more. Powered by CrawlKit.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Mazlum

Mazlum

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

🍎 Best App Store Reviews Scraper (via CrawlKit)

Scrape Apple App Store reviews for any app. Get user ratings, review text, developer responses, and more. Powered by CrawlKit.

Features

  • User Reviews: Rating, title, text, username, date
  • Developer Responses: Track how developers respond to feedback
  • Pagination: Fetch multiple pages of reviews
  • Multi-language: Support for different App Store regions

Input

FieldTypeRequiredDescription
appIdstringYesApp Store app ID (numeric, e.g., "1492793493") or App Store URL
cursorstringNoPagination cursor from previous response (null for first page)
options.langstringNoLanguage/country code (default: "tr")
options.timeoutnumberNoRequest timeout in ms (default: 60000)

Input Example

{
"appId": "333903271",
"cursor": null,
"options": {
"lang": "en",
"timeout": 60000
}
}

Output

Returns reviews with pagination support:

  • reviews: Array of review objects
  • pagination: Next cursor and hasMore flag
  • timing: Processing time statistics

Output Example

{
"appId": "333903271",
"reviews": [
{
"id": "12345678",
"username": "AppLover123",
"rating": 5,
"title": "Great app!",
"text": "This app is amazing and works perfectly.",
"date": 1706745600000,
"isEdited": false,
"developerReply": {
"author": "App Developer",
"text": "Thank you for your feedback!",
"date": 1706832000000
}
}
],
"pagination": {
"nextCursor": "eyJvZmZzZXQiOjZ9",
"hasMore": true
},
"creditsUsed": 1,
"creditsRemaining": 99999
}

Pricing

  • Cost: 10 credits per request (up to 6 reviews per page)
  • Rate Limit: 100 requests per minute

Use Cases

  • Competitor Analysis: Monitor competitor app reviews
  • Sentiment Analysis: Analyze user feedback trends
  • Product Improvement: Identify common issues and feature requests
  • Customer Support: Track and respond to user concerns