job_title | string/array | Job title(s) to search for | "VP", ["CEO", "Founder"] |
seniority | string/array | Seniority/management level | "VP", ["Director", "C-Level", "VP"] |
department | string/array | Department/function | "Sales", ["Sales", "Marketing"] |
company_name | string/array/object | Company name(s) | "Microsoft", ["Google", "Apple"], {"must": ["Tech"], "doesnt": ["Corp"]} |
company_size | string/array | Company size range | "51-200", ["51-200", "201-500"] |
industry | string/array | Industry sector | "Technology", ["Technology", "Software"] |
prospect_location | string/array | Geographic location | "San Francisco, CA, United States", ["New York", "Los Angeles"] |
location_radius | integer | Radius for location search (in km or mi) | 25, 50 |
location_radius_unit | string | Unit for radius ("km" or "mi") | "km", "mi" |
years_experience | string/object | Years of experience range | "5-10", {"min": 5, "max": 10} |
job_change_range_days | integer | Recently changed jobs (within X days) | 90, 180 |
keywords | string/array/object | Keywords in profile | "SaaS", ["AI", "Machine Learning"] |
company_domains | string/array | Company website domain(s) | "microsoft.com", ["google.com", "apple.com"] |
company_industry_keywords | string/array | Keywords in company description | "AI", ["SaaS", "Cloud"] |