-
Notifications
You must be signed in to change notification settings - Fork 46
rss feed of updated resumes #35
Comments
Funnily enough, I was thinking of building this just a few hours ago. I wonder if I should just make it an API call though as opposed to RSS feed, porting between either should be relatively easy. The keyword search would be extra work but I could make a simple stream of new users and their updates relativly quickly. |
It would be cool to have a Yeah, i would definitely want to filter the feed by keyword. Otherwise its sort of useless. Something like:
|
I can build that out right now and add stuff as we go.
|
Yeah, i would definitely want to filter the feed by keyword. Otherwise its sort of useless. Something like:
at the moment, i'm only targetting telecommute jobs so the location isn't as important as keyword filtering |
Know any cool way to do full text search on an object and nested properties? =D |
The alternative is to pump all the resumes into algolia.com and expose the Algolia API... |
I think this is exactly what ElasticSearch is for, searching objects |
So instead of an API endpoint for recently-updated, I will just implement a resumes end point that can be ordered by We don't have any documentation on the ethics of allowing peoples resumes to be searched at the moment but we've always had private resumes so users can switch to private if they like. |
yeah, i would think public vs. private flag would be enough. Anyway, if the resume is viewable online it can be scraped, so I don't think there is any expectation of privacy unless they explicitly tell it to be private. |
I would like to get an RSS feed of recently updated resumes, given a keyword search:
For example, an RSS feed of all recently updated resumes with the word "PHP" in them.
Or if there's another flag like "currently looking" + keyword. My goal is to get a feed of resumes for people with a specific skillset that are currently looking for a job.
The text was updated successfully, but these errors were encountered: