GetApp.com Category Listings Scraper avatar
GetApp.com Category Listings Scraper

Pricing

Pay per event

Go to Apify Store
GetApp.com Category Listings Scraper

GetApp.com Category Listings Scraper

Developed by

Dionysus

Dionysus

Maintained by Community

Scrape GetApp.com multiple categories’ results into JSON/CSV: names, ratings, review counts, descriptions, URLs, and timestamps. Multiple URLs input with pagination. There are more than 900 software categories on GetApp.com

0.0 (0)

Pricing

Pay per event

0

10

7

Last modified

a day ago

GetApp Category Listings Scraper

Extract structured software listings from one or more GetApp category results pages into JSON or CSV. Now supports multiple category URLs for market research, vendor shortlists, competitive analysis, and fast snapshots.


What it Captures

  • name – Software name
  • url – Product detail page URL
  • rating – Star rating (if available)
  • reviewCount – Number of reviews (if available)
  • description – Brief description (when present)
  • extractedAt – ISO timestamp of extraction
  • potentialWebsite – Potential official website found via automated lookup (null if not found)
  • sourceCategoryUrl – Category URL where the listing came from (new!)

Inputs

  • startUrls – Array of one or more GetApp category/search URLs to process
  • maxPages – Number of category pages to scrape per URL

Example Input

{
"startUrls": [
"https://www.getapp.com/finance-accounting-software/",
"https://www.getapp.com/hr-employee-management-software/"
],
"maxPages": 3
}

Output Example

{
"name": "FreshBooks",
"url": "https://www.getapp.com/finance-accounting-software/a/freshbooks/",
"rating": 4.7,
"reviewCount": 4421,
"description": "Accounting software for small businesses",
"extractedAt": "2025-10-06T10:05:46.260Z",
"potentialWebsite": "https://freshbooks.com",
"sourceCategoryUrl": "https://www.getapp.com/finance-accounting-software/"
}

How it Works

  • Loads every category URL in startUrls
  • Scrapes up to maxPages for each one
  • Extracts info only from category/search results, not product detail pages
  • Adds sourceCategoryUrl so you can trace results

FAQ

Does it handle multiple URLs?
Yes, just add them all to startUrls.

Does it scrape detail pages?
No, only category/search listings.

How many results per page?
Usually 25 (varies sometimes).


Changelog

  • Multi-URL support: Scrapes multiple categories via startUrls
  • Output now includes sourceCategoryUrl

Usage

Paste your settings, run, and download your structured results!


Support For problems, create new issue via the Actor page. You can also reach me at southdionysus@gmail.com