-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
explore Indeed API #1171
Comments
This seems really simple to use. There are several ways to use it. From the Frontend, add a JS code to put a table like thing somewhere on the site, it's customizable so I tried to match our colors but failed, @nelonoel could probably choose better colors. http://img.photobucket.com/albums/v705/UnspeakableHorror/Work/Screenshot_2015-11-25_00-14-20.png It generates the JS code so it can be used directly. There are a couple more but I don't think they are useful to us, Search Box, a text link and Typepad Users. From the Backend side there's an XML endpoint that goes like this for example: It requires we use some frontend code to attribute the search to them though, http://img.photobucket.com/albums/v705/UnspeakableHorror/Work/Screenshot_2015-11-25_00-27-29.png The result is an XML file that we can parse and show on the frontend. |
Example XML response:
It even has latitude and longitude, we can displays stuff in maps. |
Note: they require we send the user ip and Browser agent. |
I think this is what you're saying here, but just to be clear, I would prefer to do it on the back end and not embed any javascript from them onto our site. |
Ok, we still need to use some JS code and HTML to show the results, for click tracking and attribution since they require it. |
Indeed actually scrapes company sites. They also have an api, and it seems that we would be able to adjust how the jobs are shown. We can also use their filtering tools to adjust what jobs are shown, this could greatly simplify the matching component.
http://www.indeed.com/publisher
The text was updated successfully, but these errors were encountered: