Repvue.com Reviews Scraper ⭐
Pricing
Pay per usage
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.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Shahid Irfan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
RepVue Reviews Scraper
Extract RepVue company review data in a structured, reusable format. Collect public sales review content, reviewer tags, follow-up questions, company metadata, and rating summaries from RepVue company review pages for research, benchmarking, and monitoring workflows.
Features
- Review page support - Collect review data from RepVue company review pages with one or more URLs.
- Company metadata - Capture company profile fields such as RepVue score, ratings count, industry, company size, and website.
- Review enrichment - Return reviewer role, location tag, verification status, follow-up prompts, and category tags alongside each review.
- Flexible URL handling - Accept company overview URLs, review listing URLs, and direct review detail URLs.
- Clean dataset output - Omit null and empty values so exported datasets stay compact and production friendly.
Use Cases
Competitive Intelligence
Track how sales teams describe leadership, compensation, quota attainment, and product-market fit across target companies.
Employer Research
Build a repeatable dataset of sales review feedback before joining a company, entering a territory, or analyzing a new market.
Trend Monitoring
Run the actor on a schedule to watch how public review sentiment changes over time for a watchlist of companies.
Data Pipelines
Send structured review records into spreadsheets, BI tools, data warehouses, and automation platforms for downstream analysis.
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
urls | Array | Yes | See prefill | One or more RepVue URLs to process. Supports company overview URLs, review listing URLs, and direct review detail URLs. |
results_wanted | Integer | No | 20 | Maximum number of review records to save across the whole run. |
max_pages | Integer | No | 1 | Forward-compatible safety cap for future multi-page review payloads. |
proxyConfiguration | Object | No | {"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]} | Proxy settings for more reliable collection. |
Output Data
Each dataset item contains:
| Field | Type | Description |
|---|---|---|
input_url | String | Original URL provided in the input. |
source_url | String | Normalized RepVue review URL used for collection. |
company_id | Number | Internal company identifier. |
company_slug | String | Company slug used in RepVue URLs. |
company_name | String | Company name. |
company_industry | String | Industry category. |
company_description | String | Company profile description. |
company_website | String | Company website URL. |
company_careers_url | String | Careers page URL when available. |
company_average_rating | String | Average employee rating shown on RepVue. |
company_repvue_score | String | RepVue score for the company. |
company_ratings_count | Number | Total employee ratings count. |
company_verified_ratings_count | Number | Number of verified ratings. |
company_verified_ratings_percent | Number | Percentage of verified ratings. |
company_quota_attainment | Number | Quota attainment value when available. |
company_active_jobs_count | Number | Number of active jobs listed. |
company_funding_source | String | Funding source classification. |
company_size | String | Company size bucket. |
review_id | Number | Internal review identifier. |
review_slug | String | Review slug used in the review URL. |
review_url | String | Direct URL to the review detail page. |
review_body | String | Main review text. |
review_created_at | String | Review creation timestamp. |
review_avatar_color | String | Reviewer avatar color tag. |
review_pinned | Boolean | Whether the review is pinned. |
review_upvotes | Number | Upvote count. |
reviewer_role_tag | String | Reviewer role tag such as Account Executive or SDR/BDR. |
reviewer_location_tag | String | Reviewer location tag such as US or Non-US. |
rating_verified | Boolean | Whether the review is verified. |
rating_average_metric_rating | Number | Average metric rating associated with the review. |
rating_created_at | String | Rating creation timestamp. |
rating_type | String | Rating type label. |
rating_user_color | String | Reviewer color tag used by RepVue. |
rating_user_status | String | Reviewer employment status string. |
followup_question | String | Follow-up question tied to the review. |
followup_answer | String | Follow-up answer when available. |
response | String | Company response when available. |
prompt_category | String | Prompt category shown with the review. |
prompt_value | Number | Prompt value when available. |
prompt_change | Number | Prompt change value when available. |
content_categories | Array | Review category tags. |
Usage Examples
Single Review Page
Collect reviews from a company review page:
{"urls": ["https://www.repvue.com/companies/Solarwinds/reviews"],"results_wanted": 20}
Company Overview URL
Start from a company profile URL and let the actor normalize it to the review page:
{"urls": ["https://www.repvue.com/companies/Webflow"],"results_wanted": 15}
Multiple Companies
Collect reviews across multiple companies in one run:
{"urls": ["https://www.repvue.com/companies/Solarwinds/reviews","https://www.repvue.com/companies/Veeam/reviews","https://www.repvue.com/companies/Webflow/reviews"],"results_wanted": 40,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Sample Output
{"input_url": "https://www.repvue.com/companies/Solarwinds/reviews","source_url": "https://www.repvue.com/companies/Solarwinds/reviews","company_id": 779,"company_slug": "Solarwinds","company_name": "SolarWinds","company_industry": "Software","company_website": "https://www.solarwinds.com/","company_average_rating": "3.0","company_repvue_score": "74.43","company_ratings_count": 422,"company_verified_ratings_count": 380,"company_verified_ratings_percent": 90.05,"review_id": 122457,"review_slug": "solarwinds-review-8cyidtf1","review_url": "https://www.repvue.com/companies/Solarwinds/reviews/solarwinds-review-8cyidtf1","review_body": "New Ownership cut commission in half and raised prices on existing customers by 400%. Existing customers feel squeezed and don’t want to expand.","review_created_at": "2026-06-01T23:41:47.623+00:00","reviewer_role_tag": "Account Executive","reviewer_location_tag": "US","rating_verified": true,"rating_average_metric_rating": 2.2857142857142856,"rating_user_status": "Current Employee","followup_question": "How do those price hikes typically affect your ability to get renewals or upsells across the line?","prompt_category": "Percent of Team Members Who Hit Quota","prompt_value": 20,"prompt_change": 10,"content_categories": ["Incentive Compensation & Quota","Culture and Leadership"]}
Tips for Best Results
Use Review-Focused URLs
- Prefer company review pages when you want multiple records from one company.
- Direct review detail URLs also work when you only care about a specific review.
Start Small
- Use
results_wanted: 20for validation runs and QA-friendly testing. - Increase the limit after confirming the URLs you want to monitor.
Use Residential Proxies
- Residential proxies are recommended for the most reliable collection.
- This is especially useful for larger watchlists or scheduled runs.
Integrations
Connect your data with:
- Google Sheets - Export review datasets for quick filtering and sharing.
- Airtable - Build searchable sales review databases.
- Make - Trigger automations when new reviews appear.
- Zapier - Forward records into alerts, spreadsheets, or CRMs.
- Webhooks - Send results to custom APIs and pipelines.
Export Formats
- JSON - For APIs, apps, and custom processing.
- CSV - For spreadsheets and flat-file analysis.
- Excel - For business reporting.
- XML - For system integrations.
Frequently Asked Questions
Which URLs does the actor support?
You can use RepVue company overview URLs, review listing URLs, and direct review detail URLs.
Does the actor support multiple companies in one run?
Yes. Add multiple entries to urls and the actor will process them in a single run.
What happens if a field is missing on RepVue?
The actor omits null and empty values instead of returning placeholder nulls.
Can I limit how many reviews are saved?
Yes. Use results_wanted to cap the number of saved review records across the run.
Does the actor deduplicate reviews?
Yes. Duplicate review slugs are skipped automatically within the same run.
Why is max_pages set to 1 by default?
The current public review payload is exposed as a single page per company URL, so 1 is the safest default.
Support
For issues or feature requests, contact support through the Apify Console.
Resources
Legal Notice
This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with website terms of service and applicable laws. Use collected data responsibly and respect site limits.