Socialgist VK

The VK Search allows you to search for vk.com posts.

📘

Documentation Accuracy

We try to ensure every component documentation is as accurate as possible. However as we do not manage 3rd parties product features and documentation, some 3rd party documentation may not be accurate at the time of the last update. Thank you for your understanding.

The Socialgist VK allows you to search for vk.com posts.

The complete Socialgist documentation about their endpoint can be found in their site here.

New to Datastreamer? Start here.

👍

Unify Schema

This data source already use Unify Schema.

API Key

You will need a Socialgist API key to use this component. If you don't have one reach out to [email protected] and our team will help you with that.

How to use?

The Socialgist VK is powered by the Jobs System, when interacting with the component you have the option to define your jobs queries.

Search Queries

Filters

Available filters can be found in the table below:

Filter NameDescription
queryQuery string (with keywords). Search will be processed in the text of the post.
languageFilter results by the language. Multiple languages are allowed.
max_documentsSet a limit for the number of posts that will be fetched for the search.

Examples

Search for 'government'

Search for 'government' using the English language.

Using the API, you can use the Code button to extract this example:

curl --location 'https://api.platform.datastreamer.io/api/pipelines/{PIPELINE_ID}/components/{COMPONENT_ID}/jobs?ready=true' \
      --header 'apikey: <your-api-key>' \
      --header 'Content-Type: application/json' \
      --data \
        '{
          "job_name": "{JOB_NAME}",
          "data_source": "socialgist_vk",
          "query": {
            "query": "government",
            "language": "en"
          },
          "job_type": "oneTime",
          "query_from": "2025-01-01T00:00:00.000Z",
          "query_to": "2025-01-07T00:00:00.000Z",
          "max_documents": 10
        }'

For more details on creating data collection jobs, see Job Management.