vote up 0 vote down star

Do they use partnership and APIs, scrape the data or use public apis from all the job sites. Specially interested in how they obtain data from other job sites like monster.com and hotjobs.

Implementing a program to do similar stuff, all ideas welcome/

flag

60% accept rate
Crawl, crawl, crawl. Index, index, index. – Josh Stodola Jun 17 at 21:08
no apis? is crawling legal? – Ryan Oberoi Jun 17 at 21:11
I'd imagine if the crawling is done slowly enough then the crawler may seem like just another user on the site and thus can't be detected. Think about how a typical user goes over a site like monster or hotjobs and then automate at that speed in terms of how fast the software does things. – JB King Jun 18 at 19:44

1 Answer

vote up 0 vote down

Well, most of the site, such as Monster.com, Hotjobs, CareerBuilder have RSS feeds for their jobs. What Indeed has to do is to pull in the data and parse it for the job content. It also has to make sure not to include duplicate jobs. That is very easy to do. Once the jobs are in the database, then all you'd need is a nice and simple interface for searching against the database for a particular jobs.

Here is my site which is called newjoblist.com. It is just a dead simple front-end and a very complex back end. Everything is 100% automated and hands-free. http://newjoblist.com/


Hope this helps

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.