AI Summary

Osintly’s AI Summary feature allows users to generate detailed reports of their search results with the help of artificial intelligence. This feature is designed to save time and provide key insights for OSINT professionals.

How to Use AI Summary

To use the AI Summary feature, follow these steps:
1

Perform a Search

Conduct a search using Osintly’s search capabilities.
2

Click the AI Summary Button

In the search results page, locate and click the “AI Summary” button.
3

View the Generated Report

The AI will analyze the search results and generate a detailed report, including:
  • Key findings
  • Entity extraction
  • Relationship mapping
  • Pattern identification
4

Download or Share the Report

You can download the report as a JSON or share it directly with your team.

Benefits of AI Summary

The AI Summary feature provides:
  • Automatic Analysis: Instant summaries of search results and patterns.
  • Key Insights: Identification of important connections and relationships.
  • Time Savings: Reduced manual analysis time for large result sets.
  • Pattern Recognition: AI-powered identification of trends and anomalies.

Subscription Tiers

Example Usage

Imagine conducting a search for “John” as a pseudonym. With AI Summary, you can:
  • Quickly identify key entities associated with the pseudonym.
  • Map relationships between accounts and platforms.
  • Highlight patterns such as repeated username usage or anomalies.
  • Save time by automating the analysis process.
AI Summary is ideal for complex investigations where manual analysis would be time-consuming.

Export Results in JSON Format

Osintly allows you to export detailed AI-generated reports in JSON format for further analysis or integration into other tools.

How to Export

1

Perform a Search

Conduct a search using Osintly’s search capabilities, for example, searching by pseudonym.
2

Click the AI Summary Button

In the search results page, locate and click the “AI Summary” button.
3

Export as JSON

Once the AI-generated report is displayed, click the “Export” button and select “JSON” as the format.
4

Save the File

Choose a location on your device to save the exported JSON file.

Example JSON Output

Below is an example of the JSON structure generated by the AI Summary feature for a search based on a pseudonym:
{
  "disclaimer": {
    "source": "Osint.ly",
    "website": "https://osint.ly",
    "export_date": "2025-07-30T18:16:54.260Z",
    "notice": "This data is provided for educational and research purposes only. Use responsibly and in accordance with applicable laws and regulations.",
    "terms": "By using this data, you agree to respect privacy rights and applicable data protection laws. Osint.ly is not responsible for misuse of this information."
  },
  "data": {
    "confidence": 90,
    "keyFindings": [
      {
        "details": "Multiple accounts associated with the pseudonym 'John' have been compromised, exposing passwords and potentially other personal information.",
        "category": "Data Breach Exposure",
        "reliability": "High"
      },
      {
        "details": "The pseudonym 'John' is used across numerous platforms, facilitating identity correlation and potential tracking.",
        "category": "Digital Footprint & Identity Correlation",
        "reliability": "High"
      }
    ],
    "mainProfile": {
      "name": "John",
      "location": "Dubai, United Arab Emirates",
      "occupation": "Likely a software engineer or consultant",
      "mostLikelyAge": "30-50"
    },
    "riskAssessment": {
      "level": "High",
      "factors": [
        "Multiple data breaches exposing sensitive information.",
        "Potential for credential reuse across multiple platforms.",
        "Consistent username usage facilitating identity correlation."
      ]
    },
    "notableCorrelations": [
      "Consistent use of the pseudonym 'John' across numerous platforms.",
      "Multiple data breaches involving the same pseudonym."
    ]
  }
}