up vote 0 down vote favorite
1
share [g+] share [fb]

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/

link|improve this question

67% accept rate
Crawl, crawl, crawl. Index, index, index. – Josh Stodola Jun 17 '09 at 21:08
no apis? is crawling legal? – Ryan Oberoi Jun 17 '09 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 '09 at 19:44
feedback

protected by Tim Post Feb 6 '11 at 16:54

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

1 Answer

Have a look at all the different sources used for the international sites - there is no way they are using API's for all of them. They are scraping most of their data like other search engines.

And the data they present is not very structured - just title and snippet. So not hard to extract.

link|improve this answer
feedback

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