JobSpy
JobSpy copied to clipboard
Is it possible to get job benefits and expiration date from indeed
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
what do you mean expiration date?
Job Expiration date from indeed.
you sure this data exists? i dont see it on the indeed.com for any job
It is located in the JSON tag within the page source.
If possible, adding benefits would be great.
thats not a date tho
There is another key with the expirationDate.