Car Price and Details Search

Car Price and Details Search

Others
HTTP Status Code Explanation
API Online Call
Request Address
https://api.briskapi.com/v1/cardatasearch
Request Method
POST
Request Authentication
Content-Type: application/json
Authorization: Bearer {API key}
Request Parameters
  • keyword string required
    Car name or keyword
  • offset int optional
    Data paging defaults to page 0
Request Example CURL
curl https://api.briskapi.com/v1/cardatasearch \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {API key}" \
-d '{
  "keyword":"SU7",
  "offset":0
}'
Response Example
[
  {
	"name": "2025款 标准版",
	"series": "小米SU7 Ultra",
	"brand": "小米汽车",
	"price": "52.99w - 81.49w",
	"count": 2,
	"type": "轿车",
	"properties": {
		"110V/220V/230V电源插座": "-",
		"360全景影像": "●",
		"ABS防抱死": "●",
		"GPS导航系统": "●",
		"上坡辅助(HAC)": "●",
		"上市时间": "2025.02",
		"中央差速器结构": "-",
		"中央差速器锁止功能": "-",
		"中控台彩色屏幕": "-",
		"中控台彩色屏幕尺寸(in)": "16.1",
		"中控液晶屏分屏显示": "-",
		"主/副驾驶位安全气囊": "主●/副●",
	  ...
	}
  },
  ...
]
Response Description
  • properties array
    Parameter configuration comprehensive information.