VOOZH about

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

⇱ RepVue Scraper: Company Reviews, Ratings & Sales Compensation Β· Apify


πŸ‘ RepVue Scraper: Company Reviews, Ratings & Sales Compensation avatar

RepVue Scraper: Company Reviews, Ratings & Sales Compensation

Pricing

from $1.00 / 1,000 company results

Go to Apify Store

RepVue Scraper: Company Reviews, Ratings & Sales Compensation

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.

Pricing

from $1.00 / 1,000 company results

Rating

0.0

(0)

Developer

πŸ‘ AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Pull structured data from RepVue.com, the platform where sales professionals rate the companies they work for. This actor returns one rich record per company: the full profile and RepVue Score, sales-rep reviews, compensation by role (OTE, base, percentiles), open sales jobs, and community questions. It is built for recruiters, sales leaders, RevOps teams, and analysts who want company culture, pay benchmarks, and rep sentiment in one clean dataset.

Unlike review-only scrapers, every record here bundles the company profile, the rating breakdown, compensation by role, and the reviews together, so you get the whole picture in a single row instead of stitching reviews back to companies yourself.

Why this scraper

  • One rich record per company: profile, RepVue Score, ratings, reviews, and pay, not just review text.
  • Compensation by sales role: median and average OTE, base, 75th-percentile, and highest potential earnings, plus a pay summary.
  • Richer reviews: body, rating, verified flag, reviewer role and location tags, follow-up question and answer, company response, and upvotes.
  • Two modes: search and filter the whole RepVue index, or paste specific company links.
  • Real filters: by industry, minimum RepVue Score, and company size, with sort options.
  • Fast and low cost: efficient retrieval that runs on any Apify plan, including the free tier.
  • Optional open jobs and community Q&A per company.

Data you get

Sample shape, values are illustrative placeholders, not from a live company.

FieldExample
nameSample Company
slugSampleCompany
urlhttps://www.repvue.com/companies/SampleCompany
repvueScore81.97
averageRating3.5
ratings_count715
verified_ratings_percent91.19
industrySoftware
size / sizeLabelto_10000 / 5001-10000
funding_sourcePublic
last_headcount2924
descriptionShort company description text appears here.
websitehttps://www.example.com/
careers_urlhttps://careers.example.com/
reviewsCount20
reviews[].bodyPositive experience as a BDR with strong enablement.
reviews[].rating{ "score": 4, "type": "overall", "user_status": "current" }
reviews[].reviewer_role_tagAccount Executive
compensation.summary{ "highest_base": 165000, "lowest_base": 50000, "total_ratings_count": 212 }
compensation.roles[].roleAccount Executive
compensation.roles[].median_ote150000
compensation.roles[].median_base_compensation75000
jobsCount0
questionsCount0
scrapedAt2026-01-01T00:00:00.000Z

How to use

Scrape three companies by link, with reviews and compensation:

{
"mode":"url",
"startUrls":[
"https://www.repvue.com/companies/Klaviyo",
"https://www.repvue.com/companies/Wiz",
"https://www.repvue.com/companies/GrafanaLabs"
],
"includeReviews":true,
"includeSalaries":true,
"maxReviews":50
}

Find top-rated Software companies:

{
"mode":"search",
"industries":["Software"],
"minRepvueScore":80,
"sortBy":"repvue_score_desc",
"maxItems":25,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"US"}
}

Recent reviews only, for one company:

{
"mode":"url",
"startUrls":["https://www.repvue.com/companies/Klaviyo"],
"includeReviews":true,
"maxReviews":100,
"targetDate":"2025-01-01"
}

Profile and pay only, no reviews:

{
"mode":"search",
"companySize":"over_10000",
"includeReviews":false,
"includeSalaries":true,
"maxItems":50
}

Input parameters

ParameterTypeDefaultDescription
modestringsearch"search" discovers and filters companies; "url" scrapes the links you paste.
searchstring(empty)Search mode: keep companies whose name contains this text.
industriesarray[]Search mode: keep only these industries.
minRepvueScoreinteger(none)Search mode: minimum RepVue Score (0-100).
companySizestring(any)Search mode: headcount band filter.
sortBystringname_ascOrder of returned companies.
startUrlsarray(example)URL mode: company links or bare slugs.
includeReviewsbooleantrueAttach reviews to each company.
includeSalariesbooleantrueAttach compensation by role.
includeJobsbooleanfalseAttach open sales jobs (one extra request per company).
includeQuestionsbooleanfalseAttach community Q&A (one extra request per company).
maxReviewsinteger100Reviews per company; 0 for all. Per-company depth, not a run cap.
targetDatestring(none)Keep only reviews on or after this date (YYYY-MM-DD).
maxItemsinteger20The only run-wide cap: max companies. 0 for no limit.
proxyobjectApify datacenterConnection settings.
maxResidentialMBinteger0Residential budget; auto-downgrades to datacenter when reached.
mcpConnectorsarray[]Optional: pipe results into Notion, Linear, Airtable, or Apify.

Output example

Sample shape, values are illustrative placeholders.

{
"recordType":"company",
"id":1,
"slug":"SampleCompany",
"name":"Sample Company",
"url":"https://www.repvue.com/companies/SampleCompany",
"repvueScore":81.97,
"averageRating":3.5,
"ratings_count":715,
"verified_ratings_percent":91.19,
"industry":"Software",
"size":"to_10000",
"sizeLabel":"5001-10000",
"funding_source":"Public",
"last_headcount":2924,
"website":"https://www.example.com/",
"careers_url":"https://careers.example.com/",
"compensation":{
"summary":{"highest_base":165000,"lowest_base":50000,"total_ratings_count":212},
"roles":[
{"role":"Account Executive","median_ote":150000,"median_base_compensation":75000,"average_highest_potential_earnings":309529,"ratings_count":85}
]
},
"reviews":[
{"id":1,"body":"Strong enablement and supportive leadership.","rating":{"score":4,"type":"overall","user_status":"current"},"reviewer_role_tag":"Account Executive","rating_verified":true,"upvotes":0}
],
"reviewsCount":1,
"scrapedAt":"2026-01-01T00:00:00.000Z"
}

Send results into your apps (MCP connectors)

This actor can optionally pipe each run into the apps you already use through Model Context Protocol (MCP) connectors. Authorize a connector once under Apify, Settings, Integrations, then select it in the "Export to your apps" section of the input. For Notion, also set a parent page URL. The connector receives a condensed, human-readable summary per company (title plus key fields); the complete record always stays in the Apify dataset. Leave the field empty to skip; it never changes the dataset output. Supported connectors: Notion, Linear, Airtable, and Apify.

Plan requirement

The default proxy setting runs on any Apify plan, including the free tier, so URL mode works everywhere. Search mode (company discovery and filtering) is most reliable with an Apify plan that includes residential proxy; on the free plan, prefer URL mode with specific company links.

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 - 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

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.

Repvue.com [Only $0.75πŸ’°] Reviews Scraper (PPE)

memo23/repvue-scraper

πŸ’° $0.75 per 1,000 results. Stop guessingβ€”scrape verified Repvue reviews, comp data & company trends instantly. Your edge in hiring, sales & market research.

πŸ‘ User avatar

Muhamed Didovic

34

5.0

US Jobs With Salary API

aspen-technology-labs-inc/us-jobs-with-salary-api

Find US job postings with salary information by role, location, company, category, and compensation range. Built for salary-aware job search, compensation research, and labor-market analysis.

πŸ‘ User avatar

Aspen Technology Labs, Inc.

2

BambooHR Jobs Scraper & API β€” Any Company

memo23/bamboohr-scraper

Scrape every open job from any company on BambooHR. Give a company subdomain and get each role with full description, compensation, location, department and apply URL β€” via the public careers API. Filter by title, location, remote. No proxy needed. JSON or CSV output.

πŸ‘ User avatar

Muhamed Didovic

3

Glassdoor Company Search

moving_beacon-owner1/glassdoor-company-search

Scrapes Glassdoor company search results for a query and returns structured company data: Output: One record per company with: - companyId, name, URL links (overview, reviews, jobs, salaries, interviews) - rating, reviewCount, openJobs - industry, company size, headquarters, logo URL

3

LinkedIn Company Scraper

scrapier/linkedin-company-scraper-actor

Scrape LinkedIn company data with the LinkedIn Company Scraper. Extract company names, industries, employee counts, locations, and descriptions. Ideal for market research, lead generation, and competitor analysis. Fast, accurate, and scalable for single or bulk company profiles.

Ashby Jobs [$0.9πŸ’°] API Scraper | Any Company (/w EMAILS)

memo23/ashby-scraper

[Only $0.9πŸ’°] Scrape every open job from any company on Ashby (jobs.ashbyhq.com). Paste a board URL or org slug and get the full board in one API call β€” company, title, full description, compensation, location, department, and apply URL. Filter by title, location or remote. No proxy. JSON or CSV.

πŸ‘ User avatar

Muhamed Didovic

17