|
|
|
|
|
by dfeinberg5
3133 days ago
|
|
Nice! The 3 main ways of getting jobs will be through APIs, RSS, and scraping, so I started out connecting to each type. Indeed and GoRemote API, Mind the Product's RSS, and scraping a few sites using Ruby & Nokogiri, which isn't actually in production yet. Did you do the keyword filtering when you connected to the services (like pass a query to indeed) or parse the results after? One of the challenges with Indeed is that there are so many results and it's hard to identify actual product jobs among the results. For example, Microsoft called their PM position "Program Manager", but if you search for program manager you get all kinds of other results that have nothing to do with tech or startups. |
|