You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been trying to figure out why I am getting so many inaccurate results. I've looked at other forums to try resolving the issue to no avail. I am trying to scrape Revenue Operations Manager positions or +- on the keyword, but something related to revenue operations. Here is my current iteration.
I found, when I use manager within the quotes, it shows me even worse results (like Restaurant Manager, Clinic Manager, Customer Support Manager, etc.). I am not sure how to solve this, any help would be great!
The text was updated successfully, but these errors were encountered:
Hi, I have been trying to figure out why I am getting so many inaccurate results. I've looked at other forums to try resolving the issue to no avail. I am trying to scrape Revenue Operations Manager positions or +- on the keyword, but something related to revenue operations. Here is my current iteration.
jobs = scrape_jobs(
site_name=["indeed", "linkedin", "zip_recruiter", "glassdoor"],
search_term='"revenue operations" -tax -marketing -customer -care -clinical -restaurant',
location='Georgia',
results_wanted=50,
hours_old=48,
radius=100,
country_indeed='USA',
)
I found, when I use manager within the quotes, it shows me even worse results (like Restaurant Manager, Clinic Manager, Customer Support Manager, etc.). I am not sure how to solve this, any help would be great!
The text was updated successfully, but these errors were encountered: