Indeed Scraper

Indeed Scraper

Extract Indeed job titles, salaries, locations, and apply links and download in user-friendly formats like Excel with ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.2.8",
  "author": "GShoppingExport",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.indeed.com/*"
      ],
      "js": [
        "plasmo-overlay.db6b23e9.js"
      ],
      "run_at": "document_end",
      "css": [
        "plasmo-overlay.40eb3b06.css"
      ]
    }
  ],
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvprLj/V153hVGOd9f9KHEyDyR2+aKPEy9MwNRpWnI0r2EMQ6YEu/TPqfvLx+neXbKYYmaDTx7tTaaasSBZf7deNcXARnxPjxEeMHT2mT5fpbQ3vEIepQNK4P34LsPjQWNlhyvaxhqH6qsQaAhQcFXD4IhigOO+t62gDrqA48jQTxf8j3oCjkrI3zqSrQh9JFLJSdCvmDMWw1+q/YfTvagzM4s7e8WJWeiLkV3MztyzbaoWGcQjMWU4H4D3fQupXY1iHpTzMwmDZ4Lm5gh+g47QglezSkW0MXlUxHUrvM6SX3RPy7xUgyxoAPh9e4FQXF7VW/s0gVgRtrGUEMVPBWowIDAQAB",
  "host_permissions": [
    "https://*/*"
  ],
  "oauth2": {
    "client_id": "632845667525-g42sa7icimli6jdv1ga808icjsh6ta84.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "ajaxhook.min.js",
        "injected/inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "*://*.indeed.com/*"
      ],
      "resources": [
        "ic_find.55e1d60b.png",
        "plasmo-overlay.b5a63de5.css",
        "plasmo-overlay.6b53d8a1.css",
        "plasmo-overlay.9c8f7704.png",
        "plasmo-overlay.e0ca028d.png",
        "plasmo-overlay.f41a453c.jpg",
        "plasmo-overlay.7bae0545.png"
      ]
    }
  ]
}