Scraping Indeed.com

TheMoneyHat

Registered Member
Joined
Aug 20, 2010
Messages
73
Reaction score
7
A client wants to scrape Indeed.com for a specific kind of job listing to add to their site.

They are a job training site and they want to add job listings to their training site.

Basically, they want a "white labeled" indeed.com feed.

I do have Indeed's JobRoll on their site but the want the feed without the Indeed.com logo.

My questions are:

1. is this possible
2. is it a good idea

Thanks for your thoughts.
 
Assuming they read indeed publisher programs ToS and are in compliance I don't see why not. Just use CSS to display:none; the logo.
 
Are you using python?
Do you use query the keyword and scrape or just type url with parameter?
Show me some image or snippet of your code to clarify the problem
 
You don't need to scrape anything. They will actually pay you to backfill your site with their jobs. It's not much, something like 180 USD for 50k clicks (around 3,6 $ cpm), but it's better than free. Just join their publisher program and you will find tools there.

Or use WP plugins for Indeed integration.
 
Are you using python?
Do you use query the keyword and scrape or just type url with parameter?
Show me some image or snippet of your code to clarify the problem

I'm just using their JobRoller script on my site. The problem is that previously the they had much bigger results. The new script has less results and a bigger logo. I'm just looking to see if anyone has a workaround script or an idea of how this can be done.
 
Back
Top