- Notifications
You must be signed in to change notification settings - Fork6
Social Links API: description, examples, trial access
SocialLinks-IO/sociallinks-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Up-to-date Read The Docs documentation for developers
Social Links provides an API to a suite of data extraction and analysis methods covering social media, blockchains, messengers, and the Dark Web.
Connect open-source data from various sources to your platform or product to solve multiple tasks:
- Conduct deep background checks by identifying all linked accounts
- Monitor online threats by searching and analyzing posts
- Enrich your data by gathering information from 500+ sources
- REST API
- Postman documentation
- API key for authentication
Get Zach Braff’s fan accounts on VK, YouTube, and Twitter using his name and photo.
export API_DOMAIN=...export API_KEY=...python3 face_search_example.py \--name "zach braff" \--photo_url "https://hollywoodlife.com/wp-content/uploads/2023/01/Zach-Braff-social-image.jpg" \--platforms youtube,vk,twitter_v2
Face recognition techniques are extremely important in many cases, such as KYC and general background checks.However, popular public tools like Pimeyes and Facecheck.id cannot always provide accurate results from social platforms.To make face searches more effective, you can combine face and name searches.
This technique is straightforward: first, conduct a general search by name or alias across social media platforms.This step will yield a list of potential matches, even if the name is not exactly the same — because many social mediaplatforms use fuzzy search.
Next, compare the profile photos in these results with the original photo you have. This process doesn’t require accessto a biometric database — just a name and a picture. As a result, you'll get a list of matched accounts.
But, of course, the most difficult part is to integrate your search with all needed websites. How can you do this quickly?
At Social Links, we use this approach to automatically find accounts and compare their photos across various socialmedia platforms, ensuring that you get all related accounts regardless of the use case, whether it's KYC checks,investigations, or searching for impersonators. And that's just a small part of our powerful functionality to gatherdata from social media!
Search for negative tweets by the "SpaceX" keyword.
export API_DOMAIN=...export API_KEY=...# extract account's tweetspython3 posts_analysis_example.py --username elonmusk# get tweets by hashtags (space-separated)python3 posts_analysis_example.py --hashtags "tesla spacex"# get tweets by keywords (space-separated)python3 posts_analysis_example.py --keywords "tesla spacex"
Effective social media analysis is essential for gaining quick access to structured insights, supporting a variety ofuse cases — from brand protection to VIP monitoring or gaining situational awareness and performing narrative analysis.
There are many free tools that you can use analyze social media posts, like4CAT,ZeeschuimerorAdana. However, depending on your use case, you may facethe challenge of quickly retrieving the desired posts.
The main use cases include:
- Retrieving posts, replies, and comments from specific accounts
- Gathering posts by keyword or hashtag
- Collecting posts from a particular region or specified geolocation
If you need to speed up your post analysis, Social Links API can be especially useful: it allows you to obtain postsfrom all major social media platforms using all the methods mentioned above. With fast access to data, you can analyzerelated posts, detect trends and anomalies, and automate content gathering to gain real-time insights into publicopinion, possible risks, or evolving narratives.
Additionally, SL API supports content preprocessing functions with LLMs, such as topic and sentiment extraction,translation, and summarization, which are highly useful for identifying and prioritizing issues to explore.
Leave your requesthere.
About
Social Links API: description, examples, trial access
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.