Glassdoor Scraper
Automate your Glassdoor job search by intelligently scraping and exporting relevant postings directly into a CSV file.
Qu'est-ce que Glassdoor Scraper ?
Glassdoor Scraper est une extension Chrome développée par https://extensionsbox.com, et sa fonction principale est "Automate your Glassdoor job search by intelligently scraping and exporting relevant postings directly into a CSV file.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Glassdoor Scraper
Téléchargez les fichiers d'extension Glassdoor Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Boost Your Job Search with Glassdoor Scraper What is Glassdoor Glassdoor is a job posting platform like Indeed. It's one of the world's largest job and recruiting sites. also provide company reviews, CEO approval ratings, salary reports, interview reviews, etc. Glassdoor Scraper is an automated tool that extracts job posting data from Glassdoor.com. It works by programmatically scrolling through search results and capturing key details about listings like job title, company, location, description, and more. The scraped data is exported into a structured CSV format for easy analysis and searchability, saving you countless hours spent manually browsing postings. Benefits of Using Our Extension - Extracts up to 3000 postings matching your search criteria - Saves time compared to manual browsing - Provides structured data for sorting and filtering - Analyze job market trends and patterns - Create targeted, compelling job applications How to Use This Tool for Your Job Search Step 1: Enter Your Search Parameters Specify your target job title, location, keywords, and filters for optimal results. Step 2: Scrape Job Postings After searching, click the "Download Jobs" button to open the scraper. It will automatically extract data as it scrolls through listings. Step 3: Export Data to CSV The extracted info is cached locally. Click "Export Jobs" to export the scraped data to a CSV file. With the power of web scraping, you can indeed supercharge your job search and uncover opportunities tailored to your skills and interests. Automate the busy work and focus on crafting standout applications. How quickly will I receive the results? Data extraction begins immediately after you make a request. Duration varies based on the amount of information retrieved. Data Privacy Your data stays on your device and is not stored or transmitted to our servers. We prioritize keeping your information secure and confidential. Disclaimer Glassdoor is a registered trademark of Glassdoor, Inc. This independent project was developed by ExtensionBox and is not affiliated with Glassdoor, Inc.
Informations de Base sur l'Extension
Nom | Glassdoor Scraper |
ID | ndnomcanokhgenflbdnkfjnhaioogmdk |
URL Officiel | https://chromewebstore.google.com/detail/glassdoor-scraper/ndnomcanokhgenflbdnkfjnhaioogmdk |
Description | Automate your Glassdoor job search by intelligently scraping and exporting relevant postings directly into a CSV file. |
Taille du Fichier | 3 MB |
Nombre d'Installations | 82 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2024-01-10 |
Date de Publication | 2023-12-10 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | https://extensionsbox.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://glassdoorscraper.extensionsbox.com |
URL de la Page d'Aide | https://glassdoorscraper.extensionsbox.com |
URL de la Page de Politique de Confidentialité | https://glassdoorscraper.extensionsbox.com/privacy |
Langues Prises en Charge | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "identity" ], "host_permissions": [ "*:\/\/glassdoorscraper.extensionsbox.com\/*", "*:\/\/*.glassdoor.at\/*", "*:\/\/*.glassdoor.ch\/*", "*:\/\/*.glassdoor.de\/*", "*:\/\/*.glassdoor.com.au\/*", "*:\/\/*.glassdoor.ca\/*", "*:\/\/*.glassdoor.co.uk\/*", "*:\/\/*.glassdoor.com.hk\/*", "*:\/\/*.glassdoor.ie\/*", "*:\/\/*.glassdoor.co.in\/*", "*:\/\/*.glassdoor.co.nz\/*", "*:\/\/*.glassdoor.sg\/*", "*:\/\/*.glassdoor.com\/*", "*:\/\/*.glassdoor.com.ar\/*", "*:\/\/*.glassdoor.es\/*", "*:\/\/*.glassdoor.com.mx\/*", "*:\/\/*.glassdoor.be\/*", "*:\/\/*.glassdoor.ca\/*", "*:\/\/*.glassdoor.ch\/*", "*:\/\/*.glassdoor.fr\/*", "*:\/\/*.glassdoor.it\/*", "*:\/\/*.glassdoor.be\/*", "*:\/\/*.glassdoor.nl\/*", "*:\/\/*.glassdoor.com.br\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.glassdoor.at\/*", "*:\/\/*.glassdoor.ch\/*", "*:\/\/*.glassdoor.de\/*", "*:\/\/*.glassdoor.com.au\/*", "*:\/\/*.glassdoor.ca\/*", "*:\/\/*.glassdoor.co.uk\/*", "*:\/\/*.glassdoor.com.hk\/*", "*:\/\/*.glassdoor.ie\/*", "*:\/\/*.glassdoor.co.in\/*", "*:\/\/*.glassdoor.co.nz\/*", "*:\/\/*.glassdoor.sg\/*", "*:\/\/*.glassdoor.com\/*", "*:\/\/*.glassdoor.com.ar\/*", "*:\/\/*.glassdoor.es\/*", "*:\/\/*.glassdoor.com.mx\/*", "*:\/\/*.glassdoor.be\/*", "*:\/\/*.glassdoor.ca\/*", "*:\/\/*.glassdoor.ch\/*", "*:\/\/*.glassdoor.fr\/*", "*:\/\/*.glassdoor.it\/*", "*:\/\/*.glassdoor.be\/*", "*:\/\/*.glassdoor.nl\/*", "*:\/\/*.glassdoor.com.br\/*" ], "js": [ "contentScript.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjbXL5D5up7hRdzihIA6yXyMIajtQ5e2tDD2UdchH9t13wBc7MPGcLugA8B7pLgvwttoYnNSpELjy9JeuXv\/bSbzPcZoc0khKhISWa1wIfGADEncAfJYChyb\/P2+BSywDpIM7SfR8kzs5duh4rQr2rf\/AxpwMrC6NUiP9xJ3vBbVbU\/rtv\/rQxXjb+Pfh3vYeuHORkvnsQEVYfVfEvpZVJK9zgqkr7ivE0G\/NOICk9ccvRouC+4gFRBJkYuOSK+Oy3jPUfjUK0YgAJfZzl3e3hVM3SX5VoJU80tENDAiqaHVFVcLZOSizkp8pLo9GiiFgY0sEww9SzwYiSQTxEWWdJQIDAQAB", "oauth2": { "client_id": "868008142558-evlnd9h48bq1cf0b1cjug6cdq717815p.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*", "injected.js" ], "matches": [ " |