WebSightLine Instagram
WebSightLine (WSL) Instagram is a high-sampling of near-time public Instagram content.
The WebSightLine Instagram component offers search capabilities within a repository containing millions of Instagram posts and comments from the past two years.
New to Datastreamer? Start here.
Unify Schema
This data source already use Unify Schema.
How to use?
The WebSightLine Instagram 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 WebSightLine Instagram can be found in the table below:
Filter Name | Description |
---|---|
query | List of keywords or a phrase to search |
max_documents | Set a limit for the number of posts that will be fetched for the search. |
The Lucene Query is supported for this component in the query field. Here are some of the basics queries that you can try:
Keywords:
cats
Fields:
content:dogs
Phrases:
"Lady Greyhound"
Wildcards:
Greyh*
Boolean operators:
cats OR dogs
Examples
Search for cats or dogs
Query cats or dogs every 6 hours.
You also have the option to use the API. You can use the Code button to extract this example:
curl --location 'https://dev.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": "96e4322d-6758-447b-b3a6-d7a0bff54f94",
"data_source": "wsl_instagram",
"query": {
"query_string": "cats OR dogs"
},
"job_type": "periodic",
"schedule": "0 0 0/6 1/1 * ? *",
"max_documents": 50
}'
For more details on creating data collection jobs, see Job Management.
Additional Details
Stats
Searchable Records | Update Frequency | Partner Type |
---|---|---|
3.6 billion (18 months) | Near-time (Max 10-minute latency) | Stream Integrated |
Compatible Metadata Fields
Applicable Metadata Categories | Compatible |
---|---|
Source | Yes |
Content | Yes |
Author | Yes |
Person | No |
Enrichment | Yes |
Organization | No |
Data source-specific fields? | Yes, please see the Metadata page. |
Compatible Classifiers & Models
Classifier & Model | Compatible |
---|---|
Named Entity Recognition | No |
Location_Inference | Yes |
Language | Yes |
Reported_Violence | No |
Sentiment | Yes |
Hard_News | No |
Compatible Features
As a Stream-Integrated partner, all streaming features are available.
Features | Compatible |
---|---|
Search API | Yes |
Date Histograms | Yes |
Term Aggregations | Yes |
Highlighting | Yes |
Fuzzy and Proximate Search | Yes |
Built-In Language Detection
WSL_Instagram has by default a built-in language enrichment provided by WebSightLine, the languages currently supported are:
ISO 639-1 | Language |
---|---|
AR | Arabic |
BG | Bulgarian |
CS | Czech |
DA | Danish |
DE | German |
EL | Greek |
EN | English |
ES | Spanish |
ET | Estonian |
FA | Persian |
FI | Finnish |
FR | French |
HE | Hebrew |
HI | Hindi |
HR | Croatian |
HU | Hungarian |
ID | Indonesian |
IT | Italian |
JA | Japanese |
KO | Korean |
MS | Malay |
NL | Dutch |
NO | Norwegian |
PL | Polish |
PT | Portuguese |
RO | Romanian |
RU | Russian |
SL | Slovenian |
SV | Swedish |
TH | Thai |
TR | Turkish |
UK | Ukrainian |
VI | Vietnamese |
ZH | Chinese |
U | Undefined |
Updated 12 days ago