簡單寫了一個檢索 Boss 當前頁面的職位的腳本。
$('.job-name:contains("關鍵詞")').children('a').map(function(){return $(this).html()+":"+$(this).parent().parent().siblings('.job-limit').first().children('span:first-child').html()}).get().join(',');
使用方法:
- 打開要檢索的公司的頁面,例如:zhipin.com/c101010100/?query=北京xxxx科技有限公司&page=1&ka=page-1
- 按下 F12 ,切換到 console
- 粘貼上面的腳本,修改關鍵詞為自己想要檢索的字
- 回車
效果圖如下:
覺得有用的話,歡迎點贊哦。