Get Started

Data365 Facebook Keywords Latest

This component enables real-time and historical data collection of Facebook content based on keywords, returning latest content first

Use the Data365 Facebook Keywords Latest Ingress component to query the most recent Facebook posts easily.

The component is fully integrated with Data365 Facebook 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 Facebook Keyword is powered by the Jobs System, when interacting with the component you have the option to define your jobs queries.

Search Query

Data365 Facebook API keywords search query accepts a list of keywords or phrases to search.

For more details on supported search operators, see Data365 Facebook API.

Filters

Filter NameDescription
queryList of keywords or a phrase to search
query_fromFilter dates from/since - Example '2024-05-01T00:00:00Z'
query_toFilter dates to - Example '2024-08-01T00:00:00Z'
max_documentsSet a limit for the number of posts that will be fetched for the search.

Examples

Query cats or dogs

Query 'cats or dogs' from October 1st to October 31st.

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-first-job",
          "data_source": "data365_facebook_keywords_latest",
          "query": "cats OR dogs",
          "job_type": "oneTime",
          "query_from": "2024-10-01T00:00:00.000Z",
          "query_to": "2024-10-31T00:00:00.000Z",
          "max_documents": 100
        }'

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