Append search string for indeed listings
My site is a niche job site specific for one industry. When a job seeker does a search for jobs on my site and it returns results from indeed, I would like it to only return results relevant to the specific industry.
I would like for this to happen without the user having to specify it in the search string themselves, by appending a term to the search string on the back end.
For example:
Bank job specific site -
User does a search for "IT Director" in location of Texas
Site pulls a search from indeed.com for "IT Director"+"Bank" in location of Texas
How can I accomplish this?
Any help is appreciated!