Talkwalker Streaming API > Collector API

The Streaming API > Collector API API from Talkwalker — 4 operation(s) for streaming api > collector api.

Operations 6

DELETE /api/v3/stream/c/{collector_id} Delete a collector
GET /api/v3/stream/c/{collector_id} Get collector definition
PUT /api/v3/stream/c/{collector_id} Create or replace a collector
POST /api/v3/stream/c/{collector_id}/pause Pause a collector
GET /api/v3/stream/c/{collector_id}/results Read a collector
POST /api/v3/stream/c/{collector_id}/resume Resume a collector

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/talkwalker-streaming-api-collector-api-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

talkwalker-streaming-api-collector-api-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Talkwalker Streaming Streaming API > Collector API
  description: Talkwalker Advanced API
  version: 0.0.1
  contact:
    email: client-api@talkwalker.com
    name: Client-API
servers:
- description: Production environment server
  url: https://api.talkwalker.com
security:
- apikeyAuth: []
tags:
- name: Streaming API > Collector 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            },\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://concretecastlerock89864.ampblogs.com/Denver-Concrete-Inc-In-Castle-Rock-Co-44294762\",\n                \"indexed\": 1647500655225,\n                \"search_indexed\": 1647500695426,\n                \"published\": 1647474043000,\n                \"title\": \"Denver Concrete Inc. In Castle Rock, Co\",\n                \"content\": \"Castle Rock Concrete Firm Colorado\\n\\nThe California State License Board recommends getting at least three written bids before hiring a contractor. Do not automatically accept the lowest bid - an abnormally low bid could point out the contractor made a mistake and isn't together with the identical work quoted by their competitors. We've made the bid collection course of very simple . When it comes to major building work or even minor alterations to your house, hiring the incorrect contractor may end in incomplete or defective work.\\n\\nA plain gray concrete driveway costs between $5 and $7 per sq. foot to install, whereas one put in with ornamental colours or finishes can range from $8 to $18, or more, per square foot. Solid wooden flooring is made up of one hundred pc wood, and has a very natural look and feel.\\n\\nExpertise Com Greatest 17 Denver Contractors 2 Years In A Row!\\n\\nThere are a number of actions that would trigger this block including submitting a sure word or phrase, a SQL command or malformed data. Concrete pavement tasks would possibly range from a small 4” thick car parking zone to an enormous 16”... Stay on time and on budget, and still get probably the most skilled service.\\n\\nIf a pet’s nails turn out to be overgrown, everyday activities similar to strolling or operating can turn out to be extraordinarily painful. While getting a manicure or pedicure is often seen as a luxurious for individuals, proper nail care is a necessity for dogs and cats. House members to vote towards supporting the folks of Ukraine on Wednesday. And should you save a search or property, we’ll e-mail you when there’s an replace. Estately updates this knowledge as quickly as potential and shares as much data with our users as allowed by local rules. Estately can even e-mail you updates when new homes come available on the market that match your search, change price, or go beneath contract.\\n\\nWhats The Story Behind The Deserted Concrete Castle In Portage?\\n\\nThe HomeAdvisor Community Rating is an general score based on verified critiques and suggestions from our group of householders which have been connected with service professionals. See individual business pages for full, detailed critiques. It seems like a gross sales pitch a bit and I figured that if something happened that it might be a multitude and a ache to get anything fixed. For completely different causes the color of the driveway simply came out mistaken.\\n\\nFour Wreckers Used In Poudre Canyon Recovery of a Concrete Truck - New Country 99.1\\n\\nFour Wreckers Used In Poudre Canyon Recovery of a Concrete Truck.\\n\\nPosted: Tue, 14 Sep 2021 07:00:00 GMT [ source]\\n\\nFrank is easy to speak to, and makes sure you would possibly be pleased. He was very flexible working with other contractors who have been doing work on the similar time. The crew was always here on time and cleaned up each day. There’s no must feel restricted in relation to your landscaping ideas. Our staff may help you convey any imaginative and prescient to life, whether you desire a conventional backyard design or something extra modern and distinctive. In 

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