Data365 Tiktok Keywords
This component enables real-time and historical data collection of Tiktok content based on keywords
Use the Data365 Tiktok Keywords component to query the most recent Tiktok posts easily.
The component is fully integrated with Data365 Tiktok 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 Tiktok Keyword is powered by the Jobs System, when interacting with the component you have the option to define your jobs queries.
Search Query
Data365 Tiktok Keywords search query accepts a list of keywords or phrases to search.
For more details on supported search operators, see Data365 Tiktok Post Search.
Filters
Filter Name | Description |
---|---|
query | List of keywords or a phrase to search |
query_from | Filter dates from/since - Example '2024-05-01T00:00:00Z' |
query_to | Filter dates to - Example '2024-08-01T00:00:00Z' |
max_documents | The maximum number of documents to be returned. Due to the asynchronous nature of pipelines this is a soft limit and more documents may be returned. The maximum quantity of posts retrieved is 500 posts per query. |
The query field is able to support some logical operators, as you can see in the examples below. As the query is sent to the social network as it is, we can affirm that the effectiveness of these operators on the Tiktok platform is questionable, and we recommend not relying entirely on them.
Operator AND:
whatching AND now
Operator OR:
love OR hate
Exact term:
"happy hour"
Examples
Query posts by "the best coffee".
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 tiktok data collection",
"data_source": "data365_tiktok_keywords",
"query": "the best coffee",
"job_type": "oneTime"
}'
For more details on creating data collection jobs, see Job Management.
Updated 22 days ago