My Getapp Actor avatar
My Getapp Actor

Pricing

$15.00/month + usage

Go to Store
My Getapp Actor

My Getapp Actor

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Getapp Review Scraper: Apify Actor extracts software reviews, ratings, and FAQs from getapp.com using residential proxies. Returns structured data with sentiment analysis-ready fields.

0.0 (0)

Pricing

$15.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

10 days ago

Getapp Review Scraper Documentation

Apify Actor for scraping software reviews, ratings, and FAQs from getapp.com using residential proxies. Ideal for competitor analysis and market research.


Overview

Extracts structured software review data including:

  • Aggregate ratings (1-5 scale)
  • Individual user reviews with timestamps
  • FAQ sections (pricing, integrations, support)
  • Software metadata (category, supported languages)

Use Cases: SaaS monitoring, review sentiment analysis, feature gap analysis.


Input Configuration

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
},
"urls": [
"https://www.getapp.com/project-management-planning-software/a/jira/"
]
}

Input Parameters

ParameterTypeDescription
proxyConfigurationObjectResidential proxies to avoid blocks
apifyProxyGroupsArray["RESIDENTIAL"] required
urlsArray[String]Getapp software profile URLs

Output Schema

[
{
"name": "Jira",
"type": "SoftwareApplication",
"aggregateRating": {
"ratingValue": 4.44,
"ratingCount": 15191
},
"reviews": [
{
"author": "Simon M.",
"datePublished": "2025-02-26",
"reviewBody": "Jira has made tremendous work...",
"reviewRating": {
"ratingValue": 5,
"bestRating": "5"
}
}
],
"faqs": [
{
"question": "Q. What type of pricing plans...",
"answer": "Starting from: $7.53/month..."
}
]
}
]

Key Output Fields

FieldTypeDescription
aggregateRatingObjectOverall score (1-5) + review count
reviews[]ArrayUser reviews (author, date, rating, text)
faqs[]ArraySoftware details (pricing, integrations, support)
applicationCategoryStringSoftware classification (e.g., "BusinessApplication")

Support & Customization

Need adjustments?
✉️ support@getdataforme.com
🌐 Contact Form

Email Subject:
[Getapp Review Scraper] Feature Request



Last Updated: October 2023
Actor Version: 1.1.0