🐺 App Store Reviews Scraper | Pay Per Result avatar
🐺 App Store Reviews Scraper | Pay Per Result
Try for free

Pay $0.10 for 1,000 reviews

View all Actors
🐺 App Store Reviews Scraper | Pay Per Result

🐺 App Store Reviews Scraper | Pay Per Result

thewolves/appstore-reviews-scraper
Try for free

Pay $0.10 for 1,000 reviews

App Store Reviews Scraper is your ultimate tool to retrieve the reviews directly from the Apple Store. With extremely capable information retrieval, the lowest price, and lightning speed, this actor is unbeatable. It's priced at just $0.10 per 1000 reviews!

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "appIds": [
8    "284882215",
9    "408709785"
10  ],
11  "startUrls": [
12    "https://apps.apple.com/gb/app/instagram/id389801252",
13    "https://apps.apple.com/ca/app/tiktok/id835599320"
14  ],
15  "maxItems": 1000,
16  "customMapFunction": "(object) => { return {...object} }"
17}
18EOF
19
20# Run the Actor using an HTTP API
21# See the full API reference at https://docs.apify.com/api/v2
22curl "https://api.apify.com/v2/acts/thewolves~appstore-reviews-scraper/runs?token=$API_TOKEN" \
23  -X POST \
24  -d @input.json \
25  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 17 monthly users
  • 2 stars
  • 95.5% runs succeeded
  • Created in Feb 2024
  • Modified about 14 hours ago