1
Most company job boards are just a public JSON API you can GET
从公司招聘页面直接GET公开JSON API,无需注册或密钥,轻松批量抓取职位信息。
I spent an afternoon trying to scrape a careers page with a headless browser before I noticed the page itself was calling a JSON endpoint. The company…