PeerSpot Enterprise IT Reviews Scraper avatar

PeerSpot Enterprise IT Reviews Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
PeerSpot Enterprise IT Reviews Scraper

PeerSpot Enterprise IT Reviews Scraper

Scrape enterprise IT product reviews from PeerSpot: rating, pros and cons, full review text by section, sentiment, and reviewer job, industry and company size.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Green Salad

Green Salad

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Scrape enterprise IT product reviews from PeerSpot (formerly IT Central Station): rating, pros and cons, the full review split into sections (use case, valuable features, room for improvement, ROI…), sentiment score, and the reviewer's job, industry and company size.

Use cases

  • Competitive analysis: see what enterprise buyers praise and criticize in competing products
  • Product feedback: mine "room for improvement" and "valuable features" sections
  • Market research: compare ratings and sentiment across a category
  • Sales enablement: find reviews by industry and company size

Input

FieldDefaultDescription
productUrlsrequiredPeerSpot product review URLs, e.g. https://www.peerspot.com/products/microsoft-azure-reviews
maxPages1Review pages per product (~10 reviews per page). 0 = all pages.
proxyConfigurationResidentialResidential proxy recommended for large runs.

Output

One item per review:

{
"productName": "Microsoft Azure",
"reviewId": 11456633,
"reviewTitle": "Cloud migration has reduced hardware dependency and supports secure global access to apps",
"shortSummary": "I use Microsoft Azure for cloud infrastructure, valuing its scalability, identity management, and reliable support. Desp…",
"reviewBody": "Microsoft Azure is mainly used to provide cloud infrastructure and services for hosting applications, storing data, managing virtual machines, networking, backu…",
"reviewSections": {
"use_case": "Microsoft Azure is mainly used to provide cloud infrastructure and services for …",
"valuable_features": "The best features Microsoft Azure offers are cloud scalability, virtual machines…",
"room_for_improvement": "Cost management in Microsoft Azure can be complex, and beginners may find servic…"
},
"pros": "Microsoft Azure delivers a strong ROI by reducing hardware investment, minimizing maintenance overhead, and improving and supporting business continuity through cloud services.",
"cons": "Cost management in Microsoft Azure can be complex, and beginners may find services difficult to navigate, so improvement is required in this area.",
"rating": 4.5,
"tenPointRating": 9,
"sentiment": 7.5,
"wordCount": 704,
"publishedDate": "2026-05-07 18:02:34 UTC",
"isIncentivized": true,
"reviewerName": null,
"reviewerUsername": "reviewer2832981",
"reviewerJobFunction": "Cloud Administrator",
"reviewerCompany": null,
"reviewerIndustry": "Tech Vendor",
"companySize": "Large",
"professionalInfo": "Cloud Administrator at a tech vendor with 10,001+ employees"
}
FieldDescription
productName, reviewIdProduct and PeerSpot review ID
reviewTitle, shortSummaryReview title and PeerSpot's short summary
reviewBodyFull review text, all sections joined
reviewSectionsReview text by section (use_case, valuable_features, room_for_improvement, ROI, setup_cost, …)
pros, consKey pro and con
rating, tenPointRatingRating out of 5 and out of 10
sentimentPeerSpot's sentiment score (0–10)
wordCount, publishedDate, isIncentivizedReview length, date and whether it was incentivized
reviewerNameReviewer's name (null when the reviewer is anonymous on PeerSpot)
reviewerUsername, reviewerJobFunction, reviewerCompany, reviewerIndustry, companySize, professionalInfoReviewer details as shown on PeerSpot

Each review appears once per run.

How it works

The first review page embeds its reviews as JSON, which the actor reads directly. Later pages are plain HTML, so the actor collects their review IDs and opens each review (?review_id=…) to read the same JSON. Everything is fetched over plain HTTP (no browser), so runs are fast and light.

Support

Found a bug, need a new field or want a custom scraper? Open an issue on the Issues tab or email apifybuilder@gmail.com.