February 2025 Update
πΈ February 2025 Update: Weβve rolled out Weibo verification in the Phone API, introduced Facebook, Instagram, Google Business, and Glassdoor signals in Domain Intelligence, plus launched a fresh, modern Cloud Dashboard interface!
π± PHONE API: Weibo Signal Integration
Weβre excited to announce the addition of Weibo account verification to our Phone API! π
Weibo is one of China's largest social media platforms, often referred to as the "Chinese Twitter," where users share updates, follow celebrities, brands, and engage with content in real-time.
This new signal enhances our capability to provide deeper insights into the digital presence of a phone number, particularly within the Chinese market.
π Key Features:
phone_has_weibo
(boolean):
Returnstrue
if the provided phone number is associated with a Weibo account.
π Example Output:
{
"phone_number": "+8613711112222",
"phone_has_weibo": true
}
π DOMAIN API: Facebook Integration for Domain Intelligence
Weβre thrilled to announce the expansion of our Domain Intelligence product with comprehensive Facebook data signals! π
These new insights empower businesses to evaluate a domainβs social presence and engagement on Facebook, helping verify legitimacy and audience interaction.
π Key Features:
-
domain_has_facebook
(boolean):
Confirms whether the domain is linked to a Facebook page. -
domain_facebook_link
(string):
Provides the direct URL to the domain's Facebook page. -
domain_facebook_likes
(number):
Indicates the number of likes the Facebook page has received. -
domain_facebook_followers
(number):
Shows the total follower count of the domain's Facebook page. -
domain_facebook_rating
(number):
Reflects the average rating score from Facebook users. -
domain_facebook_reviews
(integer):
Displays the total number of reviews on the Facebook page.
π Example Output:
{
"domain": "example.com",
"domain_has_facebook": true,
"domain_facebook_link": "http://www.facebook.com/PageLink",
"domain_facebook_likes": 12,
"domain_facebook_followers": 150,
"domain_facebook_rating": 7,
"domain_facebook_reviews": 1200
}
π DOMAIN API: Instagram Integration for Domain Intelligence
Weβre excited to unveil new Instagram data signals in our Domain Intelligence product! πΈ
These signals offer a deeper understanding of a domainβs Instagram presence, providing valuable insights into its social media engagement and authenticity.
π Key Features:
-
domain_has_instagram
(boolean):
Indicates if the domain has an associated Instagram profile. -
domain_instagram_link
(string):
Provides the URL to the domain's Instagram page. -
domain_instagram_likes
(integer):
Displays the total likes received by the Instagram profile. -
domain_instagram_followers
(integer):
Shows the number of followers the Instagram account has. -
domain_instagram_posts
(integer):
Reflects the total number of posts shared on the profile.
π Example Output:
{
"domain": "example.com",
"domain_has_instagram": true,
"domain_instagram_link": "http://www.instagram.com/PageLink",
"domain_instagram_likes": 12,
"domain_instagram_followers": 150,
"domain_instagram_posts": 5
}
π₯οΈ CLOUD DASHBOARD: Brand-New User Interface Rollout
Weβre thrilled to announce a complete revamp of the Cloud Dashboard Interface! π¨β¨
This refreshed design brings improved usability, faster navigation, and a more intuitive experience to manage your risk models, API integrations, and analytics.
π Key Enhancements:
- Modernized Layout: Cleaner, more organized sections for smoother workflows.
- Faster Navigation: Quickly access key features like Models, Rule Builder, API Keys, and Lookups.
- Enhanced Visuals: Updated charts and graphics for clearer data insights.
- Mobile Responsiveness: Seamless access across devices.
π DOMAIN API: Google Business Integration for Domain Intelligence
Weβre excited to introduce comprehensive Google Business data signals in our Domain Intelligence product! π’β¨
These signals provide rich, verified business information linked to a domain, enhancing your ability to evaluate business legitimacy and reputation.
π Key Features:
-
domain_has_google_business
(boolean):
Confirms if the domain has associated Google Business info. -
domain_google_business_company
(string):
Displays the business name linked to the domain. -
domain_google_business_rating
(integer):
Shows the average Google rating score. -
domain_google_business_review_count
(integer):
Indicates the total number of customer reviews. -
domain_google_business_reviews
(string):
Lists up to three key customer reviews with links. -
domain_google_business_address
(string):
Provides the business address. -
domain_google_business_country
(string):
Indicates the country of operation. -
domain_google_business_thumbnail
(string):
Displays a thumbnail image of the business. -
domain_google_business_phone_number
(string):
Shares the official phone number. -
domain_google_business_description
(string):
Shows the business description. -
domain_google_business_industry
(string):
Indicates the industry type and location details. -
domain_google_business_status
(string):
Provides the businessβs current operational status (e.g., open).
π Example Output:
{
"domain": "example.com",
"domain_has_google_business": true,
"domain_google_business_company": "Trustfull",
"domain_google_business_rating": 4.5,
"domain_google_business_review_count": 100,
"domain_google_business_reviews": [
{
"summary": "Food is very good, staff is nice, quick service, good price.",
"link": "https://..."
}
],
"domain_google_business_address": "5th Avenue",
"domain_google_business_country": "Italy",
"domain_google_business_thumbnail": "https://...",
"domain_google_business_phone_number": "393331234567",
"domain_google_business_description": "A long description",
"domain_google_business_industry": "Information services in Milan, Italy",
"domain_google_business_status": "open"
}
π DOMAIN API: Glassdoor Integration for Domain Intelligence
Weβre excited to announce the addition of Glassdoor data signals to our Domain Intelligence product! πΌπ
These signals provide insights into a domainβs associated company, focusing on workplace reputation and employee feedback.
π Key Features:
-
domain_has_glassdoor
(boolean):
Indicates if the domain is associated with a Glassdoor profile. -
domain_glassdoor_link
(string):
Provides the URL to the companyβs Glassdoor page. -
domain_glassdoor_rating
(number):
Displays the companyβs average Glassdoor rating. -
domain_glassdoor_reviews
(integer):
Shows the total number of employee reviews available.
π Example Output:
{
"domain": "example.com",
"domain_has_glassdoor": true,
"domain_glassdoor_link": "https://www.glassdoor.com/Company/Example",
"domain_glassdoor_rating": 4.2,
"domain_glassdoor_reviews": 250
}
π Resources
- Support Center - Assistance and answers from the Trustfull support team.
- Domain API Documentation - Information and guidelines on how to implement our Domain API.
- Phone API Documentation - More information on our Phone API.