PaulMcInnis / JobFunnel

Scrape job websites into a single spreadsheet with no duplicates.
MIT License
1.81k stars 212 forks source link

Implement Remote scraping #96

Closed PaulMcInnis closed 3 years ago

PaulMcInnis commented 3 years ago

Is your feature request related to a problem? Please describe. Currently we do not scrape Remote field for Indeed or Monster, which are providing many jobs.

Indeed provides this fairly visibly, it's just a bit buried in tags. Glassdoor has this implemented already (tags as well) Monster does not seem to have this capability, but it may be worth looking into if we can infer it.

Describe the solution you'd like We should scrape Remote = True if a job is fully-remote on Indeed. Temporarily remote doesn't count, sorry!

Describe alternatives you've considered n/a

Additional context image

PaulMcInnis commented 3 years ago

Gonna see if I can get a PR up for this TN.

PaulMcInnis commented 3 years ago

Completed the feature.