GetApp.com Category Listings Scraper
Pricing
Pay per event
GetApp.com Category Listings Scraper
Scrape GetApp.com multiple software 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
Pricing
Pay per event
Rating
0.0
(0)
Developer

Dionysus
Actor stats
0
Bookmarked
14
Total users
3
Monthly active users
5 days ago
Last modified
Categories
Share
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 (
nullif 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
maxPagesfor each one - Extracts info only from category/search results, not product detail pages
- Adds
sourceCategoryUrlso 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