GetApp Scraper (Cheap) avatar

GetApp Scraper (Cheap)

Pricing

from $3.99 / 1,000 results

Go to Apify Store
GetApp Scraper (Cheap)

GetApp Scraper (Cheap)

Extract software listings from GetApp.com category and search pages, including ratings, review breakdowns, features, and direct product URLs.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

Data API

Data API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

GetApp Software Listings Scraper

GetApp Software Listings Scraper

GetApp ranks thousands of business tools by verified buyer reviews, but the page only shows you a slice at a time and there is no download button. If you want the whole category as a spreadsheet — every app, its rating, how reviews break down by stars, and the features buyers actually care about — you are stuck copying cards by hand. This scraper takes any GetApp category or search URL and returns each listing as a clean row: name, overall rating, review counts, the four sub-scores, top features, and the Category Leader badge. Point it at one category or a stack of them and let it page through the rest.

What you get

Each software listing comes back as one row with a steady set of columns. Values that GetApp does not show come back as null so your sheet stays rectangular. Every row carries:

  • IdentityappName, appSlug, appUrl, appId, logoLink, shortPitch, appSummary
  • RatingsoverallRating, reviewsTotal, plus the star breakdown oneStarTotal through fiveStarTotal
  • Sub-scoresvalueRating, featuresRating, easeRating, supportRating, recommendScore
  • SignalscategoryLeaderBadge, sponsoredListing, topVisited, leaderScore, topFeatures
  • ContextcategoryLabel, categoryLink, pageIndex, inputUrl, collectedAt

Quick start

  1. Click Try for free and open the input form.
  2. Paste one or more GetApp category or search URLs into Category or search URLs.
  3. Set Results limit to cap the run (25 = one page, 75 = three pages per URL).
  4. Press Start, then export the dataset as JSON, CSV, Excel, or XML once it finishes.

How it works

Use cases

  • Vendor shortlisting — pull a whole category and sort by rating and review volume to build a credible vendor list fast.
  • Competitive tracking — re-run weekly to watch a rival's rating or review count move after a release.
  • Procurement research — the four sub-scores beat a single average when you need to weigh support against features.
  • Market and content research — find categories where feature coverage is thin or where a newcomer is gaining ground.
  • Analyst and investment work — spot tools building review momentum months before they surface in formal reports.

Input

FieldTypeRequiredDescription
targetUrlsarray of stringsYesGetApp category or search pages to scrape. Each URL is paged through on its own.
resultsLimitintegerNoTotal listings to gather across all URLs. GetApp shows 25 per page. Default 75.
timeoutSecondsintegerNoSeconds to wait on each request before giving up (5 to 120). Default 45.

Example input

{
"targetUrls": [
"https://www.getapp.com/hr-human-resources-software/human-resources/",
"https://www.getapp.com/project-management-planning-software/project-management/"
],
"resultsLimit": 75,
"timeoutSeconds": 45
}

Output

Each item is one software listing. Every field is always present, with null standing in for anything GetApp did not publish, so the dataset loads cleanly into a sheet or database.

Example output

{
"appId": "7f1c2d40-9a3e-4c11-bf02-d1e455a9b8c2",
"appName": "Asana",
"appSlug": "asana",
"appUrl": "https://www.getapp.com/project-management-planning-software/a/asana/",
"logoLink": "https://gdm-catalog-fmapi-prod.imgix.net/ProductLogo/3b9f71ce.png",
"shortPitch": "Work management for teams of any size",
"appSummary": "Asana is a work management platform that helps teams plan, organize, and track projects in one shared space.",
"overallRating": 4.48,
"reviewsTotal": 13204,
"sponsoredListing": false,
"categoryLeaderBadge": true,
"topVisited": true,
"leaderScore": 91,
"oneStarTotal": 64,
"twoStarTotal": 138,
"threeStarTotal": 605,
"fourStarTotal": 4012,
"fiveStarTotal": 8385,
"valueRating": "4.30",
"featuresRating": "4.41",
"easeRating": "4.36",
"supportRating": "4.22",
"recommendScore": "8.10",
"topFeatures": ["Task Management", "Gantt/Timeline View", "Collaboration Tools"],
"categoryLabel": "Project Management",
"categoryLink": "https://www.getapp.com/project-management-planning-software/project-management/",
"pageIndex": 1,
"inputUrl": "https://www.getapp.com/project-management-planning-software/project-management/",
"collectedAt": "2026-06-29T10:00:00.000000+00:00",
"errorMessage": null
}

Output fields

FieldTypeDescription
appIdstringUnique product identifier (UUID)
appNamestringDisplay name of the software product
appSlugstringURL-friendly slug for the product
appUrlstringDirect link to the product detail page on GetApp
logoLinkstringAddress of the product's logo image
shortPitchstringOne-line tagline shown for the product
appSummarystringLonger description text for the product
overallRatingnumberMean star rating across all reviews (0.0 to 5.0)
reviewsTotalintegerCount of user reviews left for the product
sponsoredListingbooleanTrue for a paid or sponsored placement
categoryLeaderBadgebooleanTrue when the product carries the Category Leader badge
topVisitedbooleanTrue when the product is flagged as most visited
leaderScorenumberNumeric score behind the Category Leader badge, when present
oneStarTotalintegerNumber of one-star reviews
twoStarTotalintegerNumber of two-star reviews
threeStarTotalintegerNumber of three-star reviews
fourStarTotalintegerNumber of four-star reviews
fiveStarTotalintegerNumber of five-star reviews
valueRatingstringReviewer score for value for money, out of 5
featuresRatingstringReviewer score for features, out of 5
easeRatingstringReviewer score for ease of use, out of 5
supportRatingstringReviewer score for customer support, out of 5
recommendScorestringAverage likelihood-to-recommend score, out of 10
topFeaturesarray of stringsNames of the product's most popular features
categoryLabelstringName of the GetApp category the listing came from
categoryLinkstringAddress of the category page
pageIndexintegerWhich result page this listing was found on
inputUrlstringThe URL you supplied that produced this listing
collectedAtstringISO 8601 UTC timestamp of when the row was captured
errorMessagestringReason a listing failed; null on success

Tips for best results

  • Start small. Run one category with resultsLimit at 25 to confirm the URL is right and the columns look how you expect before scaling up.
  • One category per URL. Keeping categories in separate entries makes it easy to tell where a row came from and to re-run a single category later.
  • Filter inside the URL. GetApp lets you narrow by business size and other facets in the path (for example /org/small-business/). Pass the filtered URL straight in rather than trimming results afterward.
  • Raise timeoutSeconds toward 90 if you see repeated timeouts on larger categories.
  • Sort by categoryLeaderBadge. Products with the badge have cleared GetApp's bar on rating and review volume, so it is a quick filter for a credible shortlist.

How can I use GetApp software data?

How can I use the GetApp Software Listings Scraper to build a vendor shortlist? Paste the category URL for the software you are evaluating, set a resultsLimit, and run it. You get every listing in the category with overallRating, reviewsTotal, and the four sub-scores in one table. Sort by rating and review count, then filter on categoryLeaderBadge to land on a short, credible list of options.

How can I track GetApp ratings and reviews over time? Schedule the actor to run on a cron and let each run append to the same dataset. Because every row carries collectedAt, you can chart overallRating and reviewsTotal week over week and catch a competitor's score slipping after a bad release, or a newcomer gaining momentum.

How can I export GetApp listings to a spreadsheet for research? Run the scraper, then download the dataset as CSV or Excel, or connect it to Google Sheets through Apify's integrations so new runs append rows automatically. The star breakdown (oneStarTotal through fiveStarTotal) and topFeatures give you enough to compare tools without opening a single product page.

How can I scrape GetApp by business size or sub-category? GetApp encodes filters in the URL path. Grab a filtered page such as a /org/small-business/ view, drop it into targetUrls, and the scraper pages through just that segment, returning the same fields for each matching app.

Our actors are ethical and do not extract any private user data, such as email addresses or private contact information. They only extract what the user has chosen to share publicly. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.

However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

You can also read Apify's blog post on the legality of web scraping.

Support

Questions, feature requests, or a field you'd like added? Reach out at data.apify@proton.me and we'll get back to you.