🤩Fetch mentions from Social networks and the internet
This functionality enables you to monitor your brand's presence, track discussions about specific topics, or analyze sentiment across networks.
Making a Request to the /search Endpoint
/search Endpointcodecurl -X POST https://api.buska.io/api/routes/search \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY_HERE" \
-d '{"network": "twitter", "keyword": "Buska"}'results {
"success": true,
"network": "twitter",
"results": [
// Array of mention objects specific to the requested network
]
}Notes and Restrictions
Last updated