
Glassdoor Company Search - by URL
Pricing
$3.00 / 1,000 results

Glassdoor Company Search - by URL
Scrape Glassdoor company overviews and extract ratings, reviews, and company data in JSON format. Proxy-free and ready for dashboards. Pricing: $3/1000 results.
0.0 (0)
Pricing
$3.00 / 1,000 results
0
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
9 days ago
You can access the Glassdoor Company Search - by URL programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = { "urls": [9 "https://www.glassdoor.co.uk/Overview/Working-at-Department-for-International-Trade-EI_IE313977.11,45.htm",10 "https://www.glassdoor.co.uk/Overview/Working-at-Apple-EI_IE1138.11,16.htm",11 "https://www.glassdoor.co.uk/Overview/Working-at-Microsoft-EI_IE1651.11,20.htm",12 "https://www.glassdoor.co.uk/Overview/Working-at-Google-EI_IE9079.11,17.htm",13 "https://www.glassdoor.co.uk/Overview/Working-at-Amazon-EI_IE6036.11,17.htm",14 "https://www.glassdoor.co.uk/Overview/Working-at-Facebook-EI_IE40772.11,19.htm",15 "https://www.glassdoor.co.uk/Overview/Working-at-Tesla-EI_IE43123.11,16.htm",16 "https://www.glassdoor.co.uk/Overview/Working-at-Samsung-EI_IE3464.11,17.htm",17 "https://www.glassdoor.co.uk/Overview/Working-at-IBM-EI_IE354.11,15.htm",18 "https://www.glassdoor.co.uk/Overview/Working-at-Oracle-EI_IE1737.11,17.htm",19 "https://www.glassdoor.co.uk/Overview/Working-at-Intel-EI_IE1519.11,16.htm",20 "https://www.glassdoor.co.uk/Overview/Working-at-Cisco-EI_IE1425.11,16.htm",21 ] }22
23# Run the Actor and wait for it to finish24run = client.actor("autoscraping/glassdoor-company-data").call(run_input=run_input)25
26# Fetch and print Actor results from the run's dataset (if there are any)27print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])28for item in client.dataset(run["defaultDatasetId"]).iterate_items():29 print(item)30
31# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start
Glassdoor company scraper API in Python
The Apify API client for Python is the official library that allows you to use Glassdoor Company Search - by URL API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-client
Other API clients include: