# Common search Provide advanced search functions for influencers, products, stores, videos, and live broadcasts, supporting word segmentation and fuzzy search. Endpoint: GET /search/items Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `sk` (string, required) search term Example: "xxxxx" - `region` (string) The region code can be left unfilled. When it is not filled, a search will be conducted across all regions globally. Example: "US" - `type` (integer, required) search type. 1=influencer 2=product 3=seller 4=video 5=live Example: 1 - `size` (integer, required) The maximum number of returns Example: 1 ## Response 200 fields (application/json): - `highlight` (string) Example: "xxxxx" - `cover_url` (string) Example: "xxxxxxx" - `priority_region` (string) Example: "US" - `product_id` (string) Example: "1731046769433940991" - `product_name` (string) Example: "RunPro Shock Absorbing Insoles for All Day , insoles for pain relief Plantar Fasciitis High Arch Supportinsoles for Men Women,plantillas para zapatos, Absorb soles Shock, Insoles for Running Shoes -Arch Support Help Reduce Fatigue Knee" - `total_sale_cnt` (integer) Example: 4659 - `total_sale_gmv_amt` (number) Example: 35424.74 ## Response 403 fields (application/problem+json): - `code` (integer) Example: 403 - `message` (string) Example: "Usage Limit Exceeded, Please Contact Administrator to Increase Quota" ## Response 429 fields (application/problem+json): - `code` (integer) Example: 429 - `message` (string) Example: "speed limit" ## Response 500 fields (application/problem+json): - `code` (integer) Example: 500 - `message` (string) Example: "inner error" ## Response 504 fields (application/problem+json): - `code` (integer) Example: 504 - `message` (string) Example: "timeout"