Vetric Facebook Profile Feed
Retrieves the Facebook feed of a specific profile
The Vetric Facebook Profile Feed component allows you to search and retrieve the feed of a specific profile.
The complete Vetric documentation about their endpoint can be found in their site here.
New to Datastreamer? Start here.
Unify SchemaThis data source already use Unify Schema.
API Key
To use this component, you will need a Vetric API key. If you don't have one, please reach out to [email protected] and our team will assist you in obtaining the necessary credentials.
How To Use?
The component is powered by the Jobs System, when interacting with the component you have the option to define your jobs queries.
Search Query
Filters
| Filter Name | Description |
|---|---|
| query | Keywords to search for posts |
| 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 | Set a limit for the number of documents that will be fetched for the search. |
Examples
Search for GPT4 posts
Get the feed information from the profile "michael.jordan" between 12/01/2025 and 12/19/2025.
You also have the option to use the API. You can 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": "e5650ede-382b-4297-bd32-6f0e5e07cc8d",
"component_name": "vetric-facebook-profile-feed-ingress",
"data_source": "vetric_facebook_profile_feed",
"query": {
"query": "michael.jordan"
},
"job_type": "oneTime",
"query_from": "2025-12-01T00:00:00.000Z",
"query_to": "2025-12-19T00:00:00.000Z"
}'
Updated 1 day ago
