Get Started

Data365 Instagram Profile Search

This component data collection of Instagram Profile Search content based on keywords.

Use the Data365 Instagram Profile Search to fetch multiple profiles using a list of keywords or a phrase.

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

New to Datastreamer? Start here.

👍

Unify Schema

This data source is supported by Unify Schema, the Unify Transformer automatically transforms the data to a standardized format.

Portal

To integrate Data365 Instagram Profile Search using our Portal, navigate to 'Dynamic Pipelines', create your Pipeline and select Data365 Instagram Profile Search Ingress in the Component Picker, configure your query and settings, then add to your Pipeline.

API

Below you can find some examples about how the Datastreamer API empowers you to build efficient data orchestration using our Socialgist partner.

Compatible Filters

Filter NameDescription
queryList of keywords or a phrase to search
max_documentsMaximum number of profiles to fetch.

Creating Data Collection Job

Example for creating a data collection Job from data365_instagram_profile_search data source, for content having keyword "michael jordan".

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": "my instagram profile search data collection",
            "data_source": "data365_instagram_profile_search",
            "query": "michael jordan",
            "job_type": "oneTime"
        }'

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

Search Query

Data365 Instagram Profile Search API keywords search query accepts list of keywords or phrase to search.

For more details on supported search operators, see Data365 Instagram Profile Search

Search Query Examples

Example 1 - search for "michael jordan"

{
    "data_source": "data365_tiktok_keywords",
    "job_type": "oneTime",
    "query": "michael jordan"
}