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 component is fully integrated with Data365 Instagram API.

New to Datastreamer? Start here.

👍

Unify Schema

This data source is supported by Unify Schema

API Key

You will need a Data365 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 Data365 Instagram Profile Search is powered by the Jobs System, when interacting with the component you have the option to define your jobs queries.

Search Query

Data365 Instagram Profile Search search query accepts a list of keywords or phrases to search.

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

Filter

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

Keywords:

michael jordan

Exact phrase:

"best coffee"

Examples

Search for steve

Query for steve.

You also have the option to use the API, 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": "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