Job-related site, all goes well until...

Joined
Feb 14, 2018
Messages
132
Reaction score
21
I got a perfect domain that I really don't know how it's not taken yet. Also, got 2 very good job-related themes (Not ultraclick) for my WP website.
However, I could really use some help on how to import job listings from big job board sites like craigslist, glassdoor and such.

I'm currently waiting to be approved on indeed as a publisher, and scrape won't for me about the listings.

So, can anyone help please?
 
Are you using WP Job Manager?

I looked it up on youtube, all it does is manually upload listings and I don't want that.

I need to automatically just grab every job listing and put it on my site at once. I don't care if it's real jobs or even expired, I just want my site to have lots of listings and then monetize the traffic to the site. I'm not there to help them get a job, i'm there to monetize them.

Any specific plugin that does what I asked?

Thanks!
 
There is "Go Fetch Jobs" plugin. However you can build your own scraper with just a few lines of code with simple xml dom and use cron to automate. Use "file_get_html" to load job board webpage, then loop through all elements you want like job titles, descriptions and save to csv file. Then import csv file to post (or jobs) with plugins like "wp all import". Finally set up cron to run scraper script and import plugin.
 
  • Like
Reactions: FBM
There is "Go Fetch Jobs" plugin. However you can build your own scraper with just a few lines of code with simple xml dom and use cron to automate. Use "file_get_html" to load job board webpage, then loop through all elements you want like job titles, descriptions and save to csv file. Then import csv file to post (or jobs) with plugins like "wp all import". Finally set up cron to run scraper script and import plugin.

Thanks!
Do you mind if I pm you?
 
I looked it up on youtube, all it does is manually upload listings and I don't want that.

I need to automatically just grab every job listing and put it on my site at once. I don't care if it's real jobs or even expired, I just want my site to have lots of listings and then monetize the traffic to the site. I'm not there to help them get a job, i'm there to monetize them.

Any specific plugin that does what I asked?

Thanks!

I asked because apparently there is an add-on for it, that does what you want automatically.

It's called Go Fetch Jobs, you seen it?

Edit: Just saw someone else also recommended it (Y)
 
I asked because apparently there is an add-on for it, that does what you want automatically.

It's called Go Fetch Jobs, you seen it?

Edit: Just saw someone else also recommended it (Y)
There is "Go Fetch Jobs" plugin. However you can build your own scraper with just a few lines of code with simple xml dom and use cron to automate. Use "file_get_html" to load job board webpage, then loop through all elements you want like job titles, descriptions and save to csv file. Then import csv file to post (or jobs) with plugins like "wp all import". Finally set up cron to run scraper script and import plugin.


Do you know if I have to be in the publisher program of indeed before in order to get their feed? Because i'm in their waiting list and they are reviewing my account for 4 days already...

So, can i use the go fetch and the wp import job plugin before im approved to indeed?

Thanks!
 
Back
Top