These docs are for v1.0. Click to read the latest docs for v2.0.

Retrieving Site Lists

Getting lists of Sites that have been saved in Brandwatch Analytics.

The following call will return all of the Site Lists in the Project with ID 1998189791:
(Click here to learn how to get your Project ID)

curl -X GET https://api.brandwatch.com/projects/1998189791/group/site/summary

The response will similar the following:

{
    "resultsTotal": 1,
    "resultsPage": -1,
    "resultsPageSize": -1,
    "results": [
        {
            "id": 192667376,
            "name": "News Sites",
            "shared": "public",
            "sharedProjectIds": [
                1998189791
            ],
            "domains": [
                "www.bbc.com/news",
                "www.reuters.com",
                "www.salon.com",
                "mic.com",
                "www.boston.com",
                "www.cnbc.com",
                "www.theblaze.com",
                "www.huffingtonpost.com",
                "edition.cnn.com",
                "www.nypost.com",
                "thehill.com",
                "www.ap.org",
                "www.theverge.com",
                "www.chicagotribune.com",
                "www.theatlantic.com",
                "www.bostonglobe.com",
                "www.msnbc.com"
            ],
            "userId": 117025679,
            "userName": "[email protected]"
        }
    ],
    "projects": [
        {
            "id": 1998189791,
            "name": "Breaking News",
            "description": "",
            "billableClientId": 1724493131,
            "billableClientName": null,
            "timezone": "America/New_York",
            "billableClientIsPitch": false
        }
    ]
}