Web Properties
GET v3/accounts/{accountId}/web-properties
Returns a list of all web properties for a given account, along with per-rank-source comparisons and API links to subsidiary information. Example:
[{
"isActive": true,
"webPropertyId": "3283746",
"name": "yoyodyne.com",
"trackedSearchList": "https://api.conductor.com/v3/accounts/13414534/web-properties/3283746/tracked-searches",
"rankSourceInfo":
[{
"rankSourceId": "1",
"comparisonWebProperties":
[{
"webPropertyId": "14520678",
"name": "hypergolicenterprises.com",
"label": "Competitor"
}],
"reports":
{
"CURRENT":
{
"timePeriodId": "273",
"startDate": "2015-06-12T00:00:00Z",
"endDate": "2015-06-18T23:59:59Z",
"webPropertyRankReport": "https://api.conductor.com/v3/13414534/web-properties/3283746/rank-sources/1/tp/CURRENT/serp-items",
"webPropertySearchVolumeReport": "https://api.conductor.com/v3/13414534/web-properties/3283746/rank-sources/1/tp/CURRENT/search-volumes"
}
}
}]
}]
The response is a JSON-encoded array containing objects representing the account's configured client web properties, each having the attributes:
webPropertyId | The client web property’s opaque identifier string, as appears in the webPropertyId column of the Client Web Property Rank Report. | ||||||||||||||||||||||
name | The mechanism for identifying pages in a web property. This currently is a domain name but may be extended in the future to cover possibilities like subfolders. | ||||||||||||||||||||||
isActive | An indicator of whether the web property is currently active or not. | ||||||||||||||||||||||
rankSourceInfo | An array of objects describing this web property’s per-rank-source configuration and data, each having the attributes:
|
||||||||||||||||||||||
trackedSearchList | The API URL of this web property’s Tracked Search List |
Try this endpoint with the interactive documentation.