Talkwalker Streaming API

Real-time streaming API (v3) for monitoring keyword-based streams and project or topic-level data feeds. Charged at 1 credit per streamed result with no per-call minimum.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/streaming-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

talkwalker-streaming-openapi.yml Raw ↑
# Refined from the Talkwalker-published OpenAPI at
# https://developer.talkwalker.com/talkwalker-api.yaml (harvested 2026-08-13)
# Split by tag group; operations carried verbatim. Verbatim source: openapi/_original/talkwalker-openapi.yaml
openapi: 3.0.0
info:
  title: Talkwalker Streaming API
  description: Talkwalker Advanced API
  version: 0.0.1
  contact:
    email: client-api@talkwalker.com
    name: Client-API
externalDocs:
  description: Find more info here or there
  url: https://apidocs.talkwalker.com/
servers:
- description: Production environment server
  url: https://api.talkwalker.com
security:
- apikeyAuth: []
tags:
- name: Streaming API > Collector API
- name: Streaming API > Task API
- name: Streaming API
paths:
  /api/v3/stream/c/{collector_id}:
    delete:
      parameters:
      - example: collector_1
        in: path
        name: collector_id
        required: true
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              example:
                request: DELETE /api/v3/stream/c/collector_1?access_token=abcd-1234-abcd
                request_id: '#r8ugw4txyxsa#'
                result_stream:
                  collectors:
                  - collector_id: collector_1
                    state: DELETED
                status_code: '0'
                status_message: OK
              schema:
                type: object
          description: OK
      summary: Delete a collector
      tags:
      - Streaming API > Collector API
    get:
      parameters:
      - example: collector_1
        in: path
        name: collector_id
        required: true
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              example:
                request: GET /api/v3/stream/c/collector_1?access_token=abcd-1234-abcd
                request_id: '#r8ui6xvte1ey#'
                result_stream:
                  collectors:
                  - collector_id: collector_1
                    collector_query:
                      queries:
                      - id: rule_1
                        query: cats and dogs
                    creation_date: '2022-03-16T16:02:12.620Z'
                    state: ACTIVE
                status_code: '0'
                status_message: OK
              schema:
                type: object
          description: OK
      summary: Get collector definition
      tags:
      - Streaming API > Collector API
    put:
      parameters:
      - example: collector_1
        in: path
        name: collector_id
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              example:
                collector_query:
                  filters:
                  - kprzjv1n_1234abcd
                  project_topics:
                    project: 1234-abcd-1234
                    topics:
                    - kpnutesu_1234abcd
                  queries:
                  - id: rule_1
                    query: cats and dogs
              type: object
      responses:
        '200':
          content:
            application/json:
              example:
                request: PUT /api/v3/stream/c/collector_1?access_token=abcd-1234-abcd
                request_id: '#r8uhppr07ycm#'
                result_stream:
                  collectors:
                  - collector_id: collector_1
                    state: ACTIVE
                status_code: '0'
                status_message: OK
              schema:
                type: object
          description: OK
      summary: Create or replace a collector
      tags:
      - Streaming API > Collector API
  /api/v3/stream/c/{collector_id}/pause:
    post:
      parameters:
      - example: collector_1
        in: path
        name: collector_id
        required: true
        schema:
          type: string
      requestBody:
        content: {}
      responses:
        '200':
          content:
            application/json:
              example:
                request: POST /api/v3/stream/c/collector_1/pause?access_token=abcd_1234_abcd
                request_id: '#r8uhy1exlqc6#'
                result_stream:
                  collectors:
                  - collector_id: collector_1
                    state: PAUSED
                status_code: '0'
                status_message: OK
              schema:
                type: object
          description: OK
      summary: Pause a collector
      tags:
      - Streaming API > Collector API
  /api/v3/stream/c/{collector_id}/results:
    get:
      parameters:
      - description: 'position to resume the data access from. Can be retrieved from control chunks.

          Allowed values: earliest, latest or the resume_token from control_chunk.

          Default value: earliest'
        example: earliest
        in: query
        name: resume_offset
        schema:
          type: string
      - description: 'what to do when we reached the most recent result.

          Allowed values: stop or wait.

          Default value: wait.'
        example: stop
        in: query
        name: end_behaviour
        schema:
          type: string
      - example: collector_1
        in: path
        name: collector_id
        required: true
        schema:
          type: string
      responses:
        '200':
          content:
            text/plain:
              example: "{\n    \"chunk_type\": \"CT_CONTROL\",\n    \"chunk_control\": {\n        \"connection_id\": \"#r8vnr4egi39d#\"\
                ,\n        \"resume_offset\": \"earliest\",\n        \"collector_id\": \"collector_1\"\n    }\n}\n{\n    \"\
                chunk_type\": \"CT_RESULT\",\n    \"chunk_result\": {\n        \"data\": {\n            \"data\": {\n    \
                \            \"url\": \"https://onespoiledcat.wordpress.com/2022/03/17/thankful-and-poetic-thursday-179/\"\
                ,\n                \"indexed\": 1647500573849,\n                \"search_indexed\": 1647500608486,\n     \
                \           \"published\": 1647500401000,\n                \"title\": \"Thankful and Poetic Thursday\",\n\
                \                \"content\": \"Happy Thursday and Happy St. Patrick’s Day. Shall we be THANKFUL together?\
                \ Sure we shall…………….if you wanna add your blog to the HOP, just click Brian’s badge and link up with us.\\\
                n\\nVery thankful that Brian’s Dad is feeling better after his emergency appendectomy. I’m sure the kitties\
                \ are taking good care of him. I will be VERY HAPPY when one day I can say I’m THANKFUL that the Ukrainian\
                \ people are no longer in the middle of a hideous war………..I guess I have to wait for that to happen first\
                \ to be thankful but we ALL will be thankful then.\\n\\nAlso thankful that Angel Sammy sent me his poetic\
                \ challenge message – I’ll share it with you below!\\n\\n♥♥♥\\n\\nHi Thursday Poem Friends!\\n\\nI always\
                \ look forward to Thursdays so I can spend a little time sharing poetry with you. Remember, you don’t have\
                \ to be a fabulous writer to write a poem…..you just have to write it down and be proud of it! LOL I think\
                \ writing a poem about something you are looking at (in our case a photo) is EASIER than just plucking words\
                \ out of the air with nothing particular in mind. This way you can look at the photo and you will automatically\
                \ start thinking of an idea which automatically leads you to words which automatically becomes a poem – in\
                \ ANY form (and there are lots of poetic forms!).\\n\\nSo here’s last week’s photo that I gave you a WEEK\
                \ to write a poem about – followed by my poem:\\n\\n“Escape Hatch”\\n\\nPoem by Angel Sammy Kimmell ©March\
                \ 16, 2022\\n\\n“Little guy I do believe your big puppy you should thank\\n\\nCuz if you made it through that\
                \ door you’d probably get a spank!\\n\\nRover knows that door is for him when he needs to go out to potty\\\
                n\\nSomething tells me if you’re joining him, Mom would say you’re naughty!\\n\\nBut I really must admit in\
                \ spite of it all you two look extremely cute\\n\\nJust promise us you won’t try that trick on the upstairs\
                \ laundry chute!?”\\n\\nAhhh…..boys will be boys and those little doors are just too darn tempting not to\
                \ at least TRY to wiggle through and head out on an adventure. Especially if we see our dogs or cats using\
                \ their “doors in the door” to go outside. It’s just TOO tempting!\\n\\nIf you wrote a poem about the photo\
                \ above – please share the link to your blog or poem in our COMMENTS so we can read and enjoy it!\\n\\nNow\
                \ for next week’s poetic challenge photo…………….try this one on for size:\\n\\nI realized today that I tend\
                \ to use a lot of photos with kids in them…..well, kids are cute and they do some pretty funny things so that’s\
                \ my excuse! This one I just love the look on her face as she glides along.\\n\\nSo I’ll see you next Thursday\
                \ and we’ll share out poems about this photo OK? OK! It’s a date!\\n\\nYes I just happen to have my St. Patrick’s\
                \ green beret on!\\n\\nLove and light, Angel Sammy O’Kimmell\\n\\n♥♣♥\\n\\nGood poem Angel Sammy – I loved\
                \ it………………….Happy St. Patrick’s Day………….I bet you all are having a party at the Bridge………wish I could be with\
                \ you!\\n\\nLove, Teddy\",\n                \"root_url\": \"https://onespoiledcat.wordpress.com/\",\n    \
                \            \"domain_url\": \"http://wordpress.com/\",\n                \"host_url\": \"http://onespoiledcat.wordpress.com/\"\
                ,\n                \"parent_url\": \"https://onespoiledcat.wordpress.com/2022/03/17/thankful-and-poetic-thursday-179/\"\
                ,\n                \"lang\": \"en\",\n                \"porn_level\": 0,\n                \"fluency_level\"\
                : 100,\n                \"sentiment\": 5,\n                \"source_type\": [\n                    \"BLOG\"\
                ,\n                    \"BLOG_OTHER\"\n                ],\n                \"post_type\": [\n            \
                \        \"TEXT\"\n                ],\n                \"tokens_title\": [\n                    \"and Poetic\
                \ Thursday\",\n                    \"Poetic Thursday\",\n                    \"Poetic Thursday\",\n      \
                \              \"and Poetic\",\n                    \"Thankful\",\n                    \"Thankful\",\n   \
                \                 \"Poetic\",\n                    \"Poetic\"\n                ],\n                \"tokens_content\"\
                : [\n                    \"Angel Sammy Kimmell\",\n                    \"Thursday Poem Friends\",\n      \
                \              \"Angel Sammy\",\n                    \"Angel Sammy\",\n                    \"Angel Sammy\"\
                ,\n                    \"Sammy Kimmell\",\n                    \"Happy Thursday\",\n                    \"\
                Escape Hatch\",\n                    \"Thursday Poem\",\n                    \"Poem Friends\"\n          \
                \      ],\n                \"images\": [\n                    {\n                        \"url\": \"https://onespoiledcat.files.wordpress.com/2022/03/photopoemmarch17-2022.jpg\"\
                ,\n                        \"width\": 735,\n                        \"height\": 365\n                    }\n\
                \                ],\n                \"tags_internal\": [\n                    \"hasImage\",\n           \
                \         \"isQuestion\",\n                    \"containsImage\"\n                ],\n                \"source_extended_attributes\"\
                : {\n                    \"alexa_pageviews\": 0,\n                    \"alexa_unique_visitors\": 0\n     \
                \           },\n                \"extra_author_attributes\": {\n                    \"id\": \"ex:onespoiledcat.wordpress.com-1922553720\"\
                ,\n                    \"name\": \"onespoiledcat\",\n                    \"gender\": \"UNKNOWN\"\n       \
                \         },\n                \"extra_source_attributes\": {\n                    \"world_data\": {\n    \
                \                    \"continent\": \"North America\",\n                        \"country\": \"United States\"\
                ,\n                        \"region\": \"Washington, D.C.\",\n                        \"city\": \"Washington,\
                \ D.C.\",\n                        \"longitude\": -77.0086669921875,\n                        \"latitude\"\
                : 38.89984130859375,\n                        \"country_code\": \"us\",\n                        \"resolution\"\
                : \"COUNTRY\"\n                    },\n                    \"id\": \"ex:onespoiledcat.wordpress.com\",\n \
                \                   \"name\": \"onespoiledcat.wordpress.com\"\n                },\n                \"entity_url\"\
                : [\n                    {\n                        \"url\": \"https://onespoiledcat.files.wordpress.com/2022/03/teddystpats.jpg?w=652&h=489\"\
                \n                    },\n                    {\n                        \"url\": \"http://brianshomeblog.com\"\
                \n                    },\n                    {\n                        \"url\": \"https://onespoiledcat.files.wordpress.com/2016/11/thankfulthursdaybadge.png?w=300&h=300\"\
                \n                    },\n                    {\n                        \"url\": \"https://onespoiledcat.files.wordpress.com/2022/03/photopoemmarch17-2022.jpg?w=652&h=324\"\
                \n                    }\n                ],\n                \"matched\": {\n                    \"appearance\"\
                : \"NEW\"\n                },\n                \"word_count\": 547\n            },\n            \"highlighted_data\"\
                : [\n                {\n                    \"title_snippet\": \"Thankful and Poetic Thursday\",\n       \
                \             \"content_snippet\": \"boys will be boys and those little doors are just too darn tempting not\
                \ to at least TRY to wiggle through <b>and</b> head out on an adventure. Especially if we see our <b>dogs</b>\
                \ or <b>cats</b> using their “doors in the door” to go outside. It’s just TOO tempting!\\n\\nIf...\",\n  \
                \                  \"matched\": {\n                        \"collector_query_ids\": [\n                  \
                \          \"rule_1\"\n                        ]\n                    }\n                }\n            ]\n\
                \        }\n    }\n}\n{\n    \"chunk_type\": \"CT_RESULT\",\n    \"chunk_result\": {\n        \"data\": {\n\
                \            \"data\": {\n                \"url\": \"https://onespoiledcat.wordpress.com/2022/03/17/thankful-and-poetic-thursday-179/\"\
                ,\n                \"indexed\": 1647500573849,\n                \"search_indexed\": 1647500593803,\n     \
                \           \"published\": 1647500401000,\n                \"title\": \"Thankful and Poetic Thursday\",\n\
                \                \"content\": \"Happy Thursday and Happy St. Patrick’s Day. Shall we be THANKFUL together?\
                \ Sure we shall…………….if you wanna add your blog to the HOP, just click Brian’s badge and link up with us.\\\
                n\\nVery thankful that Brian’s Dad is feeling better after his emergency appendectomy. I’m sure the kitties\
                \ are taking good care of him. I will be VERY HAPPY when one day I can say I’m THANKFUL that the Ukrainian\
                \ people are no longer in the middle of a hideous war………..I guess I have to wait for that to happen first\
                \ to be thankful but we ALL will be thankful then.\\n\\nAlso thankful that Angel Sammy sent me his poetic\
                \ challenge message – I’ll share it with you below!\\n\\n♥♥♥\\n\\nHi Thursday Poem Friends!\\n\\nI always\
                \ look forward to Thursdays so I can spend a little time sharing poetry with you. Remember, you don’t have\
                \ to be a fabulous writer to write a poem…..you just have to write it down and be proud of it! LOL I think\
                \ writing a poem about something you are looking at (in our case a photo) is EASIER than just plucking words\
                \ out of the air with nothing particular in mind. This way you can look at the photo and you will automatically\
                \ start thinking of an idea which automatically leads you to words which automatically becomes a poem – in\
                \ ANY form (and there are lots of poetic forms!).\\n\\nSo here’s last week’s photo that I gave you a WEEK\
                \ to write a poem about – followed by my poem:\\n\\n“Escape Hatch”\\n\\nPoem by Angel Sammy Kimmell ©March\
                \ 16, 2022\\n\\n“Little guy I do believe your big puppy you should thank\\n\\nCuz if you made it through that\
                \ door you’d probably get a spank!\\n\\nRover knows that door is for him when he needs to go out to potty\\\
                n\\nSomething tells me if you’re joining him, Mom would say you’re naughty!\\n\\nBut I really must admit in\
                \ spite of it all you two look extremely cute\\n\\nJust promise us you won’t try that trick on the upstairs\
                \ laundry chute!?”\\n\\nAhhh…..boys will be boys and those little doors are just too darn tempting not to\
                \ at least TRY to wiggle through and head out on an adventure. Especially if we see our dogs or cats using\
                \ their “doors in the door” to go outside. It’s just TOO tempting!\\n\\nIf you wrote a poem about the photo\
                \ above – please share the link to your blog or poem in our COMMENTS so we can read and enjoy it!\\n\\nNow\
                \ for next week’s poetic challenge photo…………….try this one on for size:\\n\\nI realized today that I tend\
                \ to use a lot of photos with kids in them…..well, kids are cute and they do some pretty funny things so that’s\
                \ my excuse! This one I just love the look on her face as she glides along.\\n\\nSo I’ll see you next Thursday\
                \ and we’ll share out poems about this photo OK? OK! It’s a date!\\n\\nYes I just happen to have my St. Patrick’s\
                \ green beret on!\\n\\nLove and light, Angel Sammy O’Kimmell\\n\\n♥♣♥\\n\\nGood poem Angel Sammy – I loved\
                \ it………………….Happy St. Patrick’s Day………….I bet you all are having a party at the Bridge………wish I could be with\
                \ you!\\n\\nLove, Teddy\",\n                \"root_url\": \"https://onespoiledcat.wordpress.com/\",\n    \
                \            \"domain_url\": \"http://wordpress.com/\",\n                \"host_url\": \"http://onespoiledcat.wordpress.com/\"\
                ,\n                \"parent_url\": \"https://onespoiledcat.wordpress.com/2022/03/17/thankful-and-poetic-thursday-179/\"\
                ,\n                \"lang\": \"en\",\n                \"porn_level\": 0,\n                \"fluency_level\"\
                : 100,\n                \"DEPRECATED_spam_level\": 0,\n                \"sentiment\": 5,\n               \
                \ \"source_type\": [\n                    \"BLOG\",\n                    \"BLOG_OTHER\"\n                ],\n\
                \                \"post_type\": [\n                    \"TEXT\"\n                ],\n                \"tokens_title\"\
                : [\n                    \"and Poetic Thursday\",\n                    \"Poetic Thursday\",\n            \
                \        \"Poetic Thursday\",\n                    \"and Poetic\",\n                    \"Thankful\",\n  \
                \                  \"Thankful\",\n                    \"Poetic\",\n                    \"Poetic\"\n      \
                \          ],\n                \"tokens_content\": [\n                    \"Angel Sammy Kimmell\",\n     \
                \               \"Thursday Poem Friends\",\n                    \"Angel Sammy\",\n                    \"Angel\
                \ Sammy\",\n                    \"Angel Sammy\",\n                    \"Sammy Kimmell\",\n               \
                \     \"Happy Thursday\",\n                    \"Escape Hatch\",\n                    \"Thursday Poem\",\n\
                \                    \"Poem Friends\"\n                ],\n                \"images\": [\n               \
                \     {\n                        \"url\": \"https://onespoiledcat.files.wordpress.com/2022/03/photopoemmarch17-2022.jpg\"\
                \n                    }\n                ],\n                \"tags_internal\": [\n                    \"\
                containsImage\",\n                    \"hasImage\",\n                    \"isQuestion\"\n                ],\n\
                \                \"source_extended_attributes\": {\n                    \"alexa_pageviews\": 0,\n        \
                \            \"alexa_unique_visitors\": 0\n                },\n                \"extra_author_attributes\"\
                : {\n                    \"id\": \"ex:onespoiledcat.wordpress.com-1922553720\",\n                    \"name\"\
                : \"onespoiledcat\",\n                    \"gender\": \"UNKNOWN\"\n                },\n                \"\
                extra_source_attributes\": {\n                    \"world_data\": {\n                        \"continent\"\
                : \"North America\",\n                        \"country\": \"United States\",\n                        \"\
                region\": \"Washington, D.C.\",\n                        \"city\": \"Washington, D.C.\",\n               \
                \         \"longitude\": -77.0086669921875,\n                        \"latitude\": 38.89984130859375,\n  \
                \                      \"country_code\": \"us\",\n                        \"resolution\": \"COUNTRY\"\n  \
                \                  },\n                    \"id\": \"ex:onespoiledcat.wordpress.com\",\n                 \
                \   \"name\": \"onespoiledcat.wordpress.com\"\n                },\n                \"engagement\": 0,\n  \
                \              \"reach\": 0,\n                \"entity_url\": [\n                    {\n                 \
                \       \"url\": \"https://onespoiledcat.files.wordpress.com/2022/03/teddystpats.jpg?w=652&h=489\"\n     \
                \               },\n                    {\n                        \"url\": \"http://brianshomeblog.com\"\
                ,\n                        \"resolved_url\": \"https://brianshomeblog.com/\"\n                    },\n   \
                \                 {\n                        \"url\": \"https://onespoiledcat.files.wordpress.com/2016/11/thankfulthursdaybadge.png?w=300&h=300\"\
                \n                    },\n                    {\n                        \"url\": \"https://onespoiledcat.files.wordpress.com/2022/03/photopoemmarch17-2022.jpg?w=652&h=324\"\
                \n                    }\n                ],\n                \"matched\": {\n                    \"appearance\"\
                : \"UPDATED\"\n                },\n                \"word_count\": 547\n            },\n            \"highlighted_data\"\
                : [\n                {\n                    \"title_snippet\": \"Thankful and Poetic Thursday\",\n       \
                \             \"content_snippet\": \"boys will be boys and those little doors are just too darn tempting not\
                \ to at least TRY to wiggle through <b>and</b> head out on an adventure. Especially if we see our <b>dogs</b>\
                \ or <b>cats</b> using their “doors in the door” to go outside. It’s just TOO tempting!\\n\\nIf...\",\n  \
                \                  \"matched\": {\n                        \"collector_query_ids\": [\n                  \
                \          \"rule_1\"\n                        ]\n                    }\n                }\n            ]\n\
                \        }\n    }\n}\n{\n    \"chunk_type\": \"CT_CONTROL\",\n    \"chunk_control\": {\n        \"connection_id\"\
                : \"#r8vnr4egi39d#\",\n        \"resume_offset\": \"EgXEit2qAQ\",\n        \"collector_id\": \"collector_1\"\
                \n    }\n}\n{\n    \"chunk_type\": \"CT_RESULT\",\n    \"chunk_result\": {\n        \"data\": {\n        \
                \    \"data\": {\n                \"url\": \"http://www.reddit.com/r/Kikpals/comments/tg48si/31m4r_bored_and_lonely/\"\
                ,\n                \"indexed\": 1647500640712,\n                \"search_indexed\": 1647500667640,\n     \
                \           \"published\": 1647500596000,\n                \"title\": \"31[M4R] bored and lonely\",\n    \
                \            \"content\": \"Hi there. I’m bored and lonely and am looking for someone to chat with. Hopefully\
                \ it becomes a long term friendship. I’m 31, work full-time, married but unhappy, have 2 dogs, several cats,\
                \ and 2 stepkids. I like to read, hunt, fish, swim, camp, cook, and play the occasional video game\",\n  \
                \              \"root_url\": \"http://www.reddit.com/r/Kikpals\",\n                \"domain_url\": \"http://reddit.com/\"\
                ,\n                \"host_url\": \"http://www.reddit.com/\",\n                \"parent_url\": \"http://www.reddit.com/selfpost\"\
                ,\n                \"lang\": \"en\",\n                \"porn_level\": 12,\n                \"fluency_level\"\
                : 93,\n                \"sentiment\": 0,\n                \"source_type\": [\n                    \"MESSAGEBOARD\"\
                ,\n                    \"MESSAGEBOARD_OTHER\"\n                ],\n                \"post_type\": [\n    \
                \                \"TEXT\"\n                ],\n                \"tokens_title\": [\n                    \"\
                and lonely\",\n                    \"lonely\",\n                    \"bored\"\n                ],\n      \
                \          \"source_extended_attributes\": {\n                    \"alexa_pageviews\": 2206000000,\n     \
                \               \"alexa_unique_visitors\": 459583328\n                },\n                \"extra_author_attributes\"\
                : {\n                    \"id\": \"ex:www.reddit.com-814579566\",\n                    \"name\": \"lhsbass91\"\
                ,\n                    \"gender\": \"UNKNOWN\"\n                },\n                \"extra_source_attributes\"\
                : {\n                    \"world_data\": {\n                        \"continent\": \"North America\",\n  \
                \                      \"country\": \"United States\",\n                        \"region\": \"Washington,\
                \ D.C.\",\n                        \"city\": \"Washington, D.C.\",\n                        \"longitude\"\
                : -77.0086669921875,\n                        \"latitude\": 38.89984130859375,\n                        \"\
                country_code\": \"us\",\n                        \"resolution\": \"COUNTRY\"\n                    },\n   \
                \                 \"id\": \"re:t5_2vnle\",\n                    \"name\": \"Kikpals\",\n                 \
                \   \"url\": \"http://www.reddit.com/r/Kikpals\"\n                },\n                \"matched\": {\n   \
                \                 \"appearance\": \"NEW\"\n                },\n                \"word_count\": 52\n      \
                \      },\n            \"highlighted_data\": [\n                {\n                    \"title_snippet\":\
                \ \"31[M4R] bored and lonely\",\n                    \"content_snippet\": \"Hopefully it becomes a long term\
                \ friendship. I’m 31, work full-time, married but unhappy, have 2 <b>dogs</b>, several <b>cats</b>, <b>and</b>\
                \ 2 stepkids. I like to read, hunt, fish, swim, camp, cook, and play the occasional video...\",\n        \
                \            \"matched\": {\n                        \"collector_query_ids\": [\n                        \
                \    \"rule_1\"\n                        ]\n                    }\n                }\n            ]\n    \
                \    }\n    }\n}\n{\n    \"chunk_type\": \"CT_RESULT\",\n    \"chunk_result\": {\n        \"data\": {\n  \
                \          \"data\": {\n                \"url\": \"http://www.reddit.com/r/Kikpals/comments/tg48si/31m4r_bored_and_lonely/\"\
                ,\n                \"indexed\": 1647500640712,\n                \"search_indexed\": 1647500652581,\n     \
                \           \"published\": 1647500596000,\n                \"title\": \"31[M4R] bored and lonely\",\n    \
                \            \"content\": \"Hi there. I’m bored and lonely and am looking for someone to chat with. Hopefully\
                \ it becomes a long term friendship. I’m 31, work full-time, married but unhappy, have 2 dogs, several cats,\
                \ and 2 stepkids. I like to read, hunt, fish, swim, camp, cook, and play the occasional video game\",\n  \
                \              \"root_url\": \"http://www.reddit.com/r/Kikpals\",\n                \"domain_url\": \"http://reddit.com/\"\
                ,\n                \"host_url\": \"http://www.reddit.com/\",\n                \"parent_url\": \"http://www.reddit.com/selfpost\"\
                ,\n                \"lang\": \"en\",\n                \"porn_level\": 12,\n                \"fluency_level\"\
                : 93,\n                \"sentiment\": 0,\n                \"source_type\": [\n                    \"MESSAGEBOARD\"\
                ,\n                    \"MESSAGEBOARD_OTHER\"\n                ],\n                \"post_type\": [\n    \
                \                \"TEXT\"\n                ],\n                \"tokens_title\": [\n                    \"\
                and lonely\",\n                    \"lonely\",\n                    \"bored\"\n                ],\n      \
                \          \"article_extended_attributes\": {\n                    \"num_comments\": 1\n                },\n\
                \                \"source_extended_attributes\": {\n                    \"alexa_pageviews\": 2206000000,\n\
                \                    \"alexa_unique_visitors\": 459583328\n                },\n                \"extra_author_attributes\"\
                : {\n                    \"id\": \"ex:www.reddit.com-814579566\",\n                    \"name\": \"lhsbass91\"\
                ,\n                    \"gender\": \"UNKNOWN\"\n                },\n                \"extra_source_attributes\"\
                : {\n                    \"world_data\": {\n                        \"continent\": \"North America\",\n  \
                \                      \"country\": \"United States\",\n                        \"region\": \"Washington,\
                \ D.C.\",\n                        \"city\": \"Washington, D.C.\",\n                        \"longitude\"\
                : -77.0086669921875,\n                        \"latitude\": 38.89984130859375,\n                        \"\
                country_code\": \"us\",\n                        \"resolution\": \"COUNTRY\"\n                    },\n   \
                \                 \"id\": \"re:t5_2vnle\",\n                    \"name\": \"Kikpals\",\n                 \
                \   \"url\": \"http://www.reddit.com/r/Kikpals\"\n                },\n                \"engagement\": 1,\n\
                \                \"reach\": 459583328,\n                \"matched\": {\n                    \"appearance\"\
                : \"UPDATED\"\n                },\n                \"word_count\": 52\n            },\

# --- truncated at 32 KB (264 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/talkwalker/refs/heads/main/openapi/talkwalker-streaming-openapi.yml