Capterra Scraper avatar

Capterra Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Capterra Scraper

Capterra Scraper

Scrape Capterra.com for business software product reviews, ratings, pricing information, and feature comparisons. Essential for SaaS market research and competitive analysis.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

29

Total users

5

Monthly active users

7 days ago

Last modified

Share

Capterra Software Reviews & Pricing Scraper

Scrape Capterra.com for business software reviews, ratings, pricing, and feature comparisons. Extract verified user reviews, category-specific ratings (Ease of Use, Features, Value), pricing tiers, and deployment options. Essential for SaaS competitive intelligence and software market research.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"productUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"scrapeType": "category_search",
"productUrl": "https://example.com",
"deploymentType": "any",
"includeReviews": true,
"maxReviewsPerProduct": 25,
"includePricing": true,
"includeFeatures": true,
"maxResults": 50,
"webhookPlatform": "custom"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
scrapeTypestring"category_search"NoType of scraping to perform
productUrlstring-NoDirect Capterra product page URL (for product_profile type)
productNamestring-NoSoftware product name to search
categorystring-NoCapterra category (e.g., 'CRM Software', 'Project Management', 'Accounting')
minRatingnumber-NoMinimum overall rating (1.0-5.0)
deploymentTypestring"any"NoFilter by deployment type
includeReviewsbooleantrueNoScrape user reviews for each product
maxReviewsPerProductinteger25NoMaximum reviews to collect per product
includePricingbooleantrueNoInclude pricing information when available
includeFeaturesbooleantrueNoInclude detailed feature lists
maxResultsinteger50NoMaximum number of products to scrape
proxyConfigurationobject-NoProxy settings for the scraper
demoModebooleantrueNoReturn sample data without actual scraping (for testing)
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)
webhookPlatformstring"custom"NoPlatform-specific payload formatting
webhookHeadersobject-NoCustom HTTP headers to send with webhook (JSON object)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Product ScrapedEach Capterra software product scraped$0.06

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal