Repvue.com Reviews Scraper ⭐ avatar

Repvue.com Reviews Scraper ⭐

Pricing

Pay per usage

Go to Apify Store
Repvue.com Reviews Scraper ⭐

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

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

ParameterTypeRequiredDefaultDescription
urlsArrayYesSee prefillOne or more RepVue URLs to process. Supports company overview URLs, review listing URLs, and direct review detail URLs.
results_wantedIntegerNo20Maximum number of review records to save across the whole run.
max_pagesIntegerNo1Forward-compatible safety cap for future multi-page review payloads.
proxyConfigurationObjectNo{"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]}Proxy settings for more reliable collection.

Output Data

Each dataset item contains:

FieldTypeDescription
input_urlStringOriginal URL provided in the input.
source_urlStringNormalized RepVue review URL used for collection.
company_idNumberInternal company identifier.
company_slugStringCompany slug used in RepVue URLs.
company_nameStringCompany name.
company_industryStringIndustry category.
company_descriptionStringCompany profile description.
company_websiteStringCompany website URL.
company_careers_urlStringCareers page URL when available.
company_average_ratingStringAverage employee rating shown on RepVue.
company_repvue_scoreStringRepVue score for the company.
company_ratings_countNumberTotal employee ratings count.
company_verified_ratings_countNumberNumber of verified ratings.
company_verified_ratings_percentNumberPercentage of verified ratings.
company_quota_attainmentNumberQuota attainment value when available.
company_active_jobs_countNumberNumber of active jobs listed.
company_funding_sourceStringFunding source classification.
company_sizeStringCompany size bucket.
review_idNumberInternal review identifier.
review_slugStringReview slug used in the review URL.
review_urlStringDirect URL to the review detail page.
review_bodyStringMain review text.
review_created_atStringReview creation timestamp.
review_avatar_colorStringReviewer avatar color tag.
review_pinnedBooleanWhether the review is pinned.
review_upvotesNumberUpvote count.
reviewer_role_tagStringReviewer role tag such as Account Executive or SDR/BDR.
reviewer_location_tagStringReviewer location tag such as US or Non-US.
rating_verifiedBooleanWhether the review is verified.
rating_average_metric_ratingNumberAverage metric rating associated with the review.
rating_created_atStringRating creation timestamp.
rating_typeStringRating type label.
rating_user_colorStringReviewer color tag used by RepVue.
rating_user_statusStringReviewer employment status string.
followup_questionStringFollow-up question tied to the review.
followup_answerStringFollow-up answer when available.
responseStringCompany response when available.
prompt_categoryStringPrompt category shown with the review.
prompt_valueNumberPrompt value when available.
prompt_changeNumberPrompt change value when available.
content_categoriesArrayReview 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: 20 for 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


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.