{"info":{"_postman_id":"befa6bf9-2ef2-4083-8749-266c70efb66d","name":"ThoughtLeaders Data API","description":"<html><head></head><body><p>Build your custom solutions on top of data from the Thoughtleaders platform.</p>\n<p>Each request must include a valid API key provided in the <code>X-Api-Key</code> header. Contact us to get your API key.</p>\n<p>Several endpoints are counterparts of platform reports (sponsorships, uploads, channels, brands). In case of these endpoints, you can either provide an ID of your saved platform report or ad-hoc filtering options. Just like in the UI. You can also use both. In that case, additional parameters will override your saved report settings.</p>\n<p>Timestamp parameters expect ISO 8601 strings. Various formats are supported, including <code>YYYY-MM-DD</code> and <code>YYYY-MM-DDTHH:mm:ss</code>. As a time zone specifier, <code>Z</code> can be used for UTC. Hour offsets are accepted, e.g. <code>+02:00</code>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25507059","collectionId":"befa6bf9-2ef2-4083-8749-266c70efb66d","publishedId":"2s8ZDcyz24","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-25T14:10:48.000Z"},"item":[{"name":"API Key Test","id":"027eceaa-c797-4c81-99ab-c2f1759a5841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.thoughtleaders.io/auth","description":"<p>This endpoint allows you to test that you are using the API key correctly. A successful response means that you have used your API key correctly and that the key exists. It's a weaker test than the <em>Hello</em> endpoint. You are not reaching our backend server here.</p>\n","urlObject":{"path":["auth"],"host":["https://data.thoughtleaders.io"],"query":[],"variable":[]}},"response":[{"id":"6544769b-88d8-4827-9ac6-64f8d12c485b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"1234:abcd","type":"text"}],"url":"https://data.thoughtleaders.io/auth"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Congratulations. You are authenticated."}],"_postman_id":"027eceaa-c797-4c81-99ab-c2f1759a5841"},{"name":"Hello","id":"e42915fd-b0a5-41a7-a202-59650dce6d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.thoughtleaders.io/hello","description":"<p>This endpoint allows you to exchange greetings with our backend. A successful response will indicate that our server acknowledges your API key and is ready to serve your requests.</p>\n","urlObject":{"path":["hello"],"host":["https://data.thoughtleaders.io"],"query":[],"variable":[]}},"response":[{"id":"704170b6-ee8d-44e8-aa0b-c9240da66e41","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"1234:abcd","type":"text"}]},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Welcome to Thoughtleaders!"}],"_postman_id":"e42915fd-b0a5-41a7-a202-59650dce6d85"},{"name":"YouTube Videos","id":"a82499cc-29f4-4a96-ae4f-68c12877d524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.thoughtleaders.io/youtube-videos","description":"<p>Counterpart of the Uploads report. It returns objects representing YouTube videos.</p>\n","urlObject":{"path":["youtube-videos"],"host":["https://data.thoughtleaders.io"],"query":[{"disabled":true,"description":{"content":"<p>ID of your saved report</p>\n","type":"text/plain"},"key":"campaign","value":"1234"},{"disabled":true,"description":{"content":"<p>Pagination: page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Pagination: page size</p>\n","type":"text/plain"},"key":"page_size","value":"20"},{"disabled":true,"description":{"content":"<p>Pagination: video property used for sorting; use \"-\" as a prefix for the descending order</p>\n","type":"text/plain"},"key":"sort","value":"-publication_date"},{"disabled":true,"description":{"content":"<p>Filter: minimum publication date (YYYY-MM-DD); has no effect when either <code>min_days_ago</code> or <code>max_days_ago</code> is present</p>\n","type":"text/plain"},"key":"min_date","value":"2024-10-22"},{"disabled":true,"description":{"content":"<p>Filter: maximum publication date (YYYY-MM-DD); has no effect when either <code>min_days_ago</code> or <code>max_days_ago</code> is present</p>\n","type":"text/plain"},"key":"max_date","value":"2024-12-01"},{"disabled":true,"description":{"content":"<p>Filter: relative publication date filter; when your use case is \"N days before today\" instead of a fixed date</p>\n<p>Please notice that <code>min_days_ago</code> marks the \"right\" side of the publication date interval, i.e. <strong>maximum</strong> allowed publication date.</p>\n","type":"text/plain"},"key":"min_days_ago","value":"5"},{"disabled":true,"description":{"content":"<p>Filter: relative publication date filter; when your use case is \"N days before today\" instead of a fixed date</p>\n<p>Please notice that <code>max_days_ago</code> marks the \"left\" side of the publication date interval, i.e. <strong>minimum</strong> allowed publication date.</p>\n","type":"text/plain"},"key":"max_days_ago","value":"10"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required channel IDs (at least one must match)</p>\n","type":"text/plain"},"key":"channel_ids","value":"1234,5678"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of forbidden channel IDs; has priority over <code>channel_ids</code></p>\n","type":"text/plain"},"key":"excluded_channel_ids","value":"1234,5678"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required brand IDs (at least one must match)</p>\n","type":"text/plain"},"key":"brand_ids","value":"1234,5678"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of forbidden brand IDs; has priority over <code>brand_ids</code></p>\n","type":"text/plain"},"key":"excluded_brand_ids","value":"1234,5678"},{"disabled":true,"description":{"content":"<p>Filter: required type of brand mentions (<code>organic_mentions</code>, <code>sponsored_mentions</code>), default = all kinds of mentions</p>\n","type":"text/plain"},"key":"brand_mention_type","value":"sponsored_mentions"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of video IDs\nPlease notice that these are our internal IDs.</p>\n","type":"text/plain"},"key":"ids","value":"31650:6aDevRS_ELU,11169:0e3GPea1Tyg"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of forbidden video IDs; has priority over <code>ids</code>\nPlease notice that these are our internal IDs.</p>\n","type":"text/plain"},"key":"exclude_ids","value":"31650:6aDevRS_ELU,11169:0e3GPea1Tyg"},{"disabled":true,"description":{"content":"<p>Filter: <code>true</code> = show videos that have been removed after publication, <code>false</code> = the opposite</p>\n","type":"text/plain"},"key":"is_offline","value":"true"},{"disabled":true,"description":{"content":"<p>Filter: a keyword expression to match against text fields; see also  <code>content_fields</code></p>\n","type":"text/plain"},"key":"content","value":"(lazy dog) OR (agile cat)"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of video properties to match against using a keyword expression (see <code>content</code>)</p>\n<p>Possible values:</p>\n<ul>\n<li><code>title</code>: Title of the video</li>\n<li><code>summary</code>: Description of the video</li>\n<li><code>transcript</code>: Transcript of the video</li>\n<li><code>channel.channel_name</code>: Name of the channel</li>\n<li><code>hashtags</code>: Hashtags of the video</li>\n<li><code>channel_description</code>: Description of the channel (provided by the channel)</li>\n<li><code>channel_description_ai</code>: Description of the channel (provided by Thoughtleaders)</li>\n<li><code>channel_outreach_email</code>: Contact email of the channel</li>\n<li><code>channel_social_links</code>: Links provided by the channel in its <em>About</em> section</li>\n</ul>\n","type":"text/plain"},"key":"content_fields","value":"title,summary"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required YouTube category IDs (at least one must match)</p>\n","type":"text/plain"},"key":"categories","value":"17,22"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of forbidden YouTube category IDs; has priority over <code>categories</code></p>\n","type":"text/plain"},"key":"excluded_categories","value":"17,22"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required languages (at least one must match)</p>\n","type":"text/plain"},"key":"languages","value":"en,de"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of forbidden languages; has priority over <code>languages</code></p>\n","type":"text/plain"},"key":"excluded_languages","value":"en,de"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required countries (at least one must match)</p>\n","type":"text/plain"},"key":"countries","value":"FR,US"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of forbidden countries; has priority over <code>countries</code></p>\n","type":"text/plain"},"key":"excluded_countries","value":"FR,US"},{"disabled":true,"description":{"content":"<p>Filter: minimum video views</p>\n","type":"text/plain"},"key":"min_views","value":"1000"},{"disabled":true,"description":{"content":"<p>Filter: maximum video views</p>\n","type":"text/plain"},"key":"max_views","value":"2000"},{"disabled":true,"description":{"content":"<p>Filter: minimum projected views of the publishing channel</p>\n","type":"text/plain"},"key":"min_projected_views","value":"1000"},{"disabled":true,"description":{"content":"<p>Filter: maximum projected views of the publishing channel</p>\n","type":"text/plain"},"key":"max_projected_views","value":"2000"},{"disabled":true,"description":{"content":"<p>Filter: minimum video likes</p>\n","type":"text/plain"},"key":"min_likes","value":"1000"},{"disabled":true,"description":{"content":"<p>Filter: maximum video likes</p>\n","type":"text/plain"},"key":"max_likes","value":"2000"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required content types; possible values = <code>longform</code>, <code>short</code>, <code>live</code></p>\n","type":"text/plain"},"key":"content_types","value":"longform,short"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required content types; possible values = <code>podcast</code>, <code>paid_promotion</code>, <code>unlisted</code></p>\n","type":"text/plain"},"key":"content_aspects","value":"podcast,unlisted"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of forbidden content aspects; possible values = <code>podcast</code>, <code>paid_promotion</code>, <code>unlisted</code></p>\n","type":"text/plain"},"key":"excluded_content_aspects","value":"podcast,unlisted"},{"disabled":true,"description":{"content":"<p>Filter: minimum channel subscribers</p>\n","type":"text/plain"},"key":"min_subscribers","value":"1000"},{"disabled":true,"description":{"content":"<p>Filter: maximum channel subscribers</p>\n","type":"text/plain"},"key":"max_subscribers","value":"2000"},{"disabled":true,"description":{"content":"<p>Filter: minimum video evergreen score</p>\n","type":"text/plain"},"key":"min_evergreen_score","value":"1.5"},{"disabled":true,"description":{"content":"<p>Filter: maximum video evergreen score</p>\n","type":"text/plain"},"key":"max_evergreen_score","value":"2.0"},{"disabled":true,"description":{"content":"<p>Filter: minimum video duration [seconds]</p>\n","type":"text/plain"},"key":"min_duration","value":"30"},{"disabled":true,"description":{"content":"<p>Filter: maximum video duration [seconds]</p>\n","type":"text/plain"},"key":"max_duration","value":"1800"},{"disabled":true,"description":{"content":"<p>Filter: <code>exists</code> = show videos if their publishing channel has an outreach email, <code>absent</code> = the opposite</p>\n","type":"text/plain"},"key":"outreach_email","value":"exists"},{"disabled":true,"description":{"content":"<p>Fitler: <code>true</code> = show videos of creators (channels) that show face on the screen, <code>false</code> = the opposite</p>\n","type":"text/plain"},"key":"face_on_screen","value":"true"},{"disabled":true,"description":{"content":"<p>Filter: minimum channel sponsorship score (0..10)</p>\n","type":"text/plain"},"key":"min_sponsorship_score","value":"3.2"},{"disabled":true,"description":{"content":"<p>Filter: maximum channel sponsorship score (0..10)</p>\n","type":"text/plain"},"key":"max_sponsorship_score","value":"7.5"},{"disabled":true,"description":{"content":"<p>Filter: minimum channel brand safety (A..F)</p>\n<p>Please notice that formally the lowest value is <code>A</code>, which means the highest brand safety.</p>\n","type":"text/plain"},"key":"min_brand_safety","value":"B"},{"disabled":true,"description":{"content":"<p>Filter: maximum channel brand safety (A..F)</p>\n<p>Please notice that formally the highest value is <code>F</code>, which means the lowest brand safety.</p>\n","type":"text/plain"},"key":"max_brand_safety","value":"D"}],"variable":[]}},"response":[{"id":"e0644320-5aa7-44c9-aaaa-4d8431820b92","name":"Swordfish","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"1234:abcd","type":"text"}],"url":{"raw":"https://data.thoughtleaders.io/youtube-videos?content=swordfish&content_fields=title,summary&max_days_ago=7","host":["https://data.thoughtleaders.io"],"path":["youtube-videos"],"query":[{"key":"content","value":"swordfish"},{"key":"content_fields","value":"title,summary"},{"key":"max_days_ago","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"articles\": [\n        {\n            \"id\": \"1146461:eSdbqpIyfn4\",\n            \"publication_date\": \"2025-08-09\",\n            \"title\": \"Deep Inside The Last Town of TEXAS 🇺🇸\",\n            \"url\": \"https://www.youtube.com/watch?v=eSdbqpIyfn4\",\n            \"media_url\": \"\",\n            \"embed_url\": \"https://www.youtube.com/embed/eSdbqpIyfn4\",\n            \"content\": \"\",\n            \"summary\": \"📍Orange, Texas 🇺🇸\\n\\nWelcome to Orange, Texas, the last stop before Louisiana, split only by a bayou. We rolled in hungry and headed to Bluebird Fish Camp, only to learn the owners had recently passed. A local struck up conversation, curious about the outsiders, and before long we were talking life on the river. He introduced me to James, tattooed head to toe, living completely off grid in a makeshift boathouse on the Sabine River.\\n\\nJames paddled me out in his canoe, showing me his world and a freshly caught gator gar, a prehistoric monster of a fish. No phone, no engine, no crew, just a man on the water, speaking with a warmth that would put most city folk to shame.\\n\\nBack on shore, a 75-year-old named Brooks was waiting. He took us to the old boat landing to share the history of the burnt bridge between Texas and Louisiana, a relic of drug wars past. He and his 100-year-old father have seen it all here, but his stories carried more joy than bitterness.\\n\\nA tip for Cajun food brought us to Kajuns for fried swordfish and shrimp, just enough fuel for a trip to Just One More Tavern, the last bar in Texas. Inside, bikers swapped tattoo stories and day drinkers traded laughs. Before we could pay, one of them quietly covered our tab.\\n\\nThis is small town America. This is Texas.\\nNext stop, the bayou of Louisiana.\\n\\n👨🏻\\u200d💻 Give us a follow on your favorite social media:\\n  / jackaynsleytravel  \\n  / jackaynsleytravel   &   / paigeaynsleytravel  \\n  / jackaynsleytravel   &   / paigeaynsleytravel  \\n\\n👋🏼 Support us! \\nIf you would like to further support the channel, Support Us Via PayPal https://www.paypal.com/paypalme/jacka... or join here for just £0.99\\n   / @jackaynsleytravel  \\n\\n🛒 If you want to see our Amazon must-haves click the link below! https://www.amazon.co.uk/shop/jackayn...\\n\\n#usa #texas #america\",\n            \"image_url\": \"https://i3.ytimg.com/vi/eSdbqpIyfn4/mqdefault.jpg\",\n            \"channel_id\": 1146461,\n            \"views\": 56626,\n            \"likes\": 3200,\n            \"duration\": 2869,\n            \"channel_country\": \"GB\",\n            \"evergreenness\": null,\n            \"hashtags\": [\n                \"america\",\n                \"usa\",\n                \"texas\"\n            ],\n            \"comments\": 722,\n            \"deleted\": false,\n            \"deleted_at\": null,\n            \"age\": 3,\n            \"link\": \"#/content/article/2025-08-01-1146461:eSdbqpIyfn4\",\n            \"content_type\": \"longform\",\n            \"channel\": {\n                \"publication_id\": 1143576,\n                \"content_category\": 17,\n                \"format\": 4,\n                \"id\": 1146461,\n                \"channel_name\": \"Jack Aynsley Travel\",\n                \"reach\": 317000,\n                \"image_external_url\": \"https://yt3.googleusercontent.com/p3FH964_e4rlVMwrxqguwj5ps9ReF6ff8NLsc_mt3qkFLWj-EWYZis9IrwRbGGYFrUvnW1vAZA=s900-c-k-c0x00ffffff-no-rj\",\n                \"is_tl_channel\": false,\n                \"image\": \"https://yt3.googleusercontent.com/p3FH964_e4rlVMwrxqguwj5ps9ReF6ff8NLsc_mt3qkFLWj-EWYZis9IrwRbGGYFrUvnW1vAZA=s900-c-k-c0x00ffffff-no-rj\",\n                \"projected_views\": 28932,\n                \"channel_url\": \"https://app.thoughtleaders.io/youtube/jack-aynsley-travel\"\n            },\n            \"projected_views_at_upload_date\": 27083,\n            \"rank\": 1,\n            \"highlights\": {\n                \"summary\": [\n                    \"A tip for Cajun food brought us to Kajuns for fried <strong>swordfish</strong> and shrimp, just enough fuel for a trip to Just One More Tavern, the last bar in Texas. Inside, bikers swapped tattoo stories and day drinkers traded laughs. Before we could pay, one of them quietly covered our tab.\\n\\nThis is small town America. This is Texas.\\nNext stop, the bayou of Louisiana.\\n\\n👨🏻\\u200d💻 Give us a follow on your favorite social media:\\n  / jackaynsleytravel  \\n  / jackaynsleytravel   &   / paigeaynsleytravel  \\n  / jackaynsleytravel   &   / paigeaynsleytravel  \\n\\n👋🏼 Support us!\"\n                ]\n            },\n            \"headline\": \"A tip for Cajun food brought us to Kajuns for fried <strong>swordfish</strong> and shrimp, just enough fuel for a trip to Just One More Tavern, the last bar in Texas. Inside, bikers swapped tattoo stories and day drinkers traded laughs. Before we could pay, one of them quietly covered our tab.\\n\\nThis is small town America. This is Texas.\\nNext stop, the bayou of Louisiana.\\n\\n👨🏻\\u200d💻 Give us a follow on your favorite social media:\\n  / jackaynsleytravel  \\n  / jackaynsleytravel   &   / paigeaynsleytravel  \\n  / jackaynsleytravel   &   / paigeaynsleytravel  \\n\\n👋🏼 Support us!\",\n            \"headline_field\": \"summary\"\n        },\n        {\n            \"id\": \"69407:5jUeg5l9IHk\",\n            \"publication_date\": \"2025-08-08\",\n            \"title\": \"PACCHERI WITH GHIOTTONA\",\n            \"url\": \"https://www.youtube.com/watch?v=5jUeg5l9IHk\",\n            \"media_url\": \"\",\n            \"embed_url\": \"https://www.youtube.com/embed/5jUeg5l9IHk\",\n            \"content\": \"\",\n            \"summary\": \"#cooking #easyrecipe #italiancooking\\nINGREDIENTS:\\n250g paccheri\\n200g cherry tomatoes\\n200g swordfish or tuna slice\\n1 eggplant\\n1 red onion\\n1 garlic clove\\ncapers to taste\\nbasil\\nsalt\\npepper\\nextra virgin olive oil\\n\\nSubscribe to Chef Stefano Barbato's channel on WhatsApp to stay updated on all the new video recipes: https://whatsapp.com/channel/0029Vb6M...\\n\\nStarting today, you can also purchase my new book online.\\nClick here;\\nhttps://www.lafeltrinelli.it/arte-del... JKZFaUaAlOOEALw_wcB&awc=9507_1731245001_c15a934fae031dcd6c3b039826d57a73\\n\\nhttps://www.amazon.it/Larte-buon-mang... hvadid=712838559750&hvpos=&hvnetw=g&hvrand=1973792185559228742&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcm dl=&hvlocint=&hvlocphy=9216081&hvtargid=pla-2366700429242&psc=1&mcid=22fa2b1693ad3d1abe8e0c5f352d6bf 5&tag=googshopit-21&linkCode=df0&hvadid=712838559750&hvpos=&hvnetw=g&hvrand=1973792185559228742&hvpo ne=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9216081&hvtargid=pla-2366700429242&psc=1&gad_ source=1\\n\\nhttps://www.ibs.it/arte-del-buon-mang... &gclid=Cj0KCQiA0MG5BhD1ARIsAEcZtwRc2QRkYtZNurNeo0TfZ7TBXmcOAmrfR3Qv2qTAfwXvepWspYISLMgaAo-DEALw_wcB\\n\\nhttps://www.mondadoristore.it/L-arte-... utm_source=Mondadori&utm_medium=cpc&utm_campaign=+PMax+%7C+ALL_A+%7C+ALL_D+%7C+Shopping+%7C+Mondador i+Publisher&gad_source=1&gclid=Cj0KCQiA0MG5BhD1ARIsAEcZtwSoKRKTrMkguEFqH8Ve-zLBzgT-6BYJZLPwLKSPQSsRISs Z0RkT8XYaAndqEALw_wcB\\nhttps://priclist.com/it/compare/97888...\\n\\n@mondadorielecta\\n\\nTo buy my friend Giuseppe's olive oil, click here. You won't regret it.\\nhttps://www.terradeigiganti.it/\\n\\nDO YOU LIKE MY APRON? CLICK HERE:\\nhttps://trendyuniform.shop/categoria-...\\n\\nHow my friend Giuseppe's oil is made, click here:\\nExtra Virgin Olive Oil Production\\n   • Produzione olio Extravergine di Oliva  \\n\\nSOME LINKS WHERE YOU CAN BUY IT BOOK:\\n\\nhttps://www.libreriauniversitaria.it/...\\n\\nhttps://www.lafeltrinelli.it/smartpho...\\n\\nht tps://www.amazon.it/dp/8827601287/ref=cm_sw_r_cp_apa_i_sq2jEbQQBE2BY?fbclid=IwAR1m3-4qOH-NpRT7C9A-RLKF9ZHdZksFa3yZCNGwp0xySrxMp8oB85yZDL4\\n\\nhttps://www.unilibro.it/libri/f/autor...\\n\\nhttps://www.chefstefanobarbato.com/it...\\n\\nFor Subscribe to the channel, click here\\n   / @chefstefanobarbato  \\nStarting today, you can purchase a personalized apron with my logo and your name at this link:\\nhttps://www.chefstefanobarbato.com/it...\\n\\n❤NEW VIDEOS EVERY WEEK\\n\\n★ SUBSCRIBE    / chefstefanobarbato  \\n\\n★ FACEBOOK YT CHANNEL   / chefstefanobarbato  \\n★ INSTAGRAM   / chef_stefano_barbato  \\n★ TWITTER   / barbatostefano  \\n★ FB   / st.barbato  \\n★ WEBSITE http://www.chefstefanobarbato.com/\\n\\nMusic in 432 Hz by Gerardo Capaldo\\n   / @gerrybozzio\",\n            \"image_url\": \"https://i3.ytimg.com/vi/5jUeg5l9IHk/mqdefault.jpg\",\n            \"channel_id\": 69407,\n            \"views\": 315275,\n            \"likes\": 1600,\n            \"duration\": 747,\n            \"channel_country\": \"IT\",\n            \"evergreenness\": null,\n            \"hashtags\": [\n                \"cooking\",\n                \"easyrecipe\",\n                \"italiancooking\"\n            ],\n            \"comments\": 74,\n            \"deleted\": false,\n            \"deleted_at\": null,\n            \"age\": 4,\n            \"link\": \"#/content/article/2025-08-01-69407:5jUeg5l9IHk\",\n            \"content_type\": \"longform\",\n            \"channel\": {\n                \"publication_id\": 65650,\n                \"content_category\": 17,\n                \"format\": 4,\n                \"id\": 69407,\n                \"channel_name\": \"Chef Stefano Barbato\",\n                \"reach\": 918000,\n                \"image_external_url\": \"https://yt3.googleusercontent.com/E-1JXBYvK7jmdUzDhOPskKO-CClp4YqBPN32aRA09yBV6CeUNrPHdzP1CkP933dhpleijmF0=s900-c-k-c0x00ffffff-no-rj\",\n                \"is_tl_channel\": false,\n                \"image\": \"https://yt3.googleusercontent.com/E-1JXBYvK7jmdUzDhOPskKO-CClp4YqBPN32aRA09yBV6CeUNrPHdzP1CkP933dhpleijmF0=s900-c-k-c0x00ffffff-no-rj\",\n                \"projected_views\": 29745,\n                \"channel_url\": \"https://app.thoughtleaders.io/youtube/chef-stefano-barbato\"\n            },\n            \"projected_views_at_upload_date\": 30141,\n            \"rank\": 0.943265664189193,\n            \"highlights\": {\n                \"summary\": [\n                    \"#cooking #easyrecipe #italiancooking\\nINGREDIENTS:\\n250g paccheri\\n200g cherry tomatoes\\n200g <strong>swordfish</strong> or tuna slice\\n1 eggplant\\n1 red onion\\n1 garlic clove\\ncapers to taste\\nbasil\\nsalt\\npepper\\nextra virgin olive oil\\n\\nSubscribe to Chef Stefano Barbato's channel on WhatsApp to stay updated on all the new video recipes: https://whatsapp.com/channel/0029Vb6M...\\n\\nStarting today, you can also purchase my new book online.\\nClick here;\\nhttps://www.lafeltrinelli.it/arte-del...\"\n                ]\n            },\n            \"headline\": \"#cooking #easyrecipe #italiancooking\\nINGREDIENTS:\\n250g paccheri\\n200g cherry tomatoes\\n200g <strong>swordfish</strong> or tuna slice\\n1 eggplant\\n1 red onion\\n1 garlic clove\\ncapers to taste\\nbasil\\nsalt\\npepper\\nextra virgin olive oil\\n\\nSubscribe to Chef Stefano Barbato's channel on WhatsApp to stay updated on all the new video recipes: https://whatsapp.com/channel/0029Vb6M...\\n\\nStarting today, you can also purchase my new book online.\\nClick here;\\nhttps://www.lafeltrinelli.it/arte-del...\",\n            \"headline_field\": \"summary\"\n        }\n    ],\n    \"pages\": 1,\n    \"articleCount\": 2\n}"}],"_postman_id":"a82499cc-29f4-4a96-ae4f-68c12877d524"},{"name":"Video History","id":"b6c0f121-c7cd-4b8e-b6a6-4c9e7228e743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.thoughtleaders.io/video-history","description":"<p>Returns the stored historical performance data (views, likes, no. of comments) of a YouTube video. Earliest data returned is from March 2022.</p>\n<p>We are taking snapshots of performance metrics of videos during their lifetime. Intervals between snapshots are variable and depend on multiple factors. This mechanims is not within the scope of this documentation. A response is a list of such snapshots ordered by their date in the descending order.</p>\n<h3 id=\"pagination\">Pagination</h3>\n<p>Responses are paginated. If there are more results available, response contains a cursor (the <code>next</code> property) for fetching the next page. Transform the <code>next</code> object into a query string of the endpoint's URL.</p>\n<h4 id=\"example\">Example:</h4>\n<p>This response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"data\": [],\n  \"next\": {\n    \"id\": \"48064:6zQGi9CAoKo\",\n    \"page_size\": 10,\n    \"date_limit\": \"2025-08-15\"\n  }\n}\n\n</code></pre><p>converts to:</p>\n<p><code>/video-history?id=48064:6zQGi9CAoKo&amp;page_size=10&amp;date_limit=2025-08-15</code></p>\n","urlObject":{"path":["video-history"],"host":["https://data.thoughtleaders.io"],"query":[{"disabled":true,"description":{"content":"<p>Our internal ID of a YouTube video</p>\n","type":"text/plain"},"key":"id","value":"48064:6zQGi9CAoKo"},{"disabled":true,"description":{"content":"<p>Maximum and default value = 100</p>\n","type":"text/plain"},"key":"page_size","value":"10"},{"disabled":true,"description":{"content":"<p>Pagination mechanism - all returned snapshots will be older than the given date; format = YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_after","value":"2025-08-15"}],"variable":[]}},"response":[{"id":"3135ef57-2749-44b7-8918-6dfe47372998","name":"Paginated response","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"1234:abcd","type":"text"}],"url":{"raw":"https://data.thoughtleaders.io/video-history?id=48064:6zQGi9CAoKo&page_size=10&date_limit=2025-08-15","protocol":"https","host":["data","thoughtleaders","io"],"path":["video-history"],"query":[{"key":"id","value":"48064:6zQGi9CAoKo"},{"key":"page_size","value":"10"},{"key":"date_limit","value":"2025-08-15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"age\": 14,\n      \"view_count\": 29489,\n      \"like_count\": 1200,\n      \"comment_count\": 151,\n      \"scrape_date\": \"2025-08-14\"\n    },\n    {\n      \"age\": 13,\n      \"view_count\": 29094,\n      \"like_count\": 1200,\n      \"comment_count\": 150,\n      \"scrape_date\": \"2025-08-13\"\n    },\n    {\n      \"age\": 12,\n      \"view_count\": 28450,\n      \"like_count\": 1100,\n      \"comment_count\": 148,\n      \"scrape_date\": \"2025-08-12\"\n    },\n    {\n      \"age\": 11,\n      \"view_count\": 27933,\n      \"like_count\": 1100,\n      \"comment_count\": 147,\n      \"scrape_date\": \"2025-08-11\"\n    },\n    {\n      \"age\": 10,\n      \"view_count\": 27574,\n      \"like_count\": 1100,\n      \"comment_count\": 147,\n      \"scrape_date\": \"2025-08-10\"\n    },\n    {\n      \"age\": 9,\n      \"view_count\": 27171,\n      \"like_count\": 1100,\n      \"comment_count\": 147,\n      \"scrape_date\": \"2025-08-09\"\n    },\n    {\n      \"age\": 8,\n      \"view_count\": 26686,\n      \"like_count\": 1100,\n      \"comment_count\": 146,\n      \"scrape_date\": \"2025-08-08\"\n    },\n    {\n      \"age\": 7,\n      \"view_count\": 25687,\n      \"like_count\": 1100,\n      \"comment_count\": 145,\n      \"scrape_date\": \"2025-08-07\"\n    },\n    {\n      \"age\": 6,\n      \"view_count\": 24550,\n      \"like_count\": 1000,\n      \"comment_count\": 142,\n      \"scrape_date\": \"2025-08-06\"\n    },\n    {\n      \"age\": 5,\n      \"view_count\": 23225,\n      \"like_count\": 1000,\n      \"comment_count\": 136,\n      \"scrape_date\": \"2025-08-05\"\n    }\n  ],\n  \"next\": {\n    \"id\": \"48064:6zQGi9CAoKo\",\n    \"page_size\": 10,\n    \"date_limit\": \"2025-08-05\"\n  }\n}"}],"_postman_id":"b6c0f121-c7cd-4b8e-b6a6-4c9e7228e743"},{"name":"Sponsorships","id":"11e1e2cf-2a14-4db9-8dac-a06a04401641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.thoughtleaders.io/sponsorships","description":"<p>Counterpart of the <em>Sponsorship Report</em>. This endpoint lets you access your sponsorships.</p>\n","urlObject":{"path":["sponsorships"],"host":["https://data.thoughtleaders.io"],"query":[{"disabled":true,"description":{"content":"<p>ID of your saved report</p>\n","type":"text/plain"},"key":"campaign","value":"1234"},{"disabled":true,"description":{"content":"<p>Pagination: page number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Pagination: page size</p>\n","type":"text/plain"},"key":"page_size","value":"20"},{"disabled":true,"description":{"content":"<p>Pagination: sponsorship property used for sorting; use \"-\" as a prefix for the descending order</p>\n","type":"text/plain"},"key":"sort","value":"-updated_at"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of sponsorship statuses (at least one must match)</p>\n<p>Possible values:</p>\n<ul>\n<li>Creator Approved = 0</li>\n<li>Proposal Approved = 6</li>\n<li>Pending = 2</li>\n<li>Sold = 3</li>\n<li>Rejected by Brand = 4</li>\n<li>Rejected by Creator = 5</li>\n</ul>\n","type":"text/plain"},"key":"statuses","value":"2,3"},{"disabled":true,"description":{"content":"<p>Filter: <code>0</code> for published ads, <code>1</code> for ads that haven't yet been published</p>\n","type":"text/plain"},"key":"publication_status","value":"1"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of draft statuses (at least one must match)\nPossible values:</p>\n<ul>\n<li>Missing = 0</li>\n<li>On Schedule = 3</li>\n<li>Date Unknown = 4</li>\n<li>Awaiting Approval = 1</li>\n<li>Approved = 2</li>\n</ul>\n","type":"text/plain"},"key":"draft_statuses","value":"1,2"},{"disabled":true,"description":{"content":"<p>Filter: <code>1</code> for ads with all assets (URL, draft URL, talking points) complete, <code>0</code> for the opposite</p>\n","type":"text/plain"},"key":"asset_status","value":"1"},{"disabled":true,"description":{"content":"<p>Filter: <code>0</code> for ads that has reached the views guarantee, <code>1</code> for the opposite</p>\n","type":"text/plain"},"key":"views_guarantee_status","value":"0"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required channel IDs (at least one must match)</p>\n","type":"text/plain"},"key":"channel_ids","value":"1234,5678"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of forbidden channel IDs; has priority over <code>channel_ids</code></p>\n","type":"text/plain"},"key":"excluded_channel_ids","value":"1234,5678"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required brand IDs (at least one must match)</p>\n","type":"text/plain"},"key":"brand_ids","value":"1234,5678"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of forbidden brand IDs; has priority over <code>brand_ids</code></p>\n","type":"text/plain"},"key":"excluded_brand_ids","value":"1234,5678"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of required content formats (at least one must match)</p>\n<p>Possible values:</p>\n<ul>\n<li>Newsletter = 1</li>\n<li>Blog = 5</li>\n<li>Podcast = 3</li>\n<li>YouTube = 4</li>\n<li>Twitch = 7</li>\n<li>TikTok = 8</li>\n<li>Instagram = 9</li>\n<li>LinkedIn = 10</li>\n</ul>\n","type":"text/plain"},"key":"content_formats","value":"3,4"},{"disabled":true,"description":{"content":"<p>Filter: only sponsorships updated later than the given time will be returned [timestamp]; has no effect when <code>updated_max_days_ago</code> is present</p>\n","type":"text/plain"},"key":"min_updated_at","value":"2025-03-01"},{"disabled":true,"description":{"content":"<p>Filter: only sponsorships that haven't been updated after the given time will be returned [timestamp]; has no effect when <code>updated_max_days_ago</code> is present</p>\n","type":"text/plain"},"key":"max_updated_at","value":"2025-05-17T16:30:00+02:00"},{"disabled":true,"description":{"content":"<p>Filter: relative version of filtering by the time of the last update; when your use case is \"N days before today\" instead of a fixed date</p>\n","type":"text/plain"},"key":"updated_max_days_ago","value":"10"},{"disabled":true,"description":{"content":"<p>Filter: minimum scheduled date (YYYY-MM-DD); has no effect when either <code>scheduled_max_days_ago</code> or <code>scheduled_min_days_ago</code> is present</p>\n","type":"text/plain"},"key":"min_scheduled_date","value":"2025-03-01"},{"disabled":true,"description":{"content":"<p>Filter: minimum scheduled date (YYYY-MM-DD); has no effect when either <code>scheduled_max_days_ago</code> or <code>scheduled_min_days_ago</code> is present</p>\n","type":"text/plain"},"key":"max_scheduled_date","value":"2025-05-17"},{"disabled":true,"description":{"content":"<p>Filter: relative scheduled date filter; when your use case is \"N days before today\" instead of a fixed date\nPlease notice that <code>scheduled_min_days_ago</code> marks the \"right\" side of the scheduled date interval, i.e. maximum allowed scheduled date.</p>\n","type":"text/plain"},"key":"scheduled_min_days_ago","value":"5"},{"disabled":true,"description":{"content":"<p>Filter: relative scheduled date filter; when your use case is \"N days before today\" instead of a fixed date</p>\n<p>Please notice that <code>scheduled_max_days_ago</code> marks the \"left\" side of the scheduled date interval, i.e. minimum allowed scheduled date.</p>\n","type":"text/plain"},"key":"scheduled_max_days_ago","value":"10"},{"disabled":true,"description":{"content":"<p>Filter: only sponsorships created later than the given time will be returned [timestamp]; has no effect when <code>created_max_days_ago</code>  is present</p>\n","type":"text/plain"},"key":"min_created_at","value":"2025-03-01"},{"disabled":true,"description":{"content":"<p>Filter: only sponsorships created earlier than the given time will be returned [timestamp]; has no effect when <code>created_max_days_ago</code> is present</p>\n","type":"text/plain"},"key":"max_created_at","value":"2025-05-17T16:30:00+02:00"},{"disabled":true,"description":{"content":"<p>Filter: relative version of filtering by the time of creation; when your use case is \"N days before today\" instead of a fixed date</p>\n","type":"text/plain"},"key":"created_max_days_ago","value":"10"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of sponsorship IDs</p>\n","type":"text/plain"},"key":"ids","value":"1234,5678"},{"disabled":true,"description":{"content":"<p>Filter: minimum male share of the channel's audience</p>\n","type":"text/plain"},"key":"min_male_share","value":"40"},{"disabled":true,"description":{"content":"<p>Filter: maximum male share of the channel's audience</p>\n","type":"text/plain"},"key":"max_male_share","value":"60"},{"disabled":true,"description":{"content":"<p>Filter: minimum U.S. share of the channel's audience</p>\n","type":"text/plain"},"key":"min_usa_share","value":"40"},{"disabled":true,"description":{"content":"<p>Filter: maximum U.S. share of the channel's audience</p>\n","type":"text/plain"},"key":"max_usa_share","value":"60"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of rejection reasons (at least one must match)\nPossible values:</p>\n<ul>\n<li>Other advertiser reason = 1</li>\n<li>Channel works with a competitor = 2</li>\n<li>Not relevant to my brand = 3</li>\n<li>I dislike this channel = 4</li>\n<li>Channel's cost doesn't fit = 5</li>\n<li>Already working with channel = 6</li>\n<li>Can't work with channel's timing = 7</li>\n<li>Channel did not respond = 8</li>\n<li>Asked to not be contacted = 9</li>\n<li>Other publisher reason = 10</li>\n<li>Brand works with a competitor channel = 11</li>\n<li>Doesn't fit my channel = 12</li>\n<li>I dislike this brand = 13</li>\n<li>Brand's pricing doesn't fit = 14</li>\n<li>Already working with brand = 15</li>\n<li>Can't work around timing of brand = 16</li>\n<li>Brand did not respond = 17</li>\n</ul>\n","type":"text/plain"},"key":"rejection_reasons","value":"1,3"},{"disabled":true,"description":{"content":"<p>Filter: comma separated list of performance grades (at least one must match)\nPossible values:</p>\n<ul>\n<li>Unknown = 0</li>\n<li>Loser = 1</li>\n<li>Neutral = 2</li>\n<li>Winner = 3</li>\n</ul>\n","type":"text/plain"},"key":"performance_grades","value":"2,3"}],"variable":[]}},"response":[{"id":"2b30b293-27b5-450d-99f7-c8ab38dcfd6b","name":"Saved report","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"1234:abcd","type":"text"}],"url":{"raw":"https://data.thoughtleaders.io/sponsorships?campaign=1234","host":["https://data.thoughtleaders.io"],"path":["sponsorships"],"query":[{"key":"campaign","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": 123,\n      \"created_at\": \"2025-05-01T08:02:21.364Z\",\n      \"send_date\": \"2025-07-01\",\n      \"tracking_url\": \"https://example.com/token\",\n      \"url\": \"https://example.com/something\",\n      \"title\": \"\",\n      \"description\": \"https://example.com/path/text\",\n      \"publish_status\": 3,\n      \"article_id\": \"1234:dyWogF2krs8\",\n      \"projected_views_at_purchase_date\": 5678,\n      \"publish_date\": \"2025-07-08\",\n      \"conversions\": 10,\n      \"performance_grade\": 0,\n      \"price\": \"1500.00\",\n      \"currency_price\": \"USD\",\n      \"revenue\": 500,\n      \"updated_at\": \"2025-08-12T23:37:00.889Z\",\n      \"cpa\": 1.1,\n      \"roas\": 0.4,\n      \"ad_spot\": {\n        \"channel\": {\n          \"channel_name\": \"ThoughtLeaders\",\n          \"format\": 4\n        }\n      }\n    }\n  ],\n  \"count\": 1,\n  \"page\": 1,\n  \"pages\": 1\n}"}],"_postman_id":"11e1e2cf-2a14-4db9-8dac-a06a04401641"},{"name":"Channel History","id":"642a2f7e-1038-4dd1-b837-7531eec86b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.thoughtleaders.io/channel-history","description":"<p>Returns the stored historical performance data (views, subscribers) of a YouTube channel. Earliest data returned is from March 2022.</p>\n<p>We are taking daily snapshots of channels' performance metrics. A response is a list of such snapshots ordered by their date in the descending order.</p>\n<h3 id=\"pagination\">Pagination</h3>\n<p>Responses are paginated. If there are more results available, response contains a cursor (the <code>next</code> property) for fetching the next page. Transform the <code>next</code> object into a query string of the endpoint's URL.</p>\n<h4 id=\"example\">Example:</h4>\n<p>This response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"data\": [],\n  \"next\": {\n    \"id\": \"48064\",\n    \"page_size\": 10,\n    \"date_limit\": \"2025-01-01\"\n  }\n}\n\n</code></pre><p>converts to:</p>\n<p><code>/channel-history?id=48064&amp;page_size=10&amp;date_limit=2025-01-01</code></p>\n","urlObject":{"path":["channel-history"],"host":["https://data.thoughtleaders.io"],"query":[{"disabled":true,"description":{"content":"<p>Our internal ID of a YouTube channel</p>\n","type":"text/plain"},"key":"id","value":"48064"},{"disabled":true,"description":{"content":"<p>Maximum and default value = 100</p>\n","type":"text/plain"},"key":"page_size","value":"10"},{"disabled":true,"description":{"content":"<p>Pagination mechanism - all returned snapshots will be older than the given date; format = YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_limit","value":"2025-01-11"}],"variable":[]}},"response":[{"id":"4797a025-0e3a-480e-9e0b-a64f7dc012ea","name":"Paginated response","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"1234:abcd","type":"text"}],"url":{"raw":"https://data.thoughtleaders.io/channel-history?id=48064&page_size=10&date_limit=2025-01-11","protocol":"https","host":["data","thoughtleaders","io"],"path":["channel-history"],"query":[{"key":"id","value":"48064"},{"key":"page_size","value":"10"},{"key":"date_limit","value":"2025-01-11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"total_views\": 11128235,\n      \"reach\": 97600,\n      \"scrape_date\": \"2025-01-10\"\n    },\n    {\n      \"total_views\": 11125442,\n      \"reach\": 97600,\n      \"scrape_date\": \"2025-01-09\"\n    },\n    {\n      \"total_views\": 11122569,\n      \"reach\": 97600,\n      \"scrape_date\": \"2025-01-08\"\n    },\n    {\n      \"total_views\": 11119419,\n      \"reach\": 97600,\n      \"scrape_date\": \"2025-01-07\"\n    },\n    {\n      \"total_views\": 11114690,\n      \"reach\": 97500,\n      \"scrape_date\": \"2025-01-06\"\n    },\n    {\n      \"total_views\": 11109115,\n      \"reach\": 97500,\n      \"scrape_date\": \"2025-01-05\"\n    },\n    {\n      \"total_views\": 11103067,\n      \"reach\": 97500,\n      \"scrape_date\": \"2025-01-04\"\n    },\n    {\n      \"total_views\": 11095041,\n      \"reach\": 97400,\n      \"scrape_date\": \"2025-01-03\"\n    },\n    {\n      \"total_views\": 11085064,\n      \"reach\": 97400,\n      \"scrape_date\": \"2025-01-02\"\n    },\n    {\n      \"total_views\": 11066216,\n      \"reach\": 97300,\n      \"scrape_date\": \"2025-01-01\"\n    }\n  ],\n  \"next\": {\n    \"id\": \"48064\",\n    \"page_size\": 10,\n    \"date_limit\": \"2025-01-01\"\n  }\n}"}],"_postman_id":"642a2f7e-1038-4dd1-b837-7531eec86b16"},{"name":"YouTube Channels [OUTDATED]","id":"74bdf4e2-4615-4759-a736-c06db7e01ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"abcd1234","type":"text"}],"url":"https://data.thoughtleaders.io/youtube-channels?sort=-&page=3&page_size=10&reachTo=20000&reachFrom=19000&days_ago=364&days_ago_to=1&evergreenness&externalChannelId=UCwHPRkLWbL_guuBMGxKe2aQ","description":"<p>This request can be used to get more information on a single channel or a list of channels.</p>\n<h1 id=\"filters\">Filters</h1>\n<h2 id=\"brand_ids\">brand_ids</h2>\n<p>A comma-separated list of integer brand ids to find channels which have mentioned these brands. We can provide a list of brand ids on request.</p>\n<h2 id=\"externalchannelid\">externalChannelId</h2>\n<p>A comma-separated list of channel ids from YouTube to find matching articles for. You can get the channel id for the YouTube channel by following the steps in <a href=\"https://stackoverflow.com/a/16326307/6101300\">this link</a>.</p>\n<h2 id=\"channelid\">channelId</h2>\n<p>A comma-separated list of integer channel ids to find matching channels for.</p>\n<h2 id=\"content\">content</h2>\n<p>Field for finding channels which have mentioned keywords, using the instructions below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>You can run advanced searches on ThoughtLeaders by combining keywords with the operators:\nAND, AND NOT, and OR.\nHere are some of the searches you can do:\nOR searches: Type the word OR\n  (capital letters) to see results that include one or more items in a\n  list. This typically broadens your search results. For example: bulls OR wizards OR hornets\nAND searches: AND searches: Type the word AND (capital letters) to see results that include all items in a list. This typically limits your search results. For example: nba AND mlb\nNOT searches: Type the words AND NOT\n  (capital letters) immediately before a search term to exclude it from\n  your search results. This typically limits your search results. For\n  example: basketball AND NOT baseball\nParenthetical searches:\n  To do a complex search, you can combine terms using parentheses. For\n  example, to find content that discusses sports, but excludes golf or\n  hockey, type sports AND NOT (golf OR hockey). Multiple terms or clauses can be grouped together with parentheses to form sub-queries: (Bulls OR Wizards) AND (Michael Jordan)\nImportant Notes:\nWhen\n  using NOT, AND, or OR operators, you must type them in uppercase\n  letters. If you search for “and” lowercase it will be treated as the\n  term itself and not an operator.\nWe don't support wildcard * searches.\nYou\n  do not need to add quotes (\" or ') around your searches. All keywords\n  are treated as exact phrases. In some cases using quotes will cause\n  errors.\nIf you are doing a parenthetical search that includes\n  multi-word phrases, you must include parentheses around them. For\n  example: (Michael Jordan) OR (Scottie Pippen) OR (Dennis Rodman).\nIf you are searching for a multi-word phrase by itself such as, Michael Jordan, the parentheses are not needed.\nCertain\n  special characters cannot be searched. Using them in a search will not\n  return the expected results. The reserved characters are: + - = &amp;&amp; || &gt; &lt; ! ( ) { } [ ] ^ ' \" ~ * ? : \\ /\n\n</code></pre><h2 id=\"content_fields\">content_fields</h2>\n<p>A comma-separated list of which fields to look for the keywords mentioned in the <code>content</code> filter above. Options are <code>title, content, summary, and transcript</code></p>\n<h2 id=\"creator_country\">creator_country</h2>\n<p>A comma-separated list of country codes to filter articles by. Eg <code>US,IN</code></p>\n<p>A full set of country codes can be provided on request.</p>\n<h2 id=\"date-filtering\">Date filtering</h2>\n<p>For date filtering, we can either use the <code>date</code> and <code>endDate</code> filters, which are absolute dates in ISO8601 format, or the <code>days_ago</code> and <code>days_ago_to</code> filters, which are integer filters relative to today. For example, if I want to find all channels which posted relevant content posted in the last week, I would set <code>days_ago=0,days_ago_to=7</code></p>\n<h2 id=\"exclude_brands\">exclude_brands</h2>\n<p>Similar to the <code>brand_ids</code> filter, except takes in a list of brands ids we <em>don't</em> want to find data for.</p>\n<h2 id=\"exclude_channels\">exclude_channels</h2>\n<p>Similar to the <code>channelId</code> filter, except takes in a list of channel ids we <em>don't</em> want to find.</p>\n<h2 id=\"language\">language</h2>\n<p>a comma-separeted list of string language codes to filter by. Eg <code>en,de</code></p>\n<p>We can provide a list of language codes on request.</p>\n<h2 id=\"page\">page</h2>\n<p>Integer page number to return. Each page contains up to 20 results. The total number of pages is included in the response, under the <code>pages</code> field.</p>\n<h2 id=\"sort\">sort</h2>\n<p>Which string field to sort results by. Options for sorting are:</p>\n<ul>\n<li>doc_count (the number of matching articles found)</li>\n<li>date__max (the last posted at date)</li>\n<li>brand_count (the number of brands per channel)</li>\n<li>avg_duration</li>\n<li>views__sum (the total views for the channel)</li>\n<li>views__std_dev (the standard deviation of views for the channel)</li>\n<li>sponsored_brands_count (the number of brands that have sponsored each channel)</li>\n<li>views__avg (the avg views for the channel)</li>\n<li>views__max (the maximum number of views a channel received on a video)</li>\n<li>views__min (the minimum number of views a channel received on a video)</li>\n</ul>\n<p>to sort in descending order, add <code>-</code> to the name of the field. For instance, to sort by avg_duration descending, set <code>sort=-avg_duration</code></p>\n<h2 id=\"topics\">topics</h2>\n<p>An integer id of a pre-determined list of topics to filter by. Example topics are <code>Women's Health</code> and <code>Gardening</code></p>\n<p>The list of topics we support can be provided on request.</p>\n<h2 id=\"is_active\">is_active</h2>\n<p>Boolean field to include channels we actively scrape. Should always be set to <code>true</code></p>\n<h2 id=\"min_doc_count-max_doc_count\"><code>min_doc_count, max_doc_count</code></h2>\n<p>Used in tandem with the brand_ids field. Integer values to filter channels by the number of times they mention certain brands. Eg if I wanted to find all channels that have mentioned brand 2019 between 5 and 10 times in my specified date range, I would set <code>brand_ids=2019&amp;min_doc_count=5&amp;max_doc_count=10</code>.</p>\n<h2 id=\"reporttype\">reportType</h2>\n<p>always set to <code>thoughtleaders</code></p>\n","urlObject":{"path":["youtube-channels"],"host":["https://data.thoughtleaders.io"],"query":[{"disabled":true,"key":"content","value":"((cooking) OR (supplements))"},{"disabled":true,"key":"content_fields","value":"title,content,summary,transcript"},{"disabled":true,"key":"max_doc_count","value":"15"},{"disabled":true,"key":"min_doc_count","value":"1"},{"disabled":true,"key":"channelId","value":"28809"},{"key":"sort","value":"-"},{"key":"page","value":"3"},{"key":"page_size","value":"10"},{"key":"reachTo","value":"20000"},{"key":"reachFrom","value":"19000"},{"key":"days_ago","value":"364"},{"key":"days_ago_to","value":"1"},{"key":"evergreenness","value":null},{"key":"externalChannelId","value":"UCwHPRkLWbL_guuBMGxKe2aQ"}],"variable":[]}},"response":[{"id":"95526bed-0710-4d86-8170-8225ad8da427","name":"YouTube Channels","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"abcd123","type":"text"}],"url":{"raw":"https://data.thoughtleaders.io/youtube-channels?sort=-&page=3&page_size=10&reachTo=20000&reachFrom=19000&days_ago=364&days_ago_to=1&evergreenness","protocol":"https","host":["data","thoughtleaders","io"],"path":["youtube-channels"],"query":[{"key":"content","value":"((cooking) OR (supplements))","disabled":true},{"key":"content_fields","value":"title,content,summary,transcript","disabled":true},{"key":"max_doc_count","value":"15","disabled":true},{"key":"min_doc_count","value":"1","disabled":true},{"key":"channelId","value":"28809","disabled":true},{"key":"sort","value":"-"},{"key":"page","value":"3"},{"key":"page_size","value":"10"},{"key":"reachTo","value":"20000"},{"key":"reachFrom","value":"19000"},{"key":"days_ago","value":"364"},{"key":"days_ago_to","value":"1"},{"key":"evergreenness","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Feb 2023 09:18:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie"},{"key":"Via","value":"1.1 vegur"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=gY1TRLVgmZH%2FJNg6ui%2F31wrWnA85g%2FY4WzQ8ZdwtH%2BAHIq8DXhxj9jB78mbpBJtLEE2rxVCUhFiQjjUZSmaiv0TDFq3GXSliZjOAEXMXMKVWj8rhXlgBNuAXk%2FdqWmO9l1CsWSLZPqA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"795b09434cfb8284-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"929670\",\n            \"channel_name\": \"1M Viral Gaming\",\n            \"created_at\": \"2023-02-05T14:34:35.032422Z\",\n            \"countries\": \"[\\\"NP\\\"]\",\n            \"description\": \"!!!!!!!!!!!! Hello Guys !!!!!!!!!\\nIf you like videos on this channel .Smash that subscribe button to watch such content daily.\\nKeep Supporting.\\n\\n Help Me To Reach\\n100k Subscribers \\n\\nFor Sponsorship Mail me :- **@*\\n\\n\",\n            \"reach\": 20000,\n            \"impression\": null,\n            \"content_category\": 16,\n            \"language\": \"en\",\n            \"slug\": \"1m-viral-gaming\",\n            \"outreach_email\": \"nc485114@gmail.com\",\n            \"social_links\": {},\n            \"views_difference\": null,\n            \"back_catalog_views\": null,\n            \"engagement\": 0,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1949,\n            \"date__min\": \"2022-02-08\",\n            \"date__max\": \"2023-02-06\",\n            \"views__sum\": 12354358,\n            \"views__avg\": 6338.818881477681,\n            \"views__max\": 3021881,\n            \"views__min\": 4,\n            \"views__std_deviation\": 69300.6229053373,\n            \"likes__sum\": 4113,\n            \"likes__avg\": 114.25,\n            \"avg_duration\": 18.73422267829656,\n            \"frequency\": 0.18624935864545922,\n            \"url\": \"https://www.youtube.com/channel/UCyfnN9YnGus3mwQGMoHvKdA\"\n        },\n        {\n            \"id\": \"702513\",\n            \"channel_name\": \"YOLO RORO\",\n            \"created_at\": \"2022-11-23T13:56:49.254479Z\",\n            \"countries\": \"[\\\"US\\\"]\",\n            \"description\": \"I love a good YouTube channel, but I'm not going to lie, this one is different. If you're looking for the latest in video games, or a new video every day, this may not be for you. But if you want to keep up with all the best new content online, this is the page for you. Subscribe and let me know what you think. I know, this sounds too good to be true. But watch the video and you'll see for yourself just how effective this channel is. You'll learn all about the incredible things this channel can do for anyone and everyone.\\n\",\n            \"reach\": 19200,\n            \"impression\": 128,\n            \"content_category\": 16,\n            \"language\": \"en\",\n            \"slug\": \"yolo-roro\",\n            \"outreach_email\": null,\n            \"social_links\": {\n                \"_other\": {\n                    \"Fresh Coffee\": \"https://roho-roasting-company.myshopify.com/\",\n                    \"Walmart-Save Money Live Better\": \"https://goto.walmart.com/c/3579223/565706/9383?veh=aff&sourceid=imp_000011112222333344&u=https%3A%2F%2Fwww.walmart.com\"\n                }\n            },\n            \"views_difference\": null,\n            \"back_catalog_views\": null,\n            \"engagement\": 0,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1932,\n            \"date__min\": \"2022-02-08\",\n            \"date__max\": \"2022-11-21\",\n            \"views__sum\": 14156546,\n            \"views__avg\": 7327.4047619047615,\n            \"views__max\": 2707370,\n            \"views__min\": 0,\n            \"views__std_deviation\": 96959.25750827318,\n            \"likes__sum\": 3280,\n            \"likes__avg\": 59.63636363636363,\n            \"avg_duration\": 81.70740548938375,\n            \"frequency\": 0.14803312629399587,\n            \"url\": \"https://www.youtube.com/channel/UCdypZ_6jfvtZyL_B-SJsZLA\"\n        },\n        {\n            \"id\": \"824642\",\n            \"channel_name\": \"Shane Valera\",\n            \"created_at\": \"2023-01-02T09:16:41.727055Z\",\n            \"countries\": \"[\\\"HK\\\"]\",\n            \"description\": \"#WORKOUT #EXERCISE #JOGGING #HIKING TRAIL #PAANGAT PROGRAM # UNLIMITED LAPAGAN #FREE SUBS&VIEWS #HELPING SMALL YOUTUBERS #SUPPORT YOUR PREMIERE #GUIDE SMALL YOUTUBERS #GIVE FREE WH #GAMES #RAFFLE #PINOY HENYO #HULAAN #COOKING #HOME REMEDY #TIPS TUTORIAL #HOW ADSENCE PIN #HOW TAX #SPONSORSHIP #SKIN CARE ROUTINE #ISLAND ADVENTURE AROUND IN HONGKONG #TRAVEL #RIDING BUSS #BOATING #TAXI #TRAIN #PLANTING VEGETABLES #FLOWERS DIFFERENT KINDS #TREES #SUPER FOODS #FREINDS BONDING #LIFESTYLE #ROUTINE #WORKING #OFW HONGKONG LIFE #DECORATIONS CHINESE #CHRISTMAS #RESTAURANT #SEA #SWIMMING #LIVESTREAMING EVERYDAY #FASHION SUMMER #WINTER ATTIRE #CATS FUNNY #DOGS CUTE TAKECARE #FISH TAKECARE #MASSAGE CHAIR #CLEANING HOME #BAKING BISCUITS #BREAD  #CAKE #JAMMING  #ANNIVERSARRY CELEBRATION #CHINESE FOOD #PARK #SEASIDE #EATING  FOOD #NIGHT  SHOW #CARTOONS SHOW #SHOPPING #MALL DIFFRENT PLACES #PINOY STORE #UKAY UKAY #GOODVIVES #VACCINE #RED POCKET #BIRTHDAY #FAMILIES REUNION #VACATION #HOUSE RAID #BAG #CARE\",\n            \"reach\": 19600,\n            \"impression\": 337,\n            \"content_category\": 17,\n            \"language\": \"en\",\n            \"slug\": \"shane-valera\",\n            \"outreach_email\": null,\n            \"social_links\": {},\n            \"views_difference\": 39785,\n            \"back_catalog_views\": 8154,\n            \"engagement\": 0.5184787075969777,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1848,\n            \"date__min\": \"2022-02-08\",\n            \"date__max\": \"2023-02-05\",\n            \"views__sum\": 1298157,\n            \"views__avg\": 702.4659090909091,\n            \"views__max\": 152934,\n            \"views__min\": 0,\n            \"views__std_deviation\": 4423.0907719820525,\n            \"likes__sum\": 971,\n            \"likes__avg\": 35.96296296296296,\n            \"avg_duration\": 1786.0538922155688,\n            \"frequency\": 0.1958874458874459,\n            \"url\": \"https://www.youtube.com/channel/UCNwab-bdOyGQVBvdJJ18T4Q\"\n        },\n        {\n            \"id\": \"901224\",\n            \"channel_name\": \"Dota 2 Scepter\",\n            \"created_at\": \"2023-01-26T10:04:59.453852Z\",\n            \"countries\": \"[\\\"US\\\"]\",\n            \"description\": \"★Hey there! Welcome To Dota 2 Scepter. It's all about Dota 2.\\n►We Uploading Both Full & Highlight Dota 2 videos with passion.\\n★Full Gameplay for you to learn pro strategies Such as Laning Phase, Last Hit, Map Awareness, When & How To Rotate, Item Build, Play Style and Many More.\\n★Highlight Gameplay for most of you who want to watch epic teamfight during the game from pro player perspective.\\n\\n★How I Edit My Videos ? 100% Unique And Original Contents:\\n1. Take replay from dotabuff.com or opendota.com\\n2. Analytics which gameplays are interesting.\\n3. Record in game client with Nvidia Shadowplay.\\n4. Edit with adobe premiere pro cc 2018 and thumbnail create with adobe photoshop cc 2018.\\n★We spent more than 15 hours everyday for uploading dota 2 videos with passion.\\n\\n►Valve - Dota 2 monetize video policy: https://store.steampowered.com/video_policy\\n\\n                          👊Need More Power👊\\n                            😇Subscribe Now😇\\n                                💖Let's Do It!💖\\n\",\n            \"reach\": 19500,\n            \"impression\": 3902,\n            \"content_category\": 16,\n            \"language\": \"en\",\n            \"slug\": \"dota-2-scepter\",\n            \"outreach_email\": null,\n            \"social_links\": {\n                \"twitter\": \"https://twitter.com/Dota2Scepter\",\n                \"youtube\": \"https://www.youtube.com/c/Dota2Scepters/?sub_confirmation=1\",\n                \"facebook\": \"https://www.facebook.com/profile.php?id=100087478244167\",\n                \"instagram\": \"https://www.instagram.com/dota2anti/\"\n            },\n            \"views_difference\": null,\n            \"back_catalog_views\": null,\n            \"engagement\": 0,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1742,\n            \"date__min\": \"2022-02-08\",\n            \"date__max\": \"2023-02-06\",\n            \"views__sum\": 8974301,\n            \"views__avg\": 5151.722732491389,\n            \"views__max\": 40570,\n            \"views__min\": 167,\n            \"views__std_deviation\": 3770.3825250543537,\n            \"likes__sum\": 6058,\n            \"likes__avg\": 55.07272727272727,\n            \"avg_duration\": 920.2037887485649,\n            \"frequency\": 0.20838117106773824,\n            \"url\": \"https://www.youtube.com/channel/UCW2Ew5V3I2z1jXvsZEkKtUQ\"\n        },\n        {\n            \"id\": \"447679\",\n            \"channel_name\": \"Ron Carter Bassist\",\n            \"created_at\": \"2022-01-18T08:03:55.054000Z\",\n            \"countries\": \"[\\\"US\\\"]\",\n            \"description\": \"Never-before-seen original Ron Carter clips, global interviews, bass clinics, performances and behind-the-scenes footage.  Building the complete Ron Carter canon of music as a leader and as a sideman.\\n\\nFollow Ron on \\nFacebook @roncartermusic\\nInstagram @roncarterbassist\\nWebsite www.roncarterbass.com and www.roncarterjazz.com\\n\\n#roncarterbassist #doublebass #roncarterbooks #roncarter #roncartermusic #jazzlegends #milesdavis #herbiehancock #wayneshorter #jazzgreats #planetelegance #roncarterbasslines #roncarterlibrary #roncarteruniverse\",\n            \"reach\": 20000,\n            \"impression\": null,\n            \"content_category\": 22,\n            \"language\": \"\",\n            \"slug\": \"ron-carter-bassist\",\n            \"outreach_email\": null,\n            \"social_links\": {\n                \"_other\": {\n                    \"My website\": \"https://www.roncarterjazz.com\"\n                },\n                \"twitch\": \"https://www.twitch.tv/roncarterbassist\",\n                \"spotify\": \"https://open.spotify.com/artist/4wnzivx3OQ3vjrySAdTdJP?si=-1cZaHVOQJys9FTzoy7jZQ&nd=1\",\n                \"facebook\": \"https://www.facebook.com/roncartermusic\",\n                \"instagram\": \"https://www.instagram.com/roncarterbassist\"\n            },\n            \"views_difference\": null,\n            \"back_catalog_views\": null,\n            \"engagement\": 0,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1688,\n            \"date__min\": \"2022-02-12\",\n            \"date__max\": \"2022-10-22\",\n            \"views__sum\": 96184,\n            \"views__avg\": 56.981042654028435,\n            \"views__max\": 27743,\n            \"views__min\": 0,\n            \"views__std_deviation\": 697.8885629691058,\n            \"likes__sum\": 5951,\n            \"likes__avg\": 6.879768786127167,\n            \"avg_duration\": 366.5781990521327,\n            \"frequency\": 0.14928909952606634,\n            \"url\": \"https://www.youtube.com/channel/UCqonShKcEA9ZPDs5HeuXN4g\"\n        },\n        {\n            \"id\": \"385299\",\n            \"channel_name\": \"Анапа Регион\",\n            \"created_at\": \"2021-12-30T18:20:31.402000Z\",\n            \"countries\": \"[\\\"RU\\\"]\",\n            \"description\": \"Актуальные новости из жизни курорта Анапа\",\n            \"reach\": 19800,\n            \"impression\": 305,\n            \"content_category\": 5,\n            \"language\": \"ru\",\n            \"slug\": \"anapa-region\",\n            \"outreach_email\": null,\n            \"social_links\": {\n                \"_other\": {\n                    \"Google+\": \"https://plus.google.com/u/0/100921265443727861515/posts\",\n                    \"anaparegion.ru\": \"http://anaparegion.ru/\",\n                    \"ВКонтакте\": \"http://vk.com/trk_anaparegion\",\n                    \"Официальная группа\": \"https://vk.com/trk_anaparegion\"\n                },\n                \"twitter\": \"https://twitter.com/anaparegion\",\n                \"facebook\": \"https://www.facebook.com/anaparegion.ru\",\n                \"instagram\": \"https://www.instagram.com/anaparegion.ru/\"\n            },\n            \"views_difference\": 74110,\n            \"back_catalog_views\": 32569,\n            \"engagement\": 1.0808598733781083,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1671,\n            \"date__min\": \"2022-02-08\",\n            \"date__max\": \"2023-02-06\",\n            \"views__sum\": 1081349,\n            \"views__avg\": 647.1268701376422,\n            \"views__max\": 103893,\n            \"views__min\": 0,\n            \"views__std_deviation\": 2968.2677044418538,\n            \"likes__sum\": 22809,\n            \"likes__avg\": 18.394354838709678,\n            \"avg_duration\": 262.3934131736527,\n            \"frequency\": 0.21723518850987433,\n            \"url\": \"https://www.youtube.com/channel/UCyx4qgrgVbswk458qAybrjw\"\n        },\n        {\n            \"id\": \"729215\",\n            \"channel_name\": \"Soccer Breakers FC\",\n            \"created_at\": \"2022-12-16T08:24:13.562945Z\",\n            \"countries\": \"[\\\"US\\\"]\",\n            \"description\": \"Soccer Breakers FC\\n\\nJoin our breaks on our website at:\\nhttps://soccerbreakersfc.com/\\n\\nOur Paypal is:  cseradj@hotmail.com \\n\",\n            \"reach\": 19600,\n            \"impression\": 186,\n            \"content_category\": 18,\n            \"language\": \"en\",\n            \"slug\": \"soccer-breakers-fc\",\n            \"outreach_email\": \"cseradj@hotmail.com\",\n            \"social_links\": {},\n            \"views_difference\": 53099,\n            \"back_catalog_views\": 14671,\n            \"engagement\": 0.1483293431872593,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1644,\n            \"date__min\": \"2022-02-09\",\n            \"date__max\": \"2023-02-06\",\n            \"views__sum\": 903210,\n            \"views__avg\": 549.3978102189781,\n            \"views__max\": 14777,\n            \"views__min\": 0,\n            \"views__std_deviation\": 1040.0750779540354,\n            \"likes__sum\": 848,\n            \"likes__avg\": 11.306666666666667,\n            \"avg_duration\": 6118.580012262416,\n            \"frequency\": 0.22019464720194648,\n            \"url\": \"https://www.youtube.com/channel/UCFLbe7OLu8v9taVDZxydqmQ\"\n        },\n        {\n            \"id\": \"904639\",\n            \"channel_name\": \"BLACK BUBBLE\",\n            \"created_at\": \"2023-01-27T15:34:35.824486Z\",\n            \"countries\": \"[\\\"EC\\\"]\",\n            \"description\": \"Este canal no monetiza ningún video, solo se comparte material con subtítulos al español.\\n\\nPuedes donar si gustas.\\n\\n👉 Paypal: https://www.paypal.com/paypalme/blackbubbleyt\\n👉 Ko-fi: https://ko-fi.com/blackbubbleyt\\n---\\n\\n© No Copyright infringement intended.\\n\\nThis video doesn't belong to us, we only take care of subtitling it into Spanish. All credits to its original creator.\\n\\nNon-profit use.\\n\\nCopyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.\\n\\n--\\n\\n© DERECHOS RESERVADOS AL AUTOR.\\n\",\n            \"reach\": 19800,\n            \"impression\": 134,\n            \"content_category\": 22,\n            \"language\": \"en\",\n            \"slug\": \"black-bubble\",\n            \"outreach_email\": null,\n            \"social_links\": {\n                \"tiktok\": \"https://www.tiktok.com/@blackbubble_yt\",\n                \"facebook\": \"https://www.facebook.com/natzuwg/\",\n                \"instagram\": \"https://www.instagram.com/williamf_g/\"\n            },\n            \"views_difference\": null,\n            \"back_catalog_views\": null,\n            \"engagement\": 0,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1612,\n            \"date__min\": \"2022-02-08\",\n            \"date__max\": \"2023-02-06\",\n            \"views__sum\": 675929,\n            \"views__avg\": 419.310794044665,\n            \"views__max\": 16933,\n            \"views__min\": 7,\n            \"views__std_deviation\": 1050.8146565826667,\n            \"likes__sum\": 1920,\n            \"likes__avg\": 32.54237288135593,\n            \"avg_duration\": 920.613523573201,\n            \"frequency\": 0.22518610421836227,\n            \"url\": \"https://www.youtube.com/channel/UCx5EHpR-oEq2w3kZ5A-k4qw\"\n        },\n        {\n            \"id\": \"849768\",\n            \"channel_name\": \"MusicaenPueblaTV CHUFAS\",\n            \"created_at\": \"2023-01-08T02:33:40.749634Z\",\n            \"countries\": \"[\\\"MX\\\"]\",\n            \"description\": \"LOS MEJORES BAILES EN PUEBLA ,LA MEJOR BIBLIOTECA DE LOS MEJORES GRUPOS DE PUEBLA Y ALREDEDORES ,  GRABACIONES DEL RECUERDOI INCLUYENDO LA FIESTA MAS GRANDE DEL MUNDO  TODOS GRABADOS  POR  EL FAMOSISIMO CHUFAS\",\n            \"reach\": 19700,\n            \"impression\": 89,\n            \"content_category\": 22,\n            \"language\": \"es\",\n            \"slug\": \"musicaenpueblatv-chufas\",\n            \"outreach_email\": null,\n            \"social_links\": {\n                \"youtube\": \"https://www.youtube.com/channel/UCl3ar_MTbYmPi7ikZ4k0_2Q?pbjreload=102\"\n            },\n            \"views_difference\": 65736,\n            \"back_catalog_views\": 55186,\n            \"engagement\": 0.21800947867298578,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1496,\n            \"date__min\": \"2022-02-08\",\n            \"date__max\": \"2023-02-02\",\n            \"views__sum\": 93042,\n            \"views__avg\": 62.19385026737968,\n            \"views__max\": 1474,\n            \"views__min\": 0,\n            \"views__std_deviation\": 95.85588204491468,\n            \"likes__sum\": 72,\n            \"likes__avg\": 2.1176470588235294,\n            \"avg_duration\": 245.9538770053476,\n            \"frequency\": 0.23997326203208555,\n            \"url\": \"https://www.youtube.com/channel/UCqnoCyFEeXdDNZMajwAOIRA\"\n        },\n        {\n            \"id\": \"466126\",\n            \"channel_name\": \"Frecuencia Informativa Michoacán\",\n            \"created_at\": \"2022-01-21T16:42:00.741000Z\",\n            \"countries\": \"[\\\"MX\\\"]\",\n            \"description\": \"Canal oficial de Youtube de Frecuencia Informativa.\\r\\nMorelia Michoacán.\\r\\n\\r\\nTendencias y Noticias.\",\n            \"reach\": 19800,\n            \"impression\": 24,\n            \"content_category\": 14,\n            \"language\": \"es\",\n            \"slug\": \"frecuencia-informativa-michoacan\",\n            \"outreach_email\": null,\n            \"social_links\": {\n                \"_other\": {\n                    \"jjrosales.com\": \"http://www.jjrosales.com/frecuencia/index.php\"\n                },\n                \"twitter\": \"https://twitter.com/juanjoserosales\",\n                \"facebook\": \"https://www.facebook.com/jjrosalesfil\"\n            },\n            \"views_difference\": 34186,\n            \"back_catalog_views\": 22756,\n            \"engagement\": 0.27996500437445315,\n            \"format\": [\n                \"4\"\n            ],\n            \"doc_count\": 1360,\n            \"date__min\": \"2022-02-28\",\n            \"date__max\": \"2023-02-03\",\n            \"views__sum\": 99676,\n            \"views__avg\": 73.29117647058824,\n            \"views__max\": 7007,\n            \"views__min\": 1,\n            \"views__std_deviation\": 284.9631486677109,\n            \"likes__sum\": 326,\n            \"likes__avg\": 2.2176870748299318,\n            \"avg_duration\": 149.39558823529413,\n            \"frequency\": 0.25,\n            \"url\": \"https://www.youtube.com/channel/UCYPIRLpIBc8bUWjiroKLEYQ\"\n        }\n    ],\n    \"channelCount\": 2500,\n    \"pages\": 250,\n    \"page\": 3\n}"}],"_postman_id":"74bdf4e2-4615-4759-a736-c06db7e01ce5"},{"name":"Views Prediction [OUTDATED]","id":"438757a8-6e86-4662-8c0d-61e29b617374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"secret","type":"text"}],"url":"https://data.thoughtleaders.io/views-prediction?dates=2023-01-01,2023-12-31&channel=UCX6OQ3DkcsbYNE6H8uQQuVA","description":"<p>Predicts video views for a given time range.</p>\n<p>There are two options of selecting videos:</p>\n<ul>\n<li>Explicitly as a list of IDs - parameter <code>videos</code>.</li>\n<li>Indirectly using a channel ID - parameter <code>channel</code>. In this case, prediction will be made for all videos with enough data published by the given channel.</li>\n</ul>\n<p>Parameters <code>videos</code> and <code>channel</code> can not be used together.</p>\n","urlObject":{"path":["views-prediction"],"host":["https://data.thoughtleaders.io"],"query":[{"description":{"content":"<p>List of dates to predict views at (YYYY-MM-DD[,YYYY-MM-DD,...])</p>\n","type":"text/plain"},"key":"dates","value":"2023-01-01,2023-12-31"},{"disabled":true,"description":{"content":"<p>Comma-separated list of video IDs</p>\n","type":"text/plain"},"key":"videos","value":"h5NvTTOlOtI,xf2DPY3vGto"},{"description":{"content":"<p>Channel ID</p>\n","type":"text/plain"},"key":"channel","value":"UCX6OQ3DkcsbYNE6H8uQQuVA"},{"disabled":true,"description":{"content":"<p>longform|short for filtering or empty to get all videos. Can not be used together with the videos parameter. Optional.</p>\n","type":"text/plain"},"key":"video_type","value":"longform"},{"disabled":true,"description":{"content":"<p>Number of days between future videos. Optional for overriding automatically calculated value. [float]</p>\n","type":"text/plain"},"key":"publication_period","value":"10"},{"disabled":true,"description":{"content":"<p>Overloading the meaning of \"today\". Let's pretend we travel back to a given date in the past.</p>\n","type":"text/plain"},"key":"predict_since","value":"2022-12-31"},{"disabled":true,"description":{"content":"<p>Time interval used to create a channel model, ie. context length. Number of days (no suffix), months (suffix 'm') or years ('y'). Default = '2y'.</p>\n","type":"text/plain"},"key":"model_range","value":"90"}],"variable":[]}},"response":[{"id":"21a8f264-81ba-42c5-ab59-f424da5c28e9","name":"Arbitrary videos","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"secret","type":"text"}],"url":{"raw":"https://data.thoughtleaders.io/views-prediction?dates=2023-01-01,2023-12-31&videos=h5NvTTOlOtI,fake_id,xf2DPY3vGto","protocol":"https","host":["data","thoughtleaders","io"],"path":["views-prediction"],"query":[{"key":"dates","value":"2023-01-01,2023-12-31"},{"key":"videos","value":"h5NvTTOlOtI,fake_id,xf2DPY3vGto"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"videos\": [\n    {\n      \"id\": \"xf2DPY3vGto\",\n      \"predictions\": {\n        \"2023-01-01\": 6436448,\n        \"2023-12-31\": 8551477\n      },\n      \"title\": \"Android vs iPhone - Which is ACTUALLY Better? (ft MKBHD)\",\n      \"latest_views\": 6936572,\n      \"publication_date\": \"2022-06-16\"\n    },\n    {\n      \"id\": \"h5NvTTOlOtI\",\n      \"predictions\": {\n        \"2023-01-01\": 81602077,\n        \"2023-12-31\": 303342721\n      },\n      \"title\": \"Hydraulic Press Vs Lamborghini\",\n      \"latest_views\": 146743032,\n      \"publication_date\": \"2022-12-10\"\n    }\n  ],\n  \"errors\": {\n    \"fake_id\": \"unknown\"\n  },\n  \"total_views\": 223855673,\n  \"predict_since\": \"2023-04-18\",\n  \"model_since\": \"2021-04-18\"\n}"},{"id":"bdf09ea8-0854-4e21-9f24-cadfb3aba2da","name":"Single channel","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"secret","type":"text"}],"url":{"raw":"https://data.thoughtleaders.io/views-prediction?dates=2023-01-01,2023-12-31&channel=UCX6OQ3DkcsbYNE6H8uQQuVA","protocol":"https","host":["data","thoughtleaders","io"],"path":["views-prediction"],"query":[{"key":"dates","value":"2023-01-01,2023-12-31"},{"key":"channel","value":"UCX6OQ3DkcsbYNE6H8uQQuVA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"videos\": [\n    {\n      \"id\": \"oD155zWANQg\",\n      \"predictions\": {\n        \"2023-01-01\": 59267057,\n        \"2023-12-31\": 84122344\n      },\n      \"title\": \"Get This Random Person 1,000,000 Subscribers\",\n      \"latest_views\": 67104617,\n      \"publication_date\": \"2020-09-05\"\n    },\n    {\n      \"id\": \"TQHEJj68Jew\",\n      \"predictions\": {\n        \"2023-01-01\": 131847804,\n        \"2023-12-31\": 184340165\n      },\n      \"title\": \"I Got Hunted By A Real Bounty Hunter\",\n      \"latest_views\": 146701412,\n      \"publication_date\": \"2021-04-24\"\n    },\n    {\n      \"id\": \"__future-#1\",\n      \"predictions\": {\n        \"2023-01-01\": 0,\n        \"2023-12-31\": 133646510\n      },\n      \"title\": \"Future content\",\n      \"latest_views\": 0,\n      \"publication_date\": \"2023-05-03\"\n    }\n  ],\n  \"total_views\": 210994158,\n  \"predict_since\": \"2023-04-18\",\n  \"model_since\": \"2021-04-18\",\n  \"publication_period_used\": 17.166666666666668,\n  \"publication_period_computed\": 17.166666666666668\n}"}],"_postman_id":"438757a8-6e86-4662-8c0d-61e29b617374"},{"name":"Channel Total Views History [OUTDATED]","id":"becc5cfa-7566-471f-8374-78b6d4a9d1c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"abcd1234","type":"text"}],"url":"https://data.thoughtleaders.io/channel-total-views?start_date=2023-01-01&end_date=2023-06-01&granularity=monthly&channel_name=MrBeast&external_channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA","urlObject":{"path":["channel-total-views"],"host":["https://data.thoughtleaders.io"],"query":[{"description":{"content":"<p>Start date in YYYY-MM-DD format. Default is 90 days ago.</p>\n","type":"text/plain"},"key":"start_date","value":"2023-01-01"},{"description":{"content":"<p>End date in YYYY-MM-DD format. Default is today.</p>\n","type":"text/plain"},"key":"end_date","value":"2023-06-01"},{"description":{"content":"<p>Options are daily, weekly, monthly. Default is monthly.</p>\n","type":"text/plain"},"key":"granularity","value":"monthly"},{"description":{"content":"<p>Must enter either channel_name or external_channel_id</p>\n","type":"text/plain"},"key":"channel_name","value":"MrBeast"},{"description":{"content":"<p>Must enter either channel_name or external_channel_id</p>\n","type":"text/plain"},"key":"external_channel_id","value":"UCX6OQ3DkcsbYNE6H8uQQuVA"}],"variable":[]}},"response":[{"id":"4aa2051a-4ce2-4b1b-9018-daf461aa4688","name":"Channel Total Views History","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"eND7BusmDT71NwhMfuY0p2gt6RG0Pl5O4SwIkIdx","type":"text"}],"url":{"raw":"https://data.thoughtleaders.io/channel-total-views?start_date=2023-01-01&end_date=2023-06-01&granularity=monthly&channel_name=MrBeast&external_channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA","protocol":"https","host":["data","thoughtleaders","io"],"path":["channel-total-views"],"query":[{"key":"start_date","value":"2023-01-01","description":"Start date in YYYY-MM-DD format"},{"key":"end_date","value":"2023-06-01","description":"End date in YYYY-MM-DD format"},{"key":"granularity","value":"monthly","description":"Options are daily, weekly, monthly"},{"key":"channel_name","value":"MrBeast","description":"Must enter either channel_name or external_channel_id"},{"key":"external_channel_id","value":"UCX6OQ3DkcsbYNE6H8uQQuVA","description":"Must enter either channel_name or external_channel_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jun 2023 07:42:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"786"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"749c9896-f74b-4dd2-b332-3142eec7d93b"},{"key":"x-amz-apigw-id","value":"GjMTqHwSIAMFvNg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648ac0e3-34e3657420dfb11800991562"}],"cookie":[],"responseTime":null,"body":"{\n    \"chart\": [\n        {\n            \"total_shorts_views\": 2010623968,\n            \"total_longform_views\": 20031935867,\n            \"total_views\": 22042559835,\n            \"start_date\": \"2023-01-01\",\n            \"end_date\": \"2023-02-01\"\n        },\n        {\n            \"total_shorts_views\": 2248850463,\n            \"total_longform_views\": 20792087801,\n            \"total_views\": 23040938264,\n            \"start_date\": \"2023-02-01\",\n            \"end_date\": \"2023-03-01\"\n        },\n        {\n            \"total_shorts_views\": 2504395177,\n            \"total_longform_views\": 21478744058,\n            \"total_views\": 23983139235,\n            \"start_date\": \"2023-03-01\",\n            \"end_date\": \"2023-04-01\"\n        },\n        {\n            \"total_shorts_views\": 3051051311,\n            \"total_longform_views\": 22278320645,\n            \"total_views\": 25329371956,\n            \"start_date\": \"2023-04-01\",\n            \"end_date\": \"2023-05-01\"\n        },\n        {\n            \"total_shorts_views\": 3541432365,\n            \"total_longform_views\": 22932111877,\n            \"total_views\": 26473544242,\n            \"start_date\": \"2023-05-01\",\n            \"end_date\": \"2023-06-01\"\n        }\n    ]\n}"}],"_postman_id":"becc5cfa-7566-471f-8374-78b6d4a9d1c1"}],"event":[{"listen":"prerequest","script":{"id":"8ac96111-0239-4b53-adc9-1b4a5fb6d3a7","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"aa38ad2e-e312-47fd-a84f-90ef50141eb7","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseURL","value":"https://data.thoughtleaders.io","type":"default"},{"key":"exampleApiKey","value":"1234:abcd","type":"string"}]}