VOOZH about

URL: https://apify.com/memo23/repvue-scraper

⇱ Repvue.com [Only $0.75💰] Reviews Scraper (PPE) · Apify


👁 Repvue.com [Only $0.75💰] Reviews Scraper (PPE) avatar

Repvue.com [Only $0.75💰] Reviews Scraper (PPE)

Pricing

from $0.75 / 1,000 results

Go to Apify Store

Repvue.com [Only $0.75💰] Reviews Scraper (PPE)

💰 $0.75 per 1,000 results. Stop guessing—scrape verified Repvue reviews, comp data & company trends instantly. Your edge in hiring, sales & market research.

Pricing

from $0.75 / 1,000 results

Rating

5.0

(3)

Developer

👁 Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

3

Bookmarked

34

Total users

6

Monthly active users

12 days ago

Last modified

Share

Repvue.com Reviews Scraper

Extract structured company profiles, employee reviews, and compensation data from Repvue.com. Ideal for recruiters, HR professionals, and sales leaders seeking insights into company cultures, compensation trends, and employee experiences.


Features

  • Company & Review Scraping:
    • Extract detailed company profiles, including ratings, size, and industry.
    • Scrape employee reviews (pros/cons, compensation details, interview experiences).
  • Customizable Limits:
    • Set maxReviews to cap reviews per company and maxItems to limit total companies.
  • Performance Control:
    • Adjust maxConcurrency, minConcurrency, and maxRequestRetries for efficient scraping.
  • Residential Proxy Support:
    • Avoid blocks with Apify Proxy’s residential IPs (default configuration).
  • Structured Datasets:
### 2. Scrape Companies from Search Results + Their Reviews
```json
{
"startUrls":[
{
"url":"https://www.repvue.com/companies?industries.name=Healthcare%20and%20Hospitals&funding_source=Public&per_page=100"
}
],
"maxItems":50, // Scrape 50 companies from search
"maxReviews":20 // Scrape 20 reviews per company
}

3. Use API Endpoints Directly (Advanced)

{
"startUrls":[
{
"url":"https://api.repvue.com/api/companies?industries.name[]=Information+Technology&per_page=100"
}
],
"maxItems":200
}

How It Works

For Search/API URLs:

  1. The scraper extracts company profiles from the search results or API response.
  2. For each company, it navigates to its review page (e.g., .../companies/{CompanyName}/reviews).
  3. Reviews are scraped up to the maxReviews limit.

For Direct Review URLs:

  1. The scraper bypasses search and directly extracts reviews from the provided URL.

URL Structure Support

URL TypeExampleUse Case
Company Reviewshttps://www.repvue.com/companies/ZoomInfo/reviewsTarget a specific company’s reviews.
Filtered Searchhttps://www.repvue.com/companies?size=1-50&industries.name=Healthcare%20and%20HospitalsScrape companies matching filters (size, industry, funding, etc.).
Paginated APIhttps://api.repvue.com/api/companies?per_page=100&industries.name[]=SoftwareDirectly scrape structured company data from Repvue’s API (advanced).

Benefits of Multi-URL Support

  • Flexibility: Start with a single company, a filtered search, or raw API endpoints.
  • Scalability: Scrape thousands of companies/reviews by iterating through search pages.
  • Precision: Use Repvue’s built-in filters (size, industry, funding) to target specific datasets.

How to Use

On Apify Platform

  1. Configure Input:
    • Add Start URLs (e.g., company review pages like https://www.repvue.com/companies/ZoomInfo/reviews).
    • Set maxReviews (reviews per company) and maxItems (companies per crawl).
  2. Tweak Advanced Settings:
    • Adjust maxConcurrency (parallel requests) and maxRequestRetries (failed request retries).
  3. Run the Actor:
    • Execute the scraper and monitor via Apify dashboard.
  4. Export Data:
    • Download results in JSON, CSV, Excel, or integrate via API.

Input Configuration

Example Input

{
"startUrls":[
{"url":"https://www.repvue.com/companies/ZoomInfo/reviews"}
],
"maxReviews":50,
"targetDate":"2024-06-01",
"maxItems":20,
"maxConcurrency":10,
"minConcurrency":1,
"maxRequestRetries":100,
"proxy":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"]
}
}

Input Fields Explained

ParameterDescriptionDefault
startUrlsURLs to start scraping (e.g., company profile/review pages).[]
targetDateOptional date filter; keeps only reviews with created_at on or after this date (YYYY-MM-DD).null (no filter)
maxReviewsMax reviews to scrape per company.100
maxItemsMax companies to scrape (if using a search URL as a start URL).100
maxConcurrencyMax parallel pages processed.10
minConcurrencyMin parallel pages processed.1
maxRequestRetriesRetry failed requests this many times before skipping.100
proxyProxy settings (residential recommended).Apify Proxy

Output Structure

Sample Output (Company + Reviews)

{
"companyName":"ZoomInfo",
"companyUrl":"https://www.repvue.com/companies/ZoomInfo",
"overallRating":4.2,
"reviewCount":85,
"reviews":[
{
"reviewText":"Great work-life balance...",
"rating":4.5,
"pros":["Flexible hours","Supportive management"],
"cons":["High quotas"],
"compensation":{
"baseSalary":"$80k",
"OTE":"$160k",
"commission":"20%"
},
"interviewExperience":"3 rounds, moderately challenging",
"datePosted":"2024-02-10"
}
],
"metadata":{
"scrapedAt":"2024-03-20T12:00:00Z"
}
}

Output Field Explanations

{
"id":56688,
"avatar_color":"yellow",
"body":"Nothing but amazing things to say about Tractian. Humble, hardworking team with growth opportunities at every turn. I feel honored and privileged to be a part of this team.",
"content_categories":[
{
"id":99624,
"category":"Culture and Leadership"
},
{
"id":99625,
"category":"Professional Development and Training"
}
],
"created_at":"2024-12-16T20:20:54.209+0000",
"pinned":true,
"rating":{
"id":350664,
"average_metric_rating":5,
"created_at":"2024-12-16T20:19:44.757+0000",
"type":"RegularRating",
"user_color":"yellow",
"user_status":"Current Employee"
},
"rating_verified":true,
"response":null,
"slug":"tractian-review-fhox1vbc",
"upvotes":0
}

Field Explanations

FieldTypeDescriptionPossible Values/Notes
idIntegerUnique identifier for the review.Example: 56688
avatar_colorStringColor code or name associated with the reviewer’s avatar.Values like yellow, blue, green (determined by Repvue’s UI logic).
bodyStringFull text of the employee review.Plain text containing pros/cons, experiences, or opinions.
content_categoriesArrayCategories assigned to the review (e.g., topics it addresses).Objects with id (unique category ID) and category (category name).
created_atStringTimestamp when the review was posted.ISO 8601 format (e.g., 2024-12-16T20:20:54.209+0000).
pinnedBooleanIndicates if the review is pinned to the top of the company’s review section.true = Pinned by company/moderation; false = Not pinned.
ratingObjectDetailed rating metadata:Nested fields below.
idIntegerUnique identifier for the rating entry.Example: 350664.
average_metric_ratingFloatAverage score given by the reviewer across all rating metrics (e.g., culture, compensation).Scale: 1.0 (lowest) to 5.0 (highest).
created_atStringTimestamp when the rating was submitted.ISO 8601 format (may differ slightly from review timestamp).
typeStringType of rating (e.g., regular, anonymous).Example: RegularRating (default), AnonymousRating.
user_colorStringColor code/name linked to the reviewer’s status (e.g., current/former employee).Matches avatar_color in most cases.
user_statusStringEmployment status of the reviewer at the time of the review.Current Employee, Former Employee, Contractor, etc.
rating_verifiedBooleanIndicates if Repvue has verified the authenticity of the review.true = Verified; false = Unverified.
responseObjectCompany’s public response to the review (if any).null = No response; otherwise, contains response text and metadata.
slugStringURL-friendly identifier for the review.Example: tractian-review-fhox1vbc (used in URLs like /reviews/[slug]).
upvotesIntegerNumber of upvotes the review has received from other users.0 = No upvotes; increases as users vote.
---
### Key Notes:
- **`pinned`**: Useful for identifying reviews highlighted by the company or platform moderators.
- **`rating_verified`**: Adds credibility to the review (e.g., confirms the reviewer was a verified employee).
- **`response`**: If the company replies, this field will include their response text and timestamps.
- **`slug`**: Use this to construct direct links to the review (e.g., `https://www.repvue.com/reviews/[slug]`).
## Benefits
- **Targeted Data**: Focus on specific companies or industries with custom `startUrls`.
- **Scalability**: Scrape hundreds of companies/reviews with proxy rotation and retries.
- **Analysis-Ready**: Structured data for trend analysis (e.g., compensation benchmarks).
- **Low Maintenance**: Built-in error handling and residential proxy support.
---
## Why Use This Scraper?
Repvue.com is a goldmine for sales and recruitment insights, but manual data collection is time-consuming. This scraper offers:
- **Accuracy**: Extract nested review data and ratings.
- **Reliability**: Retry failed requests up to 100 times.
- **Anonymity**: Residential proxies to avoid IP blocks.
---
## Support
- **Issues**: Report bugs or request features via [Apify Console](https://console.apify.com/actors/YOUR-ACTOR-ID/issues).
- **Contact**:
- Email: [your@email.com](mailto:your@email.com)
- Portfolio: [yourwebsite.com](https://yourwebsite.com)
---
## Customization
Need adjustments? Contact [your@email.com](mailto:your@email.com) for:
- Additional data fields (e.g., leadership team details).
- Integration with CRM/ATS systems.
- Scrapers for other platforms (e.g., G2, Glassdoor).
---
Let me know if you’d like to refine any section further!

You might also like

RepVue Scraper

solidcode/repvue-scraper

From 💰 $0.7 per 1K. Extract verified sales-employer reviews, ratings, and compensation data from RepVue.com. Paste company URLs or filter the RepVue directory by industry and company size. Returns one row per company plus optional rows for each verified review (with a recordType discriminator).

RepVue Scraper: Company Reviews, Ratings & Sales Compensation

abotapi/repvue-scraper

Scrape RepVue company profiles, RepVue Score, sales-rep reviews, and compensation by role (OTE, base, percentiles) plus jobs and community Q&A. One rich record per company. Search and filter, or paste company links. Fast, reliable, runs on any plan.

Repvue Scraper

louisdeconinck/repvue-scraper

Extract comprehensive company data from RepVue, including ratings, industry details, and sales performance metrics. Get insights on company culture, quota attainment, and job opportunities. Supports custom filters and full pagination handling.

👁 User avatar

Louis Deconinck

37

5.0

Repvue.com Reviews Scraper ⭐

shahidirfan/Repvue-com-Reviews-Scraper

Extract company reviews & employee ratings from Repvue instantly. Get compensation feedback, workplace culture insights, employer ratings & employee experiences. Perfect for competitive intelligence, HR analytics, employer branding research & talent acquisition.

👁 User avatar

Shahid Irfan

2

Trustpilot $0.75💰Reviews Ratings/Reply/Filter/Bypass 200 Limit

memo23/trustpilot-scraper-ppe

💰$0.75 per 1,000 results – Ratings, Replies & Filters. Enterprise-grade Trustpilot scraper that extracts 40+ data points per review with built-in analytics and 100% verified reviews coverage. Bypassing the limit of only the first 10 pages. Perfect for business intelligence and market research.

👁 User avatar

Muhamed Didovic

935

4.7

Reddit Scraper - $0.75/1k

santamaria-automations/reddit-scraper

Scrape Reddit posts and comments from any subreddit, search query, or user profile. Returns title, author, full post text, external link URL, comment bodies, subreddit, and timestamps. No login required. Pay-per-result: only $0.75 per 1,000 items.

18

5.0

ForRent.com [Only $0.75💰] Scraper (/w EMAILS)

memo23/forrent-com-scraper

💰$0.75 per 1,000 results, scrape comprehensive property data from ForRent.com. Extracts listings with pricing, floor plans, amenities, photos, walk scores, nearby points of interest, school ratings, and detailed leasing information. Ideal for market analysis and data aggregation

👁 User avatar

Muhamed Didovic

28

5.0

Funda.nl | Only $0.75💰 | Search By Url or Keywords/Filters

memo23/funda-scraper

💰$0.75 per 1,000 results. The Fulda Scraper offers advanced customization, retry mechanisms, and detailed output, simplifying the data collection process and providing actionable insights for real estate professionals, investors, and researchers.

👁 User avatar

Muhamed Didovic

162

5.0

RepVue Scraper - Sales Rep Employer Reviews, OTE & Quota Data

jungle_synthesizer/repvue-employer-scraper

Scrape RepVue.com for B2B SaaS sales compensation and employer review data. Extract company profiles with OTE, base salary, commission structure, quota attainment, ramp time, and employer ratings across ~5K companies.

👁 User avatar

BowTiedRaccoon

3

Gumtree $1.75💰 [AUS-UK-NZ-SA] Search By URL or Keywords

memo23/gumtree-cheerio

💰$1.75 per 1,000 results, extract detailed listings including pricing history, seller info, vehicle specs (VIN, mileage, condition), electronics details, and furniture dimensions. Get rich media (images, videos), location data, and competitor analysis.

👁 User avatar

Muhamed Didovic

138

5.0