Glassdoor Scraper
Automate your Glassdoor job search by intelligently scraping and exporting relevant postings directly into a CSV file.
Cos'è Glassdoor Scraper?
Glassdoor Scraper è un'estensione di Chrome sviluppata da https://extensionsbox.com, e la sua funzione principale è "Automate your Glassdoor job search by intelligently scraping and exporting relevant postings directly into a CSV file.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Glassdoor Scraper
Scarica i file di estensione Glassdoor Scraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Glassdoor Scraper |
ID | ndnomcanokhgenflbdnkfjnhaioogmdk |
URL Ufficiale | https://chromewebstore.google.com/detail/glassdoor-scraper/ndnomcanokhgenflbdnkfjnhaioogmdk |
Descrizione | Automate your Glassdoor job search by intelligently scraping and exporting relevant postings directly into a CSV file. |
Dimensione del File | 3 MB |
Conteggio Installazioni | 82 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2024-01-10 |
Data di Pubblicazione | 2023-12-10 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://extensionsbox.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://glassdoorscraper.extensionsbox.com |
URL della Pagina di Aiuto | https://glassdoorscraper.extensionsbox.com |
URL della Pagina della Politica sulla Privacy | https://glassdoorscraper.extensionsbox.com/privacy |
Lingue Supportate | 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": [ " |