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):
    Returns true 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