JobSpy icon indicating copy to clipboard operation
JobSpy copied to clipboard

can search_term allows more key words as input

Open paramgunturi opened this issue 2 months ago • 1 comments

Hi thank you for this very helpful code, I want to check if there is a plan to allow multiple search_term (like this: site_name: str | list[str] | Site | list[Site] | None = None,) instead of one(current implementation).

paramgunturi avatar Apr 11 '24 19:04 paramgunturi

there's not currently a plan. currently use for loop in calling code. is this critical?

cullenwatson avatar Apr 30 '24 20:04 cullenwatson

while searching for jobs on a particular technology, there will be multiple keywords right now I am only allowed to give one keyword it multiple keywords are allowed I can get all jobs in one sheet instead of multiple.

paramgunturi avatar May 01 '24 13:05 paramgunturi

Simply, merge using futures & as_completed from concurrent.futures. Adding this feature will just add complexity to the project in case of exceptions, supporting multiple sites in one call is already crossing the line a bit.

ZacharyHampton avatar May 06 '24 17:05 ZacharyHampton