| π Navigation: π Home | π Docs | π OSINT Guide | π₯ Social Intel | π§ LangGraph |
After an OSINT search, you can use the results as a context source for further analysis.
β―: site:example.com
Output:
[1] Example - Homepage
https://example.com
This is the homepage...
[2] Example - Contact
https://example.com/contact
Contact us...
[3] Example - Imprint
https://example.com/imprint
Imprint and legal information...
β―: quelle 1 2 3
The agent will:
Example:
β―: summarize sources 1 2 3
β Result #1 loaded
β Result #2 loaded
β Result #3 loaded
Summary of sources:
The website example.com offers the following main sections:
- Homepage [1]: Main information and overview
- Contact [2]: Contact form and email: info@example.com
- Imprint [3]: Legal information, company headquarters in...
β―: <quelle 1 2 3
Output (without LLM call):
[1] Example - Homepage - https://example.com
[2] Example - Contact - https://example.com/contact
[3] Example - Imprint - https://example.com/imprint
β―: find contact information in sources 1-5
β―: compare sources 2 and 5
β―: search for "opening hours" in sources 1-10
β―: extract emails from sources 1 2 3
β―: site:example.com email:@example.com
Then:
β―: analyze sources with emails
β―: site:example.com intext:"imprint"
Then:
β―: summarize imprint information from sources
Choose only relevant results:
β―: quelle 2 5 7 # Only specific results
Instead of all results:
β―: quelle 1-10 # All results (slower!)
Use <quelle for quick URL overview:
β―: <quelle 1-5 # Quick list without analysis
After the initial analysis, you can ask specific questions:
β―: site:example.com
β―: quelle 3
β―: what contact information does this page contain?
You can use the same sources multiple times:
β―: site:example.com
β―: quelle 1 2 3 # First analysis
β―: find opening hours # Follow-up
β―: quelle 4 5 # Additional sources
β―: quelle 1 2 3
β Always current results from session
β―: quelle 1
β Loads https://example.com (cached for 24h)
β―: quelle 1
β Uses cached content (faster!)
After each OSINT search, the session is saved:
INFO: Session saved to data\session.json
Security Note: The session.json file is already listed in .gitignore and will not be committed to the repository. If you store sensitive data in sessions, you should additionally encrypt the file or disable session storage.
Cause: No OSINT/web search performed Solution: First perform a search:
β―: site:example.com
β―: quelle 1
Cause: Invalid result number Solution: Check available results:
β―: <quelle 1-20 # Shows available results
Cause: Cache issue (should no longer occur) Solution: Use Context-Only Mode:
β―: <quelle 1 2 3
Or clear the cache:
β―: /cache clear
# 1. Domain search
β―: site:company-example.com
# 2. Load imprint and contact
β―: quelle 2 3
# 3. Specific analysis
β―: extract company data and contact information
# 4. Additional details
β―: find CEO and company headquarters
# 1. Email search
β―: email:info@example.com
# 2. Analyze results
β―: quelle 1-5
# 3. Extract context
β―: in what contexts is this email mentioned?
# 1. Search Company A
β―: site:company-a.com
β―: quelle 1 2 3
# 2. Search Company B
β―: site:company-b.com
β―: quelle 1 2 3
# 3. Comparison
β―: compare the two companies based on the sources
<quelle 1-5quelle 2 5 7quelle 1-20Further Documentation:
Last Updated: October 25, 2025