JobSpy icon indicating copy to clipboard operation
JobSpy copied to clipboard

Is it possible to get job benefits and expiration date from indeed

Open FayzulSaimun opened this issue 8 months ago • 6 comments

Is it possible to get job benefits and expiration from indeed? In the job HTML, these two values are available.

    "benefits": [
      {
        "key": "KBRYN",
        "label": "Betriebliche Altersvorsorge"
      },
      {
        "key": "TFDM2",
        "label": "Jahressonderzahlung"
      }

This is from the script tag in job URL. I tried to modify the indeed search query by adding:

benefitsModel {{
                benefits {{
                    key
                    label
                }}
            }}

Originally posted by @FayzulSaimun in https://github.com/cullenwatson/JobSpy/discussions/251

FayzulSaimun avatar Mar 02 '25 15:03 FayzulSaimun

what do you mean expiration date?

cullenwatson avatar Mar 06 '25 19:03 cullenwatson

Job Expiration date from indeed.

FayzulSaimun avatar Mar 07 '25 08:03 FayzulSaimun

you sure this data exists? i dont see it on the indeed.com for any job

cullenwatson avatar Mar 07 '25 15:03 cullenwatson

Image It is located in the JSON tag within the page source. If possible, adding benefits would be great.

FayzulSaimun avatar Mar 07 '25 15:03 FayzulSaimun

thats not a date tho

cullenwatson avatar Mar 07 '25 15:03 cullenwatson

Image There is another key with the expirationDate.

FayzulSaimun avatar Mar 07 '25 15:03 FayzulSaimun