GetApp Software Listings Scraper
Pricing
$19.99/month + usage
Go to Apify Store
GetApp Software Listings Scraper
Scrape software listings from GetApp.com by category or search URL, with automatic pagination and structured name, rating, review count, and description.
Pricing
$19.99/month + usage
Rating
5.0
(1)
Developer

PowerAI
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Share
This actor helps you collect software listings from GetApp.com. You provide a search or category URL (for example, email software with API tag), and the actor returns software names, product links, ratings, review counts, and short descriptions.
Features
- URL-based collection: Use any GetApp category or search results URL to start.
- Automatic pagination: Follows "Next" page until the list ends or the maximum item count is reached.
- Structured output: Each listing includes the product page URL, name, star rating, review count, and description when available.
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Full GetApp category or search results URL to scrape |
maxItems | integer | No | Maximum number of software listings to fetch |
Output
The output is a list of software listing objects. Each object includes:
searchUrl: The URL you providedsoftwareUrl: Link to the software’s detail page on GetAppname: Software namerating: Star rating (number) when shownreviewCount: Number of reviews when showndescription: Short description when availablescrapedAt: When the listing was scraped
Use Cases
- Building shortlists of software by category or tag
- Comparing products and ratings across categories
- Market research and competitive overviews
- Exporting software catalogs for analysis
Notes
- Results are taken only from listing pages, not from individual product detail pages.
- Pagination stops when there are no more pages or when the maximum item count is reached.