# Job Search

# Giới thiệu

  • Job search là event bắn lên TA khi user thực hiện tìm kiếm job

# Schema

# Host

POST /collect

# Request body

Key Desc
u_id User id
q Map<string, string> - Query được áp dụng để tiến hành search
type JobSearch
Required Info Schema Xem thông tin bắt buộc

# Sample

{
    "ts":1616113754980,
    "p":null,
    "b":null,
    "jb_ids": null,
    "referer":"",
    "c_id":"PiF4jWA3zn.1616045720242",
    "w":1536,
    "h":960,
    "p_f":"MacIntel",
    "a_v":"5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36",
    "host":"www.topcv.vn",
    "hrf":"https://www.topcv.vn/viec-lam",
    "o":"https://www.topcv.vn",
    "p_n":"/viec-lam",
    "q":{
        "keyword": "van phong",
        "city_id": "",
        "category_id": "",
        "type": "",
        "company_field": null,
        "latitude": null,
        "longitude": null,
        "radius": null,
        "salary_min": "0",
        "salary_max": "0",
        "exp_years_from": "0",
        "exp_years_to": "0"
    },
    "type":"JobSearch",
    "u_id":"268170",
    "id":"topcv_vn",
    "src":"quyettv",
    "tab_id":null
}