Content List Response is an example object payload from RevContent, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"success": true,
"data": [
{
"boost_id": "1",
"content_id": "94441",
"headline": "Fox News",
"target_url": "http://fox.com/easy-tricks-to-drive-traffic-from-content-recommendations/",
"image_url": "https://revcontent.s3.amazonaws.com/assets/content_images/emb/4cabeafbe52602b30d505aaa73eb5a28-0.png",
"brand_name": "fox",
"status": "approved",
"enabled": "active",
"utm_codes": "utm_content_id={content_id}&utm_boost_id={boost_id}&utm_targeting={adv_targets}&utm_widget_id={widget_id}",
"avg_position": "4.191992",
"impressions": "875349",
"clicks": "1287",
"conversions": "1",
"ctr": "0.1470",
"avg_cpc": "0.15343434",
"cost": "197.4700",
"cost_per_conv": "197.4700",
"return": "54.0000",
"profit ": "-143.4700"
},
{
"boost_id": "1",
"content_id": "94863",
"headline": "BBC",
"target_url": "http://bbc.com/easy-tricks-to-drive-traffic-from-content-recommendations/",
"image_url": "https://revcontent.s3.amazonaws.com/assets/content_images/emb/4casdfsdfsfbe52602b30d505aaa73eb5a28-0.png",
"brand_name": "bbc",
"status": "approved",
"enabled": "inactive",
"utm_codes": "utm_content_id={content_id}&utm_boost_id={boost_id}&utm_targeting={adv_targets}&utm_widget_id={widget_id}",
"avg_position": "3.036587",
"impressions": "1577539",
"clicks": "9646",
"conversions": "7",
"ctr": "0.6115",
"avg_cpc": "0.08108646",
"cost": "782.1600",
"cost_per_conv": "111.7371",
"return": "378.0000",
"profit ": "-404.1600"
},
{
"boost_id": "2",
"content_id": "96865",
"headline": "CNN",
"target_url": "http://cnn.com/easy-tricks-to-drive-traffic-from-content-recommendations/",
"image_url": "https://revcontent.s3.amazonaws.com/assets/content_images/emb/4casdfsdfsfbe52602b30d505234j3hgf28-0.png",
"brand_name": "cnn",
"status": "approved",
"enabled": "active",
"utm_codes": "utm_content_id={content_id}&utm_boost_id={boost_id}&utm_targeting={adv_targets}&utm_widget_id={widget_id}",
"avg_position": "4.429076",
"impressions": "1106711",
"clicks": "1178",
"conversions": "0",
"ctr": "0.1064",
"avg_cpc": "0.10245331",
"cost": "120.6900",
"cost_per_conv": "0.000",
"return": "0.0000",
"profit ": "-120.6900"
},
{
"boost_id": "2",
"content_id": "96866",
"headline": "ABC",
"target_url": "http://bbc.com/easy-tricks-to-drive-traffic-from-content-recommendations/",
"image_url": "https://revcontent.s3.amazonaws.com/assets/content_images/emb/4544sdfsfbe52602b30d505234j3hgf28-0.png",
"brand_name": "abc",
"status": "approved",
"enabled": "active",
"utm_codes": "utm_content_id={content_id}&utm_boost_id={boost_id}&utm_targeting={adv_targets}&utm_widget_id={widget_id}",
"avg_position": "4.803899400000001",
"impressions": "3555458",
"clicks": "3042",
"conversions": "4",
"ctr": "0.0856",
"avg_cpc": "0.14745891",
"cost": "448.5700",
"cost_per_conv": "112.1425",
"return": "216.0000",
"profit ": "-232.5700"
},
{
"boost_id": "3",
"content_id": "96869",
"headline": "NBC",
"target_url": "http://nbc.com/easy-tricks-to-drive-traffic-from-content-recommendations/",
"image_url": "https://revcontent.s3.amazonaws.com/assets/content_images/emb/123be52602b30d505234j3hgf28-0.png",
"brand_name": "nbc",
"status": "approved",
"enabled": "inactive",
"utm_codes": "utm_content_id={content_id}&utm_boost_id={boost_id}&utm_targeting={adv_targets}&utm_widget_id={widget_id}",
"avg_position": "4.500694666666667",
"impressions": "948708",
"clicks": "787",
"conversions": "0",
"ctr": "0.0830",
"avg_cpc": "0.13548920",
"cost": "106.6300",
"cost_per_conv": "0.000",
"return": "0.0000",
"profit ": "-106.6300"
}
]
}
Every example here is available over the APIs.io API and to AI agents over MCP.