Kununu Compay and Leads Scraper avatar

Kununu Compay and Leads Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Kununu Compay and Leads Scraper

Kununu Compay and Leads Scraper

Scrapes company profile data from kununu.com, including ratings, industry, headquarters location, and recommendation rate.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Parsedom Inc

Parsedom Inc

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Extract company profiles and employee contacts from kununu.com, the leading employer-review platform in the German-speaking market, without writing a single line of code. Give it a company search page or a direct company profile URL, and it returns each company's overview (rating, industry, headquarters, salary data) ready to download or connect straight into your own systems - scheduling, monitoring, and integrations like Zapier and Make all included.

How the Kununu Company and Leads Scraper Apify Actor works: provide input, the actor scrapes the site, get structured output

What does Kununu Scraper do?

This actor automatically detects whether a start URL is a kununu search page or a direct company profile page. For search pages, it finds every matching company and visits each one; for a single company profile, it goes straight there. For each company, it pulls a full overview - name, rating, headquarters, industry standing, recommendation rate, salary coverage, and more - reading only what's publicly visible on kununu.com. Optionally, turn on lead enrichment and it will also look up each company's website for employee contacts (names, roles, emails - CEO, CTO, HR, and beyond), attached right onto that company's own result. It runs on the Apify platform, so you get scheduling, monitoring, and dataset export (JSON, CSV, Excel) out of the box - no server setup required on your end.

Why use Kununu Scraper?

  • Employer branding research - see exactly how a company or its competitors present themselves, alongside their overall reputation.
  • HR and recruiting benchmarking - compare ratings, salary transparency, and reputation across employers at scale.
  • Sales and business development - turn a list of target companies into a list of named decision-makers you can actually reach.
  • Bulk company discovery - pass a search query and let the actor find and process every matching company automatically.

How to use Kununu Scraper

  1. Sign up for a free Apify account - includes $5 monthly credit.
  2. Open the actor page and click Try for free.
  3. Paste one or more kununu.com search or company profile URLs into Start URLs.
  4. Turn on Find employee contacts (leads) if you also want names and emails for each company.
  5. Click Start and wait for the run to complete.
  6. Download results from the Output tab in JSON, CSV, or Excel format.

Input

Configure the run from the Input tab:

FieldTypeRequiredDefaultDescription
inputUrlsarraykununu.com company search pages or direct company profile pages.
maxResultsinteger5Maximum number of companies to process, shared across all Input URLs.
proxyConfigurationobjectApify residentialProxy settings (required). kununu.com sits behind AWS WAF Bot Control, so Apify's residential proxy is the default and strongly recommended to avoid blocked-request warnings and captchas. Datacenter proxies may work at lower cost - switch if runs stay clean.
enrichLeadsbooleantrueIf enabled, also finds employee contacts (e.g. CEO, CTO, HR) with email addresses for each company, added as a leads list. Incurs an extra charge per company - see Pricing.
projectNamestringWhen set, caches already-scraped companies for this project so later runs with the same project name skip re-scraping them (persistent across runs). Leave empty to always scrape fresh.

Supported URL types:

  • Company search: https://www.kununu.com/de/search?q=coke&country=de
  • Company profile: https://www.kununu.com/de/vestiga-consulting1

Output

Each dataset item is one company's overview. Use the Companies view in the Apify Console for a clean table, or download the raw results directly.

Sample output (real data from a live run):

{
"type": "company",
"parentUrl": "https://www.kununu.com/de/consulting1",
"companyName": "consulting1",
"displayName": "Consulting GmbH",
"website": "https://www.consulting.de",
"hqLocation": "München, Bayern",
"overallRating": 4.4,
"isVerified": true,
"followerCount": 7,
"profileUrl": "https://www.kununu.com/de/consulting1"
}

When Find employee contacts (leads) is enabled, each company that was successfully looked up also gets a leads list with one entry per contact found - everything stays on that one company's result:

{
"type": "company",
"displayName": "Consulting GmbH",
"website": "https://www.consulting.de",
"profileUrl": "https://www.kununu.com/de/consulting1",
"leads": [
{
"name": "John Wick",
"email": "wick@continental.de",
"emailType": "personal",
"position": "Assasin",
"department": "executive",
"seniority": null,
"phoneNumber": null,
"linkedinUrl": "https://www.linkedin.com/in/john-wick",
"confidence": 99
},
{
"name": "John Cena",
"email": "cena@wwe.com",
"emailType": "generic",
"position": null,
"department": "support",
"seniority": null,
"phoneNumber": null,
"linkedinUrl": null,
"confidence": 83
}
]
}

Every lead always has a name you can read at a glance - a real person's name where one was found, otherwise a department-based label (e.g. "Support Contact") or "General Contact" as a last resort, so a generic inbox like info@ is never just a bare, unexplained email address.

Data table

Company fields:

FieldDescription
companyNameCompany slug as it appears in the kununu URL.
displayNameCompany's display name.
websiteCompany website, if listed.
hqLocationHeadquarters city/state.
overallRatingAggregate rating shown on the profile.
recommendationRateShare of reviewers who'd recommend the company, with review counts.
isVerified / isClaimedWhether the profile is verified and/or claimed by the company.
followerCountNumber of followers on the profile.
industryAverageScoreAverage rating for the company's industry, for comparison.
profileTypekununu's internal profile tier.
countryCodeTwo-letter country code.
firstReviewYearYear of the company's earliest review.
topCompanyYearsYears the company was recognized as a "Top Company."
profileSalariesRangesCountNumber of distinct salary ranges reported.
profileSalariesTotalCountTotal number of salary entries reported.
imageCompany logo URL.
profileUrlThe company's kununu profile URL.
leadsList of employee contacts, only present when lead enrichment is on and it succeeded - see Lead fields below.

Lead fields (each entry in a company's leads list, only present when lead enrichment is enabled):

FieldDescription
nameThe contact's full name where known, otherwise a department-based label (e.g. "Support Contact") or "General Contact" as a fallback - never blank.
emailContact's email address.
emailTypepersonal (named individual) or generic (e.g. info@).
positionContact's job title, where known.
departmentDepartment, where known (e.g. executive, HR, sales).
senioritySeniority level, where known.
phoneNumberContact's phone number, where known.
linkedinUrlContact's LinkedIn profile, where known.
confidenceConfidence score (0-100) that the email is valid.

Pricing / Cost estimation

This actor uses pay-per-event pricing on top of your Apify plan's compute units:

EventPriceCharged when...
Lead enrichment$0.022...lead enrichment is on and a company's employee contacts were successfully looked up (regardless of how many were found).

Company processing is billed per company via the "Request data" event. This actor reads only publicly visible data with lightweight HTTP requests (no browser, no third-party site visits), so compute cost per run is low. Use the free $5 monthly Apify credit to test before scaling up.

Tips

  • Prefer a company profile URL when you only need one specific company - it skips the search step entirely.
  • Use a search URL to discover and process multiple companies matching a keyword in one run.
  • Leave lead enrichment off if you only need company overviews - it's an optional extra, not required for the core scrape.

⚠️ Limitations & Known Issues

  • Data availability varies by company - Some fields (e.g. salary data, recommendation rate) depend on how much a company's profile has been filled in on kununu, and may come back empty for smaller or newer profiles.

🚀 Our other similar actors

  • 🛠️ Hipages Lead Scraper - A lead scraper for extracting business details from Hipages, including names, contact information, ratings, and more. It supports pagination and proxy configuration, making it suitable for lead generation and market research.
  • 📞 Das Telefonbuch Lead Scraper - Scrapes business leads from Das Telefonbuch (dastelefonbuch.de) - extracts name, address, phone, email, website, description, coordinates, and ratings.
  • 🟡 Gelbe Seiten Leads Scraper - Extract structured business information from gelbeseiten.de (the German Yellow Pages) such as contact details, categories, ratings and geo coordinates.
  • 🏙️ Branchenbuch Leads Scraper - Scrape Branchenbuch website which is a business directory where we can find leads for Berlin and the surrounding area; service providers, shops, government offices, real estate and much more. Scrape directly for companies or by categories.
  • 💅 Booksy Leads Scraper - Booksy Leads Scraper extracts business profiles from Booksy including names, addresses, phone numbers, emails, social media, and ratings. Perfect for lead generation in beauty/wellness industries.

FAQ, disclaimers, and support

This actor only collects publicly visible data from kununu.com - it never renders pages or visits any other site beyond what's needed to enrich leads when that option is enabled. You are responsible for ensuring your use complies with kununu's Terms of Service and applicable law in your jurisdiction.

If extraction quality drops or you want a custom apify actor then you can:

Ready to scrape more listings? Add your URLs and start scraping! 🚀