Paste your API token to the authorization field. To get a token, Create an account and learn how to generate a token.

General Description

  • This endpoint retrieves a list of available datasets in Bright Data’s Dataset Marketplace.
  • Each dataset includes a unique identifier, name, and approximate size.
  • Use this endpoint to explore available datasets before retrieving detailed metadata.

Request

Endpoint

GET http://api.brightdata.com/datasets/list

Headers

HeaderTypeDescription
AuthorizationstringYour API token for authentication

Response

Response Example

[
    {
        "id": "gd_l1vijqt9jfj7olije",
        "name": "Crunchbase companies information",
        "size": 2300000
    },
    {
        "id": "gd_l1vikfch901nx3by4",
        "name": "Instagram - Profiles",
        "size": 620000000
    }
]