Software Advice Scraper
Pricing
from $3.00 / 1,000 results
Software Advice Scraper
Scrape Software Advice profile pages from direct profile URLs or category pages. Extract pricing, ratings, reviews, features, and alternative product data.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(20)
Developer
Crawler Bros
Maintained by CommunityActor stats
20
Bookmarked
1
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
Scrape Software Advice software profile pages from direct URLs, category pages, or by selecting a category from the dropdown.
Modes
This actor supports three input modes — combine freely:
- Profile URLs — paste direct profile URLs into
profileUrls. - Category URLs — paste full category URLs into
categoryUrls. - Category dropdown — pick a top-level category (e.g.
project-management,crm,erp) from thecategoryenum. The actor builds the category URL automatically.
40+ top-level Software Advice categories are exposed via the category dropdown — accounting, CRM, ERP, project management, manufacturing, marketing, HR, supply chain management, and many more.
Filters
| Field | Type | Description |
|---|---|---|
minRating | integer (0-5) | Drop products with a rounded aggregate rating below this value. |
minReviews | integer (0-100000) | Drop products with fewer than N reviews. |
freeTrialOnly | boolean | Only keep products advertising a free trial. |
freeVersionOnly | boolean | Only keep products advertising a free version. |
maxItems | integer (1-250) | Hard cap on emitted records. |
Anti-bot
| Field | Default | Description |
|---|---|---|
useProxy | true | Route HTTP requests through Apify proxy. Software Advice frequently blocks datacenter IPs. |
autoEscalateOnBlock | true | Automatically retry blocked fetches via residential Apify proxy. |
proxyConfiguration | RESIDENTIAL | Apify proxy configuration. |
Output
Each record can include:
title/description/about/slug/categoryratingValue/reviewCount/overallRating/secondaryRatingsstartingPrice/hasFreeTrial/hasFreeVersion/price/priceCurrencyoperatingSystemfeaturesalternativestopReviewssourceUrl/canonicalUrlrecordType/scrapedAt
Empty values are omitted from output.
Use cases
- Software comparison research.
- Pricing and category intelligence.
- Review-platform aggregation.
- Alternative product mapping.
Notes
- This actor uses
curl_cffiimpersonation and stays browser-free. - Software Advice may block cloud datacenter IPs, so the default prefill uses Apify residential proxy.
- Empty values are omitted from output (no
null, blank strings, or empty arrays).