Loading...
Loading...
Query job information on Boss Zhipin. This skill is used when users want to search for jobs on Boss Zhipin or filter positions by specific company sizes.
npx skill4agent add agentbay-ai/agentbay-skills boss-job-searchpython3 -m pip install wuying-agentbay-sdkpython3 -m pip install wuying-agentbay-sdkpython3 scripts/browser-use.py "<task execution steps>"python3 scripts/browser-use.py " \
1. Go to Boss Zhipin website https://www.zhipin.com/ \
2. Wait for the page to load completely, confirm that the homepage search box and navigation bar are displayed normally \
3. Locate the top job search box, enter the keyword'AI Infra Engineer' \
4. Click the search button (marked 'Search' or magnifying glass icon), enter the job list page \
5. Locate the 'Company Size' option in the left filter bar of the page, expand the drop-down list \
6. Check '10000人以上'(若存在'10000人及以上'选项则勾选对应项) \
7. Wait for the page to refresh automatically, filter out positions that meet the company size criteria \
8. Traverse the first 15 job information entries (get all if there are less than 15) \
9. Extract the following information for each job: job title, company name, company size, salary range, work location, job posting time, job description \
10. Return all eligible job information in markdown format
"python3 scripts/browser-use.py " \
1. Visit Boss Zhipin https://www.zhipin.com/ \
2. Enter 'Python Engineer' in the search box \
3. Click search to enter the job list page \
4. Extract detailed information of the first 10 jobs \
5. Organize and return in markdown format
"python3 scripts/browser-use.py " \
1. Open Boss Zhipin website https://www.zhipin.com/ \
2. Search for 'Product Manager' \
3. Select the salary range '20-40K' in the filter bar \
4. Select the experience requirement '3-5 years' in the filter bar \
5. Extract the first 15 eligible job information entries \
6. Return the job list in markdown format
"## Boss Zhipin Job Search - [Search Keyword]
### Job List
1. **Job Title**
- Company Name: xxx
- Company Size: xxx employees
- Salary Range: xx-xxK
- Work Location: xxx
- Posting Time: xxxx-xx-xx
- Job Description: xxxxx
2. **Job Title**
- Company Name: xxx
- Company Size: xxx employees
- Salary Range: xx-xxK
- Work Location: xxx
- Posting Time: xxxx-xx-xx
- Job Description: xxxxx
### Statistical Information
- Total: xx jobs
- Average Salary: xx-xxK
- Highest Salary: xxK
- Lowest Salary: xxK