市场数据集 API
获取快照部分
Get dataset snapshot delivery parts. All query parameters used here need to match those used when downloading the snapshot to get accurate parts
GET
cURL
Authorizations
Use your Bright Data API Key as a Bearer token in the Authorization header.
Get API Key from: https://brightdata.com/cp/setting/users.
Example:
Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07df
Path Parameters
A Snapshot ID is a unique identifier for a specific data snapshot, used to retrieve results from a data collection job triggered via the API. Read more about Snapshot ID.
Example:
"s_m4x7enmven8djfqak"
Query Parameters
Format of the response
Available options:
json
, ndjson
, jsonl
, csv
Whether or not the response will be compressed in gzip format
Number of records that will be included in each response batch
Response
200
application/json
OK
The response is of type object
.
cURL