Software Advice Scraper avatar

Software Advice Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Software Advice Scraper

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

Crawler Bros

Maintained by Community

Actor stats

20

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

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:

  1. Profile URLs — paste direct profile URLs into profileUrls.
  2. Category URLs — paste full category URLs into categoryUrls.
  3. Category dropdown — pick a top-level category (e.g. project-management, crm, erp) from the category enum. 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

FieldTypeDescription
minRatinginteger (0-5)Drop products with a rounded aggregate rating below this value.
minReviewsinteger (0-100000)Drop products with fewer than N reviews.
freeTrialOnlybooleanOnly keep products advertising a free trial.
freeVersionOnlybooleanOnly keep products advertising a free version.
maxItemsinteger (1-250)Hard cap on emitted records.

Anti-bot

FieldDefaultDescription
useProxytrueRoute HTTP requests through Apify proxy. Software Advice frequently blocks datacenter IPs.
autoEscalateOnBlocktrueAutomatically retry blocked fetches via residential Apify proxy.
proxyConfigurationRESIDENTIALApify proxy configuration.

Output

Each record can include:

  • title / description / about / slug / category
  • ratingValue / reviewCount / overallRating / secondaryRatings
  • startingPrice / hasFreeTrial / hasFreeVersion / price / priceCurrency
  • operatingSystem
  • features
  • alternatives
  • topReviews
  • sourceUrl / canonicalUrl
  • recordType / 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_cffi impersonation 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).