Get Started

Socialgist Blog Links

The Blog Links Search Web Service allows you to find outbound links that were contained in blog posts.

The Socialgist Blog Links allows you to find outbound links that were contained in blog 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 Blogs 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 for Socialgist Blogs can be found in the table below:

Filter NameDescription
queryFull or partial link (URL) to search for
source_typeYou can specify the search in blog text or just inside the blog comments
max_documentsSet a limit for the number of posts that will be fetched for the search.

Examples

Search for 'example.com'

Search for 'example.com' in blogs.

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

curl --location 'https://api.platform.datastreamer.io/api/pipelines/64c61bbb/components/ivb690ah/jobs?ready=true' \
      --header 'apikey: <your-api-key>' \
      --header 'Content-Type: application/json' \
      --data \
        '{
          "job_name": "55c91310-e7ea-443b-8e81-db262d31ebd2",
          "data_source": "socialgist_blog_links",
          "query": {
            "query": "example.com",
            "source_type": "blogs"
          },
          "job_type": "oneTime",
          "query_from": "2025-01-01T00:00:00.000Z",
          "query_to": "2025-01-06T00:00:00.000Z"
        }'

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